@charset "UTF-8";
/* @import './base.css'; */
@font-face {
    font-family: 'irsans';
    src: local('dana'), url('/font/ir_sans.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 400;
    src: local('dana'), url('/font/dana/dana%20regular.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 100;
    src: local('dana'), url('/font/dana/dana%20thin.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 200;
    src: local('dana'), url('/font/dana/dana%20extralight.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 300;
    src: local('dana'), url('/font/dana/dana%20light.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 500;
    src: local('dana'), url('/font/dana/dana%20medium.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 600;
    src: local('dana'), url('/font/dana/dana%20demibold.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 700;
    src: local('dana'), url('/font/dana/dana%20bold.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 800;
    src: local('dana'), url('/font/dana/dana%20extrabold.ttf') format('woff');
}
@font-face {
    font-family: 'dana';
    font-style: normal;
    font-weight: 900;
    src: local('dana'), url('/font/dana/dana%20black.ttf') format('woff');
}
@font-face {
    font-family: 'StintUltraExpanded';
    src: url('/font/StintUltraExpanded-Regular.ttf') format('truetype');
}
@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(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{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(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{0%,50%,to{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}
.flash{-webkit-animation-name:flash;animation-name:flash}
@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
.pulse{-webkit-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(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)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.wobble{-webkit-animation-name:wobble;animation-name:wobble}
@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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 heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}
.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}
@keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1);transform:scaleX(1)}}
.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceInDown{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
@keyframes bounceInDown{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
@keyframes bounceInLeft{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
@keyframes bounceInRight{0%,60%,75%,90%,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:translateZ(0);transform:translateZ(0)}}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
@-webkit-keyframes bounceInUp{0%,60%,75%,90%,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,-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:translateZ(0);transform:translateZ(0)}}
@keyframes bounceInUp{0%,60%,75%,90%,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,-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:translateZ(0);transform:translateZ(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{-webkit-animation-duration:.75s;animation-duration:.75s;-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{0%{opacity:0}to{opacity:1}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}
@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}
@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}
@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}
@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}
@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}
@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}
@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}
.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}
@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}
.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
@-webkit-keyframes lightSpeedIn{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes lightSpeedIn{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}
@keyframes lightSpeedOut{0%{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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}
@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}
@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}
@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}
@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}
.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}
@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}
@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}
@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}
@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}
@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}
@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(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:rotate(80deg);transform:rotate(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:rotate(60deg);transform:rotate(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;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}
@-webkit-keyframes jackInTheBox{0%{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{0%{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{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}
@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}
.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{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{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}
@keyframes zoomOut{0%{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{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}
@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}
@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}
@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}
.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}
.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}
.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}
.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}
.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}
.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}
.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}
.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}
.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}
@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
:root body[dir="rtl"]{
  /* --el-border-radius-base: 0px; */
  /* --el-popover-border-radius: 0px; */
  --el-box-shadow-light: -4px 4px 0 rgba(0,0,0,.2);

  --el-border-color: #cccfd6;
  /* --el-fill-color: rgba(250,0,0,.2); */
}
:root body[dir="rtl"] .el-card{
  /* --el-card-border-radius: 0; */
  --el-card-border-color: rgba(0,0,0,.2);
  --el-box-shadow-light: -3px 3px 0 rgba(0,0,0,.1);
}
*{
  box-sizing: border-box;
}
html,body{
  height: 100dvh;
  padding: 0;
  margin: 0;
  color: #343a40;
  /* background-color: #274c77; */
}
body {
  font-family: 'dana', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: none; */
}
::placeholder,input,button{
  font-family: 'dana';
}
.dana , .dana *{
  font-family: 'dana';
}
.irsans, .irsans *{
  font-family: 'irsans';
}
label{
  display: inline-block;
}
#app {
  font-weight: normal;
  /* display: grid;
  grid-template-rows: 4em auto 5em; */
  /* display: flex; */
  /* flex-flow: column; */
  /* background-color: #0077b6; */
  height: 100dvh;
  position: relative;
  /* max-width: 1300px; */
  margin: 0 auto;
  overflow: auto;
  /* overflow: hidden; */
}
/* #app > header{
  position: sticky;
  top: 0;
} */
#app > main{
  /* overflow: auto; */
}
.coupon {
    -webkit-mask-image: radial-gradient(circle at 15px 7px, transparent 4px, red 4.5px);
  -webkit-mask-size: 100%, 4px 9px;
  -webkit-mask-repeat: repeat, repeat-y;
  -webkit-mask-position: 0 -7px, 28px;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
#rotate-warning {
    display: flex;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: white;
    text-align: center;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1.2rem;
    background-color: #000;
    color: #fff;
  }
#rotate-warning img {
    width: 120px;
    margin-bottom: 1.5rem;
  }
.sixmno_css{
  background: #000;
}
#app footer nav{
  text-align: center;
  padding: 1em;
}
#app footer nav a{
  color: #aaa;
}
a,
.link{
  text-decoration: none;
  display: inline-block;
  /* transition: 0.4s; */
  /* padding: .2em 1em 0; */
  cursor: pointer;
}
@media print {
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
  .noprint { display: none; } 

  html,body{
    height: auto;
  }
}
@media (hover: hover) {
  /* a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  } */
}
:root {
  --max-home-width: 1200px;
}
@media (max-width: 800px) {
  
}
[dir="rtl"] body [class^="icon-"]:before, body [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}
[dir="rtl"] body .el-form-item__label{
  padding: 0 0 0 12px;
}
[dir="rtl"] body .el-form--label-right .el-form-item__label{
  padding: 0 0 0 12px;
}
[dir="rtl"] body .el-form--label-top .el-form-item .el-form-item__label{
  text-align: right;
}
[dir="rtl"] body .el-popconfirm__icon{
  margin-right: 0;
  margin-left: 5px;
}
[dir="rtl"] body .el-popover.el-popper{
  margin-left: -20px;
}
[dir="rtl"] body .el-select__wrapper{
  text-align: right;
}
[dir="rtl"] body .el-select__tags .el-tag:last-child{
  margin-right: 6px;
  margin-left: 0;
}
[dir="rtl"] body .el-tag.is-closable{
  /* padding-right: 0; */
  /* padding-left: 5px; */
}
body .el-tag .el-tag__close{
  margin-left: 0;
  margin-right: 6px;
}
[dir="rtl"] body .el-select-dropdown__item{
  padding: 0 20px 0 32px;
}
[dir="rtl"] body .el-select .el-select__tags-text{
  margin-top: 4px;
}
[dir="rtl"] body .el-select .el-input .el-input__wrapper{
  box-shadow: 0 0 0 1px #ccc inset, -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .is-error .el-select .el-input .el-input__wrapper{
  box-shadow: 0 0 0 1px #f56c6c inset, -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .el-select .el-input.is-focus .el-input__wrapper{
  box-shadow: 0 0 0 1px #409eff inset, -3px 3px 0 rgba(100,100,100,.1) !important;;
}
[dir="rtl"] body .el-select .el-input__wrapper.is-focus {
  /* box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset,  -4px 4px 0 rgba(0,0,0,.2) !important; */
}
[dir="rtl"] body .el-select:hover:not(.el-select--disabled) .el-input__wrapper{
  /* box-shadow: -4px 4px 0 rgba(0,0,0,.3); */
}
[dir="rtl"] body .el-input__suffix-inner > :first-child{
  margin-left: 0;
}
[dir="rtl"] body .el-form-item__error{
  left: auto;
  right: 0;
}
[dir="rtl"] body .el-button{
  box-shadow: -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .el-form--inline .el-form-item{
  
}
[dir="rtl"] body .el-select__popper{

}
[dir="rtl"] body .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), [dir="rtl"] body .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), [dir="rtl"] body .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), [dir="rtl"] body .el-tabs--top .el-tabs__item.is-top:nth-child(2){
  padding-right: 0px;
  padding-left: 20px;
}
[dir="rtl"] body .el-tabs--bottom .el-tabs__item.is-bottom:last-child, [dir="rtl"] body .el-tabs--bottom .el-tabs__item.is-top:last-child, [dir="rtl"] body .el-tabs--top .el-tabs__item.is-bottom:last-child{
  padding-right: 20px;
  padding-left: 0;
}
[dir="rtl"] body .el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child{
  margin-left: 0;
  margin-right: -1px;
}
[dir="rtl"] body .el-tabs--border-card > .el-tabs__content{
  height: 100%;
  overflow: auto;
}
[dir="rtl"] body .el-checkbox-group .el-checkbox{
  margin-right: 0;
}
[dir="rtl"] body .el-message__icon{
  margin-right: 0;
  margin-left: 10px;

}
[dir="rtl"] body .el-message-box{
  text-align: right;
}
[dir="rtl"] body .el-message-box__headerbtn{
  right: auto;
  left: var(--el-messagebox-padding-primary);
}
[dir="rtl"] body .el-message-box__status + .el-message-box__message{
  padding-right: 36px;
  padding-left: 12px;
}
[dir="rtl"] body .el-message-box__btns button:nth-child(2) {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] body .el-radio{
  margin-right: auto;
  margin-left: 24px;
}
[dir="rtl"] body .el-radio__label{
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] body .el-alert__title{
  line-height: 22px;
}
[dir="rtl"] body .el-alert .el-alert__close-btn{
  right: auto;
  left: 15px;
  top: 13px
}
[dir="rtl"] body .el-input:not(.el-input-group) .el-input__wrapper, [dir="rtl"] body .el-textarea__inner{
  box-shadow: 0 0 0 1px #ccc inset,  -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .el-input__wrapper.is-focus{
  box-shadow: 0 0 0 1px #409eff inset, -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .el-form-item.is-error .el-input__wrapper{
  box-shadow: 0 0 0 1px #f56c6c inset, -3px 3px 0 rgba(100,100,100,.1);
}
[dir="rtl"] body .el-skeleton__item{
  background-color: rgba(0,0,0,.15); ;
}
[dir="rtl"] body .el-upload-list--picture-card .el-upload-list__item-actions span + span{
  margin-left: 0;
  margin-right: 1rem;
}
[dir="rtl"] body .el-checkbox__label{
  padding-left: 0;
  padding-right: 8px;
  /* vertical-align: top; */
}
[dir="rtl"] body main.admin .el-select .el-input .el-input__wrapper{
  box-shadow: 0 0 0 1px #bbb, -3px 3px 0 rgba(0,0,0,.2);
}
[dir="rtl"] body main.admin .el-select .el-input.is-focus .el-input__wrapper{
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,.1);
}
[dir="rtl"] body .el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label::before,
[dir="rtl"] body .el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label::before{
  margin-right: 0;
  margin-left: 4px;
}
[dir="rtl"] body .el-upload-list__item .el-icon--close, [dir="rtl"] body .el-upload-list__item-status-label{
  right: auto;
  left: 5px;
}
[dir="rtl"] body .el-upload-list__item .el-icon--close-tip{
  right: auto;
  left: 25px;
}
[dir="rtl"] body .el-upload-list__item-name .el-icon{
  margin-right: 0;
  margin-left: 6px;
  
}
[dir="rtl"] body .el-timeline-item__tail{
  left: auto;
  right: 4px;
}
[dir="rtl"] body .el-timeline-item__node--normal{
  left: auto;
  right: -1px;
}
[dir="rtl"] body .el-timeline-item__wrapper{
  padding-left: 0;
  padding-right: 28px;
}

:root{--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:0.3s;--el-transition-duration-fast:0.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(0.645,0.045,0.355,1);--el-transition-function-fast-bezier:cubic-bezier(0.23,1,0.32,1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px;color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:rgb(121,187,255);--el-color-primary-light-5:rgb(160,207,255);--el-color-primary-light-7:rgb(198,226,255);--el-color-primary-light-8:rgb(217,236,255);--el-color-primary-light-9:rgb(236,245,255);--el-color-primary-dark-2:rgb(51,126,204);--el-color-success:#67c23a;--el-color-success-light-3:rgb(149,212,117);--el-color-success-light-5:rgb(179,225,157);--el-color-success-light-7:rgb(209,237,196);--el-color-success-light-8:rgb(225,243,216);--el-color-success-light-9:rgb(240,249,235);--el-color-success-dark-2:rgb(82,155,46);--el-color-warning:#e6a23c;--el-color-warning-light-3:rgb(238,190,119);--el-color-warning-light-5:rgb(243,209,158);--el-color-warning-light-7:rgb(248,227,197);--el-color-warning-light-8:rgb(250,236,216);--el-color-warning-light-9:rgb(253,246,236);--el-color-warning-dark-2:rgb(184,130,48);--el-color-danger:#f56c6c;--el-color-danger-light-3:rgb(248,152,152);--el-color-danger-light-5:rgb(250,182,182);--el-color-danger-light-7:rgb(252,211,211);--el-color-danger-light-8:rgb(253,226,226);--el-color-danger-light-9:rgb(254,240,240);--el-color-danger-dark-2:rgb(196,86,86);--el-color-error:#f56c6c;--el-color-error-light-3:rgb(248,152,152);--el-color-error-light-5:rgb(250,182,182);--el-color-error-light-7:rgb(252,211,211);--el-color-error-light-8:rgb(253,226,226);--el-color-error-light-9:rgb(254,240,240);--el-color-error-dark-2:rgb(196,86,86);--el-color-info:#909399;--el-color-info-light-3:rgb(177,179,184);--el-color-info-light-5:rgb(200,201,204);--el-color-info-light-7:rgb(222,223,224);--el-color-info-light-8:rgb(233,233,235);--el-color-info-light-9:rgb(244,244,245);--el-color-info-dark-2:rgb(115,118,122);--el-bg-color:#ffffff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#ffffff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#ffffff;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,0.04),0px 8px 20px rgba(0,0,0,0.08);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,0.12);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,0.12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,0.08),0px 12px 32px rgba(0,0,0,0.12),0px 8px 16px -8px rgba(0,0,0,0.16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0,0,0,0.8);--el-overlay-color-light:rgba(0,0,0,0.7);--el-overlay-color-lighter:rgba(0,0,0,0.5);--el-mask-color:rgba(255,255,255,0.9);--el-mask-color-extra-light:rgba(255,255,255,0.3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.el-icon{--color:inherit;align-items:center;display:inline-flex;height:1em;justify-content:center;line-height:1em;position:relative;width:1em;fill:currentColor;color:var(--color);font-size:inherit}.el-icon.is-loading{animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}.el-affix--fixed{position:fixed}.el-alert{--el-alert-padding:8px 16px;--el-alert-border-radius-base:var(--el-border-radius-base);--el-alert-title-font-size:14px;--el-alert-title-with-description-font-size:16px;--el-alert-description-font-size:14px;--el-alert-close-font-size:16px;--el-alert-close-customed-font-size:14px;--el-alert-icon-size:16px;--el-alert-icon-large-size:28px;align-items:center;background-color:var(--el-color-white);border-radius:var(--el-alert-border-radius-base);box-sizing:border-box;display:flex;margin:0;opacity:1;overflow:hidden;padding:var(--el-alert-padding);position:relative;transition:opacity var(--el-transition-duration-fast);width:100%}.el-alert.is-light .el-alert__close-btn{color:var(--el-text-color-placeholder)}.el-alert.is-dark .el-alert__close-btn,.el-alert.is-dark .el-alert__description{color:var(--el-color-white)}.el-alert.is-center{justify-content:center}.el-alert--primary{--el-alert-bg-color:var(--el-color-primary-light-9)}.el-alert--primary.is-light{background-color:var(--el-alert-bg-color)}.el-alert--primary.is-light,.el-alert--primary.is-light .el-alert__description{color:var(--el-color-primary)}.el-alert--primary.is-dark{background-color:var(--el-color-primary);color:var(--el-color-white)}.el-alert--success{--el-alert-bg-color:var(--el-color-success-light-9)}.el-alert--success.is-light{background-color:var(--el-alert-bg-color)}.el-alert--success.is-light,.el-alert--success.is-light .el-alert__description{color:var(--el-color-success)}.el-alert--success.is-dark{background-color:var(--el-color-success);color:var(--el-color-white)}.el-alert--info{--el-alert-bg-color:var(--el-color-info-light-9)}.el-alert--info.is-light{background-color:var(--el-alert-bg-color)}.el-alert--info.is-light,.el-alert--info.is-light .el-alert__description{color:var(--el-color-info)}.el-alert--info.is-dark{background-color:var(--el-color-info);color:var(--el-color-white)}.el-alert--warning{--el-alert-bg-color:var(--el-color-warning-light-9)}.el-alert--warning.is-light{background-color:var(--el-alert-bg-color)}.el-alert--warning.is-light,.el-alert--warning.is-light .el-alert__description{color:var(--el-color-warning)}.el-alert--warning.is-dark{background-color:var(--el-color-warning);color:var(--el-color-white)}.el-alert--error{--el-alert-bg-color:var(--el-color-error-light-9)}.el-alert--error.is-light{background-color:var(--el-alert-bg-color)}.el-alert--error.is-light,.el-alert--error.is-light .el-alert__description{color:var(--el-color-error)}.el-alert--error.is-dark{background-color:var(--el-color-error);color:var(--el-color-white)}.el-alert__content{display:flex;flex-direction:column;gap:4px}.el-alert .el-alert__icon{font-size:var(--el-alert-icon-size);margin-right:8px;width:var(--el-alert-icon-size)}.el-alert .el-alert__icon.is-big{font-size:var(--el-alert-icon-large-size);margin-right:12px;width:var(--el-alert-icon-large-size)}.el-alert__title{font-size:var(--el-alert-title-font-size);line-height:24px}.el-alert__title.with-description{font-size:var(--el-alert-title-with-description-font-size)}.el-alert .el-alert__description{font-size:var(--el-alert-description-font-size);margin:0}.el-alert .el-alert__close-btn{cursor:pointer;font-size:var(--el-alert-close-font-size);opacity:1;position:absolute;right:16px;top:12px}.el-alert .el-alert__close-btn.is-customed{font-size:var(--el-alert-close-customed-font-size);font-style:normal;line-height:24px;top:8px}.el-alert-fade-enter-from,.el-alert-fade-leave-active{opacity:0}.el-aside{box-sizing:border-box;flex-shrink:0;overflow:auto;width:var(--el-aside-width,300px)}.el-autocomplete{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;display:inline-block;position:relative;width:var(--el-input-width)}.el-autocomplete__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-autocomplete__popper.el-popper,.el-autocomplete__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-autocomplete__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-autocomplete-suggestion{border-radius:var(--el-border-radius-base);box-sizing:border-box}.el-autocomplete-suggestion__header{border-bottom:1px solid var(--el-border-color-lighter);padding:10px}.el-autocomplete-suggestion__footer{border-top:1px solid var(--el-border-color-lighter);padding:10px}.el-autocomplete-suggestion__wrap{box-sizing:border-box;max-height:280px;padding:10px 0}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-base);line-height:34px;list-style:none;margin:0;overflow:hidden;padding:0 20px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:var(--el-fill-color-light)}.el-autocomplete-suggestion li.divider{border-top:1px solid var(--el-color-black);margin-top:6px}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{color:var(--el-text-color-secondary);cursor:default;font-size:20px;height:100px;line-height:100px;text-align:center}.el-autocomplete-suggestion.is-loading li:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:var(--el-bg-color-overlay)}.el-avatar{--el-avatar-text-color:var(--el-color-white);--el-avatar-bg-color:var(--el-text-color-disabled);--el-avatar-text-size:14px;--el-avatar-icon-size:18px;--el-avatar-border-radius:var(--el-border-radius-base);--el-avatar-size-large:56px;--el-avatar-size-small:24px;--el-avatar-size:40px;align-items:center;background:var(--el-avatar-bg-color);box-sizing:border-box;color:var(--el-avatar-text-color);display:inline-flex;font-size:var(--el-avatar-text-size);height:var(--el-avatar-size);justify-content:center;outline:none;overflow:hidden;text-align:center;width:var(--el-avatar-size)}.el-avatar>img{display:block;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:var(--el-avatar-border-radius)}.el-avatar--icon{font-size:var(--el-avatar-icon-size)}.el-avatar--small{--el-avatar-size:24px}.el-avatar--large{--el-avatar-size:56px}.el-backtop{--el-backtop-bg-color:var(--el-bg-color-overlay);--el-backtop-text-color:var(--el-color-primary);--el-backtop-hover-bg-color:var(--el-border-color-extra-light);align-items:center;background-color:var(--el-backtop-bg-color);border-radius:50%;box-shadow:var(--el-box-shadow-lighter);color:var(--el-backtop-text-color);cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:fixed;width:40px;z-index:5}.el-backtop:hover{background-color:var(--el-backtop-hover-bg-color)}.el-backtop__icon{font-size:20px}.el-badge{--el-badge-bg-color:var(--el-color-danger);--el-badge-radius:10px;--el-badge-font-size:12px;--el-badge-padding:6px;--el-badge-size:18px;display:inline-block;position:relative;vertical-align:middle;width:-moz-fit-content;width:fit-content}.el-badge__content{align-items:center;background-color:var(--el-badge-bg-color);border:1px solid var(--el-bg-color);border-radius:var(--el-badge-radius);color:var(--el-color-white);display:inline-flex;font-size:var(--el-badge-font-size);height:var(--el-badge-size);justify-content:center;padding:0 var(--el-badge-padding);white-space:nowrap}.el-badge__content.is-fixed{position:absolute;right:calc(1px + var(--el-badge-size)/2);top:0;transform:translateY(-50%) translateX(100%);z-index:var(--el-index-normal)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{border-radius:50%;height:8px;padding:0;right:0;width:8px}.el-badge__content.is-hide-zero{display:none}.el-badge__content--primary{background-color:var(--el-color-primary)}.el-badge__content--success{background-color:var(--el-color-success)}.el-badge__content--warning{background-color:var(--el-color-warning)}.el-badge__content--info{background-color:var(--el-color-info)}.el-badge__content--danger{background-color:var(--el-color-danger)}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{content:"";display:table}.el-breadcrumb:after{clear:both}.el-breadcrumb__separator{color:var(--el-text-color-placeholder);font-weight:bold;margin:0 9px}.el-breadcrumb__separator.el-icon{font-weight:normal;margin:0 6px}.el-breadcrumb__separator.el-icon svg{vertical-align:middle}.el-breadcrumb__item{align-items:center;display:inline-flex;float:left}.el-breadcrumb__inner{color:var(--el-text-color-regular)}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{color:var(--el-text-color-primary);font-weight:bold;text-decoration:none;transition:var(--el-transition-color)}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:var(--el-color-primary);cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{color:var(--el-text-color-regular);cursor:text;font-weight:normal}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{content:"";display:table}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.el-button-group>.el-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-bottom-left-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base);border-top-left-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:var(--el-border-radius-round)}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-bottom-left-radius:0;border-left-color:var(--el-button-divide-border-color);border-top-left-radius:0}.el-button-group .el-button--primary:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:first-child{border-right-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:last-child{border-left-color:var(--el-button-divide-border-color)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:var(--el-button-divide-border-color);border-right-color:var(--el-button-divide-border-color)}.el-button{--el-button-font-weight:var(--el-font-weight-primary);--el-button-border-color:var(--el-border-color);--el-button-bg-color:var(--el-fill-color-blank);--el-button-text-color:var(--el-text-color-regular);--el-button-disabled-text-color:var(--el-disabled-text-color);--el-button-disabled-bg-color:var(--el-fill-color-blank);--el-button-disabled-border-color:var(--el-border-color-light);--el-button-divide-border-color:rgba(255,255,255,0.5);--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-color-primary-light-9);--el-button-hover-border-color:var(--el-color-primary-light-7);--el-button-active-text-color:var(--el-button-hover-text-color);--el-button-active-border-color:var(--el-color-primary);--el-button-active-bg-color:var(--el-button-hover-bg-color);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-hover-link-text-color:var(--el-text-color-secondary);--el-button-active-color:var(--el-text-color-primary);align-items:center;-webkit-appearance:none;background-color:var(--el-button-bg-color);border:var(--el-border);border-color:var(--el-button-border-color);box-sizing:border-box;color:var(--el-button-text-color);cursor:pointer;display:inline-flex;font-weight:var(--el-button-font-weight);height:32px;justify-content:center;line-height:1;outline:none;text-align:center;transition:.1s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-button:hover{background-color:var(--el-button-hover-bg-color);border-color:var(--el-button-hover-border-color);color:var(--el-button-hover-text-color);outline:none}.el-button:active{background-color:var(--el-button-active-bg-color);border-color:var(--el-button-active-border-color);color:var(--el-button-active-text-color);outline:none}.el-button:focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset 0s,outline 0s}.el-button>span{align-items:center;display:inline-flex}.el-button+.el-button{margin-left:12px}.el-button{border-radius:var(--el-border-radius-base);font-size:var(--el-font-size-base)}.el-button,.el-button.is-round{padding:8px 15px}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon]+span{margin-left:6px}.el-button [class*=el-icon] svg{vertical-align:bottom}.el-button.is-plain{--el-button-hover-text-color:var(--el-color-primary);--el-button-hover-bg-color:var(--el-fill-color-blank);--el-button-hover-border-color:var(--el-color-primary)}.el-button.is-active{background-color:var(--el-button-active-bg-color);border-color:var(--el-button-active-border-color);color:var(--el-button-active-text-color);outline:none}.el-button.is-disabled,.el-button.is-disabled:hover{background-color:var(--el-button-disabled-bg-color);background-image:none;border-color:var(--el-button-disabled-border-color);color:var(--el-button-disabled-text-color);cursor:not-allowed}.el-button.is-loading{pointer-events:none;position:relative}.el-button.is-loading:before{background-color:var(--el-mask-color-extra-light);border-radius:inherit;bottom:-1px;content:"";left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px;z-index:1}.el-button.is-round{border-radius:var(--el-border-radius-round)}.el-button.is-circle{border-radius:50%;padding:8px;width:32px}.el-button.is-text{background-color:transparent;border:0 solid transparent;color:var(--el-button-text-color)}.el-button.is-text.is-disabled{background-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button.is-text:not(.is-disabled):hover{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled):focus-visible{outline:2px solid var(--el-button-outline-color);outline-offset:1px;transition:outline-offset 0s,outline 0s}.el-button.is-text:not(.is-disabled):active{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg{background-color:var(--el-fill-color-light)}.el-button.is-text:not(.is-disabled).is-has-bg:hover{background-color:var(--el-fill-color)}.el-button.is-text:not(.is-disabled).is-has-bg:active{background-color:var(--el-fill-color-dark)}.el-button__text--expand{letter-spacing:.3em;margin-right:-.3em}.el-button.is-link{background:transparent;border-color:transparent;color:var(--el-button-text-color);height:auto;padding:2px}.el-button.is-link:hover{color:var(--el-button-hover-link-text-color)}.el-button.is-link.is-disabled{background-color:transparent!important;border-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button.is-link:not(.is-disabled):active,.el-button.is-link:not(.is-disabled):hover{background-color:transparent;border-color:transparent}.el-button.is-link:not(.is-disabled):active{color:var(--el-button-active-color)}.el-button--text{background:transparent;border-color:transparent;color:var(--el-color-primary);padding-left:0;padding-right:0}.el-button--text.is-disabled{background-color:transparent!important;border-color:transparent!important;color:var(--el-button-disabled-text-color)}.el-button--text:not(.is-disabled):hover{background-color:transparent;border-color:transparent;color:var(--el-color-primary-light-3)}.el-button--text:not(.is-disabled):active{background-color:transparent;border-color:transparent;color:var(--el-color-primary-dark-2)}.el-button__link--expand{letter-spacing:.3em;margin-right:-.3em}.el-button--primary{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-primary);--el-button-border-color:var(--el-color-primary);--el-button-outline-color:var(--el-color-primary-light-5);--el-button-active-color:var(--el-color-primary-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-primary-light-5);--el-button-hover-bg-color:var(--el-color-primary-light-3);--el-button-hover-border-color:var(--el-color-primary-light-3);--el-button-active-bg-color:var(--el-color-primary-dark-2);--el-button-active-border-color:var(--el-color-primary-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-primary-light-5);--el-button-disabled-border-color:var(--el-color-primary-light-5)}.el-button--primary.is-link,.el-button--primary.is-plain,.el-button--primary.is-text{--el-button-text-color:var(--el-color-primary);--el-button-bg-color:var(--el-color-primary-light-9);--el-button-border-color:var(--el-color-primary-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-primary);--el-button-hover-border-color:var(--el-color-primary);--el-button-active-text-color:var(--el-color-white)}.el-button--primary.is-link.is-disabled,.el-button--primary.is-link.is-disabled:active,.el-button--primary.is-link.is-disabled:focus,.el-button--primary.is-link.is-disabled:hover,.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover,.el-button--primary.is-text.is-disabled,.el-button--primary.is-text.is-disabled:active,.el-button--primary.is-text.is-disabled:focus,.el-button--primary.is-text.is-disabled:hover{background-color:var(--el-color-primary-light-9);border-color:var(--el-color-primary-light-8);color:var(--el-color-primary-light-5)}.el-button--success{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-success);--el-button-border-color:var(--el-color-success);--el-button-outline-color:var(--el-color-success-light-5);--el-button-active-color:var(--el-color-success-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-success-light-5);--el-button-hover-bg-color:var(--el-color-success-light-3);--el-button-hover-border-color:var(--el-color-success-light-3);--el-button-active-bg-color:var(--el-color-success-dark-2);--el-button-active-border-color:var(--el-color-success-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-success-light-5);--el-button-disabled-border-color:var(--el-color-success-light-5)}.el-button--success.is-link,.el-button--success.is-plain,.el-button--success.is-text{--el-button-text-color:var(--el-color-success);--el-button-bg-color:var(--el-color-success-light-9);--el-button-border-color:var(--el-color-success-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-success);--el-button-hover-border-color:var(--el-color-success);--el-button-active-text-color:var(--el-color-white)}.el-button--success.is-link.is-disabled,.el-button--success.is-link.is-disabled:active,.el-button--success.is-link.is-disabled:focus,.el-button--success.is-link.is-disabled:hover,.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover,.el-button--success.is-text.is-disabled,.el-button--success.is-text.is-disabled:active,.el-button--success.is-text.is-disabled:focus,.el-button--success.is-text.is-disabled:hover{background-color:var(--el-color-success-light-9);border-color:var(--el-color-success-light-8);color:var(--el-color-success-light-5)}.el-button--warning{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-warning);--el-button-border-color:var(--el-color-warning);--el-button-outline-color:var(--el-color-warning-light-5);--el-button-active-color:var(--el-color-warning-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-warning-light-5);--el-button-hover-bg-color:var(--el-color-warning-light-3);--el-button-hover-border-color:var(--el-color-warning-light-3);--el-button-active-bg-color:var(--el-color-warning-dark-2);--el-button-active-border-color:var(--el-color-warning-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-warning-light-5);--el-button-disabled-border-color:var(--el-color-warning-light-5)}.el-button--warning.is-link,.el-button--warning.is-plain,.el-button--warning.is-text{--el-button-text-color:var(--el-color-warning);--el-button-bg-color:var(--el-color-warning-light-9);--el-button-border-color:var(--el-color-warning-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-warning);--el-button-hover-border-color:var(--el-color-warning);--el-button-active-text-color:var(--el-color-white)}.el-button--warning.is-link.is-disabled,.el-button--warning.is-link.is-disabled:active,.el-button--warning.is-link.is-disabled:focus,.el-button--warning.is-link.is-disabled:hover,.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover,.el-button--warning.is-text.is-disabled,.el-button--warning.is-text.is-disabled:active,.el-button--warning.is-text.is-disabled:focus,.el-button--warning.is-text.is-disabled:hover{background-color:var(--el-color-warning-light-9);border-color:var(--el-color-warning-light-8);color:var(--el-color-warning-light-5)}.el-button--danger{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-danger);--el-button-border-color:var(--el-color-danger);--el-button-outline-color:var(--el-color-danger-light-5);--el-button-active-color:var(--el-color-danger-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-danger-light-5);--el-button-hover-bg-color:var(--el-color-danger-light-3);--el-button-hover-border-color:var(--el-color-danger-light-3);--el-button-active-bg-color:var(--el-color-danger-dark-2);--el-button-active-border-color:var(--el-color-danger-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-danger-light-5);--el-button-disabled-border-color:var(--el-color-danger-light-5)}.el-button--danger.is-link,.el-button--danger.is-plain,.el-button--danger.is-text{--el-button-text-color:var(--el-color-danger);--el-button-bg-color:var(--el-color-danger-light-9);--el-button-border-color:var(--el-color-danger-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-danger);--el-button-hover-border-color:var(--el-color-danger);--el-button-active-text-color:var(--el-color-white)}.el-button--danger.is-link.is-disabled,.el-button--danger.is-link.is-disabled:active,.el-button--danger.is-link.is-disabled:focus,.el-button--danger.is-link.is-disabled:hover,.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover,.el-button--danger.is-text.is-disabled,.el-button--danger.is-text.is-disabled:active,.el-button--danger.is-text.is-disabled:focus,.el-button--danger.is-text.is-disabled:hover{background-color:var(--el-color-danger-light-9);border-color:var(--el-color-danger-light-8);color:var(--el-color-danger-light-5)}.el-button--info{--el-button-text-color:var(--el-color-white);--el-button-bg-color:var(--el-color-info);--el-button-border-color:var(--el-color-info);--el-button-outline-color:var(--el-color-info-light-5);--el-button-active-color:var(--el-color-info-dark-2);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-link-text-color:var(--el-color-info-light-5);--el-button-hover-bg-color:var(--el-color-info-light-3);--el-button-hover-border-color:var(--el-color-info-light-3);--el-button-active-bg-color:var(--el-color-info-dark-2);--el-button-active-border-color:var(--el-color-info-dark-2);--el-button-disabled-text-color:var(--el-color-white);--el-button-disabled-bg-color:var(--el-color-info-light-5);--el-button-disabled-border-color:var(--el-color-info-light-5)}.el-button--info.is-link,.el-button--info.is-plain,.el-button--info.is-text{--el-button-text-color:var(--el-color-info);--el-button-bg-color:var(--el-color-info-light-9);--el-button-border-color:var(--el-color-info-light-5);--el-button-hover-text-color:var(--el-color-white);--el-button-hover-bg-color:var(--el-color-info);--el-button-hover-border-color:var(--el-color-info);--el-button-active-text-color:var(--el-color-white)}.el-button--info.is-link.is-disabled,.el-button--info.is-link.is-disabled:active,.el-button--info.is-link.is-disabled:focus,.el-button--info.is-link.is-disabled:hover,.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover,.el-button--info.is-text.is-disabled,.el-button--info.is-text.is-disabled:active,.el-button--info.is-text.is-disabled:focus,.el-button--info.is-text.is-disabled:hover{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);color:var(--el-color-info-light-5)}.el-button--large{--el-button-size:40px;height:var(--el-button-size)}.el-button--large [class*=el-icon]+span{margin-left:8px}.el-button--large{border-radius:var(--el-border-radius-base);font-size:var(--el-font-size-base);padding:12px 19px}.el-button--large.is-round{padding:12px 19px}.el-button--large.is-circle{padding:12px;width:var(--el-button-size)}.el-button--small{--el-button-size:24px;height:var(--el-button-size)}.el-button--small [class*=el-icon]+span{margin-left:4px}.el-button--small{border-radius:calc(var(--el-border-radius-base) - 1px);font-size:12px;padding:5px 11px}.el-button--small.is-round{padding:5px 11px}.el-button--small.is-circle{padding:5px;width:var(--el-button-size)}.el-calendar{--el-calendar-border:var(--el-table-border,1px solid var(--el-border-color-lighter));--el-calendar-header-border-bottom:var(--el-calendar-border);--el-calendar-selected-bg-color:var(--el-color-primary-light-9);--el-calendar-cell-width:85px;background-color:var(--el-fill-color-blank)}.el-calendar__header{border-bottom:var(--el-calendar-header-border-bottom);display:flex;justify-content:space-between;padding:12px 20px}.el-calendar__title{align-self:center;color:var(--el-text-color)}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{color:var(--el-text-color-regular);font-weight:normal;padding:12px 0}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:var(--el-text-color-placeholder)}.el-calendar-table td{border-bottom:var(--el-calendar-border);border-right:var(--el-calendar-border);transition:background-color var(--el-transition-duration-fast) ease;vertical-align:top}.el-calendar-table td.is-selected{background-color:var(--el-calendar-selected-bg-color)}.el-calendar-table td.is-today{color:var(--el-color-primary)}.el-calendar-table tr:first-child td{border-top:var(--el-calendar-border)}.el-calendar-table tr td:first-child{border-left:var(--el-calendar-border)}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{box-sizing:border-box;height:var(--el-calendar-cell-width);padding:8px}.el-calendar-table .el-calendar-day:hover{background-color:var(--el-calendar-selected-bg-color);cursor:pointer}.el-card{--el-card-border-color:var(--el-border-color-light);--el-card-border-radius:4px;--el-card-padding:20px;--el-card-bg-color:var(--el-fill-color-blank);background-color:var(--el-card-bg-color);border:1px solid var(--el-card-border-color);border-radius:var(--el-card-border-radius);color:var(--el-text-color-primary);overflow:hidden;transition:var(--el-transition-duration)}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{box-shadow:var(--el-box-shadow-light)}.el-card__header{border-bottom:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-card__body{padding:var(--el-card-padding)}.el-card__footer{border-top:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-carousel__item{display:inline-block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.el-carousel__item,.el-carousel__item.is-active{z-index:calc(var(--el-index-normal) - 1)}.el-carousel__item--card,.el-carousel__item.is-animating{transition:transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:var(--el-index-normal)}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:calc(var(--el-index-normal) + 1)}.el-carousel__item--card-vertical{height:50%;width:100%}.el-carousel__mask{background-color:var(--el-color-white);height:100%;left:0;opacity:.24;position:absolute;top:0;transition:var(--el-transition-duration-fast);width:100%}.el-carousel{--el-carousel-arrow-font-size:12px;--el-carousel-arrow-size:36px;--el-carousel-arrow-background:rgba(31,45,61,0.11);--el-carousel-arrow-hover-background:rgba(31,45,61,0.23);--el-carousel-indicator-width:30px;--el-carousel-indicator-height:2px;--el-carousel-indicator-padding-horizontal:4px;--el-carousel-indicator-padding-vertical:12px;--el-carousel-indicator-out-color:var(--el-border-color-hover);position:relative}.el-carousel--horizontal,.el-carousel--vertical{overflow:hidden}.el-carousel__container{height:300px;position:relative}.el-carousel__arrow{align-items:center;background-color:var(--el-carousel-arrow-background);border:none;border-radius:50%;color:#ffffff;cursor:pointer;display:inline-flex;font-size:var(--el-carousel-arrow-font-size);height:var(--el-carousel-arrow-size);justify-content:center;margin:0;outline:none;padding:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:var(--el-transition-duration);width:var(--el-carousel-arrow-size);z-index:10}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:var(--el-carousel-arrow-hover-background)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{list-style:none;margin:0;padding:0;position:absolute;z-index:calc(var(--el-index-normal) + 1)}.el-carousel__indicators--horizontal{bottom:0;left:50%;transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);position:static;text-align:center;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:var(--el-carousel-indicator-out-color);opacity:.24}.el-carousel__indicators--right{right:0}.el-carousel__indicators--labels{left:0;right:0;text-align:center;transform:none}.el-carousel__indicators--labels .el-carousel__button{color:#000000;font-size:12px;height:auto;padding:2px 18px;width:auto}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal)}.el-carousel__indicator--vertical{padding:var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)}.el-carousel__indicator--vertical .el-carousel__button{height:calc(var(--el-carousel-indicator-width)/2);width:var(--el-carousel-indicator-height)}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{background-color:#ffffff;border:none;cursor:pointer;display:block;height:var(--el-carousel-indicator-height);margin:0;opacity:.48;outline:none;padding:0;transition:var(--el-transition-duration);width:var(--el-carousel-indicator-width)}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%) translateX(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%) translateX(10px)}.el-transitioning{filter:url(#elCarouselHorizontal)}.el-transitioning-vertical{filter:url(#elCarouselVertical)}.el-cascader-panel{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);border-radius:var(--el-cascader-menu-radius);display:flex;font-size:var(--el-cascader-menu-font-size)}.el-cascader-panel.is-bordered{border:var(--el-cascader-menu-border);border-radius:var(--el-cascader-menu-radius)}.el-cascader-menu{border-right:var(--el-cascader-menu-border);box-sizing:border-box;color:var(--el-cascader-menu-text-color);min-width:180px}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap.el-scrollbar__wrap{height:204px}.el-cascader-menu__list{box-sizing:border-box;list-style:none;margin:0;min-height:100%;padding:6px 0;position:relative}.el-cascader-menu__hover-zone{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.el-cascader-menu__empty-text{align-items:center;color:var(--el-cascader-color-empty);display:flex;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-cascader-menu__empty-text .is-loading{margin-right:2px}.el-cascader-node{align-items:center;display:flex;height:34px;line-height:34px;outline:none;padding:0 30px 0 20px;position:relative}.el-cascader-node.is-selectable.in-active-path{color:var(--el-cascader-menu-text-color)}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:var(--el-cascader-menu-selected-text-color);font-weight:bold}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:var(--el-cascader-node-background-hover)}.el-cascader-node.is-disabled{color:var(--el-cascader-node-color-disabled);cursor:not-allowed}.el-cascader-node__prefix{left:10px;position:absolute}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{flex:1;overflow:hidden;padding:0 8px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.el-cascader-node>.el-checkbox,.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-cascader{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);display:inline-block;font-size:var(--el-font-size-base);line-height:32px;outline:none;position:relative;vertical-align:middle}.el-cascader:not(.is-disabled):hover .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset;cursor:pointer}.el-cascader .el-input{cursor:pointer;display:flex}.el-cascader .el-input .el-input__inner{cursor:pointer;text-overflow:ellipsis}.el-cascader .el-input .el-input__suffix-inner .el-icon svg{vertical-align:middle}.el-cascader .el-input .icon-arrow-down{font-size:14px;transition:transform var(--el-transition-duration)}.el-cascader .el-input .icon-arrow-down.is-reverse{transform:rotate(180deg)}.el-cascader .el-input .icon-circle-close:hover{color:var(--el-input-clear-hover-color,var(--el-text-color-secondary))}.el-cascader .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-cascader--large{font-size:14px;line-height:40px}.el-cascader--large .el-cascader__tags{gap:6px;padding:8px}.el-cascader--large .el-cascader__search-input{height:24px;margin-left:7px}.el-cascader--small{font-size:12px;line-height:24px}.el-cascader--small .el-cascader__tags{gap:4px;padding:2px}.el-cascader--small .el-cascader__search-input{height:20px;margin-left:5px}.el-cascader.is-disabled .el-cascader__label{color:var(--el-disabled-text-color);z-index:calc(var(--el-index-normal) + 1)}.el-cascader__dropdown{--el-cascader-menu-text-color:var(--el-text-color-regular);--el-cascader-menu-selected-text-color:var(--el-color-primary);--el-cascader-menu-fill:var(--el-bg-color-overlay);--el-cascader-menu-font-size:var(--el-font-size-base);--el-cascader-menu-radius:var(--el-border-radius-base);--el-cascader-menu-border:solid 1px var(--el-border-color-light);--el-cascader-menu-shadow:var(--el-box-shadow-light);--el-cascader-node-background-hover:var(--el-fill-color-light);--el-cascader-node-color-disabled:var(--el-text-color-placeholder);--el-cascader-color-empty:var(--el-text-color-placeholder);--el-cascader-tag-background:var(--el-fill-color);border-radius:var(--el-cascader-menu-radius);font-size:var(--el-cascader-menu-font-size)}.el-cascader__dropdown.el-popper{background:var(--el-cascader-menu-fill)}.el-cascader__dropdown.el-popper,.el-cascader__dropdown.el-popper .el-popper__arrow:before{border:var(--el-cascader-menu-border)}.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-cascader__dropdown.el-popper{box-shadow:var(--el-cascader-menu-shadow)}.el-cascader__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-cascader__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.el-cascader__tags{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:6px;left:0;line-height:normal;padding:4px;position:absolute;right:30px;text-align:left;top:50%;transform:translateY(-50%)}.el-cascader__tags .el-tag{align-items:center;background:var(--el-cascader-tag-background);display:inline-flex;max-width:100%;text-overflow:ellipsis}.el-cascader__tags .el-tag.el-tag--dark,.el-cascader__tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__tags .el-tag>span{flex:1;line-height:normal;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__tags .el-tag+input{margin-left:0}.el-cascader__tags.is-validate{right:55px}.el-cascader__collapse-tags{white-space:normal;z-index:var(--el-index-normal)}.el-cascader__collapse-tags .el-tag{align-items:center;background:var(--el-fill-color);display:inline-flex;max-width:100%;text-overflow:ellipsis}.el-cascader__collapse-tags .el-tag.el-tag--dark,.el-cascader__collapse-tags .el-tag.el-tag--plain{background-color:var(--el-tag-bg-color)}.el-cascader__collapse-tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--dark,.el-cascader__collapse-tags .el-tag:not(.is-hit).el-tag--plain{border-color:var(--el-tag-border-color)}.el-cascader__collapse-tags .el-tag>span{flex:1;line-height:normal;overflow:hidden;text-overflow:ellipsis}.el-cascader__collapse-tags .el-tag .el-icon-close{background-color:var(--el-text-color-placeholder);color:var(--el-color-white);flex:none}.el-cascader__collapse-tags .el-tag .el-icon-close:hover{background-color:var(--el-text-color-secondary)}.el-cascader__collapse-tags .el-tag+input{margin-left:0}.el-cascader__collapse-tags .el-tag{margin:2px 0}.el-cascader__suggestion-panel{border-radius:var(--el-cascader-menu-radius)}.el-cascader__suggestion-list{color:var(--el-cascader-menu-text-color);font-size:var(--el-font-size-base);margin:0;max-height:204px;padding:6px 0;text-align:center}.el-cascader__suggestion-item{align-items:center;cursor:pointer;display:flex;height:34px;justify-content:space-between;outline:none;padding:0 15px;text-align:left}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:var(--el-cascader-node-background-hover)}.el-cascader__suggestion-item.is-checked{color:var(--el-cascader-menu-selected-text-color);font-weight:bold}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{color:var(--el-cascader-color-empty);margin:10px 0}.el-cascader__search-input{background:transparent;border:none;box-sizing:border-box;color:var(--el-cascader-menu-text-color);flex:1;height:24px;margin-left:7px;min-width:60px;outline:none;padding:0}.el-cascader__search-input::-moz-placeholder{color:transparent}.el-cascader__search-input::placeholder{color:transparent}.el-check-tag{background-color:var(--el-color-info-light-9);border-radius:var(--el-border-radius-base);color:var(--el-color-info);cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:bold;line-height:var(--el-font-size-base);padding:7px 15px;transition:var(--el-transition-all)}.el-check-tag:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--primary.is-checked{background-color:var(--el-color-primary-light-8);color:var(--el-color-primary)}.el-check-tag.el-check-tag--primary.is-checked:hover{background-color:var(--el-color-primary-light-7)}.el-check-tag.el-check-tag--primary.is-checked.is-disabled{background-color:var(--el-color-primary-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-checked.is-disabled:hover{background-color:var(--el-color-primary-light-8)}.el-check-tag.el-check-tag--primary.is-disabled{background-color:var(--el-color-info-light-9);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--primary.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-check-tag.el-check-tag--success.is-checked{background-color:var(--el-color-success-light-8);color:var(--el-color-success)}.el-check-tag.el-check-tag--success.is-checked:hover{background-color:var(--el-color-success-light-7)}.el-check-tag.el-check-tag--success.is-checked.is-disabled{background-color:var(--el-color-success-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-checked.is-disabled:hover{background-color:var(--el-color-success-light-8)}.el-check-tag.el-check-tag--success.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--success.is-disabled,.el-check-tag.el-check-tag--success.is-disabled:hover{background-color:var(--el-color-success-light-9)}.el-check-tag.el-check-tag--warning.is-checked{background-color:var(--el-color-warning-light-8);color:var(--el-color-warning)}.el-check-tag.el-check-tag--warning.is-checked:hover{background-color:var(--el-color-warning-light-7)}.el-check-tag.el-check-tag--warning.is-checked.is-disabled{background-color:var(--el-color-warning-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-checked.is-disabled:hover{background-color:var(--el-color-warning-light-8)}.el-check-tag.el-check-tag--warning.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--warning.is-disabled,.el-check-tag.el-check-tag--warning.is-disabled:hover{background-color:var(--el-color-warning-light-9)}.el-check-tag.el-check-tag--danger.is-checked{background-color:var(--el-color-danger-light-8);color:var(--el-color-danger)}.el-check-tag.el-check-tag--danger.is-checked:hover{background-color:var(--el-color-danger-light-7)}.el-check-tag.el-check-tag--danger.is-checked.is-disabled{background-color:var(--el-color-danger-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-checked.is-disabled:hover{background-color:var(--el-color-danger-light-8)}.el-check-tag.el-check-tag--danger.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--danger.is-disabled,.el-check-tag.el-check-tag--danger.is-disabled:hover{background-color:var(--el-color-danger-light-9)}.el-check-tag.el-check-tag--error.is-checked{background-color:var(--el-color-error-light-8);color:var(--el-color-error)}.el-check-tag.el-check-tag--error.is-checked:hover{background-color:var(--el-color-error-light-7)}.el-check-tag.el-check-tag--error.is-checked.is-disabled{background-color:var(--el-color-error-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-checked.is-disabled:hover{background-color:var(--el-color-error-light-8)}.el-check-tag.el-check-tag--error.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--error.is-disabled,.el-check-tag.el-check-tag--error.is-disabled:hover{background-color:var(--el-color-error-light-9)}.el-check-tag.el-check-tag--info.is-checked{background-color:var(--el-color-info-light-8);color:var(--el-color-info)}.el-check-tag.el-check-tag--info.is-checked:hover{background-color:var(--el-color-info-light-7)}.el-check-tag.el-check-tag--info.is-checked.is-disabled{background-color:var(--el-color-info-light-8);color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-checked.is-disabled:hover{background-color:var(--el-color-info-light-8)}.el-check-tag.el-check-tag--info.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-check-tag.el-check-tag--info.is-disabled,.el-check-tag.el-check-tag--info.is-disabled:hover{background-color:var(--el-color-info-light-9)}.el-checkbox-button{--el-checkbox-button-checked-bg-color:var(--el-color-primary);--el-checkbox-button-checked-text-color:var(--el-color-white);--el-checkbox-button-checked-border-color:var(--el-color-primary);display:inline-block;position:relative}.el-checkbox-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border:var(--el-border);border-left-color:transparent;border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;display:inline-block;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);line-height:1;margin:0;outline:none;padding:8px 15px;position:relative;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7);color:var(--el-checkbox-button-checked-text-color)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color,var(--el-border-color-light))}.el-checkbox-button:first-child .el-checkbox-button__inner{border-bottom-left-radius:var(--el-border-radius-base);border-left:var(--el-border);border-top-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-bottom-right-radius:var(--el-border-radius-base);border-top-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}.el-checkbox-group{font-size:0;line-height:0}.el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-checkbox-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);height:var(--el-checkbox-height,32px);margin-right:30px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox input:focus-visible+.el-checkbox__inner{border-radius:var(--el-checkbox-border-radius);outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px}.el-checkbox__input{cursor:pointer;display:inline-flex;outline:none;position:relative;white-space:nowrap}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-icon-color);cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:translate(-45%,-60%) rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-checked-icon-color);content:"";display:block;height:2px;left:0;position:absolute;right:0;top:5px;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{background-color:var(--el-checkbox-bg-color);border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;display:inline-block;height:var(--el-checkbox-input-height);position:relative;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);width:var(--el-checkbox-input-width);z-index:var(--el-index-normal)}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{border:1px solid transparent;border-left:0;border-top:0;box-sizing:content-box;content:"";height:7px;left:50%;position:absolute;top:50%;transform:translate(-45%,-60%) rotate(45deg) scaleY(0);transform-origin:center;transition:transform .15s ease-in .05s;width:3px}.el-checkbox__original{height:0;margin:0;opacity:0;outline:none;position:absolute;width:0;z-index:-1}.el-checkbox__label{display:inline-block;font-size:var(--el-checkbox-font-size);line-height:1;padding-left:8px}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox:last-of-type{margin-right:0}[class*=el-col-]{box-sizing:border-box}[class*=el-col-].is-guttered{display:block;min-height:1px}.el-col-0{flex:0 0 0%;max-width:0}.el-col-0,.el-col-0.is-guttered{display:none}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{left:0;position:relative}.el-col-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-1,.el-col-1.is-guttered{display:block}.el-col-offset-1{margin-left:4.1666666667%}.el-col-pull-1{position:relative;right:4.1666666667%}.el-col-push-1{left:4.1666666667%;position:relative}.el-col-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-2,.el-col-2.is-guttered{display:block}.el-col-offset-2{margin-left:8.3333333333%}.el-col-pull-2{position:relative;right:8.3333333333%}.el-col-push-2{left:8.3333333333%;position:relative}.el-col-3{flex:0 0 12.5%;max-width:12.5%}.el-col-3,.el-col-3.is-guttered{display:block}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{left:12.5%;position:relative}.el-col-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-4,.el-col-4.is-guttered{display:block}.el-col-offset-4{margin-left:16.6666666667%}.el-col-pull-4{position:relative;right:16.6666666667%}.el-col-push-4{left:16.6666666667%;position:relative}.el-col-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-5,.el-col-5.is-guttered{display:block}.el-col-offset-5{margin-left:20.8333333333%}.el-col-pull-5{position:relative;right:20.8333333333%}.el-col-push-5{left:20.8333333333%;position:relative}.el-col-6{flex:0 0 25%;max-width:25%}.el-col-6,.el-col-6.is-guttered{display:block}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{left:25%;position:relative}.el-col-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-7,.el-col-7.is-guttered{display:block}.el-col-offset-7{margin-left:29.1666666667%}.el-col-pull-7{position:relative;right:29.1666666667%}.el-col-push-7{left:29.1666666667%;position:relative}.el-col-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-8,.el-col-8.is-guttered{display:block}.el-col-offset-8{margin-left:33.3333333333%}.el-col-pull-8{position:relative;right:33.3333333333%}.el-col-push-8{left:33.3333333333%;position:relative}.el-col-9{flex:0 0 37.5%;max-width:37.5%}.el-col-9,.el-col-9.is-guttered{display:block}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{left:37.5%;position:relative}.el-col-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-10,.el-col-10.is-guttered{display:block}.el-col-offset-10{margin-left:41.6666666667%}.el-col-pull-10{position:relative;right:41.6666666667%}.el-col-push-10{left:41.6666666667%;position:relative}.el-col-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-11,.el-col-11.is-guttered{display:block}.el-col-offset-11{margin-left:45.8333333333%}.el-col-pull-11{position:relative;right:45.8333333333%}.el-col-push-11{left:45.8333333333%;position:relative}.el-col-12{flex:0 0 50%;max-width:50%}.el-col-12,.el-col-12.is-guttered{display:block}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%;position:relative}.el-col-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-13,.el-col-13.is-guttered{display:block}.el-col-offset-13{margin-left:54.1666666667%}.el-col-pull-13{position:relative;right:54.1666666667%}.el-col-push-13{left:54.1666666667%;position:relative}.el-col-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-14,.el-col-14.is-guttered{display:block}.el-col-offset-14{margin-left:58.3333333333%}.el-col-pull-14{position:relative;right:58.3333333333%}.el-col-push-14{left:58.3333333333%;position:relative}.el-col-15{flex:0 0 62.5%;max-width:62.5%}.el-col-15,.el-col-15.is-guttered{display:block}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{left:62.5%;position:relative}.el-col-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-16,.el-col-16.is-guttered{display:block}.el-col-offset-16{margin-left:66.6666666667%}.el-col-pull-16{position:relative;right:66.6666666667%}.el-col-push-16{left:66.6666666667%;position:relative}.el-col-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-17,.el-col-17.is-guttered{display:block}.el-col-offset-17{margin-left:70.8333333333%}.el-col-pull-17{position:relative;right:70.8333333333%}.el-col-push-17{left:70.8333333333%;position:relative}.el-col-18{flex:0 0 75%;max-width:75%}.el-col-18,.el-col-18.is-guttered{display:block}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{left:75%;position:relative}.el-col-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-19,.el-col-19.is-guttered{display:block}.el-col-offset-19{margin-left:79.1666666667%}.el-col-pull-19{position:relative;right:79.1666666667%}.el-col-push-19{left:79.1666666667%;position:relative}.el-col-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-20,.el-col-20.is-guttered{display:block}.el-col-offset-20{margin-left:83.3333333333%}.el-col-pull-20{position:relative;right:83.3333333333%}.el-col-push-20{left:83.3333333333%;position:relative}.el-col-21{flex:0 0 87.5%;max-width:87.5%}.el-col-21,.el-col-21.is-guttered{display:block}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{left:87.5%;position:relative}.el-col-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-22,.el-col-22.is-guttered{display:block}.el-col-offset-22{margin-left:91.6666666667%}.el-col-pull-22{position:relative;right:91.6666666667%}.el-col-push-22{left:91.6666666667%;position:relative}.el-col-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-23,.el-col-23.is-guttered{display:block}.el-col-offset-23{margin-left:95.8333333333%}.el-col-pull-23{position:relative;right:95.8333333333%}.el-col-push-23{left:95.8333333333%;position:relative}.el-col-24{flex:0 0 100%;max-width:100%}.el-col-24,.el-col-24.is-guttered{display:block}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{left:100%;position:relative}@media only screen and (max-width:767px){.el-col-xs-0{display:none;flex:0 0 0%;max-width:0}.el-col-xs-0.is-guttered{display:none}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{left:0;position:relative}.el-col-xs-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xs-1,.el-col-xs-1.is-guttered{display:block}.el-col-xs-offset-1{margin-left:4.1666666667%}.el-col-xs-pull-1{position:relative;right:4.1666666667%}.el-col-xs-push-1{left:4.1666666667%;position:relative}.el-col-xs-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xs-2,.el-col-xs-2.is-guttered{display:block}.el-col-xs-offset-2{margin-left:8.3333333333%}.el-col-xs-pull-2{position:relative;right:8.3333333333%}.el-col-xs-push-2{left:8.3333333333%;position:relative}.el-col-xs-3{flex:0 0 12.5%;max-width:12.5%}.el-col-xs-3,.el-col-xs-3.is-guttered{display:block}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{left:12.5%;position:relative}.el-col-xs-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xs-4,.el-col-xs-4.is-guttered{display:block}.el-col-xs-offset-4{margin-left:16.6666666667%}.el-col-xs-pull-4{position:relative;right:16.6666666667%}.el-col-xs-push-4{left:16.6666666667%;position:relative}.el-col-xs-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xs-5,.el-col-xs-5.is-guttered{display:block}.el-col-xs-offset-5{margin-left:20.8333333333%}.el-col-xs-pull-5{position:relative;right:20.8333333333%}.el-col-xs-push-5{left:20.8333333333%;position:relative}.el-col-xs-6{flex:0 0 25%;max-width:25%}.el-col-xs-6,.el-col-xs-6.is-guttered{display:block}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{left:25%;position:relative}.el-col-xs-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xs-7,.el-col-xs-7.is-guttered{display:block}.el-col-xs-offset-7{margin-left:29.1666666667%}.el-col-xs-pull-7{position:relative;right:29.1666666667%}.el-col-xs-push-7{left:29.1666666667%;position:relative}.el-col-xs-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xs-8,.el-col-xs-8.is-guttered{display:block}.el-col-xs-offset-8{margin-left:33.3333333333%}.el-col-xs-pull-8{position:relative;right:33.3333333333%}.el-col-xs-push-8{left:33.3333333333%;position:relative}.el-col-xs-9{flex:0 0 37.5%;max-width:37.5%}.el-col-xs-9,.el-col-xs-9.is-guttered{display:block}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{left:37.5%;position:relative}.el-col-xs-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xs-10.is-guttered{display:block}.el-col-xs-offset-10{margin-left:41.6666666667%}.el-col-xs-pull-10{position:relative;right:41.6666666667%}.el-col-xs-push-10{left:41.6666666667%;position:relative}.el-col-xs-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xs-11.is-guttered{display:block}.el-col-xs-offset-11{margin-left:45.8333333333%}.el-col-xs-pull-11{position:relative;right:45.8333333333%}.el-col-xs-push-11{left:45.8333333333%;position:relative}.el-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xs-12.is-guttered{display:block}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{left:50%;position:relative}.el-col-xs-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xs-13.is-guttered{display:block}.el-col-xs-offset-13{margin-left:54.1666666667%}.el-col-xs-pull-13{position:relative;right:54.1666666667%}.el-col-xs-push-13{left:54.1666666667%;position:relative}.el-col-xs-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xs-14.is-guttered{display:block}.el-col-xs-offset-14{margin-left:58.3333333333%}.el-col-xs-pull-14{position:relative;right:58.3333333333%}.el-col-xs-push-14{left:58.3333333333%;position:relative}.el-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xs-15.is-guttered{display:block}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{left:62.5%;position:relative}.el-col-xs-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xs-16.is-guttered{display:block}.el-col-xs-offset-16{margin-left:66.6666666667%}.el-col-xs-pull-16{position:relative;right:66.6666666667%}.el-col-xs-push-16{left:66.6666666667%;position:relative}.el-col-xs-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xs-17.is-guttered{display:block}.el-col-xs-offset-17{margin-left:70.8333333333%}.el-col-xs-pull-17{position:relative;right:70.8333333333%}.el-col-xs-push-17{left:70.8333333333%;position:relative}.el-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xs-18.is-guttered{display:block}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{left:75%;position:relative}.el-col-xs-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xs-19.is-guttered{display:block}.el-col-xs-offset-19{margin-left:79.1666666667%}.el-col-xs-pull-19{position:relative;right:79.1666666667%}.el-col-xs-push-19{left:79.1666666667%;position:relative}.el-col-xs-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xs-20.is-guttered{display:block}.el-col-xs-offset-20{margin-left:83.3333333333%}.el-col-xs-pull-20{position:relative;right:83.3333333333%}.el-col-xs-push-20{left:83.3333333333%;position:relative}.el-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xs-21.is-guttered{display:block}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{left:87.5%;position:relative}.el-col-xs-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xs-22.is-guttered{display:block}.el-col-xs-offset-22{margin-left:91.6666666667%}.el-col-xs-pull-22{position:relative;right:91.6666666667%}.el-col-xs-push-22{left:91.6666666667%;position:relative}.el-col-xs-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xs-23.is-guttered{display:block}.el-col-xs-offset-23{margin-left:95.8333333333%}.el-col-xs-pull-23{position:relative;right:95.8333333333%}.el-col-xs-push-23{left:95.8333333333%;position:relative}.el-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xs-24.is-guttered{display:block}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{left:100%;position:relative}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;flex:0 0 0%;max-width:0}.el-col-sm-0.is-guttered{display:none}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{left:0;position:relative}.el-col-sm-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-sm-1,.el-col-sm-1.is-guttered{display:block}.el-col-sm-offset-1{margin-left:4.1666666667%}.el-col-sm-pull-1{position:relative;right:4.1666666667%}.el-col-sm-push-1{left:4.1666666667%;position:relative}.el-col-sm-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-sm-2,.el-col-sm-2.is-guttered{display:block}.el-col-sm-offset-2{margin-left:8.3333333333%}.el-col-sm-pull-2{position:relative;right:8.3333333333%}.el-col-sm-push-2{left:8.3333333333%;position:relative}.el-col-sm-3{flex:0 0 12.5%;max-width:12.5%}.el-col-sm-3,.el-col-sm-3.is-guttered{display:block}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{left:12.5%;position:relative}.el-col-sm-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-sm-4,.el-col-sm-4.is-guttered{display:block}.el-col-sm-offset-4{margin-left:16.6666666667%}.el-col-sm-pull-4{position:relative;right:16.6666666667%}.el-col-sm-push-4{left:16.6666666667%;position:relative}.el-col-sm-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-sm-5,.el-col-sm-5.is-guttered{display:block}.el-col-sm-offset-5{margin-left:20.8333333333%}.el-col-sm-pull-5{position:relative;right:20.8333333333%}.el-col-sm-push-5{left:20.8333333333%;position:relative}.el-col-sm-6{flex:0 0 25%;max-width:25%}.el-col-sm-6,.el-col-sm-6.is-guttered{display:block}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{left:25%;position:relative}.el-col-sm-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-sm-7,.el-col-sm-7.is-guttered{display:block}.el-col-sm-offset-7{margin-left:29.1666666667%}.el-col-sm-pull-7{position:relative;right:29.1666666667%}.el-col-sm-push-7{left:29.1666666667%;position:relative}.el-col-sm-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-sm-8,.el-col-sm-8.is-guttered{display:block}.el-col-sm-offset-8{margin-left:33.3333333333%}.el-col-sm-pull-8{position:relative;right:33.3333333333%}.el-col-sm-push-8{left:33.3333333333%;position:relative}.el-col-sm-9{flex:0 0 37.5%;max-width:37.5%}.el-col-sm-9,.el-col-sm-9.is-guttered{display:block}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{left:37.5%;position:relative}.el-col-sm-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-sm-10.is-guttered{display:block}.el-col-sm-offset-10{margin-left:41.6666666667%}.el-col-sm-pull-10{position:relative;right:41.6666666667%}.el-col-sm-push-10{left:41.6666666667%;position:relative}.el-col-sm-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-sm-11.is-guttered{display:block}.el-col-sm-offset-11{margin-left:45.8333333333%}.el-col-sm-pull-11{position:relative;right:45.8333333333%}.el-col-sm-push-11{left:45.8333333333%;position:relative}.el-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.el-col-sm-12.is-guttered{display:block}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{left:50%;position:relative}.el-col-sm-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-sm-13.is-guttered{display:block}.el-col-sm-offset-13{margin-left:54.1666666667%}.el-col-sm-pull-13{position:relative;right:54.1666666667%}.el-col-sm-push-13{left:54.1666666667%;position:relative}.el-col-sm-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-sm-14.is-guttered{display:block}.el-col-sm-offset-14{margin-left:58.3333333333%}.el-col-sm-pull-14{position:relative;right:58.3333333333%}.el-col-sm-push-14{left:58.3333333333%;position:relative}.el-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-sm-15.is-guttered{display:block}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{left:62.5%;position:relative}.el-col-sm-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-sm-16.is-guttered{display:block}.el-col-sm-offset-16{margin-left:66.6666666667%}.el-col-sm-pull-16{position:relative;right:66.6666666667%}.el-col-sm-push-16{left:66.6666666667%;position:relative}.el-col-sm-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-sm-17.is-guttered{display:block}.el-col-sm-offset-17{margin-left:70.8333333333%}.el-col-sm-pull-17{position:relative;right:70.8333333333%}.el-col-sm-push-17{left:70.8333333333%;position:relative}.el-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.el-col-sm-18.is-guttered{display:block}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{left:75%;position:relative}.el-col-sm-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-sm-19.is-guttered{display:block}.el-col-sm-offset-19{margin-left:79.1666666667%}.el-col-sm-pull-19{position:relative;right:79.1666666667%}.el-col-sm-push-19{left:79.1666666667%;position:relative}.el-col-sm-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-sm-20.is-guttered{display:block}.el-col-sm-offset-20{margin-left:83.3333333333%}.el-col-sm-pull-20{position:relative;right:83.3333333333%}.el-col-sm-push-20{left:83.3333333333%;position:relative}.el-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-sm-21.is-guttered{display:block}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{left:87.5%;position:relative}.el-col-sm-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-sm-22.is-guttered{display:block}.el-col-sm-offset-22{margin-left:91.6666666667%}.el-col-sm-pull-22{position:relative;right:91.6666666667%}.el-col-sm-push-22{left:91.6666666667%;position:relative}.el-col-sm-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-sm-23.is-guttered{display:block}.el-col-sm-offset-23{margin-left:95.8333333333%}.el-col-sm-pull-23{position:relative;right:95.8333333333%}.el-col-sm-push-23{left:95.8333333333%;position:relative}.el-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.el-col-sm-24.is-guttered{display:block}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{left:100%;position:relative}}@media only screen and (min-width:992px){.el-col-md-0{display:none;flex:0 0 0%;max-width:0}.el-col-md-0.is-guttered{display:none}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{left:0;position:relative}.el-col-md-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-md-1,.el-col-md-1.is-guttered{display:block}.el-col-md-offset-1{margin-left:4.1666666667%}.el-col-md-pull-1{position:relative;right:4.1666666667%}.el-col-md-push-1{left:4.1666666667%;position:relative}.el-col-md-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-md-2,.el-col-md-2.is-guttered{display:block}.el-col-md-offset-2{margin-left:8.3333333333%}.el-col-md-pull-2{position:relative;right:8.3333333333%}.el-col-md-push-2{left:8.3333333333%;position:relative}.el-col-md-3{flex:0 0 12.5%;max-width:12.5%}.el-col-md-3,.el-col-md-3.is-guttered{display:block}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{left:12.5%;position:relative}.el-col-md-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-md-4,.el-col-md-4.is-guttered{display:block}.el-col-md-offset-4{margin-left:16.6666666667%}.el-col-md-pull-4{position:relative;right:16.6666666667%}.el-col-md-push-4{left:16.6666666667%;position:relative}.el-col-md-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-md-5,.el-col-md-5.is-guttered{display:block}.el-col-md-offset-5{margin-left:20.8333333333%}.el-col-md-pull-5{position:relative;right:20.8333333333%}.el-col-md-push-5{left:20.8333333333%;position:relative}.el-col-md-6{flex:0 0 25%;max-width:25%}.el-col-md-6,.el-col-md-6.is-guttered{display:block}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{left:25%;position:relative}.el-col-md-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-md-7,.el-col-md-7.is-guttered{display:block}.el-col-md-offset-7{margin-left:29.1666666667%}.el-col-md-pull-7{position:relative;right:29.1666666667%}.el-col-md-push-7{left:29.1666666667%;position:relative}.el-col-md-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-md-8,.el-col-md-8.is-guttered{display:block}.el-col-md-offset-8{margin-left:33.3333333333%}.el-col-md-pull-8{position:relative;right:33.3333333333%}.el-col-md-push-8{left:33.3333333333%;position:relative}.el-col-md-9{flex:0 0 37.5%;max-width:37.5%}.el-col-md-9,.el-col-md-9.is-guttered{display:block}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{left:37.5%;position:relative}.el-col-md-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-md-10.is-guttered{display:block}.el-col-md-offset-10{margin-left:41.6666666667%}.el-col-md-pull-10{position:relative;right:41.6666666667%}.el-col-md-push-10{left:41.6666666667%;position:relative}.el-col-md-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-md-11.is-guttered{display:block}.el-col-md-offset-11{margin-left:45.8333333333%}.el-col-md-pull-11{position:relative;right:45.8333333333%}.el-col-md-push-11{left:45.8333333333%;position:relative}.el-col-md-12{display:block;flex:0 0 50%;max-width:50%}.el-col-md-12.is-guttered{display:block}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{left:50%;position:relative}.el-col-md-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-md-13.is-guttered{display:block}.el-col-md-offset-13{margin-left:54.1666666667%}.el-col-md-pull-13{position:relative;right:54.1666666667%}.el-col-md-push-13{left:54.1666666667%;position:relative}.el-col-md-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-md-14.is-guttered{display:block}.el-col-md-offset-14{margin-left:58.3333333333%}.el-col-md-pull-14{position:relative;right:58.3333333333%}.el-col-md-push-14{left:58.3333333333%;position:relative}.el-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-md-15.is-guttered{display:block}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{left:62.5%;position:relative}.el-col-md-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-md-16.is-guttered{display:block}.el-col-md-offset-16{margin-left:66.6666666667%}.el-col-md-pull-16{position:relative;right:66.6666666667%}.el-col-md-push-16{left:66.6666666667%;position:relative}.el-col-md-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-md-17.is-guttered{display:block}.el-col-md-offset-17{margin-left:70.8333333333%}.el-col-md-pull-17{position:relative;right:70.8333333333%}.el-col-md-push-17{left:70.8333333333%;position:relative}.el-col-md-18{display:block;flex:0 0 75%;max-width:75%}.el-col-md-18.is-guttered{display:block}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{left:75%;position:relative}.el-col-md-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-md-19.is-guttered{display:block}.el-col-md-offset-19{margin-left:79.1666666667%}.el-col-md-pull-19{position:relative;right:79.1666666667%}.el-col-md-push-19{left:79.1666666667%;position:relative}.el-col-md-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-md-20.is-guttered{display:block}.el-col-md-offset-20{margin-left:83.3333333333%}.el-col-md-pull-20{position:relative;right:83.3333333333%}.el-col-md-push-20{left:83.3333333333%;position:relative}.el-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-md-21.is-guttered{display:block}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{left:87.5%;position:relative}.el-col-md-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-md-22.is-guttered{display:block}.el-col-md-offset-22{margin-left:91.6666666667%}.el-col-md-pull-22{position:relative;right:91.6666666667%}.el-col-md-push-22{left:91.6666666667%;position:relative}.el-col-md-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-md-23.is-guttered{display:block}.el-col-md-offset-23{margin-left:95.8333333333%}.el-col-md-pull-23{position:relative;right:95.8333333333%}.el-col-md-push-23{left:95.8333333333%;position:relative}.el-col-md-24{display:block;flex:0 0 100%;max-width:100%}.el-col-md-24.is-guttered{display:block}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{left:100%;position:relative}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;flex:0 0 0%;max-width:0}.el-col-lg-0.is-guttered{display:none}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{left:0;position:relative}.el-col-lg-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-lg-1,.el-col-lg-1.is-guttered{display:block}.el-col-lg-offset-1{margin-left:4.1666666667%}.el-col-lg-pull-1{position:relative;right:4.1666666667%}.el-col-lg-push-1{left:4.1666666667%;position:relative}.el-col-lg-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-lg-2,.el-col-lg-2.is-guttered{display:block}.el-col-lg-offset-2{margin-left:8.3333333333%}.el-col-lg-pull-2{position:relative;right:8.3333333333%}.el-col-lg-push-2{left:8.3333333333%;position:relative}.el-col-lg-3{flex:0 0 12.5%;max-width:12.5%}.el-col-lg-3,.el-col-lg-3.is-guttered{display:block}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{left:12.5%;position:relative}.el-col-lg-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-lg-4,.el-col-lg-4.is-guttered{display:block}.el-col-lg-offset-4{margin-left:16.6666666667%}.el-col-lg-pull-4{position:relative;right:16.6666666667%}.el-col-lg-push-4{left:16.6666666667%;position:relative}.el-col-lg-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-lg-5,.el-col-lg-5.is-guttered{display:block}.el-col-lg-offset-5{margin-left:20.8333333333%}.el-col-lg-pull-5{position:relative;right:20.8333333333%}.el-col-lg-push-5{left:20.8333333333%;position:relative}.el-col-lg-6{flex:0 0 25%;max-width:25%}.el-col-lg-6,.el-col-lg-6.is-guttered{display:block}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{left:25%;position:relative}.el-col-lg-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-lg-7,.el-col-lg-7.is-guttered{display:block}.el-col-lg-offset-7{margin-left:29.1666666667%}.el-col-lg-pull-7{position:relative;right:29.1666666667%}.el-col-lg-push-7{left:29.1666666667%;position:relative}.el-col-lg-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-lg-8,.el-col-lg-8.is-guttered{display:block}.el-col-lg-offset-8{margin-left:33.3333333333%}.el-col-lg-pull-8{position:relative;right:33.3333333333%}.el-col-lg-push-8{left:33.3333333333%;position:relative}.el-col-lg-9{flex:0 0 37.5%;max-width:37.5%}.el-col-lg-9,.el-col-lg-9.is-guttered{display:block}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{left:37.5%;position:relative}.el-col-lg-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-lg-10.is-guttered{display:block}.el-col-lg-offset-10{margin-left:41.6666666667%}.el-col-lg-pull-10{position:relative;right:41.6666666667%}.el-col-lg-push-10{left:41.6666666667%;position:relative}.el-col-lg-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-lg-11.is-guttered{display:block}.el-col-lg-offset-11{margin-left:45.8333333333%}.el-col-lg-pull-11{position:relative;right:45.8333333333%}.el-col-lg-push-11{left:45.8333333333%;position:relative}.el-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.el-col-lg-12.is-guttered{display:block}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{left:50%;position:relative}.el-col-lg-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-lg-13.is-guttered{display:block}.el-col-lg-offset-13{margin-left:54.1666666667%}.el-col-lg-pull-13{position:relative;right:54.1666666667%}.el-col-lg-push-13{left:54.1666666667%;position:relative}.el-col-lg-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-lg-14.is-guttered{display:block}.el-col-lg-offset-14{margin-left:58.3333333333%}.el-col-lg-pull-14{position:relative;right:58.3333333333%}.el-col-lg-push-14{left:58.3333333333%;position:relative}.el-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-lg-15.is-guttered{display:block}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{left:62.5%;position:relative}.el-col-lg-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-lg-16.is-guttered{display:block}.el-col-lg-offset-16{margin-left:66.6666666667%}.el-col-lg-pull-16{position:relative;right:66.6666666667%}.el-col-lg-push-16{left:66.6666666667%;position:relative}.el-col-lg-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-lg-17.is-guttered{display:block}.el-col-lg-offset-17{margin-left:70.8333333333%}.el-col-lg-pull-17{position:relative;right:70.8333333333%}.el-col-lg-push-17{left:70.8333333333%;position:relative}.el-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.el-col-lg-18.is-guttered{display:block}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{left:75%;position:relative}.el-col-lg-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-lg-19.is-guttered{display:block}.el-col-lg-offset-19{margin-left:79.1666666667%}.el-col-lg-pull-19{position:relative;right:79.1666666667%}.el-col-lg-push-19{left:79.1666666667%;position:relative}.el-col-lg-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-lg-20.is-guttered{display:block}.el-col-lg-offset-20{margin-left:83.3333333333%}.el-col-lg-pull-20{position:relative;right:83.3333333333%}.el-col-lg-push-20{left:83.3333333333%;position:relative}.el-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-lg-21.is-guttered{display:block}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{left:87.5%;position:relative}.el-col-lg-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-lg-22.is-guttered{display:block}.el-col-lg-offset-22{margin-left:91.6666666667%}.el-col-lg-pull-22{position:relative;right:91.6666666667%}.el-col-lg-push-22{left:91.6666666667%;position:relative}.el-col-lg-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-lg-23.is-guttered{display:block}.el-col-lg-offset-23{margin-left:95.8333333333%}.el-col-lg-pull-23{position:relative;right:95.8333333333%}.el-col-lg-push-23{left:95.8333333333%;position:relative}.el-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.el-col-lg-24.is-guttered{display:block}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{left:100%;position:relative}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;flex:0 0 0%;max-width:0}.el-col-xl-0.is-guttered{display:none}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{left:0;position:relative}.el-col-xl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.el-col-xl-1,.el-col-xl-1.is-guttered{display:block}.el-col-xl-offset-1{margin-left:4.1666666667%}.el-col-xl-pull-1{position:relative;right:4.1666666667%}.el-col-xl-push-1{left:4.1666666667%;position:relative}.el-col-xl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.el-col-xl-2,.el-col-xl-2.is-guttered{display:block}.el-col-xl-offset-2{margin-left:8.3333333333%}.el-col-xl-pull-2{position:relative;right:8.3333333333%}.el-col-xl-push-2{left:8.3333333333%;position:relative}.el-col-xl-3{flex:0 0 12.5%;max-width:12.5%}.el-col-xl-3,.el-col-xl-3.is-guttered{display:block}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{left:12.5%;position:relative}.el-col-xl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.el-col-xl-4,.el-col-xl-4.is-guttered{display:block}.el-col-xl-offset-4{margin-left:16.6666666667%}.el-col-xl-pull-4{position:relative;right:16.6666666667%}.el-col-xl-push-4{left:16.6666666667%;position:relative}.el-col-xl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.el-col-xl-5,.el-col-xl-5.is-guttered{display:block}.el-col-xl-offset-5{margin-left:20.8333333333%}.el-col-xl-pull-5{position:relative;right:20.8333333333%}.el-col-xl-push-5{left:20.8333333333%;position:relative}.el-col-xl-6{flex:0 0 25%;max-width:25%}.el-col-xl-6,.el-col-xl-6.is-guttered{display:block}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{left:25%;position:relative}.el-col-xl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.el-col-xl-7,.el-col-xl-7.is-guttered{display:block}.el-col-xl-offset-7{margin-left:29.1666666667%}.el-col-xl-pull-7{position:relative;right:29.1666666667%}.el-col-xl-push-7{left:29.1666666667%;position:relative}.el-col-xl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.el-col-xl-8,.el-col-xl-8.is-guttered{display:block}.el-col-xl-offset-8{margin-left:33.3333333333%}.el-col-xl-pull-8{position:relative;right:33.3333333333%}.el-col-xl-push-8{left:33.3333333333%;position:relative}.el-col-xl-9{flex:0 0 37.5%;max-width:37.5%}.el-col-xl-9,.el-col-xl-9.is-guttered{display:block}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{left:37.5%;position:relative}.el-col-xl-10{display:block;flex:0 0 41.6666666667%;max-width:41.6666666667%}.el-col-xl-10.is-guttered{display:block}.el-col-xl-offset-10{margin-left:41.6666666667%}.el-col-xl-pull-10{position:relative;right:41.6666666667%}.el-col-xl-push-10{left:41.6666666667%;position:relative}.el-col-xl-11{display:block;flex:0 0 45.8333333333%;max-width:45.8333333333%}.el-col-xl-11.is-guttered{display:block}.el-col-xl-offset-11{margin-left:45.8333333333%}.el-col-xl-pull-11{position:relative;right:45.8333333333%}.el-col-xl-push-11{left:45.8333333333%;position:relative}.el-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.el-col-xl-12.is-guttered{display:block}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{left:50%;position:relative}.el-col-xl-13{display:block;flex:0 0 54.1666666667%;max-width:54.1666666667%}.el-col-xl-13.is-guttered{display:block}.el-col-xl-offset-13{margin-left:54.1666666667%}.el-col-xl-pull-13{position:relative;right:54.1666666667%}.el-col-xl-push-13{left:54.1666666667%;position:relative}.el-col-xl-14{display:block;flex:0 0 58.3333333333%;max-width:58.3333333333%}.el-col-xl-14.is-guttered{display:block}.el-col-xl-offset-14{margin-left:58.3333333333%}.el-col-xl-pull-14{position:relative;right:58.3333333333%}.el-col-xl-push-14{left:58.3333333333%;position:relative}.el-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.el-col-xl-15.is-guttered{display:block}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{left:62.5%;position:relative}.el-col-xl-16{display:block;flex:0 0 66.6666666667%;max-width:66.6666666667%}.el-col-xl-16.is-guttered{display:block}.el-col-xl-offset-16{margin-left:66.6666666667%}.el-col-xl-pull-16{position:relative;right:66.6666666667%}.el-col-xl-push-16{left:66.6666666667%;position:relative}.el-col-xl-17{display:block;flex:0 0 70.8333333333%;max-width:70.8333333333%}.el-col-xl-17.is-guttered{display:block}.el-col-xl-offset-17{margin-left:70.8333333333%}.el-col-xl-pull-17{position:relative;right:70.8333333333%}.el-col-xl-push-17{left:70.8333333333%;position:relative}.el-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.el-col-xl-18.is-guttered{display:block}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{left:75%;position:relative}.el-col-xl-19{display:block;flex:0 0 79.1666666667%;max-width:79.1666666667%}.el-col-xl-19.is-guttered{display:block}.el-col-xl-offset-19{margin-left:79.1666666667%}.el-col-xl-pull-19{position:relative;right:79.1666666667%}.el-col-xl-push-19{left:79.1666666667%;position:relative}.el-col-xl-20{display:block;flex:0 0 83.3333333333%;max-width:83.3333333333%}.el-col-xl-20.is-guttered{display:block}.el-col-xl-offset-20{margin-left:83.3333333333%}.el-col-xl-pull-20{position:relative;right:83.3333333333%}.el-col-xl-push-20{left:83.3333333333%;position:relative}.el-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.el-col-xl-21.is-guttered{display:block}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{left:87.5%;position:relative}.el-col-xl-22{display:block;flex:0 0 91.6666666667%;max-width:91.6666666667%}.el-col-xl-22.is-guttered{display:block}.el-col-xl-offset-22{margin-left:91.6666666667%}.el-col-xl-pull-22{position:relative;right:91.6666666667%}.el-col-xl-push-22{left:91.6666666667%;position:relative}.el-col-xl-23{display:block;flex:0 0 95.8333333333%;max-width:95.8333333333%}.el-col-xl-23.is-guttered{display:block}.el-col-xl-offset-23{margin-left:95.8333333333%}.el-col-xl-pull-23{position:relative;right:95.8333333333%}.el-col-xl-push-23{left:95.8333333333%;position:relative}.el-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.el-col-xl-24.is-guttered{display:block}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{left:100%;position:relative}}.el-collapse{--el-collapse-border-color:var(--el-border-color-lighter);--el-collapse-header-height:48px;--el-collapse-header-bg-color:var(--el-fill-color-blank);--el-collapse-header-text-color:var(--el-text-color-primary);--el-collapse-header-font-size:13px;--el-collapse-content-bg-color:var(--el-fill-color-blank);--el-collapse-content-font-size:13px;--el-collapse-content-text-color:var(--el-text-color-primary);border-bottom:1px solid var(--el-collapse-border-color);border-top:1px solid var(--el-collapse-border-color)}.el-collapse-item.is-disabled .el-collapse-item__header{color:var(--el-text-color-disabled);cursor:not-allowed}.el-collapse-item__header{align-items:center;background-color:var(--el-collapse-header-bg-color);border:none;border-bottom:1px solid var(--el-collapse-border-color);color:var(--el-collapse-header-text-color);cursor:pointer;display:flex;font-size:var(--el-collapse-header-font-size);font-weight:500;line-height:var(--el-collapse-header-height);min-height:var(--el-collapse-header-height);outline:none;padding:0;transition:border-bottom-color var(--el-transition-duration);width:100%}.el-collapse-item__arrow{font-weight:300;transition:transform var(--el-transition-duration)}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__title{flex:auto;text-align:left}.el-collapse-item__header.focusing:focus:not(:hover){color:var(--el-color-primary)}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{background-color:var(--el-collapse-content-bg-color);border-bottom:1px solid var(--el-collapse-border-color);box-sizing:border-box;overflow:hidden;will-change:height}.el-collapse-item__content{color:var(--el-collapse-content-text-color);font-size:var(--el-collapse-content-font-size);line-height:1.7692307692;padding-bottom:25px}.el-collapse-item:last-child{margin-bottom:-1px}.el-collapse-icon-position-left .el-collapse-item__header{gap:8px}.el-collapse-icon-position-left .el-collapse-item__title{order:1}.el-collapse-icon-position-right .el-collapse-item__header{padding-right:8px}.el-color-picker-panel{background:var(--el-bg-color-overlay);box-sizing:content-box;padding:12px;width:300px}.el-color-picker-panel.is-border{border:1px solid var(--el-border-color-lighter);border-radius:4px}.el-color-picker-panel__wrapper{margin-bottom:6px}.el-color-picker-panel__footer{display:flex;justify-content:space-between;margin-top:12px;text-align:right}.el-color-picker-panel__footer .el-input{color:#000000;font-size:12px;line-height:26px;width:160px}.el-color-picker-panel.is-disabled .el-color-hue-slider,.el-color-picker-panel.is-disabled .el-color-svpanel{cursor:not-allowed;opacity:.3}.el-color-picker-panel.is-disabled .el-color-hue-slider__thumb{cursor:not-allowed}.el-color-picker-panel.is-disabled .el-color-alpha-slider,.el-color-picker-panel.is-disabled .el-color-predefine .el-color-predefine__color-selector{cursor:not-allowed;opacity:.3}.el-color-predefine{display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:flex;flex:1;flex-wrap:wrap;gap:8px}.el-color-predefine__color-selector{border-radius:4px;cursor:pointer;height:20px;width:20px}.el-color-predefine__color-selector.selected{box-shadow:0 0 3px 2px var(--el-color-primary)}.el-color-predefine__color-selector>div{border-radius:3px;display:flex;height:100%}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{background-color:#f00;box-sizing:border-box;float:right;height:12px;padding:0 2px;position:relative;width:280px}.el-color-hue-slider__bar{background:linear-gradient(90deg,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00);height:100%;position:relative}.el-color-hue-slider__thumb{background:#fff;border:1px solid var(--el-border-color-lighter);border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);box-sizing:border-box;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:4px;z-index:1}.el-color-hue-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-hue-slider.is-vertical{height:180px;padding:2px 0;width:12px}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:linear-gradient(180deg,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{height:4px;left:0;top:0;width:100%}.el-color-svpanel{height:180px;position:relative;width:280px}.el-color-svpanel__black,.el-color-svpanel__white{bottom:0;left:0;position:absolute;right:0;top:0}.el-color-svpanel__white{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:linear-gradient(0deg,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);cursor:head;height:4px;transform:translate(-2px,-2px);width:4px}.el-color-alpha-slider{background-image:linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px;box-sizing:border-box;height:12px;position:relative;width:280px}.el-color-alpha-slider.is-disabled .el-color-alpha-slider__thumb{cursor:not-allowed}.el-color-alpha-slider__bar{background:linear-gradient(to right,rgba(255,255,255,0) 0,var(--el-bg-color) 100%);height:100%;position:relative}.el-color-alpha-slider__thumb{background:#fff;border:1px solid var(--el-border-color-lighter);border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);box-sizing:border-box;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:4px;z-index:1}.el-color-alpha-slider__thumb:focus-visible{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-alpha-slider.is-vertical{height:180px;width:20px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgb(255,255,255))}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{height:4px;left:0;top:0;width:100%}.el-color-picker-panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:transparent}.dark .el-color-picker-panel{--el-color-picker-alpha-bg-a:#333333}.el-color-picker{display:inline-block;height:32px;line-height:normal;outline:none;position:relative;width:32px}.el-color-picker:hover:not(.is-disabled,.is-focused) .el-color-picker__trigger{border-color:var(--el-border-color-hover)}.el-color-picker:focus-visible:not(.is-disabled) .el-color-picker__trigger{outline:2px solid var(--el-color-primary);outline-offset:1px}.el-color-picker.is-focused .el-color-picker__trigger{border-color:var(--el-color-primary)}.el-color-picker.is-disabled .el-color-picker__trigger{background-color:var(--el-fill-color-light);cursor:not-allowed}.el-color-picker.is-disabled .el-color-picker__color{opacity:.3}.el-color-picker--large{height:40px;width:40px}.el-color-picker--small{height:24px;width:24px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{transform:scale(.8)}.el-color-picker__trigger{align-items:center;border:1px solid var(--el-border-color);border-radius:4px;cursor:pointer;display:inline-flex;font-size:0;justify-content:center;padding:4px}.el-color-picker__color,.el-color-picker__trigger{box-sizing:border-box;height:100%;position:relative;width:100%}.el-color-picker__color{border:1px solid var(--el-text-color-secondary);border-radius:var(--el-border-radius-small);display:block;text-align:center}.el-color-picker__color.is-alpha{background-image:linear-gradient(45deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-a) 25%,var(--el-color-picker-alpha-bg-b) 25%),linear-gradient(45deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%),linear-gradient(135deg,var(--el-color-picker-alpha-bg-b) 75%,var(--el-color-picker-alpha-bg-a) 75%);background-position:0 0,6px 0,6px -6px,0 6px;background-size:12px 12px}.el-color-picker__color-inner{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.el-color-picker .el-color-picker__empty{color:var(--el-text-color-secondary);font-size:12px}.el-color-picker .el-color-picker__icon{align-items:center;color:#ffffff;display:inline-flex;font-size:12px;justify-content:center}.el-color-picker__panel{background-color:#ffffff;border-radius:var(--el-border-radius-base);box-shadow:var(--el-box-shadow-light)}.el-color-picker__panel.el-popper{border:1px solid var(--el-border-color-lighter)}.el-color-picker,.el-color-picker__panel{--el-color-picker-alpha-bg-a:#ccc;--el-color-picker-alpha-bg-b:transparent}.dark .el-color-picker,.dark .el-color-picker__panel{--el-color-picker-alpha-bg-a:#333333}.el-container{box-sizing:border-box;display:flex;flex:1;flex-basis:auto;flex-direction:row;min-width:0}.el-container.is-vertical{flex-direction:column}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:var(--el-datepicker-text-color)}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell{border-bottom-left-radius:15px;border-top-left-radius:15px;margin-left:5px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell{border-bottom-right-radius:15px;border-top-right-radius:15px;margin-right:5px}.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td{box-sizing:border-box;cursor:pointer;height:30px;padding:4px 0;position:relative;text-align:center;width:32px}.el-date-table td .el-date-table-cell{box-sizing:border-box;height:30px;padding:3px 0}.el-date-table td .el-date-table-cell .el-date-table-cell__text{border-radius:50%;display:block;height:24px;left:50%;line-height:24px;margin:0 auto;position:absolute;transform:translateX(-50%);width:24px}.el-date-table td.next-month,.el-date-table td.prev-month{color:var(--el-datepicker-off-text-color)}.el-date-table td.today{position:relative}.el-date-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:bold}.el-date-table td.today.end-date .el-date-table-cell__text,.el-date-table td.today.start-date .el-date-table-cell__text{color:#ffffff}.el-date-table td.available:hover{color:var(--el-datepicker-hover-text-color)}.el-date-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-date-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-date-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#ffffff}.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-date-table td.end-date .el-date-table-cell,.el-date-table td.start-date .el-date-table-cell{color:#ffffff}.el-date-table td.end-date .el-date-table-cell__text,.el-date-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color)}.el-date-table td.start-date .el-date-table-cell{border-bottom-left-radius:15px;border-top-left-radius:15px;margin-left:5px}.el-date-table td.end-date .el-date-table-cell{border-bottom-right-radius:15px;border-top-right-radius:15px;margin-right:5px}.el-date-table td.disabled .el-date-table-cell{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed;opacity:1}.el-date-table td.selected .el-date-table-cell{border-radius:15px;margin-left:5px;margin-right:5px}.el-date-table td.selected .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);border-radius:15px;color:#ffffff}.el-date-table td.week{color:var(--el-datepicker-off-text-color);cursor:default;font-size:80%}.el-date-table td:focus{outline:none}.el-date-table th{border-bottom:1px solid var(--el-border-color-lighter);color:var(--el-datepicker-header-text-color);font-weight:400;padding:5px}.el-date-table th.el-date-table__week-header{padding:0;width:24px}.el-month-table{border-collapse:collapse;font-size:12px;margin:-1px}.el-month-table td{cursor:pointer;padding:8px 0;position:relative;text-align:center;width:68px}.el-month-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-month-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:bold}.el-month-table td.today.end-date .el-date-table-cell__text,.el-month-table td.today.start-date .el-date-table-cell__text{color:#ffffff}.el-month-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed}.el-month-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-month-table td .el-date-table-cell__text{border-radius:18px;color:var(--el-datepicker-text-color);display:block;height:36px;left:50%;line-height:36px;margin:0 auto;position:absolute;transform:translateX(-50%);width:54px}.el-month-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-month-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-month-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-month-table td.end-date .el-date-table-cell,.el-month-table td.start-date .el-date-table-cell{color:#ffffff}.el-month-table td.end-date .el-date-table-cell__text,.el-month-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#ffffff}.el-month-table td.start-date .el-date-table-cell{border-bottom-left-radius:24px;border-top-left-radius:24px;margin-left:3px}.el-month-table td.end-date .el-date-table-cell{border-bottom-right-radius:24px;border-top-right-radius:24px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell{border-radius:24px;margin-left:3px;margin-right:3px}.el-month-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#ffffff}.el-month-table td:focus-visible{outline:none}.el-month-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-year-table{border-collapse:collapse;font-size:12px;margin:-1px}.el-year-table .el-icon{color:var(--el-datepicker-icon-color)}.el-year-table td{cursor:pointer;padding:8px 0;position:relative;text-align:center;width:68px}.el-year-table td .el-date-table-cell{box-sizing:border-box;height:48px;padding:6px 0}.el-year-table td.today .el-date-table-cell__text{color:var(--el-color-primary);font-weight:bold}.el-year-table td.today.end-date .el-date-table-cell__text,.el-year-table td.today.start-date .el-date-table-cell__text{color:#ffffff}.el-year-table td.disabled .el-date-table-cell__text{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed}.el-year-table td.disabled .el-date-table-cell__text:hover{color:var(--el-text-color-placeholder)}.el-year-table td .el-date-table-cell__text{border-radius:18px;color:var(--el-datepicker-text-color);display:block;height:36px;left:50%;line-height:36px;margin:0 auto;position:absolute;transform:translateX(-50%);width:60px}.el-year-table td .el-date-table-cell__text:hover{color:var(--el-datepicker-hover-text-color)}.el-year-table td.in-range .el-date-table-cell{background-color:var(--el-datepicker-inrange-bg-color)}.el-year-table td.in-range .el-date-table-cell:hover{background-color:var(--el-datepicker-inrange-hover-bg-color)}.el-year-table td.end-date .el-date-table-cell,.el-year-table td.start-date .el-date-table-cell{color:#ffffff}.el-year-table td.end-date .el-date-table-cell__text,.el-year-table td.start-date .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#ffffff}.el-year-table td.start-date .el-date-table-cell{border-bottom-left-radius:24px;border-top-left-radius:24px}.el-year-table td.end-date .el-date-table-cell{border-bottom-right-radius:24px;border-top-right-radius:24px}.el-year-table td.current:not(.disabled) .el-date-table-cell__text{background-color:var(--el-datepicker-active-color);color:#ffffff}.el-year-table td:focus-visible{outline:none}.el-year-table td:focus-visible .el-date-table-cell__text{outline:2px solid var(--el-datepicker-active-color);outline-offset:1px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{display:inline-block;max-height:192px;overflow:auto;position:relative;vertical-align:top;width:50%}.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{box-sizing:border-box;overflow:hidden;text-align:center}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:default}.el-time-spinner__arrow{color:var(--el-text-color-secondary);cursor:pointer;font-size:12px;height:30px;left:0;line-height:30px;position:absolute;text-align:center;width:100%;z-index:var(--el-index-normal)}.el-time-spinner__arrow:hover{color:var(--el-color-primary)}.el-time-spinner__arrow.arrow-up{top:10px}.el-time-spinner__arrow.arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__list{list-style:none;margin:0}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";display:block;height:80px;width:100%}.el-time-spinner__item{color:var(--el-text-color-regular);font-size:12px;height:32px;line-height:32px}.el-time-spinner__item:hover:not(.is-disabled):not(.is-active){background:var(--el-fill-color-light);cursor:pointer}.el-time-spinner__item.is-active:not(.is-disabled){color:var(--el-text-color-primary);font-weight:bold}.el-time-spinner__item.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-picker__popper{--el-datepicker-border-color:var(--el-disabled-border-color)}.el-picker__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-picker__popper.el-popper,.el-picker__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-datepicker-border-color)}.el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-date-editor{--el-date-editor-width:220px;--el-date-editor-monthrange-width:300px;--el-date-editor-daterange-width:350px;--el-date-editor-datetimerange-width:400px;--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;position:relative;text-align:left;vertical-align:middle}.el-date-editor.el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset}.el-date-editor.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-date-editor.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-date-editor.el-input,.el-date-editor.el-input__wrapper{height:var(--el-input-height,var(--el-component-size));width:var(--el-date-editor-width)}.el-date-editor--monthrange{--el-date-editor-width:var(--el-date-editor-monthrange-width)}.el-date-editor--daterange,.el-date-editor--timerange{--el-date-editor-width:var(--el-date-editor-daterange-width)}.el-date-editor--datetimerange{--el-date-editor-width:var(--el-date-editor-datetimerange-width)}.el-date-editor--dates .el-input__wrapper{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .clear-icon,.el-date-editor .close-icon{cursor:pointer}.el-date-editor .clear-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__icon{color:var(--el-text-color-placeholder);float:left;font-size:14px;height:inherit}.el-date-editor .el-range__icon svg{vertical-align:middle}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-text-color-regular);display:inline-block;font-size:var(--el-font-size-base);height:30px;line-height:30px;margin:0;outline:none;padding:0;text-align:center;width:39%}.el-date-editor .el-range-input::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-date-editor .el-range-input::placeholder{color:var(--el-text-color-placeholder)}.el-date-editor .el-range-separator{align-items:center;color:var(--el-text-color-primary);display:inline-flex;flex:1;font-size:14px;height:100%;justify-content:center;margin:0;overflow-wrap:break-word;padding:0 5px}.el-date-editor .el-range__close-icon{color:var(--el-text-color-placeholder);cursor:pointer;font-size:14px;height:inherit;width:unset}.el-date-editor .el-range__close-icon:hover{color:var(--el-input-clear-hover-color)}.el-date-editor .el-range__close-icon svg{vertical-align:middle}.el-date-editor .el-range__close-icon--hidden{opacity:0;visibility:hidden}.el-range-editor.el-input__wrapper{align-items:center;display:inline-flex;padding:0 10px;vertical-align:middle}.el-range-editor.is-active,.el-range-editor.is-active:hover{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-range-editor--large{line-height:var(--el-component-size-large)}.el-range-editor--large.el-input__wrapper{height:var(--el-component-size-large)}.el-range-editor--large .el-range-separator{font-size:14px;line-height:40px}.el-range-editor--large .el-range-input{font-size:14px;height:38px;line-height:38px}.el-range-editor--small{line-height:var(--el-component-size-small)}.el-range-editor--small.el-input__wrapper{height:var(--el-component-size-small)}.el-range-editor--small .el-range-separator{font-size:12px;line-height:24px}.el-range-editor--small .el-range-input{font-size:12px;height:22px;line-height:22px}.el-range-editor.is-disabled{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-range-editor.is-disabled,.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:var(--el-disabled-border-color)}.el-range-editor.is-disabled input{background-color:var(--el-disabled-bg-color);color:var(--el-disabled-text-color);cursor:not-allowed}.el-range-editor.is-disabled input::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-range-editor.is-disabled input::placeholder{color:var(--el-text-color-placeholder)}.el-range-editor.is-disabled .el-range-separator{color:var(--el-disabled-text-color)}.el-picker-panel{background:var(--el-bg-color-overlay);border-radius:var(--el-popper-border-radius,var(--el-border-radius-base));color:var(--el-text-color-regular);line-height:30px}.el-picker-panel .el-time-panel{background-color:var(--el-bg-color-overlay);border:1px solid var(--el-datepicker-border-color);box-shadow:var(--el-box-shadow-light);margin:5px 0}.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after{clear:both;content:"";display:table}.el-picker-panel__content{margin:15px;position:relative}.el-picker-panel__footer{background-color:var(--el-bg-color-overlay);border-top:1px solid var(--el-datepicker-inner-border-color);font-size:0;padding:4px 12px;position:relative;text-align:right}.el-picker-panel__shortcut{background-color:transparent;border:0;color:var(--el-datepicker-text-color);cursor:pointer;display:block;font-size:14px;line-height:28px;outline:none;padding-left:12px;text-align:left;width:100%}.el-picker-panel__shortcut:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:var(--el-datepicker-active-color)}.el-picker-panel__btn{background-color:transparent;border:1px solid var(--el-fill-color-darker);border-radius:2px;color:var(--el-text-color-primary);cursor:pointer;font-size:12px;line-height:24px;outline:none;padding:0 20px}.el-picker-panel__btn[disabled]{color:var(--el-text-color-disabled);cursor:not-allowed}.el-picker-panel__icon-btn{background:transparent;border:0;color:var(--el-datepicker-icon-color);cursor:pointer;font-size:12px;margin-top:8px;outline:none}.el-picker-panel__icon-btn:hover{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn:focus-visible{color:var(--el-datepicker-hover-text-color)}.el-picker-panel__icon-btn.is-disabled{color:var(--el-text-color-disabled)}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__icon-btn.is-disabled .el-icon{cursor:inherit}.el-picker-panel__icon-btn .el-icon{cursor:pointer;font-size:inherit}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel.is-disabled .el-picker-panel__prev-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__prev-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__prev-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__next-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__next-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__next-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__icon-btn{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__icon-btn:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__icon-btn .el-icon{cursor:inherit}.el-picker-panel.is-disabled .el-picker-panel__shortcut{color:var(--el-text-color-disabled)}.el-picker-panel.is-disabled .el-picker-panel__shortcut:hover{cursor:not-allowed}.el-picker-panel.is-disabled .el-picker-panel__shortcut .el-icon{cursor:inherit}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{border-right:1px solid var(--el-datepicker-inner-border-color);bottom:0;box-sizing:border-box;overflow:auto;padding-top:6px;position:absolute;top:0;width:110px}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{display:table-cell;padding:0 5px;position:relative}.el-date-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;display:table;font-size:12px;padding:8px 5px 5px;position:relative;width:100%}.el-date-picker__header{padding:12px 12px 0;text-align:center}.el-date-picker__header--bordered{border-bottom:1px solid var(--el-border-color-lighter);margin-bottom:0;padding-bottom:12px}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{color:var(--el-text-color-regular);cursor:pointer;font-size:16px;font-weight:500;line-height:22px;padding:0 5px;text-align:center}.el-date-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{cursor:pointer;float:left;line-height:30px;margin-left:10px}.el-date-picker .el-time-panel{position:absolute}.el-date-picker.is-disabled .el-date-picker__header-label{color:var(--el-text-color-disabled)}.el-date-picker.is-disabled .el-date-picker__header-label:hover{cursor:not-allowed}.el-date-picker.is-disabled .el-date-picker__header-label .el-icon{cursor:inherit}.el-date-range-picker{--el-datepicker-text-color:var(--el-text-color-regular);--el-datepicker-off-text-color:var(--el-text-color-placeholder);--el-datepicker-header-text-color:var(--el-text-color-regular);--el-datepicker-icon-color:var(--el-text-color-primary);--el-datepicker-border-color:var(--el-disabled-border-color);--el-datepicker-inner-border-color:var(--el-border-color-light);--el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);--el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);--el-datepicker-active-color:var(--el-color-primary);--el-datepicker-hover-text-color:var(--el-color-primary);width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{height:28px;position:relative;text-align:center}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__header-label{color:var(--el-text-color-regular);cursor:pointer;font-size:16px;font-weight:500;line-height:22px;padding:0 5px;text-align:center}.el-date-range-picker__header-label:hover{color:var(--el-datepicker-hover-text-color)}.el-date-range-picker__header-label:focus-visible{color:var(--el-datepicker-hover-text-color);outline:none}.el-date-range-picker__header-label.active{color:var(--el-datepicker-active-color)}.el-date-range-picker__content{box-sizing:border-box;float:left;margin:0;padding:16px;width:50%}.el-date-range-picker__content.is-left{border-right:1px solid var(--el-datepicker-inner-border-color)}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{border-bottom:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;display:table;font-size:12px;padding:8px 5px 5px;position:relative;width:100%}.el-date-range-picker__time-header>.el-icon-arrow-right{color:var(--el-datepicker-icon-color);display:table-cell;font-size:20px;vertical-align:middle}.el-date-range-picker__time-picker-wrap{display:table-cell;padding:0 5px;position:relative}.el-date-range-picker__time-picker-wrap .el-picker-panel{background:#ffffff;position:absolute;right:0;top:13px;z-index:1}.el-date-range-picker__time-picker-wrap .el-time-panel{position:absolute}.el-date-range-picker.is-disabled .el-date-range-picker__header-label{color:var(--el-text-color-disabled)}.el-date-range-picker.is-disabled .el-date-range-picker__header-label:hover{cursor:not-allowed}.el-date-range-picker.is-disabled .el-date-range-picker__header-label .el-icon{cursor:inherit}.el-time-range-picker{overflow:visible;width:354px}.el-time-range-picker__content{padding:10px;position:relative;text-align:center;z-index:1}.el-time-range-picker__cell{box-sizing:border-box;display:inline-block;margin:0;padding:4px 7px 7px;width:50%}.el-time-range-picker__header{font-size:14px;margin-bottom:5px;text-align:center}.el-time-range-picker__body{border:1px solid var(--el-datepicker-border-color);border-radius:2px}.el-time-panel{border-radius:2px;box-sizing:content-box;left:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:180px;z-index:var(--el-index-top)}.el-time-panel__content{font-size:0;overflow:hidden;position:relative}.el-time-panel__content:after,.el-time-panel__content:before{box-sizing:border-box;content:"";height:32px;left:0;margin-top:-16px;padding-top:6px;position:absolute;right:0;text-align:left;top:50%;z-index:-1}.el-time-panel__content:after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content:before{border-bottom:1px solid var(--el-border-color-light);border-top:1px solid var(--el-border-color-light);margin-left:12%;margin-right:12%;padding-left:50%}.el-time-panel__content.has-seconds:after{left:66.6666666667%}.el-time-panel__content.has-seconds:before{padding-left:33.3333333333%}.el-time-panel__footer{border-top:1px solid var(--el-timepicker-inner-border-color,var(--el-border-color-light));box-sizing:border-box;height:36px;line-height:25px;padding:4px;text-align:right}.el-time-panel__btn{background-color:transparent;border:none;color:var(--el-text-color-primary);cursor:pointer;font-size:12px;line-height:28px;margin:0 5px;outline:none;padding:0 5px}.el-time-panel__btn.confirm{color:var(--el-timepicker-active-color,var(--el-color-primary));font-weight:800}.el-picker-panel.is-border{border:1px solid var(--el-border-color-lighter)}.el-picker-panel.is-border .el-picker-panel__body-wrapper{position:relative}.el-picker-panel.is-border.el-picker-panel [slot=sidebar],.el-picker-panel.is-border.el-picker-panel__sidebar{border-right:1px solid var(--el-datepicker-inner-border-color);box-sizing:border-box;height:100%;overflow:auto;padding-top:6px;position:absolute;top:0;width:110px}.el-descriptions{--el-descriptions-table-border:1px solid var(--el-border-color-lighter);--el-descriptions-item-bordered-label-background:var(--el-fill-color-light);box-sizing:border-box;color:var(--el-text-color-primary);font-size:var(--el-font-size-base)}.el-descriptions__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.el-descriptions__title{color:var(--el-text-color-primary);font-size:16px;font-weight:bold}.el-descriptions__body{background-color:var(--el-fill-color-blank)}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%}.el-descriptions__body .el-descriptions__table .el-descriptions__cell{box-sizing:border-box;font-size:14px;line-height:23px;text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right{text-align:right}.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:var(--el-descriptions-table-border);padding:8px 11px}.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:12px}.el-descriptions--large{font-size:14px}.el-descriptions--large .el-descriptions__header{margin-bottom:20px}.el-descriptions--large .el-descriptions__header .el-descriptions__title{font-size:16px}.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:14px}.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:12px 15px}.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:16px}.el-descriptions--small{font-size:12px}.el-descriptions--small .el-descriptions__header{margin-bottom:12px}.el-descriptions--small .el-descriptions__header .el-descriptions__title{font-size:14px}.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:12px}.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:4px 7px}.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:8px}.el-descriptions__label.el-descriptions__cell.is-bordered-label{background:var(--el-descriptions-item-bordered-label-background);color:var(--el-text-color-regular);font-weight:bold}.el-descriptions__label:not(.is-bordered-label){color:var(--el-text-color-primary);margin-right:16px}.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:6px}.el-descriptions__content.el-descriptions__cell.is-bordered-content{color:var(--el-text-color-primary)}.el-descriptions__content:not(.is-bordered-label){color:var(--el-text-color-regular)}.el-descriptions--large .el-descriptions__label:not(.is-bordered-label){margin-right:16px}.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:8px}.el-descriptions--small .el-descriptions__label:not(.is-bordered-label){margin-right:12px}.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:4px}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:0.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{background:var(--el-popup-modal-bg-color);height:100%;left:0;opacity:var(--el-popup-modal-opacity);position:fixed;top:0;width:100%}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;margin:var(--el-dialog-margin-top,15vh) auto 50px;overflow-wrap:break-word;padding:var(--el-dialog-padding-primary);position:relative;width:var(--el-dialog-width,50%)}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))}.el-dialog__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:48px;outline:none;padding:0;position:absolute;right:0;top:0;width:48px}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{color:var(--el-text-color-primary);font-size:var(--el-dialog-title-font-size);line-height:var(--el-dialog-font-line-height)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{box-sizing:border-box;padding-top:var(--el-dialog-padding-primary);text-align:right}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-modal-dialog.is-penetrable{pointer-events:none}.el-modal-dialog.is-penetrable .el-dialog{pointer-events:auto}.el-overlay-dialog{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.el-divider{position:relative}.el-divider--horizontal{border-top:1px var(--el-border-color) var(--el-border-style);display:block;height:1px;margin:24px 0;width:100%}.el-divider--vertical{border-left:1px var(--el-border-color) var(--el-border-style);display:inline-block;height:1em;margin:0 8px;position:relative;vertical-align:middle;width:1px}.el-divider__text{background-color:var(--el-bg-color);color:var(--el-text-color-primary);font-size:14px;font-weight:500;padding:0 20px;position:absolute}.el-divider__text.is-left{left:20px;transform:translateY(-50%)}.el-divider__text.is-center{left:50%;transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;transform:translateY(-50%)}.el-drawer{--el-drawer-bg-color:var(--el-dialog-bg-color,var(--el-bg-color));--el-drawer-padding-primary:var(--el-dialog-padding-primary,20px);background-color:var(--el-drawer-bg-color);box-shadow:var(--el-box-shadow-dark);box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all var(--el-transition-duration);width:100%}.el-drawer .btt,.el-drawer .ltr,.el-drawer .rtl,.el-drawer .ttb{transform:translate(0)}.el-drawer__sr-focus:focus{outline:none!important}.el-drawer__header{align-items:center;color:var(--el-text-color-primary);display:flex;margin-bottom:32px;padding:var(--el-drawer-padding-primary);padding-bottom:0}.el-drawer__header>:first-child{flex:1}.el-drawer__title{flex:1;font-size:16px;line-height:inherit;margin:0}.el-drawer__footer{padding:var(--el-drawer-padding-primary);padding-top:10px;text-align:right}.el-drawer__close-btn{background-color:transparent;border:none;color:inherit;cursor:pointer;display:inline-flex;font-size:var(--el-font-size-extra-large);outline:none}.el-drawer__close-btn:focus i,.el-drawer__close-btn:hover i{color:var(--el-color-primary)}.el-drawer__body{flex:1;overflow:auto;padding:var(--el-drawer-padding-primary)}.el-drawer__body>*{box-sizing:border-box}.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__disable{display:none}.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__dragger-horizontal:before{width:1px}.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__dragger-vertical:before{height:1px}.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__dragger:not(.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__dragger-active,.el-drawer-splitter>.el-splitter-bar .el-splitter-bar__dragger:hover):before{background-color:transparent}.el-drawer-fade-enter-active,.el-drawer-fade-leave-active{transition:all var(--el-transition-duration)}.el-drawer-fade-enter-active .el-splitter-bar__dragger,.el-drawer-fade-leave-active .el-splitter-bar__dragger{display:none}.el-drawer-fade-enter-active,.el-drawer-fade-enter-from,.el-drawer-fade-enter-to,.el-drawer-fade-leave-active,.el-drawer-fade-leave-from,.el-drawer-fade-leave-to{overflow:hidden!important}.el-drawer-fade-enter-from,.el-drawer-fade-leave-to{background-color:transparent!important}.el-drawer-fade-enter-from .rtl,.el-drawer-fade-leave-to .rtl{transform:translateX(100%)}.el-drawer-fade-enter-from .ltr,.el-drawer-fade-leave-to .ltr{transform:translateX(-100%)}.el-drawer-fade-enter-from .ttb,.el-drawer-fade-leave-to .ttb{transform:translateY(-100%)}.el-drawer-fade-enter-from .btt,.el-drawer-fade-leave-to .btt{transform:translateY(100%)}.el-dropdown{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10;color:var(--el-text-color-regular);display:inline-flex;font-size:var(--el-font-size-base);line-height:1;position:relative;vertical-align:top}.el-dropdown.is-disabled{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-dropdown__popper{--el-dropdown-menu-box-shadow:var(--el-box-shadow-light);--el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);--el-dropdown-menuItem-hover-color:var(--el-color-primary);--el-dropdown-menu-index:10}.el-dropdown__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-dropdown-menu-box-shadow)}.el-dropdown__popper.el-popper,.el-dropdown__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-dropdown__popper .el-dropdown-menu{border:none}.el-dropdown__popper .el-dropdown__popper-selfdefine{outline:none}.el-dropdown__popper .el-scrollbar__bar{z-index:calc(var(--el-dropdown-menu-index) + 1)}.el-dropdown__popper .el-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:0}.el-dropdown .el-dropdown__caret-button{align-items:center;border-left:none;display:inline-flex;justify-content:center;padding-left:0;padding-right:0;width:32px}.el-dropdown .el-dropdown__caret-button>span{display:inline-flex}.el-dropdown .el-dropdown__caret-button:before{background:var(--el-overlay-color-lighter);bottom:-1px;content:"";display:block;left:0;position:absolute;top:-1px;width:1px}.el-dropdown .el-dropdown__caret-button.el-button:before{background:var(--el-border-color);opacity:.5}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{font-size:inherit;padding-left:0}.el-dropdown .el-dropdown-selfdefine{outline:none}.el-dropdown--large .el-dropdown__caret-button{width:40px}.el-dropdown--small .el-dropdown__caret-button{width:24px}.el-dropdown-menu{background-color:var(--el-bg-color-overlay);border:none;border-radius:var(--el-border-radius-base);box-shadow:none;left:0;list-style:none;margin:0;padding:5px 0;position:relative;top:0;z-index:var(--el-dropdown-menu-index)}.el-dropdown-menu__item{align-items:center;color:var(--el-text-color-regular);cursor:pointer;display:flex;font-size:var(--el-font-size-base);line-height:22px;list-style:none;margin:0;outline:none;padding:5px 16px;white-space:nowrap}.el-dropdown-menu__item:not(.is-disabled):focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:var(--el-dropdown-menuItem-hover-fill);color:var(--el-dropdown-menuItem-hover-color)}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{border-top:1px solid var(--el-border-color-lighter);margin:6px 0}.el-dropdown-menu__item.is-disabled{color:var(--el-text-color-disabled);cursor:not-allowed}.el-dropdown-menu--large{padding:7px 0}.el-dropdown-menu--large .el-dropdown-menu__item{font-size:14px;line-height:22px;padding:7px 20px}.el-dropdown-menu--large .el-dropdown-menu__item--divided{margin:8px 0}.el-dropdown-menu--small{padding:3px 0}.el-dropdown-menu--small .el-dropdown-menu__item{font-size:12px;line-height:20px;padding:2px 12px}.el-dropdown-menu--small .el-dropdown-menu__item--divided{margin:4px 0}.el-empty{--el-empty-padding:40px 0;--el-empty-image-width:160px;--el-empty-description-margin-top:20px;--el-empty-bottom-margin-top:20px;--el-empty-fill-color-0:var(--el-color-white);--el-empty-fill-color-1:#fcfcfd;--el-empty-fill-color-2:#f8f9fb;--el-empty-fill-color-3:#f7f8fc;--el-empty-fill-color-4:#eeeff3;--el-empty-fill-color-5:#edeef2;--el-empty-fill-color-6:#e9ebef;--el-empty-fill-color-7:#e5e7e9;--el-empty-fill-color-8:#e0e3e9;--el-empty-fill-color-9:#d5d7de;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:var(--el-empty-padding);text-align:center}.el-empty__image{width:var(--el-empty-image-width)}.el-empty__image img{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;width:100%}.el-empty__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:100%;vertical-align:top;width:100%}.el-empty__description{margin-top:var(--el-empty-description-margin-top)}.el-empty__description p{color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);margin:0}.el-empty__bottom{margin-top:var(--el-empty-bottom-margin-top)}.el-footer{--el-footer-padding:0 20px;--el-footer-height:60px;box-sizing:border-box;flex-shrink:0;height:var(--el-footer-height);padding:var(--el-footer-padding)}.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}.el-form-item{display:flex;--font-size:14px;margin-bottom:18px}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--large{--font-size:14px;--el-form-label-font-size:var(--font-size);margin-bottom:22px}.el-form-item--large .el-form-item__label{height:40px;line-height:40px}.el-form-item--large .el-form-item__content{line-height:40px}.el-form-item--large .el-form-item__error{padding-top:4px}.el-form-item--default{--font-size:14px;--el-form-label-font-size:var(--font-size);margin-bottom:18px}.el-form-item--default .el-form-item__label{height:32px;line-height:32px}.el-form-item--default .el-form-item__content{line-height:32px}.el-form-item--default .el-form-item__error{padding-top:2px}.el-form-item--small{--font-size:12px;--el-form-label-font-size:var(--font-size);margin-bottom:18px}.el-form-item--small .el-form-item__label{height:24px;line-height:24px}.el-form-item--small .el-form-item__content{line-height:24px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--label-left .el-form-item__label{justify-content:flex-start;text-align:left}.el-form-item--label-right .el-form-item__label{justify-content:flex-end;text-align:right}.el-form-item--label-top{display:block}.el-form-item--label-top .el-form-item__label{display:block;height:auto;line-height:22px;margin-bottom:8px;text-align:left;width:-moz-fit-content;width:fit-content}.el-form-item__label-wrap{display:flex}.el-form-item__label{align-items:flex-start;box-sizing:border-box;color:var(--el-text-color-regular);display:inline-flex;flex:0 0 auto;font-size:var(--el-form-label-font-size);height:32px;line-height:32px;padding:0 12px 0 0}.el-form-item__content{align-items:center;display:flex;flex:1;flex-wrap:wrap;font-size:var(--font-size);line-height:32px;min-width:0;position:relative}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:var(--el-color-danger);font-size:12px;left:0;line-height:1;padding-top:2px;position:absolute;top:100%}.el-form-item__error--inline{display:inline-block;left:auto;margin-left:10px;position:relative;top:auto}.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before{color:var(--el-color-danger);content:"*";margin-right:4px}.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label-wrap>.el-form-item__label:after,.el-form-item.is-required:not(.is-no-asterisk).asterisk-right>.el-form-item__label:after{color:var(--el-color-danger);content:"*";margin-left:4px}.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input-tag__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-input__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-input__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-select__wrapper,.el-form-item.is-error .el-form-item__content .el-select__wrapper.is-focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper:focus,.el-form-item.is-error .el-form-item__content .el-select__wrapper:hover,.el-form-item.is-error .el-form-item__content .el-textarea__inner,.el-form-item.is-error .el-form-item__content .el-textarea__inner.is-focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner:focus,.el-form-item.is-error .el-form-item__content .el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__wrapper,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__wrapper{box-shadow:inset 0 0 0 1px transparent}.el-form-item.is-error .el-form-item__content .el-input-group__append .el-input__validateIcon,.el-form-item.is-error .el-form-item__content .el-input-group__prepend .el-input__validateIcon{display:none}.el-form-item.is-error .el-form-item__content .el-input__validateIcon{color:var(--el-color-danger)}.el-form-item--feedback .el-input__validateIcon{display:inline-flex}.el-header{--el-header-padding:0 20px;--el-header-height:60px;box-sizing:border-box;flex-shrink:0;height:var(--el-header-height);padding:var(--el-header-padding)}.el-image-viewer__wrapper{bottom:0;left:0;position:fixed;right:0;top:0}.el-image-viewer__wrapper:focus{outline:none!important}.el-image-viewer__btn{align-items:center;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;opacity:.8;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.el-image-viewer__btn .el-icon{cursor:pointer}.el-image-viewer__close{font-size:40px;height:40px;right:40px;top:40px;width:40px}.el-image-viewer__canvas{align-items:center;display:flex;height:100%;justify-content:center;position:static;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.el-image-viewer__actions{background-color:var(--el-text-color-regular);border-color:#fff;border-radius:22px;bottom:30px;height:44px;left:50%;padding:0 23px;transform:translateX(-50%)}.el-image-viewer__actions__inner{align-items:center;color:#fff;cursor:default;display:flex;font-size:23px;gap:22px;height:100%;justify-content:space-around;padding:0 6px;width:100%}.el-image-viewer__actions__divider{margin:0 -6px}.el-image-viewer__progress{bottom:90px;color:#fff;cursor:default;left:50%;transform:translateX(-50%)}.el-image-viewer__prev{left:40px}.el-image-viewer__next,.el-image-viewer__prev{background-color:var(--el-text-color-regular);border-color:#fff;color:#fff;font-size:24px;height:44px;top:50%;transform:translateY(-50%);width:44px}.el-image-viewer__next{right:40px;text-indent:2px}.el-image-viewer__close{background-color:var(--el-text-color-regular);border-color:#fff;color:#fff;font-size:24px;height:44px;width:44px}.el-image-viewer__mask{background:#000;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}@keyframes viewer-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes viewer-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}.el-image__error,.el-image__inner,.el-image__placeholder,.el-image__wrapper{height:100%;width:100%}.el-image{display:inline-block;overflow:hidden;position:relative}.el-image__inner{opacity:1;vertical-align:top}.el-image__inner.is-loading{opacity:0}.el-image__wrapper{left:0;position:absolute;top:0}.el-image__error,.el-image__placeholder{background:var(--el-fill-color-light)}.el-image__error{align-items:center;color:var(--el-text-color-placeholder);display:flex;font-size:14px;justify-content:center;vertical-align:middle}.el-image__preview{cursor:pointer}.el-textarea{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;display:inline-block;font-size:var(--el-font-size-base);position:relative;vertical-align:bottom;width:100%}.el-textarea__inner{-webkit-appearance:none;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));display:block;font-family:inherit;font-size:inherit;line-height:1.5;padding:5px 11px;position:relative;resize:vertical;transition:var(--el-transition-box-shadow);width:100%}.el-textarea__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset;outline:none}.el-textarea .el-input__count{background:var(--el-fill-color-blank);bottom:5px;color:var(--el-color-info);font-size:12px;line-height:14px;position:absolute;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;color:var(--el-disabled-text-color);cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-exceed .el-textarea__inner{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-textarea.is-exceed .el-input__count{color:var(--el-color-danger)}.el-input{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px transparent inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);box-sizing:border-box;display:inline-flex;font-size:var(--el-font-size-base);line-height:var(--el-input-height);position:relative;vertical-align:middle;width:var(--el-input-width)}.el-input::-webkit-scrollbar{width:6px;z-index:11}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{background:var(--el-text-color-disabled);border-radius:5px;width:6px}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track-piece{background:var(--el-fill-color-blank);width:6px}.el-input .el-input__clear,.el-input .el-input__password{color:var(--el-input-icon-color);cursor:pointer;font-size:14px}.el-input .el-input__clear:hover,.el-input .el-input__password:hover{color:var(--el-input-clear-hover-color)}.el-input .el-input__count{align-items:center;color:var(--el-color-info);display:inline-flex;font-size:12px;height:100%}.el-input .el-input__count .el-input__count-inner{background:var(--el-fill-color-blank);display:inline-block;line-height:normal;padding-left:8px}.el-input__wrapper{align-items:center;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;cursor:text;display:inline-flex;flex-grow:1;justify-content:center;padding:1px 11px;transform:translateZ(0);transition:var(--el-transition-box-shadow)}.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input{--el-input-inner-height:calc(var(--el-input-height, 32px) - 2px)}.el-input__inner{-webkit-appearance:none;background:none;border:none;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));flex-grow:1;font-size:inherit;height:var(--el-input-inner-height);line-height:var(--el-input-inner-height);outline:none;padding:0;width:100%}.el-input__inner:focus{outline:none}.el-input__inner::-moz-placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner[type=password]::-ms-reveal{display:none}.el-input__inner[type=number]{line-height:1}.el-input__prefix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__prefix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__prefix-inner>:last-child{margin-right:8px}.el-input__prefix-inner>:first-child,.el-input__prefix-inner>:first-child.el-input__icon{margin-left:0}.el-input__suffix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__suffix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__suffix-inner>:first-child{margin-left:8px}.el-input .el-input__icon{align-items:center;display:flex;height:inherit;justify-content:center;line-height:inherit;margin-left:8px;transition:all var(--el-transition-duration)}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-color, ) inset}.el-input.is-disabled{cursor:not-allowed}.el-input.is-disabled .el-input__wrapper{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;cursor:not-allowed}.el-input.is-disabled .el-input__inner{color:var(--el-disabled-text-color);-webkit-text-fill-color:var(--el-disabled-text-color);cursor:not-allowed}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__inner::placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-disabled .el-input__prefix-inner,.el-input.is-disabled .el-input__suffix-inner{pointer-events:none}.el-input.is-exceed .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-input.is-exceed .el-input__suffix .el-input__count{color:var(--el-color-danger)}.el-input--large{--el-input-height:var(--el-component-size-large);font-size:14px}.el-input--large .el-input__wrapper{padding:1px 15px}.el-input--large{--el-input-inner-height:calc(var(--el-input-height, 40px) - 2px)}.el-input--small{--el-input-height:var(--el-component-size-small);font-size:12px}.el-input--small .el-input__wrapper{padding:1px 7px}.el-input--small{--el-input-inner-height:calc(var(--el-input-height, 24px) - 2px)}.el-input-group{align-items:stretch;display:inline-flex;width:100%}.el-input-group__append,.el-input-group__prepend{align-items:center;background-color:var(--el-fill-color-light);border-radius:var(--el-input-border-radius);color:var(--el-color-info);display:inline-flex;justify-content:center;min-height:100%;padding:0 20px;position:relative;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;flex:1;margin:0 -20px}.el-input-group__append button.el-button,.el-input-group__append button.el-button:hover,.el-input-group__append div.el-select .el-select__wrapper,.el-input-group__append div.el-select:hover .el-select__wrapper,.el-input-group__prepend button.el-button,.el-input-group__prepend button.el-button:hover,.el-input-group__prepend div.el-select .el-select__wrapper,.el-input-group__prepend div.el-select:hover .el-select__wrapper{background-color:transparent;border-color:transparent;color:inherit}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group__append{border-left:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-group--prepend>.el-input__wrapper,.el-input-group__append{border-bottom-left-radius:0;border-top-left-radius:0}.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper{border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group--append>.el-input__wrapper{border-bottom-right-radius:0;border-top-right-radius:0}.el-input-group--append .el-input-group__append .el-select .el-select__wrapper{border-bottom-left-radius:0;border-top-left-radius:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-hidden{display:none!important}.el-input-number{display:inline-flex;line-height:30px;position:relative;vertical-align:middle;width:150px}.el-input-number .el-input__wrapper{padding-left:42px;padding-right:42px}.el-input-number .el-input__inner{-webkit-appearance:none;-moz-appearance:textfield;line-height:1;text-align:center}.el-input-number .el-input__inner::-webkit-inner-spin-button,.el-input-number .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-input-number.is-left .el-input__inner{text-align:left}.el-input-number.is-right .el-input__inner{text-align:right}.el-input-number.is-center .el-input__inner{text-align:center}.el-input-number__decrease,.el-input-number__increase{align-items:center;background:var(--el-fill-color-light);bottom:1px;color:var(--el-text-color-regular);cursor:pointer;display:flex;font-size:13px;height:auto;justify-content:center;position:absolute;top:1px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:32px;z-index:1}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:var(--el-color-primary)}.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper,.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-input-number__increase{border-left:var(--el-border);border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;right:1px}.el-input-number__decrease{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);border-right:var(--el-border);left:1px}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:var(--el-disabled-border-color);color:var(--el-disabled-border-color)}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:var(--el-disabled-border-color);cursor:not-allowed}.el-input-number--large{line-height:38px;width:180px}.el-input-number--large .el-input-number__decrease,.el-input-number--large .el-input-number__increase{font-size:14px;width:40px}.el-input-number--large.is-controls-right .el-input--large .el-input__wrapper{padding-right:47px}.el-input-number--large .el-input--large .el-input__wrapper{padding-left:47px;padding-right:47px}.el-input-number--small{line-height:22px;width:120px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{font-size:12px;width:24px}.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper{padding-right:31px}.el-input-number--small .el-input--small .el-input__wrapper{padding-left:31px;padding-right:31px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{transform:scale(.9)}.el-input-number.is-without-controls .el-input__wrapper{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__wrapper{padding-left:15px;padding-right:42px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{--el-input-number-controls-height:15px;height:var(--el-input-number-controls-height);line-height:var(--el-input-number-controls-height)}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-bottom:var(--el-border);border-radius:0 var(--el-border-radius-base) 0 0;bottom:auto;left:auto}.el-input-number.is-controls-right .el-input-number__decrease{border-left:var(--el-border);border-radius:0 0 var(--el-border-radius-base) 0;border-right:none;left:auto;right:1px;top:auto}.el-input-number.is-controls-right[class*=large] [class*=decrease],.el-input-number.is-controls-right[class*=large] [class*=increase]{--el-input-number-controls-height:19px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{--el-input-number-controls-height:11px}.el-input-tag{--el-input-tag-border-color-hover:var(--el-border-color-hover);--el-input-tag-placeholder-color:var(--el-text-color-placeholder);--el-input-tag-disabled-color:var(--el-disabled-text-color);--el-input-tag-disabled-border:var(--el-disabled-border-color);--el-input-tag-font-size:var(--el-font-size-base);--el-input-tag-close-hover-color:var(--el-text-color-secondary);--el-input-tag-text-color:var(--el-text-color-regular);--el-input-tag-input-focus-border-color:var(--el-color-primary);--el-input-tag-width:100%;--el-input-tag-mini-height:var(--el-component-size);--el-input-tag-gap:6px;--el-input-tag-padding:4px;--el-input-tag-inner-padding:8px;--el-input-tag-line-height:24px;align-items:center;background-color:var(--el-fill-color-blank);border-radius:var(--el-border-radius-base);box-shadow:0 0 0 1px var(--el-border-color) inset;box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--el-input-tag-font-size);line-height:var(--el-input-tag-line-height);min-height:var(--el-input-tag-mini-height);padding:var(--el-input-tag-padding);transform:translateZ(0);transition:var(--el-transition-duration);width:var(--el-input-tag-width)}.el-input-tag.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-input-tag.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-input-tag.is-disabled{background-color:var(--el-fill-color-light);cursor:not-allowed}.el-input-tag.is-disabled,.el-input-tag.is-disabled:hover{box-shadow:0 0 0 1px var(--el-input-tag-disabled-border) inset}.el-input-tag.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input-tag.is-disabled .el-input-tag__inner .el-input-tag__input,.el-input-tag.is-disabled .el-input-tag__inner .el-tag{cursor:not-allowed}.el-input-tag__prefix,.el-input-tag__suffix{align-items:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:flex;flex-shrink:0;padding:0 var(--el-input-tag-inner-padding)}.el-input-tag__suffix{gap:8px}.el-input-tag__input-tag-list{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:6px;min-width:0;position:relative}.el-input-tag__input-tag-list.is-near{margin-left:-8px}.el-input-tag__input-tag-list .el-tag{border-color:transparent;cursor:pointer}.el-input-tag__input-tag-list .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__input-tag-list .el-tag .el-tag__content{min-width:0}.el-input-tag__inner{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:var(--el-input-tag-gap);max-width:100%;min-width:0;position:relative}.el-input-tag__inner.is-left-space{margin-left:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-right-space{margin-right:var(--el-input-tag-inner-padding)}.el-input-tag__inner.is-draggable .el-tag{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-input-tag__drop-indicator{background-color:var(--el-color-primary);height:var(--el-input-tag-line-height);position:absolute;top:0;width:1px}.el-input-tag__inner .el-tag{border-color:transparent;cursor:pointer;max-width:100%}.el-input-tag__inner .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-input-tag__inner .el-tag .el-tag__content{line-height:normal;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-input-tag__input-wrapper{flex:1}.el-input-tag__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-input-tag-text-color);font-family:inherit;font-size:inherit;line-height:inherit;outline:none;padding:0;width:100%}.el-input-tag__input::-moz-placeholder{color:var(--el-input-tag-placeholder-color)}.el-input-tag__input::placeholder{color:var(--el-input-tag-placeholder-color)}.el-input-tag__input-calculator{left:0;max-width:100%;overflow:hidden;position:absolute;top:0;visibility:hidden;white-space:pre}.el-input-tag--large{--el-input-tag-gap:6px;--el-input-tag-padding:8px;--el-input-tag-padding-left:8px;--el-input-tag-font-size:14px}.el-input-tag--small{--el-input-tag-gap:4px;--el-input-tag-padding:2px;--el-input-tag-padding-left:6px;--el-input-tag-font-size:12px;--el-input-tag-line-height:20px;--el-input-tag-mini-height:var(--el-component-size-small)}.el-link{--el-link-font-size:var(--el-font-size-base);--el-link-font-weight:var(--el-font-weight-primary);--el-link-text-color:var(--el-text-color-regular);--el-link-hover-text-color:var(--el-color-primary);--el-link-disabled-text-color:var(--el-text-color-placeholder);align-items:center;color:var(--el-link-text-color);cursor:pointer;display:inline-flex;flex-direction:row;font-size:var(--el-link-font-size);font-weight:var(--el-link-font-weight);justify-content:center;outline:none;padding:0;position:relative;text-decoration:none;vertical-align:middle}.el-link.is-hover-underline:hover:after{border-bottom:1px solid var(--el-link-hover-text-color);bottom:0;content:"";height:0;left:0;position:absolute;right:0}.el-link.is-underline:after{border-bottom:1px solid var(--el-link-text-color);bottom:0;content:"";height:0;left:0;position:absolute;right:0}.el-link:hover{color:var(--el-link-hover-text-color)}.el-link:hover:after{border-color:var(--el-link-hover-text-color)}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link__inner{align-items:center;display:inline-flex;justify-content:center}.el-link.el-link--primary{--el-link-text-color:var(--el-color-primary);--el-link-hover-text-color:var(--el-color-primary-light-3);--el-link-disabled-text-color:var(--el-color-primary-light-5)}.el-link.el-link--success{--el-link-text-color:var(--el-color-success);--el-link-hover-text-color:var(--el-color-success-light-3);--el-link-disabled-text-color:var(--el-color-success-light-5)}.el-link.el-link--warning{--el-link-text-color:var(--el-color-warning);--el-link-hover-text-color:var(--el-color-warning-light-3);--el-link-disabled-text-color:var(--el-color-warning-light-5)}.el-link.el-link--danger{--el-link-text-color:var(--el-color-danger);--el-link-hover-text-color:var(--el-color-danger-light-3);--el-link-disabled-text-color:var(--el-color-danger-light-5)}.el-link.el-link--error{--el-link-text-color:var(--el-color-error);--el-link-hover-text-color:var(--el-color-error-light-3);--el-link-disabled-text-color:var(--el-color-error-light-5)}.el-link.el-link--info{--el-link-text-color:var(--el-color-info);--el-link-hover-text-color:var(--el-color-info-light-3);--el-link-disabled-text-color:var(--el-color-info-light-5)}.el-link.is-disabled{color:var(--el-link-disabled-text-color);cursor:not-allowed}.el-link.is-disabled:after{border-color:var(--el-link-disabled-text-color)}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{background-color:var(--el-mask-color);bottom:0;left:0;margin:0;position:absolute;right:0;top:0;transition:opacity var(--el-transition-duration);z-index:2000}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size))/2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size))/2);position:absolute;text-align:center;top:50%;width:100%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);font-size:14px;margin:3px 0}.el-loading-spinner .circular{animation:loading-rotate 2s linear infinite;display:inline;height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size)}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--el-color-primary);stroke-linecap:round}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-main{--el-main-padding:20px;box-sizing:border-box;display:block;flex:1;flex-basis:auto;overflow:auto;padding:var(--el-main-padding)}:root{--el-menu-active-color:var(--el-color-primary);--el-menu-text-color:var(--el-text-color-primary);--el-menu-hover-text-color:var(--el-color-primary);--el-menu-bg-color:var(--el-fill-color-blank);--el-menu-hover-bg-color:var(--el-color-primary-light-9);--el-menu-item-height:56px;--el-menu-sub-item-height:calc(var(--el-menu-item-height) - 6px);--el-menu-horizontal-height:60px;--el-menu-horizontal-sub-item-height:36px;--el-menu-item-font-size:var(--el-font-size-base);--el-menu-item-hover-fill:var(--el-color-primary-light-9);--el-menu-border-color:var(--el-border-color);--el-menu-base-level-padding:20px;--el-menu-level-padding:20px;--el-menu-icon-width:24px}.el-menu{background-color:var(--el-menu-bg-color);border-right:1px solid var(--el-menu-border-color);box-sizing:border-box;list-style:none;margin:0;padding-left:0;position:relative}.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title,.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title{padding-left:calc(var(--el-menu-base-level-padding) + var(--el-menu-level)*var(--el-menu-level-padding));white-space:nowrap}.el-menu:not(.el-menu--collapse) .el-sub-menu__title{padding-right:calc(var(--el-menu-base-level-padding) + var(--el-menu-icon-width))}.el-menu--horizontal{border-right:none;display:flex;flex-wrap:nowrap;height:var(--el-menu-horizontal-height)}.el-menu--horizontal.el-menu--popup-container{height:unset}.el-menu--horizontal.el-menu{border-bottom:1px solid var(--el-menu-border-color)}.el-menu--horizontal>.el-menu-item{align-items:center;border-bottom:2px solid transparent;color:var(--el-menu-text-color);display:inline-flex;height:100%;justify-content:center;margin:0}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-sub-menu:focus,.el-menu--horizontal>.el-sub-menu:hover{outline:none}.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title{color:var(--el-menu-hover-text-color)}.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title{border-bottom:2px solid transparent;color:var(--el-menu-text-color);height:100%}.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover{background-color:var(--el-menu-bg-color)}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-sub-menu__title{align-items:center;background-color:var(--el-menu-bg-color);color:var(--el-menu-text-color);display:flex;height:var(--el-menu-horizontal-sub-item-height);line-height:var(--el-menu-horizontal-sub-item-height);padding:0 10px}.el-menu--horizontal .el-menu .el-sub-menu__title{padding-right:40px}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-menu-item.is-active:hover,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title,.el-menu--horizontal .el-menu .el-sub-menu.is-active>.el-sub-menu__title:hover{color:var(--el-menu-active-color)}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{background-color:var(--el-menu-hover-bg-color);color:var(--el-menu-active-color,var(--el-menu-hover-text-color));outline:none}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid var(--el-menu-active-color);color:var(--el-menu-active-color)!important}.el-menu--collapse{width:calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding)*2)}.el-menu--collapse>.el-menu-item [class^=el-icon],.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title [class^=el-icon],.el-menu--collapse>.el-sub-menu>.el-sub-menu__title [class^=el-icon]{margin:0;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-menu--collapse>.el-menu-item .el-sub-menu__icon-arrow,.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title .el-sub-menu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item-group>ul>.el-sub-menu>.el-sub-menu__title>span,.el-menu--collapse>.el-menu-item>span,.el-menu--collapse>.el-sub-menu>.el-sub-menu__title>span{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-sub-menu{min-width:200px}.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title{color:var(--el-menu-active-color)}.el-menu--popup{border:none;border-radius:var(--el-border-radius-small);box-shadow:var(--el-box-shadow-light);min-width:200px;padding:5px 0;z-index:100}.el-menu .el-icon{flex-shrink:0}.el-menu-item{align-items:center;box-sizing:border-box;color:var(--el-menu-text-color);cursor:pointer;display:flex;font-size:var(--el-menu-item-font-size);height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);list-style:none;padding:0 var(--el-menu-base-level-padding);position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration);white-space:nowrap}.el-menu-item *{vertical-align:bottom}.el-menu-item i{color:inherit}.el-menu-item:focus,.el-menu-item:hover{outline:none}.el-menu-item:hover{background-color:var(--el-menu-hover-bg-color)}.el-menu-item.is-disabled{background:none!important;cursor:not-allowed;opacity:.25}.el-menu-item [class^=el-icon]{font-size:18px;margin-right:5px;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-menu-item.is-active{color:var(--el-menu-active-color)}.el-menu-item.is-active i{color:inherit}.el-menu-item .el-menu-tooltip__trigger{align-items:center;box-sizing:border-box;display:inline-flex;height:100%;left:0;padding:0 var(--el-menu-base-level-padding);position:absolute;top:0;width:100%}.el-sub-menu{list-style:none;margin:0;padding-left:0}.el-sub-menu__title{align-items:center;box-sizing:border-box;color:var(--el-menu-text-color);cursor:pointer;display:flex;font-size:var(--el-menu-item-font-size);height:var(--el-menu-item-height);line-height:var(--el-menu-item-height);list-style:none;padding:0 var(--el-menu-base-level-padding);position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration),color var(--el-transition-duration);white-space:nowrap}.el-sub-menu__title *{vertical-align:bottom}.el-sub-menu__title i{color:inherit}.el-sub-menu__title:focus,.el-sub-menu__title:hover{outline:none}.el-sub-menu__title.is-disabled{background:none!important;cursor:not-allowed;opacity:.25}.el-sub-menu__title:hover{background-color:var(--el-menu-hover-bg-color)}.el-sub-menu .el-menu{border:none}.el-sub-menu .el-menu-item{height:var(--el-menu-sub-item-height);line-height:var(--el-menu-sub-item-height)}.el-sub-menu.el-sub-menu__hide-arrow .el-sub-menu__title{padding-right:var(--el-menu-base-level-padding)}.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow{display:none!important}.el-sub-menu.is-active .el-sub-menu__title{border-bottom-color:var(--el-menu-active-color)}.el-sub-menu.is-disabled .el-menu-item,.el-sub-menu.is-disabled .el-sub-menu__title{background:none!important;cursor:not-allowed;opacity:.25}.el-sub-menu .el-icon{font-size:18px;margin-right:5px;text-align:center;vertical-align:middle;width:var(--el-menu-icon-width)}.el-sub-menu .el-icon.el-sub-menu__icon-more{margin-right:0!important}.el-sub-menu .el-sub-menu__icon-arrow{font-size:12px;margin-right:0;margin-top:-6px;position:absolute;right:var(--el-menu-base-level-padding);top:50%;transition:transform var(--el-transition-duration);width:inherit}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{color:var(--el-text-color-secondary);font-size:12px;line-height:normal;padding:7px 0 7px var(--el-menu-base-level-padding)}.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow{opacity:0;transition:var(--el-transition-duration-fast)}.el-message-box{--el-messagebox-title-color:var(--el-text-color-primary);--el-messagebox-width:420px;--el-messagebox-border-radius:4px;--el-messagebox-box-shadow:var(--el-box-shadow);--el-messagebox-font-size:var(--el-font-size-large);--el-messagebox-content-font-size:var(--el-font-size-base);--el-messagebox-content-color:var(--el-text-color-regular);--el-messagebox-error-font-size:12px;--el-messagebox-padding-primary:12px;--el-messagebox-font-line-height:var(--el-font-line-height-primary);backface-visibility:hidden;background-color:var(--el-bg-color);border-radius:var(--el-messagebox-border-radius);box-shadow:var(--el-messagebox-box-shadow);box-sizing:border-box;display:inline-block;font-size:var(--el-messagebox-font-size);max-width:var(--el-messagebox-width);overflow:hidden;overflow-wrap:break-word;padding:var(--el-messagebox-padding-primary);position:relative;text-align:left;vertical-align:middle;width:100%}.el-message-box:focus{outline:none!important}.is-message-box .el-overlay-message-box{bottom:0;left:0;overflow:auto;padding:16px;position:fixed;right:0;text-align:center;top:0}.is-message-box .el-overlay-message-box:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.el-message-box.is-draggable .el-message-box__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-message-box__header{padding-bottom:var(--el-messagebox-padding-primary)}.el-message-box__header.show-close{padding-right:calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 16px))}.el-message-box__title{color:var(--el-messagebox-title-color);font-size:var(--el-messagebox-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:40px;outline:none;padding:0;position:absolute;right:0;top:0;width:40px}.el-message-box__headerbtn .el-message-box__close{color:var(--el-color-info);font-size:inherit}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:var(--el-color-primary)}.el-message-box__content{color:var(--el-messagebox-content-color);font-size:var(--el-messagebox-content-font-size)}.el-message-box__container{align-items:center;display:flex;gap:12px}.el-message-box__input{padding-top:12px}.el-message-box__input div.invalid>input,.el-message-box__input div.invalid>input:focus{border-color:var(--el-color-error)}.el-message-box__status{font-size:24px}.el-message-box__status.el-message-box-icon--primary{--el-messagebox-color:var(--el-color-primary);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--success{--el-messagebox-color:var(--el-color-success);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--info{--el-messagebox-color:var(--el-color-info);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--warning{--el-messagebox-color:var(--el-color-warning);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--error{--el-messagebox-color:var(--el-color-error);color:var(--el-messagebox-color)}.el-message-box__message{margin:0;min-width:0}.el-message-box__message p{line-height:var(--el-messagebox-font-line-height);margin:0}.el-message-box__errormsg{color:var(--el-color-error);font-size:var(--el-messagebox-error-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__btns{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding-top:var(--el-messagebox-padding-primary)}.el-message-box--center .el-message-box__title{align-items:center;display:flex;gap:6px;justify-content:center}.el-message-box--center .el-message-box__status{font-size:inherit}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__container{justify-content:center}.fade-in-linear-enter-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration)}.fade-in-linear-leave-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration) reverse}@keyframes msgbox-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);align-items:center;background-color:var(--el-message-bg-color);border-color:var(--el-message-border-color);border-radius:var(--el-border-radius-base);border-style:var(--el-border-style);border-width:var(--el-border-width);box-sizing:border-box;display:flex;gap:8px;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;transition:opacity var(--el-transition-duration),transform .4s,top .4s,bottom .4s;width:-moz-fit-content;width:fit-content}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translateX(-50%)}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;right:-8px;top:-8px}.el-message__content{font-size:14px;line-height:1;padding:0}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{color:var(--el-message-close-icon-color);cursor:pointer;font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0}.el-message-fade-enter-from:is(.is-left,.is-right),.el-message-fade-leave-to:is(.is-left,.is-right){transform:translateY(-100%)}.el-message-fade-enter-from:is(.is-left,.is-right).is-bottom,.el-message-fade-leave-to:is(.is-left,.is-right).is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}.el-notification{--el-notification-width:330px;--el-notification-padding:14px 26px 14px 13px;--el-notification-radius:8px;--el-notification-shadow:var(--el-box-shadow-light);--el-notification-border-color:var(--el-border-color-lighter);--el-notification-icon-size:24px;--el-notification-close-font-size:var(--el-message-close-size,16px);--el-notification-group-margin-left:13px;--el-notification-group-margin-right:8px;--el-notification-content-font-size:var(--el-font-size-base);--el-notification-content-color:var(--el-text-color-regular);--el-notification-title-font-size:16px;--el-notification-title-color:var(--el-text-color-primary);--el-notification-close-color:var(--el-text-color-secondary);--el-notification-close-hover-color:var(--el-text-color-regular);background-color:var(--el-bg-color-overlay);border:1px solid var(--el-notification-border-color);border-radius:var(--el-notification-radius);box-shadow:var(--el-notification-shadow);box-sizing:border-box;display:flex;overflow:hidden;overflow-wrap:break-word;padding:var(--el-notification-padding);position:fixed;transition:opacity var(--el-transition-duration),transform var(--el-transition-duration),left var(--el-transition-duration),right var(--el-transition-duration),top .4s,bottom var(--el-transition-duration);width:var(--el-notification-width);z-index:9999}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{flex:1;margin-left:var(--el-notification-group-margin-left);margin-right:var(--el-notification-group-margin-right);min-width:0}.el-notification__title{color:var(--el-notification-title-color);font-size:var(--el-notification-title-font-size);font-weight:bold;line-height:var(--el-notification-icon-size);margin:0}.el-notification__content{color:var(--el-notification-content-color);font-size:var(--el-notification-content-font-size);line-height:24px;margin:6px 0 0}.el-notification__content p{margin:0}.el-notification .el-notification__icon{flex-shrink:0;font-size:var(--el-notification-icon-size);height:var(--el-notification-icon-size);width:var(--el-notification-icon-size)}.el-notification .el-notification__closeBtn{color:var(--el-notification-close-color);cursor:pointer;font-size:var(--el-notification-close-font-size);position:absolute;right:15px;top:18px}.el-notification .el-notification__closeBtn:hover{color:var(--el-notification-close-hover-color)}.el-notification .el-notification--primary{--el-notification-icon-color:var(--el-color-primary);color:var(--el-notification-icon-color)}.el-notification .el-notification--success{--el-notification-icon-color:var(--el-color-success);color:var(--el-notification-icon-color)}.el-notification .el-notification--info{--el-notification-icon-color:var(--el-color-info);color:var(--el-notification-icon-color)}.el-notification .el-notification--warning{--el-notification-icon-color:var(--el-color-warning);color:var(--el-notification-icon-color)}.el-notification .el-notification--error{--el-notification-icon-color:var(--el-color-error);color:var(--el-notification-icon-color)}.el-notification-fade-enter-from.right{right:0;transform:translateX(100%)}.el-notification-fade-enter-from.left{left:0;transform:translateX(-100%)}.el-notification-fade-leave-to{opacity:0}.el-overlay{background-color:var(--el-overlay-color-lighter);bottom:0;height:100%;left:0;overflow:auto;position:fixed;right:0;top:0;z-index:2000}.el-overlay .el-overlay-root{height:0}.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{align-items:center;display:flex;justify-content:space-between;line-height:24px}.el-page-header__left{align-items:center;display:flex;margin-right:40px;position:relative}.el-page-header__back{align-items:center;cursor:pointer;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;display:flex;font-size:16px;margin-right:10px}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.el-pagination{--el-pagination-font-size:14px;--el-pagination-bg-color:var(--el-fill-color-blank);--el-pagination-text-color:var(--el-text-color-primary);--el-pagination-border-radius:2px;--el-pagination-button-color:var(--el-text-color-primary);--el-pagination-button-width:32px;--el-pagination-button-height:32px;--el-pagination-button-disabled-color:var(--el-text-color-placeholder);--el-pagination-button-disabled-bg-color:var(--el-fill-color-blank);--el-pagination-button-bg-color:var(--el-fill-color);--el-pagination-hover-color:var(--el-color-primary);--el-pagination-font-size-small:12px;--el-pagination-button-width-small:24px;--el-pagination-button-height-small:24px;--el-pagination-button-width-large:40px;--el-pagination-button-height-large:40px;--el-pagination-item-gap:16px;align-items:center;color:var(--el-pagination-text-color);display:flex;font-size:var(--el-pagination-font-size);font-weight:normal;white-space:nowrap}.el-pagination .el-input__inner{-moz-appearance:textfield;text-align:center}.el-pagination .el-select{width:128px}.el-pagination button{align-items:center;background:var(--el-pagination-bg-color);border:none;border-radius:var(--el-pagination-border-radius);box-sizing:border-box;color:var(--el-pagination-button-color);cursor:pointer;display:flex;font-size:var(--el-pagination-font-size);height:var(--el-pagination-button-height);justify-content:center;line-height:var(--el-pagination-button-height);min-width:var(--el-pagination-button-width);padding:0 4px;text-align:center}.el-pagination button *{pointer-events:none}.el-pagination button:focus{outline:none}.el-pagination button.is-active,.el-pagination button:hover{color:var(--el-pagination-hover-color)}.el-pagination button.is-active{cursor:default;font-weight:bold}.el-pagination button.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:bold}.el-pagination button.is-disabled,.el-pagination button:disabled{background-color:var(--el-pagination-button-disabled-bg-color);color:var(--el-pagination-button-disabled-color);cursor:not-allowed}.el-pagination button:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:bold;width:inherit}.el-pagination>.is-first{margin-left:0!important}.el-pagination>.is-last{margin-right:0!important}.el-pagination .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination__sizes,.el-pagination__total{color:var(--el-text-color-regular);font-weight:normal;margin-left:var(--el-pagination-item-gap)}.el-pagination__total[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__jump{align-items:center;color:var(--el-text-color-regular);display:flex;font-weight:normal;margin-left:var(--el-pagination-item-gap)}.el-pagination__jump[disabled=true]{color:var(--el-text-color-placeholder)}.el-pagination__goto{margin-right:8px}.el-pagination__editor{box-sizing:border-box;text-align:center}.el-pagination__editor.el-input{width:56px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination__classifier{margin-left:8px}.el-pagination__rightwrapper{align-items:center;display:flex;flex:1;justify-content:flex-end}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{background-color:var(--el-pagination-button-bg-color);margin:0 4px}.el-pagination.is-background .btn-next.is-active,.el-pagination.is-background .btn-prev.is-active,.el-pagination.is-background .el-pager li.is-active{background-color:var(--el-color-primary);color:var(--el-color-white)}.el-pagination.is-background .btn-next.is-disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.is-disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.is-disabled,.el-pagination.is-background .el-pager li:disabled{background-color:var(--el-disabled-bg-color);color:var(--el-text-color-placeholder)}.el-pagination.is-background .btn-next.is-disabled.is-active,.el-pagination.is-background .btn-next:disabled.is-active,.el-pagination.is-background .btn-prev.is-disabled.is-active,.el-pagination.is-background .btn-prev:disabled.is-active,.el-pagination.is-background .el-pager li.is-disabled.is-active,.el-pagination.is-background .el-pager li:disabled.is-active{background-color:var(--el-fill-color-dark);color:var(--el-text-color-secondary)}.el-pagination.is-background .btn-prev{margin-left:var(--el-pagination-item-gap)}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li{font-size:var(--el-pagination-font-size-small);height:var(--el-pagination-button-height-small);line-height:var(--el-pagination-button-height-small);min-width:var(--el-pagination-button-width-small)}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){font-size:var(--el-pagination-font-size-small)}.el-pagination--small .el-select{width:100px}.el-pagination--large .btn-next,.el-pagination--large .btn-prev,.el-pagination--large .el-pager li{height:var(--el-pagination-button-height-large);line-height:var(--el-pagination-button-height-large);min-width:var(--el-pagination-button-width-large)}.el-pagination--large .el-select .el-input{width:160px}.el-pager{font-size:0;list-style:none;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-pager,.el-pager li{align-items:center;display:flex}.el-pager li{background:var(--el-pagination-bg-color);border:none;border-radius:var(--el-pagination-border-radius);box-sizing:border-box;color:var(--el-pagination-button-color);cursor:pointer;font-size:var(--el-pagination-font-size);height:var(--el-pagination-button-height);justify-content:center;line-height:var(--el-pagination-button-height);min-width:var(--el-pagination-button-width);padding:0 4px;text-align:center}.el-pager li *{pointer-events:none}.el-pager li:focus{outline:none}.el-pager li.is-active,.el-pager li:hover{color:var(--el-pagination-hover-color)}.el-pager li.is-active{cursor:default;font-weight:bold}.el-pager li.is-active.is-disabled{color:var(--el-text-color-secondary);font-weight:bold}.el-pager li.is-disabled,.el-pager li:disabled{background-color:var(--el-pagination-button-disabled-bg-color);color:var(--el-pagination-button-disabled-color);cursor:not-allowed}.el-pager li:focus-visible{outline:1px solid var(--el-pagination-hover-color);outline-offset:-1px}.el-popconfirm__main{align-items:center;display:flex}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{margin-top:8px;text-align:right}.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border:1px solid var(--el-popover-border-color);border-radius:var(--el-popover-border-radius);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;color:var(--el-text-color-regular);font-size:var(--el-popover-font-size);line-height:1.4;min-width:150px;overflow-wrap:break-word;padding:var(--el-popover-padding);z-index:var(--el-index-popper)}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus,.el-popover.el-popper:focus:active{outline-width:0}.el-progress{align-items:center;display:flex;line-height:1;position:relative}.el-progress__text{color:var(--el-text-color-regular);font-size:14px;line-height:1;margin-left:5px;min-width:50px}.el-progress__text i{display:block;vertical-align:middle}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{left:0;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{display:inline-block;vertical-align:middle}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{display:block;margin-right:0;padding-right:0}.el-progress--text-inside .el-progress-bar{margin-right:0;padding-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:var(--el-color-success)}.el-progress.is-success .el-progress__text{color:var(--el-color-success)}.el-progress.is-warning .el-progress-bar__inner{background-color:var(--el-color-warning)}.el-progress.is-warning .el-progress__text{color:var(--el-color-warning)}.el-progress.is-exception .el-progress-bar__inner{background-color:var(--el-color-danger)}.el-progress.is-exception .el-progress__text{color:var(--el-color-danger)}.el-progress-bar{box-sizing:border-box;flex-grow:1}.el-progress-bar__outer{background-color:var(--el-border-color-lighter);border-radius:100px;height:6px;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{background-color:var(--el-color-primary);border-radius:100px;height:100%;left:0;line-height:1;position:absolute;text-align:right;top:0;transition:width .6s ease;white-space:nowrap}.el-progress-bar__inner:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__inner--indeterminate{animation:indeterminate 3s infinite;transform:translateZ(0)}.el-progress-bar__inner--striped{background-image:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 0,transparent 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,transparent 0,transparent);background-size:1.25em 1.25em}.el-progress-bar__inner--striped.el-progress-bar__inner--striped-flow{animation:striped-flow 3s linear infinite}.el-progress-bar__innerText{color:#ffffff;display:inline-block;font-size:12px;margin:0 5px;vertical-align:middle}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}@keyframes indeterminate{0%{left:-100%}to{left:100%}}@keyframes striped-flow{0%{background-position:-100%}to{background-position:100%}}.el-radio-button{--el-radio-button-checked-bg-color:var(--el-color-primary);--el-radio-button-checked-text-color:var(--el-color-white);--el-radio-button-checked-border-color:var(--el-color-primary);--el-radio-button-disabled-checked-fill:var(--el-border-color-extra-light)}.el-radio-button,.el-radio-button__inner{display:inline-block;outline:none;position:relative}.el-radio-button__inner{-webkit-appearance:none;background:var(--el-button-bg-color,var(--el-fill-color-blank));border:var(--el-border);border-left:0;border-radius:0;box-sizing:border-box;color:var(--el-button-text-color,var(--el-text-color-regular));cursor:pointer;font-size:var(--el-font-size-base);font-weight:var(--el-button-font-weight,var(--el-font-weight-primary));line-height:1;margin:0;padding:8px 15px;text-align:center;transition:var(--el-transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.el-radio-button__inner.is-round{padding:8px 15px}.el-radio-button__inner:hover{color:var(--el-color-primary)}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:var(--el-border);border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);box-shadow:none!important}.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.el-radio-button__inner{background-color:var(--el-radio-button-checked-bg-color,var(--el-color-primary));border-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));box-shadow:-1px 0 0 0 var(--el-radio-button-checked-border-color,var(--el-color-primary));color:var(--el-radio-button-checked-text-color,var(--el-color-white))}.el-radio-button__original-radio{opacity:0;outline:none;position:absolute;z-index:-1}.el-radio-button__original-radio:focus-visible+.el-radio-button__inner{border-left:var(--el-border);border-left-color:var(--el-radio-button-checked-border-color,var(--el-color-primary));border-radius:var(--el-border-radius-base);box-shadow:none;outline:2px solid var(--el-radio-button-checked-border-color);outline-offset:1px;z-index:2}.el-radio-button__original-radio:disabled+.el-radio-button__inner{background-color:var(--el-button-disabled-bg-color,var(--el-fill-color-blank));background-image:none;border-color:var(--el-button-disabled-border-color,var(--el-border-color-light));box-shadow:none;color:var(--el-disabled-text-color);cursor:not-allowed}.el-radio-button__original-radio:disabled:checked+.el-radio-button__inner{background-color:var(--el-radio-button-disabled-checked-fill)}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:var(--el-border-radius-base)}.el-radio-button--large .el-radio-button__inner{border-radius:0;font-size:var(--el-font-size-base);padding:12px 19px}.el-radio-button--large .el-radio-button__inner.is-round{padding:12px 19px}.el-radio-button--small .el-radio-button__inner{border-radius:0;font-size:12px;padding:5px 11px}.el-radio-button--small .el-radio-button__inner.is-round{padding:5px 11px}.el-radio-group{align-items:center;display:inline-flex;flex-wrap:wrap;font-size:0}.el-radio{--el-radio-font-size:var(--el-font-size-base);--el-radio-text-color:var(--el-text-color-regular);--el-radio-font-weight:var(--el-font-weight-primary);--el-radio-input-height:14px;--el-radio-input-width:14px;--el-radio-input-border-radius:var(--el-border-radius-circle);--el-radio-input-bg-color:var(--el-fill-color-blank);--el-radio-input-border:var(--el-border);--el-radio-input-border-color:var(--el-border-color);--el-radio-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-radio-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-radio-font-weight);height:32px;margin-right:30px;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-radio.el-radio--large{height:40px}.el-radio.el-radio--small{height:24px}.el-radio.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-radio.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-radio.is-bordered.is-disabled{border-color:var(--el-border-color-lighter);cursor:not-allowed}.el-radio.is-bordered.el-radio--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-radio.is-bordered.el-radio--large .el-radio__label{font-size:var(--el-font-size-base)}.el-radio.is-bordered.el-radio--large .el-radio__inner{height:14px;width:14px}.el-radio.is-bordered.el-radio--small{border-radius:var(--el-border-radius-base);padding:0 11px 0 7px}.el-radio.is-bordered.el-radio--small .el-radio__label{font-size:12px}.el-radio.is-bordered.el-radio--small .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{cursor:pointer;display:inline-flex;outline:none;position:relative;vertical-align:middle;white-space:nowrap}.el-radio__input.is-disabled .el-radio__inner{border-color:var(--el-disabled-border-color)}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled .el-radio__inner:after{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:var(--el-disabled-bg-color);border-color:var(--el-disabled-border-color)}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:var(--el-text-color-placeholder)}.el-radio__input.is-disabled+span.el-radio__label{color:var(--el-text-color-placeholder);cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{background:var(--el-color-primary);border-color:var(--el-color-primary)}.el-radio__input.is-checked .el-radio__inner:after{background-color:var(--el-color-white);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:var(--el-color-primary)}.el-radio__input.is-focus .el-radio__inner{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner{background-color:var(--el-radio-input-bg-color);border:var(--el-radio-input-border);border-radius:var(--el-radio-input-border-radius);box-sizing:border-box;cursor:pointer;display:inline-block;height:var(--el-radio-input-height);position:relative;width:var(--el-radio-input-width)}.el-radio__inner:hover{border-color:var(--el-radio-input-border-color-hover)}.el-radio__inner:after{border-radius:var(--el-radio-input-border-radius);content:"";height:4px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s ease-in;width:4px}.el-radio__original{bottom:0;left:0;margin:0;opacity:0;outline:none;position:absolute;right:0;top:0;z-index:-1}.el-radio__original:focus-visible+.el-radio__inner{border-radius:var(--el-radio-input-border-radius);outline:2px solid var(--el-radio-input-border-color-hover);outline-offset:1px}.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{box-shadow:0 0 2px 2px var(--el-radio-input-border-color-hover)}.el-radio__label{font-size:var(--el-radio-font-size);padding-left:8px}.el-radio.el-radio--large .el-radio__label{font-size:14px}.el-radio.el-radio--large .el-radio__inner{height:14px;width:14px}.el-radio.el-radio--small .el-radio__label{font-size:12px}.el-radio.el-radio--small .el-radio__inner{height:12px;width:12px}.el-rate{--el-rate-height:20px;--el-rate-font-size:var(--el-font-size-base);--el-rate-icon-size:18px;--el-rate-icon-margin:6px;--el-rate-void-color:var(--el-border-color-darker);--el-rate-fill-color:#f7ba2a;--el-rate-disabled-void-color:var(--el-fill-color);--el-rate-text-color:var(--el-text-color-primary);align-items:center;display:inline-flex;height:32px}.el-rate:active,.el-rate:focus{outline:none}.el-rate__item{color:var(--el-rate-void-color);cursor:pointer;display:inline-block;font-size:0;line-height:normal;position:relative;vertical-align:middle}.el-rate .el-rate__icon{display:inline-block;font-size:var(--el-rate-icon-size);margin-right:var(--el-rate-icon-margin);position:relative;transition:var(--el-transition-duration)}.el-rate .el-rate__icon.hover{transform:scale(1.15)}.el-rate .el-rate__icon .path2{left:0;position:absolute;top:0}.el-rate .el-rate__icon.is-active{color:var(--el-rate-fill-color)}.el-rate__decimal{color:var(--el-rate-fill-color);display:inline-block;overflow:hidden}.el-rate__decimal,.el-rate__decimal--box{left:0;position:absolute;top:0}.el-rate__text{color:var(--el-rate-text-color);font-size:var(--el-rate-font-size);vertical-align:middle}.el-rate--large{height:40px}.el-rate--small{height:24px}.el-rate--small .el-rate__icon{font-size:14px}.el-rate.is-disabled .el-rate__item{color:var(--el-rate-disabled-void-color);cursor:auto}.el-result{--el-result-padding:40px 30px;--el-result-icon-font-size:64px;--el-result-title-font-size:20px;--el-result-title-margin-top:20px;--el-result-subtitle-margin-top:10px;--el-result-extra-margin-top:30px;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:var(--el-result-padding);text-align:center}.el-result__icon svg{height:var(--el-result-icon-font-size);width:var(--el-result-icon-font-size)}.el-result__title{margin-top:var(--el-result-title-margin-top)}.el-result__title p{color:var(--el-text-color-primary);font-size:var(--el-result-title-font-size);line-height:1.3;margin:0}.el-result__subtitle{margin-top:var(--el-result-subtitle-margin-top)}.el-result__subtitle p{color:var(--el-text-color-regular);font-size:var(--el-font-size-base);line-height:1.3;margin:0}.el-result__extra{margin-top:var(--el-result-extra-margin-top)}.el-result .icon-primary{--el-result-color:var(--el-color-primary);color:var(--el-result-color)}.el-result .icon-success{--el-result-color:var(--el-color-success);color:var(--el-result-color)}.el-result .icon-warning{--el-result-color:var(--el-color-warning);color:var(--el-result-color)}.el-result .icon-danger{--el-result-color:var(--el-color-danger);color:var(--el-result-color)}.el-result .icon-error{--el-result-color:var(--el-color-error);color:var(--el-result-color)}.el-result .icon-info{--el-result-color:var(--el-color-info);color:var(--el-result-color)}.el-row{box-sizing:border-box;display:flex;flex-wrap:wrap;position:relative}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}.el-scrollbar{--el-scrollbar-opacity:0.3;--el-scrollbar-bg-color:var(--el-text-color-secondary);--el-scrollbar-hover-opacity:0.5;--el-scrollbar-hover-bg-color:var(--el-text-color-secondary);height:100%;overflow:hidden;position:relative}.el-scrollbar__wrap{height:100%;overflow:auto}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{display:none}.el-scrollbar__thumb{background-color:var(--el-scrollbar-bg-color,var(--el-text-color-secondary));border-radius:inherit;cursor:pointer;display:block;height:0;opacity:var(--el-scrollbar-opacity,.3);position:relative;transition:var(--el-transition-duration) background-color;width:0}.el-scrollbar__thumb:hover{background-color:var(--el-scrollbar-hover-bg-color,var(--el-text-color-secondary));opacity:var(--el-scrollbar-hover-opacity,.5)}.el-scrollbar__bar{border-radius:4px;bottom:2px;position:absolute;right:2px;z-index:1}.el-scrollbar__bar.is-vertical{top:2px;width:6px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-scrollbar-fade-enter-active{transition:opacity .34s ease-out}.el-scrollbar-fade-leave-active{transition:opacity .12s ease-out}.el-scrollbar-fade-enter-from,.el-scrollbar-fade-leave-active{opacity:0}.el-select-dropdown{border-radius:var(--el-border-radius-base);box-sizing:border-box;z-index:calc(var(--el-index-top) + 1)}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty,.el-select-dropdown__loading{color:var(--el-text-color-secondary);font-size:var(--el-select-font-size);margin:0;padding:10px 0;text-align:center}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:6px 0}.el-select-dropdown__list.el-vl__window{margin:6px 0;padding:0}.el-select-dropdown__header{border-bottom:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__footer{border-top:1px solid var(--el-border-color-light);padding:10px}.el-select-dropdown__item{box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-base);height:34px;line-height:34px;overflow:hidden;padding:0 32px 0 20px;position:relative;text-overflow:ellipsis;white-space:nowrap}.el-select-dropdown__item.is-hovering{background-color:var(--el-fill-color-light)}.el-select-dropdown__item.is-selected{color:var(--el-color-primary);font-weight:bold}.el-select-dropdown__item.is-disabled{background-color:unset;color:var(--el-text-color-placeholder);cursor:not-allowed}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after{background-color:var(--el-color-primary);background-position:50%;background-repeat:no-repeat;border-right:none;border-top:none;content:"";height:12px;mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask-size:100% 100%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;-webkit-mask-size:100% 100%;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:12px}.el-select-dropdown.is-multiple .el-select-dropdown__item.is-disabled:after{background-color:var(--el-text-color-placeholder)}.el-select-group{margin:0;padding:0}.el-select-group__wrap{list-style:none;margin:0;padding:0;position:relative}.el-select-group__title{box-sizing:border-box;color:var(--el-color-info);font-size:12px;line-height:34px;overflow:hidden;padding:0 20px;text-overflow:ellipsis;white-space:nowrap}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{--el-select-border-color-hover:var(--el-border-color-hover);--el-select-disabled-color:var(--el-disabled-text-color);--el-select-disabled-border:var(--el-disabled-border-color);--el-select-font-size:var(--el-font-size-base);--el-select-close-hover-color:var(--el-text-color-secondary);--el-select-input-color:var(--el-text-color-placeholder);--el-select-multiple-input-color:var(--el-text-color-regular);--el-select-input-focus-border-color:var(--el-color-primary);--el-select-input-font-size:14px;--el-select-width:100%;display:inline-block;position:relative;vertical-align:middle;width:var(--el-select-width)}.el-select__wrapper{align-items:center;background-color:var(--el-fill-color-blank);border-radius:var(--el-border-radius-base);box-shadow:0 0 0 1px var(--el-border-color) inset;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;gap:6px;line-height:24px;min-height:32px;padding:4px 12px;position:relative;text-align:left;transform:translateZ(0);transition:var(--el-transition-duration)}.el-select__wrapper.is-filterable{cursor:text}.el-select__wrapper.is-focused{box-shadow:0 0 0 1px var(--el-color-primary) inset}.el-select__wrapper.is-hovering:not(.is-focused){box-shadow:0 0 0 1px var(--el-border-color-hover) inset}.el-select__wrapper.is-disabled{background-color:var(--el-fill-color-light);color:var(--el-text-color-placeholder);cursor:not-allowed}.el-select__wrapper.is-disabled,.el-select__wrapper.is-disabled:hover{box-shadow:0 0 0 1px var(--el-select-disabled-border) inset}.el-select__wrapper.is-disabled.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-select__wrapper.is-disabled .el-select__selected-item{color:var(--el-select-disabled-color)}.el-select__wrapper.is-disabled .el-select__caret,.el-select__wrapper.is-disabled .el-tag,.el-select__wrapper.is-disabled input{cursor:not-allowed}.el-select__wrapper.is-disabled .el-select__prefix,.el-select__wrapper.is-disabled .el-select__suffix{pointer-events:none}.el-select__prefix,.el-select__suffix{align-items:center;color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:flex;flex-shrink:0;gap:6px}.el-select__caret{color:var(--el-select-input-color);cursor:pointer;font-size:var(--el-select-input-font-size);transform:rotate(0deg);transition:var(--el-transition-duration)}.el-select__caret.is-reverse{transform:rotate(180deg)}.el-select__clear{cursor:pointer}.el-select__clear:hover{color:var(--el-select-close-hover-color)}.el-select__selection{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:6px;min-width:0;position:relative}.el-select__selection.is-near{margin-left:-8px}.el-select__selection .el-tag{border-color:transparent;cursor:pointer}.el-select__selection .el-tag.el-tag--plain{border-color:var(--el-tag-border-color)}.el-select__selection .el-tag .el-tag__content{min-width:0}.el-select__selected-item{display:flex;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-select__tags-text{line-height:normal}.el-select__placeholder,.el-select__tags-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-select__placeholder{color:var(--el-input-text-color,var(--el-text-color-regular));position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.el-select__placeholder.is-transparent{color:var(--el-text-color-placeholder);-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-select__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-select__popper.el-popper,.el-select__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-select__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-select__input-wrapper{flex:1}.el-select__input-wrapper.is-hidden{opacity:0;position:absolute;z-index:-1}.el-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--el-select-multiple-input-color);font-family:inherit;font-size:inherit;height:24px;outline:none;padding:0;width:100%}.el-select__input.is-disabled{cursor:not-allowed}.el-select__input-calculator{left:0;max-width:100%;overflow:hidden;position:absolute;top:0;visibility:hidden;white-space:pre}.el-select--large .el-select__wrapper{font-size:14px;gap:6px;line-height:24px;min-height:40px;padding:8px 16px}.el-select--large .el-select__selection{gap:6px}.el-select--large .el-select__selection.is-near{margin-left:-8px}.el-select--large .el-select__prefix,.el-select--large .el-select__suffix{gap:6px}.el-select--large .el-select__input{height:24px}.el-select--small .el-select__wrapper{font-size:12px;gap:4px;line-height:20px;min-height:24px;padding:2px 8px}.el-select--small .el-select__selection{gap:4px}.el-select--small .el-select__selection.is-near{margin-left:-6px}.el-select--small .el-select__prefix,.el-select--small .el-select__suffix{gap:4px}.el-select--small .el-select__input{height:20px}.el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}.el-skeleton__item{background:var(--el-skeleton-color);border-radius:var(--el-border-radius-base);display:inline-block;height:16px;width:100%}.el-skeleton__circle{border-radius:50%;height:var(--el-skeleton-circle-size);line-height:var(--el-skeleton-circle-size);width:var(--el-skeleton-circle-size)}.el-skeleton__button{border-radius:4px;height:40px;width:64px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{height:var(--el-font-size-small);width:100%}.el-skeleton__caption{height:var(--el-font-size-extra-small)}.el-skeleton__h1{height:var(--el-font-size-extra-large)}.el-skeleton__h3{height:var(--el-font-size-large)}.el-skeleton__h5{height:var(--el-font-size-medium)}.el-skeleton__image{align-items:center;border-radius:0;display:flex;justify-content:center;width:unset}.el-skeleton__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:22%;width:22%}.el-skeleton{--el-skeleton-color:var(--el-fill-color);--el-skeleton-to-color:var(--el-fill-color-darker)}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{background:var(--el-skeleton-color);height:16px;margin-top:16px}.el-skeleton.is-animated .el-skeleton__item{animation:el-skeleton-loading 1.4s ease infinite;background:linear-gradient(90deg,var(--el-skeleton-color) 25%,var(--el-skeleton-to-color) 37%,var(--el-skeleton-color) 63%);background-size:400% 100%}.el-slider{--el-slider-main-bg-color:var(--el-color-primary);--el-slider-runway-bg-color:var(--el-border-color-light);--el-slider-stop-bg-color:var(--el-color-white);--el-slider-disabled-color:var(--el-text-color-placeholder);--el-slider-border-radius:3px;--el-slider-height:6px;--el-slider-button-size:20px;--el-slider-button-wrapper-size:36px;--el-slider-button-wrapper-offset:-15px;align-items:center;display:flex;height:32px;width:100%}.el-slider__runway{background-color:var(--el-slider-runway-bg-color);border-radius:var(--el-slider-border-radius);cursor:pointer;flex:1;height:var(--el-slider-height);position:relative}.el-slider__runway.show-input{margin-right:30px;width:auto}.el-slider__runway.is-disabled{cursor:default}.el-slider__runway.is-disabled .el-slider__bar{background-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button{border-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging,.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,.el-slider__runway.is-disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.is-disabled .el-slider__button.dragging,.el-slider__runway.is-disabled .el-slider__button.hover,.el-slider__runway.is-disabled .el-slider__button:hover{transform:scale(1)}.el-slider__runway.is-disabled .el-slider__button.dragging,.el-slider__runway.is-disabled .el-slider__button.hover,.el-slider__runway.is-disabled .el-slider__button:hover{cursor:not-allowed}.el-slider__input{flex-shrink:0;width:130px}.el-slider__bar{background-color:var(--el-slider-main-bg-color);border-bottom-left-radius:var(--el-slider-border-radius);border-top-left-radius:var(--el-slider-border-radius);height:var(--el-slider-height);position:absolute}.el-slider__button-wrapper{background-color:transparent;height:var(--el-slider-button-wrapper-size);line-height:normal;outline:none;position:absolute;text-align:center;top:var(--el-slider-button-wrapper-offset);transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--el-slider-button-wrapper-size);z-index:1}.el-slider__button-wrapper:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:grab}.el-slider__button-wrapper.dragging{cursor:grabbing}.el-slider__button{background-color:var(--el-color-white);border:2px solid var(--el-slider-main-bg-color);border-radius:50%;box-sizing:border-box;display:inline-block;height:var(--el-slider-button-size);transition:var(--el-transition-duration-fast);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:var(--el-slider-button-size)}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:grab}.el-slider__button.dragging{cursor:grabbing}.el-slider__stop{background-color:var(--el-slider-stop-bg-color);border-radius:var(--el-border-radius-circle);height:var(--el-slider-height);position:absolute;transform:translateX(-50%);width:var(--el-slider-height)}.el-slider__marks{height:100%;left:12px;top:0;width:18px}.el-slider__marks-text{color:var(--el-color-info);font-size:14px;margin-top:15px;position:absolute;transform:translateX(-50%);white-space:pre}.el-slider.is-vertical{display:inline-flex;flex:0;height:100%;position:relative;width:auto}.el-slider.is-vertical .el-slider__runway{height:100%;margin:0 16px;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__bar{border-radius:0 0 3px 3px;height:auto;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__button-wrapper{left:var(--el-slider-button-wrapper-offset);top:auto;transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{transform:translateY(50%)}.el-slider.is-vertical .el-slider__marks-text{left:15px;margin-top:0;transform:translateY(50%)}.el-slider--large{height:40px}.el-slider--small{height:24px}.el-space{display:inline-flex;vertical-align:top}.el-space__item{display:flex;flex-wrap:wrap}.el-space__item>*{flex:1}.el-space--vertical{flex-direction:column}.el-time-spinner{white-space:nowrap;width:100%}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{animation:rotate 2s linear infinite;height:50px;width:50px}.el-spinner-inner .path{stroke:var(--el-border-color-lighter);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-step{flex-shrink:1;position:relative}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{flex-basis:auto!important;flex-grow:0;flex-shrink:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{border-color:var(--el-text-color-primary);color:var(--el-text-color-primary)}.el-step__head.is-wait{border-color:var(--el-text-color-placeholder);color:var(--el-text-color-placeholder)}.el-step__head.is-success{border-color:var(--el-color-success);color:var(--el-color-success)}.el-step__head.is-error{border-color:var(--el-color-danger);color:var(--el-color-danger)}.el-step__head.is-finish{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-step__icon{align-items:center;background:var(--el-bg-color);box-sizing:border-box;display:inline-flex;font-size:14px;height:24px;justify-content:center;position:relative;transition:.15s ease-out;width:24px;z-index:1}.el-step__icon.is-text{border:2px solid;border-radius:50%}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{color:inherit;display:inline-block;font-weight:bold;line-height:1;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:normal}.el-step__icon-inner.is-status{transform:translateY(1px)}.el-step__line{background-color:var(--el-text-color-placeholder);border-color:currentColor;position:absolute}.el-step__line-inner{border:1px solid;box-sizing:border-box;display:block;height:0;transition:.15s ease-out;width:0}.el-step__main{text-align:left;white-space:normal}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{color:var(--el-text-color-primary);font-weight:bold}.el-step__title.is-wait{color:var(--el-text-color-placeholder)}.el-step__title.is-success{color:var(--el-color-success)}.el-step__title.is-error{color:var(--el-color-danger)}.el-step__title.is-finish{color:var(--el-color-primary)}.el-step__description{font-size:12px;font-weight:normal;line-height:20px;margin-top:-5px;padding-right:10%}.el-step__description.is-process{color:var(--el-text-color-primary)}.el-step__description.is-wait{color:var(--el-text-color-placeholder)}.el-step__description.is-success{color:var(--el-color-success)}.el-step__description.is-error{color:var(--el-color-danger)}.el-step__description.is-finish{color:var(--el-color-primary)}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;left:0;right:0;top:11px}.el-step.is-vertical{display:flex}.el-step.is-vertical .el-step__head{flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{flex-grow:1;padding-left:10px}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{bottom:0;left:11px;top:0;width:2px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{align-items:center;display:flex}.el-step.is-simple .el-step__head{font-size:0;padding-right:10px;width:auto}.el-step.is-simple .el-step__icon{background:transparent;font-size:12px;height:16px;width:16px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{align-items:stretch;display:flex;flex-grow:1;position:relative}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;overflow-wrap:break-word}.el-step.is-simple .el-step__arrow{align-items:center;display:flex;flex-grow:1;justify-content:center}.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before{background:var(--el-text-color-placeholder);content:"";display:inline-block;height:15px;position:absolute;width:1px}.el-step.is-simple .el-step__arrow:before{transform:rotate(-45deg) translateY(-4px);transform-origin:0 0}.el-step.is-simple .el-step__arrow:after{transform:rotate(45deg) translateY(4px);transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-steps{display:flex}.el-steps--simple{background:var(--el-fill-color-light);border-radius:4px;padding:13px 8%}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{flex-flow:column;height:100%}.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{background-color:#ffffff;border:1px solid var(--el-border-color-lighter);border-radius:2px;box-shadow:var(--el-box-shadow-light);box-sizing:border-box}.el-table-filter__list{list-style:none;margin:0;min-width:100px;padding:5px 0}.el-table-filter__list-item{cursor:pointer;font-size:var(--el-font-size-base);line-height:36px;padding:0 10px}.el-table-filter__list-item:hover{background-color:var(--el-color-primary-light-9);color:var(--el-color-primary)}.el-table-filter__list-item.is-active{background-color:var(--el-color-primary);color:#ffffff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid var(--el-border-color-lighter);padding:8px}.el-table-filter__bottom button{background:transparent;border:none;color:var(--el-text-color-regular);cursor:pointer;font-size:var(--el-font-size-small);padding:0 3px}.el-table-filter__bottom button:hover{color:var(--el-color-primary)}.el-table-filter__bottom button:focus{outline:none}.el-table-filter__bottom button.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{align-items:center;display:flex;height:unset;margin-bottom:12px;margin-left:5px;margin-right:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-table{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-bg-color);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-bg-color);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0,0,0,0.15);--el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0,0,0,0.15);--el-table-index:var(--el-index-normal);background-color:var(--el-table-bg-color);box-sizing:border-box;color:var(--el-table-text-color);font-size:var(--el-font-size-base);height:-moz-fit-content;height:fit-content;max-width:100%;overflow:hidden;position:relative;width:100%}.el-table__inner-wrapper{display:flex;flex-direction:column;height:100%;position:relative}.el-table__inner-wrapper:before{bottom:0;height:1px;left:0}.el-table tbody:focus-visible{outline:none}.el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell,.el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell{border-bottom-color:transparent}.el-table__empty-block{align-items:center;display:flex;justify-content:center;left:0;min-height:60px;position:sticky;text-align:center;width:100%}.el-table__empty-text{color:var(--el-text-color-secondary);line-height:60px;width:50%}.el-table__expand-column .cell{padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table__expand-icon{color:var(--el-text-color-regular);cursor:pointer;font-size:12px;height:20px;position:relative;transition:transform var(--el-transition-duration-fast) ease-in-out}.el-table__expand-icon--expanded{transform:rotate(90deg)}.el-table__expand-icon>.el-icon{font-size:12px}.el-table__expanded-cell{background-color:var(--el-table-expanded-cell-bg-color)}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-bottom:0;border-right:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--fit .el-table__inner-wrapper:before{width:100%}.el-table thead{color:var(--el-table-header-text-color)}.el-table thead th{font-weight:600}.el-table thead.is-group th.el-table__cell{background:var(--el-fill-color-light)}.el-table .el-table__cell{box-sizing:border-box;min-width:0;padding:8px 0;position:relative;text-align:left;text-overflow:ellipsis;vertical-align:middle;z-index:var(--el-table-index)}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{border-bottom-width:0;border-right-width:0;padding:0;width:15px}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table .cell{box-sizing:border-box;line-height:23px;overflow:hidden;overflow-wrap:break-word;padding:0 12px;text-overflow:ellipsis;white-space:normal}.el-table .cell.el-tooltip{min-width:50px;white-space:nowrap}.el-table--large{font-size:var(--el-font-size-base)}.el-table--large .el-table__cell{padding:12px 0}.el-table--large .cell{padding:0 16px}.el-table--default{font-size:var(--el-font-size-base)}.el-table--default .el-table__cell{padding:8px 0}.el-table--default .cell{padding:0 12px}.el-table--small{font-size:var(--el-font-size-extra-small)}.el-table--small .el-table__cell{padding:4px 0}.el-table--small .cell{padding:0 8px}.el-table tr{background-color:var(--el-table-tr-bg-color)}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:var(--el-table-border)}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{background-color:var(--el-table-header-bg-color)}.el-table th.el-table__cell>.cell.highlight{color:var(--el-color-primary)}.el-table th.el-table__cell.required>div:before{background:#ff4d51;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:5px;vertical-align:middle;width:8px}.el-table td.el-table__cell div{box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table--border .el-table__inner-wrapper:after,.el-table--border:after,.el-table--border:before,.el-table__inner-wrapper:before{background-color:var(--el-table-border-color);content:"";position:absolute;z-index:calc(var(--el-table-index) + 2)}.el-table--border .el-table__inner-wrapper:after{height:1px;left:0;top:0;width:100%;z-index:calc(var(--el-table-index) + 2)}.el-table--border:before{height:100%;left:0;top:-1px;width:1px}.el-table--border:after{height:100%;right:0;top:-1px;width:1px}.el-table--border .el-table__inner-wrapper{border-bottom:none;border-right:none}.el-table--border .el-table__footer-wrapper{flex-shrink:0;position:relative}.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:var(--el-table-border);border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:var(--el-table-border)}.el-table--hidden{visibility:hidden}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__body-wrapper tr td.el-table-fixed-column--left,.el-table__body-wrapper tr td.el-table-fixed-column--right,.el-table__body-wrapper tr th.el-table-fixed-column--left,.el-table__body-wrapper tr th.el-table-fixed-column--right,.el-table__footer-wrapper tr td.el-table-fixed-column--left,.el-table__footer-wrapper tr td.el-table-fixed-column--right,.el-table__footer-wrapper tr th.el-table-fixed-column--left,.el-table__footer-wrapper tr th.el-table-fixed-column--right,.el-table__header-wrapper tr td.el-table-fixed-column--left,.el-table__header-wrapper tr td.el-table-fixed-column--right,.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right{background:inherit;position:sticky!important;z-index:calc(var(--el-table-index) + 1)}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before{bottom:-1px;box-shadow:none;content:"";overflow-x:hidden;overflow-y:hidden;pointer-events:none;position:absolute;top:0;touch-action:none;width:10px}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column:before{left:-10px}.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column:before,.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column:before{right:-10px}.el-table__body-wrapper tr td.el-table__fixed-right-patch,.el-table__body-wrapper tr th.el-table__fixed-right-patch,.el-table__footer-wrapper tr td.el-table__fixed-right-patch,.el-table__footer-wrapper tr th.el-table__fixed-right-patch,.el-table__header-wrapper tr td.el-table__fixed-right-patch,.el-table__header-wrapper tr th.el-table__fixed-right-patch{background:#fff;position:sticky!important;right:0;z-index:calc(var(--el-table-index) + 1)}.el-table__header-wrapper{flex-shrink:0}.el-table__header-wrapper tr th.el-table-fixed-column--left,.el-table__header-wrapper tr th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__body,.el-table__footer,.el-table__header{border-collapse:separate;table-layout:fixed}.el-table__header-wrapper{overflow:hidden}.el-table__header-wrapper tbody td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__footer-wrapper{flex-shrink:0;overflow:hidden}.el-table__footer-wrapper tfoot td.el-table__cell{background-color:var(--el-table-row-hover-bg-color);color:var(--el-table-text-color)}.el-table__body-wrapper .el-table-column--selection>.cell,.el-table__header-wrapper .el-table-column--selection>.cell{align-items:center;display:inline-flex;height:23px}.el-table__body-wrapper .el-table-column--selection .el-checkbox,.el-table__header-wrapper .el-table-column--selection .el-checkbox{height:unset}.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:var(--el-table-border)}.el-table.is-scrolling-left th.el-table-fixed-column--left{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-right th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell{border-right:none}.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column:before{box-shadow:var(--el-table-fixed-right-column)}.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column:before{box-shadow:var(--el-table-fixed-left-column)}.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column:before,.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column:before{box-shadow:none}.el-table.is-scrolling-none th.el-table-fixed-column--left,.el-table.is-scrolling-none th.el-table-fixed-column--right{background-color:var(--el-table-header-bg-color)}.el-table__body-wrapper{flex:1;overflow:hidden;position:relative}.el-table__body-wrapper .el-scrollbar__bar{z-index:calc(var(--el-table-index) + 2)}.el-table .caret-wrapper{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:14px;overflow:initial;position:relative;vertical-align:middle;width:24px}.el-table .sort-caret{border:5px solid transparent;height:0;left:7px;position:absolute;width:0}.el-table .sort-caret.ascending{border-bottom-color:var(--el-text-color-placeholder);top:-5px}.el-table .sort-caret.descending{border-top-color:var(--el-text-color-placeholder);bottom:-3px}.el-table .ascending .sort-caret.ascending{border-bottom-color:var(--el-color-primary)}.el-table .descending .sort-caret.descending{border-top-color:var(--el-color-primary)}.el-table .hidden-columns{position:absolute;visibility:hidden;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:var(--el-fill-color-lighter)}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell,.el-table__body tr>td.hover-cell{background-color:var(--el-table-row-hover-bg-color)}.el-table__body tr.current-row>td.el-table__cell{background-color:var(--el-table-current-row-bg-color)}.el-table.el-table--scrollable-y .el-table__body-header{position:sticky;top:0;z-index:calc(var(--el-table-index) + 2)}.el-table.el-table--scrollable-y .el-table__body-footer{bottom:0;position:sticky;z-index:calc(var(--el-table-index) + 2)}.el-table__column-resize-proxy{border-left:var(--el-table-border);bottom:0;left:200px;position:absolute;top:0;width:0;z-index:calc(var(--el-table-index) + 9)}.el-table__column-filter-trigger{cursor:pointer;display:inline-block}.el-table__column-filter-trigger i{color:var(--el-color-info);font-size:14px;vertical-align:middle}.el-table__border-left-patch{height:100%;top:0;width:1px}.el-table__border-bottom-patch,.el-table__border-left-patch{background-color:var(--el-table-border-color);left:0;position:absolute;z-index:calc(var(--el-table-index) + 2)}.el-table__border-bottom-patch{height:1px}.el-table__border-right-patch{background-color:var(--el-table-border-color);height:100%;position:absolute;top:0;width:1px;z-index:calc(var(--el-table-index) + 2)}.el-table--enable-row-transition .el-table__body td.el-table__cell{transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:var(--el-table-row-hover-bg-color)}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;height:12px;line-height:12px;margin-right:8px;text-align:center;width:12px}.el-table .el-table.el-table--border .el-table__cell{border-right:var(--el-table-border)}.el-table:not(.el-table--border) .el-table__cell{border-right:none}.el-table:not(.el-table--border)>.el-table__inner-wrapper:after{content:none}.el-table-v2{--el-table-border-color:var(--el-border-color-lighter);--el-table-border:1px solid var(--el-table-border-color);--el-table-text-color:var(--el-text-color-regular);--el-table-header-text-color:var(--el-text-color-secondary);--el-table-row-hover-bg-color:var(--el-fill-color-light);--el-table-current-row-bg-color:var(--el-color-primary-light-9);--el-table-header-bg-color:var(--el-bg-color);--el-table-fixed-box-shadow:var(--el-box-shadow-light);--el-table-bg-color:var(--el-fill-color-blank);--el-table-tr-bg-color:var(--el-bg-color);--el-table-expanded-cell-bg-color:var(--el-fill-color-blank);--el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0,0,0,0.15);--el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0,0,0,0.15);--el-table-index:var(--el-index-normal);font-size:var(--el-font-size-base)}.el-table-v2 *{box-sizing:border-box}.el-table-v2__root{position:relative}.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar{opacity:1}.el-table-v2__main{background-color:var(--el-bg-color);display:flex;flex-direction:column-reverse;left:0;overflow:hidden;position:absolute;top:0}.el-table-v2__main .el-vl__horizontal,.el-table-v2__main .el-vl__vertical{z-index:2}.el-table-v2__left{background-color:var(--el-bg-color);box-shadow:2px 0 4px 0 rgba(0,0,0,.06);display:flex;flex-direction:column-reverse;left:0;overflow:hidden;position:absolute;top:0}.el-table-v2__left .el-virtual-scrollbar{opacity:0}.el-table-v2__left .el-vl__horizontal,.el-table-v2__left .el-vl__vertical{z-index:-1}.el-table-v2__right{background-color:var(--el-bg-color);box-shadow:-2px 0 4px 0 rgba(0,0,0,.06);display:flex;flex-direction:column-reverse;overflow:hidden;position:absolute;right:0;top:0}.el-table-v2__right .el-virtual-scrollbar{opacity:0}.el-table-v2__right .el-vl__horizontal,.el-table-v2__right .el-vl__vertical{z-index:-1}.el-table-v2__header-row,.el-table-v2__row{padding-inline-end:var(--el-table-scrollbar-size)}.el-table-v2__header-wrapper{overflow:hidden}.el-table-v2__header{overflow:hidden;position:relative}.el-table-v2__header .el-checkbox{z-index:0}.el-table-v2__footer{bottom:0;overflow:hidden;right:0}.el-table-v2__empty,.el-table-v2__footer,.el-table-v2__overlay{left:0;position:absolute}.el-table-v2__overlay{bottom:0;right:0;top:0;z-index:9999}.el-table-v2__header-row{border-bottom:var(--el-table-border);display:flex}.el-table-v2__header-cell{align-items:center;background-color:var(--el-table-header-bg-color);color:var(--el-table-header-text-color);display:flex;font-weight:bold;height:100%;overflow:hidden;padding:0 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table-v2__header-cell.is-align-center{justify-content:center;text-align:center}.el-table-v2__header-cell.is-align-right{justify-content:flex-end;text-align:right}.el-table-v2__header-cell.is-sortable{cursor:pointer}.el-table-v2__header-cell:hover .el-icon{display:block}.el-table-v2__sort-icon{display:none;opacity:.6;transition:opacity,display var(--el-transition-duration)}.el-table-v2__sort-icon.is-sorting{display:block;opacity:1}.el-table-v2__row{align-items:center;border-bottom:var(--el-table-border);display:flex;transition:background-color var(--el-transition-duration)}.el-table-v2__row.is-hovered,.el-table-v2__row:hover{background-color:var(--el-table-row-hover-bg-color)}.el-table-v2__row-cell{align-items:center;display:flex;height:100%;overflow:hidden;padding:0 8px}.el-table-v2__row-cell.is-align-center{justify-content:center;text-align:center}.el-table-v2__row-cell.is-align-right{justify-content:flex-end;text-align:right}.el-table-v2__expand-icon{cursor:pointer;margin:0 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table-v2__expand-icon svg{transition:transform var(--el-transition-duration)}.el-table-v2__expand-icon.is-expanded svg{transform:rotate(90deg)}.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-table-v2.is-dynamic .el-table-v2__row{align-items:stretch;overflow:hidden}.el-table-v2.is-dynamic .el-table-v2__row .el-table-v2__row-cell{overflow-wrap:break-word}.el-tabs{--el-tabs-header-height:40px;display:flex}.el-tabs__header{align-items:center;display:flex;justify-content:space-between;margin:0 0 15px;padding:0;position:relative}.el-tabs__header-vertical{flex-direction:column}.el-tabs__active-bar{background-color:var(--el-color-primary);bottom:0;height:2px;left:0;list-style:none;position:absolute;transition:width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);z-index:1}.el-tabs__new-tab{align-items:center;border:1px solid var(--el-border-color);border-radius:3px;color:var(--el-text-color-primary);cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:20px;justify-content:center;line-height:20px;margin:10px 0 10px 10px;text-align:center;transition:all .15s;width:20px}.el-tabs__new-tab .is-icon-plus{height:inherit;transform:scale(.8);width:inherit}.el-tabs__new-tab .is-icon-plus svg{vertical-align:middle}.el-tabs__new-tab:hover{color:var(--el-color-primary)}.el-tabs__new-tab-vertical{margin-left:0}.el-tabs__nav-wrap{flex:1 auto;margin-bottom:-1px;overflow:hidden;position:relative}.el-tabs__nav-wrap:after{background-color:var(--el-border-color-light);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%;z-index:var(--el-index-normal)}.el-tabs__nav-wrap.is-scrollable{box-sizing:border-box;padding:0 20px}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{color:var(--el-text-color-secondary);cursor:pointer;font-size:12px;line-height:44px;position:absolute;text-align:center;width:20px}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{display:flex;float:left;position:relative;transition:transform var(--el-transition-duration);white-space:nowrap;z-index:calc(var(--el-index-normal) + 1)}.el-tabs__nav.is-stretch{display:flex;min-width:100%}.el-tabs__nav.is-stretch>*{flex:1;text-align:center}.el-tabs__item{align-items:center;box-sizing:border-box;color:var(--el-text-color-primary);display:flex;font-size:var(--el-font-size-base);font-weight:500;height:var(--el-tabs-header-height);justify-content:center;list-style:none;padding:0 20px;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:none}.el-tabs__item:focus-visible{border-radius:3px;box-shadow:0 0 2px 2px var(--el-color-primary) inset}.el-tabs__item .is-icon-close{border-radius:50%;margin-left:5px;text-align:center;transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs__item .is-icon-close:before{display:inline-block;transform:scale(.9)}.el-tabs__item .is-icon-close:hover{background-color:var(--el-text-color-placeholder);color:#ffffff}.el-tabs__item.is-active,.el-tabs__item:hover{color:var(--el-color-primary)}.el-tabs__item:hover{cursor:pointer}.el-tabs__item.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-tabs__content{flex-grow:1;overflow:hidden;position:relative}.el-tabs--bottom>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:0}.el-tabs--bottom>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top>.el-tabs__header .el-tabs__item:last-child{padding-right:0}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--card>.el-tabs__header{border-bottom:1px solid var(--el-border-color-light);box-sizing:border-box;height:var(--el-tabs-header-height)}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid var(--el-border-color-light);border-bottom:none;border-radius:4px 4px 0 0;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .is-icon-close{font-size:12px;height:14px;overflow:hidden;position:relative;right:-2px;transform-origin:100% 50%;width:0}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid var(--el-border-color-light);margin-top:-1px;transition:color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier),padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:var(--el-bg-color)}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close{width:14px}.el-tabs--border-card{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:var(--el-fill-color-light);border-bottom:1px solid var(--el-border-color-light);margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{border:1px solid transparent;color:var(--el-text-color-secondary);margin-top:-1px;transition:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier)}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{background-color:var(--el-bg-color-overlay);border-left-color:var(--el-border-color);border-right-color:var(--el-border-color);color:var(--el-color-primary)}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:var(--el-color-primary)}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:var(--el-disabled-text-color)}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom{flex-direction:column}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid var(--el-border-color)}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-bottom:0;margin-top:-1px}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{bottom:auto;height:auto;top:0;width:2px}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{cursor:pointer;height:30px;line-height:30px;text-align:center;width:100%}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{bottom:0;right:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{bottom:auto;height:100%;top:0;width:2px}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{flex-direction:column}.el-tabs--left .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-left{justify-content:flex-end}.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-right{justify-content:flex-start}.el-tabs--left{flex-direction:row}.el-tabs--left .el-tabs__header.is-left{margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after{left:auto;right:0}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-bottom:none;border-left:none;border-right:1px solid var(--el-border-color-light);border-top:1px solid var(--el-border-color-light);text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid var(--el-border-color-light);border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left:none;border-right:1px solid #fff}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-radius:4px 0 0 4px;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid var(--el-border-color)}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:rgb(209,219,229) transparent}.el-tabs--left>.el-tabs__content+.el-tabs__header{order:-1}.el-tabs--right .el-tabs__header.is-right{margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid var(--el-border-color-light)}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid var(--el-border-color-light);border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid var(--el-border-color-light);border-bottom:none;border-left:1px solid #fff;border-right:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-bottom:1px solid var(--el-border-color-light);border-left:none;border-radius:0 4px 4px 0}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid var(--el-border-color)}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:rgb(209,219,229) transparent}.el-tabs--top{flex-direction:column}.el-tabs--top>.el-tabs__content+.el-tabs__header{order:-1}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{animation:slideInRight-enter var(--el-transition-duration)}.slideInRight-leave{animation:slideInRight-leave var(--el-transition-duration);left:0;position:absolute;right:0}.slideInLeft-enter{animation:slideInLeft-enter var(--el-transition-duration)}.slideInLeft-leave{animation:slideInLeft-leave var(--el-transition-duration);left:0;position:absolute;right:0}@keyframes slideInRight-enter{0%{opacity:0;transform:translateX(100%);transform-origin:0 0}to{opacity:1;transform:translateX(0);transform-origin:0 0}}@keyframes slideInRight-leave{0%{opacity:1;transform:translateX(0);transform-origin:0 0}to{opacity:0;transform:translateX(100%);transform-origin:0 0}}@keyframes slideInLeft-enter{0%{opacity:0;transform:translateX(-100%);transform-origin:0 0}to{opacity:1;transform:translateX(0);transform-origin:0 0}}@keyframes slideInLeft-leave{0%{opacity:1;transform:translateX(0);transform-origin:0 0}to{opacity:0;transform:translateX(-100%);transform-origin:0 0}}.el-tag{--el-tag-font-size:12px;--el-tag-border-radius:4px;--el-tag-border-radius-rounded:9999px;align-items:center;background-color:var(--el-tag-bg-color);border-color:var(--el-tag-border-color);border-radius:var(--el-tag-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;color:var(--el-tag-text-color);display:inline-flex;font-size:var(--el-tag-font-size);height:24px;justify-content:center;line-height:1;padding:0 9px;vertical-align:middle;white-space:nowrap;--el-icon-size:14px}.el-tag,.el-tag.el-tag--primary{--el-tag-bg-color:var(--el-color-primary-light-9);--el-tag-border-color:var(--el-color-primary-light-8);--el-tag-hover-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-bg-color:var(--el-color-success-light-9);--el-tag-border-color:var(--el-color-success-light-8);--el-tag-hover-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-bg-color:var(--el-color-warning-light-9);--el-tag-border-color:var(--el-color-warning-light-8);--el-tag-hover-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-bg-color:var(--el-color-danger-light-9);--el-tag-border-color:var(--el-color-danger-light-8);--el-tag-hover-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-bg-color:var(--el-color-error-light-9);--el-tag-border-color:var(--el-color-error-light-8);--el-tag-hover-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-bg-color:var(--el-color-info-light-9);--el-tag-border-color:var(--el-color-info-light-8);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-hit{border-color:var(--el-color-primary)}.el-tag.is-round{border-radius:var(--el-tag-border-radius-rounded)}.el-tag .el-tag__close{color:var(--el-tag-text-color);flex-shrink:0}.el-tag .el-tag__close:hover{background-color:var(--el-tag-hover-color);color:var(--el-color-white)}.el-tag.el-tag--primary{--el-tag-text-color:var(--el-color-primary)}.el-tag.el-tag--success{--el-tag-text-color:var(--el-color-success)}.el-tag.el-tag--warning{--el-tag-text-color:var(--el-color-warning)}.el-tag.el-tag--danger{--el-tag-text-color:var(--el-color-danger)}.el-tag.el-tag--error{--el-tag-text-color:var(--el-color-error)}.el-tag.el-tag--info{--el-tag-text-color:var(--el-color-info)}.el-tag .el-icon{border-radius:50%;cursor:pointer;font-size:calc(var(--el-icon-size) - 2px);height:var(--el-icon-size);width:var(--el-icon-size)}.el-tag .el-tag__close{margin-left:6px}.el-tag--dark{--el-tag-text-color:var(--el-color-white)}.el-tag--dark,.el-tag--dark.el-tag--primary{--el-tag-bg-color:var(--el-color-primary);--el-tag-border-color:var(--el-color-primary);--el-tag-hover-color:var(--el-color-primary-light-3)}.el-tag--dark.el-tag--success{--el-tag-bg-color:var(--el-color-success);--el-tag-border-color:var(--el-color-success);--el-tag-hover-color:var(--el-color-success-light-3)}.el-tag--dark.el-tag--warning{--el-tag-bg-color:var(--el-color-warning);--el-tag-border-color:var(--el-color-warning);--el-tag-hover-color:var(--el-color-warning-light-3)}.el-tag--dark.el-tag--danger{--el-tag-bg-color:var(--el-color-danger);--el-tag-border-color:var(--el-color-danger);--el-tag-hover-color:var(--el-color-danger-light-3)}.el-tag--dark.el-tag--error{--el-tag-bg-color:var(--el-color-error);--el-tag-border-color:var(--el-color-error);--el-tag-hover-color:var(--el-color-error-light-3)}.el-tag--dark.el-tag--info{--el-tag-bg-color:var(--el-color-info);--el-tag-border-color:var(--el-color-info);--el-tag-hover-color:var(--el-color-info-light-3)}.el-tag--dark.el-tag--danger,.el-tag--dark.el-tag--error,.el-tag--dark.el-tag--info,.el-tag--dark.el-tag--primary,.el-tag--dark.el-tag--success,.el-tag--dark.el-tag--warning{--el-tag-text-color:var(--el-color-white)}.el-tag--plain,.el-tag--plain.el-tag--primary{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-primary-light-5);--el-tag-hover-color:var(--el-color-primary)}.el-tag--plain.el-tag--success{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-success-light-5);--el-tag-hover-color:var(--el-color-success)}.el-tag--plain.el-tag--warning{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-warning-light-5);--el-tag-hover-color:var(--el-color-warning)}.el-tag--plain.el-tag--danger{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-danger-light-5);--el-tag-hover-color:var(--el-color-danger)}.el-tag--plain.el-tag--error{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-error-light-5);--el-tag-hover-color:var(--el-color-error)}.el-tag--plain.el-tag--info{--el-tag-bg-color:var(--el-fill-color-blank);--el-tag-border-color:var(--el-color-info-light-5);--el-tag-hover-color:var(--el-color-info)}.el-tag.is-closable{padding-right:5px}.el-tag--large{height:32px;padding:0 11px;--el-icon-size:16px}.el-tag--large .el-tag__close{margin-left:8px}.el-tag--large.is-closable{padding-right:7px}.el-tag--small{height:20px;padding:0 7px;--el-icon-size:12px}.el-tag--small .el-tag__close{margin-left:4px}.el-tag--small.is-closable{padding-right:3px}.el-tag--small .el-icon-close{transform:scale(.8)}.el-tag.el-tag--primary.is-hit{border-color:var(--el-color-primary)}.el-tag.el-tag--success.is-hit{border-color:var(--el-color-success)}.el-tag.el-tag--warning.is-hit{border-color:var(--el-color-warning)}.el-tag.el-tag--danger.is-hit{border-color:var(--el-color-danger)}.el-tag.el-tag--error.is-hit{border-color:var(--el-color-error)}.el-tag.el-tag--info.is-hit{border-color:var(--el-color-info)}.el-text{--el-text-font-size:var(--el-font-size-base);--el-text-color:var(--el-text-color-regular);align-self:center;color:var(--el-text-color);font-size:var(--el-text-font-size);margin:0;overflow-wrap:break-word;padding:0}.el-text.is-truncated{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-text.is-line-clamp{display:-webkit-inline-box;-webkit-box-orient:vertical;overflow:hidden}.el-text--large{--el-text-font-size:var(--el-font-size-medium)}.el-text--default{--el-text-font-size:var(--el-font-size-base)}.el-text--small{--el-text-font-size:var(--el-font-size-extra-small)}.el-text.el-text--primary{--el-text-color:var(--el-color-primary)}.el-text.el-text--success{--el-text-color:var(--el-color-success)}.el-text.el-text--warning{--el-text-color:var(--el-color-warning)}.el-text.el-text--danger{--el-text-color:var(--el-color-danger)}.el-text.el-text--error{--el-text-color:var(--el-color-error)}.el-text.el-text--info{--el-text-color:var(--el-color-info)}.el-text>.el-icon{vertical-align:-2px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{margin:0;max-height:200px}.time-select-item{font-size:14px;line-height:20px;padding:8px 10px}.time-select-item.disabled{color:var(--el-datepicker-border-color);cursor:not-allowed}.time-select-item:hover{background-color:var(--el-fill-color-light);cursor:pointer;font-weight:bold}.time-select .time-select-item.selected:not(.disabled){color:var(--el-color-primary);font-weight:bold}.el-timeline-item{padding-bottom:20px;position:relative}.el-timeline-item__wrapper{padding-left:28px;position:relative;top:-3px}.el-timeline-item__tail{border-left:2px solid var(--el-timeline-node-color);height:100%;left:4px;position:absolute}.el-timeline-item .el-timeline-item__icon{color:var(--el-color-white);font-size:var(--el-font-size-small)}.el-timeline-item__node{align-items:center;background-color:var(--el-timeline-node-color);border-color:var(--el-timeline-node-color);border-radius:50%;box-sizing:border-box;display:flex;justify-content:center;position:absolute}.el-timeline-item__node--normal{height:var(--el-timeline-node-size-normal);left:-1px;width:var(--el-timeline-node-size-normal)}.el-timeline-item__node--large{height:var(--el-timeline-node-size-large);left:-2px;width:var(--el-timeline-node-size-large)}.el-timeline-item__node.is-hollow{background:var(--el-color-white);border-style:solid;border-width:2px}.el-timeline-item__node--primary{background-color:var(--el-color-primary);border-color:var(--el-color-primary)}.el-timeline-item__node--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}.el-timeline-item__node--warning{background-color:var(--el-color-warning);border-color:var(--el-color-warning)}.el-timeline-item__node--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.el-timeline-item__node--info{background-color:var(--el-color-info);border-color:var(--el-color-info)}.el-timeline-item__dot{align-items:center;display:flex;justify-content:center;position:absolute}.el-timeline-item__content{color:var(--el-text-color-primary)}.el-timeline-item__timestamp{color:var(--el-text-color-secondary);font-size:var(--el-font-size-small);line-height:1}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-timeline{--el-timeline-node-size-normal:12px;--el-timeline-node-size-large:14px;--el-timeline-node-color:var(--el-border-color-light);font-size:var(--el-font-size-base);list-style:none;margin:0}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline .el-timeline-item__center{align-items:center;display:flex}.el-timeline .el-timeline-item__center .el-timeline-item__wrapper{width:100%}.el-timeline .el-timeline-item__center .el-timeline-item__tail{top:0}.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail{height:calc(50% + 10px);top:calc(50% - 10px)}.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail{display:block;height:calc(50% - 10px)}.el-tooltip-v2__content{--el-tooltip-v2-padding:5px 10px;--el-tooltip-v2-border-radius:4px;--el-tooltip-v2-border-color:var(--el-border-color);background-color:var(--el-color-white);border:1px solid var(--el-border-color);border-radius:var(--el-tooltip-v2-border-radius);color:var(--el-color-black);padding:var(--el-tooltip-v2-padding)}.el-tooltip-v2__arrow{color:var(--el-color-white);height:var(--el-tooltip-v2-arrow-height);left:var(--el-tooltip-v2-arrow-x);pointer-events:none;position:absolute;top:var(--el-tooltip-v2-arrow-y);width:var(--el-tooltip-v2-arrow-width)}.el-tooltip-v2__arrow:after,.el-tooltip-v2__arrow:before{border:var(--el-tooltip-v2-arrow-border-width) solid transparent;content:"";height:0;position:absolute;width:0}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow{bottom:0}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:before{border-bottom:0;border-top-color:var(--el-color-white);border-top-width:var(--el-tooltip-v2-arrow-border-width);top:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow:after{border-bottom:0;border-top-color:var(--el-border-color);border-top-width:var(--el-tooltip-v2-arrow-border-width);top:100%;z-index:-1}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow{top:0}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:before{border-bottom-color:var(--el-color-white);border-bottom-width:var(--el-tooltip-v2-arrow-border-width);border-top:0;bottom:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow:after{border-bottom-color:var(--el-border-color);border-bottom-width:var(--el-tooltip-v2-arrow-border-width);border-top:0;bottom:100%;z-index:-1}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow{right:0}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:before{border-left-color:var(--el-color-white);border-left-width:var(--el-tooltip-v2-arrow-border-width);border-right:0;left:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow:after{border-left-color:var(--el-border-color);border-left-width:var(--el-tooltip-v2-arrow-border-width);border-right:0;left:100%;z-index:-1}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow{left:0}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:before{border-left:0;border-right-color:var(--el-color-white);border-right-width:var(--el-tooltip-v2-arrow-border-width);right:calc(100% - 1px)}.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow:after{border-left:0;border-right-color:var(--el-border-color);border-right-width:var(--el-tooltip-v2-arrow-border-width);right:100%;z-index:-1}.el-tooltip-v2__content.is-dark{--el-tooltip-v2-border-color:transparent;color:var(--el-color-white)}.el-tooltip-v2__content.is-dark,.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow{background-color:var(--el-color-black);border-color:transparent}.el-transfer{--el-transfer-border-color:var(--el-border-color-lighter);--el-transfer-border-radius:var(--el-border-radius-base);--el-transfer-panel-width:200px;--el-transfer-panel-header-height:40px;--el-transfer-panel-header-bg-color:var(--el-fill-color-light);--el-transfer-panel-footer-height:40px;--el-transfer-panel-body-height:278px;--el-transfer-item-height:30px;--el-transfer-filter-height:32px;font-size:var(--el-font-size-base)}.el-transfer__buttons{display:inline-block;padding:0 30px;vertical-align:middle}.el-transfer__button{vertical-align:top}.el-transfer__button:nth-child(2){margin:0 0 0 10px}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button .el-icon+span{margin-left:0}.el-transfer-panel{background:var(--el-bg-color-overlay);box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle;width:var(--el-transfer-panel-width)}.el-transfer-panel__body{border-bottom:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);border-left:1px solid var(--el-transfer-border-color);border-right:1px solid var(--el-transfer-border-color);height:var(--el-transfer-panel-body-height);overflow:hidden}.el-transfer-panel__body.is-with-footer{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.el-transfer-panel__list{box-sizing:border-box;height:var(--el-transfer-panel-body-height);list-style:none;margin:0;overflow:auto;padding:6px 0}.el-transfer-panel__list.is-filterable{height:calc(100% - var(--el-transfer-filter-height) - 30px);padding-top:0}.el-transfer-panel__item{display:block!important;height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);padding-left:15px}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:var(--el-text-color-regular);margin-right:30px}.el-transfer-panel__item:hover{color:var(--el-color-primary)}.el-transfer-panel__item.el-checkbox .el-checkbox__label{box-sizing:border-box;display:block;line-height:var(--el-transfer-item-height);overflow:hidden;padding-left:22px;text-overflow:ellipsis;white-space:nowrap;width:100%}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{box-sizing:border-box;padding:15px;text-align:center}.el-transfer-panel__filter .el-input__inner{box-sizing:border-box;display:inline-block;font-size:12px;height:var(--el-transfer-filter-height);width:100%}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{align-items:center;background:var(--el-transfer-panel-header-bg-color);border:1px solid var(--el-transfer-border-color);border-top-left-radius:var(--el-transfer-border-radius);border-top-right-radius:var(--el-transfer-border-radius);box-sizing:border-box;color:var(--el-color-black);display:flex;height:var(--el-transfer-panel-header-height);margin:0;padding-left:15px}.el-transfer-panel .el-transfer-panel__header .el-checkbox{align-items:center;display:flex;position:relative;width:100%}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{color:var(--el-text-color-primary);font-size:16px;font-weight:normal}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{color:var(--el-text-color-secondary);font-size:12px;font-weight:normal;position:absolute;right:15px;top:50%;transform:translate3d(0,-50%,0)}.el-transfer-panel .el-transfer-panel__footer{background:var(--el-bg-color-overlay);border:1px solid var(--el-transfer-border-color);border-bottom-left-radius:var(--el-transfer-border-radius);border-bottom-right-radius:var(--el-transfer-border-radius);height:var(--el-transfer-panel-footer-height);margin:0;padding:0}.el-transfer-panel .el-transfer-panel__footer:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{color:var(--el-text-color-regular);padding-left:20px}.el-transfer-panel .el-transfer-panel__empty{color:var(--el-text-color-secondary);height:var(--el-transfer-item-height);line-height:var(--el-transfer-item-height);margin:0;padding:6px 15px 0;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-tree{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder);background:var(--el-fill-color-blank);color:var(--el-tree-text-color);cursor:default;font-size:var(--el-font-size-base);position:relative}.el-tree__empty-block{height:100%;min-height:60px;position:relative;text-align:center;width:100%}.el-tree__empty-text{color:var(--el-text-color-secondary);font-size:var(--el-font-size-base);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-tree__drop-indicator{background-color:var(--el-color-primary);height:1px;left:0;position:absolute;right:0}.el-tree-node{outline:none;white-space:nowrap}.el-tree-node:focus>.el-tree-node__content{background-color:var(--el-tree-node-hover-bg-color)}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:var(--el-color-primary);color:#fff}.el-tree-node__content{--el-checkbox-height:var(--el-tree-node-content-height);align-items:center;cursor:pointer;display:flex;height:var(--el-tree-node-content-height)}.el-tree-node__content>.el-tree-node__expand-icon{box-sizing:content-box;padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:var(--el-tree-node-hover-bg-color)}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{color:var(--el-tree-expand-icon-color);cursor:pointer;font-size:12px;transform:rotate(0deg);transition:transform var(--el-transition-duration) ease-in-out}.el-tree-node__expand-icon.expanded{transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default;visibility:hidden}.el-tree-node__expand-icon.is-hidden{visibility:hidden}.el-tree-node__loading-icon{color:var(--el-tree-expand-icon-color);font-size:var(--el-font-size-base);margin-right:8px}.el-tree-node>.el-tree-node__children{background-color:transparent;overflow:hidden}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:var(--el-color-primary-light-9)}.el-tree-select{--el-tree-node-content-height:26px;--el-tree-node-hover-bg-color:var(--el-fill-color-light);--el-tree-text-color:var(--el-text-color-regular);--el-tree-expand-icon-color:var(--el-text-color-placeholder)}.el-tree-select__popper .el-tree-node__expand-icon{margin-left:8px}.el-tree-select__popper .el-tree-node.is-checked>.el-tree-node__content .el-select-dropdown__item.selected:after{content:none}.el-tree-select__popper .el-select-dropdown__list>.el-select-dropdown__item{padding-left:32px}.el-tree-select__popper .el-select-dropdown__item{background:transparent!important;flex:1;height:20px;line-height:20px;padding-left:0}.el-upload{--el-upload-dragger-padding-horizontal:40px;--el-upload-dragger-padding-vertical:10px;align-items:center;cursor:pointer;display:inline-flex;justify-content:center;outline:none}.el-upload.is-disabled{cursor:not-allowed}.el-upload.is-disabled:focus{color:inherit}.el-upload.is-disabled:focus,.el-upload.is-disabled:focus .el-upload-dragger{border-color:var(--el-border-color-darker)}.el-upload.is-disabled .el-upload-dragger{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.el-upload.is-disabled .el-upload-dragger .el-upload__text{color:var(--el-text-color-placeholder)}.el-upload.is-disabled .el-upload-dragger .el-upload__text em{color:var(--el-disabled-text-color)}.el-upload.is-disabled .el-upload-dragger:hover{border-color:var(--el-border-color-darker)}.el-upload__input{display:none}.el-upload__tip{color:var(--el-text-color-regular);font-size:12px;margin-top:7px}.el-upload iframe{filter:alpha(opacity=0);left:0;opacity:0;position:absolute;top:0;z-index:-1}.el-upload--picture-card{--el-upload-picture-card-size:148px;align-items:center;background-color:var(--el-fill-color-lighter);border:1px dashed var(--el-border-color-darker);border-radius:6px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:var(--el-upload-picture-card-size);justify-content:center;vertical-align:top;width:var(--el-upload-picture-card-size)}.el-upload--picture-card>i{color:var(--el-text-color-secondary);font-size:28px}.el-upload--picture-card:hover{border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-upload.is-drag{display:block}.el-upload:focus{color:var(--el-color-primary)}.el-upload:focus,.el-upload:focus .el-upload-dragger{border-color:var(--el-color-primary)}.el-upload-dragger{background-color:var(--el-fill-color-blank);border:1px dashed var(--el-border-color);border-radius:6px;box-sizing:border-box;cursor:pointer;overflow:hidden;padding:var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical);position:relative;text-align:center}.el-upload-dragger .el-icon--upload{color:var(--el-text-color-placeholder);font-size:67px;line-height:50px;margin-bottom:16px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:var(--el-border);margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:var(--el-text-color-regular);font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:var(--el-color-primary);font-style:normal}.el-upload-dragger:hover{border-color:var(--el-color-primary)}.el-upload-dragger.is-dragover{background-color:var(--el-color-primary-light-9);border:2px dashed var(--el-color-primary);padding:calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px)}.el-upload-list{list-style:none;margin:10px 0 0;padding:0;position:relative}.el-upload-list__item{border-radius:4px;box-sizing:border-box;color:var(--el-text-color-regular);font-size:14px;margin-bottom:5px;position:relative;transition:all .5s cubic-bezier(.55,0,.1,1);width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item .el-icon--upload-success{color:var(--el-color-success)}.el-upload-list__item .el-icon--close{color:var(--el-text-color-regular);cursor:pointer;display:none;opacity:.75;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:opacity var(--el-transition-duration)}.el-upload-list__item .el-icon--close:hover{color:var(--el-color-primary);opacity:1}.el-upload-list__item .el-icon--close-tip{color:var(--el-color-primary);cursor:pointer;display:none;font-size:12px;font-style:normal;opacity:1;position:absolute;right:5px;top:1px}.el-upload-list__item:hover{background-color:var(--el-fill-color-light)}.el-upload-list__item:hover .el-icon--close{display:inline-flex}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item .el-upload-list__item-info{display:inline-flex;flex-direction:column;justify-content:center;margin-left:4px;width:calc(100% - 30px)}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:inline-flex}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:var(--el-color-primary);cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon--close-tip,.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip{display:none}.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label{display:none;opacity:0}.el-upload-list__item-name{align-items:center;color:var(--el-text-color-regular);display:inline-flex;font-size:var(--el-font-size-base);padding:0 4px;text-align:center;transition:color var(--el-transition-duration)}.el-upload-list__item-name .el-icon{color:var(--el-text-color-secondary);margin-right:6px}.el-upload-list__item-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-upload-list__item-status-label{align-items:center;display:none;height:100%;justify-content:center;line-height:inherit;position:absolute;right:5px;top:0;transition:opacity var(--el-transition-duration)}.el-upload-list__item-delete{color:var(--el-text-color-regular);display:none;font-size:12px;position:absolute;right:10px;top:0}.el-upload-list__item-delete:hover{color:var(--el-color-primary)}.el-upload-list--picture-card{--el-upload-list-picture-card-size:148px;display:inline-flex;flex-wrap:wrap;margin:0}.el-upload-list--picture-card .el-upload-list__item{background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:6px;box-sizing:border-box;display:inline-flex;height:var(--el-upload-list-picture-card-size);margin:0 8px 8px 0;overflow:hidden;padding:0;width:var(--el-upload-list-picture-card-size)}.el-upload-list--picture-card .el-upload-list__item .el-icon--check,.el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check{color:#ffffff}.el-upload-list--picture-card .el-upload-list__item .el-icon--close{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:block;opacity:0}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{background:var(--el-color-success);height:24px;right:-15px;text-align:center;top:-6px;transform:rotate(45deg);width:40px}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{align-items:center;background-color:var(--el-overlay-color-lighter);color:#fff;cursor:default;display:inline-flex;font-size:20px;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity var(--el-transition-duration);width:100%}.el-upload-list--picture-card .el-upload-list__item-actions span{cursor:pointer;display:none}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:16px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{color:inherit;font-size:inherit;position:static}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-flex}.el-upload-list--picture-card .el-progress{bottom:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:6px;box-sizing:border-box;display:flex;margin-top:10px;overflow:hidden;padding:10px;z-index:0}.el-upload-list--picture .el-upload-list__item .el-icon--check,.el-upload-list--picture .el-upload-list__item .el-icon--circle-check{color:#ffffff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{display:inline-flex;opacity:0}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item .el-icon--close{top:5px;transform:translateY(0)}.el-upload-list--picture .el-upload-list__item-thumbnail{align-items:center;background-color:var(--el-color-white);display:inline-flex;height:70px;justify-content:center;-o-object-fit:contain;object-fit:contain;position:relative;width:70px;z-index:1}.el-upload-list--picture .el-upload-list__item-status-label{background:var(--el-color-success);height:26px;position:absolute;right:-17px;text-align:center;top:-7px;transform:rotate(45deg);width:46px}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{cursor:default;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.el-upload-cover:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;height:100%;width:100%}.el-upload-cover__label{background:var(--el-color-success);height:24px;right:-15px;text-align:center;top:-6px;transform:rotate(45deg);width:40px}.el-upload-cover__label i{color:#fff;font-size:12px;margin-top:11px;transform:rotate(-45deg)}.el-upload-cover__progress{display:inline-block;position:static;vertical-align:middle;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{height:100%;left:0;position:absolute;top:0;width:100%}.el-upload-cover__interact{background-color:var(--el-overlay-color-light);bottom:0;height:100%;left:0;position:absolute;text-align:center;width:100%}.el-upload-cover__interact .btn{color:#ffffff;cursor:pointer;display:inline-block;font-size:14px;margin-top:60px;transition:var(--el-transition-md-fade);vertical-align:middle}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#ffffff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{background-color:#ffffff;bottom:0;color:var(--el-text-color-primary);font-size:14px;font-weight:normal;height:36px;left:0;line-height:36px;margin:0;overflow:hidden;padding:0 10px;position:absolute;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-vl__wrapper{position:relative}.el-vl__wrapper.always-on .el-virtual-scrollbar,.el-vl__wrapper:hover .el-virtual-scrollbar{opacity:1}.el-vl__window{scrollbar-width:none}.el-vl__window::-webkit-scrollbar{display:none}.el-virtual-scrollbar{opacity:0;transition:opacity .34s ease-out}.el-virtual-scrollbar.always-on{opacity:1}.el-vg__wrapper{position:relative}.el-popper{--el-popper-border-radius:var(--el-popover-border-radius,4px);border-radius:var(--el-popper-border-radius);font-size:12px;line-height:20px;min-width:10px;overflow-wrap:break-word;padding:5px 11px;position:absolute;visibility:visible;word-break:normal;z-index:2000}.el-popper.is-dark{color:var(--el-bg-color)}.el-popper.is-dark,.el-popper.is-dark>.el-popper__arrow:before{background:var(--el-text-color-primary);border:1px solid var(--el-text-color-primary)}.el-popper.is-dark>.el-popper__arrow:before{right:0}.el-popper.is-light,.el-popper.is-light>.el-popper__arrow:before{background:var(--el-bg-color-overlay);border:1px solid var(--el-border-color-light)}.el-popper.is-light>.el-popper__arrow:before{right:0}.el-popper.is-pure{padding:0}.el-popper__arrow,.el-popper__arrow:before{height:10px;position:absolute;width:10px;z-index:-1}.el-popper__arrow:before{background:var(--el-text-color-primary);box-sizing:border-box;content:" ";transform:rotate(45deg)}.el-popper[data-popper-placement^=top]>.el-popper__arrow{bottom:-5px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-bottom-right-radius:2px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-5px}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-top-left-radius:2px}.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-5px}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-top-right-radius:2px}.el-popper[data-popper-placement^=right]>.el-popper__arrow{left:-5px}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-bottom-left-radius:2px}.el-popper[data-popper-placement^=top]>.el-popper__arrow:before{border-left-color:transparent!important;border-top-color:transparent!important}.el-popper[data-popper-placement^=bottom]>.el-popper__arrow:before{border-bottom-color:transparent!important;border-right-color:transparent!important}.el-popper[data-popper-placement^=left]>.el-popper__arrow:before{border-bottom-color:transparent!important;border-left-color:transparent!important}.el-popper[data-popper-placement^=right]>.el-popper__arrow:before{border-right-color:transparent!important;border-top-color:transparent!important}.el-statistic{--el-statistic-title-font-weight:400;--el-statistic-title-font-size:var(--el-font-size-extra-small);--el-statistic-title-color:var(--el-text-color-regular);--el-statistic-content-font-weight:400;--el-statistic-content-font-size:var(--el-font-size-extra-large);--el-statistic-content-color:var(--el-text-color-primary)}.el-statistic__head{color:var(--el-statistic-title-color);font-size:var(--el-statistic-title-font-size);font-weight:var(--el-statistic-title-font-weight);line-height:20px;margin-bottom:4px}.el-statistic__content{color:var(--el-statistic-content-color);font-size:var(--el-statistic-content-font-size);font-weight:var(--el-statistic-content-font-weight)}.el-statistic__value{display:inline-block}.el-statistic__prefix{display:inline-block;margin-right:4px}.el-statistic__suffix{display:inline-block;margin-left:4px}.el-tour{--el-tour-width:520px;--el-tour-padding-primary:12px;--el-tour-font-line-height:var(--el-font-line-height-primary);--el-tour-title-font-size:16px;--el-tour-title-text-color:var(--el-text-color-primary);--el-tour-title-font-weight:400;--el-tour-close-color:var(--el-color-info);--el-tour-font-size:14px;--el-tour-color:var(--el-text-color-primary);--el-tour-bg-color:var(--el-bg-color);--el-tour-border-radius:4px}.el-tour__hollow{transition:all var(--el-transition-duration) ease}.el-tour__content{border-radius:var(--el-tour-border-radius);box-shadow:var(--el-box-shadow-light);outline:none;overflow-wrap:break-word;padding:var(--el-tour-padding-primary);width:var(--el-tour-width)}.el-tour__arrow,.el-tour__content{background:var(--el-tour-bg-color);box-sizing:border-box}.el-tour__arrow{height:10px;pointer-events:none;position:absolute;transform:rotate(45deg);width:10px}.el-tour__content[data-side^=top] .el-tour__arrow{border-left-color:transparent;border-top-color:transparent}.el-tour__content[data-side^=bottom] .el-tour__arrow{border-bottom-color:transparent;border-right-color:transparent}.el-tour__content[data-side^=left] .el-tour__arrow{border-bottom-color:transparent;border-left-color:transparent}.el-tour__content[data-side^=right] .el-tour__arrow{border-right-color:transparent;border-top-color:transparent}.el-tour__content[data-side^=top] .el-tour__arrow{bottom:-5px}.el-tour__content[data-side^=bottom] .el-tour__arrow{top:-5px}.el-tour__content[data-side^=left] .el-tour__arrow{right:-5px}.el-tour__content[data-side^=right] .el-tour__arrow{left:-5px}.el-tour__closebtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:40px;outline:none;padding:0;position:absolute;right:0;top:0;width:40px}.el-tour__closebtn .el-tour__close{color:var(--el-tour-close-color);font-size:inherit}.el-tour__closebtn:focus .el-tour__close,.el-tour__closebtn:hover .el-tour__close{color:var(--el-color-primary)}.el-tour__header{padding-bottom:var(--el-tour-padding-primary)}.el-tour__header.show-close{padding-right:calc(var(--el-tour-padding-primary) + var(--el-message-close-size, 16px))}.el-tour__title{color:var(--el-tour-title-text-color);font-size:var(--el-tour-title-font-size);font-weight:var(--el-tour-title-font-weight);line-height:var(--el-tour-font-line-height)}.el-tour__body{color:var(--el-tour-text-color);font-size:var(--el-tour-font-size)}.el-tour__body img,.el-tour__body video{max-width:100%}.el-tour__footer{box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(--el-tour-padding-primary)}.el-tour__content .el-tour-indicators{display:inline-block;flex:1}.el-tour__content .el-tour-indicator{background:var(--el-color-info-light-9);border-radius:50%;display:inline-block;height:6px;margin-right:6px;width:6px}.el-tour__content .el-tour-indicator.is-active{background:var(--el-color-primary)}.el-tour.el-tour--primary{--el-tour-title-text-color:#fff;--el-tour-text-color:#fff;--el-tour-bg-color:var(--el-color-primary);--el-tour-close-color:#fff}.el-tour.el-tour--primary .el-tour__closebtn:focus .el-tour__close,.el-tour.el-tour--primary .el-tour__closebtn:hover .el-tour__close{color:var(--el-tour-title-text-color)}.el-tour.el-tour--primary .el-button--default{background:#fff;border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-tour.el-tour--primary .el-button--primary{border-color:#fff}.el-tour.el-tour--primary .el-tour-indicator{background:rgba(255,255,255,.15)}.el-tour.el-tour--primary .el-tour-indicator.is-active{background:#fff}.el-tour-parent--hidden{overflow:hidden}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);border-radius:4px;opacity:0;position:absolute;z-index:0}.el-anchor.el-anchor--vertical .el-anchor__marker{height:14px;left:0;top:8px;transition:top .25s ease-in-out,opacity .25s;width:4px}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{background-color:rgba(5,5,5,.06);content:"";height:100%;left:0;position:absolute;width:2px}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{bottom:0;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;width:20px}.el-anchor.el-anchor--horizontal .el-anchor__list{display:flex;padding-bottom:4px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{background-color:rgba(5,5,5,.06);bottom:0;content:"";height:2px;position:absolute;width:100%}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{display:flex;flex-direction:column;overflow:hidden}.el-anchor__link{cursor:pointer;font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);max-width:100%;outline:none;overflow:hidden;padding:4px 0;text-decoration:none;text-overflow:ellipsis;transition:color var(--el-transition-duration);white-space:nowrap}.el-anchor__link,.el-anchor__link:focus,.el-anchor__link:hover{color:var(--el-anchor-color)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}.el-segmented--vertical{flex-direction:column}.el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented{--el-segmented-color:var(--el-text-color-regular);--el-segmented-bg-color:var(--el-fill-color-light);--el-segmented-padding:2px;--el-segmented-item-selected-color:var(--el-color-white);--el-segmented-item-selected-bg-color:var(--el-color-primary);--el-segmented-item-selected-disabled-bg-color:var(--el-color-primary-light-5);--el-segmented-item-hover-color:var(--el-text-color-primary);--el-segmented-item-hover-bg-color:var(--el-fill-color-dark);--el-segmented-item-active-bg-color:var(--el-fill-color-darker);--el-segmented-item-disabled-color:var(--el-text-color-placeholder);align-items:stretch;background:var(--el-segmented-bg-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;color:var(--el-segmented-color);display:inline-flex;font-size:14px;min-height:32px;padding:var(--el-segmented-padding)}.el-segmented__group{align-items:stretch;display:flex;position:relative;width:100%}.el-segmented__item-selected{background:var(--el-segmented-item-selected-bg-color);border-radius:calc(var(--el-border-radius-base) - 2px);height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s;width:10px}.el-segmented__item-selected.is-disabled{background:var(--el-segmented-item-selected-disabled-bg-color)}.el-segmented__item-selected.is-focus-visible:before{border-radius:inherit;bottom:0;content:"";left:0;outline:2px solid var(--el-segmented-item-selected-bg-color);outline-offset:1px;position:absolute;right:0;top:0}.el-segmented__item{align-items:center;border-radius:calc(var(--el-border-radius-base) - 2px);cursor:pointer;display:flex;flex:1;padding:0 11px}.el-segmented__item:not(.is-disabled):not(.is-selected):hover{background:var(--el-segmented-item-hover-bg-color);color:var(--el-segmented-item-hover-color)}.el-segmented__item:not(.is-disabled):not(.is-selected):active{background:var(--el-segmented-item-active-bg-color)}.el-segmented__item.is-selected,.el-segmented__item.is-selected.is-disabled{color:var(--el-segmented-item-selected-color)}.el-segmented__item.is-disabled{color:var(--el-segmented-item-disabled-color);cursor:not-allowed}.el-segmented__item-input{height:0;margin:0;opacity:0;pointer-events:none;position:absolute;width:0}.el-segmented__item-label{flex:1;line-height:normal;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:color .3s;white-space:nowrap;z-index:1}.el-segmented.is-block{display:flex}.el-segmented.is-block .el-segmented__item{min-width:0}.el-segmented--large{border-radius:var(--el-border-radius-base);font-size:16px;min-height:40px}.el-segmented--large .el-segmented__item-selected{border-radius:calc(var(--el-border-radius-base) - 2px)}.el-segmented--large .el-segmented--vertical .el-segmented__item{padding:11px}.el-segmented--large .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 2px);padding:0 11px}.el-segmented--small{border-radius:calc(var(--el-border-radius-base) - 1px);font-size:14px;min-height:24px}.el-segmented--small .el-segmented__item-selected{border-radius:calc(var(--el-border-radius-base) - 3px)}.el-segmented--small .el-segmented--vertical .el-segmented__item{padding:7px}.el-segmented--small .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 3px);padding:0 7px}.el-mention{position:relative;width:100%}.el-mention__popper.el-popper{background:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-mention__popper.el-popper,.el-mention__popper.el-popper .el-popper__arrow:before{border:1px solid var(--el-border-color-light)}.el-mention__popper.el-popper[data-popper-placement^=top] .el-popper__arrow:before{border-left-color:transparent;border-top-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before{border-bottom-color:transparent;border-right-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=left] .el-popper__arrow:before{border-bottom-color:transparent;border-left-color:transparent}.el-mention__popper.el-popper[data-popper-placement^=right] .el-popper__arrow:before{border-right-color:transparent;border-top-color:transparent}.el-mention-dropdown{--el-mention-font-size:var(--el-font-size-base);--el-mention-bg-color:var(--el-bg-color-overlay);--el-mention-shadow:var(--el-box-shadow-light);--el-mention-border:1px solid var(--el-border-color-light);--el-mention-option-color:var(--el-text-color-regular);--el-mention-option-height:34px;--el-mention-option-min-width:100px;--el-mention-option-hover-background:var(--el-fill-color-light);--el-mention-option-selected-color:var(--el-color-primary);--el-mention-option-disabled-color:var(--el-text-color-placeholder);--el-mention-option-loading-color:var(--el-text-color-secondary);--el-mention-option-loading-padding:10px 0;--el-mention-max-height:174px;--el-mention-padding:6px 0;--el-mention-header-padding:10px;--el-mention-footer-padding:10px}.el-mention-dropdown__item{box-sizing:border-box;color:var(--el-mention-option-color);cursor:pointer;font-size:var(--el-mention-font-size);height:var(--el-mention-option-height);line-height:var(--el-mention-option-height);min-width:var(--el-mention-option-min-width);overflow:hidden;padding:0 20px;position:relative;text-overflow:ellipsis;white-space:nowrap}.el-mention-dropdown__item.is-hovering{background-color:var(--el-mention-option-hover-background)}.el-mention-dropdown__item.is-selected{color:var(--el-mention-option-selected-color);font-weight:bold}.el-mention-dropdown__item.is-disabled{background-color:unset;color:var(--el-mention-option-disabled-color);cursor:not-allowed}.el-mention-dropdown{border-radius:var(--el-border-radius-base);box-sizing:border-box;z-index:calc(var(--el-index-top) + 1)}.el-mention-dropdown__loading{color:var(--el-mention-option-loading-color);font-size:12px;margin:0;min-width:var(--el-mention-option-min-width);padding:10px 0;text-align:center}.el-mention-dropdown__wrap{max-height:var(--el-mention-max-height)}.el-mention-dropdown__list{box-sizing:border-box;list-style:none;margin:0;padding:var(--el-mention-padding)}.el-mention-dropdown__header{border-bottom:var(--el-mention-border);padding:var(--el-mention-header-padding)}.el-mention-dropdown__footer{border-top:var(--el-mention-border);padding:var(--el-mention-footer-padding)}.el-splitter{display:flex;height:100%;margin:0;padding:0;position:relative;width:100%}.el-splitter__mask{bottom:0;left:0;position:absolute;right:0;top:0;z-index:999}.el-splitter__mask-horizontal{cursor:col-resize}.el-splitter__mask-vertical{cursor:row-resize}.el-splitter__horizontal{flex-direction:row}.el-splitter__vertical{flex-direction:column}.el-splitter-bar{flex:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-splitter-bar__disable{cursor:auto!important}.el-splitter-bar__disable:before{background-color:var(--el-border-color-light)!important}.el-splitter-bar__dragger{background:transparent;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.el-splitter-bar__dragger:after,.el-splitter-bar__dragger:before{background-color:var(--el-border-color-light);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.el-splitter-bar__dragger:not(.is-lazy):after{display:none}.el-splitter-bar__dragger:after{opacity:.4}.el-splitter-bar__dragger:hover:before{background-color:var(--el-color-primary-light-5)}.el-splitter-bar__dragger-horizontal:after,.el-splitter-bar__dragger-horizontal:before{height:100%;width:2px}.el-splitter-bar__dragger-vertical:after,.el-splitter-bar__dragger-vertical:before{height:2px;width:100%}.el-splitter-bar__dragger-active:after,.el-splitter-bar__dragger-active:before{background-color:var(--el-color-primary-light-3)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-horizontal:after{transform:translate(calc(-50% + var(--el-splitter-bar-offset)),-50%)}.el-splitter-bar__dragger-active.el-splitter-bar__dragger-vertical:after{transform:translate(-50%,calc(-50% + var(--el-splitter-bar-offset)))}.el-splitter-bar:hover .el-splitter-bar__collapse-icon{opacity:1}.el-splitter-bar__collapse-icon{align-items:center;background:var(--el-border-color-light);border-radius:2px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:absolute;z-index:9}.el-splitter-bar__collapse-icon:hover{background-color:var(--el-color-primary-light-5);opacity:1}.el-splitter-bar__horizontal-collapse-icon-start{height:24px;left:-12px;top:50%;transform:translate(-50%,-50%);width:16px}.el-splitter-bar__horizontal-collapse-icon-end{height:24px;left:12px;top:50%;transform:translate(-50%,-50%);width:16px}.el-splitter-bar__vertical-collapse-icon-start{height:16px;right:50%;top:-12px;transform:translate(50%,-50%);width:24px}.el-splitter-bar__vertical-collapse-icon-end{height:16px;right:50%;top:12px;transform:translate(50%,-50%);width:24px}.el-splitter-panel{box-sizing:border-box;flex-grow:0;overflow:auto;scrollbar-width:thin}
.zebra_bg{
    background: repeating-linear-gradient(
        -45deg,
        rgba(230,230,230,.3),
        rgba(230,230,230,.3) 10px,
        rgba(255,255,255,.3) 10px,
        rgba(255,255,255,.3) 20px
    );
}


.code-editor .dropdown .list.fade-enter-active,
.code-editor .dropdown .list.fade-leave-active {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.code-editor .dropdown .list.fade-enter-from,
.code-editor .dropdown .list.fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.code-editor .dropdown {
  cursor: pointer;
  position: relative;
}
.code-editor .dropdown:focus {
  outline: none;
}
.code-editor .disabled {
  cursor: default;
}
.code-editor .disabled:hover > .title {
  opacity: 0.5 !important;
}
.code-editor .dropdown:hover > .title {
  opacity: 1;
}
.code-editor .dropdown > .title {
  transition: opacity 0.2s ease;
  opacity: 0.5;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.code-editor .dropdown > .title > div {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}
.code-editor .dropdown > .title > svg {
  transition: 0.2s;
  margin-left: 3px;
  margin-top: 1px;
}
.code-editor .dropdown > .list {
  box-sizing: border-box;
  position: absolute;
  padding: 1px;
  border-radius: 6px;
  overflow: hidden;
  top: 24px;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.code-editor .dropdown > .list:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.2;
}

.code-editor .copy-code {
  transition: 0.2s opacity ease;
  position: relative;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.code-editor .copy-code:focus {
  outline: none;
}
.code-editor .copy-code > svg {
  pointer-events: none;
}
.code-editor .copy-code:hover {
  opacity: 1;
}
.code-editor .copy-code:hover > .tooltip {
  display: block;
}
.code-editor .copy-code > .tooltip {
  font-family: sans-serif;
  display: none;
  position: absolute;
  bottom: -10px;
  left: -96px;
  font-size: 12px;
  color: white;
  width: 84px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

[theme=base16-3024] {
  /*!
    Theme: 3024
    Author: Jan T. Sott (http://github.com/idleberg)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-3024] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-3024] code.hljs {
  padding: 3px 5px;
}
[theme=base16-3024] .hljs {
  color: #a5a2a2;
  background: #090300;
}
[theme=base16-3024] .hljs ::selection, [theme=base16-3024] .hljs::selection {
  background-color: #4a4543;
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-comment {
  color: #5c5855;
}
[theme=base16-3024] .hljs-tag {
  color: #807d7c;
}
[theme=base16-3024] .hljs-operator, [theme=base16-3024] .hljs-punctuation, [theme=base16-3024] .hljs-subst {
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-3024] .hljs-bullet, [theme=base16-3024] .hljs-deletion, [theme=base16-3024] .hljs-name, [theme=base16-3024] .hljs-selector-tag, [theme=base16-3024] .hljs-template-variable, [theme=base16-3024] .hljs-variable {
  color: #db2d20;
}
[theme=base16-3024] .hljs-attr, [theme=base16-3024] .hljs-link, [theme=base16-3024] .hljs-literal, [theme=base16-3024] .hljs-number, [theme=base16-3024] .hljs-symbol, [theme=base16-3024] .hljs-variable.constant_ {
  color: #e8bbd0;
}
[theme=base16-3024] .hljs-class .hljs-title, [theme=base16-3024] .hljs-title, [theme=base16-3024] .hljs-title.class_ {
  color: #fded02;
}
[theme=base16-3024] .hljs-strong {
  font-weight: 700;
  color: #fded02;
}
[theme=base16-3024] .hljs-addition, [theme=base16-3024] .hljs-code, [theme=base16-3024] .hljs-string, [theme=base16-3024] .hljs-title.class_.inherited__ {
  color: #01a252;
}
[theme=base16-3024] .hljs-built_in, [theme=base16-3024] .hljs-doctag, [theme=base16-3024] .hljs-keyword.hljs-atrule, [theme=base16-3024] .hljs-quote, [theme=base16-3024] .hljs-regexp {
  color: #b5e4f4;
}
[theme=base16-3024] .hljs-attribute, [theme=base16-3024] .hljs-function .hljs-title, [theme=base16-3024] .hljs-section, [theme=base16-3024] .hljs-title.function_, [theme=base16-3024] .ruby .hljs-property {
  color: #01a0e4;
}
[theme=base16-3024] .diff .hljs-meta, [theme=base16-3024] .hljs-keyword, [theme=base16-3024] .hljs-template-tag, [theme=base16-3024] .hljs-type {
  color: #a16a94;
}
[theme=base16-3024] .hljs-emphasis {
  color: #a16a94;
  font-style: italic;
}
[theme=base16-3024] .hljs-meta, [theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta .hljs-string {
  color: #cdab53;
}
[theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apathy] {
  /*!
    Theme: Apathy
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apathy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apathy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apathy] .hljs {
  color: #81b5ac;
  background: #031a16;
}
[theme=base16-apathy] .hljs ::selection, [theme=base16-apathy] .hljs::selection {
  background-color: #184e45;
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-comment {
  color: #2b685e;
}
[theme=base16-apathy] .hljs-tag {
  color: #5f9c92;
}
[theme=base16-apathy] .hljs-operator, [theme=base16-apathy] .hljs-punctuation, [theme=base16-apathy] .hljs-subst {
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apathy] .hljs-bullet, [theme=base16-apathy] .hljs-deletion, [theme=base16-apathy] .hljs-name, [theme=base16-apathy] .hljs-selector-tag, [theme=base16-apathy] .hljs-template-variable, [theme=base16-apathy] .hljs-variable {
  color: #3e9688;
}
[theme=base16-apathy] .hljs-attr, [theme=base16-apathy] .hljs-link, [theme=base16-apathy] .hljs-literal, [theme=base16-apathy] .hljs-number, [theme=base16-apathy] .hljs-symbol, [theme=base16-apathy] .hljs-variable.constant_ {
  color: #3e7996;
}
[theme=base16-apathy] .hljs-class .hljs-title, [theme=base16-apathy] .hljs-title, [theme=base16-apathy] .hljs-title.class_ {
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-strong {
  font-weight: 700;
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-addition, [theme=base16-apathy] .hljs-code, [theme=base16-apathy] .hljs-string, [theme=base16-apathy] .hljs-title.class_.inherited__ {
  color: #883e96;
}
[theme=base16-apathy] .hljs-built_in, [theme=base16-apathy] .hljs-doctag, [theme=base16-apathy] .hljs-keyword.hljs-atrule, [theme=base16-apathy] .hljs-quote, [theme=base16-apathy] .hljs-regexp {
  color: #963e4c;
}
[theme=base16-apathy] .hljs-attribute, [theme=base16-apathy] .hljs-function .hljs-title, [theme=base16-apathy] .hljs-section, [theme=base16-apathy] .hljs-title.function_, [theme=base16-apathy] .ruby .hljs-property {
  color: #96883e;
}
[theme=base16-apathy] .diff .hljs-meta, [theme=base16-apathy] .hljs-keyword, [theme=base16-apathy] .hljs-template-tag, [theme=base16-apathy] .hljs-type {
  color: #4c963e;
}
[theme=base16-apathy] .hljs-emphasis {
  color: #4c963e;
  font-style: italic;
}
[theme=base16-apathy] .hljs-meta, [theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta .hljs-string {
  color: #3e965b;
}
[theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apprentice] {
  /*!
    Theme: Apprentice
    Author: romainl
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apprentice] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apprentice] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apprentice] .hljs {
  color: #bcbcbc;
  background: #262626;
}
[theme=base16-apprentice] .hljs ::selection, [theme=base16-apprentice] .hljs::selection {
  background-color: #333;
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-comment {
  color: #6c6c6c;
}
[theme=base16-apprentice] .hljs-tag {
  color: #787878;
}
[theme=base16-apprentice] .hljs-operator, [theme=base16-apprentice] .hljs-punctuation, [theme=base16-apprentice] .hljs-subst {
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apprentice] .hljs-bullet, [theme=base16-apprentice] .hljs-deletion, [theme=base16-apprentice] .hljs-name, [theme=base16-apprentice] .hljs-selector-tag, [theme=base16-apprentice] .hljs-template-variable, [theme=base16-apprentice] .hljs-variable {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-attr, [theme=base16-apprentice] .hljs-link, [theme=base16-apprentice] .hljs-literal, [theme=base16-apprentice] .hljs-number, [theme=base16-apprentice] .hljs-symbol, [theme=base16-apprentice] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-apprentice] .hljs-class .hljs-title, [theme=base16-apprentice] .hljs-title, [theme=base16-apprentice] .hljs-title.class_ {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-strong {
  font-weight: 700;
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-addition, [theme=base16-apprentice] .hljs-code, [theme=base16-apprentice] .hljs-string, [theme=base16-apprentice] .hljs-title.class_.inherited__ {
  color: #87af87;
}
[theme=base16-apprentice] .hljs-built_in, [theme=base16-apprentice] .hljs-doctag, [theme=base16-apprentice] .hljs-keyword.hljs-atrule, [theme=base16-apprentice] .hljs-quote, [theme=base16-apprentice] .hljs-regexp {
  color: #5f875f;
}
[theme=base16-apprentice] .hljs-attribute, [theme=base16-apprentice] .hljs-function .hljs-title, [theme=base16-apprentice] .hljs-section, [theme=base16-apprentice] .hljs-title.function_, [theme=base16-apprentice] .ruby .hljs-property {
  color: #ffffaf;
}
[theme=base16-apprentice] .diff .hljs-meta, [theme=base16-apprentice] .hljs-keyword, [theme=base16-apprentice] .hljs-template-tag, [theme=base16-apprentice] .hljs-type {
  color: #87afd7;
}
[theme=base16-apprentice] .hljs-emphasis {
  color: #87afd7;
  font-style: italic;
}
[theme=base16-apprentice] .hljs-meta, [theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta .hljs-string {
  color: #5f87af;
}
[theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ashes] {
  /*!
    Theme: Ashes
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ashes] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ashes] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ashes] .hljs {
  color: #c7ccd1;
  background: #1c2023;
}
[theme=base16-ashes] .hljs ::selection, [theme=base16-ashes] .hljs::selection {
  background-color: #565e65;
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-comment {
  color: #747c84;
}
[theme=base16-ashes] .hljs-tag {
  color: #adb3ba;
}
[theme=base16-ashes] .hljs-operator, [theme=base16-ashes] .hljs-punctuation, [theme=base16-ashes] .hljs-subst {
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ashes] .hljs-bullet, [theme=base16-ashes] .hljs-deletion, [theme=base16-ashes] .hljs-name, [theme=base16-ashes] .hljs-selector-tag, [theme=base16-ashes] .hljs-template-variable, [theme=base16-ashes] .hljs-variable {
  color: #c7ae95;
}
[theme=base16-ashes] .hljs-attr, [theme=base16-ashes] .hljs-link, [theme=base16-ashes] .hljs-literal, [theme=base16-ashes] .hljs-number, [theme=base16-ashes] .hljs-symbol, [theme=base16-ashes] .hljs-variable.constant_ {
  color: #c7c795;
}
[theme=base16-ashes] .hljs-class .hljs-title, [theme=base16-ashes] .hljs-title, [theme=base16-ashes] .hljs-title.class_ {
  color: #aec795;
}
[theme=base16-ashes] .hljs-strong {
  font-weight: 700;
  color: #aec795;
}
[theme=base16-ashes] .hljs-addition, [theme=base16-ashes] .hljs-code, [theme=base16-ashes] .hljs-string, [theme=base16-ashes] .hljs-title.class_.inherited__ {
  color: #95c7ae;
}
[theme=base16-ashes] .hljs-built_in, [theme=base16-ashes] .hljs-doctag, [theme=base16-ashes] .hljs-keyword.hljs-atrule, [theme=base16-ashes] .hljs-quote, [theme=base16-ashes] .hljs-regexp {
  color: #95aec7;
}
[theme=base16-ashes] .hljs-attribute, [theme=base16-ashes] .hljs-function .hljs-title, [theme=base16-ashes] .hljs-section, [theme=base16-ashes] .hljs-title.function_, [theme=base16-ashes] .ruby .hljs-property {
  color: #ae95c7;
}
[theme=base16-ashes] .diff .hljs-meta, [theme=base16-ashes] .hljs-keyword, [theme=base16-ashes] .hljs-template-tag, [theme=base16-ashes] .hljs-type {
  color: #c795ae;
}
[theme=base16-ashes] .hljs-emphasis {
  color: #c795ae;
  font-style: italic;
}
[theme=base16-ashes] .hljs-meta, [theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta .hljs-string {
  color: #c79595;
}
[theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave-light] {
  /*!
    Theme: Atelier Cave Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave-light] .hljs {
  color: #585260;
  background: #efecf4;
}
[theme=base16-atelier-cave-light] .hljs ::selection, [theme=base16-atelier-cave-light] .hljs::selection {
  background-color: #8b8792;
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-comment {
  color: #7e7887;
}
[theme=base16-atelier-cave-light] .hljs-tag {
  color: #655f6d;
}
[theme=base16-atelier-cave-light] .hljs-operator, [theme=base16-atelier-cave-light] .hljs-punctuation, [theme=base16-atelier-cave-light] .hljs-subst {
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave-light] .hljs-bullet, [theme=base16-atelier-cave-light] .hljs-deletion, [theme=base16-atelier-cave-light] .hljs-name, [theme=base16-atelier-cave-light] .hljs-selector-tag, [theme=base16-atelier-cave-light] .hljs-template-variable, [theme=base16-atelier-cave-light] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave-light] .hljs-attr, [theme=base16-atelier-cave-light] .hljs-link, [theme=base16-atelier-cave-light] .hljs-literal, [theme=base16-atelier-cave-light] .hljs-number, [theme=base16-atelier-cave-light] .hljs-symbol, [theme=base16-atelier-cave-light] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave-light] .hljs-class .hljs-title, [theme=base16-atelier-cave-light] .hljs-title, [theme=base16-atelier-cave-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-addition, [theme=base16-atelier-cave-light] .hljs-code, [theme=base16-atelier-cave-light] .hljs-string, [theme=base16-atelier-cave-light] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave-light] .hljs-built_in, [theme=base16-atelier-cave-light] .hljs-doctag, [theme=base16-atelier-cave-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave-light] .hljs-quote, [theme=base16-atelier-cave-light] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave-light] .hljs-attribute, [theme=base16-atelier-cave-light] .hljs-function .hljs-title, [theme=base16-atelier-cave-light] .hljs-section, [theme=base16-atelier-cave-light] .hljs-title.function_, [theme=base16-atelier-cave-light] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave-light] .diff .hljs-meta, [theme=base16-atelier-cave-light] .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-template-tag, [theme=base16-atelier-cave-light] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave-light] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave-light] .hljs-meta, [theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave] {
  /*!
    Theme: Atelier Cave
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave] .hljs {
  color: #8b8792;
  background: #19171c;
}
[theme=base16-atelier-cave] .hljs ::selection, [theme=base16-atelier-cave] .hljs::selection {
  background-color: #585260;
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-comment {
  color: #655f6d;
}
[theme=base16-atelier-cave] .hljs-tag {
  color: #7e7887;
}
[theme=base16-atelier-cave] .hljs-operator, [theme=base16-atelier-cave] .hljs-punctuation, [theme=base16-atelier-cave] .hljs-subst {
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave] .hljs-bullet, [theme=base16-atelier-cave] .hljs-deletion, [theme=base16-atelier-cave] .hljs-name, [theme=base16-atelier-cave] .hljs-selector-tag, [theme=base16-atelier-cave] .hljs-template-variable, [theme=base16-atelier-cave] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave] .hljs-attr, [theme=base16-atelier-cave] .hljs-link, [theme=base16-atelier-cave] .hljs-literal, [theme=base16-atelier-cave] .hljs-number, [theme=base16-atelier-cave] .hljs-symbol, [theme=base16-atelier-cave] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave] .hljs-class .hljs-title, [theme=base16-atelier-cave] .hljs-title, [theme=base16-atelier-cave] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-addition, [theme=base16-atelier-cave] .hljs-code, [theme=base16-atelier-cave] .hljs-string, [theme=base16-atelier-cave] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave] .hljs-built_in, [theme=base16-atelier-cave] .hljs-doctag, [theme=base16-atelier-cave] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave] .hljs-quote, [theme=base16-atelier-cave] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave] .hljs-attribute, [theme=base16-atelier-cave] .hljs-function .hljs-title, [theme=base16-atelier-cave] .hljs-section, [theme=base16-atelier-cave] .hljs-title.function_, [theme=base16-atelier-cave] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave] .diff .hljs-meta, [theme=base16-atelier-cave] .hljs-keyword, [theme=base16-atelier-cave] .hljs-template-tag, [theme=base16-atelier-cave] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave] .hljs-meta, [theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune-light] {
  /*!
    Theme: Atelier Dune Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune-light] .hljs {
  color: #6e6b5e;
  background: #fefbec;
}
[theme=base16-atelier-dune-light] .hljs ::selection, [theme=base16-atelier-dune-light] .hljs::selection {
  background-color: #a6a28c;
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-comment {
  color: #999580;
}
[theme=base16-atelier-dune-light] .hljs-tag {
  color: #7d7a68;
}
[theme=base16-atelier-dune-light] .hljs-operator, [theme=base16-atelier-dune-light] .hljs-punctuation, [theme=base16-atelier-dune-light] .hljs-subst {
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune-light] .hljs-bullet, [theme=base16-atelier-dune-light] .hljs-deletion, [theme=base16-atelier-dune-light] .hljs-name, [theme=base16-atelier-dune-light] .hljs-selector-tag, [theme=base16-atelier-dune-light] .hljs-template-variable, [theme=base16-atelier-dune-light] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune-light] .hljs-attr, [theme=base16-atelier-dune-light] .hljs-link, [theme=base16-atelier-dune-light] .hljs-literal, [theme=base16-atelier-dune-light] .hljs-number, [theme=base16-atelier-dune-light] .hljs-symbol, [theme=base16-atelier-dune-light] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune-light] .hljs-class .hljs-title, [theme=base16-atelier-dune-light] .hljs-title, [theme=base16-atelier-dune-light] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-addition, [theme=base16-atelier-dune-light] .hljs-code, [theme=base16-atelier-dune-light] .hljs-string, [theme=base16-atelier-dune-light] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune-light] .hljs-built_in, [theme=base16-atelier-dune-light] .hljs-doctag, [theme=base16-atelier-dune-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune-light] .hljs-quote, [theme=base16-atelier-dune-light] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune-light] .hljs-attribute, [theme=base16-atelier-dune-light] .hljs-function .hljs-title, [theme=base16-atelier-dune-light] .hljs-section, [theme=base16-atelier-dune-light] .hljs-title.function_, [theme=base16-atelier-dune-light] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune-light] .diff .hljs-meta, [theme=base16-atelier-dune-light] .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-template-tag, [theme=base16-atelier-dune-light] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune-light] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune-light] .hljs-meta, [theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune] {
  /*!
    Theme: Atelier Dune
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune] .hljs {
  color: #a6a28c;
  background: #20201d;
}
[theme=base16-atelier-dune] .hljs ::selection, [theme=base16-atelier-dune] .hljs::selection {
  background-color: #6e6b5e;
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-comment {
  color: #7d7a68;
}
[theme=base16-atelier-dune] .hljs-tag {
  color: #999580;
}
[theme=base16-atelier-dune] .hljs-operator, [theme=base16-atelier-dune] .hljs-punctuation, [theme=base16-atelier-dune] .hljs-subst {
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune] .hljs-bullet, [theme=base16-atelier-dune] .hljs-deletion, [theme=base16-atelier-dune] .hljs-name, [theme=base16-atelier-dune] .hljs-selector-tag, [theme=base16-atelier-dune] .hljs-template-variable, [theme=base16-atelier-dune] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune] .hljs-attr, [theme=base16-atelier-dune] .hljs-link, [theme=base16-atelier-dune] .hljs-literal, [theme=base16-atelier-dune] .hljs-number, [theme=base16-atelier-dune] .hljs-symbol, [theme=base16-atelier-dune] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune] .hljs-class .hljs-title, [theme=base16-atelier-dune] .hljs-title, [theme=base16-atelier-dune] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-addition, [theme=base16-atelier-dune] .hljs-code, [theme=base16-atelier-dune] .hljs-string, [theme=base16-atelier-dune] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune] .hljs-built_in, [theme=base16-atelier-dune] .hljs-doctag, [theme=base16-atelier-dune] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune] .hljs-quote, [theme=base16-atelier-dune] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune] .hljs-attribute, [theme=base16-atelier-dune] .hljs-function .hljs-title, [theme=base16-atelier-dune] .hljs-section, [theme=base16-atelier-dune] .hljs-title.function_, [theme=base16-atelier-dune] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune] .diff .hljs-meta, [theme=base16-atelier-dune] .hljs-keyword, [theme=base16-atelier-dune] .hljs-template-tag, [theme=base16-atelier-dune] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune] .hljs-meta, [theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary-light] {
  /*!
    Theme: Atelier Estuary Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary-light] .hljs {
  color: #5f5e4e;
  background: #f4f3ec;
}
[theme=base16-atelier-estuary-light] .hljs ::selection, [theme=base16-atelier-estuary-light] .hljs::selection {
  background-color: #929181;
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-comment {
  color: #878573;
}
[theme=base16-atelier-estuary-light] .hljs-tag {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary-light] .hljs-operator, [theme=base16-atelier-estuary-light] .hljs-punctuation, [theme=base16-atelier-estuary-light] .hljs-subst {
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary-light] .hljs-bullet, [theme=base16-atelier-estuary-light] .hljs-deletion, [theme=base16-atelier-estuary-light] .hljs-name, [theme=base16-atelier-estuary-light] .hljs-selector-tag, [theme=base16-atelier-estuary-light] .hljs-template-variable, [theme=base16-atelier-estuary-light] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary-light] .hljs-attr, [theme=base16-atelier-estuary-light] .hljs-link, [theme=base16-atelier-estuary-light] .hljs-literal, [theme=base16-atelier-estuary-light] .hljs-number, [theme=base16-atelier-estuary-light] .hljs-symbol, [theme=base16-atelier-estuary-light] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary-light] .hljs-class .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-addition, [theme=base16-atelier-estuary-light] .hljs-code, [theme=base16-atelier-estuary-light] .hljs-string, [theme=base16-atelier-estuary-light] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary-light] .hljs-built_in, [theme=base16-atelier-estuary-light] .hljs-doctag, [theme=base16-atelier-estuary-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary-light] .hljs-quote, [theme=base16-atelier-estuary-light] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary-light] .hljs-attribute, [theme=base16-atelier-estuary-light] .hljs-function .hljs-title, [theme=base16-atelier-estuary-light] .hljs-section, [theme=base16-atelier-estuary-light] .hljs-title.function_, [theme=base16-atelier-estuary-light] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary-light] .diff .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-template-tag, [theme=base16-atelier-estuary-light] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary-light] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary-light] .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary] {
  /*!
    Theme: Atelier Estuary
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary] .hljs {
  color: #929181;
  background: #22221b;
}
[theme=base16-atelier-estuary] .hljs ::selection, [theme=base16-atelier-estuary] .hljs::selection {
  background-color: #5f5e4e;
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-comment {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary] .hljs-tag {
  color: #878573;
}
[theme=base16-atelier-estuary] .hljs-operator, [theme=base16-atelier-estuary] .hljs-punctuation, [theme=base16-atelier-estuary] .hljs-subst {
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary] .hljs-bullet, [theme=base16-atelier-estuary] .hljs-deletion, [theme=base16-atelier-estuary] .hljs-name, [theme=base16-atelier-estuary] .hljs-selector-tag, [theme=base16-atelier-estuary] .hljs-template-variable, [theme=base16-atelier-estuary] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary] .hljs-attr, [theme=base16-atelier-estuary] .hljs-link, [theme=base16-atelier-estuary] .hljs-literal, [theme=base16-atelier-estuary] .hljs-number, [theme=base16-atelier-estuary] .hljs-symbol, [theme=base16-atelier-estuary] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary] .hljs-class .hljs-title, [theme=base16-atelier-estuary] .hljs-title, [theme=base16-atelier-estuary] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-addition, [theme=base16-atelier-estuary] .hljs-code, [theme=base16-atelier-estuary] .hljs-string, [theme=base16-atelier-estuary] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary] .hljs-built_in, [theme=base16-atelier-estuary] .hljs-doctag, [theme=base16-atelier-estuary] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary] .hljs-quote, [theme=base16-atelier-estuary] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary] .hljs-attribute, [theme=base16-atelier-estuary] .hljs-function .hljs-title, [theme=base16-atelier-estuary] .hljs-section, [theme=base16-atelier-estuary] .hljs-title.function_, [theme=base16-atelier-estuary] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary] .diff .hljs-meta, [theme=base16-atelier-estuary] .hljs-keyword, [theme=base16-atelier-estuary] .hljs-template-tag, [theme=base16-atelier-estuary] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary] .hljs-meta, [theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest-light] {
  /*!
    Theme: Atelier Forest Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest-light] .hljs {
  color: #68615e;
  background: #f1efee;
}
[theme=base16-atelier-forest-light] .hljs ::selection, [theme=base16-atelier-forest-light] .hljs::selection {
  background-color: #a8a19f;
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-comment {
  color: #9c9491;
}
[theme=base16-atelier-forest-light] .hljs-tag {
  color: #766e6b;
}
[theme=base16-atelier-forest-light] .hljs-operator, [theme=base16-atelier-forest-light] .hljs-punctuation, [theme=base16-atelier-forest-light] .hljs-subst {
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest-light] .hljs-bullet, [theme=base16-atelier-forest-light] .hljs-deletion, [theme=base16-atelier-forest-light] .hljs-name, [theme=base16-atelier-forest-light] .hljs-selector-tag, [theme=base16-atelier-forest-light] .hljs-template-variable, [theme=base16-atelier-forest-light] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest-light] .hljs-attr, [theme=base16-atelier-forest-light] .hljs-link, [theme=base16-atelier-forest-light] .hljs-literal, [theme=base16-atelier-forest-light] .hljs-number, [theme=base16-atelier-forest-light] .hljs-symbol, [theme=base16-atelier-forest-light] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest-light] .hljs-class .hljs-title, [theme=base16-atelier-forest-light] .hljs-title, [theme=base16-atelier-forest-light] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-addition, [theme=base16-atelier-forest-light] .hljs-code, [theme=base16-atelier-forest-light] .hljs-string, [theme=base16-atelier-forest-light] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest-light] .hljs-built_in, [theme=base16-atelier-forest-light] .hljs-doctag, [theme=base16-atelier-forest-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest-light] .hljs-quote, [theme=base16-atelier-forest-light] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest-light] .hljs-attribute, [theme=base16-atelier-forest-light] .hljs-function .hljs-title, [theme=base16-atelier-forest-light] .hljs-section, [theme=base16-atelier-forest-light] .hljs-title.function_, [theme=base16-atelier-forest-light] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest-light] .diff .hljs-meta, [theme=base16-atelier-forest-light] .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-template-tag, [theme=base16-atelier-forest-light] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest-light] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest-light] .hljs-meta, [theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest] {
  /*!
    Theme: Atelier Forest
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest] .hljs {
  color: #a8a19f;
  background: #1b1918;
}
[theme=base16-atelier-forest] .hljs ::selection, [theme=base16-atelier-forest] .hljs::selection {
  background-color: #68615e;
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-comment {
  color: #766e6b;
}
[theme=base16-atelier-forest] .hljs-tag {
  color: #9c9491;
}
[theme=base16-atelier-forest] .hljs-operator, [theme=base16-atelier-forest] .hljs-punctuation, [theme=base16-atelier-forest] .hljs-subst {
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest] .hljs-bullet, [theme=base16-atelier-forest] .hljs-deletion, [theme=base16-atelier-forest] .hljs-name, [theme=base16-atelier-forest] .hljs-selector-tag, [theme=base16-atelier-forest] .hljs-template-variable, [theme=base16-atelier-forest] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest] .hljs-attr, [theme=base16-atelier-forest] .hljs-link, [theme=base16-atelier-forest] .hljs-literal, [theme=base16-atelier-forest] .hljs-number, [theme=base16-atelier-forest] .hljs-symbol, [theme=base16-atelier-forest] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest] .hljs-class .hljs-title, [theme=base16-atelier-forest] .hljs-title, [theme=base16-atelier-forest] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-addition, [theme=base16-atelier-forest] .hljs-code, [theme=base16-atelier-forest] .hljs-string, [theme=base16-atelier-forest] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest] .hljs-built_in, [theme=base16-atelier-forest] .hljs-doctag, [theme=base16-atelier-forest] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest] .hljs-quote, [theme=base16-atelier-forest] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest] .hljs-attribute, [theme=base16-atelier-forest] .hljs-function .hljs-title, [theme=base16-atelier-forest] .hljs-section, [theme=base16-atelier-forest] .hljs-title.function_, [theme=base16-atelier-forest] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest] .diff .hljs-meta, [theme=base16-atelier-forest] .hljs-keyword, [theme=base16-atelier-forest] .hljs-template-tag, [theme=base16-atelier-forest] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest] .hljs-meta, [theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath-light] {
  /*!
    Theme: Atelier Heath Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath-light] .hljs {
  color: #695d69;
  background: #f7f3f7;
}
[theme=base16-atelier-heath-light] .hljs ::selection, [theme=base16-atelier-heath-light] .hljs::selection {
  background-color: #ab9bab;
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-comment {
  color: #9e8f9e;
}
[theme=base16-atelier-heath-light] .hljs-tag {
  color: #776977;
}
[theme=base16-atelier-heath-light] .hljs-operator, [theme=base16-atelier-heath-light] .hljs-punctuation, [theme=base16-atelier-heath-light] .hljs-subst {
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath-light] .hljs-bullet, [theme=base16-atelier-heath-light] .hljs-deletion, [theme=base16-atelier-heath-light] .hljs-name, [theme=base16-atelier-heath-light] .hljs-selector-tag, [theme=base16-atelier-heath-light] .hljs-template-variable, [theme=base16-atelier-heath-light] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath-light] .hljs-attr, [theme=base16-atelier-heath-light] .hljs-link, [theme=base16-atelier-heath-light] .hljs-literal, [theme=base16-atelier-heath-light] .hljs-number, [theme=base16-atelier-heath-light] .hljs-symbol, [theme=base16-atelier-heath-light] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath-light] .hljs-class .hljs-title, [theme=base16-atelier-heath-light] .hljs-title, [theme=base16-atelier-heath-light] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-addition, [theme=base16-atelier-heath-light] .hljs-code, [theme=base16-atelier-heath-light] .hljs-string, [theme=base16-atelier-heath-light] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath-light] .hljs-built_in, [theme=base16-atelier-heath-light] .hljs-doctag, [theme=base16-atelier-heath-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath-light] .hljs-quote, [theme=base16-atelier-heath-light] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath-light] .hljs-attribute, [theme=base16-atelier-heath-light] .hljs-function .hljs-title, [theme=base16-atelier-heath-light] .hljs-section, [theme=base16-atelier-heath-light] .hljs-title.function_, [theme=base16-atelier-heath-light] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath-light] .diff .hljs-meta, [theme=base16-atelier-heath-light] .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-template-tag, [theme=base16-atelier-heath-light] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath-light] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath-light] .hljs-meta, [theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath] {
  /*!
    Theme: Atelier Heath
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath] .hljs {
  color: #ab9bab;
  background: #1b181b;
}
[theme=base16-atelier-heath] .hljs ::selection, [theme=base16-atelier-heath] .hljs::selection {
  background-color: #695d69;
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-comment {
  color: #776977;
}
[theme=base16-atelier-heath] .hljs-tag {
  color: #9e8f9e;
}
[theme=base16-atelier-heath] .hljs-operator, [theme=base16-atelier-heath] .hljs-punctuation, [theme=base16-atelier-heath] .hljs-subst {
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath] .hljs-bullet, [theme=base16-atelier-heath] .hljs-deletion, [theme=base16-atelier-heath] .hljs-name, [theme=base16-atelier-heath] .hljs-selector-tag, [theme=base16-atelier-heath] .hljs-template-variable, [theme=base16-atelier-heath] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath] .hljs-attr, [theme=base16-atelier-heath] .hljs-link, [theme=base16-atelier-heath] .hljs-literal, [theme=base16-atelier-heath] .hljs-number, [theme=base16-atelier-heath] .hljs-symbol, [theme=base16-atelier-heath] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath] .hljs-class .hljs-title, [theme=base16-atelier-heath] .hljs-title, [theme=base16-atelier-heath] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-addition, [theme=base16-atelier-heath] .hljs-code, [theme=base16-atelier-heath] .hljs-string, [theme=base16-atelier-heath] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath] .hljs-built_in, [theme=base16-atelier-heath] .hljs-doctag, [theme=base16-atelier-heath] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath] .hljs-quote, [theme=base16-atelier-heath] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath] .hljs-attribute, [theme=base16-atelier-heath] .hljs-function .hljs-title, [theme=base16-atelier-heath] .hljs-section, [theme=base16-atelier-heath] .hljs-title.function_, [theme=base16-atelier-heath] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath] .diff .hljs-meta, [theme=base16-atelier-heath] .hljs-keyword, [theme=base16-atelier-heath] .hljs-template-tag, [theme=base16-atelier-heath] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath] .hljs-meta, [theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside-light] {
  /*!
    Theme: Atelier Lakeside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside-light] .hljs {
  color: #516d7b;
  background: #ebf8ff;
}
[theme=base16-atelier-lakeside-light] .hljs ::selection, [theme=base16-atelier-lakeside-light] .hljs::selection {
  background-color: #7ea2b4;
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-comment {
  color: #7195a8;
}
[theme=base16-atelier-lakeside-light] .hljs-tag {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside-light] .hljs-operator, [theme=base16-atelier-lakeside-light] .hljs-punctuation, [theme=base16-atelier-lakeside-light] .hljs-subst {
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside-light] .hljs-bullet, [theme=base16-atelier-lakeside-light] .hljs-deletion, [theme=base16-atelier-lakeside-light] .hljs-name, [theme=base16-atelier-lakeside-light] .hljs-selector-tag, [theme=base16-atelier-lakeside-light] .hljs-template-variable, [theme=base16-atelier-lakeside-light] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside-light] .hljs-attr, [theme=base16-atelier-lakeside-light] .hljs-link, [theme=base16-atelier-lakeside-light] .hljs-literal, [theme=base16-atelier-lakeside-light] .hljs-number, [theme=base16-atelier-lakeside-light] .hljs-symbol, [theme=base16-atelier-lakeside-light] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside-light] .hljs-class .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-addition, [theme=base16-atelier-lakeside-light] .hljs-code, [theme=base16-atelier-lakeside-light] .hljs-string, [theme=base16-atelier-lakeside-light] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside-light] .hljs-built_in, [theme=base16-atelier-lakeside-light] .hljs-doctag, [theme=base16-atelier-lakeside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside-light] .hljs-quote, [theme=base16-atelier-lakeside-light] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside-light] .hljs-attribute, [theme=base16-atelier-lakeside-light] .hljs-function .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-section, [theme=base16-atelier-lakeside-light] .hljs-title.function_, [theme=base16-atelier-lakeside-light] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside-light] .diff .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-template-tag, [theme=base16-atelier-lakeside-light] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside-light] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside-light] .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside] {
  /*!
    Theme: Atelier Lakeside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside] .hljs {
  color: #7ea2b4;
  background: #161b1d;
}
[theme=base16-atelier-lakeside] .hljs ::selection, [theme=base16-atelier-lakeside] .hljs::selection {
  background-color: #516d7b;
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-comment {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside] .hljs-tag {
  color: #7195a8;
}
[theme=base16-atelier-lakeside] .hljs-operator, [theme=base16-atelier-lakeside] .hljs-punctuation, [theme=base16-atelier-lakeside] .hljs-subst {
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside] .hljs-bullet, [theme=base16-atelier-lakeside] .hljs-deletion, [theme=base16-atelier-lakeside] .hljs-name, [theme=base16-atelier-lakeside] .hljs-selector-tag, [theme=base16-atelier-lakeside] .hljs-template-variable, [theme=base16-atelier-lakeside] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside] .hljs-attr, [theme=base16-atelier-lakeside] .hljs-link, [theme=base16-atelier-lakeside] .hljs-literal, [theme=base16-atelier-lakeside] .hljs-number, [theme=base16-atelier-lakeside] .hljs-symbol, [theme=base16-atelier-lakeside] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside] .hljs-class .hljs-title, [theme=base16-atelier-lakeside] .hljs-title, [theme=base16-atelier-lakeside] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-addition, [theme=base16-atelier-lakeside] .hljs-code, [theme=base16-atelier-lakeside] .hljs-string, [theme=base16-atelier-lakeside] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside] .hljs-built_in, [theme=base16-atelier-lakeside] .hljs-doctag, [theme=base16-atelier-lakeside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside] .hljs-quote, [theme=base16-atelier-lakeside] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside] .hljs-attribute, [theme=base16-atelier-lakeside] .hljs-function .hljs-title, [theme=base16-atelier-lakeside] .hljs-section, [theme=base16-atelier-lakeside] .hljs-title.function_, [theme=base16-atelier-lakeside] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside] .diff .hljs-meta, [theme=base16-atelier-lakeside] .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-template-tag, [theme=base16-atelier-lakeside] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside] .hljs-meta, [theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau-light] {
  /*!
    Theme: Atelier Plateau Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau-light] .hljs {
  color: #585050;
  background: #f4ecec;
}
[theme=base16-atelier-plateau-light] .hljs ::selection, [theme=base16-atelier-plateau-light] .hljs::selection {
  background-color: #8a8585;
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-comment {
  color: #7e7777;
}
[theme=base16-atelier-plateau-light] .hljs-tag {
  color: #655d5d;
}
[theme=base16-atelier-plateau-light] .hljs-operator, [theme=base16-atelier-plateau-light] .hljs-punctuation, [theme=base16-atelier-plateau-light] .hljs-subst {
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau-light] .hljs-bullet, [theme=base16-atelier-plateau-light] .hljs-deletion, [theme=base16-atelier-plateau-light] .hljs-name, [theme=base16-atelier-plateau-light] .hljs-selector-tag, [theme=base16-atelier-plateau-light] .hljs-template-variable, [theme=base16-atelier-plateau-light] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau-light] .hljs-attr, [theme=base16-atelier-plateau-light] .hljs-link, [theme=base16-atelier-plateau-light] .hljs-literal, [theme=base16-atelier-plateau-light] .hljs-number, [theme=base16-atelier-plateau-light] .hljs-symbol, [theme=base16-atelier-plateau-light] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau-light] .hljs-class .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-addition, [theme=base16-atelier-plateau-light] .hljs-code, [theme=base16-atelier-plateau-light] .hljs-string, [theme=base16-atelier-plateau-light] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau-light] .hljs-built_in, [theme=base16-atelier-plateau-light] .hljs-doctag, [theme=base16-atelier-plateau-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau-light] .hljs-quote, [theme=base16-atelier-plateau-light] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau-light] .hljs-attribute, [theme=base16-atelier-plateau-light] .hljs-function .hljs-title, [theme=base16-atelier-plateau-light] .hljs-section, [theme=base16-atelier-plateau-light] .hljs-title.function_, [theme=base16-atelier-plateau-light] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau-light] .diff .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-template-tag, [theme=base16-atelier-plateau-light] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau-light] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau-light] .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau] {
  /*!
    Theme: Atelier Plateau
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau] .hljs {
  color: #8a8585;
  background: #1b1818;
}
[theme=base16-atelier-plateau] .hljs ::selection, [theme=base16-atelier-plateau] .hljs::selection {
  background-color: #585050;
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-comment {
  color: #655d5d;
}
[theme=base16-atelier-plateau] .hljs-tag {
  color: #7e7777;
}
[theme=base16-atelier-plateau] .hljs-operator, [theme=base16-atelier-plateau] .hljs-punctuation, [theme=base16-atelier-plateau] .hljs-subst {
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau] .hljs-bullet, [theme=base16-atelier-plateau] .hljs-deletion, [theme=base16-atelier-plateau] .hljs-name, [theme=base16-atelier-plateau] .hljs-selector-tag, [theme=base16-atelier-plateau] .hljs-template-variable, [theme=base16-atelier-plateau] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau] .hljs-attr, [theme=base16-atelier-plateau] .hljs-link, [theme=base16-atelier-plateau] .hljs-literal, [theme=base16-atelier-plateau] .hljs-number, [theme=base16-atelier-plateau] .hljs-symbol, [theme=base16-atelier-plateau] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau] .hljs-class .hljs-title, [theme=base16-atelier-plateau] .hljs-title, [theme=base16-atelier-plateau] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-addition, [theme=base16-atelier-plateau] .hljs-code, [theme=base16-atelier-plateau] .hljs-string, [theme=base16-atelier-plateau] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau] .hljs-built_in, [theme=base16-atelier-plateau] .hljs-doctag, [theme=base16-atelier-plateau] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau] .hljs-quote, [theme=base16-atelier-plateau] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau] .hljs-attribute, [theme=base16-atelier-plateau] .hljs-function .hljs-title, [theme=base16-atelier-plateau] .hljs-section, [theme=base16-atelier-plateau] .hljs-title.function_, [theme=base16-atelier-plateau] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau] .diff .hljs-meta, [theme=base16-atelier-plateau] .hljs-keyword, [theme=base16-atelier-plateau] .hljs-template-tag, [theme=base16-atelier-plateau] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau] .hljs-meta, [theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna-light] {
  /*!
    Theme: Atelier Savanna Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna-light] .hljs {
  color: #526057;
  background: #ecf4ee;
}
[theme=base16-atelier-savanna-light] .hljs ::selection, [theme=base16-atelier-savanna-light] .hljs::selection {
  background-color: #87928a;
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-comment {
  color: #78877d;
}
[theme=base16-atelier-savanna-light] .hljs-tag {
  color: #5f6d64;
}
[theme=base16-atelier-savanna-light] .hljs-operator, [theme=base16-atelier-savanna-light] .hljs-punctuation, [theme=base16-atelier-savanna-light] .hljs-subst {
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna-light] .hljs-bullet, [theme=base16-atelier-savanna-light] .hljs-deletion, [theme=base16-atelier-savanna-light] .hljs-name, [theme=base16-atelier-savanna-light] .hljs-selector-tag, [theme=base16-atelier-savanna-light] .hljs-template-variable, [theme=base16-atelier-savanna-light] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna-light] .hljs-attr, [theme=base16-atelier-savanna-light] .hljs-link, [theme=base16-atelier-savanna-light] .hljs-literal, [theme=base16-atelier-savanna-light] .hljs-number, [theme=base16-atelier-savanna-light] .hljs-symbol, [theme=base16-atelier-savanna-light] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna-light] .hljs-class .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-addition, [theme=base16-atelier-savanna-light] .hljs-code, [theme=base16-atelier-savanna-light] .hljs-string, [theme=base16-atelier-savanna-light] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna-light] .hljs-built_in, [theme=base16-atelier-savanna-light] .hljs-doctag, [theme=base16-atelier-savanna-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna-light] .hljs-quote, [theme=base16-atelier-savanna-light] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna-light] .hljs-attribute, [theme=base16-atelier-savanna-light] .hljs-function .hljs-title, [theme=base16-atelier-savanna-light] .hljs-section, [theme=base16-atelier-savanna-light] .hljs-title.function_, [theme=base16-atelier-savanna-light] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna-light] .diff .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-template-tag, [theme=base16-atelier-savanna-light] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna-light] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna-light] .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna] {
  /*!
    Theme: Atelier Savanna
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna] .hljs {
  color: #87928a;
  background: #171c19;
}
[theme=base16-atelier-savanna] .hljs ::selection, [theme=base16-atelier-savanna] .hljs::selection {
  background-color: #526057;
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-comment {
  color: #5f6d64;
}
[theme=base16-atelier-savanna] .hljs-tag {
  color: #78877d;
}
[theme=base16-atelier-savanna] .hljs-operator, [theme=base16-atelier-savanna] .hljs-punctuation, [theme=base16-atelier-savanna] .hljs-subst {
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna] .hljs-bullet, [theme=base16-atelier-savanna] .hljs-deletion, [theme=base16-atelier-savanna] .hljs-name, [theme=base16-atelier-savanna] .hljs-selector-tag, [theme=base16-atelier-savanna] .hljs-template-variable, [theme=base16-atelier-savanna] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna] .hljs-attr, [theme=base16-atelier-savanna] .hljs-link, [theme=base16-atelier-savanna] .hljs-literal, [theme=base16-atelier-savanna] .hljs-number, [theme=base16-atelier-savanna] .hljs-symbol, [theme=base16-atelier-savanna] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna] .hljs-class .hljs-title, [theme=base16-atelier-savanna] .hljs-title, [theme=base16-atelier-savanna] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-addition, [theme=base16-atelier-savanna] .hljs-code, [theme=base16-atelier-savanna] .hljs-string, [theme=base16-atelier-savanna] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna] .hljs-built_in, [theme=base16-atelier-savanna] .hljs-doctag, [theme=base16-atelier-savanna] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna] .hljs-quote, [theme=base16-atelier-savanna] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna] .hljs-attribute, [theme=base16-atelier-savanna] .hljs-function .hljs-title, [theme=base16-atelier-savanna] .hljs-section, [theme=base16-atelier-savanna] .hljs-title.function_, [theme=base16-atelier-savanna] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna] .diff .hljs-meta, [theme=base16-atelier-savanna] .hljs-keyword, [theme=base16-atelier-savanna] .hljs-template-tag, [theme=base16-atelier-savanna] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna] .hljs-meta, [theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside-light] {
  /*!
    Theme: Atelier Seaside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside-light] .hljs {
  color: #5e6e5e;
  background: #f4fbf4;
}
[theme=base16-atelier-seaside-light] .hljs ::selection, [theme=base16-atelier-seaside-light] .hljs::selection {
  background-color: #8ca68c;
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-comment {
  color: #809980;
}
[theme=base16-atelier-seaside-light] .hljs-tag {
  color: #687d68;
}
[theme=base16-atelier-seaside-light] .hljs-operator, [theme=base16-atelier-seaside-light] .hljs-punctuation, [theme=base16-atelier-seaside-light] .hljs-subst {
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside-light] .hljs-bullet, [theme=base16-atelier-seaside-light] .hljs-deletion, [theme=base16-atelier-seaside-light] .hljs-name, [theme=base16-atelier-seaside-light] .hljs-selector-tag, [theme=base16-atelier-seaside-light] .hljs-template-variable, [theme=base16-atelier-seaside-light] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside-light] .hljs-attr, [theme=base16-atelier-seaside-light] .hljs-link, [theme=base16-atelier-seaside-light] .hljs-literal, [theme=base16-atelier-seaside-light] .hljs-number, [theme=base16-atelier-seaside-light] .hljs-symbol, [theme=base16-atelier-seaside-light] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside-light] .hljs-class .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-addition, [theme=base16-atelier-seaside-light] .hljs-code, [theme=base16-atelier-seaside-light] .hljs-string, [theme=base16-atelier-seaside-light] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside-light] .hljs-built_in, [theme=base16-atelier-seaside-light] .hljs-doctag, [theme=base16-atelier-seaside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside-light] .hljs-quote, [theme=base16-atelier-seaside-light] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside-light] .hljs-attribute, [theme=base16-atelier-seaside-light] .hljs-function .hljs-title, [theme=base16-atelier-seaside-light] .hljs-section, [theme=base16-atelier-seaside-light] .hljs-title.function_, [theme=base16-atelier-seaside-light] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside-light] .diff .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-template-tag, [theme=base16-atelier-seaside-light] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside-light] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside-light] .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside] {
  /*!
    Theme: Atelier Seaside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside] .hljs {
  color: #8ca68c;
  background: #131513;
}
[theme=base16-atelier-seaside] .hljs ::selection, [theme=base16-atelier-seaside] .hljs::selection {
  background-color: #5e6e5e;
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-comment {
  color: #687d68;
}
[theme=base16-atelier-seaside] .hljs-tag {
  color: #809980;
}
[theme=base16-atelier-seaside] .hljs-operator, [theme=base16-atelier-seaside] .hljs-punctuation, [theme=base16-atelier-seaside] .hljs-subst {
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside] .hljs-bullet, [theme=base16-atelier-seaside] .hljs-deletion, [theme=base16-atelier-seaside] .hljs-name, [theme=base16-atelier-seaside] .hljs-selector-tag, [theme=base16-atelier-seaside] .hljs-template-variable, [theme=base16-atelier-seaside] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside] .hljs-attr, [theme=base16-atelier-seaside] .hljs-link, [theme=base16-atelier-seaside] .hljs-literal, [theme=base16-atelier-seaside] .hljs-number, [theme=base16-atelier-seaside] .hljs-symbol, [theme=base16-atelier-seaside] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside] .hljs-class .hljs-title, [theme=base16-atelier-seaside] .hljs-title, [theme=base16-atelier-seaside] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-addition, [theme=base16-atelier-seaside] .hljs-code, [theme=base16-atelier-seaside] .hljs-string, [theme=base16-atelier-seaside] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside] .hljs-built_in, [theme=base16-atelier-seaside] .hljs-doctag, [theme=base16-atelier-seaside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside] .hljs-quote, [theme=base16-atelier-seaside] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside] .hljs-attribute, [theme=base16-atelier-seaside] .hljs-function .hljs-title, [theme=base16-atelier-seaside] .hljs-section, [theme=base16-atelier-seaside] .hljs-title.function_, [theme=base16-atelier-seaside] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside] .diff .hljs-meta, [theme=base16-atelier-seaside] .hljs-keyword, [theme=base16-atelier-seaside] .hljs-template-tag, [theme=base16-atelier-seaside] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside] .hljs-meta, [theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool-light] {
  /*!
    Theme: Atelier Sulphurpool Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool-light] .hljs {
  color: #5e6687;
  background: #f5f7ff;
}
[theme=base16-atelier-sulphurpool-light] .hljs ::selection, [theme=base16-atelier-sulphurpool-light] .hljs::selection {
  background-color: #979db4;
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-comment {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool-light] .hljs-tag {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator, [theme=base16-atelier-sulphurpool-light] .hljs-punctuation, [theme=base16-atelier-sulphurpool-light] .hljs-subst {
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool-light] .hljs-bullet, [theme=base16-atelier-sulphurpool-light] .hljs-deletion, [theme=base16-atelier-sulphurpool-light] .hljs-name, [theme=base16-atelier-sulphurpool-light] .hljs-selector-tag, [theme=base16-atelier-sulphurpool-light] .hljs-template-variable, [theme=base16-atelier-sulphurpool-light] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attr, [theme=base16-atelier-sulphurpool-light] .hljs-link, [theme=base16-atelier-sulphurpool-light] .hljs-literal, [theme=base16-atelier-sulphurpool-light] .hljs-number, [theme=base16-atelier-sulphurpool-light] .hljs-symbol, [theme=base16-atelier-sulphurpool-light] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool-light] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-addition, [theme=base16-atelier-sulphurpool-light] .hljs-code, [theme=base16-atelier-sulphurpool-light] .hljs-string, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool-light] .hljs-built_in, [theme=base16-atelier-sulphurpool-light] .hljs-doctag, [theme=base16-atelier-sulphurpool-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool-light] .hljs-quote, [theme=base16-atelier-sulphurpool-light] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attribute, [theme=base16-atelier-sulphurpool-light] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-section, [theme=base16-atelier-sulphurpool-light] .hljs-title.function_, [theme=base16-atelier-sulphurpool-light] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool-light] .diff .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-template-tag, [theme=base16-atelier-sulphurpool-light] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool-light] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool] {
  /*!
    Theme: Atelier Sulphurpool
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool] .hljs {
  color: #979db4;
  background: #202746;
}
[theme=base16-atelier-sulphurpool] .hljs ::selection, [theme=base16-atelier-sulphurpool] .hljs::selection {
  background-color: #5e6687;
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-comment {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool] .hljs-tag {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator, [theme=base16-atelier-sulphurpool] .hljs-punctuation, [theme=base16-atelier-sulphurpool] .hljs-subst {
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool] .hljs-bullet, [theme=base16-atelier-sulphurpool] .hljs-deletion, [theme=base16-atelier-sulphurpool] .hljs-name, [theme=base16-atelier-sulphurpool] .hljs-selector-tag, [theme=base16-atelier-sulphurpool] .hljs-template-variable, [theme=base16-atelier-sulphurpool] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool] .hljs-attr, [theme=base16-atelier-sulphurpool] .hljs-link, [theme=base16-atelier-sulphurpool] .hljs-literal, [theme=base16-atelier-sulphurpool] .hljs-number, [theme=base16-atelier-sulphurpool] .hljs-symbol, [theme=base16-atelier-sulphurpool] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-addition, [theme=base16-atelier-sulphurpool] .hljs-code, [theme=base16-atelier-sulphurpool] .hljs-string, [theme=base16-atelier-sulphurpool] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool] .hljs-built_in, [theme=base16-atelier-sulphurpool] .hljs-doctag, [theme=base16-atelier-sulphurpool] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool] .hljs-quote, [theme=base16-atelier-sulphurpool] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool] .hljs-attribute, [theme=base16-atelier-sulphurpool] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-section, [theme=base16-atelier-sulphurpool] .hljs-title.function_, [theme=base16-atelier-sulphurpool] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool] .diff .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-template-tag, [theme=base16-atelier-sulphurpool] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool] .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atlas] {
  /*!
    Theme: Atlas
    Author: Alex Lende (https://ajlende.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atlas] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atlas] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atlas] .hljs {
  color: #a1a19a;
  background: #002635;
}
[theme=base16-atlas] .hljs ::selection, [theme=base16-atlas] .hljs::selection {
  background-color: #517f8d;
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-comment {
  color: #6c8b91;
}
[theme=base16-atlas] .hljs-tag {
  color: #869696;
}
[theme=base16-atlas] .hljs-operator, [theme=base16-atlas] .hljs-punctuation, [theme=base16-atlas] .hljs-subst {
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atlas] .hljs-bullet, [theme=base16-atlas] .hljs-deletion, [theme=base16-atlas] .hljs-name, [theme=base16-atlas] .hljs-selector-tag, [theme=base16-atlas] .hljs-template-variable, [theme=base16-atlas] .hljs-variable {
  color: #ff5a67;
}
[theme=base16-atlas] .hljs-attr, [theme=base16-atlas] .hljs-link, [theme=base16-atlas] .hljs-literal, [theme=base16-atlas] .hljs-number, [theme=base16-atlas] .hljs-symbol, [theme=base16-atlas] .hljs-variable.constant_ {
  color: #f08e48;
}
[theme=base16-atlas] .hljs-class .hljs-title, [theme=base16-atlas] .hljs-title, [theme=base16-atlas] .hljs-title.class_ {
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-strong {
  font-weight: 700;
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-addition, [theme=base16-atlas] .hljs-code, [theme=base16-atlas] .hljs-string, [theme=base16-atlas] .hljs-title.class_.inherited__ {
  color: #7fc06e;
}
[theme=base16-atlas] .hljs-built_in, [theme=base16-atlas] .hljs-doctag, [theme=base16-atlas] .hljs-keyword.hljs-atrule, [theme=base16-atlas] .hljs-quote, [theme=base16-atlas] .hljs-regexp {
  color: #14747e;
}
[theme=base16-atlas] .hljs-attribute, [theme=base16-atlas] .hljs-function .hljs-title, [theme=base16-atlas] .hljs-section, [theme=base16-atlas] .hljs-title.function_, [theme=base16-atlas] .ruby .hljs-property {
  color: #5dd7b9;
}
[theme=base16-atlas] .diff .hljs-meta, [theme=base16-atlas] .hljs-keyword, [theme=base16-atlas] .hljs-template-tag, [theme=base16-atlas] .hljs-type {
  color: #9a70a4;
}
[theme=base16-atlas] .hljs-emphasis {
  color: #9a70a4;
  font-style: italic;
}
[theme=base16-atlas] .hljs-meta, [theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta .hljs-string {
  color: #c43060;
}
[theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bespin] {
  /*!
    Theme: Bespin
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bespin] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bespin] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bespin] .hljs {
  color: #8a8986;
  background: #28211c;
}
[theme=base16-bespin] .hljs ::selection, [theme=base16-bespin] .hljs::selection {
  background-color: #5e5d5c;
  color: #8a8986;
}
[theme=base16-bespin] .hljs-comment {
  color: #666;
}
[theme=base16-bespin] .hljs-tag {
  color: #797977;
}
[theme=base16-bespin] .hljs-operator, [theme=base16-bespin] .hljs-punctuation, [theme=base16-bespin] .hljs-subst {
  color: #8a8986;
}
[theme=base16-bespin] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bespin] .hljs-bullet, [theme=base16-bespin] .hljs-deletion, [theme=base16-bespin] .hljs-name, [theme=base16-bespin] .hljs-selector-tag, [theme=base16-bespin] .hljs-template-variable, [theme=base16-bespin] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-bespin] .hljs-attr, [theme=base16-bespin] .hljs-link, [theme=base16-bespin] .hljs-literal, [theme=base16-bespin] .hljs-number, [theme=base16-bespin] .hljs-symbol, [theme=base16-bespin] .hljs-variable.constant_ {
  color: #cf7d34;
}
[theme=base16-bespin] .hljs-class .hljs-title, [theme=base16-bespin] .hljs-title, [theme=base16-bespin] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-addition, [theme=base16-bespin] .hljs-code, [theme=base16-bespin] .hljs-string, [theme=base16-bespin] .hljs-title.class_.inherited__ {
  color: #54be0d;
}
[theme=base16-bespin] .hljs-built_in, [theme=base16-bespin] .hljs-doctag, [theme=base16-bespin] .hljs-keyword.hljs-atrule, [theme=base16-bespin] .hljs-quote, [theme=base16-bespin] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-bespin] .hljs-attribute, [theme=base16-bespin] .hljs-function .hljs-title, [theme=base16-bespin] .hljs-section, [theme=base16-bespin] .hljs-title.function_, [theme=base16-bespin] .ruby .hljs-property {
  color: #5ea6ea;
}
[theme=base16-bespin] .diff .hljs-meta, [theme=base16-bespin] .hljs-keyword, [theme=base16-bespin] .hljs-template-tag, [theme=base16-bespin] .hljs-type {
  color: #9b859d;
}
[theme=base16-bespin] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-bespin] .hljs-meta, [theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta .hljs-string {
  color: #937121;
}
[theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-bathory] {
  /*!
    Theme: Black Metal (Bathory)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-bathory] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-bathory] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-bathory] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-bathory] .hljs ::selection, [theme=base16-black-metal-bathory] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-bathory] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-operator, [theme=base16-black-metal-bathory] .hljs-punctuation, [theme=base16-black-metal-bathory] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-bathory] .hljs-bullet, [theme=base16-black-metal-bathory] .hljs-deletion, [theme=base16-black-metal-bathory] .hljs-name, [theme=base16-black-metal-bathory] .hljs-selector-tag, [theme=base16-black-metal-bathory] .hljs-template-variable, [theme=base16-black-metal-bathory] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-bathory] .hljs-attr, [theme=base16-black-metal-bathory] .hljs-link, [theme=base16-black-metal-bathory] .hljs-literal, [theme=base16-black-metal-bathory] .hljs-number, [theme=base16-black-metal-bathory] .hljs-symbol, [theme=base16-black-metal-bathory] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-class .hljs-title, [theme=base16-black-metal-bathory] .hljs-title, [theme=base16-black-metal-bathory] .hljs-title.class_ {
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-strong {
  font-weight: 700;
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-addition, [theme=base16-black-metal-bathory] .hljs-code, [theme=base16-black-metal-bathory] .hljs-string, [theme=base16-black-metal-bathory] .hljs-title.class_.inherited__ {
  color: #fbcb97;
}
[theme=base16-black-metal-bathory] .hljs-built_in, [theme=base16-black-metal-bathory] .hljs-doctag, [theme=base16-black-metal-bathory] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-bathory] .hljs-quote, [theme=base16-black-metal-bathory] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-attribute, [theme=base16-black-metal-bathory] .hljs-function .hljs-title, [theme=base16-black-metal-bathory] .hljs-section, [theme=base16-black-metal-bathory] .hljs-title.function_, [theme=base16-black-metal-bathory] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-bathory] .diff .hljs-meta, [theme=base16-black-metal-bathory] .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-template-tag, [theme=base16-black-metal-bathory] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-bathory] .hljs-meta, [theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-burzum] {
  /*!
    Theme: Black Metal (Burzum)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-burzum] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-burzum] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-burzum] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-burzum] .hljs ::selection, [theme=base16-black-metal-burzum] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-burzum] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-operator, [theme=base16-black-metal-burzum] .hljs-punctuation, [theme=base16-black-metal-burzum] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-burzum] .hljs-bullet, [theme=base16-black-metal-burzum] .hljs-deletion, [theme=base16-black-metal-burzum] .hljs-name, [theme=base16-black-metal-burzum] .hljs-selector-tag, [theme=base16-black-metal-burzum] .hljs-template-variable, [theme=base16-black-metal-burzum] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-burzum] .hljs-attr, [theme=base16-black-metal-burzum] .hljs-link, [theme=base16-black-metal-burzum] .hljs-literal, [theme=base16-black-metal-burzum] .hljs-number, [theme=base16-black-metal-burzum] .hljs-symbol, [theme=base16-black-metal-burzum] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-class .hljs-title, [theme=base16-black-metal-burzum] .hljs-title, [theme=base16-black-metal-burzum] .hljs-title.class_ {
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-strong {
  font-weight: 700;
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-addition, [theme=base16-black-metal-burzum] .hljs-code, [theme=base16-black-metal-burzum] .hljs-string, [theme=base16-black-metal-burzum] .hljs-title.class_.inherited__ {
  color: #dec;
}
[theme=base16-black-metal-burzum] .hljs-built_in, [theme=base16-black-metal-burzum] .hljs-doctag, [theme=base16-black-metal-burzum] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-burzum] .hljs-quote, [theme=base16-black-metal-burzum] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-attribute, [theme=base16-black-metal-burzum] .hljs-function .hljs-title, [theme=base16-black-metal-burzum] .hljs-section, [theme=base16-black-metal-burzum] .hljs-title.function_, [theme=base16-black-metal-burzum] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-burzum] .diff .hljs-meta, [theme=base16-black-metal-burzum] .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-template-tag, [theme=base16-black-metal-burzum] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-burzum] .hljs-meta, [theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-dark-funeral] {
  /*!
    Theme: Black Metal (Dark Funeral)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-dark-funeral] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-dark-funeral] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-dark-funeral] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-dark-funeral] .hljs ::selection, [theme=base16-black-metal-dark-funeral] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-dark-funeral] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator, [theme=base16-black-metal-dark-funeral] .hljs-punctuation, [theme=base16-black-metal-dark-funeral] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-dark-funeral] .hljs-bullet, [theme=base16-black-metal-dark-funeral] .hljs-deletion, [theme=base16-black-metal-dark-funeral] .hljs-name, [theme=base16-black-metal-dark-funeral] .hljs-selector-tag, [theme=base16-black-metal-dark-funeral] .hljs-template-variable, [theme=base16-black-metal-dark-funeral] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-dark-funeral] .hljs-attr, [theme=base16-black-metal-dark-funeral] .hljs-link, [theme=base16-black-metal-dark-funeral] .hljs-literal, [theme=base16-black-metal-dark-funeral] .hljs-number, [theme=base16-black-metal-dark-funeral] .hljs-symbol, [theme=base16-black-metal-dark-funeral] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-class .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title.class_ {
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-strong {
  font-weight: 700;
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-addition, [theme=base16-black-metal-dark-funeral] .hljs-code, [theme=base16-black-metal-dark-funeral] .hljs-string, [theme=base16-black-metal-dark-funeral] .hljs-title.class_.inherited__ {
  color: #d0dfee;
}
[theme=base16-black-metal-dark-funeral] .hljs-built_in, [theme=base16-black-metal-dark-funeral] .hljs-doctag, [theme=base16-black-metal-dark-funeral] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-dark-funeral] .hljs-quote, [theme=base16-black-metal-dark-funeral] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-attribute, [theme=base16-black-metal-dark-funeral] .hljs-function .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-section, [theme=base16-black-metal-dark-funeral] .hljs-title.function_, [theme=base16-black-metal-dark-funeral] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-dark-funeral] .diff .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-template-tag, [theme=base16-black-metal-dark-funeral] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-gorgoroth] {
  /*!
    Theme: Black Metal (Gorgoroth)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-gorgoroth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-gorgoroth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-gorgoroth] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-gorgoroth] .hljs ::selection, [theme=base16-black-metal-gorgoroth] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-gorgoroth] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator, [theme=base16-black-metal-gorgoroth] .hljs-punctuation, [theme=base16-black-metal-gorgoroth] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-gorgoroth] .hljs-bullet, [theme=base16-black-metal-gorgoroth] .hljs-deletion, [theme=base16-black-metal-gorgoroth] .hljs-name, [theme=base16-black-metal-gorgoroth] .hljs-selector-tag, [theme=base16-black-metal-gorgoroth] .hljs-template-variable, [theme=base16-black-metal-gorgoroth] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-gorgoroth] .hljs-attr, [theme=base16-black-metal-gorgoroth] .hljs-link, [theme=base16-black-metal-gorgoroth] .hljs-literal, [theme=base16-black-metal-gorgoroth] .hljs-number, [theme=base16-black-metal-gorgoroth] .hljs-symbol, [theme=base16-black-metal-gorgoroth] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-class .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title.class_ {
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-strong {
  font-weight: 700;
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-addition, [theme=base16-black-metal-gorgoroth] .hljs-code, [theme=base16-black-metal-gorgoroth] .hljs-string, [theme=base16-black-metal-gorgoroth] .hljs-title.class_.inherited__ {
  color: #9b8d7f;
}
[theme=base16-black-metal-gorgoroth] .hljs-built_in, [theme=base16-black-metal-gorgoroth] .hljs-doctag, [theme=base16-black-metal-gorgoroth] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-gorgoroth] .hljs-quote, [theme=base16-black-metal-gorgoroth] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-attribute, [theme=base16-black-metal-gorgoroth] .hljs-function .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-section, [theme=base16-black-metal-gorgoroth] .hljs-title.function_, [theme=base16-black-metal-gorgoroth] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-gorgoroth] .diff .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-template-tag, [theme=base16-black-metal-gorgoroth] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-immortal] {
  /*!
    Theme: Black Metal (Immortal)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-immortal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-immortal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-immortal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-immortal] .hljs ::selection, [theme=base16-black-metal-immortal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-immortal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-operator, [theme=base16-black-metal-immortal] .hljs-punctuation, [theme=base16-black-metal-immortal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-immortal] .hljs-bullet, [theme=base16-black-metal-immortal] .hljs-deletion, [theme=base16-black-metal-immortal] .hljs-name, [theme=base16-black-metal-immortal] .hljs-selector-tag, [theme=base16-black-metal-immortal] .hljs-template-variable, [theme=base16-black-metal-immortal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-immortal] .hljs-attr, [theme=base16-black-metal-immortal] .hljs-link, [theme=base16-black-metal-immortal] .hljs-literal, [theme=base16-black-metal-immortal] .hljs-number, [theme=base16-black-metal-immortal] .hljs-symbol, [theme=base16-black-metal-immortal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-class .hljs-title, [theme=base16-black-metal-immortal] .hljs-title, [theme=base16-black-metal-immortal] .hljs-title.class_ {
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-strong {
  font-weight: 700;
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-addition, [theme=base16-black-metal-immortal] .hljs-code, [theme=base16-black-metal-immortal] .hljs-string, [theme=base16-black-metal-immortal] .hljs-title.class_.inherited__ {
  color: #79b;
}
[theme=base16-black-metal-immortal] .hljs-built_in, [theme=base16-black-metal-immortal] .hljs-doctag, [theme=base16-black-metal-immortal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-immortal] .hljs-quote, [theme=base16-black-metal-immortal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-attribute, [theme=base16-black-metal-immortal] .hljs-function .hljs-title, [theme=base16-black-metal-immortal] .hljs-section, [theme=base16-black-metal-immortal] .hljs-title.function_, [theme=base16-black-metal-immortal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-immortal] .diff .hljs-meta, [theme=base16-black-metal-immortal] .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-template-tag, [theme=base16-black-metal-immortal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-immortal] .hljs-meta, [theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-khold] {
  /*!
    Theme: Black Metal (Khold)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-khold] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-khold] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-khold] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-khold] .hljs ::selection, [theme=base16-black-metal-khold] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-khold] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-operator, [theme=base16-black-metal-khold] .hljs-punctuation, [theme=base16-black-metal-khold] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-khold] .hljs-bullet, [theme=base16-black-metal-khold] .hljs-deletion, [theme=base16-black-metal-khold] .hljs-name, [theme=base16-black-metal-khold] .hljs-selector-tag, [theme=base16-black-metal-khold] .hljs-template-variable, [theme=base16-black-metal-khold] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-khold] .hljs-attr, [theme=base16-black-metal-khold] .hljs-link, [theme=base16-black-metal-khold] .hljs-literal, [theme=base16-black-metal-khold] .hljs-number, [theme=base16-black-metal-khold] .hljs-symbol, [theme=base16-black-metal-khold] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-class .hljs-title, [theme=base16-black-metal-khold] .hljs-title, [theme=base16-black-metal-khold] .hljs-title.class_ {
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-strong {
  font-weight: 700;
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-addition, [theme=base16-black-metal-khold] .hljs-code, [theme=base16-black-metal-khold] .hljs-string, [theme=base16-black-metal-khold] .hljs-title.class_.inherited__ {
  color: #eceee3;
}
[theme=base16-black-metal-khold] .hljs-built_in, [theme=base16-black-metal-khold] .hljs-doctag, [theme=base16-black-metal-khold] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-khold] .hljs-quote, [theme=base16-black-metal-khold] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-attribute, [theme=base16-black-metal-khold] .hljs-function .hljs-title, [theme=base16-black-metal-khold] .hljs-section, [theme=base16-black-metal-khold] .hljs-title.function_, [theme=base16-black-metal-khold] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-khold] .diff .hljs-meta, [theme=base16-black-metal-khold] .hljs-keyword, [theme=base16-black-metal-khold] .hljs-template-tag, [theme=base16-black-metal-khold] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-khold] .hljs-meta, [theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-marduk] {
  /*!
    Theme: Black Metal (Marduk)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-marduk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-marduk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-marduk] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-marduk] .hljs ::selection, [theme=base16-black-metal-marduk] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-marduk] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-operator, [theme=base16-black-metal-marduk] .hljs-punctuation, [theme=base16-black-metal-marduk] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-marduk] .hljs-bullet, [theme=base16-black-metal-marduk] .hljs-deletion, [theme=base16-black-metal-marduk] .hljs-name, [theme=base16-black-metal-marduk] .hljs-selector-tag, [theme=base16-black-metal-marduk] .hljs-template-variable, [theme=base16-black-metal-marduk] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-marduk] .hljs-attr, [theme=base16-black-metal-marduk] .hljs-link, [theme=base16-black-metal-marduk] .hljs-literal, [theme=base16-black-metal-marduk] .hljs-number, [theme=base16-black-metal-marduk] .hljs-symbol, [theme=base16-black-metal-marduk] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-class .hljs-title, [theme=base16-black-metal-marduk] .hljs-title, [theme=base16-black-metal-marduk] .hljs-title.class_ {
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-strong {
  font-weight: 700;
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-addition, [theme=base16-black-metal-marduk] .hljs-code, [theme=base16-black-metal-marduk] .hljs-string, [theme=base16-black-metal-marduk] .hljs-title.class_.inherited__ {
  color: #a5aaa7;
}
[theme=base16-black-metal-marduk] .hljs-built_in, [theme=base16-black-metal-marduk] .hljs-doctag, [theme=base16-black-metal-marduk] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-marduk] .hljs-quote, [theme=base16-black-metal-marduk] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-attribute, [theme=base16-black-metal-marduk] .hljs-function .hljs-title, [theme=base16-black-metal-marduk] .hljs-section, [theme=base16-black-metal-marduk] .hljs-title.function_, [theme=base16-black-metal-marduk] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-marduk] .diff .hljs-meta, [theme=base16-black-metal-marduk] .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-template-tag, [theme=base16-black-metal-marduk] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-marduk] .hljs-meta, [theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-mayhem] {
  /*!
    Theme: Black Metal (Mayhem)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-mayhem] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-mayhem] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-mayhem] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-mayhem] .hljs ::selection, [theme=base16-black-metal-mayhem] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-mayhem] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-operator, [theme=base16-black-metal-mayhem] .hljs-punctuation, [theme=base16-black-metal-mayhem] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-mayhem] .hljs-bullet, [theme=base16-black-metal-mayhem] .hljs-deletion, [theme=base16-black-metal-mayhem] .hljs-name, [theme=base16-black-metal-mayhem] .hljs-selector-tag, [theme=base16-black-metal-mayhem] .hljs-template-variable, [theme=base16-black-metal-mayhem] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-mayhem] .hljs-attr, [theme=base16-black-metal-mayhem] .hljs-link, [theme=base16-black-metal-mayhem] .hljs-literal, [theme=base16-black-metal-mayhem] .hljs-number, [theme=base16-black-metal-mayhem] .hljs-symbol, [theme=base16-black-metal-mayhem] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-class .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title.class_ {
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-strong {
  font-weight: 700;
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-addition, [theme=base16-black-metal-mayhem] .hljs-code, [theme=base16-black-metal-mayhem] .hljs-string, [theme=base16-black-metal-mayhem] .hljs-title.class_.inherited__ {
  color: #f3ecd4;
}
[theme=base16-black-metal-mayhem] .hljs-built_in, [theme=base16-black-metal-mayhem] .hljs-doctag, [theme=base16-black-metal-mayhem] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-mayhem] .hljs-quote, [theme=base16-black-metal-mayhem] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-attribute, [theme=base16-black-metal-mayhem] .hljs-function .hljs-title, [theme=base16-black-metal-mayhem] .hljs-section, [theme=base16-black-metal-mayhem] .hljs-title.function_, [theme=base16-black-metal-mayhem] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-mayhem] .diff .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-template-tag, [theme=base16-black-metal-mayhem] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-mayhem] .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-nile] {
  /*!
    Theme: Black Metal (Nile)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-nile] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-nile] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-nile] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-nile] .hljs ::selection, [theme=base16-black-metal-nile] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-nile] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-operator, [theme=base16-black-metal-nile] .hljs-punctuation, [theme=base16-black-metal-nile] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-nile] .hljs-bullet, [theme=base16-black-metal-nile] .hljs-deletion, [theme=base16-black-metal-nile] .hljs-name, [theme=base16-black-metal-nile] .hljs-selector-tag, [theme=base16-black-metal-nile] .hljs-template-variable, [theme=base16-black-metal-nile] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-nile] .hljs-attr, [theme=base16-black-metal-nile] .hljs-link, [theme=base16-black-metal-nile] .hljs-literal, [theme=base16-black-metal-nile] .hljs-number, [theme=base16-black-metal-nile] .hljs-symbol, [theme=base16-black-metal-nile] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-class .hljs-title, [theme=base16-black-metal-nile] .hljs-title, [theme=base16-black-metal-nile] .hljs-title.class_ {
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-strong {
  font-weight: 700;
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-addition, [theme=base16-black-metal-nile] .hljs-code, [theme=base16-black-metal-nile] .hljs-string, [theme=base16-black-metal-nile] .hljs-title.class_.inherited__ {
  color: #a98;
}
[theme=base16-black-metal-nile] .hljs-built_in, [theme=base16-black-metal-nile] .hljs-doctag, [theme=base16-black-metal-nile] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-nile] .hljs-quote, [theme=base16-black-metal-nile] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-attribute, [theme=base16-black-metal-nile] .hljs-function .hljs-title, [theme=base16-black-metal-nile] .hljs-section, [theme=base16-black-metal-nile] .hljs-title.function_, [theme=base16-black-metal-nile] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-nile] .diff .hljs-meta, [theme=base16-black-metal-nile] .hljs-keyword, [theme=base16-black-metal-nile] .hljs-template-tag, [theme=base16-black-metal-nile] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-nile] .hljs-meta, [theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-venom] {
  /*!
    Theme: Black Metal (Venom)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-venom] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-venom] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-venom] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-venom] .hljs ::selection, [theme=base16-black-metal-venom] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-venom] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-operator, [theme=base16-black-metal-venom] .hljs-punctuation, [theme=base16-black-metal-venom] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-venom] .hljs-bullet, [theme=base16-black-metal-venom] .hljs-deletion, [theme=base16-black-metal-venom] .hljs-name, [theme=base16-black-metal-venom] .hljs-selector-tag, [theme=base16-black-metal-venom] .hljs-template-variable, [theme=base16-black-metal-venom] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-venom] .hljs-attr, [theme=base16-black-metal-venom] .hljs-link, [theme=base16-black-metal-venom] .hljs-literal, [theme=base16-black-metal-venom] .hljs-number, [theme=base16-black-metal-venom] .hljs-symbol, [theme=base16-black-metal-venom] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-class .hljs-title, [theme=base16-black-metal-venom] .hljs-title, [theme=base16-black-metal-venom] .hljs-title.class_ {
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-strong {
  font-weight: 700;
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-addition, [theme=base16-black-metal-venom] .hljs-code, [theme=base16-black-metal-venom] .hljs-string, [theme=base16-black-metal-venom] .hljs-title.class_.inherited__ {
  color: #f8f7f2;
}
[theme=base16-black-metal-venom] .hljs-built_in, [theme=base16-black-metal-venom] .hljs-doctag, [theme=base16-black-metal-venom] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-venom] .hljs-quote, [theme=base16-black-metal-venom] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-attribute, [theme=base16-black-metal-venom] .hljs-function .hljs-title, [theme=base16-black-metal-venom] .hljs-section, [theme=base16-black-metal-venom] .hljs-title.function_, [theme=base16-black-metal-venom] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-venom] .diff .hljs-meta, [theme=base16-black-metal-venom] .hljs-keyword, [theme=base16-black-metal-venom] .hljs-template-tag, [theme=base16-black-metal-venom] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-venom] .hljs-meta, [theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal] {
  /*!
    Theme: Black Metal
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal] .hljs ::selection, [theme=base16-black-metal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal] .hljs-operator, [theme=base16-black-metal] .hljs-punctuation, [theme=base16-black-metal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal] .hljs-bullet, [theme=base16-black-metal] .hljs-deletion, [theme=base16-black-metal] .hljs-name, [theme=base16-black-metal] .hljs-selector-tag, [theme=base16-black-metal] .hljs-template-variable, [theme=base16-black-metal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal] .hljs-attr, [theme=base16-black-metal] .hljs-link, [theme=base16-black-metal] .hljs-literal, [theme=base16-black-metal] .hljs-number, [theme=base16-black-metal] .hljs-symbol, [theme=base16-black-metal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-class .hljs-title, [theme=base16-black-metal] .hljs-title, [theme=base16-black-metal] .hljs-title.class_ {
  color: #a06666;
}
[theme=base16-black-metal] .hljs-strong {
  font-weight: 700;
  color: #a06666;
}
[theme=base16-black-metal] .hljs-addition, [theme=base16-black-metal] .hljs-code, [theme=base16-black-metal] .hljs-string, [theme=base16-black-metal] .hljs-title.class_.inherited__ {
  color: #d99;
}
[theme=base16-black-metal] .hljs-built_in, [theme=base16-black-metal] .hljs-doctag, [theme=base16-black-metal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal] .hljs-quote, [theme=base16-black-metal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-attribute, [theme=base16-black-metal] .hljs-function .hljs-title, [theme=base16-black-metal] .hljs-section, [theme=base16-black-metal] .hljs-title.function_, [theme=base16-black-metal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal] .diff .hljs-meta, [theme=base16-black-metal] .hljs-keyword, [theme=base16-black-metal] .hljs-template-tag, [theme=base16-black-metal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal] .hljs-meta, [theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brewer] {
  /*!
    Theme: Brewer
    Author: Timothée Poisot (http://github.com/tpoisot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brewer] .hljs {
  color: #b7b8b9;
  background: #0c0d0e;
}
[theme=base16-brewer] .hljs ::selection, [theme=base16-brewer] .hljs::selection {
  background-color: #515253;
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-comment {
  color: #737475;
}
[theme=base16-brewer] .hljs-tag {
  color: #959697;
}
[theme=base16-brewer] .hljs-operator, [theme=base16-brewer] .hljs-punctuation, [theme=base16-brewer] .hljs-subst {
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brewer] .hljs-bullet, [theme=base16-brewer] .hljs-deletion, [theme=base16-brewer] .hljs-name, [theme=base16-brewer] .hljs-selector-tag, [theme=base16-brewer] .hljs-template-variable, [theme=base16-brewer] .hljs-variable {
  color: #e31a1c;
}
[theme=base16-brewer] .hljs-attr, [theme=base16-brewer] .hljs-link, [theme=base16-brewer] .hljs-literal, [theme=base16-brewer] .hljs-number, [theme=base16-brewer] .hljs-symbol, [theme=base16-brewer] .hljs-variable.constant_ {
  color: #e6550d;
}
[theme=base16-brewer] .hljs-class .hljs-title, [theme=base16-brewer] .hljs-title, [theme=base16-brewer] .hljs-title.class_ {
  color: #dca060;
}
[theme=base16-brewer] .hljs-strong {
  font-weight: 700;
  color: #dca060;
}
[theme=base16-brewer] .hljs-addition, [theme=base16-brewer] .hljs-code, [theme=base16-brewer] .hljs-string, [theme=base16-brewer] .hljs-title.class_.inherited__ {
  color: #31a354;
}
[theme=base16-brewer] .hljs-built_in, [theme=base16-brewer] .hljs-doctag, [theme=base16-brewer] .hljs-keyword.hljs-atrule, [theme=base16-brewer] .hljs-quote, [theme=base16-brewer] .hljs-regexp {
  color: #80b1d3;
}
[theme=base16-brewer] .hljs-attribute, [theme=base16-brewer] .hljs-function .hljs-title, [theme=base16-brewer] .hljs-section, [theme=base16-brewer] .hljs-title.function_, [theme=base16-brewer] .ruby .hljs-property {
  color: #3182bd;
}
[theme=base16-brewer] .diff .hljs-meta, [theme=base16-brewer] .hljs-keyword, [theme=base16-brewer] .hljs-template-tag, [theme=base16-brewer] .hljs-type {
  color: #756bb1;
}
[theme=base16-brewer] .hljs-emphasis {
  color: #756bb1;
  font-style: italic;
}
[theme=base16-brewer] .hljs-meta, [theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta .hljs-string {
  color: #b15928;
}
[theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bright] {
  /*!
    Theme: Bright
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bright] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bright] .hljs {
  color: #e0e0e0;
  background: #000;
}
[theme=base16-bright] .hljs ::selection, [theme=base16-bright] .hljs::selection {
  background-color: #505050;
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-bright] .hljs-tag {
  color: #d0d0d0;
}
[theme=base16-bright] .hljs-operator, [theme=base16-bright] .hljs-punctuation, [theme=base16-bright] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bright] .hljs-bullet, [theme=base16-bright] .hljs-deletion, [theme=base16-bright] .hljs-name, [theme=base16-bright] .hljs-selector-tag, [theme=base16-bright] .hljs-template-variable, [theme=base16-bright] .hljs-variable {
  color: #fb0120;
}
[theme=base16-bright] .hljs-attr, [theme=base16-bright] .hljs-link, [theme=base16-bright] .hljs-literal, [theme=base16-bright] .hljs-number, [theme=base16-bright] .hljs-symbol, [theme=base16-bright] .hljs-variable.constant_ {
  color: #fc6d24;
}
[theme=base16-bright] .hljs-class .hljs-title, [theme=base16-bright] .hljs-title, [theme=base16-bright] .hljs-title.class_ {
  color: #fda331;
}
[theme=base16-bright] .hljs-strong {
  font-weight: 700;
  color: #fda331;
}
[theme=base16-bright] .hljs-addition, [theme=base16-bright] .hljs-code, [theme=base16-bright] .hljs-string, [theme=base16-bright] .hljs-title.class_.inherited__ {
  color: #a1c659;
}
[theme=base16-bright] .hljs-built_in, [theme=base16-bright] .hljs-doctag, [theme=base16-bright] .hljs-keyword.hljs-atrule, [theme=base16-bright] .hljs-quote, [theme=base16-bright] .hljs-regexp {
  color: #76c7b7;
}
[theme=base16-bright] .hljs-attribute, [theme=base16-bright] .hljs-function .hljs-title, [theme=base16-bright] .hljs-section, [theme=base16-bright] .hljs-title.function_, [theme=base16-bright] .ruby .hljs-property {
  color: #6fb3d2;
}
[theme=base16-bright] .diff .hljs-meta, [theme=base16-bright] .hljs-keyword, [theme=base16-bright] .hljs-template-tag, [theme=base16-bright] .hljs-type {
  color: #d381c3;
}
[theme=base16-bright] .hljs-emphasis {
  color: #d381c3;
  font-style: italic;
}
[theme=base16-bright] .hljs-meta, [theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brogrammer] {
  /*!
    Theme: Brogrammer
    Author: Vik Ramanujam (http://github.com/piggyslasher)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brogrammer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brogrammer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brogrammer] .hljs {
  color: #4e5ab7;
  background: #1f1f1f;
}
[theme=base16-brogrammer] .hljs ::selection, [theme=base16-brogrammer] .hljs::selection {
  background-color: #2dc55e;
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-comment {
  color: #ecba0f;
}
[theme=base16-brogrammer] .hljs-tag {
  color: #2a84d2;
}
[theme=base16-brogrammer] .hljs-operator, [theme=base16-brogrammer] .hljs-punctuation, [theme=base16-brogrammer] .hljs-subst {
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brogrammer] .hljs-bullet, [theme=base16-brogrammer] .hljs-deletion, [theme=base16-brogrammer] .hljs-name, [theme=base16-brogrammer] .hljs-selector-tag, [theme=base16-brogrammer] .hljs-template-variable, [theme=base16-brogrammer] .hljs-variable {
  color: #d6dbe5;
}
[theme=base16-brogrammer] .hljs-attr, [theme=base16-brogrammer] .hljs-link, [theme=base16-brogrammer] .hljs-literal, [theme=base16-brogrammer] .hljs-number, [theme=base16-brogrammer] .hljs-symbol, [theme=base16-brogrammer] .hljs-variable.constant_ {
  color: #de352e;
}
[theme=base16-brogrammer] .hljs-class .hljs-title, [theme=base16-brogrammer] .hljs-title, [theme=base16-brogrammer] .hljs-title.class_ {
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-strong {
  font-weight: 700;
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-addition, [theme=base16-brogrammer] .hljs-code, [theme=base16-brogrammer] .hljs-string, [theme=base16-brogrammer] .hljs-title.class_.inherited__ {
  color: #f3bd09;
}
[theme=base16-brogrammer] .hljs-built_in, [theme=base16-brogrammer] .hljs-doctag, [theme=base16-brogrammer] .hljs-keyword.hljs-atrule, [theme=base16-brogrammer] .hljs-quote, [theme=base16-brogrammer] .hljs-regexp {
  color: #1081d6;
}
[theme=base16-brogrammer] .hljs-attribute, [theme=base16-brogrammer] .hljs-function .hljs-title, [theme=base16-brogrammer] .hljs-section, [theme=base16-brogrammer] .hljs-title.function_, [theme=base16-brogrammer] .ruby .hljs-property {
  color: #5350b9;
}
[theme=base16-brogrammer] .diff .hljs-meta, [theme=base16-brogrammer] .hljs-keyword, [theme=base16-brogrammer] .hljs-template-tag, [theme=base16-brogrammer] .hljs-type {
  color: #0f7ddb;
}
[theme=base16-brogrammer] .hljs-emphasis {
  color: #0f7ddb;
  font-style: italic;
}
[theme=base16-brogrammer] .hljs-meta, [theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta .hljs-string {
  color: #fff;
}
[theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees-dark] {
  /*!
    Theme: Brush Trees Dark
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees-dark] .hljs {
  color: #b0c5c8;
  background: #485867;
}
[theme=base16-brush-trees-dark] .hljs ::selection, [theme=base16-brush-trees-dark] .hljs::selection {
  background-color: #6d828e;
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-comment {
  color: #8299a1;
}
[theme=base16-brush-trees-dark] .hljs-tag {
  color: #98afb5;
}
[theme=base16-brush-trees-dark] .hljs-operator, [theme=base16-brush-trees-dark] .hljs-punctuation, [theme=base16-brush-trees-dark] .hljs-subst {
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees-dark] .hljs-bullet, [theme=base16-brush-trees-dark] .hljs-deletion, [theme=base16-brush-trees-dark] .hljs-name, [theme=base16-brush-trees-dark] .hljs-selector-tag, [theme=base16-brush-trees-dark] .hljs-template-variable, [theme=base16-brush-trees-dark] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees-dark] .hljs-attr, [theme=base16-brush-trees-dark] .hljs-link, [theme=base16-brush-trees-dark] .hljs-literal, [theme=base16-brush-trees-dark] .hljs-number, [theme=base16-brush-trees-dark] .hljs-symbol, [theme=base16-brush-trees-dark] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees-dark] .hljs-class .hljs-title, [theme=base16-brush-trees-dark] .hljs-title, [theme=base16-brush-trees-dark] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-addition, [theme=base16-brush-trees-dark] .hljs-code, [theme=base16-brush-trees-dark] .hljs-string, [theme=base16-brush-trees-dark] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees-dark] .hljs-built_in, [theme=base16-brush-trees-dark] .hljs-doctag, [theme=base16-brush-trees-dark] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees-dark] .hljs-quote, [theme=base16-brush-trees-dark] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees-dark] .hljs-attribute, [theme=base16-brush-trees-dark] .hljs-function .hljs-title, [theme=base16-brush-trees-dark] .hljs-section, [theme=base16-brush-trees-dark] .hljs-title.function_, [theme=base16-brush-trees-dark] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees-dark] .diff .hljs-meta, [theme=base16-brush-trees-dark] .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-template-tag, [theme=base16-brush-trees-dark] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees-dark] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees-dark] .hljs-meta, [theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees] {
  /*!
    Theme: Brush Trees
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees] .hljs {
  color: #6d828e;
  background: #e3efef;
}
[theme=base16-brush-trees] .hljs ::selection, [theme=base16-brush-trees] .hljs::selection {
  background-color: #b0c5c8;
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-comment {
  color: #98afb5;
}
[theme=base16-brush-trees] .hljs-tag {
  color: #8299a1;
}
[theme=base16-brush-trees] .hljs-operator, [theme=base16-brush-trees] .hljs-punctuation, [theme=base16-brush-trees] .hljs-subst {
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees] .hljs-bullet, [theme=base16-brush-trees] .hljs-deletion, [theme=base16-brush-trees] .hljs-name, [theme=base16-brush-trees] .hljs-selector-tag, [theme=base16-brush-trees] .hljs-template-variable, [theme=base16-brush-trees] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees] .hljs-attr, [theme=base16-brush-trees] .hljs-link, [theme=base16-brush-trees] .hljs-literal, [theme=base16-brush-trees] .hljs-number, [theme=base16-brush-trees] .hljs-symbol, [theme=base16-brush-trees] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees] .hljs-class .hljs-title, [theme=base16-brush-trees] .hljs-title, [theme=base16-brush-trees] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-addition, [theme=base16-brush-trees] .hljs-code, [theme=base16-brush-trees] .hljs-string, [theme=base16-brush-trees] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees] .hljs-built_in, [theme=base16-brush-trees] .hljs-doctag, [theme=base16-brush-trees] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees] .hljs-quote, [theme=base16-brush-trees] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees] .hljs-attribute, [theme=base16-brush-trees] .hljs-function .hljs-title, [theme=base16-brush-trees] .hljs-section, [theme=base16-brush-trees] .hljs-title.function_, [theme=base16-brush-trees] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees] .diff .hljs-meta, [theme=base16-brush-trees] .hljs-keyword, [theme=base16-brush-trees] .hljs-template-tag, [theme=base16-brush-trees] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees] .hljs-meta, [theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-chalk] {
  /*!
    Theme: Chalk
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-chalk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-chalk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-chalk] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-chalk] .hljs ::selection, [theme=base16-chalk] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-comment {
  color: #505050;
}
[theme=base16-chalk] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-chalk] .hljs-operator, [theme=base16-chalk] .hljs-punctuation, [theme=base16-chalk] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-chalk] .hljs-bullet, [theme=base16-chalk] .hljs-deletion, [theme=base16-chalk] .hljs-name, [theme=base16-chalk] .hljs-selector-tag, [theme=base16-chalk] .hljs-template-variable, [theme=base16-chalk] .hljs-variable {
  color: #fb9fb1;
}
[theme=base16-chalk] .hljs-attr, [theme=base16-chalk] .hljs-link, [theme=base16-chalk] .hljs-literal, [theme=base16-chalk] .hljs-number, [theme=base16-chalk] .hljs-symbol, [theme=base16-chalk] .hljs-variable.constant_ {
  color: #eda987;
}
[theme=base16-chalk] .hljs-class .hljs-title, [theme=base16-chalk] .hljs-title, [theme=base16-chalk] .hljs-title.class_ {
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-strong {
  font-weight: 700;
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-addition, [theme=base16-chalk] .hljs-code, [theme=base16-chalk] .hljs-string, [theme=base16-chalk] .hljs-title.class_.inherited__ {
  color: #acc267;
}
[theme=base16-chalk] .hljs-built_in, [theme=base16-chalk] .hljs-doctag, [theme=base16-chalk] .hljs-keyword.hljs-atrule, [theme=base16-chalk] .hljs-quote, [theme=base16-chalk] .hljs-regexp {
  color: #12cfc0;
}
[theme=base16-chalk] .hljs-attribute, [theme=base16-chalk] .hljs-function .hljs-title, [theme=base16-chalk] .hljs-section, [theme=base16-chalk] .hljs-title.function_, [theme=base16-chalk] .ruby .hljs-property {
  color: #6fc2ef;
}
[theme=base16-chalk] .diff .hljs-meta, [theme=base16-chalk] .hljs-keyword, [theme=base16-chalk] .hljs-template-tag, [theme=base16-chalk] .hljs-type {
  color: #e1a3ee;
}
[theme=base16-chalk] .hljs-emphasis {
  color: #e1a3ee;
  font-style: italic;
}
[theme=base16-chalk] .hljs-meta, [theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta .hljs-string {
  color: #deaf8f;
}
[theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-circus] {
  /*!
    Theme: Circus
    Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-circus] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-circus] code.hljs {
  padding: 3px 5px;
}
[theme=base16-circus] .hljs {
  color: #a7a7a7;
  background: #191919;
}
[theme=base16-circus] .hljs ::selection, [theme=base16-circus] .hljs::selection {
  background-color: #303030;
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-circus] .hljs-tag {
  color: #505050;
}
[theme=base16-circus] .hljs-operator, [theme=base16-circus] .hljs-punctuation, [theme=base16-circus] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-circus] .hljs-bullet, [theme=base16-circus] .hljs-deletion, [theme=base16-circus] .hljs-name, [theme=base16-circus] .hljs-selector-tag, [theme=base16-circus] .hljs-template-variable, [theme=base16-circus] .hljs-variable {
  color: #dc657d;
}
[theme=base16-circus] .hljs-attr, [theme=base16-circus] .hljs-link, [theme=base16-circus] .hljs-literal, [theme=base16-circus] .hljs-number, [theme=base16-circus] .hljs-symbol, [theme=base16-circus] .hljs-variable.constant_ {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-class .hljs-title, [theme=base16-circus] .hljs-title, [theme=base16-circus] .hljs-title.class_ {
  color: #c3ba63;
}
[theme=base16-circus] .hljs-strong {
  font-weight: 700;
  color: #c3ba63;
}
[theme=base16-circus] .hljs-addition, [theme=base16-circus] .hljs-code, [theme=base16-circus] .hljs-string, [theme=base16-circus] .hljs-title.class_.inherited__ {
  color: #84b97c;
}
[theme=base16-circus] .hljs-built_in, [theme=base16-circus] .hljs-doctag, [theme=base16-circus] .hljs-keyword.hljs-atrule, [theme=base16-circus] .hljs-quote, [theme=base16-circus] .hljs-regexp {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-attribute, [theme=base16-circus] .hljs-function .hljs-title, [theme=base16-circus] .hljs-section, [theme=base16-circus] .hljs-title.function_, [theme=base16-circus] .ruby .hljs-property {
  color: #639ee4;
}
[theme=base16-circus] .diff .hljs-meta, [theme=base16-circus] .hljs-keyword, [theme=base16-circus] .hljs-template-tag, [theme=base16-circus] .hljs-type {
  color: #b888e2;
}
[theme=base16-circus] .hljs-emphasis {
  color: #b888e2;
  font-style: italic;
}
[theme=base16-circus] .hljs-meta, [theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta .hljs-string {
  color: #b888e2;
}
[theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-dark] {
  /*!
    Theme: Classic Dark
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-classic-dark] .hljs ::selection, [theme=base16-classic-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-classic-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-classic-dark] .hljs-operator, [theme=base16-classic-dark] .hljs-punctuation, [theme=base16-classic-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-dark] .hljs-bullet, [theme=base16-classic-dark] .hljs-deletion, [theme=base16-classic-dark] .hljs-name, [theme=base16-classic-dark] .hljs-selector-tag, [theme=base16-classic-dark] .hljs-template-variable, [theme=base16-classic-dark] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-dark] .hljs-attr, [theme=base16-classic-dark] .hljs-link, [theme=base16-classic-dark] .hljs-literal, [theme=base16-classic-dark] .hljs-number, [theme=base16-classic-dark] .hljs-symbol, [theme=base16-classic-dark] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-dark] .hljs-class .hljs-title, [theme=base16-classic-dark] .hljs-title, [theme=base16-classic-dark] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-addition, [theme=base16-classic-dark] .hljs-code, [theme=base16-classic-dark] .hljs-string, [theme=base16-classic-dark] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-dark] .hljs-built_in, [theme=base16-classic-dark] .hljs-doctag, [theme=base16-classic-dark] .hljs-keyword.hljs-atrule, [theme=base16-classic-dark] .hljs-quote, [theme=base16-classic-dark] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-dark] .hljs-attribute, [theme=base16-classic-dark] .hljs-function .hljs-title, [theme=base16-classic-dark] .hljs-section, [theme=base16-classic-dark] .hljs-title.function_, [theme=base16-classic-dark] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-dark] .diff .hljs-meta, [theme=base16-classic-dark] .hljs-keyword, [theme=base16-classic-dark] .hljs-template-tag, [theme=base16-classic-dark] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-dark] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-dark] .hljs-meta, [theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-light] {
  /*!
    Theme: Classic Light
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-light] .hljs {
  color: #303030;
  background: #f5f5f5;
}
[theme=base16-classic-light] .hljs ::selection, [theme=base16-classic-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #303030;
}
[theme=base16-classic-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-classic-light] .hljs-tag {
  color: #505050;
}
[theme=base16-classic-light] .hljs-operator, [theme=base16-classic-light] .hljs-punctuation, [theme=base16-classic-light] .hljs-subst {
  color: #303030;
}
[theme=base16-classic-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-light] .hljs-bullet, [theme=base16-classic-light] .hljs-deletion, [theme=base16-classic-light] .hljs-name, [theme=base16-classic-light] .hljs-selector-tag, [theme=base16-classic-light] .hljs-template-variable, [theme=base16-classic-light] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-light] .hljs-attr, [theme=base16-classic-light] .hljs-link, [theme=base16-classic-light] .hljs-literal, [theme=base16-classic-light] .hljs-number, [theme=base16-classic-light] .hljs-symbol, [theme=base16-classic-light] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-light] .hljs-class .hljs-title, [theme=base16-classic-light] .hljs-title, [theme=base16-classic-light] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-addition, [theme=base16-classic-light] .hljs-code, [theme=base16-classic-light] .hljs-string, [theme=base16-classic-light] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-light] .hljs-built_in, [theme=base16-classic-light] .hljs-doctag, [theme=base16-classic-light] .hljs-keyword.hljs-atrule, [theme=base16-classic-light] .hljs-quote, [theme=base16-classic-light] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-light] .hljs-attribute, [theme=base16-classic-light] .hljs-function .hljs-title, [theme=base16-classic-light] .hljs-section, [theme=base16-classic-light] .hljs-title.function_, [theme=base16-classic-light] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-light] .diff .hljs-meta, [theme=base16-classic-light] .hljs-keyword, [theme=base16-classic-light] .hljs-template-tag, [theme=base16-classic-light] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-light] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-light] .hljs-meta, [theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-codeschool] {
  /*!
    Theme: Codeschool
    Author: blockloop
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-codeschool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-codeschool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-codeschool] .hljs {
  color: #9ea7a6;
  background: #232c31;
}
[theme=base16-codeschool] .hljs ::selection, [theme=base16-codeschool] .hljs::selection {
  background-color: #2a343a;
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-comment {
  color: #3f4944;
}
[theme=base16-codeschool] .hljs-tag {
  color: #84898c;
}
[theme=base16-codeschool] .hljs-operator, [theme=base16-codeschool] .hljs-punctuation, [theme=base16-codeschool] .hljs-subst {
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-codeschool] .hljs-bullet, [theme=base16-codeschool] .hljs-deletion, [theme=base16-codeschool] .hljs-name, [theme=base16-codeschool] .hljs-selector-tag, [theme=base16-codeschool] .hljs-template-variable, [theme=base16-codeschool] .hljs-variable {
  color: #2a5491;
}
[theme=base16-codeschool] .hljs-attr, [theme=base16-codeschool] .hljs-link, [theme=base16-codeschool] .hljs-literal, [theme=base16-codeschool] .hljs-number, [theme=base16-codeschool] .hljs-symbol, [theme=base16-codeschool] .hljs-variable.constant_ {
  color: #43820d;
}
[theme=base16-codeschool] .hljs-class .hljs-title, [theme=base16-codeschool] .hljs-title, [theme=base16-codeschool] .hljs-title.class_ {
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-strong {
  font-weight: 700;
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-addition, [theme=base16-codeschool] .hljs-code, [theme=base16-codeschool] .hljs-string, [theme=base16-codeschool] .hljs-title.class_.inherited__ {
  color: #237986;
}
[theme=base16-codeschool] .hljs-built_in, [theme=base16-codeschool] .hljs-doctag, [theme=base16-codeschool] .hljs-keyword.hljs-atrule, [theme=base16-codeschool] .hljs-quote, [theme=base16-codeschool] .hljs-regexp {
  color: #b02f30;
}
[theme=base16-codeschool] .hljs-attribute, [theme=base16-codeschool] .hljs-function .hljs-title, [theme=base16-codeschool] .hljs-section, [theme=base16-codeschool] .hljs-title.function_, [theme=base16-codeschool] .ruby .hljs-property {
  color: #484d79;
}
[theme=base16-codeschool] .diff .hljs-meta, [theme=base16-codeschool] .hljs-keyword, [theme=base16-codeschool] .hljs-template-tag, [theme=base16-codeschool] .hljs-type {
  color: #c59820;
}
[theme=base16-codeschool] .hljs-emphasis {
  color: #c59820;
  font-style: italic;
}
[theme=base16-codeschool] .hljs-meta, [theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta .hljs-string {
  color: #c98344;
}
[theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-colors] {
  /*!
    Theme: Colors
    Author: mrmrs (http://clrs.cc)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-colors] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-colors] code.hljs {
  padding: 3px 5px;
}
[theme=base16-colors] .hljs {
  color: #bbb;
  background: #111;
}
[theme=base16-colors] .hljs ::selection, [theme=base16-colors] .hljs::selection {
  background-color: #555;
  color: #bbb;
}
[theme=base16-colors] .hljs-comment {
  color: #777;
}
[theme=base16-colors] .hljs-tag {
  color: #999;
}
[theme=base16-colors] .hljs-operator, [theme=base16-colors] .hljs-punctuation, [theme=base16-colors] .hljs-subst {
  color: #bbb;
}
[theme=base16-colors] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-colors] .hljs-bullet, [theme=base16-colors] .hljs-deletion, [theme=base16-colors] .hljs-name, [theme=base16-colors] .hljs-selector-tag, [theme=base16-colors] .hljs-template-variable, [theme=base16-colors] .hljs-variable {
  color: #ff4136;
}
[theme=base16-colors] .hljs-attr, [theme=base16-colors] .hljs-link, [theme=base16-colors] .hljs-literal, [theme=base16-colors] .hljs-number, [theme=base16-colors] .hljs-symbol, [theme=base16-colors] .hljs-variable.constant_ {
  color: #ff851b;
}
[theme=base16-colors] .hljs-class .hljs-title, [theme=base16-colors] .hljs-title, [theme=base16-colors] .hljs-title.class_ {
  color: #ffdc00;
}
[theme=base16-colors] .hljs-strong {
  font-weight: 700;
  color: #ffdc00;
}
[theme=base16-colors] .hljs-addition, [theme=base16-colors] .hljs-code, [theme=base16-colors] .hljs-string, [theme=base16-colors] .hljs-title.class_.inherited__ {
  color: #2ecc40;
}
[theme=base16-colors] .hljs-built_in, [theme=base16-colors] .hljs-doctag, [theme=base16-colors] .hljs-keyword.hljs-atrule, [theme=base16-colors] .hljs-quote, [theme=base16-colors] .hljs-regexp {
  color: #7fdbff;
}
[theme=base16-colors] .hljs-attribute, [theme=base16-colors] .hljs-function .hljs-title, [theme=base16-colors] .hljs-section, [theme=base16-colors] .hljs-title.function_, [theme=base16-colors] .ruby .hljs-property {
  color: #0074d9;
}
[theme=base16-colors] .diff .hljs-meta, [theme=base16-colors] .hljs-keyword, [theme=base16-colors] .hljs-template-tag, [theme=base16-colors] .hljs-type {
  color: #b10dc9;
}
[theme=base16-colors] .hljs-emphasis {
  color: #b10dc9;
  font-style: italic;
}
[theme=base16-colors] .hljs-meta, [theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta .hljs-string {
  color: #85144b;
}
[theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupcake] {
  /*!
    Theme: Cupcake
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupcake] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupcake] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupcake] .hljs {
  color: #8b8198;
  background: #fbf1f2;
}
[theme=base16-cupcake] .hljs ::selection, [theme=base16-cupcake] .hljs::selection {
  background-color: #d8d5dd;
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-comment {
  color: #bfb9c6;
}
[theme=base16-cupcake] .hljs-tag {
  color: #a59daf;
}
[theme=base16-cupcake] .hljs-operator, [theme=base16-cupcake] .hljs-punctuation, [theme=base16-cupcake] .hljs-subst {
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupcake] .hljs-bullet, [theme=base16-cupcake] .hljs-deletion, [theme=base16-cupcake] .hljs-name, [theme=base16-cupcake] .hljs-selector-tag, [theme=base16-cupcake] .hljs-template-variable, [theme=base16-cupcake] .hljs-variable {
  color: #d57e85;
}
[theme=base16-cupcake] .hljs-attr, [theme=base16-cupcake] .hljs-link, [theme=base16-cupcake] .hljs-literal, [theme=base16-cupcake] .hljs-number, [theme=base16-cupcake] .hljs-symbol, [theme=base16-cupcake] .hljs-variable.constant_ {
  color: #ebb790;
}
[theme=base16-cupcake] .hljs-class .hljs-title, [theme=base16-cupcake] .hljs-title, [theme=base16-cupcake] .hljs-title.class_ {
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-strong {
  font-weight: 700;
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-addition, [theme=base16-cupcake] .hljs-code, [theme=base16-cupcake] .hljs-string, [theme=base16-cupcake] .hljs-title.class_.inherited__ {
  color: #a3b367;
}
[theme=base16-cupcake] .hljs-built_in, [theme=base16-cupcake] .hljs-doctag, [theme=base16-cupcake] .hljs-keyword.hljs-atrule, [theme=base16-cupcake] .hljs-quote, [theme=base16-cupcake] .hljs-regexp {
  color: #69a9a7;
}
[theme=base16-cupcake] .hljs-attribute, [theme=base16-cupcake] .hljs-function .hljs-title, [theme=base16-cupcake] .hljs-section, [theme=base16-cupcake] .hljs-title.function_, [theme=base16-cupcake] .ruby .hljs-property {
  color: #7297b9;
}
[theme=base16-cupcake] .diff .hljs-meta, [theme=base16-cupcake] .hljs-keyword, [theme=base16-cupcake] .hljs-template-tag, [theme=base16-cupcake] .hljs-type {
  color: #bb99b4;
}
[theme=base16-cupcake] .hljs-emphasis {
  color: #bb99b4;
  font-style: italic;
}
[theme=base16-cupcake] .hljs-meta, [theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta .hljs-string {
  color: #baa58c;
}
[theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupertino] {
  /*!
    Theme: Cupertino
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupertino] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupertino] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupertino] .hljs {
  color: #404040;
  background: #fff;
}
[theme=base16-cupertino] .hljs ::selection, [theme=base16-cupertino] .hljs::selection {
  background-color: silver;
  color: #404040;
}
[theme=base16-cupertino] .hljs-comment, [theme=base16-cupertino] .hljs-tag {
  color: grey;
}
[theme=base16-cupertino] .hljs-operator, [theme=base16-cupertino] .hljs-punctuation, [theme=base16-cupertino] .hljs-subst {
  color: #404040;
}
[theme=base16-cupertino] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupertino] .hljs-bullet, [theme=base16-cupertino] .hljs-deletion, [theme=base16-cupertino] .hljs-name, [theme=base16-cupertino] .hljs-selector-tag, [theme=base16-cupertino] .hljs-template-variable, [theme=base16-cupertino] .hljs-variable {
  color: #c41a15;
}
[theme=base16-cupertino] .hljs-attr, [theme=base16-cupertino] .hljs-link, [theme=base16-cupertino] .hljs-literal, [theme=base16-cupertino] .hljs-number, [theme=base16-cupertino] .hljs-symbol, [theme=base16-cupertino] .hljs-variable.constant_ {
  color: #eb8500;
}
[theme=base16-cupertino] .hljs-class .hljs-title, [theme=base16-cupertino] .hljs-title, [theme=base16-cupertino] .hljs-title.class_ {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-strong {
  font-weight: 700;
  color: #826b28;
}
[theme=base16-cupertino] .hljs-addition, [theme=base16-cupertino] .hljs-code, [theme=base16-cupertino] .hljs-string, [theme=base16-cupertino] .hljs-title.class_.inherited__ {
  color: #007400;
}
[theme=base16-cupertino] .hljs-built_in, [theme=base16-cupertino] .hljs-doctag, [theme=base16-cupertino] .hljs-keyword.hljs-atrule, [theme=base16-cupertino] .hljs-quote, [theme=base16-cupertino] .hljs-regexp {
  color: #318495;
}
[theme=base16-cupertino] .hljs-attribute, [theme=base16-cupertino] .hljs-function .hljs-title, [theme=base16-cupertino] .hljs-section, [theme=base16-cupertino] .hljs-title.function_, [theme=base16-cupertino] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-cupertino] .diff .hljs-meta, [theme=base16-cupertino] .hljs-keyword, [theme=base16-cupertino] .hljs-template-tag, [theme=base16-cupertino] .hljs-type {
  color: #a90d91;
}
[theme=base16-cupertino] .hljs-emphasis {
  color: #a90d91;
  font-style: italic;
}
[theme=base16-cupertino] .hljs-meta, [theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta .hljs-string {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-danqing] {
  /*!
    Theme: DanQing
    Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-danqing] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-danqing] code.hljs {
  padding: 3px 5px;
}
[theme=base16-danqing] .hljs {
  color: #e0f0ef;
  background: #2d302f;
}
[theme=base16-danqing] .hljs ::selection, [theme=base16-danqing] .hljs::selection {
  background-color: #5a605d;
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-comment {
  color: #9da8a3;
}
[theme=base16-danqing] .hljs-tag {
  color: #cad8d2;
}
[theme=base16-danqing] .hljs-operator, [theme=base16-danqing] .hljs-punctuation, [theme=base16-danqing] .hljs-subst {
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-danqing] .hljs-bullet, [theme=base16-danqing] .hljs-deletion, [theme=base16-danqing] .hljs-name, [theme=base16-danqing] .hljs-selector-tag, [theme=base16-danqing] .hljs-template-variable, [theme=base16-danqing] .hljs-variable {
  color: #f9906f;
}
[theme=base16-danqing] .hljs-attr, [theme=base16-danqing] .hljs-link, [theme=base16-danqing] .hljs-literal, [theme=base16-danqing] .hljs-number, [theme=base16-danqing] .hljs-symbol, [theme=base16-danqing] .hljs-variable.constant_ {
  color: #b38a61;
}
[theme=base16-danqing] .hljs-class .hljs-title, [theme=base16-danqing] .hljs-title, [theme=base16-danqing] .hljs-title.class_ {
  color: #f0c239;
}
[theme=base16-danqing] .hljs-strong {
  font-weight: 700;
  color: #f0c239;
}
[theme=base16-danqing] .hljs-addition, [theme=base16-danqing] .hljs-code, [theme=base16-danqing] .hljs-string, [theme=base16-danqing] .hljs-title.class_.inherited__ {
  color: #8ab361;
}
[theme=base16-danqing] .hljs-built_in, [theme=base16-danqing] .hljs-doctag, [theme=base16-danqing] .hljs-keyword.hljs-atrule, [theme=base16-danqing] .hljs-quote, [theme=base16-danqing] .hljs-regexp {
  color: #30dff3;
}
[theme=base16-danqing] .hljs-attribute, [theme=base16-danqing] .hljs-function .hljs-title, [theme=base16-danqing] .hljs-section, [theme=base16-danqing] .hljs-title.function_, [theme=base16-danqing] .ruby .hljs-property {
  color: #b0a4e3;
}
[theme=base16-danqing] .diff .hljs-meta, [theme=base16-danqing] .hljs-keyword, [theme=base16-danqing] .hljs-template-tag, [theme=base16-danqing] .hljs-type {
  color: #cca4e3;
}
[theme=base16-danqing] .hljs-emphasis {
  color: #cca4e3;
  font-style: italic;
}
[theme=base16-danqing] .hljs-meta, [theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta .hljs-string {
  color: #ca6924;
}
[theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darcula] {
  /*!
    Theme: Darcula
    Author: jetbrains
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darcula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darcula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darcula] .hljs {
  color: #a9b7c6;
  background: #2b2b2b;
}
[theme=base16-darcula] .hljs ::selection, [theme=base16-darcula] .hljs::selection {
  background-color: #323232;
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-comment {
  color: #606366;
}
[theme=base16-darcula] .hljs-tag {
  color: #a4a3a3;
}
[theme=base16-darcula] .hljs-operator, [theme=base16-darcula] .hljs-punctuation, [theme=base16-darcula] .hljs-subst {
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darcula] .hljs-bullet, [theme=base16-darcula] .hljs-deletion, [theme=base16-darcula] .hljs-name, [theme=base16-darcula] .hljs-selector-tag, [theme=base16-darcula] .hljs-template-variable, [theme=base16-darcula] .hljs-variable {
  color: #4eade5;
}
[theme=base16-darcula] .hljs-attr, [theme=base16-darcula] .hljs-link, [theme=base16-darcula] .hljs-literal, [theme=base16-darcula] .hljs-number, [theme=base16-darcula] .hljs-symbol, [theme=base16-darcula] .hljs-variable.constant_ {
  color: #689757;
}
[theme=base16-darcula] .hljs-class .hljs-title, [theme=base16-darcula] .hljs-title, [theme=base16-darcula] .hljs-title.class_ {
  color: #bbb529;
}
[theme=base16-darcula] .hljs-strong {
  font-weight: 700;
  color: #bbb529;
}
[theme=base16-darcula] .hljs-addition, [theme=base16-darcula] .hljs-code, [theme=base16-darcula] .hljs-string, [theme=base16-darcula] .hljs-title.class_.inherited__ {
  color: #6a8759;
}
[theme=base16-darcula] .hljs-built_in, [theme=base16-darcula] .hljs-doctag, [theme=base16-darcula] .hljs-keyword.hljs-atrule, [theme=base16-darcula] .hljs-quote, [theme=base16-darcula] .hljs-regexp {
  color: #629755;
}
[theme=base16-darcula] .hljs-attribute, [theme=base16-darcula] .hljs-function .hljs-title, [theme=base16-darcula] .hljs-section, [theme=base16-darcula] .hljs-title.function_, [theme=base16-darcula] .ruby .hljs-property {
  color: #9876aa;
}
[theme=base16-darcula] .diff .hljs-meta, [theme=base16-darcula] .hljs-keyword, [theme=base16-darcula] .hljs-template-tag, [theme=base16-darcula] .hljs-type {
  color: #cc7832;
}
[theme=base16-darcula] .hljs-emphasis {
  color: #cc7832;
  font-style: italic;
}
[theme=base16-darcula] .hljs-meta, [theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dark-violet] {
  /*!
    Theme: Dark Violet
    Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dark-violet] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dark-violet] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dark-violet] .hljs {
  color: #b08ae6;
  background: #000;
}
[theme=base16-dark-violet] .hljs ::selection, [theme=base16-dark-violet] .hljs::selection {
  background-color: #432d59;
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-comment {
  color: #593380;
}
[theme=base16-dark-violet] .hljs-tag {
  color: #0f0;
}
[theme=base16-dark-violet] .hljs-operator, [theme=base16-dark-violet] .hljs-punctuation, [theme=base16-dark-violet] .hljs-subst {
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dark-violet] .hljs-bullet, [theme=base16-dark-violet] .hljs-deletion, [theme=base16-dark-violet] .hljs-name, [theme=base16-dark-violet] .hljs-selector-tag, [theme=base16-dark-violet] .hljs-template-variable, [theme=base16-dark-violet] .hljs-variable {
  color: #a82ee6;
}
[theme=base16-dark-violet] .hljs-attr, [theme=base16-dark-violet] .hljs-link, [theme=base16-dark-violet] .hljs-literal, [theme=base16-dark-violet] .hljs-number, [theme=base16-dark-violet] .hljs-symbol, [theme=base16-dark-violet] .hljs-variable.constant_ {
  color: #b6c;
}
[theme=base16-dark-violet] .hljs-class .hljs-title, [theme=base16-dark-violet] .hljs-title, [theme=base16-dark-violet] .hljs-title.class_ {
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-strong {
  font-weight: 700;
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-addition, [theme=base16-dark-violet] .hljs-code, [theme=base16-dark-violet] .hljs-string, [theme=base16-dark-violet] .hljs-title.class_.inherited__ {
  color: #4595e6;
}
[theme=base16-dark-violet] .hljs-built_in, [theme=base16-dark-violet] .hljs-doctag, [theme=base16-dark-violet] .hljs-keyword.hljs-atrule, [theme=base16-dark-violet] .hljs-quote, [theme=base16-dark-violet] .hljs-regexp {
  color: #40dfff;
}
[theme=base16-dark-violet] .hljs-attribute, [theme=base16-dark-violet] .hljs-function .hljs-title, [theme=base16-dark-violet] .hljs-section, [theme=base16-dark-violet] .hljs-title.function_, [theme=base16-dark-violet] .ruby .hljs-property {
  color: #4136d9;
}
[theme=base16-dark-violet] .diff .hljs-meta, [theme=base16-dark-violet] .hljs-keyword, [theme=base16-dark-violet] .hljs-template-tag, [theme=base16-dark-violet] .hljs-type {
  color: #7e5ce6;
}
[theme=base16-dark-violet] .hljs-emphasis {
  color: #7e5ce6;
  font-style: italic;
}
[theme=base16-dark-violet] .hljs-meta, [theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta .hljs-string {
  color: #a886bf;
}
[theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darkmoss] {
  /*!
    Theme: darkmoss
    Author: Gabriel Avanzi (https://github.com/avanzzzi)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darkmoss] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darkmoss] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darkmoss] .hljs {
  color: #c7c7a5;
  background: #171e1f;
}
[theme=base16-darkmoss] .hljs ::selection, [theme=base16-darkmoss] .hljs::selection {
  background-color: #373c3d;
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-comment {
  color: #555e5f;
}
[theme=base16-darkmoss] .hljs-tag {
  color: #818f80;
}
[theme=base16-darkmoss] .hljs-operator, [theme=base16-darkmoss] .hljs-punctuation, [theme=base16-darkmoss] .hljs-subst {
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darkmoss] .hljs-bullet, [theme=base16-darkmoss] .hljs-deletion, [theme=base16-darkmoss] .hljs-name, [theme=base16-darkmoss] .hljs-selector-tag, [theme=base16-darkmoss] .hljs-template-variable, [theme=base16-darkmoss] .hljs-variable {
  color: #ff4658;
}
[theme=base16-darkmoss] .hljs-attr, [theme=base16-darkmoss] .hljs-link, [theme=base16-darkmoss] .hljs-literal, [theme=base16-darkmoss] .hljs-number, [theme=base16-darkmoss] .hljs-symbol, [theme=base16-darkmoss] .hljs-variable.constant_ {
  color: #e6db74;
}
[theme=base16-darkmoss] .hljs-class .hljs-title, [theme=base16-darkmoss] .hljs-title, [theme=base16-darkmoss] .hljs-title.class_ {
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-strong {
  font-weight: 700;
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-addition, [theme=base16-darkmoss] .hljs-code, [theme=base16-darkmoss] .hljs-string, [theme=base16-darkmoss] .hljs-title.class_.inherited__ {
  color: #499180;
}
[theme=base16-darkmoss] .hljs-built_in, [theme=base16-darkmoss] .hljs-doctag, [theme=base16-darkmoss] .hljs-keyword.hljs-atrule, [theme=base16-darkmoss] .hljs-quote, [theme=base16-darkmoss] .hljs-regexp {
  color: #66d9ef;
}
[theme=base16-darkmoss] .hljs-attribute, [theme=base16-darkmoss] .hljs-function .hljs-title, [theme=base16-darkmoss] .hljs-section, [theme=base16-darkmoss] .hljs-title.function_, [theme=base16-darkmoss] .ruby .hljs-property {
  color: #498091;
}
[theme=base16-darkmoss] .diff .hljs-meta, [theme=base16-darkmoss] .hljs-keyword, [theme=base16-darkmoss] .hljs-template-tag, [theme=base16-darkmoss] .hljs-type {
  color: #9bc0c8;
}
[theme=base16-darkmoss] .hljs-emphasis {
  color: #9bc0c8;
  font-style: italic;
}
[theme=base16-darkmoss] .hljs-meta, [theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darktooth] {
  /*!
    Theme: Darktooth
    Author: Jason Milkins (https://github.com/jasonm23)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darktooth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darktooth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darktooth] .hljs {
  color: #a89984;
  background: #1d2021;
}
[theme=base16-darktooth] .hljs ::selection, [theme=base16-darktooth] .hljs::selection {
  background-color: #504945;
  color: #a89984;
}
[theme=base16-darktooth] .hljs-comment {
  color: #665c54;
}
[theme=base16-darktooth] .hljs-tag {
  color: #928374;
}
[theme=base16-darktooth] .hljs-operator, [theme=base16-darktooth] .hljs-punctuation, [theme=base16-darktooth] .hljs-subst {
  color: #a89984;
}
[theme=base16-darktooth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darktooth] .hljs-bullet, [theme=base16-darktooth] .hljs-deletion, [theme=base16-darktooth] .hljs-name, [theme=base16-darktooth] .hljs-selector-tag, [theme=base16-darktooth] .hljs-template-variable, [theme=base16-darktooth] .hljs-variable {
  color: #fb543f;
}
[theme=base16-darktooth] .hljs-attr, [theme=base16-darktooth] .hljs-link, [theme=base16-darktooth] .hljs-literal, [theme=base16-darktooth] .hljs-number, [theme=base16-darktooth] .hljs-symbol, [theme=base16-darktooth] .hljs-variable.constant_ {
  color: #fe8625;
}
[theme=base16-darktooth] .hljs-class .hljs-title, [theme=base16-darktooth] .hljs-title, [theme=base16-darktooth] .hljs-title.class_ {
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-strong {
  font-weight: 700;
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-addition, [theme=base16-darktooth] .hljs-code, [theme=base16-darktooth] .hljs-string, [theme=base16-darktooth] .hljs-title.class_.inherited__ {
  color: #95c085;
}
[theme=base16-darktooth] .hljs-built_in, [theme=base16-darktooth] .hljs-doctag, [theme=base16-darktooth] .hljs-keyword.hljs-atrule, [theme=base16-darktooth] .hljs-quote, [theme=base16-darktooth] .hljs-regexp {
  color: #8ba59b;
}
[theme=base16-darktooth] .hljs-attribute, [theme=base16-darktooth] .hljs-function .hljs-title, [theme=base16-darktooth] .hljs-section, [theme=base16-darktooth] .hljs-title.function_, [theme=base16-darktooth] .ruby .hljs-property {
  color: #0d6678;
}
[theme=base16-darktooth] .diff .hljs-meta, [theme=base16-darktooth] .hljs-keyword, [theme=base16-darktooth] .hljs-template-tag, [theme=base16-darktooth] .hljs-type {
  color: #8f4673;
}
[theme=base16-darktooth] .hljs-emphasis {
  color: #8f4673;
  font-style: italic;
}
[theme=base16-darktooth] .hljs-meta, [theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-decaf] {
  /*!
    Theme: Decaf
    Author: Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-decaf] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-decaf] code.hljs {
  padding: 3px 5px;
}
[theme=base16-decaf] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-decaf] .hljs ::selection, [theme=base16-decaf] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-decaf] .hljs-comment {
  color: #777;
}
[theme=base16-decaf] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-decaf] .hljs-operator, [theme=base16-decaf] .hljs-punctuation, [theme=base16-decaf] .hljs-subst {
  color: #ccc;
}
[theme=base16-decaf] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-decaf] .hljs-bullet, [theme=base16-decaf] .hljs-deletion, [theme=base16-decaf] .hljs-name, [theme=base16-decaf] .hljs-selector-tag, [theme=base16-decaf] .hljs-template-variable, [theme=base16-decaf] .hljs-variable {
  color: #ff7f7b;
}
[theme=base16-decaf] .hljs-attr, [theme=base16-decaf] .hljs-link, [theme=base16-decaf] .hljs-literal, [theme=base16-decaf] .hljs-number, [theme=base16-decaf] .hljs-symbol, [theme=base16-decaf] .hljs-variable.constant_ {
  color: #ffbf70;
}
[theme=base16-decaf] .hljs-class .hljs-title, [theme=base16-decaf] .hljs-title, [theme=base16-decaf] .hljs-title.class_ {
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-strong {
  font-weight: 700;
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-addition, [theme=base16-decaf] .hljs-code, [theme=base16-decaf] .hljs-string, [theme=base16-decaf] .hljs-title.class_.inherited__ {
  color: #beda78;
}
[theme=base16-decaf] .hljs-built_in, [theme=base16-decaf] .hljs-doctag, [theme=base16-decaf] .hljs-keyword.hljs-atrule, [theme=base16-decaf] .hljs-quote, [theme=base16-decaf] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-decaf] .hljs-attribute, [theme=base16-decaf] .hljs-function .hljs-title, [theme=base16-decaf] .hljs-section, [theme=base16-decaf] .hljs-title.function_, [theme=base16-decaf] .ruby .hljs-property {
  color: #90bee1;
}
[theme=base16-decaf] .diff .hljs-meta, [theme=base16-decaf] .hljs-keyword, [theme=base16-decaf] .hljs-template-tag, [theme=base16-decaf] .hljs-type {
  color: #efb3f7;
}
[theme=base16-decaf] .hljs-emphasis {
  color: #efb3f7;
  font-style: italic;
}
[theme=base16-decaf] .hljs-meta, [theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta .hljs-string {
  color: #ff93b3;
}
[theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-dark] {
  /*!
    Theme: Default Dark
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-dark] .hljs {
  color: #d8d8d8;
  background: #181818;
}
[theme=base16-default-dark] .hljs ::selection, [theme=base16-default-dark] .hljs::selection {
  background-color: #383838;
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-comment {
  color: #585858;
}
[theme=base16-default-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-default-dark] .hljs-operator, [theme=base16-default-dark] .hljs-punctuation, [theme=base16-default-dark] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-dark] .hljs-bullet, [theme=base16-default-dark] .hljs-deletion, [theme=base16-default-dark] .hljs-name, [theme=base16-default-dark] .hljs-selector-tag, [theme=base16-default-dark] .hljs-template-variable, [theme=base16-default-dark] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-dark] .hljs-attr, [theme=base16-default-dark] .hljs-link, [theme=base16-default-dark] .hljs-literal, [theme=base16-default-dark] .hljs-number, [theme=base16-default-dark] .hljs-symbol, [theme=base16-default-dark] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-dark] .hljs-class .hljs-title, [theme=base16-default-dark] .hljs-title, [theme=base16-default-dark] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-addition, [theme=base16-default-dark] .hljs-code, [theme=base16-default-dark] .hljs-string, [theme=base16-default-dark] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-dark] .hljs-built_in, [theme=base16-default-dark] .hljs-doctag, [theme=base16-default-dark] .hljs-keyword.hljs-atrule, [theme=base16-default-dark] .hljs-quote, [theme=base16-default-dark] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-dark] .hljs-attribute, [theme=base16-default-dark] .hljs-function .hljs-title, [theme=base16-default-dark] .hljs-section, [theme=base16-default-dark] .hljs-title.function_, [theme=base16-default-dark] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-dark] .diff .hljs-meta, [theme=base16-default-dark] .hljs-keyword, [theme=base16-default-dark] .hljs-template-tag, [theme=base16-default-dark] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-dark] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-dark] .hljs-meta, [theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-light] {
  /*!
    Theme: Default Light
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-default-light] .hljs ::selection, [theme=base16-default-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-default-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-default-light] .hljs-tag {
  color: #585858;
}
[theme=base16-default-light] .hljs-operator, [theme=base16-default-light] .hljs-punctuation, [theme=base16-default-light] .hljs-subst {
  color: #383838;
}
[theme=base16-default-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-light] .hljs-bullet, [theme=base16-default-light] .hljs-deletion, [theme=base16-default-light] .hljs-name, [theme=base16-default-light] .hljs-selector-tag, [theme=base16-default-light] .hljs-template-variable, [theme=base16-default-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-light] .hljs-attr, [theme=base16-default-light] .hljs-link, [theme=base16-default-light] .hljs-literal, [theme=base16-default-light] .hljs-number, [theme=base16-default-light] .hljs-symbol, [theme=base16-default-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-light] .hljs-class .hljs-title, [theme=base16-default-light] .hljs-title, [theme=base16-default-light] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-addition, [theme=base16-default-light] .hljs-code, [theme=base16-default-light] .hljs-string, [theme=base16-default-light] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-light] .hljs-built_in, [theme=base16-default-light] .hljs-doctag, [theme=base16-default-light] .hljs-keyword.hljs-atrule, [theme=base16-default-light] .hljs-quote, [theme=base16-default-light] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-light] .hljs-attribute, [theme=base16-default-light] .hljs-function .hljs-title, [theme=base16-default-light] .hljs-section, [theme=base16-default-light] .hljs-title.function_, [theme=base16-default-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-light] .diff .hljs-meta, [theme=base16-default-light] .hljs-keyword, [theme=base16-default-light] .hljs-template-tag, [theme=base16-default-light] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-light] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-light] .hljs-meta, [theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dirtysea] {
  /*!
    Theme: dirtysea
    Author: Kahlil (Kal) Hodgson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dirtysea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dirtysea] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dirtysea] .hljs {
  color: #000;
  background: #e0e0e0;
}
[theme=base16-dirtysea] .hljs ::selection, [theme=base16-dirtysea] .hljs::selection {
  background-color: #d0d0d0;
  color: #000;
}
[theme=base16-dirtysea] .hljs-comment {
  color: #707070;
}
[theme=base16-dirtysea] .hljs-tag {
  color: #202020;
}
[theme=base16-dirtysea] .hljs-operator, [theme=base16-dirtysea] .hljs-punctuation, [theme=base16-dirtysea] .hljs-subst {
  color: #000;
}
[theme=base16-dirtysea] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dirtysea] .hljs-bullet, [theme=base16-dirtysea] .hljs-deletion, [theme=base16-dirtysea] .hljs-name, [theme=base16-dirtysea] .hljs-selector-tag, [theme=base16-dirtysea] .hljs-template-variable, [theme=base16-dirtysea] .hljs-variable {
  color: #840000;
}
[theme=base16-dirtysea] .hljs-attr, [theme=base16-dirtysea] .hljs-link, [theme=base16-dirtysea] .hljs-literal, [theme=base16-dirtysea] .hljs-number, [theme=base16-dirtysea] .hljs-symbol, [theme=base16-dirtysea] .hljs-variable.constant_ {
  color: #006565;
}
[theme=base16-dirtysea] .hljs-class .hljs-title, [theme=base16-dirtysea] .hljs-title, [theme=base16-dirtysea] .hljs-title.class_ {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-strong {
  font-weight: 700;
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-addition, [theme=base16-dirtysea] .hljs-code, [theme=base16-dirtysea] .hljs-string, [theme=base16-dirtysea] .hljs-title.class_.inherited__ {
  color: #730073;
}
[theme=base16-dirtysea] .hljs-built_in, [theme=base16-dirtysea] .hljs-doctag, [theme=base16-dirtysea] .hljs-keyword.hljs-atrule, [theme=base16-dirtysea] .hljs-quote, [theme=base16-dirtysea] .hljs-regexp {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-attribute, [theme=base16-dirtysea] .hljs-function .hljs-title, [theme=base16-dirtysea] .hljs-section, [theme=base16-dirtysea] .hljs-title.function_, [theme=base16-dirtysea] .ruby .hljs-property {
  color: #007300;
}
[theme=base16-dirtysea] .diff .hljs-meta, [theme=base16-dirtysea] .hljs-keyword, [theme=base16-dirtysea] .hljs-template-tag, [theme=base16-dirtysea] .hljs-type {
  color: #000090;
}
[theme=base16-dirtysea] .hljs-emphasis {
  color: #000090;
  font-style: italic;
}
[theme=base16-dirtysea] .hljs-meta, [theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta .hljs-string {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dracula] {
  /*!
    Theme: Dracula
    Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dracula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dracula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dracula] .hljs {
  color: #e9e9f4;
  background: #282936;
}
[theme=base16-dracula] .hljs ::selection, [theme=base16-dracula] .hljs::selection {
  background-color: #4d4f68;
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-comment {
  color: #626483;
}
[theme=base16-dracula] .hljs-tag {
  color: #62d6e8;
}
[theme=base16-dracula] .hljs-operator, [theme=base16-dracula] .hljs-punctuation, [theme=base16-dracula] .hljs-subst {
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dracula] .hljs-bullet, [theme=base16-dracula] .hljs-deletion, [theme=base16-dracula] .hljs-name, [theme=base16-dracula] .hljs-selector-tag, [theme=base16-dracula] .hljs-template-variable, [theme=base16-dracula] .hljs-variable {
  color: #ea51b2;
}
[theme=base16-dracula] .hljs-attr, [theme=base16-dracula] .hljs-link, [theme=base16-dracula] .hljs-literal, [theme=base16-dracula] .hljs-number, [theme=base16-dracula] .hljs-symbol, [theme=base16-dracula] .hljs-variable.constant_ {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-class .hljs-title, [theme=base16-dracula] .hljs-title, [theme=base16-dracula] .hljs-title.class_ {
  color: #00f769;
}
[theme=base16-dracula] .hljs-strong {
  font-weight: 700;
  color: #00f769;
}
[theme=base16-dracula] .hljs-addition, [theme=base16-dracula] .hljs-code, [theme=base16-dracula] .hljs-string, [theme=base16-dracula] .hljs-title.class_.inherited__ {
  color: #ebff87;
}
[theme=base16-dracula] .hljs-built_in, [theme=base16-dracula] .hljs-doctag, [theme=base16-dracula] .hljs-keyword.hljs-atrule, [theme=base16-dracula] .hljs-quote, [theme=base16-dracula] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-dracula] .hljs-attribute, [theme=base16-dracula] .hljs-function .hljs-title, [theme=base16-dracula] .hljs-section, [theme=base16-dracula] .hljs-title.function_, [theme=base16-dracula] .ruby .hljs-property {
  color: #62d6e8;
}
[theme=base16-dracula] .diff .hljs-meta, [theme=base16-dracula] .hljs-keyword, [theme=base16-dracula] .hljs-template-tag, [theme=base16-dracula] .hljs-type {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-emphasis {
  color: #b45bcf;
  font-style: italic;
}
[theme=base16-dracula] .hljs-meta, [theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta .hljs-string {
  color: #00f769;
}
[theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-dark] {
  /*!
    Theme: Edge Dark
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-dark] .hljs {
  color: #b7bec9;
  background: #262729;
}
[theme=base16-edge-dark] .hljs ::selection, [theme=base16-edge-dark] .hljs::selection {
  background-color: #b7bec9;
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-comment {
  color: #3e4249;
}
[theme=base16-edge-dark] .hljs-tag {
  color: #73b3e7;
}
[theme=base16-edge-dark] .hljs-operator, [theme=base16-edge-dark] .hljs-punctuation, [theme=base16-edge-dark] .hljs-subst {
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-dark] .hljs-attr, [theme=base16-edge-dark] .hljs-bullet, [theme=base16-edge-dark] .hljs-deletion, [theme=base16-edge-dark] .hljs-link, [theme=base16-edge-dark] .hljs-literal, [theme=base16-edge-dark] .hljs-name, [theme=base16-edge-dark] .hljs-number, [theme=base16-edge-dark] .hljs-selector-tag, [theme=base16-edge-dark] .hljs-symbol, [theme=base16-edge-dark] .hljs-template-variable, [theme=base16-edge-dark] .hljs-variable, [theme=base16-edge-dark] .hljs-variable.constant_ {
  color: #e77171;
}
[theme=base16-edge-dark] .hljs-class .hljs-title, [theme=base16-edge-dark] .hljs-title, [theme=base16-edge-dark] .hljs-title.class_ {
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-strong {
  font-weight: 700;
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-addition, [theme=base16-edge-dark] .hljs-code, [theme=base16-edge-dark] .hljs-string, [theme=base16-edge-dark] .hljs-title.class_.inherited__ {
  color: #a1bf78;
}
[theme=base16-edge-dark] .hljs-built_in, [theme=base16-edge-dark] .hljs-doctag, [theme=base16-edge-dark] .hljs-keyword.hljs-atrule, [theme=base16-edge-dark] .hljs-quote, [theme=base16-edge-dark] .hljs-regexp {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-attribute, [theme=base16-edge-dark] .hljs-function .hljs-title, [theme=base16-edge-dark] .hljs-section, [theme=base16-edge-dark] .hljs-title.function_, [theme=base16-edge-dark] .ruby .hljs-property {
  color: #73b3e7;
}
[theme=base16-edge-dark] .diff .hljs-meta, [theme=base16-edge-dark] .hljs-keyword, [theme=base16-edge-dark] .hljs-template-tag, [theme=base16-edge-dark] .hljs-type {
  color: #d390e7;
}
[theme=base16-edge-dark] .hljs-emphasis {
  color: #d390e7;
  font-style: italic;
}
[theme=base16-edge-dark] .hljs-meta, [theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta .hljs-string {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-light] {
  /*!
    Theme: Edge Light
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-light] .hljs {
  color: #5e646f;
  background: #fafafa;
}
[theme=base16-edge-light] .hljs ::selection, [theme=base16-edge-light] .hljs::selection {
  background-color: #d69822;
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-comment {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-tag {
  color: #6587bf;
}
[theme=base16-edge-light] .hljs-operator, [theme=base16-edge-light] .hljs-punctuation, [theme=base16-edge-light] .hljs-subst {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-light] .hljs-attr, [theme=base16-edge-light] .hljs-bullet, [theme=base16-edge-light] .hljs-deletion, [theme=base16-edge-light] .hljs-link, [theme=base16-edge-light] .hljs-literal, [theme=base16-edge-light] .hljs-name, [theme=base16-edge-light] .hljs-number, [theme=base16-edge-light] .hljs-selector-tag, [theme=base16-edge-light] .hljs-symbol, [theme=base16-edge-light] .hljs-template-variable, [theme=base16-edge-light] .hljs-variable, [theme=base16-edge-light] .hljs-variable.constant_ {
  color: #db7070;
}
[theme=base16-edge-light] .hljs-class .hljs-title, [theme=base16-edge-light] .hljs-title, [theme=base16-edge-light] .hljs-title.class_ {
  color: #d69822;
}
[theme=base16-edge-light] .hljs-strong {
  font-weight: 700;
  color: #d69822;
}
[theme=base16-edge-light] .hljs-addition, [theme=base16-edge-light] .hljs-code, [theme=base16-edge-light] .hljs-string, [theme=base16-edge-light] .hljs-title.class_.inherited__ {
  color: #7c9f4b;
}
[theme=base16-edge-light] .hljs-built_in, [theme=base16-edge-light] .hljs-doctag, [theme=base16-edge-light] .hljs-keyword.hljs-atrule, [theme=base16-edge-light] .hljs-quote, [theme=base16-edge-light] .hljs-regexp {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-attribute, [theme=base16-edge-light] .hljs-function .hljs-title, [theme=base16-edge-light] .hljs-section, [theme=base16-edge-light] .hljs-title.function_, [theme=base16-edge-light] .ruby .hljs-property {
  color: #6587bf;
}
[theme=base16-edge-light] .diff .hljs-meta, [theme=base16-edge-light] .hljs-keyword, [theme=base16-edge-light] .hljs-template-tag, [theme=base16-edge-light] .hljs-type {
  color: #b870ce;
}
[theme=base16-edge-light] .hljs-emphasis {
  color: #b870ce;
  font-style: italic;
}
[theme=base16-edge-light] .hljs-meta, [theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta .hljs-string {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eighties] {
  /*!
    Theme: Eighties
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eighties] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eighties] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eighties] .hljs {
  color: #d3d0c8;
  background: #2d2d2d;
}
[theme=base16-eighties] .hljs ::selection, [theme=base16-eighties] .hljs::selection {
  background-color: #515151;
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-comment {
  color: #747369;
}
[theme=base16-eighties] .hljs-tag {
  color: #a09f93;
}
[theme=base16-eighties] .hljs-operator, [theme=base16-eighties] .hljs-punctuation, [theme=base16-eighties] .hljs-subst {
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eighties] .hljs-bullet, [theme=base16-eighties] .hljs-deletion, [theme=base16-eighties] .hljs-name, [theme=base16-eighties] .hljs-selector-tag, [theme=base16-eighties] .hljs-template-variable, [theme=base16-eighties] .hljs-variable {
  color: #f2777a;
}
[theme=base16-eighties] .hljs-attr, [theme=base16-eighties] .hljs-link, [theme=base16-eighties] .hljs-literal, [theme=base16-eighties] .hljs-number, [theme=base16-eighties] .hljs-symbol, [theme=base16-eighties] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-eighties] .hljs-class .hljs-title, [theme=base16-eighties] .hljs-title, [theme=base16-eighties] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-eighties] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-eighties] .hljs-addition, [theme=base16-eighties] .hljs-code, [theme=base16-eighties] .hljs-string, [theme=base16-eighties] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-eighties] .hljs-built_in, [theme=base16-eighties] .hljs-doctag, [theme=base16-eighties] .hljs-keyword.hljs-atrule, [theme=base16-eighties] .hljs-quote, [theme=base16-eighties] .hljs-regexp {
  color: #6cc;
}
[theme=base16-eighties] .hljs-attribute, [theme=base16-eighties] .hljs-function .hljs-title, [theme=base16-eighties] .hljs-section, [theme=base16-eighties] .hljs-title.function_, [theme=base16-eighties] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-eighties] .diff .hljs-meta, [theme=base16-eighties] .hljs-keyword, [theme=base16-eighties] .hljs-template-tag, [theme=base16-eighties] .hljs-type {
  color: #c9c;
}
[theme=base16-eighties] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-eighties] .hljs-meta, [theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-embers] {
  /*!
    Theme: Embers
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-embers] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-embers] code.hljs {
  padding: 3px 5px;
}
[theme=base16-embers] .hljs {
  color: #a39a90;
  background: #16130f;
}
[theme=base16-embers] .hljs ::selection, [theme=base16-embers] .hljs::selection {
  background-color: #433b32;
  color: #a39a90;
}
[theme=base16-embers] .hljs-comment {
  color: #5a5047;
}
[theme=base16-embers] .hljs-tag {
  color: #8a8075;
}
[theme=base16-embers] .hljs-operator, [theme=base16-embers] .hljs-punctuation, [theme=base16-embers] .hljs-subst {
  color: #a39a90;
}
[theme=base16-embers] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-embers] .hljs-bullet, [theme=base16-embers] .hljs-deletion, [theme=base16-embers] .hljs-name, [theme=base16-embers] .hljs-selector-tag, [theme=base16-embers] .hljs-template-variable, [theme=base16-embers] .hljs-variable {
  color: #826d57;
}
[theme=base16-embers] .hljs-attr, [theme=base16-embers] .hljs-link, [theme=base16-embers] .hljs-literal, [theme=base16-embers] .hljs-number, [theme=base16-embers] .hljs-symbol, [theme=base16-embers] .hljs-variable.constant_ {
  color: #828257;
}
[theme=base16-embers] .hljs-class .hljs-title, [theme=base16-embers] .hljs-title, [theme=base16-embers] .hljs-title.class_ {
  color: #6d8257;
}
[theme=base16-embers] .hljs-strong {
  font-weight: 700;
  color: #6d8257;
}
[theme=base16-embers] .hljs-addition, [theme=base16-embers] .hljs-code, [theme=base16-embers] .hljs-string, [theme=base16-embers] .hljs-title.class_.inherited__ {
  color: #57826d;
}
[theme=base16-embers] .hljs-built_in, [theme=base16-embers] .hljs-doctag, [theme=base16-embers] .hljs-keyword.hljs-atrule, [theme=base16-embers] .hljs-quote, [theme=base16-embers] .hljs-regexp {
  color: #576d82;
}
[theme=base16-embers] .hljs-attribute, [theme=base16-embers] .hljs-function .hljs-title, [theme=base16-embers] .hljs-section, [theme=base16-embers] .hljs-title.function_, [theme=base16-embers] .ruby .hljs-property {
  color: #6d5782;
}
[theme=base16-embers] .diff .hljs-meta, [theme=base16-embers] .hljs-keyword, [theme=base16-embers] .hljs-template-tag, [theme=base16-embers] .hljs-type {
  color: #82576d;
}
[theme=base16-embers] .hljs-emphasis {
  color: #82576d;
  font-style: italic;
}
[theme=base16-embers] .hljs-meta, [theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta .hljs-string {
  color: #825757;
}
[theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-dark] {
  /*!
    Theme: Equilibrium Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-dark] .hljs {
  color: #afaba2;
  background: #0c1118;
}
[theme=base16-equilibrium-dark] .hljs ::selection, [theme=base16-equilibrium-dark] .hljs::selection {
  background-color: #22262d;
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-comment {
  color: #7b776e;
}
[theme=base16-equilibrium-dark] .hljs-tag {
  color: #949088;
}
[theme=base16-equilibrium-dark] .hljs-operator, [theme=base16-equilibrium-dark] .hljs-punctuation, [theme=base16-equilibrium-dark] .hljs-subst {
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-dark] .hljs-bullet, [theme=base16-equilibrium-dark] .hljs-deletion, [theme=base16-equilibrium-dark] .hljs-name, [theme=base16-equilibrium-dark] .hljs-selector-tag, [theme=base16-equilibrium-dark] .hljs-template-variable, [theme=base16-equilibrium-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-dark] .hljs-attr, [theme=base16-equilibrium-dark] .hljs-link, [theme=base16-equilibrium-dark] .hljs-literal, [theme=base16-equilibrium-dark] .hljs-number, [theme=base16-equilibrium-dark] .hljs-symbol, [theme=base16-equilibrium-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-dark] .hljs-title, [theme=base16-equilibrium-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-addition, [theme=base16-equilibrium-dark] .hljs-code, [theme=base16-equilibrium-dark] .hljs-string, [theme=base16-equilibrium-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-dark] .hljs-built_in, [theme=base16-equilibrium-dark] .hljs-doctag, [theme=base16-equilibrium-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-dark] .hljs-quote, [theme=base16-equilibrium-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-dark] .hljs-attribute, [theme=base16-equilibrium-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-dark] .hljs-section, [theme=base16-equilibrium-dark] .hljs-title.function_, [theme=base16-equilibrium-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-dark] .diff .hljs-meta, [theme=base16-equilibrium-dark] .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-template-tag, [theme=base16-equilibrium-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-dark] .hljs-meta, [theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-dark] {
  /*!
    Theme: Equilibrium Gray Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-dark] .hljs {
  color: #ababab;
  background: #111;
}
[theme=base16-equilibrium-gray-dark] .hljs ::selection, [theme=base16-equilibrium-gray-dark] .hljs::selection {
  background-color: #262626;
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-dark] .hljs-tag {
  color: #919191;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator, [theme=base16-equilibrium-gray-dark] .hljs-punctuation, [theme=base16-equilibrium-gray-dark] .hljs-subst {
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-dark] .hljs-bullet, [theme=base16-equilibrium-gray-dark] .hljs-deletion, [theme=base16-equilibrium-gray-dark] .hljs-name, [theme=base16-equilibrium-gray-dark] .hljs-selector-tag, [theme=base16-equilibrium-gray-dark] .hljs-template-variable, [theme=base16-equilibrium-gray-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-gray-dark] .hljs-attr, [theme=base16-equilibrium-gray-dark] .hljs-link, [theme=base16-equilibrium-gray-dark] .hljs-literal, [theme=base16-equilibrium-gray-dark] .hljs-number, [theme=base16-equilibrium-gray-dark] .hljs-symbol, [theme=base16-equilibrium-gray-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-gray-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-addition, [theme=base16-equilibrium-gray-dark] .hljs-code, [theme=base16-equilibrium-gray-dark] .hljs-string, [theme=base16-equilibrium-gray-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-gray-dark] .hljs-built_in, [theme=base16-equilibrium-gray-dark] .hljs-doctag, [theme=base16-equilibrium-gray-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-dark] .hljs-quote, [theme=base16-equilibrium-gray-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-gray-dark] .hljs-attribute, [theme=base16-equilibrium-gray-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-section, [theme=base16-equilibrium-gray-dark] .hljs-title.function_, [theme=base16-equilibrium-gray-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-gray-dark] .diff .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-template-tag, [theme=base16-equilibrium-gray-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-gray-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-light] {
  /*!
    Theme: Equilibrium Gray Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-light] .hljs {
  color: #474747;
  background: #f1f1f1;
}
[theme=base16-equilibrium-gray-light] .hljs ::selection, [theme=base16-equilibrium-gray-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-light] .hljs-tag {
  color: #5e5e5e;
}
[theme=base16-equilibrium-gray-light] .hljs-operator, [theme=base16-equilibrium-gray-light] .hljs-punctuation, [theme=base16-equilibrium-gray-light] .hljs-subst {
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-light] .hljs-bullet, [theme=base16-equilibrium-gray-light] .hljs-deletion, [theme=base16-equilibrium-gray-light] .hljs-name, [theme=base16-equilibrium-gray-light] .hljs-selector-tag, [theme=base16-equilibrium-gray-light] .hljs-template-variable, [theme=base16-equilibrium-gray-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-gray-light] .hljs-attr, [theme=base16-equilibrium-gray-light] .hljs-link, [theme=base16-equilibrium-gray-light] .hljs-literal, [theme=base16-equilibrium-gray-light] .hljs-number, [theme=base16-equilibrium-gray-light] .hljs-symbol, [theme=base16-equilibrium-gray-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-gray-light] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-addition, [theme=base16-equilibrium-gray-light] .hljs-code, [theme=base16-equilibrium-gray-light] .hljs-string, [theme=base16-equilibrium-gray-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-gray-light] .hljs-built_in, [theme=base16-equilibrium-gray-light] .hljs-doctag, [theme=base16-equilibrium-gray-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-light] .hljs-quote, [theme=base16-equilibrium-gray-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-gray-light] .hljs-attribute, [theme=base16-equilibrium-gray-light] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-section, [theme=base16-equilibrium-gray-light] .hljs-title.function_, [theme=base16-equilibrium-gray-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-gray-light] .diff .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-template-tag, [theme=base16-equilibrium-gray-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-gray-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-gray-light] .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-light] {
  /*!
    Theme: Equilibrium Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-light] .hljs {
  color: #43474e;
  background: #f5f0e7;
}
[theme=base16-equilibrium-light] .hljs ::selection, [theme=base16-equilibrium-light] .hljs::selection {
  background-color: #d8d4cb;
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-comment {
  color: #73777f;
}
[theme=base16-equilibrium-light] .hljs-tag {
  color: #5a5f66;
}
[theme=base16-equilibrium-light] .hljs-operator, [theme=base16-equilibrium-light] .hljs-punctuation, [theme=base16-equilibrium-light] .hljs-subst {
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-light] .hljs-bullet, [theme=base16-equilibrium-light] .hljs-deletion, [theme=base16-equilibrium-light] .hljs-name, [theme=base16-equilibrium-light] .hljs-selector-tag, [theme=base16-equilibrium-light] .hljs-template-variable, [theme=base16-equilibrium-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-light] .hljs-attr, [theme=base16-equilibrium-light] .hljs-link, [theme=base16-equilibrium-light] .hljs-literal, [theme=base16-equilibrium-light] .hljs-number, [theme=base16-equilibrium-light] .hljs-symbol, [theme=base16-equilibrium-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-light] .hljs-class .hljs-title, [theme=base16-equilibrium-light] .hljs-title, [theme=base16-equilibrium-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-addition, [theme=base16-equilibrium-light] .hljs-code, [theme=base16-equilibrium-light] .hljs-string, [theme=base16-equilibrium-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-light] .hljs-built_in, [theme=base16-equilibrium-light] .hljs-doctag, [theme=base16-equilibrium-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-light] .hljs-quote, [theme=base16-equilibrium-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-light] .hljs-attribute, [theme=base16-equilibrium-light] .hljs-function .hljs-title, [theme=base16-equilibrium-light] .hljs-section, [theme=base16-equilibrium-light] .hljs-title.function_, [theme=base16-equilibrium-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-light] .diff .hljs-meta, [theme=base16-equilibrium-light] .hljs-keyword, [theme=base16-equilibrium-light] .hljs-template-tag, [theme=base16-equilibrium-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-light] .hljs-meta, [theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-espresso] {
  /*!
    Theme: Espresso
    Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-espresso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-espresso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-espresso] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-espresso] .hljs ::selection, [theme=base16-espresso] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-espresso] .hljs-comment {
  color: #777;
}
[theme=base16-espresso] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-espresso] .hljs-operator, [theme=base16-espresso] .hljs-punctuation, [theme=base16-espresso] .hljs-subst {
  color: #ccc;
}
[theme=base16-espresso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-espresso] .hljs-bullet, [theme=base16-espresso] .hljs-deletion, [theme=base16-espresso] .hljs-name, [theme=base16-espresso] .hljs-selector-tag, [theme=base16-espresso] .hljs-template-variable, [theme=base16-espresso] .hljs-variable {
  color: #d25252;
}
[theme=base16-espresso] .hljs-attr, [theme=base16-espresso] .hljs-link, [theme=base16-espresso] .hljs-literal, [theme=base16-espresso] .hljs-number, [theme=base16-espresso] .hljs-symbol, [theme=base16-espresso] .hljs-variable.constant_ {
  color: #f9a959;
}
[theme=base16-espresso] .hljs-class .hljs-title, [theme=base16-espresso] .hljs-title, [theme=base16-espresso] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-addition, [theme=base16-espresso] .hljs-code, [theme=base16-espresso] .hljs-string, [theme=base16-espresso] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-espresso] .hljs-built_in, [theme=base16-espresso] .hljs-doctag, [theme=base16-espresso] .hljs-keyword.hljs-atrule, [theme=base16-espresso] .hljs-quote, [theme=base16-espresso] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-espresso] .hljs-attribute, [theme=base16-espresso] .hljs-function .hljs-title, [theme=base16-espresso] .hljs-section, [theme=base16-espresso] .hljs-title.function_, [theme=base16-espresso] .ruby .hljs-property {
  color: #6c99bb;
}
[theme=base16-espresso] .diff .hljs-meta, [theme=base16-espresso] .hljs-keyword, [theme=base16-espresso] .hljs-template-tag, [theme=base16-espresso] .hljs-type {
  color: #d197d9;
}
[theme=base16-espresso] .hljs-emphasis {
  color: #d197d9;
  font-style: italic;
}
[theme=base16-espresso] .hljs-meta, [theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta .hljs-string {
  color: #f97394;
}
[theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva-dim] {
  /*!
    Theme: Eva Dim
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva-dim] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva-dim] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva-dim] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva-dim] .hljs ::selection, [theme=base16-eva-dim] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva-dim] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva-dim] .hljs-operator, [theme=base16-eva-dim] .hljs-punctuation, [theme=base16-eva-dim] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva-dim] .hljs-bullet, [theme=base16-eva-dim] .hljs-deletion, [theme=base16-eva-dim] .hljs-name, [theme=base16-eva-dim] .hljs-selector-tag, [theme=base16-eva-dim] .hljs-template-variable, [theme=base16-eva-dim] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva-dim] .hljs-attr, [theme=base16-eva-dim] .hljs-link, [theme=base16-eva-dim] .hljs-literal, [theme=base16-eva-dim] .hljs-number, [theme=base16-eva-dim] .hljs-symbol, [theme=base16-eva-dim] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva-dim] .hljs-class .hljs-title, [theme=base16-eva-dim] .hljs-title, [theme=base16-eva-dim] .hljs-title.class_ {
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-strong {
  font-weight: 700;
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-addition, [theme=base16-eva-dim] .hljs-code, [theme=base16-eva-dim] .hljs-string, [theme=base16-eva-dim] .hljs-title.class_.inherited__ {
  color: #5de561;
}
[theme=base16-eva-dim] .hljs-built_in, [theme=base16-eva-dim] .hljs-doctag, [theme=base16-eva-dim] .hljs-keyword.hljs-atrule, [theme=base16-eva-dim] .hljs-quote, [theme=base16-eva-dim] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva-dim] .hljs-attribute, [theme=base16-eva-dim] .hljs-function .hljs-title, [theme=base16-eva-dim] .hljs-section, [theme=base16-eva-dim] .hljs-title.function_, [theme=base16-eva-dim] .ruby .hljs-property {
  color: #1ae1dc;
}
[theme=base16-eva-dim] .diff .hljs-meta, [theme=base16-eva-dim] .hljs-keyword, [theme=base16-eva-dim] .hljs-template-tag, [theme=base16-eva-dim] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva-dim] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva-dim] .hljs-meta, [theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva] {
  /*!
    Theme: Eva
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva] .hljs ::selection, [theme=base16-eva] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva] .hljs-operator, [theme=base16-eva] .hljs-punctuation, [theme=base16-eva] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva] .hljs-bullet, [theme=base16-eva] .hljs-deletion, [theme=base16-eva] .hljs-name, [theme=base16-eva] .hljs-selector-tag, [theme=base16-eva] .hljs-template-variable, [theme=base16-eva] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva] .hljs-attr, [theme=base16-eva] .hljs-link, [theme=base16-eva] .hljs-literal, [theme=base16-eva] .hljs-number, [theme=base16-eva] .hljs-symbol, [theme=base16-eva] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva] .hljs-class .hljs-title, [theme=base16-eva] .hljs-title, [theme=base16-eva] .hljs-title.class_ {
  color: #ff6;
}
[theme=base16-eva] .hljs-strong {
  font-weight: 700;
  color: #ff6;
}
[theme=base16-eva] .hljs-addition, [theme=base16-eva] .hljs-code, [theme=base16-eva] .hljs-string, [theme=base16-eva] .hljs-title.class_.inherited__ {
  color: #6f6;
}
[theme=base16-eva] .hljs-built_in, [theme=base16-eva] .hljs-doctag, [theme=base16-eva] .hljs-keyword.hljs-atrule, [theme=base16-eva] .hljs-quote, [theme=base16-eva] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva] .hljs-attribute, [theme=base16-eva] .hljs-function .hljs-title, [theme=base16-eva] .hljs-section, [theme=base16-eva] .hljs-title.function_, [theme=base16-eva] .ruby .hljs-property {
  color: #15f4ee;
}
[theme=base16-eva] .diff .hljs-meta, [theme=base16-eva] .hljs-keyword, [theme=base16-eva] .hljs-template-tag, [theme=base16-eva] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva] .hljs-meta, [theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-flat] {
  /*!
    Theme: Flat
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-flat] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-flat] code.hljs {
  padding: 3px 5px;
}
[theme=base16-flat] .hljs {
  color: #e0e0e0;
  background: #2c3e50;
}
[theme=base16-flat] .hljs ::selection, [theme=base16-flat] .hljs::selection {
  background-color: #7f8c8d;
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-comment {
  color: #95a5a6;
}
[theme=base16-flat] .hljs-tag {
  color: #bdc3c7;
}
[theme=base16-flat] .hljs-operator, [theme=base16-flat] .hljs-punctuation, [theme=base16-flat] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-flat] .hljs-bullet, [theme=base16-flat] .hljs-deletion, [theme=base16-flat] .hljs-name, [theme=base16-flat] .hljs-selector-tag, [theme=base16-flat] .hljs-template-variable, [theme=base16-flat] .hljs-variable {
  color: #e74c3c;
}
[theme=base16-flat] .hljs-attr, [theme=base16-flat] .hljs-link, [theme=base16-flat] .hljs-literal, [theme=base16-flat] .hljs-number, [theme=base16-flat] .hljs-symbol, [theme=base16-flat] .hljs-variable.constant_ {
  color: #e67e22;
}
[theme=base16-flat] .hljs-class .hljs-title, [theme=base16-flat] .hljs-title, [theme=base16-flat] .hljs-title.class_ {
  color: #f1c40f;
}
[theme=base16-flat] .hljs-strong {
  font-weight: 700;
  color: #f1c40f;
}
[theme=base16-flat] .hljs-addition, [theme=base16-flat] .hljs-code, [theme=base16-flat] .hljs-string, [theme=base16-flat] .hljs-title.class_.inherited__ {
  color: #2ecc71;
}
[theme=base16-flat] .hljs-built_in, [theme=base16-flat] .hljs-doctag, [theme=base16-flat] .hljs-keyword.hljs-atrule, [theme=base16-flat] .hljs-quote, [theme=base16-flat] .hljs-regexp {
  color: #1abc9c;
}
[theme=base16-flat] .hljs-attribute, [theme=base16-flat] .hljs-function .hljs-title, [theme=base16-flat] .hljs-section, [theme=base16-flat] .hljs-title.function_, [theme=base16-flat] .ruby .hljs-property {
  color: #3498db;
}
[theme=base16-flat] .diff .hljs-meta, [theme=base16-flat] .hljs-keyword, [theme=base16-flat] .hljs-template-tag, [theme=base16-flat] .hljs-type {
  color: #9b59b6;
}
[theme=base16-flat] .hljs-emphasis {
  color: #9b59b6;
  font-style: italic;
}
[theme=base16-flat] .hljs-meta, [theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-framer] {
  /*!
    Theme: Framer
    Author: Framer (Maintained by Jesse Hoyos)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-framer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-framer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-framer] .hljs {
  color: #d0d0d0;
  background: #181818;
}
[theme=base16-framer] .hljs ::selection, [theme=base16-framer] .hljs::selection {
  background-color: #464646;
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-comment {
  color: #747474;
}
[theme=base16-framer] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-framer] .hljs-operator, [theme=base16-framer] .hljs-punctuation, [theme=base16-framer] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-framer] .hljs-bullet, [theme=base16-framer] .hljs-deletion, [theme=base16-framer] .hljs-name, [theme=base16-framer] .hljs-selector-tag, [theme=base16-framer] .hljs-template-variable, [theme=base16-framer] .hljs-variable {
  color: #fd886b;
}
[theme=base16-framer] .hljs-attr, [theme=base16-framer] .hljs-link, [theme=base16-framer] .hljs-literal, [theme=base16-framer] .hljs-number, [theme=base16-framer] .hljs-symbol, [theme=base16-framer] .hljs-variable.constant_ {
  color: #fc4769;
}
[theme=base16-framer] .hljs-class .hljs-title, [theme=base16-framer] .hljs-title, [theme=base16-framer] .hljs-title.class_ {
  color: #fecb6e;
}
[theme=base16-framer] .hljs-strong {
  font-weight: 700;
  color: #fecb6e;
}
[theme=base16-framer] .hljs-addition, [theme=base16-framer] .hljs-code, [theme=base16-framer] .hljs-string, [theme=base16-framer] .hljs-title.class_.inherited__ {
  color: #32ccdc;
}
[theme=base16-framer] .hljs-built_in, [theme=base16-framer] .hljs-doctag, [theme=base16-framer] .hljs-keyword.hljs-atrule, [theme=base16-framer] .hljs-quote, [theme=base16-framer] .hljs-regexp {
  color: #acddfd;
}
[theme=base16-framer] .hljs-attribute, [theme=base16-framer] .hljs-function .hljs-title, [theme=base16-framer] .hljs-section, [theme=base16-framer] .hljs-title.function_, [theme=base16-framer] .ruby .hljs-property {
  color: #20bcfc;
}
[theme=base16-framer] .diff .hljs-meta, [theme=base16-framer] .hljs-keyword, [theme=base16-framer] .hljs-template-tag, [theme=base16-framer] .hljs-type {
  color: #ba8cfc;
}
[theme=base16-framer] .hljs-emphasis {
  color: #ba8cfc;
  font-style: italic;
}
[theme=base16-framer] .hljs-meta, [theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta .hljs-string {
  color: #b15f4a;
}
[theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-fruit-soda] {
  /*!
    Theme: Fruit Soda
    Author: jozip
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-fruit-soda] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-fruit-soda] code.hljs {
  padding: 3px 5px;
}
[theme=base16-fruit-soda] .hljs {
  color: #515151;
  background: #f1ecf1;
}
[theme=base16-fruit-soda] .hljs ::selection, [theme=base16-fruit-soda] .hljs::selection {
  background-color: #d8d5d5;
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-comment {
  color: #b5b4b6;
}
[theme=base16-fruit-soda] .hljs-tag {
  color: #979598;
}
[theme=base16-fruit-soda] .hljs-operator, [theme=base16-fruit-soda] .hljs-punctuation, [theme=base16-fruit-soda] .hljs-subst {
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-fruit-soda] .hljs-bullet, [theme=base16-fruit-soda] .hljs-deletion, [theme=base16-fruit-soda] .hljs-name, [theme=base16-fruit-soda] .hljs-selector-tag, [theme=base16-fruit-soda] .hljs-template-variable, [theme=base16-fruit-soda] .hljs-variable {
  color: #fe3e31;
}
[theme=base16-fruit-soda] .hljs-attr, [theme=base16-fruit-soda] .hljs-link, [theme=base16-fruit-soda] .hljs-literal, [theme=base16-fruit-soda] .hljs-number, [theme=base16-fruit-soda] .hljs-symbol, [theme=base16-fruit-soda] .hljs-variable.constant_ {
  color: #fe6d08;
}
[theme=base16-fruit-soda] .hljs-class .hljs-title, [theme=base16-fruit-soda] .hljs-title, [theme=base16-fruit-soda] .hljs-title.class_ {
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-strong {
  font-weight: 700;
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-addition, [theme=base16-fruit-soda] .hljs-code, [theme=base16-fruit-soda] .hljs-string, [theme=base16-fruit-soda] .hljs-title.class_.inherited__ {
  color: #47f74c;
}
[theme=base16-fruit-soda] .hljs-built_in, [theme=base16-fruit-soda] .hljs-doctag, [theme=base16-fruit-soda] .hljs-keyword.hljs-atrule, [theme=base16-fruit-soda] .hljs-quote, [theme=base16-fruit-soda] .hljs-regexp {
  color: #0f9cfd;
}
[theme=base16-fruit-soda] .hljs-attribute, [theme=base16-fruit-soda] .hljs-function .hljs-title, [theme=base16-fruit-soda] .hljs-section, [theme=base16-fruit-soda] .hljs-title.function_, [theme=base16-fruit-soda] .ruby .hljs-property {
  color: #2931df;
}
[theme=base16-fruit-soda] .diff .hljs-meta, [theme=base16-fruit-soda] .hljs-keyword, [theme=base16-fruit-soda] .hljs-template-tag, [theme=base16-fruit-soda] .hljs-type {
  color: #611fce;
}
[theme=base16-fruit-soda] .hljs-emphasis {
  color: #611fce;
  font-style: italic;
}
[theme=base16-fruit-soda] .hljs-meta, [theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta .hljs-string {
  color: #b16f40;
}
[theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gigavolt] {
  /*!
    Theme: Gigavolt
    Author: Aidan Swope (http://github.com/Whillikers)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gigavolt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gigavolt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gigavolt] .hljs {
  color: #e9e7e1;
  background: #202126;
}
[theme=base16-gigavolt] .hljs ::selection, [theme=base16-gigavolt] .hljs::selection {
  background-color: #5a576e;
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-comment {
  color: #a1d2e6;
}
[theme=base16-gigavolt] .hljs-tag {
  color: #cad3ff;
}
[theme=base16-gigavolt] .hljs-operator, [theme=base16-gigavolt] .hljs-punctuation, [theme=base16-gigavolt] .hljs-subst {
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gigavolt] .hljs-bullet, [theme=base16-gigavolt] .hljs-deletion, [theme=base16-gigavolt] .hljs-name, [theme=base16-gigavolt] .hljs-selector-tag, [theme=base16-gigavolt] .hljs-template-variable, [theme=base16-gigavolt] .hljs-variable {
  color: #ff661a;
}
[theme=base16-gigavolt] .hljs-attr, [theme=base16-gigavolt] .hljs-link, [theme=base16-gigavolt] .hljs-literal, [theme=base16-gigavolt] .hljs-number, [theme=base16-gigavolt] .hljs-symbol, [theme=base16-gigavolt] .hljs-variable.constant_ {
  color: #19f988;
}
[theme=base16-gigavolt] .hljs-class .hljs-title, [theme=base16-gigavolt] .hljs-title, [theme=base16-gigavolt] .hljs-title.class_ {
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-strong {
  font-weight: 700;
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-addition, [theme=base16-gigavolt] .hljs-code, [theme=base16-gigavolt] .hljs-string, [theme=base16-gigavolt] .hljs-title.class_.inherited__ {
  color: #f2e6a9;
}
[theme=base16-gigavolt] .hljs-built_in, [theme=base16-gigavolt] .hljs-doctag, [theme=base16-gigavolt] .hljs-keyword.hljs-atrule, [theme=base16-gigavolt] .hljs-quote, [theme=base16-gigavolt] .hljs-regexp {
  color: #fb6acb;
}
[theme=base16-gigavolt] .hljs-attribute, [theme=base16-gigavolt] .hljs-function .hljs-title, [theme=base16-gigavolt] .hljs-section, [theme=base16-gigavolt] .hljs-title.function_, [theme=base16-gigavolt] .ruby .hljs-property {
  color: #40bfff;
}
[theme=base16-gigavolt] .diff .hljs-meta, [theme=base16-gigavolt] .hljs-keyword, [theme=base16-gigavolt] .hljs-template-tag, [theme=base16-gigavolt] .hljs-type {
  color: #ae94f9;
}
[theme=base16-gigavolt] .hljs-emphasis {
  color: #ae94f9;
  font-style: italic;
}
[theme=base16-gigavolt] .hljs-meta, [theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta .hljs-string {
  color: #6187ff;
}
[theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-github] {
  /*!
    Theme: Github
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-github] code.hljs {
  padding: 3px 5px;
}
[theme=base16-github] .hljs {
  color: #333;
  background: #fff;
}
[theme=base16-github] .hljs ::selection, [theme=base16-github] .hljs::selection {
  background-color: #c8c8fa;
  color: #333;
}
[theme=base16-github] .hljs-comment {
  color: #969896;
}
[theme=base16-github] .hljs-tag {
  color: #e8e8e8;
}
[theme=base16-github] .hljs-operator, [theme=base16-github] .hljs-punctuation, [theme=base16-github] .hljs-subst {
  color: #333;
}
[theme=base16-github] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-github] .hljs-bullet, [theme=base16-github] .hljs-deletion, [theme=base16-github] .hljs-name, [theme=base16-github] .hljs-selector-tag, [theme=base16-github] .hljs-template-variable, [theme=base16-github] .hljs-variable {
  color: #ed6a43;
}
[theme=base16-github] .hljs-attr, [theme=base16-github] .hljs-link, [theme=base16-github] .hljs-literal, [theme=base16-github] .hljs-number, [theme=base16-github] .hljs-symbol, [theme=base16-github] .hljs-variable.constant_ {
  color: #0086b3;
}
[theme=base16-github] .hljs-class .hljs-title, [theme=base16-github] .hljs-title, [theme=base16-github] .hljs-title.class_ {
  color: #795da3;
}
[theme=base16-github] .hljs-strong {
  font-weight: 700;
  color: #795da3;
}
[theme=base16-github] .hljs-addition, [theme=base16-github] .hljs-built_in, [theme=base16-github] .hljs-code, [theme=base16-github] .hljs-doctag, [theme=base16-github] .hljs-keyword.hljs-atrule, [theme=base16-github] .hljs-quote, [theme=base16-github] .hljs-regexp, [theme=base16-github] .hljs-string, [theme=base16-github] .hljs-title.class_.inherited__ {
  color: #183691;
}
[theme=base16-github] .hljs-attribute, [theme=base16-github] .hljs-function .hljs-title, [theme=base16-github] .hljs-section, [theme=base16-github] .hljs-title.function_, [theme=base16-github] .ruby .hljs-property {
  color: #795da3;
}
[theme=base16-github] .diff .hljs-meta, [theme=base16-github] .hljs-keyword, [theme=base16-github] .hljs-template-tag, [theme=base16-github] .hljs-type {
  color: #a71d5d;
}
[theme=base16-github] .hljs-emphasis {
  color: #a71d5d;
  font-style: italic;
}
[theme=base16-github] .hljs-meta, [theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta .hljs-string {
  color: #333;
}
[theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-dark] {
  /*!
    Theme: Google Dark
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-dark] .hljs {
  color: #c5c8c6;
  background: #1d1f21;
}
[theme=base16-google-dark] .hljs ::selection, [theme=base16-google-dark] .hljs::selection {
  background-color: #373b41;
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-comment {
  color: #969896;
}
[theme=base16-google-dark] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-google-dark] .hljs-operator, [theme=base16-google-dark] .hljs-punctuation, [theme=base16-google-dark] .hljs-subst {
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-dark] .hljs-bullet, [theme=base16-google-dark] .hljs-deletion, [theme=base16-google-dark] .hljs-name, [theme=base16-google-dark] .hljs-selector-tag, [theme=base16-google-dark] .hljs-template-variable, [theme=base16-google-dark] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-dark] .hljs-attr, [theme=base16-google-dark] .hljs-link, [theme=base16-google-dark] .hljs-literal, [theme=base16-google-dark] .hljs-number, [theme=base16-google-dark] .hljs-symbol, [theme=base16-google-dark] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-dark] .hljs-class .hljs-title, [theme=base16-google-dark] .hljs-title, [theme=base16-google-dark] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-dark] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-dark] .hljs-addition, [theme=base16-google-dark] .hljs-code, [theme=base16-google-dark] .hljs-string, [theme=base16-google-dark] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-dark] .hljs-attribute, [theme=base16-google-dark] .hljs-built_in, [theme=base16-google-dark] .hljs-doctag, [theme=base16-google-dark] .hljs-function .hljs-title, [theme=base16-google-dark] .hljs-keyword.hljs-atrule, [theme=base16-google-dark] .hljs-quote, [theme=base16-google-dark] .hljs-regexp, [theme=base16-google-dark] .hljs-section, [theme=base16-google-dark] .hljs-title.function_, [theme=base16-google-dark] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-dark] .diff .hljs-meta, [theme=base16-google-dark] .hljs-keyword, [theme=base16-google-dark] .hljs-template-tag, [theme=base16-google-dark] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-dark] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-dark] .hljs-meta, [theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-light] {
  /*!
    Theme: Google Light
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-light] .hljs {
  color: #373b41;
  background: #fff;
}
[theme=base16-google-light] .hljs ::selection, [theme=base16-google-light] .hljs::selection {
  background-color: #c5c8c6;
  color: #373b41;
}
[theme=base16-google-light] .hljs-comment {
  color: #b4b7b4;
}
[theme=base16-google-light] .hljs-tag {
  color: #969896;
}
[theme=base16-google-light] .hljs-operator, [theme=base16-google-light] .hljs-punctuation, [theme=base16-google-light] .hljs-subst {
  color: #373b41;
}
[theme=base16-google-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-light] .hljs-bullet, [theme=base16-google-light] .hljs-deletion, [theme=base16-google-light] .hljs-name, [theme=base16-google-light] .hljs-selector-tag, [theme=base16-google-light] .hljs-template-variable, [theme=base16-google-light] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-light] .hljs-attr, [theme=base16-google-light] .hljs-link, [theme=base16-google-light] .hljs-literal, [theme=base16-google-light] .hljs-number, [theme=base16-google-light] .hljs-symbol, [theme=base16-google-light] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-light] .hljs-class .hljs-title, [theme=base16-google-light] .hljs-title, [theme=base16-google-light] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-light] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-light] .hljs-addition, [theme=base16-google-light] .hljs-code, [theme=base16-google-light] .hljs-string, [theme=base16-google-light] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-light] .hljs-attribute, [theme=base16-google-light] .hljs-built_in, [theme=base16-google-light] .hljs-doctag, [theme=base16-google-light] .hljs-function .hljs-title, [theme=base16-google-light] .hljs-keyword.hljs-atrule, [theme=base16-google-light] .hljs-quote, [theme=base16-google-light] .hljs-regexp, [theme=base16-google-light] .hljs-section, [theme=base16-google-light] .hljs-title.function_, [theme=base16-google-light] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-light] .diff .hljs-meta, [theme=base16-google-light] .hljs-keyword, [theme=base16-google-light] .hljs-template-tag, [theme=base16-google-light] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-light] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-light] .hljs-meta, [theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-dark] {
  /*!
    Theme: Grayscale Dark
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-dark] .hljs {
  color: #b9b9b9;
  background: #101010;
}
[theme=base16-grayscale-dark] .hljs ::selection, [theme=base16-grayscale-dark] .hljs::selection {
  background-color: #464646;
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-comment {
  color: #525252;
}
[theme=base16-grayscale-dark] .hljs-tag {
  color: #ababab;
}
[theme=base16-grayscale-dark] .hljs-operator, [theme=base16-grayscale-dark] .hljs-punctuation, [theme=base16-grayscale-dark] .hljs-subst {
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-dark] .hljs-bullet, [theme=base16-grayscale-dark] .hljs-deletion, [theme=base16-grayscale-dark] .hljs-name, [theme=base16-grayscale-dark] .hljs-selector-tag, [theme=base16-grayscale-dark] .hljs-template-variable, [theme=base16-grayscale-dark] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-dark] .hljs-attr, [theme=base16-grayscale-dark] .hljs-link, [theme=base16-grayscale-dark] .hljs-literal, [theme=base16-grayscale-dark] .hljs-number, [theme=base16-grayscale-dark] .hljs-symbol, [theme=base16-grayscale-dark] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-dark] .hljs-class .hljs-title, [theme=base16-grayscale-dark] .hljs-title, [theme=base16-grayscale-dark] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-addition, [theme=base16-grayscale-dark] .hljs-code, [theme=base16-grayscale-dark] .hljs-string, [theme=base16-grayscale-dark] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-dark] .hljs-built_in, [theme=base16-grayscale-dark] .hljs-doctag, [theme=base16-grayscale-dark] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-dark] .hljs-quote, [theme=base16-grayscale-dark] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-dark] .hljs-attribute, [theme=base16-grayscale-dark] .hljs-function .hljs-title, [theme=base16-grayscale-dark] .hljs-section, [theme=base16-grayscale-dark] .hljs-title.function_, [theme=base16-grayscale-dark] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-dark] .diff .hljs-meta, [theme=base16-grayscale-dark] .hljs-keyword, [theme=base16-grayscale-dark] .hljs-template-tag, [theme=base16-grayscale-dark] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-dark] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-dark] .hljs-meta, [theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-light] {
  /*!
    Theme: Grayscale Light
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-light] .hljs {
  color: #464646;
  background: #f7f7f7;
}
[theme=base16-grayscale-light] .hljs ::selection, [theme=base16-grayscale-light] .hljs::selection {
  background-color: #b9b9b9;
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-comment {
  color: #ababab;
}
[theme=base16-grayscale-light] .hljs-tag {
  color: #525252;
}
[theme=base16-grayscale-light] .hljs-operator, [theme=base16-grayscale-light] .hljs-punctuation, [theme=base16-grayscale-light] .hljs-subst {
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-light] .hljs-bullet, [theme=base16-grayscale-light] .hljs-deletion, [theme=base16-grayscale-light] .hljs-name, [theme=base16-grayscale-light] .hljs-selector-tag, [theme=base16-grayscale-light] .hljs-template-variable, [theme=base16-grayscale-light] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-light] .hljs-attr, [theme=base16-grayscale-light] .hljs-link, [theme=base16-grayscale-light] .hljs-literal, [theme=base16-grayscale-light] .hljs-number, [theme=base16-grayscale-light] .hljs-symbol, [theme=base16-grayscale-light] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-light] .hljs-class .hljs-title, [theme=base16-grayscale-light] .hljs-title, [theme=base16-grayscale-light] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-addition, [theme=base16-grayscale-light] .hljs-code, [theme=base16-grayscale-light] .hljs-string, [theme=base16-grayscale-light] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-light] .hljs-built_in, [theme=base16-grayscale-light] .hljs-doctag, [theme=base16-grayscale-light] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-light] .hljs-quote, [theme=base16-grayscale-light] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-light] .hljs-attribute, [theme=base16-grayscale-light] .hljs-function .hljs-title, [theme=base16-grayscale-light] .hljs-section, [theme=base16-grayscale-light] .hljs-title.function_, [theme=base16-grayscale-light] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-light] .diff .hljs-meta, [theme=base16-grayscale-light] .hljs-keyword, [theme=base16-grayscale-light] .hljs-template-tag, [theme=base16-grayscale-light] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-light] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-light] .hljs-meta, [theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-green-screen] {
  /*!
    Theme: Green Screen
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-green-screen] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-green-screen] code.hljs {
  padding: 3px 5px;
}
[theme=base16-green-screen] .hljs {
  color: #0b0;
  background: #010;
}
[theme=base16-green-screen] .hljs ::selection, [theme=base16-green-screen] .hljs::selection {
  background-color: #050;
  color: #0b0;
}
[theme=base16-green-screen] .hljs-comment {
  color: #070;
}
[theme=base16-green-screen] .hljs-tag {
  color: #090;
}
[theme=base16-green-screen] .hljs-operator, [theme=base16-green-screen] .hljs-punctuation, [theme=base16-green-screen] .hljs-subst {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-green-screen] .hljs-bullet, [theme=base16-green-screen] .hljs-deletion, [theme=base16-green-screen] .hljs-name, [theme=base16-green-screen] .hljs-selector-tag, [theme=base16-green-screen] .hljs-template-variable, [theme=base16-green-screen] .hljs-variable {
  color: #070;
}
[theme=base16-green-screen] .hljs-attr, [theme=base16-green-screen] .hljs-link, [theme=base16-green-screen] .hljs-literal, [theme=base16-green-screen] .hljs-number, [theme=base16-green-screen] .hljs-symbol, [theme=base16-green-screen] .hljs-variable.constant_ {
  color: #090;
}
[theme=base16-green-screen] .hljs-class .hljs-title, [theme=base16-green-screen] .hljs-title, [theme=base16-green-screen] .hljs-title.class_ {
  color: #070;
}
[theme=base16-green-screen] .hljs-strong {
  font-weight: 700;
  color: #070;
}
[theme=base16-green-screen] .hljs-addition, [theme=base16-green-screen] .hljs-code, [theme=base16-green-screen] .hljs-string, [theme=base16-green-screen] .hljs-title.class_.inherited__ {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-built_in, [theme=base16-green-screen] .hljs-doctag, [theme=base16-green-screen] .hljs-keyword.hljs-atrule, [theme=base16-green-screen] .hljs-quote, [theme=base16-green-screen] .hljs-regexp {
  color: #050;
}
[theme=base16-green-screen] .hljs-attribute, [theme=base16-green-screen] .hljs-function .hljs-title, [theme=base16-green-screen] .hljs-section, [theme=base16-green-screen] .hljs-title.function_, [theme=base16-green-screen] .ruby .hljs-property {
  color: #090;
}
[theme=base16-green-screen] .diff .hljs-meta, [theme=base16-green-screen] .hljs-keyword, [theme=base16-green-screen] .hljs-template-tag, [theme=base16-green-screen] .hljs-type {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-emphasis {
  color: #0b0;
  font-style: italic;
}
[theme=base16-green-screen] .hljs-meta, [theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta .hljs-string {
  color: #050;
}
[theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-hard] {
  /*!
    Theme: Gruvbox dark, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-hard] .hljs {
  color: #d5c4a1;
  background: #1d2021;
}
[theme=base16-gruvbox-dark-hard] .hljs ::selection, [theme=base16-gruvbox-dark-hard] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-hard] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator, [theme=base16-gruvbox-dark-hard] .hljs-punctuation, [theme=base16-gruvbox-dark-hard] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-hard] .hljs-bullet, [theme=base16-gruvbox-dark-hard] .hljs-deletion, [theme=base16-gruvbox-dark-hard] .hljs-name, [theme=base16-gruvbox-dark-hard] .hljs-selector-tag, [theme=base16-gruvbox-dark-hard] .hljs-template-variable, [theme=base16-gruvbox-dark-hard] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-hard] .hljs-attr, [theme=base16-gruvbox-dark-hard] .hljs-link, [theme=base16-gruvbox-dark-hard] .hljs-literal, [theme=base16-gruvbox-dark-hard] .hljs-number, [theme=base16-gruvbox-dark-hard] .hljs-symbol, [theme=base16-gruvbox-dark-hard] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-addition, [theme=base16-gruvbox-dark-hard] .hljs-code, [theme=base16-gruvbox-dark-hard] .hljs-string, [theme=base16-gruvbox-dark-hard] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-hard] .hljs-built_in, [theme=base16-gruvbox-dark-hard] .hljs-doctag, [theme=base16-gruvbox-dark-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-hard] .hljs-quote, [theme=base16-gruvbox-dark-hard] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-hard] .hljs-attribute, [theme=base16-gruvbox-dark-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-section, [theme=base16-gruvbox-dark-hard] .hljs-title.function_, [theme=base16-gruvbox-dark-hard] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-hard] .diff .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-template-tag, [theme=base16-gruvbox-dark-hard] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-hard] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-medium] {
  /*!
    Theme: Gruvbox dark, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-medium] .hljs {
  color: #d5c4a1;
  background: #282828;
}
[theme=base16-gruvbox-dark-medium] .hljs ::selection, [theme=base16-gruvbox-dark-medium] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-medium] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator, [theme=base16-gruvbox-dark-medium] .hljs-punctuation, [theme=base16-gruvbox-dark-medium] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-medium] .hljs-bullet, [theme=base16-gruvbox-dark-medium] .hljs-deletion, [theme=base16-gruvbox-dark-medium] .hljs-name, [theme=base16-gruvbox-dark-medium] .hljs-selector-tag, [theme=base16-gruvbox-dark-medium] .hljs-template-variable, [theme=base16-gruvbox-dark-medium] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-medium] .hljs-attr, [theme=base16-gruvbox-dark-medium] .hljs-link, [theme=base16-gruvbox-dark-medium] .hljs-literal, [theme=base16-gruvbox-dark-medium] .hljs-number, [theme=base16-gruvbox-dark-medium] .hljs-symbol, [theme=base16-gruvbox-dark-medium] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-addition, [theme=base16-gruvbox-dark-medium] .hljs-code, [theme=base16-gruvbox-dark-medium] .hljs-string, [theme=base16-gruvbox-dark-medium] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-medium] .hljs-built_in, [theme=base16-gruvbox-dark-medium] .hljs-doctag, [theme=base16-gruvbox-dark-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-medium] .hljs-quote, [theme=base16-gruvbox-dark-medium] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-medium] .hljs-attribute, [theme=base16-gruvbox-dark-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-section, [theme=base16-gruvbox-dark-medium] .hljs-title.function_, [theme=base16-gruvbox-dark-medium] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-medium] .diff .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-template-tag, [theme=base16-gruvbox-dark-medium] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-medium] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-pale] {
  /*!
    Theme: Gruvbox dark, pale
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-pale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-pale] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-pale] .hljs {
  color: #dab997;
  background: #262626;
}
[theme=base16-gruvbox-dark-pale] .hljs ::selection, [theme=base16-gruvbox-dark-pale] .hljs::selection {
  background-color: #4e4e4e;
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-comment {
  color: #8a8a8a;
}
[theme=base16-gruvbox-dark-pale] .hljs-tag {
  color: #949494;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator, [theme=base16-gruvbox-dark-pale] .hljs-punctuation, [theme=base16-gruvbox-dark-pale] .hljs-subst {
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-pale] .hljs-bullet, [theme=base16-gruvbox-dark-pale] .hljs-deletion, [theme=base16-gruvbox-dark-pale] .hljs-name, [theme=base16-gruvbox-dark-pale] .hljs-selector-tag, [theme=base16-gruvbox-dark-pale] .hljs-template-variable, [theme=base16-gruvbox-dark-pale] .hljs-variable {
  color: #d75f5f;
}
[theme=base16-gruvbox-dark-pale] .hljs-attr, [theme=base16-gruvbox-dark-pale] .hljs-link, [theme=base16-gruvbox-dark-pale] .hljs-literal, [theme=base16-gruvbox-dark-pale] .hljs-number, [theme=base16-gruvbox-dark-pale] .hljs-symbol, [theme=base16-gruvbox-dark-pale] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-gruvbox-dark-pale] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title.class_ {
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-strong {
  font-weight: 700;
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-addition, [theme=base16-gruvbox-dark-pale] .hljs-code, [theme=base16-gruvbox-dark-pale] .hljs-string, [theme=base16-gruvbox-dark-pale] .hljs-title.class_.inherited__ {
  color: #afaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-built_in, [theme=base16-gruvbox-dark-pale] .hljs-doctag, [theme=base16-gruvbox-dark-pale] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-pale] .hljs-quote, [theme=base16-gruvbox-dark-pale] .hljs-regexp {
  color: #85ad85;
}
[theme=base16-gruvbox-dark-pale] .hljs-attribute, [theme=base16-gruvbox-dark-pale] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-section, [theme=base16-gruvbox-dark-pale] .hljs-title.function_, [theme=base16-gruvbox-dark-pale] .ruby .hljs-property {
  color: #83adad;
}
[theme=base16-gruvbox-dark-pale] .diff .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-template-tag, [theme=base16-gruvbox-dark-pale] .hljs-type {
  color: #d485ad;
}
[theme=base16-gruvbox-dark-pale] .hljs-emphasis {
  color: #d485ad;
  font-style: italic;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-soft] {
  /*!
    Theme: Gruvbox dark, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-soft] .hljs {
  color: #d5c4a1;
  background: #32302f;
}
[theme=base16-gruvbox-dark-soft] .hljs ::selection, [theme=base16-gruvbox-dark-soft] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-soft] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator, [theme=base16-gruvbox-dark-soft] .hljs-punctuation, [theme=base16-gruvbox-dark-soft] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-soft] .hljs-bullet, [theme=base16-gruvbox-dark-soft] .hljs-deletion, [theme=base16-gruvbox-dark-soft] .hljs-name, [theme=base16-gruvbox-dark-soft] .hljs-selector-tag, [theme=base16-gruvbox-dark-soft] .hljs-template-variable, [theme=base16-gruvbox-dark-soft] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-soft] .hljs-attr, [theme=base16-gruvbox-dark-soft] .hljs-link, [theme=base16-gruvbox-dark-soft] .hljs-literal, [theme=base16-gruvbox-dark-soft] .hljs-number, [theme=base16-gruvbox-dark-soft] .hljs-symbol, [theme=base16-gruvbox-dark-soft] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-addition, [theme=base16-gruvbox-dark-soft] .hljs-code, [theme=base16-gruvbox-dark-soft] .hljs-string, [theme=base16-gruvbox-dark-soft] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-soft] .hljs-built_in, [theme=base16-gruvbox-dark-soft] .hljs-doctag, [theme=base16-gruvbox-dark-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-soft] .hljs-quote, [theme=base16-gruvbox-dark-soft] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-soft] .hljs-attribute, [theme=base16-gruvbox-dark-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-section, [theme=base16-gruvbox-dark-soft] .hljs-title.function_, [theme=base16-gruvbox-dark-soft] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-soft] .diff .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-template-tag, [theme=base16-gruvbox-dark-soft] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-soft] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-hard] {
  /*!
    Theme: Gruvbox light, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-hard] .hljs {
  color: #504945;
  background: #f9f5d7;
}
[theme=base16-gruvbox-light-hard] .hljs ::selection, [theme=base16-gruvbox-light-hard] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-hard] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-hard] .hljs-operator, [theme=base16-gruvbox-light-hard] .hljs-punctuation, [theme=base16-gruvbox-light-hard] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-hard] .hljs-bullet, [theme=base16-gruvbox-light-hard] .hljs-deletion, [theme=base16-gruvbox-light-hard] .hljs-name, [theme=base16-gruvbox-light-hard] .hljs-selector-tag, [theme=base16-gruvbox-light-hard] .hljs-template-variable, [theme=base16-gruvbox-light-hard] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-hard] .hljs-attr, [theme=base16-gruvbox-light-hard] .hljs-link, [theme=base16-gruvbox-light-hard] .hljs-literal, [theme=base16-gruvbox-light-hard] .hljs-number, [theme=base16-gruvbox-light-hard] .hljs-symbol, [theme=base16-gruvbox-light-hard] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-addition, [theme=base16-gruvbox-light-hard] .hljs-code, [theme=base16-gruvbox-light-hard] .hljs-string, [theme=base16-gruvbox-light-hard] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-hard] .hljs-built_in, [theme=base16-gruvbox-light-hard] .hljs-doctag, [theme=base16-gruvbox-light-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-hard] .hljs-quote, [theme=base16-gruvbox-light-hard] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-hard] .hljs-attribute, [theme=base16-gruvbox-light-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-section, [theme=base16-gruvbox-light-hard] .hljs-title.function_, [theme=base16-gruvbox-light-hard] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-hard] .diff .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-template-tag, [theme=base16-gruvbox-light-hard] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-hard] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-hard] .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-medium] {
  /*!
    Theme: Gruvbox light, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-medium] .hljs {
  color: #504945;
  background: #fbf1c7;
}
[theme=base16-gruvbox-light-medium] .hljs ::selection, [theme=base16-gruvbox-light-medium] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-medium] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-medium] .hljs-operator, [theme=base16-gruvbox-light-medium] .hljs-punctuation, [theme=base16-gruvbox-light-medium] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-medium] .hljs-bullet, [theme=base16-gruvbox-light-medium] .hljs-deletion, [theme=base16-gruvbox-light-medium] .hljs-name, [theme=base16-gruvbox-light-medium] .hljs-selector-tag, [theme=base16-gruvbox-light-medium] .hljs-template-variable, [theme=base16-gruvbox-light-medium] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-medium] .hljs-attr, [theme=base16-gruvbox-light-medium] .hljs-link, [theme=base16-gruvbox-light-medium] .hljs-literal, [theme=base16-gruvbox-light-medium] .hljs-number, [theme=base16-gruvbox-light-medium] .hljs-symbol, [theme=base16-gruvbox-light-medium] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-addition, [theme=base16-gruvbox-light-medium] .hljs-code, [theme=base16-gruvbox-light-medium] .hljs-string, [theme=base16-gruvbox-light-medium] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-medium] .hljs-built_in, [theme=base16-gruvbox-light-medium] .hljs-doctag, [theme=base16-gruvbox-light-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-medium] .hljs-quote, [theme=base16-gruvbox-light-medium] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-medium] .hljs-attribute, [theme=base16-gruvbox-light-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-section, [theme=base16-gruvbox-light-medium] .hljs-title.function_, [theme=base16-gruvbox-light-medium] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-medium] .diff .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-template-tag, [theme=base16-gruvbox-light-medium] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-medium] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-medium] .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-soft] {
  /*!
    Theme: Gruvbox light, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-soft] .hljs {
  color: #504945;
  background: #f2e5bc;
}
[theme=base16-gruvbox-light-soft] .hljs ::selection, [theme=base16-gruvbox-light-soft] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-soft] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-soft] .hljs-operator, [theme=base16-gruvbox-light-soft] .hljs-punctuation, [theme=base16-gruvbox-light-soft] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-soft] .hljs-bullet, [theme=base16-gruvbox-light-soft] .hljs-deletion, [theme=base16-gruvbox-light-soft] .hljs-name, [theme=base16-gruvbox-light-soft] .hljs-selector-tag, [theme=base16-gruvbox-light-soft] .hljs-template-variable, [theme=base16-gruvbox-light-soft] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-soft] .hljs-attr, [theme=base16-gruvbox-light-soft] .hljs-link, [theme=base16-gruvbox-light-soft] .hljs-literal, [theme=base16-gruvbox-light-soft] .hljs-number, [theme=base16-gruvbox-light-soft] .hljs-symbol, [theme=base16-gruvbox-light-soft] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-addition, [theme=base16-gruvbox-light-soft] .hljs-code, [theme=base16-gruvbox-light-soft] .hljs-string, [theme=base16-gruvbox-light-soft] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-soft] .hljs-built_in, [theme=base16-gruvbox-light-soft] .hljs-doctag, [theme=base16-gruvbox-light-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-soft] .hljs-quote, [theme=base16-gruvbox-light-soft] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-soft] .hljs-attribute, [theme=base16-gruvbox-light-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-section, [theme=base16-gruvbox-light-soft] .hljs-title.function_, [theme=base16-gruvbox-light-soft] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-soft] .diff .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-template-tag, [theme=base16-gruvbox-light-soft] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-soft] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-soft] .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hardcore] {
  /*!
    Theme: Hardcore
    Author: Chris Caller
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hardcore] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hardcore] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hardcore] .hljs {
  color: #cdcdcd;
  background: #212121;
}
[theme=base16-hardcore] .hljs ::selection, [theme=base16-hardcore] .hljs::selection {
  background-color: #353535;
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-hardcore] .hljs-tag {
  color: #707070;
}
[theme=base16-hardcore] .hljs-operator, [theme=base16-hardcore] .hljs-punctuation, [theme=base16-hardcore] .hljs-subst {
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hardcore] .hljs-bullet, [theme=base16-hardcore] .hljs-deletion, [theme=base16-hardcore] .hljs-name, [theme=base16-hardcore] .hljs-selector-tag, [theme=base16-hardcore] .hljs-template-variable, [theme=base16-hardcore] .hljs-variable {
  color: #f92672;
}
[theme=base16-hardcore] .hljs-attr, [theme=base16-hardcore] .hljs-link, [theme=base16-hardcore] .hljs-literal, [theme=base16-hardcore] .hljs-number, [theme=base16-hardcore] .hljs-symbol, [theme=base16-hardcore] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-hardcore] .hljs-class .hljs-title, [theme=base16-hardcore] .hljs-title, [theme=base16-hardcore] .hljs-title.class_ {
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-strong {
  font-weight: 700;
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-addition, [theme=base16-hardcore] .hljs-code, [theme=base16-hardcore] .hljs-string, [theme=base16-hardcore] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-hardcore] .hljs-built_in, [theme=base16-hardcore] .hljs-doctag, [theme=base16-hardcore] .hljs-keyword.hljs-atrule, [theme=base16-hardcore] .hljs-quote, [theme=base16-hardcore] .hljs-regexp {
  color: #708387;
}
[theme=base16-hardcore] .hljs-attribute, [theme=base16-hardcore] .hljs-function .hljs-title, [theme=base16-hardcore] .hljs-section, [theme=base16-hardcore] .hljs-title.function_, [theme=base16-hardcore] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-hardcore] .diff .hljs-meta, [theme=base16-hardcore] .hljs-keyword, [theme=base16-hardcore] .hljs-template-tag, [theme=base16-hardcore] .hljs-type {
  color: #9e6ffe;
}
[theme=base16-hardcore] .hljs-emphasis {
  color: #9e6ffe;
  font-style: italic;
}
[theme=base16-hardcore] .hljs-meta, [theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta .hljs-string {
  color: #e8b882;
}
[theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-dark] {
  /*!
    Theme: Harmonic16 Dark
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-dark] .hljs {
  color: #cbd6e2;
  background: #0b1c2c;
}
[theme=base16-harmonic16-dark] .hljs ::selection, [theme=base16-harmonic16-dark] .hljs::selection {
  background-color: #405c79;
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-comment {
  color: #627e99;
}
[theme=base16-harmonic16-dark] .hljs-tag {
  color: #aabcce;
}
[theme=base16-harmonic16-dark] .hljs-operator, [theme=base16-harmonic16-dark] .hljs-punctuation, [theme=base16-harmonic16-dark] .hljs-subst {
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-dark] .hljs-bullet, [theme=base16-harmonic16-dark] .hljs-deletion, [theme=base16-harmonic16-dark] .hljs-name, [theme=base16-harmonic16-dark] .hljs-selector-tag, [theme=base16-harmonic16-dark] .hljs-template-variable, [theme=base16-harmonic16-dark] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-dark] .hljs-attr, [theme=base16-harmonic16-dark] .hljs-link, [theme=base16-harmonic16-dark] .hljs-literal, [theme=base16-harmonic16-dark] .hljs-number, [theme=base16-harmonic16-dark] .hljs-symbol, [theme=base16-harmonic16-dark] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-dark] .hljs-class .hljs-title, [theme=base16-harmonic16-dark] .hljs-title, [theme=base16-harmonic16-dark] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-addition, [theme=base16-harmonic16-dark] .hljs-code, [theme=base16-harmonic16-dark] .hljs-string, [theme=base16-harmonic16-dark] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-dark] .hljs-built_in, [theme=base16-harmonic16-dark] .hljs-doctag, [theme=base16-harmonic16-dark] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-dark] .hljs-quote, [theme=base16-harmonic16-dark] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-dark] .hljs-attribute, [theme=base16-harmonic16-dark] .hljs-function .hljs-title, [theme=base16-harmonic16-dark] .hljs-section, [theme=base16-harmonic16-dark] .hljs-title.function_, [theme=base16-harmonic16-dark] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-dark] .diff .hljs-meta, [theme=base16-harmonic16-dark] .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-template-tag, [theme=base16-harmonic16-dark] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-dark] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-dark] .hljs-meta, [theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-light] {
  /*!
    Theme: Harmonic16 Light
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-light] .hljs {
  color: #405c79;
  background: #f7f9fb;
}
[theme=base16-harmonic16-light] .hljs ::selection, [theme=base16-harmonic16-light] .hljs::selection {
  background-color: #cbd6e2;
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-comment {
  color: #aabcce;
}
[theme=base16-harmonic16-light] .hljs-tag {
  color: #627e99;
}
[theme=base16-harmonic16-light] .hljs-operator, [theme=base16-harmonic16-light] .hljs-punctuation, [theme=base16-harmonic16-light] .hljs-subst {
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-light] .hljs-bullet, [theme=base16-harmonic16-light] .hljs-deletion, [theme=base16-harmonic16-light] .hljs-name, [theme=base16-harmonic16-light] .hljs-selector-tag, [theme=base16-harmonic16-light] .hljs-template-variable, [theme=base16-harmonic16-light] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-light] .hljs-attr, [theme=base16-harmonic16-light] .hljs-link, [theme=base16-harmonic16-light] .hljs-literal, [theme=base16-harmonic16-light] .hljs-number, [theme=base16-harmonic16-light] .hljs-symbol, [theme=base16-harmonic16-light] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-light] .hljs-class .hljs-title, [theme=base16-harmonic16-light] .hljs-title, [theme=base16-harmonic16-light] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-addition, [theme=base16-harmonic16-light] .hljs-code, [theme=base16-harmonic16-light] .hljs-string, [theme=base16-harmonic16-light] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-light] .hljs-built_in, [theme=base16-harmonic16-light] .hljs-doctag, [theme=base16-harmonic16-light] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-light] .hljs-quote, [theme=base16-harmonic16-light] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-light] .hljs-attribute, [theme=base16-harmonic16-light] .hljs-function .hljs-title, [theme=base16-harmonic16-light] .hljs-section, [theme=base16-harmonic16-light] .hljs-title.function_, [theme=base16-harmonic16-light] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-light] .diff .hljs-meta, [theme=base16-harmonic16-light] .hljs-keyword, [theme=base16-harmonic16-light] .hljs-template-tag, [theme=base16-harmonic16-light] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-light] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-light] .hljs-meta, [theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-dark] {
  /*!
    Theme: Heetch Dark
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-dark] .hljs {
  color: #bdb6c5;
  background: #190134;
}
[theme=base16-heetch-dark] .hljs ::selection, [theme=base16-heetch-dark] .hljs::selection {
  background-color: #5a496e;
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-comment {
  color: #7b6d8b;
}
[theme=base16-heetch-dark] .hljs-tag {
  color: #9c92a8;
}
[theme=base16-heetch-dark] .hljs-operator, [theme=base16-heetch-dark] .hljs-punctuation, [theme=base16-heetch-dark] .hljs-subst {
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-dark] .hljs-bullet, [theme=base16-heetch-dark] .hljs-deletion, [theme=base16-heetch-dark] .hljs-name, [theme=base16-heetch-dark] .hljs-selector-tag, [theme=base16-heetch-dark] .hljs-template-variable, [theme=base16-heetch-dark] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-dark] .hljs-attr, [theme=base16-heetch-dark] .hljs-link, [theme=base16-heetch-dark] .hljs-literal, [theme=base16-heetch-dark] .hljs-number, [theme=base16-heetch-dark] .hljs-symbol, [theme=base16-heetch-dark] .hljs-variable.constant_ {
  color: #5ba2b6;
}
[theme=base16-heetch-dark] .hljs-class .hljs-title, [theme=base16-heetch-dark] .hljs-title, [theme=base16-heetch-dark] .hljs-title.class_ {
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-strong {
  font-weight: 700;
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-addition, [theme=base16-heetch-dark] .hljs-code, [theme=base16-heetch-dark] .hljs-string, [theme=base16-heetch-dark] .hljs-title.class_.inherited__ {
  color: #c33678;
}
[theme=base16-heetch-dark] .hljs-built_in, [theme=base16-heetch-dark] .hljs-doctag, [theme=base16-heetch-dark] .hljs-keyword.hljs-atrule, [theme=base16-heetch-dark] .hljs-quote, [theme=base16-heetch-dark] .hljs-regexp {
  color: #f80059;
}
[theme=base16-heetch-dark] .hljs-attribute, [theme=base16-heetch-dark] .hljs-function .hljs-title, [theme=base16-heetch-dark] .hljs-section, [theme=base16-heetch-dark] .hljs-title.function_, [theme=base16-heetch-dark] .ruby .hljs-property {
  color: #bd0152;
}
[theme=base16-heetch-dark] .diff .hljs-meta, [theme=base16-heetch-dark] .hljs-keyword, [theme=base16-heetch-dark] .hljs-template-tag, [theme=base16-heetch-dark] .hljs-type {
  color: #82034c;
}
[theme=base16-heetch-dark] .hljs-emphasis {
  color: #82034c;
  font-style: italic;
}
[theme=base16-heetch-dark] .hljs-meta, [theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta .hljs-string {
  color: #470546;
}
[theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-light] {
  /*!
    Theme: Heetch Light
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-light] .hljs {
  color: #5a496e;
  background: #feffff;
}
[theme=base16-heetch-light] .hljs ::selection, [theme=base16-heetch-light] .hljs::selection {
  background-color: #7b6d8b;
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-comment {
  color: #9c92a8;
}
[theme=base16-heetch-light] .hljs-tag {
  color: #ddd6e5;
}
[theme=base16-heetch-light] .hljs-operator, [theme=base16-heetch-light] .hljs-punctuation, [theme=base16-heetch-light] .hljs-subst {
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-light] .hljs-bullet, [theme=base16-heetch-light] .hljs-deletion, [theme=base16-heetch-light] .hljs-name, [theme=base16-heetch-light] .hljs-selector-tag, [theme=base16-heetch-light] .hljs-template-variable, [theme=base16-heetch-light] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-light] .hljs-attr, [theme=base16-heetch-light] .hljs-link, [theme=base16-heetch-light] .hljs-literal, [theme=base16-heetch-light] .hljs-number, [theme=base16-heetch-light] .hljs-symbol, [theme=base16-heetch-light] .hljs-variable.constant_ {
  color: #bdb6c5;
}
[theme=base16-heetch-light] .hljs-class .hljs-title, [theme=base16-heetch-light] .hljs-title, [theme=base16-heetch-light] .hljs-title.class_ {
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-strong {
  font-weight: 700;
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-addition, [theme=base16-heetch-light] .hljs-code, [theme=base16-heetch-light] .hljs-string, [theme=base16-heetch-light] .hljs-title.class_.inherited__ {
  color: #f80059;
}
[theme=base16-heetch-light] .hljs-built_in, [theme=base16-heetch-light] .hljs-doctag, [theme=base16-heetch-light] .hljs-keyword.hljs-atrule, [theme=base16-heetch-light] .hljs-quote, [theme=base16-heetch-light] .hljs-regexp {
  color: #c33678;
}
[theme=base16-heetch-light] .hljs-attribute, [theme=base16-heetch-light] .hljs-function .hljs-title, [theme=base16-heetch-light] .hljs-section, [theme=base16-heetch-light] .hljs-title.function_, [theme=base16-heetch-light] .ruby .hljs-property {
  color: #47f9f5;
}
[theme=base16-heetch-light] .diff .hljs-meta, [theme=base16-heetch-light] .hljs-keyword, [theme=base16-heetch-light] .hljs-template-tag, [theme=base16-heetch-light] .hljs-type {
  color: #bd0152;
}
[theme=base16-heetch-light] .hljs-emphasis {
  color: #bd0152;
  font-style: italic;
}
[theme=base16-heetch-light] .hljs-meta, [theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta .hljs-string {
  color: #dedae2;
}
[theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-helios] {
  /*!
    Theme: Helios
    Author: Alex Meyer (https://github.com/reyemxela)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-helios] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-helios] code.hljs {
  padding: 3px 5px;
}
[theme=base16-helios] .hljs {
  color: #d5d5d5;
  background: #1d2021;
}
[theme=base16-helios] .hljs ::selection, [theme=base16-helios] .hljs::selection {
  background-color: #53585b;
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-comment {
  color: #6f7579;
}
[theme=base16-helios] .hljs-tag {
  color: #cdcdcd;
}
[theme=base16-helios] .hljs-operator, [theme=base16-helios] .hljs-punctuation, [theme=base16-helios] .hljs-subst {
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-helios] .hljs-bullet, [theme=base16-helios] .hljs-deletion, [theme=base16-helios] .hljs-name, [theme=base16-helios] .hljs-selector-tag, [theme=base16-helios] .hljs-template-variable, [theme=base16-helios] .hljs-variable {
  color: #d72638;
}
[theme=base16-helios] .hljs-attr, [theme=base16-helios] .hljs-link, [theme=base16-helios] .hljs-literal, [theme=base16-helios] .hljs-number, [theme=base16-helios] .hljs-symbol, [theme=base16-helios] .hljs-variable.constant_ {
  color: #eb8413;
}
[theme=base16-helios] .hljs-class .hljs-title, [theme=base16-helios] .hljs-title, [theme=base16-helios] .hljs-title.class_ {
  color: #f19d1a;
}
[theme=base16-helios] .hljs-strong {
  font-weight: 700;
  color: #f19d1a;
}
[theme=base16-helios] .hljs-addition, [theme=base16-helios] .hljs-code, [theme=base16-helios] .hljs-string, [theme=base16-helios] .hljs-title.class_.inherited__ {
  color: #88b92d;
}
[theme=base16-helios] .hljs-built_in, [theme=base16-helios] .hljs-doctag, [theme=base16-helios] .hljs-keyword.hljs-atrule, [theme=base16-helios] .hljs-quote, [theme=base16-helios] .hljs-regexp {
  color: #1ba595;
}
[theme=base16-helios] .hljs-attribute, [theme=base16-helios] .hljs-function .hljs-title, [theme=base16-helios] .hljs-section, [theme=base16-helios] .hljs-title.function_, [theme=base16-helios] .ruby .hljs-property {
  color: #1e8bac;
}
[theme=base16-helios] .diff .hljs-meta, [theme=base16-helios] .hljs-keyword, [theme=base16-helios] .hljs-template-tag, [theme=base16-helios] .hljs-type {
  color: #be4264;
}
[theme=base16-helios] .hljs-emphasis {
  color: #be4264;
  font-style: italic;
}
[theme=base16-helios] .hljs-meta, [theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta .hljs-string {
  color: #c85e0d;
}
[theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hopscotch] {
  /*!
    Theme: Hopscotch
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hopscotch] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hopscotch] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hopscotch] .hljs {
  color: #b9b5b8;
  background: #322931;
}
[theme=base16-hopscotch] .hljs ::selection, [theme=base16-hopscotch] .hljs::selection {
  background-color: #5c545b;
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-comment {
  color: #797379;
}
[theme=base16-hopscotch] .hljs-tag {
  color: #989498;
}
[theme=base16-hopscotch] .hljs-operator, [theme=base16-hopscotch] .hljs-punctuation, [theme=base16-hopscotch] .hljs-subst {
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hopscotch] .hljs-bullet, [theme=base16-hopscotch] .hljs-deletion, [theme=base16-hopscotch] .hljs-name, [theme=base16-hopscotch] .hljs-selector-tag, [theme=base16-hopscotch] .hljs-template-variable, [theme=base16-hopscotch] .hljs-variable {
  color: #dd464c;
}
[theme=base16-hopscotch] .hljs-attr, [theme=base16-hopscotch] .hljs-link, [theme=base16-hopscotch] .hljs-literal, [theme=base16-hopscotch] .hljs-number, [theme=base16-hopscotch] .hljs-symbol, [theme=base16-hopscotch] .hljs-variable.constant_ {
  color: #fd8b19;
}
[theme=base16-hopscotch] .hljs-class .hljs-title, [theme=base16-hopscotch] .hljs-title, [theme=base16-hopscotch] .hljs-title.class_ {
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-strong {
  font-weight: 700;
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-addition, [theme=base16-hopscotch] .hljs-code, [theme=base16-hopscotch] .hljs-string, [theme=base16-hopscotch] .hljs-title.class_.inherited__ {
  color: #8fc13e;
}
[theme=base16-hopscotch] .hljs-built_in, [theme=base16-hopscotch] .hljs-doctag, [theme=base16-hopscotch] .hljs-keyword.hljs-atrule, [theme=base16-hopscotch] .hljs-quote, [theme=base16-hopscotch] .hljs-regexp {
  color: #149b93;
}
[theme=base16-hopscotch] .hljs-attribute, [theme=base16-hopscotch] .hljs-function .hljs-title, [theme=base16-hopscotch] .hljs-section, [theme=base16-hopscotch] .hljs-title.function_, [theme=base16-hopscotch] .ruby .hljs-property {
  color: #1290bf;
}
[theme=base16-hopscotch] .diff .hljs-meta, [theme=base16-hopscotch] .hljs-keyword, [theme=base16-hopscotch] .hljs-template-tag, [theme=base16-hopscotch] .hljs-type {
  color: #c85e7c;
}
[theme=base16-hopscotch] .hljs-emphasis {
  color: #c85e7c;
  font-style: italic;
}
[theme=base16-hopscotch] .hljs-meta, [theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta .hljs-string {
  color: #b33508;
}
[theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-dark] {
  /*!
    Theme: Horizon Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-dark] .hljs {
  color: #cbced0;
  background: #1c1e26;
}
[theme=base16-horizon-dark] .hljs ::selection, [theme=base16-horizon-dark] .hljs::selection {
  background-color: #2e303e;
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-comment {
  color: #6f6f70;
}
[theme=base16-horizon-dark] .hljs-tag {
  color: #9da0a2;
}
[theme=base16-horizon-dark] .hljs-operator, [theme=base16-horizon-dark] .hljs-punctuation, [theme=base16-horizon-dark] .hljs-subst {
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-dark] .hljs-bullet, [theme=base16-horizon-dark] .hljs-deletion, [theme=base16-horizon-dark] .hljs-name, [theme=base16-horizon-dark] .hljs-selector-tag, [theme=base16-horizon-dark] .hljs-template-variable, [theme=base16-horizon-dark] .hljs-variable {
  color: #e93c58;
}
[theme=base16-horizon-dark] .hljs-attr, [theme=base16-horizon-dark] .hljs-link, [theme=base16-horizon-dark] .hljs-literal, [theme=base16-horizon-dark] .hljs-number, [theme=base16-horizon-dark] .hljs-symbol, [theme=base16-horizon-dark] .hljs-variable.constant_ {
  color: #e58d7d;
}
[theme=base16-horizon-dark] .hljs-class .hljs-title, [theme=base16-horizon-dark] .hljs-title, [theme=base16-horizon-dark] .hljs-title.class_ {
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-strong {
  font-weight: 700;
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-addition, [theme=base16-horizon-dark] .hljs-code, [theme=base16-horizon-dark] .hljs-string, [theme=base16-horizon-dark] .hljs-title.class_.inherited__ {
  color: #efaf8e;
}
[theme=base16-horizon-dark] .hljs-built_in, [theme=base16-horizon-dark] .hljs-doctag, [theme=base16-horizon-dark] .hljs-keyword.hljs-atrule, [theme=base16-horizon-dark] .hljs-quote, [theme=base16-horizon-dark] .hljs-regexp {
  color: #24a8b4;
}
[theme=base16-horizon-dark] .hljs-attribute, [theme=base16-horizon-dark] .hljs-function .hljs-title, [theme=base16-horizon-dark] .hljs-section, [theme=base16-horizon-dark] .hljs-title.function_, [theme=base16-horizon-dark] .ruby .hljs-property {
  color: #df5273;
}
[theme=base16-horizon-dark] .diff .hljs-meta, [theme=base16-horizon-dark] .hljs-keyword, [theme=base16-horizon-dark] .hljs-template-tag, [theme=base16-horizon-dark] .hljs-type {
  color: #b072d1;
}
[theme=base16-horizon-dark] .hljs-emphasis {
  color: #b072d1;
  font-style: italic;
}
[theme=base16-horizon-dark] .hljs-meta, [theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta .hljs-string {
  color: #e4a382;
}
[theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-light] {
  /*!
    Theme: Horizon Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-light] .hljs {
  color: #403c3d;
  background: #fdf0ed;
}
[theme=base16-horizon-light] .hljs ::selection, [theme=base16-horizon-light] .hljs::selection {
  background-color: #f9cbbe;
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-comment {
  color: #bdb3b1;
}
[theme=base16-horizon-light] .hljs-tag {
  color: #948c8a;
}
[theme=base16-horizon-light] .hljs-operator, [theme=base16-horizon-light] .hljs-punctuation, [theme=base16-horizon-light] .hljs-subst {
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-light] .hljs-bullet, [theme=base16-horizon-light] .hljs-deletion, [theme=base16-horizon-light] .hljs-name, [theme=base16-horizon-light] .hljs-selector-tag, [theme=base16-horizon-light] .hljs-template-variable, [theme=base16-horizon-light] .hljs-variable {
  color: #e95678;
}
[theme=base16-horizon-light] .hljs-attr, [theme=base16-horizon-light] .hljs-link, [theme=base16-horizon-light] .hljs-literal, [theme=base16-horizon-light] .hljs-number, [theme=base16-horizon-light] .hljs-symbol, [theme=base16-horizon-light] .hljs-variable.constant_ {
  color: #f9cec3;
}
[theme=base16-horizon-light] .hljs-class .hljs-title, [theme=base16-horizon-light] .hljs-title, [theme=base16-horizon-light] .hljs-title.class_ {
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-strong {
  font-weight: 700;
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-addition, [theme=base16-horizon-light] .hljs-code, [theme=base16-horizon-light] .hljs-string, [theme=base16-horizon-light] .hljs-title.class_.inherited__ {
  color: #29d398;
}
[theme=base16-horizon-light] .hljs-built_in, [theme=base16-horizon-light] .hljs-doctag, [theme=base16-horizon-light] .hljs-keyword.hljs-atrule, [theme=base16-horizon-light] .hljs-quote, [theme=base16-horizon-light] .hljs-regexp {
  color: #59e1e3;
}
[theme=base16-horizon-light] .hljs-attribute, [theme=base16-horizon-light] .hljs-function .hljs-title, [theme=base16-horizon-light] .hljs-section, [theme=base16-horizon-light] .hljs-title.function_, [theme=base16-horizon-light] .ruby .hljs-property {
  color: #26bbd9;
}
[theme=base16-horizon-light] .diff .hljs-meta, [theme=base16-horizon-light] .hljs-keyword, [theme=base16-horizon-light] .hljs-template-tag, [theme=base16-horizon-light] .hljs-type {
  color: #ee64ac;
}
[theme=base16-horizon-light] .hljs-emphasis {
  color: #ee64ac;
  font-style: italic;
}
[theme=base16-horizon-light] .hljs-meta, [theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta .hljs-string {
  color: #f9cbbe;
}
[theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-dark] {
  /*!
    Theme: Humanoid dark
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-dark] .hljs {
  color: #f8f8f2;
  background: #232629;
}
[theme=base16-humanoid-dark] .hljs ::selection, [theme=base16-humanoid-dark] .hljs::selection {
  background-color: #484e54;
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-comment {
  color: #60615d;
}
[theme=base16-humanoid-dark] .hljs-tag {
  color: #c0c0bd;
}
[theme=base16-humanoid-dark] .hljs-operator, [theme=base16-humanoid-dark] .hljs-punctuation, [theme=base16-humanoid-dark] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-dark] .hljs-bullet, [theme=base16-humanoid-dark] .hljs-deletion, [theme=base16-humanoid-dark] .hljs-name, [theme=base16-humanoid-dark] .hljs-selector-tag, [theme=base16-humanoid-dark] .hljs-template-variable, [theme=base16-humanoid-dark] .hljs-variable {
  color: #f11235;
}
[theme=base16-humanoid-dark] .hljs-attr, [theme=base16-humanoid-dark] .hljs-link, [theme=base16-humanoid-dark] .hljs-literal, [theme=base16-humanoid-dark] .hljs-number, [theme=base16-humanoid-dark] .hljs-symbol, [theme=base16-humanoid-dark] .hljs-variable.constant_ {
  color: #ff9505;
}
[theme=base16-humanoid-dark] .hljs-class .hljs-title, [theme=base16-humanoid-dark] .hljs-title, [theme=base16-humanoid-dark] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-addition, [theme=base16-humanoid-dark] .hljs-code, [theme=base16-humanoid-dark] .hljs-string, [theme=base16-humanoid-dark] .hljs-title.class_.inherited__ {
  color: #02d849;
}
[theme=base16-humanoid-dark] .hljs-built_in, [theme=base16-humanoid-dark] .hljs-doctag, [theme=base16-humanoid-dark] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-dark] .hljs-quote, [theme=base16-humanoid-dark] .hljs-regexp {
  color: #0dd9d6;
}
[theme=base16-humanoid-dark] .hljs-attribute, [theme=base16-humanoid-dark] .hljs-function .hljs-title, [theme=base16-humanoid-dark] .hljs-section, [theme=base16-humanoid-dark] .hljs-title.function_, [theme=base16-humanoid-dark] .ruby .hljs-property {
  color: #00a6fb;
}
[theme=base16-humanoid-dark] .diff .hljs-meta, [theme=base16-humanoid-dark] .hljs-keyword, [theme=base16-humanoid-dark] .hljs-template-tag, [theme=base16-humanoid-dark] .hljs-type {
  color: #f15ee3;
}
[theme=base16-humanoid-dark] .hljs-emphasis {
  color: #f15ee3;
  font-style: italic;
}
[theme=base16-humanoid-dark] .hljs-meta, [theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-light] {
  /*!
    Theme: Humanoid light
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-light] .hljs {
  color: #232629;
  background: #f8f8f2;
}
[theme=base16-humanoid-light] .hljs ::selection, [theme=base16-humanoid-light] .hljs::selection {
  background-color: #deded8;
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-comment {
  color: #c0c0bd;
}
[theme=base16-humanoid-light] .hljs-tag {
  color: #60615d;
}
[theme=base16-humanoid-light] .hljs-operator, [theme=base16-humanoid-light] .hljs-punctuation, [theme=base16-humanoid-light] .hljs-subst {
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-light] .hljs-bullet, [theme=base16-humanoid-light] .hljs-deletion, [theme=base16-humanoid-light] .hljs-name, [theme=base16-humanoid-light] .hljs-selector-tag, [theme=base16-humanoid-light] .hljs-template-variable, [theme=base16-humanoid-light] .hljs-variable {
  color: #b0151a;
}
[theme=base16-humanoid-light] .hljs-attr, [theme=base16-humanoid-light] .hljs-link, [theme=base16-humanoid-light] .hljs-literal, [theme=base16-humanoid-light] .hljs-number, [theme=base16-humanoid-light] .hljs-symbol, [theme=base16-humanoid-light] .hljs-variable.constant_ {
  color: #ff3d00;
}
[theme=base16-humanoid-light] .hljs-class .hljs-title, [theme=base16-humanoid-light] .hljs-title, [theme=base16-humanoid-light] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-addition, [theme=base16-humanoid-light] .hljs-code, [theme=base16-humanoid-light] .hljs-string, [theme=base16-humanoid-light] .hljs-title.class_.inherited__ {
  color: #388e3c;
}
[theme=base16-humanoid-light] .hljs-built_in, [theme=base16-humanoid-light] .hljs-doctag, [theme=base16-humanoid-light] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-light] .hljs-quote, [theme=base16-humanoid-light] .hljs-regexp {
  color: #008e8e;
}
[theme=base16-humanoid-light] .hljs-attribute, [theme=base16-humanoid-light] .hljs-function .hljs-title, [theme=base16-humanoid-light] .hljs-section, [theme=base16-humanoid-light] .hljs-title.function_, [theme=base16-humanoid-light] .ruby .hljs-property {
  color: #0082c9;
}
[theme=base16-humanoid-light] .diff .hljs-meta, [theme=base16-humanoid-light] .hljs-keyword, [theme=base16-humanoid-light] .hljs-template-tag, [theme=base16-humanoid-light] .hljs-type {
  color: #700f98;
}
[theme=base16-humanoid-light] .hljs-emphasis {
  color: #700f98;
  font-style: italic;
}
[theme=base16-humanoid-light] .hljs-meta, [theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-dark] {
  /*!
    Theme: iA Dark
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-dark] .hljs {
  color: #ccc;
  background: #1a1a1a;
}
[theme=base16-ia-dark] .hljs ::selection, [theme=base16-ia-dark] .hljs::selection {
  background-color: #1d414d;
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-comment {
  color: #767676;
}
[theme=base16-ia-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-ia-dark] .hljs-operator, [theme=base16-ia-dark] .hljs-punctuation, [theme=base16-ia-dark] .hljs-subst {
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-dark] .hljs-bullet, [theme=base16-ia-dark] .hljs-deletion, [theme=base16-ia-dark] .hljs-name, [theme=base16-ia-dark] .hljs-selector-tag, [theme=base16-ia-dark] .hljs-template-variable, [theme=base16-ia-dark] .hljs-variable {
  color: #d88568;
}
[theme=base16-ia-dark] .hljs-attr, [theme=base16-ia-dark] .hljs-link, [theme=base16-ia-dark] .hljs-literal, [theme=base16-ia-dark] .hljs-number, [theme=base16-ia-dark] .hljs-symbol, [theme=base16-ia-dark] .hljs-variable.constant_ {
  color: #d86868;
}
[theme=base16-ia-dark] .hljs-class .hljs-title, [theme=base16-ia-dark] .hljs-title, [theme=base16-ia-dark] .hljs-title.class_ {
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-strong {
  font-weight: 700;
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-addition, [theme=base16-ia-dark] .hljs-code, [theme=base16-ia-dark] .hljs-string, [theme=base16-ia-dark] .hljs-title.class_.inherited__ {
  color: #83a471;
}
[theme=base16-ia-dark] .hljs-built_in, [theme=base16-ia-dark] .hljs-doctag, [theme=base16-ia-dark] .hljs-keyword.hljs-atrule, [theme=base16-ia-dark] .hljs-quote, [theme=base16-ia-dark] .hljs-regexp {
  color: #7c9cae;
}
[theme=base16-ia-dark] .hljs-attribute, [theme=base16-ia-dark] .hljs-function .hljs-title, [theme=base16-ia-dark] .hljs-section, [theme=base16-ia-dark] .hljs-title.function_, [theme=base16-ia-dark] .ruby .hljs-property {
  color: #8eccdd;
}
[theme=base16-ia-dark] .diff .hljs-meta, [theme=base16-ia-dark] .hljs-keyword, [theme=base16-ia-dark] .hljs-template-tag, [theme=base16-ia-dark] .hljs-type {
  color: #b98eb2;
}
[theme=base16-ia-dark] .hljs-emphasis {
  color: #b98eb2;
  font-style: italic;
}
[theme=base16-ia-dark] .hljs-meta, [theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-light] {
  /*!
    Theme: iA Light
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-light] .hljs {
  color: #181818;
  background: #f6f6f6;
}
[theme=base16-ia-light] .hljs ::selection, [theme=base16-ia-light] .hljs::selection {
  background-color: #bde5f2;
  color: #181818;
}
[theme=base16-ia-light] .hljs-comment {
  color: #898989;
}
[theme=base16-ia-light] .hljs-tag {
  color: #767676;
}
[theme=base16-ia-light] .hljs-operator, [theme=base16-ia-light] .hljs-punctuation, [theme=base16-ia-light] .hljs-subst {
  color: #181818;
}
[theme=base16-ia-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-light] .hljs-bullet, [theme=base16-ia-light] .hljs-deletion, [theme=base16-ia-light] .hljs-name, [theme=base16-ia-light] .hljs-selector-tag, [theme=base16-ia-light] .hljs-template-variable, [theme=base16-ia-light] .hljs-variable {
  color: #9c5a02;
}
[theme=base16-ia-light] .hljs-attr, [theme=base16-ia-light] .hljs-link, [theme=base16-ia-light] .hljs-literal, [theme=base16-ia-light] .hljs-number, [theme=base16-ia-light] .hljs-symbol, [theme=base16-ia-light] .hljs-variable.constant_ {
  color: #c43e18;
}
[theme=base16-ia-light] .hljs-class .hljs-title, [theme=base16-ia-light] .hljs-title, [theme=base16-ia-light] .hljs-title.class_ {
  color: #c48218;
}
[theme=base16-ia-light] .hljs-strong {
  font-weight: 700;
  color: #c48218;
}
[theme=base16-ia-light] .hljs-addition, [theme=base16-ia-light] .hljs-code, [theme=base16-ia-light] .hljs-string, [theme=base16-ia-light] .hljs-title.class_.inherited__ {
  color: #38781c;
}
[theme=base16-ia-light] .hljs-built_in, [theme=base16-ia-light] .hljs-doctag, [theme=base16-ia-light] .hljs-keyword.hljs-atrule, [theme=base16-ia-light] .hljs-quote, [theme=base16-ia-light] .hljs-regexp {
  color: #2d6bb1;
}
[theme=base16-ia-light] .hljs-attribute, [theme=base16-ia-light] .hljs-function .hljs-title, [theme=base16-ia-light] .hljs-section, [theme=base16-ia-light] .hljs-title.function_, [theme=base16-ia-light] .ruby .hljs-property {
  color: #48bac2;
}
[theme=base16-ia-light] .diff .hljs-meta, [theme=base16-ia-light] .hljs-keyword, [theme=base16-ia-light] .hljs-template-tag, [theme=base16-ia-light] .hljs-type {
  color: #a94598;
}
[theme=base16-ia-light] .hljs-emphasis {
  color: #a94598;
  font-style: italic;
}
[theme=base16-ia-light] .hljs-meta, [theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-icy-dark] {
  /*!
    Theme: Icy Dark
    Author: icyphox (https://icyphox.ga)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-icy-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-icy-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-icy-dark] .hljs {
  color: #095b67;
  background: #021012;
}
[theme=base16-icy-dark] .hljs ::selection, [theme=base16-icy-dark] .hljs::selection {
  background-color: #041f23;
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-comment {
  color: #052e34;
}
[theme=base16-icy-dark] .hljs-tag {
  color: #064048;
}
[theme=base16-icy-dark] .hljs-operator, [theme=base16-icy-dark] .hljs-punctuation, [theme=base16-icy-dark] .hljs-subst {
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-icy-dark] .hljs-bullet, [theme=base16-icy-dark] .hljs-deletion, [theme=base16-icy-dark] .hljs-name, [theme=base16-icy-dark] .hljs-selector-tag, [theme=base16-icy-dark] .hljs-template-variable, [theme=base16-icy-dark] .hljs-variable {
  color: #16c1d9;
}
[theme=base16-icy-dark] .hljs-attr, [theme=base16-icy-dark] .hljs-link, [theme=base16-icy-dark] .hljs-literal, [theme=base16-icy-dark] .hljs-number, [theme=base16-icy-dark] .hljs-symbol, [theme=base16-icy-dark] .hljs-variable.constant_ {
  color: #b3ebf2;
}
[theme=base16-icy-dark] .hljs-class .hljs-title, [theme=base16-icy-dark] .hljs-title, [theme=base16-icy-dark] .hljs-title.class_ {
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-strong {
  font-weight: 700;
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-addition, [theme=base16-icy-dark] .hljs-code, [theme=base16-icy-dark] .hljs-string, [theme=base16-icy-dark] .hljs-title.class_.inherited__ {
  color: #4dd0e1;
}
[theme=base16-icy-dark] .hljs-built_in, [theme=base16-icy-dark] .hljs-doctag, [theme=base16-icy-dark] .hljs-keyword.hljs-atrule, [theme=base16-icy-dark] .hljs-quote, [theme=base16-icy-dark] .hljs-regexp {
  color: #26c6da;
}
[theme=base16-icy-dark] .hljs-attribute, [theme=base16-icy-dark] .hljs-function .hljs-title, [theme=base16-icy-dark] .hljs-section, [theme=base16-icy-dark] .hljs-title.function_, [theme=base16-icy-dark] .ruby .hljs-property {
  color: #00bcd4;
}
[theme=base16-icy-dark] .diff .hljs-meta, [theme=base16-icy-dark] .hljs-keyword, [theme=base16-icy-dark] .hljs-template-tag, [theme=base16-icy-dark] .hljs-type {
  color: #00acc1;
}
[theme=base16-icy-dark] .hljs-emphasis {
  color: #00acc1;
  font-style: italic;
}
[theme=base16-icy-dark] .hljs-meta, [theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta .hljs-string {
  color: #0097a7;
}
[theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ir-black] {
  /*!
    Theme: IR Black
    Author: Timothée Poisot (http://timotheepoisot.fr)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ir-black] .hljs {
  color: #b5b3aa;
  background: #000;
}
[theme=base16-ir-black] .hljs ::selection, [theme=base16-ir-black] .hljs::selection {
  background-color: #484844;
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-comment {
  color: #6c6c66;
}
[theme=base16-ir-black] .hljs-tag {
  color: #918f88;
}
[theme=base16-ir-black] .hljs-operator, [theme=base16-ir-black] .hljs-punctuation, [theme=base16-ir-black] .hljs-subst {
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ir-black] .hljs-bullet, [theme=base16-ir-black] .hljs-deletion, [theme=base16-ir-black] .hljs-name, [theme=base16-ir-black] .hljs-selector-tag, [theme=base16-ir-black] .hljs-template-variable, [theme=base16-ir-black] .hljs-variable {
  color: #ff6c60;
}
[theme=base16-ir-black] .hljs-attr, [theme=base16-ir-black] .hljs-link, [theme=base16-ir-black] .hljs-literal, [theme=base16-ir-black] .hljs-number, [theme=base16-ir-black] .hljs-symbol, [theme=base16-ir-black] .hljs-variable.constant_ {
  color: #e9c062;
}
[theme=base16-ir-black] .hljs-class .hljs-title, [theme=base16-ir-black] .hljs-title, [theme=base16-ir-black] .hljs-title.class_ {
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-strong {
  font-weight: 700;
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-addition, [theme=base16-ir-black] .hljs-code, [theme=base16-ir-black] .hljs-string, [theme=base16-ir-black] .hljs-title.class_.inherited__ {
  color: #a8ff60;
}
[theme=base16-ir-black] .hljs-built_in, [theme=base16-ir-black] .hljs-doctag, [theme=base16-ir-black] .hljs-keyword.hljs-atrule, [theme=base16-ir-black] .hljs-quote, [theme=base16-ir-black] .hljs-regexp {
  color: #c6c5fe;
}
[theme=base16-ir-black] .hljs-attribute, [theme=base16-ir-black] .hljs-function .hljs-title, [theme=base16-ir-black] .hljs-section, [theme=base16-ir-black] .hljs-title.function_, [theme=base16-ir-black] .ruby .hljs-property {
  color: #96cbfe;
}
[theme=base16-ir-black] .diff .hljs-meta, [theme=base16-ir-black] .hljs-keyword, [theme=base16-ir-black] .hljs-template-tag, [theme=base16-ir-black] .hljs-type {
  color: #ff73fd;
}
[theme=base16-ir-black] .hljs-emphasis {
  color: #ff73fd;
  font-style: italic;
}
[theme=base16-ir-black] .hljs-meta, [theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta .hljs-string {
  color: #b18a3d;
}
[theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-isotope] {
  /*!
    Theme: Isotope
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-isotope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-isotope] code.hljs {
  padding: 3px 5px;
}
[theme=base16-isotope] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-isotope] .hljs ::selection, [theme=base16-isotope] .hljs::selection {
  background-color: #606060;
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-comment {
  color: grey;
}
[theme=base16-isotope] .hljs-tag {
  color: silver;
}
[theme=base16-isotope] .hljs-operator, [theme=base16-isotope] .hljs-punctuation, [theme=base16-isotope] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-isotope] .hljs-bullet, [theme=base16-isotope] .hljs-deletion, [theme=base16-isotope] .hljs-name, [theme=base16-isotope] .hljs-selector-tag, [theme=base16-isotope] .hljs-template-variable, [theme=base16-isotope] .hljs-variable {
  color: red;
}
[theme=base16-isotope] .hljs-attr, [theme=base16-isotope] .hljs-link, [theme=base16-isotope] .hljs-literal, [theme=base16-isotope] .hljs-number, [theme=base16-isotope] .hljs-symbol, [theme=base16-isotope] .hljs-variable.constant_ {
  color: #f90;
}
[theme=base16-isotope] .hljs-class .hljs-title, [theme=base16-isotope] .hljs-title, [theme=base16-isotope] .hljs-title.class_ {
  color: #f09;
}
[theme=base16-isotope] .hljs-strong {
  font-weight: 700;
  color: #f09;
}
[theme=base16-isotope] .hljs-addition, [theme=base16-isotope] .hljs-code, [theme=base16-isotope] .hljs-string, [theme=base16-isotope] .hljs-title.class_.inherited__ {
  color: #3f0;
}
[theme=base16-isotope] .hljs-built_in, [theme=base16-isotope] .hljs-doctag, [theme=base16-isotope] .hljs-keyword.hljs-atrule, [theme=base16-isotope] .hljs-quote, [theme=base16-isotope] .hljs-regexp {
  color: #0ff;
}
[theme=base16-isotope] .hljs-attribute, [theme=base16-isotope] .hljs-function .hljs-title, [theme=base16-isotope] .hljs-section, [theme=base16-isotope] .hljs-title.function_, [theme=base16-isotope] .ruby .hljs-property {
  color: #06f;
}
[theme=base16-isotope] .diff .hljs-meta, [theme=base16-isotope] .hljs-keyword, [theme=base16-isotope] .hljs-template-tag, [theme=base16-isotope] .hljs-type {
  color: #c0f;
}
[theme=base16-isotope] .hljs-emphasis {
  color: #c0f;
  font-style: italic;
}
[theme=base16-isotope] .hljs-meta, [theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta .hljs-string {
  color: #30f;
}
[theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-kimber] {
  /*!
    Theme: Kimber
    Author: Mishka Nguyen (https://github.com/akhsiM)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-kimber] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-kimber] code.hljs {
  padding: 3px 5px;
}
[theme=base16-kimber] .hljs {
  color: #dedee7;
  background: #222;
}
[theme=base16-kimber] .hljs ::selection, [theme=base16-kimber] .hljs::selection {
  background-color: #555d55;
  color: #dedee7;
}
[theme=base16-kimber] .hljs-comment {
  color: #644646;
}
[theme=base16-kimber] .hljs-tag {
  color: #5a5a5a;
}
[theme=base16-kimber] .hljs-operator, [theme=base16-kimber] .hljs-punctuation, [theme=base16-kimber] .hljs-subst {
  color: #dedee7;
}
[theme=base16-kimber] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-kimber] .hljs-bullet, [theme=base16-kimber] .hljs-deletion, [theme=base16-kimber] .hljs-name, [theme=base16-kimber] .hljs-selector-tag, [theme=base16-kimber] .hljs-template-variable, [theme=base16-kimber] .hljs-variable {
  color: #c88c8c;
}
[theme=base16-kimber] .hljs-attr, [theme=base16-kimber] .hljs-link, [theme=base16-kimber] .hljs-literal, [theme=base16-kimber] .hljs-number, [theme=base16-kimber] .hljs-symbol, [theme=base16-kimber] .hljs-variable.constant_ {
  color: #476c88;
}
[theme=base16-kimber] .hljs-class .hljs-title, [theme=base16-kimber] .hljs-title, [theme=base16-kimber] .hljs-title.class_ {
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-strong {
  font-weight: 700;
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-addition, [theme=base16-kimber] .hljs-code, [theme=base16-kimber] .hljs-string, [theme=base16-kimber] .hljs-title.class_.inherited__ {
  color: #99c899;
}
[theme=base16-kimber] .hljs-built_in, [theme=base16-kimber] .hljs-doctag, [theme=base16-kimber] .hljs-keyword.hljs-atrule, [theme=base16-kimber] .hljs-quote, [theme=base16-kimber] .hljs-regexp {
  color: #78b4b4;
}
[theme=base16-kimber] .hljs-attribute, [theme=base16-kimber] .hljs-function .hljs-title, [theme=base16-kimber] .hljs-section, [theme=base16-kimber] .hljs-title.function_, [theme=base16-kimber] .ruby .hljs-property {
  color: #537c9c;
}
[theme=base16-kimber] .diff .hljs-meta, [theme=base16-kimber] .hljs-keyword, [theme=base16-kimber] .hljs-template-tag, [theme=base16-kimber] .hljs-type {
  color: #86cacd;
}
[theme=base16-kimber] .hljs-emphasis {
  color: #86cacd;
  font-style: italic;
}
[theme=base16-kimber] .hljs-meta, [theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta .hljs-string {
  color: #704f4f;
}
[theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-london-tube] {
  /*!
    Theme: London Tube
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-london-tube] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-london-tube] code.hljs {
  padding: 3px 5px;
}
[theme=base16-london-tube] .hljs {
  color: #d9d8d8;
  background: #231f20;
}
[theme=base16-london-tube] .hljs ::selection, [theme=base16-london-tube] .hljs::selection {
  background-color: #5a5758;
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-comment {
  color: #737171;
}
[theme=base16-london-tube] .hljs-tag {
  color: #959ca1;
}
[theme=base16-london-tube] .hljs-operator, [theme=base16-london-tube] .hljs-punctuation, [theme=base16-london-tube] .hljs-subst {
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-london-tube] .hljs-bullet, [theme=base16-london-tube] .hljs-deletion, [theme=base16-london-tube] .hljs-name, [theme=base16-london-tube] .hljs-selector-tag, [theme=base16-london-tube] .hljs-template-variable, [theme=base16-london-tube] .hljs-variable {
  color: #ee2e24;
}
[theme=base16-london-tube] .hljs-attr, [theme=base16-london-tube] .hljs-link, [theme=base16-london-tube] .hljs-literal, [theme=base16-london-tube] .hljs-number, [theme=base16-london-tube] .hljs-symbol, [theme=base16-london-tube] .hljs-variable.constant_ {
  color: #f386a1;
}
[theme=base16-london-tube] .hljs-class .hljs-title, [theme=base16-london-tube] .hljs-title, [theme=base16-london-tube] .hljs-title.class_ {
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-strong {
  font-weight: 700;
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-addition, [theme=base16-london-tube] .hljs-code, [theme=base16-london-tube] .hljs-string, [theme=base16-london-tube] .hljs-title.class_.inherited__ {
  color: #00853e;
}
[theme=base16-london-tube] .hljs-built_in, [theme=base16-london-tube] .hljs-doctag, [theme=base16-london-tube] .hljs-keyword.hljs-atrule, [theme=base16-london-tube] .hljs-quote, [theme=base16-london-tube] .hljs-regexp {
  color: #85cebc;
}
[theme=base16-london-tube] .hljs-attribute, [theme=base16-london-tube] .hljs-function .hljs-title, [theme=base16-london-tube] .hljs-section, [theme=base16-london-tube] .hljs-title.function_, [theme=base16-london-tube] .ruby .hljs-property {
  color: #009ddc;
}
[theme=base16-london-tube] .diff .hljs-meta, [theme=base16-london-tube] .hljs-keyword, [theme=base16-london-tube] .hljs-template-tag, [theme=base16-london-tube] .hljs-type {
  color: #98005d;
}
[theme=base16-london-tube] .hljs-emphasis {
  color: #98005d;
  font-style: italic;
}
[theme=base16-london-tube] .hljs-meta, [theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta .hljs-string {
  color: #b06110;
}
[theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-macintosh] {
  /*!
    Theme: Macintosh
    Author: Rebecca Bettencourt (http://www.kreativekorp.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-macintosh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-macintosh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-macintosh] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-macintosh] .hljs ::selection, [theme=base16-macintosh] .hljs::selection {
  background-color: #404040;
  color: silver;
}
[theme=base16-macintosh] .hljs-comment, [theme=base16-macintosh] .hljs-tag {
  color: grey;
}
[theme=base16-macintosh] .hljs-operator, [theme=base16-macintosh] .hljs-punctuation, [theme=base16-macintosh] .hljs-subst {
  color: silver;
}
[theme=base16-macintosh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-macintosh] .hljs-bullet, [theme=base16-macintosh] .hljs-deletion, [theme=base16-macintosh] .hljs-name, [theme=base16-macintosh] .hljs-selector-tag, [theme=base16-macintosh] .hljs-template-variable, [theme=base16-macintosh] .hljs-variable {
  color: #dd0907;
}
[theme=base16-macintosh] .hljs-attr, [theme=base16-macintosh] .hljs-link, [theme=base16-macintosh] .hljs-literal, [theme=base16-macintosh] .hljs-number, [theme=base16-macintosh] .hljs-symbol, [theme=base16-macintosh] .hljs-variable.constant_ {
  color: #ff6403;
}
[theme=base16-macintosh] .hljs-class .hljs-title, [theme=base16-macintosh] .hljs-title, [theme=base16-macintosh] .hljs-title.class_ {
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-strong {
  font-weight: 700;
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-addition, [theme=base16-macintosh] .hljs-code, [theme=base16-macintosh] .hljs-string, [theme=base16-macintosh] .hljs-title.class_.inherited__ {
  color: #1fb714;
}
[theme=base16-macintosh] .hljs-built_in, [theme=base16-macintosh] .hljs-doctag, [theme=base16-macintosh] .hljs-keyword.hljs-atrule, [theme=base16-macintosh] .hljs-quote, [theme=base16-macintosh] .hljs-regexp {
  color: #02abea;
}
[theme=base16-macintosh] .hljs-attribute, [theme=base16-macintosh] .hljs-function .hljs-title, [theme=base16-macintosh] .hljs-section, [theme=base16-macintosh] .hljs-title.function_, [theme=base16-macintosh] .ruby .hljs-property {
  color: #0000d3;
}
[theme=base16-macintosh] .diff .hljs-meta, [theme=base16-macintosh] .hljs-keyword, [theme=base16-macintosh] .hljs-template-tag, [theme=base16-macintosh] .hljs-type {
  color: #4700a5;
}
[theme=base16-macintosh] .hljs-emphasis {
  color: #4700a5;
  font-style: italic;
}
[theme=base16-macintosh] .hljs-meta, [theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta .hljs-string {
  color: #90713a;
}
[theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-marrakesh] {
  /*!
    Theme: Marrakesh
    Author: Alexandre Gavioli (http://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-marrakesh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-marrakesh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-marrakesh] .hljs {
  color: #948e48;
  background: #201602;
}
[theme=base16-marrakesh] .hljs ::selection, [theme=base16-marrakesh] .hljs::selection {
  background-color: #5f5b17;
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-comment {
  color: #6c6823;
}
[theme=base16-marrakesh] .hljs-tag {
  color: #86813b;
}
[theme=base16-marrakesh] .hljs-operator, [theme=base16-marrakesh] .hljs-punctuation, [theme=base16-marrakesh] .hljs-subst {
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-marrakesh] .hljs-bullet, [theme=base16-marrakesh] .hljs-deletion, [theme=base16-marrakesh] .hljs-name, [theme=base16-marrakesh] .hljs-selector-tag, [theme=base16-marrakesh] .hljs-template-variable, [theme=base16-marrakesh] .hljs-variable {
  color: #c35359;
}
[theme=base16-marrakesh] .hljs-attr, [theme=base16-marrakesh] .hljs-link, [theme=base16-marrakesh] .hljs-literal, [theme=base16-marrakesh] .hljs-number, [theme=base16-marrakesh] .hljs-symbol, [theme=base16-marrakesh] .hljs-variable.constant_ {
  color: #b36144;
}
[theme=base16-marrakesh] .hljs-class .hljs-title, [theme=base16-marrakesh] .hljs-title, [theme=base16-marrakesh] .hljs-title.class_ {
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-strong {
  font-weight: 700;
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-addition, [theme=base16-marrakesh] .hljs-code, [theme=base16-marrakesh] .hljs-string, [theme=base16-marrakesh] .hljs-title.class_.inherited__ {
  color: #18974e;
}
[theme=base16-marrakesh] .hljs-built_in, [theme=base16-marrakesh] .hljs-doctag, [theme=base16-marrakesh] .hljs-keyword.hljs-atrule, [theme=base16-marrakesh] .hljs-quote, [theme=base16-marrakesh] .hljs-regexp {
  color: #75a738;
}
[theme=base16-marrakesh] .hljs-attribute, [theme=base16-marrakesh] .hljs-function .hljs-title, [theme=base16-marrakesh] .hljs-section, [theme=base16-marrakesh] .hljs-title.function_, [theme=base16-marrakesh] .ruby .hljs-property {
  color: #477ca1;
}
[theme=base16-marrakesh] .diff .hljs-meta, [theme=base16-marrakesh] .hljs-keyword, [theme=base16-marrakesh] .hljs-template-tag, [theme=base16-marrakesh] .hljs-type {
  color: #8868b3;
}
[theme=base16-marrakesh] .hljs-emphasis {
  color: #8868b3;
  font-style: italic;
}
[theme=base16-marrakesh] .hljs-meta, [theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta .hljs-string {
  color: #b3588e;
}
[theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-materia] {
  /*!
    Theme: Materia
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-materia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-materia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-materia] .hljs {
  color: #cdd3de;
  background: #263238;
}
[theme=base16-materia] .hljs ::selection, [theme=base16-materia] .hljs::selection {
  background-color: #37474f;
  color: #cdd3de;
}
[theme=base16-materia] .hljs-comment {
  color: #707880;
}
[theme=base16-materia] .hljs-tag {
  color: #c9ccd3;
}
[theme=base16-materia] .hljs-operator, [theme=base16-materia] .hljs-punctuation, [theme=base16-materia] .hljs-subst {
  color: #cdd3de;
}
[theme=base16-materia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-materia] .hljs-bullet, [theme=base16-materia] .hljs-deletion, [theme=base16-materia] .hljs-name, [theme=base16-materia] .hljs-selector-tag, [theme=base16-materia] .hljs-template-variable, [theme=base16-materia] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-attr, [theme=base16-materia] .hljs-link, [theme=base16-materia] .hljs-literal, [theme=base16-materia] .hljs-number, [theme=base16-materia] .hljs-symbol, [theme=base16-materia] .hljs-variable.constant_ {
  color: #ea9560;
}
[theme=base16-materia] .hljs-class .hljs-title, [theme=base16-materia] .hljs-title, [theme=base16-materia] .hljs-title.class_ {
  color: #fc0;
}
[theme=base16-materia] .hljs-strong {
  font-weight: 700;
  color: #fc0;
}
[theme=base16-materia] .hljs-addition, [theme=base16-materia] .hljs-code, [theme=base16-materia] .hljs-string, [theme=base16-materia] .hljs-title.class_.inherited__ {
  color: #8bd649;
}
[theme=base16-materia] .hljs-built_in, [theme=base16-materia] .hljs-doctag, [theme=base16-materia] .hljs-keyword.hljs-atrule, [theme=base16-materia] .hljs-quote, [theme=base16-materia] .hljs-regexp {
  color: #80cbc4;
}
[theme=base16-materia] .hljs-attribute, [theme=base16-materia] .hljs-function .hljs-title, [theme=base16-materia] .hljs-section, [theme=base16-materia] .hljs-title.function_, [theme=base16-materia] .ruby .hljs-property {
  color: #89ddff;
}
[theme=base16-materia] .diff .hljs-meta, [theme=base16-materia] .hljs-keyword, [theme=base16-materia] .hljs-template-tag, [theme=base16-materia] .hljs-type {
  color: #82aaff;
}
[theme=base16-materia] .hljs-emphasis {
  color: #82aaff;
  font-style: italic;
}
[theme=base16-materia] .hljs-meta, [theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta .hljs-string {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-darker] {
  /*!
    Theme: Material Darker
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-darker] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-darker] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-darker] .hljs {
  color: #eff;
  background: #212121;
}
[theme=base16-material-darker] .hljs ::selection, [theme=base16-material-darker] .hljs::selection {
  background-color: #353535;
  color: #eff;
}
[theme=base16-material-darker] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-material-darker] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material-darker] .hljs-operator, [theme=base16-material-darker] .hljs-punctuation, [theme=base16-material-darker] .hljs-subst {
  color: #eff;
}
[theme=base16-material-darker] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-darker] .hljs-bullet, [theme=base16-material-darker] .hljs-deletion, [theme=base16-material-darker] .hljs-name, [theme=base16-material-darker] .hljs-selector-tag, [theme=base16-material-darker] .hljs-template-variable, [theme=base16-material-darker] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-darker] .hljs-attr, [theme=base16-material-darker] .hljs-link, [theme=base16-material-darker] .hljs-literal, [theme=base16-material-darker] .hljs-number, [theme=base16-material-darker] .hljs-symbol, [theme=base16-material-darker] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-darker] .hljs-class .hljs-title, [theme=base16-material-darker] .hljs-title, [theme=base16-material-darker] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-addition, [theme=base16-material-darker] .hljs-code, [theme=base16-material-darker] .hljs-string, [theme=base16-material-darker] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-darker] .hljs-built_in, [theme=base16-material-darker] .hljs-doctag, [theme=base16-material-darker] .hljs-keyword.hljs-atrule, [theme=base16-material-darker] .hljs-quote, [theme=base16-material-darker] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-darker] .hljs-attribute, [theme=base16-material-darker] .hljs-function .hljs-title, [theme=base16-material-darker] .hljs-section, [theme=base16-material-darker] .hljs-title.function_, [theme=base16-material-darker] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-darker] .diff .hljs-meta, [theme=base16-material-darker] .hljs-keyword, [theme=base16-material-darker] .hljs-template-tag, [theme=base16-material-darker] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-darker] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-darker] .hljs-meta, [theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-lighter] {
  /*!
    Theme: Material Lighter
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-lighter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-lighter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-lighter] .hljs {
  color: #80cbc4;
  background: #fafafa;
}
[theme=base16-material-lighter] .hljs ::selection, [theme=base16-material-lighter] .hljs::selection {
  background-color: #cceae7;
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-comment {
  color: #ccd7da;
}
[theme=base16-material-lighter] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-lighter] .hljs-operator, [theme=base16-material-lighter] .hljs-punctuation, [theme=base16-material-lighter] .hljs-subst {
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-lighter] .hljs-bullet, [theme=base16-material-lighter] .hljs-deletion, [theme=base16-material-lighter] .hljs-name, [theme=base16-material-lighter] .hljs-selector-tag, [theme=base16-material-lighter] .hljs-template-variable, [theme=base16-material-lighter] .hljs-variable {
  color: #ff5370;
}
[theme=base16-material-lighter] .hljs-attr, [theme=base16-material-lighter] .hljs-link, [theme=base16-material-lighter] .hljs-literal, [theme=base16-material-lighter] .hljs-number, [theme=base16-material-lighter] .hljs-symbol, [theme=base16-material-lighter] .hljs-variable.constant_ {
  color: #f76d47;
}
[theme=base16-material-lighter] .hljs-class .hljs-title, [theme=base16-material-lighter] .hljs-title, [theme=base16-material-lighter] .hljs-title.class_ {
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-strong {
  font-weight: 700;
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-addition, [theme=base16-material-lighter] .hljs-code, [theme=base16-material-lighter] .hljs-string, [theme=base16-material-lighter] .hljs-title.class_.inherited__ {
  color: #91b859;
}
[theme=base16-material-lighter] .hljs-built_in, [theme=base16-material-lighter] .hljs-doctag, [theme=base16-material-lighter] .hljs-keyword.hljs-atrule, [theme=base16-material-lighter] .hljs-quote, [theme=base16-material-lighter] .hljs-regexp {
  color: #39adb5;
}
[theme=base16-material-lighter] .hljs-attribute, [theme=base16-material-lighter] .hljs-function .hljs-title, [theme=base16-material-lighter] .hljs-section, [theme=base16-material-lighter] .hljs-title.function_, [theme=base16-material-lighter] .ruby .hljs-property {
  color: #6182b8;
}
[theme=base16-material-lighter] .diff .hljs-meta, [theme=base16-material-lighter] .hljs-keyword, [theme=base16-material-lighter] .hljs-template-tag, [theme=base16-material-lighter] .hljs-type {
  color: #7c4dff;
}
[theme=base16-material-lighter] .hljs-emphasis {
  color: #7c4dff;
  font-style: italic;
}
[theme=base16-material-lighter] .hljs-meta, [theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta .hljs-string {
  color: #e53935;
}
[theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-palenight] {
  /*!
    Theme: Material Palenight
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-palenight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-palenight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-palenight] .hljs {
  color: #959dcb;
  background: #292d3e;
}
[theme=base16-material-palenight] .hljs ::selection, [theme=base16-material-palenight] .hljs::selection {
  background-color: #32374d;
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-comment {
  color: #676e95;
}
[theme=base16-material-palenight] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-palenight] .hljs-operator, [theme=base16-material-palenight] .hljs-punctuation, [theme=base16-material-palenight] .hljs-subst {
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-palenight] .hljs-bullet, [theme=base16-material-palenight] .hljs-deletion, [theme=base16-material-palenight] .hljs-name, [theme=base16-material-palenight] .hljs-selector-tag, [theme=base16-material-palenight] .hljs-template-variable, [theme=base16-material-palenight] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-palenight] .hljs-attr, [theme=base16-material-palenight] .hljs-link, [theme=base16-material-palenight] .hljs-literal, [theme=base16-material-palenight] .hljs-number, [theme=base16-material-palenight] .hljs-symbol, [theme=base16-material-palenight] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-palenight] .hljs-class .hljs-title, [theme=base16-material-palenight] .hljs-title, [theme=base16-material-palenight] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-addition, [theme=base16-material-palenight] .hljs-code, [theme=base16-material-palenight] .hljs-string, [theme=base16-material-palenight] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-palenight] .hljs-built_in, [theme=base16-material-palenight] .hljs-doctag, [theme=base16-material-palenight] .hljs-keyword.hljs-atrule, [theme=base16-material-palenight] .hljs-quote, [theme=base16-material-palenight] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-palenight] .hljs-attribute, [theme=base16-material-palenight] .hljs-function .hljs-title, [theme=base16-material-palenight] .hljs-section, [theme=base16-material-palenight] .hljs-title.function_, [theme=base16-material-palenight] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-palenight] .diff .hljs-meta, [theme=base16-material-palenight] .hljs-keyword, [theme=base16-material-palenight] .hljs-template-tag, [theme=base16-material-palenight] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-palenight] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-palenight] .hljs-meta, [theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-vivid] {
  /*!
    Theme: Material Vivid
    Author: joshyrobot
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-vivid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-vivid] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-vivid] .hljs {
  color: #80868b;
  background: #202124;
}
[theme=base16-material-vivid] .hljs ::selection, [theme=base16-material-vivid] .hljs::selection {
  background-color: #323639;
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-comment {
  color: #44464d;
}
[theme=base16-material-vivid] .hljs-tag {
  color: #676c71;
}
[theme=base16-material-vivid] .hljs-operator, [theme=base16-material-vivid] .hljs-punctuation, [theme=base16-material-vivid] .hljs-subst {
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-vivid] .hljs-bullet, [theme=base16-material-vivid] .hljs-deletion, [theme=base16-material-vivid] .hljs-name, [theme=base16-material-vivid] .hljs-selector-tag, [theme=base16-material-vivid] .hljs-template-variable, [theme=base16-material-vivid] .hljs-variable {
  color: #f44336;
}
[theme=base16-material-vivid] .hljs-attr, [theme=base16-material-vivid] .hljs-link, [theme=base16-material-vivid] .hljs-literal, [theme=base16-material-vivid] .hljs-number, [theme=base16-material-vivid] .hljs-symbol, [theme=base16-material-vivid] .hljs-variable.constant_ {
  color: #ff9800;
}
[theme=base16-material-vivid] .hljs-class .hljs-title, [theme=base16-material-vivid] .hljs-title, [theme=base16-material-vivid] .hljs-title.class_ {
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-strong {
  font-weight: 700;
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-addition, [theme=base16-material-vivid] .hljs-code, [theme=base16-material-vivid] .hljs-string, [theme=base16-material-vivid] .hljs-title.class_.inherited__ {
  color: #00e676;
}
[theme=base16-material-vivid] .hljs-built_in, [theme=base16-material-vivid] .hljs-doctag, [theme=base16-material-vivid] .hljs-keyword.hljs-atrule, [theme=base16-material-vivid] .hljs-quote, [theme=base16-material-vivid] .hljs-regexp {
  color: #00bcd4;
}
[theme=base16-material-vivid] .hljs-attribute, [theme=base16-material-vivid] .hljs-function .hljs-title, [theme=base16-material-vivid] .hljs-section, [theme=base16-material-vivid] .hljs-title.function_, [theme=base16-material-vivid] .ruby .hljs-property {
  color: #2196f3;
}
[theme=base16-material-vivid] .diff .hljs-meta, [theme=base16-material-vivid] .hljs-keyword, [theme=base16-material-vivid] .hljs-template-tag, [theme=base16-material-vivid] .hljs-type {
  color: #673ab7;
}
[theme=base16-material-vivid] .hljs-emphasis {
  color: #673ab7;
  font-style: italic;
}
[theme=base16-material-vivid] .hljs-meta, [theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta .hljs-string {
  color: #8d6e63;
}
[theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material] {
  /*!
    Theme: Material
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material] .hljs {
  color: #eff;
  background: #263238;
}
[theme=base16-material] .hljs ::selection, [theme=base16-material] .hljs::selection {
  background-color: #314549;
  color: #eff;
}
[theme=base16-material] .hljs-comment {
  color: #546e7a;
}
[theme=base16-material] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material] .hljs-operator, [theme=base16-material] .hljs-punctuation, [theme=base16-material] .hljs-subst {
  color: #eff;
}
[theme=base16-material] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material] .hljs-bullet, [theme=base16-material] .hljs-deletion, [theme=base16-material] .hljs-name, [theme=base16-material] .hljs-selector-tag, [theme=base16-material] .hljs-template-variable, [theme=base16-material] .hljs-variable {
  color: #f07178;
}
[theme=base16-material] .hljs-attr, [theme=base16-material] .hljs-link, [theme=base16-material] .hljs-literal, [theme=base16-material] .hljs-number, [theme=base16-material] .hljs-symbol, [theme=base16-material] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material] .hljs-class .hljs-title, [theme=base16-material] .hljs-title, [theme=base16-material] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material] .hljs-addition, [theme=base16-material] .hljs-code, [theme=base16-material] .hljs-string, [theme=base16-material] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material] .hljs-built_in, [theme=base16-material] .hljs-doctag, [theme=base16-material] .hljs-keyword.hljs-atrule, [theme=base16-material] .hljs-quote, [theme=base16-material] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material] .hljs-attribute, [theme=base16-material] .hljs-function .hljs-title, [theme=base16-material] .hljs-section, [theme=base16-material] .hljs-title.function_, [theme=base16-material] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material] .diff .hljs-meta, [theme=base16-material] .hljs-keyword, [theme=base16-material] .hljs-template-tag, [theme=base16-material] .hljs-type {
  color: #c792ea;
}
[theme=base16-material] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material] .hljs-meta, [theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mellow-purple] {
  /*!
    Theme: Mellow Purple
    Author: gidsi
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mellow-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mellow-purple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mellow-purple] .hljs {
  color: #fef;
  background: #1e0528;
}
[theme=base16-mellow-purple] .hljs ::selection, [theme=base16-mellow-purple] .hljs::selection {
  background-color: #331354;
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-comment {
  color: #320f55;
}
[theme=base16-mellow-purple] .hljs-tag {
  color: #873582;
}
[theme=base16-mellow-purple] .hljs-operator, [theme=base16-mellow-purple] .hljs-punctuation, [theme=base16-mellow-purple] .hljs-subst {
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mellow-purple] .hljs-bullet, [theme=base16-mellow-purple] .hljs-deletion, [theme=base16-mellow-purple] .hljs-name, [theme=base16-mellow-purple] .hljs-selector-tag, [theme=base16-mellow-purple] .hljs-template-variable, [theme=base16-mellow-purple] .hljs-variable {
  color: #00d9e9;
}
[theme=base16-mellow-purple] .hljs-attr, [theme=base16-mellow-purple] .hljs-link, [theme=base16-mellow-purple] .hljs-literal, [theme=base16-mellow-purple] .hljs-number, [theme=base16-mellow-purple] .hljs-symbol, [theme=base16-mellow-purple] .hljs-variable.constant_ {
  color: #aa00a3;
}
[theme=base16-mellow-purple] .hljs-class .hljs-title, [theme=base16-mellow-purple] .hljs-title, [theme=base16-mellow-purple] .hljs-title.class_ {
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-strong {
  font-weight: 700;
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-addition, [theme=base16-mellow-purple] .hljs-code, [theme=base16-mellow-purple] .hljs-string, [theme=base16-mellow-purple] .hljs-title.class_.inherited__ {
  color: #05cb0d;
}
[theme=base16-mellow-purple] .hljs-built_in, [theme=base16-mellow-purple] .hljs-doctag, [theme=base16-mellow-purple] .hljs-keyword.hljs-atrule, [theme=base16-mellow-purple] .hljs-quote, [theme=base16-mellow-purple] .hljs-regexp {
  color: #b900b1;
}
[theme=base16-mellow-purple] .hljs-attribute, [theme=base16-mellow-purple] .hljs-function .hljs-title, [theme=base16-mellow-purple] .hljs-section, [theme=base16-mellow-purple] .hljs-title.function_, [theme=base16-mellow-purple] .ruby .hljs-property {
  color: #550068;
}
[theme=base16-mellow-purple] .diff .hljs-meta, [theme=base16-mellow-purple] .hljs-keyword, [theme=base16-mellow-purple] .hljs-template-tag, [theme=base16-mellow-purple] .hljs-type {
  color: #8991bb;
}
[theme=base16-mellow-purple] .hljs-emphasis {
  color: #8991bb;
  font-style: italic;
}
[theme=base16-mellow-purple] .hljs-meta, [theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta .hljs-string {
  color: #4d6fff;
}
[theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mexico-light] {
  /*!
    Theme: Mexico Light
    Author: Sheldon Johnson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mexico-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mexico-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mexico-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-mexico-light] .hljs ::selection, [theme=base16-mexico-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-mexico-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-mexico-light] .hljs-tag {
  color: #585858;
}
[theme=base16-mexico-light] .hljs-operator, [theme=base16-mexico-light] .hljs-punctuation, [theme=base16-mexico-light] .hljs-subst {
  color: #383838;
}
[theme=base16-mexico-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mexico-light] .hljs-bullet, [theme=base16-mexico-light] .hljs-deletion, [theme=base16-mexico-light] .hljs-name, [theme=base16-mexico-light] .hljs-selector-tag, [theme=base16-mexico-light] .hljs-template-variable, [theme=base16-mexico-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-mexico-light] .hljs-attr, [theme=base16-mexico-light] .hljs-link, [theme=base16-mexico-light] .hljs-literal, [theme=base16-mexico-light] .hljs-number, [theme=base16-mexico-light] .hljs-symbol, [theme=base16-mexico-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-mexico-light] .hljs-class .hljs-title, [theme=base16-mexico-light] .hljs-title, [theme=base16-mexico-light] .hljs-title.class_ {
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-strong {
  font-weight: 700;
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-addition, [theme=base16-mexico-light] .hljs-code, [theme=base16-mexico-light] .hljs-string, [theme=base16-mexico-light] .hljs-title.class_.inherited__ {
  color: #538947;
}
[theme=base16-mexico-light] .hljs-built_in, [theme=base16-mexico-light] .hljs-doctag, [theme=base16-mexico-light] .hljs-keyword.hljs-atrule, [theme=base16-mexico-light] .hljs-quote, [theme=base16-mexico-light] .hljs-regexp {
  color: #4b8093;
}
[theme=base16-mexico-light] .hljs-attribute, [theme=base16-mexico-light] .hljs-function .hljs-title, [theme=base16-mexico-light] .hljs-section, [theme=base16-mexico-light] .hljs-title.function_, [theme=base16-mexico-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-mexico-light] .diff .hljs-meta, [theme=base16-mexico-light] .hljs-keyword, [theme=base16-mexico-light] .hljs-template-tag, [theme=base16-mexico-light] .hljs-type {
  color: #96609e;
}
[theme=base16-mexico-light] .hljs-emphasis {
  color: #96609e;
  font-style: italic;
}
[theme=base16-mexico-light] .hljs-meta, [theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mocha] {
  /*!
    Theme: Mocha
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mocha] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mocha] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mocha] .hljs {
  color: #d0c8c6;
  background: #3b3228;
}
[theme=base16-mocha] .hljs ::selection, [theme=base16-mocha] .hljs::selection {
  background-color: #645240;
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-comment {
  color: #7e705a;
}
[theme=base16-mocha] .hljs-tag {
  color: #b8afad;
}
[theme=base16-mocha] .hljs-operator, [theme=base16-mocha] .hljs-punctuation, [theme=base16-mocha] .hljs-subst {
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mocha] .hljs-bullet, [theme=base16-mocha] .hljs-deletion, [theme=base16-mocha] .hljs-name, [theme=base16-mocha] .hljs-selector-tag, [theme=base16-mocha] .hljs-template-variable, [theme=base16-mocha] .hljs-variable {
  color: #cb6077;
}
[theme=base16-mocha] .hljs-attr, [theme=base16-mocha] .hljs-link, [theme=base16-mocha] .hljs-literal, [theme=base16-mocha] .hljs-number, [theme=base16-mocha] .hljs-symbol, [theme=base16-mocha] .hljs-variable.constant_ {
  color: #d28b71;
}
[theme=base16-mocha] .hljs-class .hljs-title, [theme=base16-mocha] .hljs-title, [theme=base16-mocha] .hljs-title.class_ {
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-strong {
  font-weight: 700;
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-addition, [theme=base16-mocha] .hljs-code, [theme=base16-mocha] .hljs-string, [theme=base16-mocha] .hljs-title.class_.inherited__ {
  color: #beb55b;
}
[theme=base16-mocha] .hljs-built_in, [theme=base16-mocha] .hljs-doctag, [theme=base16-mocha] .hljs-keyword.hljs-atrule, [theme=base16-mocha] .hljs-quote, [theme=base16-mocha] .hljs-regexp {
  color: #7bbda4;
}
[theme=base16-mocha] .hljs-attribute, [theme=base16-mocha] .hljs-function .hljs-title, [theme=base16-mocha] .hljs-section, [theme=base16-mocha] .hljs-title.function_, [theme=base16-mocha] .ruby .hljs-property {
  color: #8ab3b5;
}
[theme=base16-mocha] .diff .hljs-meta, [theme=base16-mocha] .hljs-keyword, [theme=base16-mocha] .hljs-template-tag, [theme=base16-mocha] .hljs-type {
  color: #a89bb9;
}
[theme=base16-mocha] .hljs-emphasis {
  color: #a89bb9;
  font-style: italic;
}
[theme=base16-mocha] .hljs-meta, [theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta .hljs-string {
  color: #bb9584;
}
[theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-monokai] {
  /*!
    Theme: Monokai
    Author: Wimer Hazenberg (http://www.monokai.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-monokai] code.hljs {
  padding: 3px 5px;
}
[theme=base16-monokai] .hljs {
  color: #f8f8f2;
  background: #272822;
}
[theme=base16-monokai] .hljs ::selection, [theme=base16-monokai] .hljs::selection {
  background-color: #49483e;
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-comment {
  color: #75715e;
}
[theme=base16-monokai] .hljs-tag {
  color: #a59f85;
}
[theme=base16-monokai] .hljs-operator, [theme=base16-monokai] .hljs-punctuation, [theme=base16-monokai] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-monokai] .hljs-bullet, [theme=base16-monokai] .hljs-deletion, [theme=base16-monokai] .hljs-name, [theme=base16-monokai] .hljs-selector-tag, [theme=base16-monokai] .hljs-template-variable, [theme=base16-monokai] .hljs-variable {
  color: #f92672;
}
[theme=base16-monokai] .hljs-attr, [theme=base16-monokai] .hljs-link, [theme=base16-monokai] .hljs-literal, [theme=base16-monokai] .hljs-number, [theme=base16-monokai] .hljs-symbol, [theme=base16-monokai] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-monokai] .hljs-class .hljs-title, [theme=base16-monokai] .hljs-title, [theme=base16-monokai] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-addition, [theme=base16-monokai] .hljs-code, [theme=base16-monokai] .hljs-string, [theme=base16-monokai] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-monokai] .hljs-built_in, [theme=base16-monokai] .hljs-doctag, [theme=base16-monokai] .hljs-keyword.hljs-atrule, [theme=base16-monokai] .hljs-quote, [theme=base16-monokai] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-monokai] .hljs-attribute, [theme=base16-monokai] .hljs-function .hljs-title, [theme=base16-monokai] .hljs-section, [theme=base16-monokai] .hljs-title.function_, [theme=base16-monokai] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-monokai] .diff .hljs-meta, [theme=base16-monokai] .hljs-keyword, [theme=base16-monokai] .hljs-template-tag, [theme=base16-monokai] .hljs-type {
  color: #ae81ff;
}
[theme=base16-monokai] .hljs-emphasis {
  color: #ae81ff;
  font-style: italic;
}
[theme=base16-monokai] .hljs-meta, [theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nebula] {
  /*!
    Theme: Nebula
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nebula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nebula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nebula] .hljs {
  color: #a4a6a9;
  background: #22273b;
}
[theme=base16-nebula] .hljs ::selection, [theme=base16-nebula] .hljs::selection {
  background-color: #5a8380;
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-comment {
  color: #6e6f72;
}
[theme=base16-nebula] .hljs-tag {
  color: #87888b;
}
[theme=base16-nebula] .hljs-operator, [theme=base16-nebula] .hljs-punctuation, [theme=base16-nebula] .hljs-subst {
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nebula] .hljs-bullet, [theme=base16-nebula] .hljs-deletion, [theme=base16-nebula] .hljs-name, [theme=base16-nebula] .hljs-selector-tag, [theme=base16-nebula] .hljs-template-variable, [theme=base16-nebula] .hljs-variable {
  color: #777abc;
}
[theme=base16-nebula] .hljs-attr, [theme=base16-nebula] .hljs-link, [theme=base16-nebula] .hljs-literal, [theme=base16-nebula] .hljs-number, [theme=base16-nebula] .hljs-symbol, [theme=base16-nebula] .hljs-variable.constant_ {
  color: #94929e;
}
[theme=base16-nebula] .hljs-class .hljs-title, [theme=base16-nebula] .hljs-title, [theme=base16-nebula] .hljs-title.class_ {
  color: #4f9062;
}
[theme=base16-nebula] .hljs-strong {
  font-weight: 700;
  color: #4f9062;
}
[theme=base16-nebula] .hljs-addition, [theme=base16-nebula] .hljs-code, [theme=base16-nebula] .hljs-string, [theme=base16-nebula] .hljs-title.class_.inherited__ {
  color: #6562a8;
}
[theme=base16-nebula] .hljs-built_in, [theme=base16-nebula] .hljs-doctag, [theme=base16-nebula] .hljs-keyword.hljs-atrule, [theme=base16-nebula] .hljs-quote, [theme=base16-nebula] .hljs-regexp {
  color: #226f68;
}
[theme=base16-nebula] .hljs-attribute, [theme=base16-nebula] .hljs-function .hljs-title, [theme=base16-nebula] .hljs-section, [theme=base16-nebula] .hljs-title.function_, [theme=base16-nebula] .ruby .hljs-property {
  color: #4d6bb6;
}
[theme=base16-nebula] .diff .hljs-meta, [theme=base16-nebula] .hljs-keyword, [theme=base16-nebula] .hljs-template-tag, [theme=base16-nebula] .hljs-type {
  color: #716cae;
}
[theme=base16-nebula] .hljs-emphasis {
  color: #716cae;
  font-style: italic;
}
[theme=base16-nebula] .hljs-meta, [theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta .hljs-string {
  color: #8c70a7;
}
[theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nord] {
  /*!
    Theme: Nord
    Author: arcticicestudio
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nord] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nord] .hljs {
  color: #e5e9f0;
  background: #2e3440;
}
[theme=base16-nord] .hljs ::selection, [theme=base16-nord] .hljs::selection {
  background-color: #434c5e;
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-comment {
  color: #4c566a;
}
[theme=base16-nord] .hljs-tag {
  color: #d8dee9;
}
[theme=base16-nord] .hljs-operator, [theme=base16-nord] .hljs-punctuation, [theme=base16-nord] .hljs-subst {
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nord] .hljs-bullet, [theme=base16-nord] .hljs-deletion, [theme=base16-nord] .hljs-name, [theme=base16-nord] .hljs-selector-tag, [theme=base16-nord] .hljs-template-variable, [theme=base16-nord] .hljs-variable {
  color: #bf616a;
}
[theme=base16-nord] .hljs-attr, [theme=base16-nord] .hljs-link, [theme=base16-nord] .hljs-literal, [theme=base16-nord] .hljs-number, [theme=base16-nord] .hljs-symbol, [theme=base16-nord] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-nord] .hljs-class .hljs-title, [theme=base16-nord] .hljs-title, [theme=base16-nord] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-addition, [theme=base16-nord] .hljs-code, [theme=base16-nord] .hljs-string, [theme=base16-nord] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-nord] .hljs-built_in, [theme=base16-nord] .hljs-doctag, [theme=base16-nord] .hljs-keyword.hljs-atrule, [theme=base16-nord] .hljs-quote, [theme=base16-nord] .hljs-regexp {
  color: #88c0d0;
}
[theme=base16-nord] .hljs-attribute, [theme=base16-nord] .hljs-function .hljs-title, [theme=base16-nord] .hljs-section, [theme=base16-nord] .hljs-title.function_, [theme=base16-nord] .ruby .hljs-property {
  color: #81a1c1;
}
[theme=base16-nord] .diff .hljs-meta, [theme=base16-nord] .hljs-keyword, [theme=base16-nord] .hljs-template-tag, [theme=base16-nord] .hljs-type {
  color: #b48ead;
}
[theme=base16-nord] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-nord] .hljs-meta, [theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta .hljs-string {
  color: #5e81ac;
}
[theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nova] {
  /*!
    Theme: Nova
    Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nova] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nova] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nova] .hljs {
  color: #c5d4dd;
  background: #3c4c55;
}
[theme=base16-nova] .hljs ::selection, [theme=base16-nova] .hljs::selection {
  background-color: #6a7d89;
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-comment, [theme=base16-nova] .hljs-tag {
  color: #899ba6;
}
[theme=base16-nova] .hljs-operator, [theme=base16-nova] .hljs-punctuation, [theme=base16-nova] .hljs-subst {
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nova] .hljs-bullet, [theme=base16-nova] .hljs-deletion, [theme=base16-nova] .hljs-name, [theme=base16-nova] .hljs-selector-tag, [theme=base16-nova] .hljs-template-variable, [theme=base16-nova] .hljs-variable {
  color: #83afe5;
}
[theme=base16-nova] .hljs-attr, [theme=base16-nova] .hljs-link, [theme=base16-nova] .hljs-literal, [theme=base16-nova] .hljs-number, [theme=base16-nova] .hljs-symbol, [theme=base16-nova] .hljs-variable.constant_ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-class .hljs-title, [theme=base16-nova] .hljs-title, [theme=base16-nova] .hljs-title.class_ {
  color: #a8ce93;
}
[theme=base16-nova] .hljs-strong {
  font-weight: 700;
  color: #a8ce93;
}
[theme=base16-nova] .hljs-addition, [theme=base16-nova] .hljs-code, [theme=base16-nova] .hljs-string, [theme=base16-nova] .hljs-title.class_.inherited__ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-built_in, [theme=base16-nova] .hljs-doctag, [theme=base16-nova] .hljs-keyword.hljs-atrule, [theme=base16-nova] .hljs-quote, [theme=base16-nova] .hljs-regexp {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-attribute, [theme=base16-nova] .hljs-function .hljs-title, [theme=base16-nova] .hljs-section, [theme=base16-nova] .hljs-title.function_, [theme=base16-nova] .ruby .hljs-property {
  color: #83afe5;
}
[theme=base16-nova] .diff .hljs-meta, [theme=base16-nova] .hljs-keyword, [theme=base16-nova] .hljs-template-tag, [theme=base16-nova] .hljs-type {
  color: #9a93e1;
}
[theme=base16-nova] .hljs-emphasis {
  color: #9a93e1;
  font-style: italic;
}
[theme=base16-nova] .hljs-meta, [theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta .hljs-string {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ocean] {
  /*!
    Theme: Ocean
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ocean] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ocean] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ocean] .hljs {
  color: #c0c5ce;
  background: #2b303b;
}
[theme=base16-ocean] .hljs ::selection, [theme=base16-ocean] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-comment {
  color: #65737e;
}
[theme=base16-ocean] .hljs-tag {
  color: #a7adba;
}
[theme=base16-ocean] .hljs-operator, [theme=base16-ocean] .hljs-punctuation, [theme=base16-ocean] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ocean] .hljs-bullet, [theme=base16-ocean] .hljs-deletion, [theme=base16-ocean] .hljs-name, [theme=base16-ocean] .hljs-selector-tag, [theme=base16-ocean] .hljs-template-variable, [theme=base16-ocean] .hljs-variable {
  color: #bf616a;
}
[theme=base16-ocean] .hljs-attr, [theme=base16-ocean] .hljs-link, [theme=base16-ocean] .hljs-literal, [theme=base16-ocean] .hljs-number, [theme=base16-ocean] .hljs-symbol, [theme=base16-ocean] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-ocean] .hljs-class .hljs-title, [theme=base16-ocean] .hljs-title, [theme=base16-ocean] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-addition, [theme=base16-ocean] .hljs-code, [theme=base16-ocean] .hljs-string, [theme=base16-ocean] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-ocean] .hljs-built_in, [theme=base16-ocean] .hljs-doctag, [theme=base16-ocean] .hljs-keyword.hljs-atrule, [theme=base16-ocean] .hljs-quote, [theme=base16-ocean] .hljs-regexp {
  color: #96b5b4;
}
[theme=base16-ocean] .hljs-attribute, [theme=base16-ocean] .hljs-function .hljs-title, [theme=base16-ocean] .hljs-section, [theme=base16-ocean] .hljs-title.function_, [theme=base16-ocean] .ruby .hljs-property {
  color: #8fa1b3;
}
[theme=base16-ocean] .diff .hljs-meta, [theme=base16-ocean] .hljs-keyword, [theme=base16-ocean] .hljs-template-tag, [theme=base16-ocean] .hljs-type {
  color: #b48ead;
}
[theme=base16-ocean] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-ocean] .hljs-meta, [theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-oceanicnext] {
  /*!
    Theme: OceanicNext
    Author: https://github.com/voronianski/oceanic-next-color-scheme
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-oceanicnext] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-oceanicnext] code.hljs {
  padding: 3px 5px;
}
[theme=base16-oceanicnext] .hljs {
  color: #c0c5ce;
  background: #1b2b34;
}
[theme=base16-oceanicnext] .hljs ::selection, [theme=base16-oceanicnext] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-comment {
  color: #65737e;
}
[theme=base16-oceanicnext] .hljs-tag {
  color: #a7adba;
}
[theme=base16-oceanicnext] .hljs-operator, [theme=base16-oceanicnext] .hljs-punctuation, [theme=base16-oceanicnext] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-oceanicnext] .hljs-bullet, [theme=base16-oceanicnext] .hljs-deletion, [theme=base16-oceanicnext] .hljs-name, [theme=base16-oceanicnext] .hljs-selector-tag, [theme=base16-oceanicnext] .hljs-template-variable, [theme=base16-oceanicnext] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-oceanicnext] .hljs-attr, [theme=base16-oceanicnext] .hljs-link, [theme=base16-oceanicnext] .hljs-literal, [theme=base16-oceanicnext] .hljs-number, [theme=base16-oceanicnext] .hljs-symbol, [theme=base16-oceanicnext] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-oceanicnext] .hljs-class .hljs-title, [theme=base16-oceanicnext] .hljs-title, [theme=base16-oceanicnext] .hljs-title.class_ {
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-strong {
  font-weight: 700;
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-addition, [theme=base16-oceanicnext] .hljs-code, [theme=base16-oceanicnext] .hljs-string, [theme=base16-oceanicnext] .hljs-title.class_.inherited__ {
  color: #99c794;
}
[theme=base16-oceanicnext] .hljs-built_in, [theme=base16-oceanicnext] .hljs-doctag, [theme=base16-oceanicnext] .hljs-keyword.hljs-atrule, [theme=base16-oceanicnext] .hljs-quote, [theme=base16-oceanicnext] .hljs-regexp {
  color: #5fb3b3;
}
[theme=base16-oceanicnext] .hljs-attribute, [theme=base16-oceanicnext] .hljs-function .hljs-title, [theme=base16-oceanicnext] .hljs-section, [theme=base16-oceanicnext] .hljs-title.function_, [theme=base16-oceanicnext] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-oceanicnext] .diff .hljs-meta, [theme=base16-oceanicnext] .hljs-keyword, [theme=base16-oceanicnext] .hljs-template-tag, [theme=base16-oceanicnext] .hljs-type {
  color: #c594c5;
}
[theme=base16-oceanicnext] .hljs-emphasis {
  color: #c594c5;
  font-style: italic;
}
[theme=base16-oceanicnext] .hljs-meta, [theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-one-light] {
  /*!
    Theme: One Light
    Author: Daniel Pfeifer (http://github.com/purpleKarrot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=base16-one-light] .hljs ::selection, [theme=base16-one-light] .hljs::selection {
  background-color: #e5e5e6;
  color: #383a42;
}
[theme=base16-one-light] .hljs-comment {
  color: #a0a1a7;
}
[theme=base16-one-light] .hljs-tag {
  color: #696c77;
}
[theme=base16-one-light] .hljs-operator, [theme=base16-one-light] .hljs-punctuation, [theme=base16-one-light] .hljs-subst {
  color: #383a42;
}
[theme=base16-one-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-one-light] .hljs-bullet, [theme=base16-one-light] .hljs-deletion, [theme=base16-one-light] .hljs-name, [theme=base16-one-light] .hljs-selector-tag, [theme=base16-one-light] .hljs-template-variable, [theme=base16-one-light] .hljs-variable {
  color: #ca1243;
}
[theme=base16-one-light] .hljs-attr, [theme=base16-one-light] .hljs-link, [theme=base16-one-light] .hljs-literal, [theme=base16-one-light] .hljs-number, [theme=base16-one-light] .hljs-symbol, [theme=base16-one-light] .hljs-variable.constant_ {
  color: #d75f00;
}
[theme=base16-one-light] .hljs-class .hljs-title, [theme=base16-one-light] .hljs-title, [theme=base16-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=base16-one-light] .hljs-strong {
  font-weight: 700;
  color: #c18401;
}
[theme=base16-one-light] .hljs-addition, [theme=base16-one-light] .hljs-code, [theme=base16-one-light] .hljs-string, [theme=base16-one-light] .hljs-title.class_.inherited__ {
  color: #50a14f;
}
[theme=base16-one-light] .hljs-built_in, [theme=base16-one-light] .hljs-doctag, [theme=base16-one-light] .hljs-keyword.hljs-atrule, [theme=base16-one-light] .hljs-quote, [theme=base16-one-light] .hljs-regexp {
  color: #0184bc;
}
[theme=base16-one-light] .hljs-attribute, [theme=base16-one-light] .hljs-function .hljs-title, [theme=base16-one-light] .hljs-section, [theme=base16-one-light] .hljs-title.function_, [theme=base16-one-light] .ruby .hljs-property {
  color: #4078f2;
}
[theme=base16-one-light] .diff .hljs-meta, [theme=base16-one-light] .hljs-keyword, [theme=base16-one-light] .hljs-template-tag, [theme=base16-one-light] .hljs-type {
  color: #a626a4;
}
[theme=base16-one-light] .hljs-emphasis {
  color: #a626a4;
  font-style: italic;
}
[theme=base16-one-light] .hljs-meta, [theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta .hljs-string {
  color: #986801;
}
[theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-onedark] {
  /*!
    Theme: OneDark
    Author: Lalit Magant (http://github.com/tilal6991)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-onedark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-onedark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-onedark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=base16-onedark] .hljs ::selection, [theme=base16-onedark] .hljs::selection {
  background-color: #3e4451;
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-comment {
  color: #545862;
}
[theme=base16-onedark] .hljs-tag {
  color: #565c64;
}
[theme=base16-onedark] .hljs-operator, [theme=base16-onedark] .hljs-punctuation, [theme=base16-onedark] .hljs-subst {
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-onedark] .hljs-bullet, [theme=base16-onedark] .hljs-deletion, [theme=base16-onedark] .hljs-name, [theme=base16-onedark] .hljs-selector-tag, [theme=base16-onedark] .hljs-template-variable, [theme=base16-onedark] .hljs-variable {
  color: #e06c75;
}
[theme=base16-onedark] .hljs-attr, [theme=base16-onedark] .hljs-link, [theme=base16-onedark] .hljs-literal, [theme=base16-onedark] .hljs-number, [theme=base16-onedark] .hljs-symbol, [theme=base16-onedark] .hljs-variable.constant_ {
  color: #d19a66;
}
[theme=base16-onedark] .hljs-class .hljs-title, [theme=base16-onedark] .hljs-title, [theme=base16-onedark] .hljs-title.class_ {
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-strong {
  font-weight: 700;
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-addition, [theme=base16-onedark] .hljs-code, [theme=base16-onedark] .hljs-string, [theme=base16-onedark] .hljs-title.class_.inherited__ {
  color: #98c379;
}
[theme=base16-onedark] .hljs-built_in, [theme=base16-onedark] .hljs-doctag, [theme=base16-onedark] .hljs-keyword.hljs-atrule, [theme=base16-onedark] .hljs-quote, [theme=base16-onedark] .hljs-regexp {
  color: #56b6c2;
}
[theme=base16-onedark] .hljs-attribute, [theme=base16-onedark] .hljs-function .hljs-title, [theme=base16-onedark] .hljs-section, [theme=base16-onedark] .hljs-title.function_, [theme=base16-onedark] .ruby .hljs-property {
  color: #61afef;
}
[theme=base16-onedark] .diff .hljs-meta, [theme=base16-onedark] .hljs-keyword, [theme=base16-onedark] .hljs-template-tag, [theme=base16-onedark] .hljs-type {
  color: #c678dd;
}
[theme=base16-onedark] .hljs-emphasis {
  color: #c678dd;
  font-style: italic;
}
[theme=base16-onedark] .hljs-meta, [theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta .hljs-string {
  color: #be5046;
}
[theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-outrun-dark] {
  /*!
    Theme: Outrun Dark
    Author: Hugo Delahousse (http://github.com/hugodelahousse/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-outrun-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-outrun-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-outrun-dark] .hljs {
  color: #d0d0fa;
  background: #00002a;
}
[theme=base16-outrun-dark] .hljs ::selection, [theme=base16-outrun-dark] .hljs::selection {
  background-color: #30305a;
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-comment {
  color: #50507a;
}
[theme=base16-outrun-dark] .hljs-tag {
  color: #b0b0da;
}
[theme=base16-outrun-dark] .hljs-operator, [theme=base16-outrun-dark] .hljs-punctuation, [theme=base16-outrun-dark] .hljs-subst {
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-outrun-dark] .hljs-bullet, [theme=base16-outrun-dark] .hljs-deletion, [theme=base16-outrun-dark] .hljs-name, [theme=base16-outrun-dark] .hljs-selector-tag, [theme=base16-outrun-dark] .hljs-template-variable, [theme=base16-outrun-dark] .hljs-variable {
  color: #ff4242;
}
[theme=base16-outrun-dark] .hljs-attr, [theme=base16-outrun-dark] .hljs-link, [theme=base16-outrun-dark] .hljs-literal, [theme=base16-outrun-dark] .hljs-number, [theme=base16-outrun-dark] .hljs-symbol, [theme=base16-outrun-dark] .hljs-variable.constant_ {
  color: #fc8d28;
}
[theme=base16-outrun-dark] .hljs-class .hljs-title, [theme=base16-outrun-dark] .hljs-title, [theme=base16-outrun-dark] .hljs-title.class_ {
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-strong {
  font-weight: 700;
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-addition, [theme=base16-outrun-dark] .hljs-code, [theme=base16-outrun-dark] .hljs-string, [theme=base16-outrun-dark] .hljs-title.class_.inherited__ {
  color: #59f176;
}
[theme=base16-outrun-dark] .hljs-built_in, [theme=base16-outrun-dark] .hljs-doctag, [theme=base16-outrun-dark] .hljs-keyword.hljs-atrule, [theme=base16-outrun-dark] .hljs-quote, [theme=base16-outrun-dark] .hljs-regexp {
  color: #0ef0f0;
}
[theme=base16-outrun-dark] .hljs-attribute, [theme=base16-outrun-dark] .hljs-function .hljs-title, [theme=base16-outrun-dark] .hljs-section, [theme=base16-outrun-dark] .hljs-title.function_, [theme=base16-outrun-dark] .ruby .hljs-property {
  color: #66b0ff;
}
[theme=base16-outrun-dark] .diff .hljs-meta, [theme=base16-outrun-dark] .hljs-keyword, [theme=base16-outrun-dark] .hljs-template-tag, [theme=base16-outrun-dark] .hljs-type {
  color: #f10596;
}
[theme=base16-outrun-dark] .hljs-emphasis {
  color: #f10596;
  font-style: italic;
}
[theme=base16-outrun-dark] .hljs-meta, [theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta .hljs-string {
  color: #f003ef;
}
[theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-dark] {
  /*!
    Theme: PaperColor Dark
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-dark] .hljs {
  color: grey;
  background: #1c1c1c;
}
[theme=base16-papercolor-dark] .hljs ::selection, [theme=base16-papercolor-dark] .hljs::selection {
  background-color: #5faf00;
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-comment {
  color: #d7af5f;
}
[theme=base16-papercolor-dark] .hljs-tag {
  color: #5fafd7;
}
[theme=base16-papercolor-dark] .hljs-operator, [theme=base16-papercolor-dark] .hljs-punctuation, [theme=base16-papercolor-dark] .hljs-subst {
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-dark] .hljs-bullet, [theme=base16-papercolor-dark] .hljs-deletion, [theme=base16-papercolor-dark] .hljs-name, [theme=base16-papercolor-dark] .hljs-selector-tag, [theme=base16-papercolor-dark] .hljs-template-variable, [theme=base16-papercolor-dark] .hljs-variable {
  color: #585858;
}
[theme=base16-papercolor-dark] .hljs-attr, [theme=base16-papercolor-dark] .hljs-link, [theme=base16-papercolor-dark] .hljs-literal, [theme=base16-papercolor-dark] .hljs-number, [theme=base16-papercolor-dark] .hljs-symbol, [theme=base16-papercolor-dark] .hljs-variable.constant_ {
  color: #5faf5f;
}
[theme=base16-papercolor-dark] .hljs-class .hljs-title, [theme=base16-papercolor-dark] .hljs-title, [theme=base16-papercolor-dark] .hljs-title.class_ {
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-strong {
  font-weight: 700;
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-addition, [theme=base16-papercolor-dark] .hljs-code, [theme=base16-papercolor-dark] .hljs-string, [theme=base16-papercolor-dark] .hljs-title.class_.inherited__ {
  color: #af87d7;
}
[theme=base16-papercolor-dark] .hljs-built_in, [theme=base16-papercolor-dark] .hljs-doctag, [theme=base16-papercolor-dark] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-dark] .hljs-quote, [theme=base16-papercolor-dark] .hljs-regexp {
  color: #ffaf00;
}
[theme=base16-papercolor-dark] .hljs-attribute, [theme=base16-papercolor-dark] .hljs-function .hljs-title, [theme=base16-papercolor-dark] .hljs-section, [theme=base16-papercolor-dark] .hljs-title.function_, [theme=base16-papercolor-dark] .ruby .hljs-property {
  color: #ff5faf;
}
[theme=base16-papercolor-dark] .diff .hljs-meta, [theme=base16-papercolor-dark] .hljs-keyword, [theme=base16-papercolor-dark] .hljs-template-tag, [theme=base16-papercolor-dark] .hljs-type {
  color: #00afaf;
}
[theme=base16-papercolor-dark] .hljs-emphasis {
  color: #00afaf;
  font-style: italic;
}
[theme=base16-papercolor-dark] .hljs-meta, [theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta .hljs-string {
  color: #5f8787;
}
[theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-light] {
  /*!
    Theme: PaperColor Light
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-light] .hljs {
  color: #444;
  background: #eee;
}
[theme=base16-papercolor-light] .hljs ::selection, [theme=base16-papercolor-light] .hljs::selection {
  background-color: #008700;
  color: #444;
}
[theme=base16-papercolor-light] .hljs-comment {
  color: #5f8700;
}
[theme=base16-papercolor-light] .hljs-tag {
  color: #0087af;
}
[theme=base16-papercolor-light] .hljs-operator, [theme=base16-papercolor-light] .hljs-punctuation, [theme=base16-papercolor-light] .hljs-subst {
  color: #444;
}
[theme=base16-papercolor-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-light] .hljs-bullet, [theme=base16-papercolor-light] .hljs-deletion, [theme=base16-papercolor-light] .hljs-name, [theme=base16-papercolor-light] .hljs-selector-tag, [theme=base16-papercolor-light] .hljs-template-variable, [theme=base16-papercolor-light] .hljs-variable {
  color: #bcbcbc;
}
[theme=base16-papercolor-light] .hljs-attr, [theme=base16-papercolor-light] .hljs-link, [theme=base16-papercolor-light] .hljs-literal, [theme=base16-papercolor-light] .hljs-number, [theme=base16-papercolor-light] .hljs-symbol, [theme=base16-papercolor-light] .hljs-variable.constant_ {
  color: #d70000;
}
[theme=base16-papercolor-light] .hljs-class .hljs-title, [theme=base16-papercolor-light] .hljs-title, [theme=base16-papercolor-light] .hljs-title.class_ {
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-strong {
  font-weight: 700;
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-addition, [theme=base16-papercolor-light] .hljs-code, [theme=base16-papercolor-light] .hljs-string, [theme=base16-papercolor-light] .hljs-title.class_.inherited__ {
  color: #8700af;
}
[theme=base16-papercolor-light] .hljs-attribute, [theme=base16-papercolor-light] .hljs-built_in, [theme=base16-papercolor-light] .hljs-doctag, [theme=base16-papercolor-light] .hljs-function .hljs-title, [theme=base16-papercolor-light] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-light] .hljs-quote, [theme=base16-papercolor-light] .hljs-regexp, [theme=base16-papercolor-light] .hljs-section, [theme=base16-papercolor-light] .hljs-title.function_, [theme=base16-papercolor-light] .ruby .hljs-property {
  color: #d75f00;
}
[theme=base16-papercolor-light] .diff .hljs-meta, [theme=base16-papercolor-light] .hljs-keyword, [theme=base16-papercolor-light] .hljs-template-tag, [theme=base16-papercolor-light] .hljs-type {
  color: #005faf;
}
[theme=base16-papercolor-light] .hljs-emphasis {
  color: #005faf;
  font-style: italic;
}
[theme=base16-papercolor-light] .hljs-meta, [theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta .hljs-string {
  color: #005f87;
}
[theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-paraiso] {
  /*!
    Theme: Paraiso
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-paraiso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-paraiso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-paraiso] .hljs {
  color: #a39e9b;
  background: #2f1e2e;
}
[theme=base16-paraiso] .hljs ::selection, [theme=base16-paraiso] .hljs::selection {
  background-color: #4f424c;
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-comment {
  color: #776e71;
}
[theme=base16-paraiso] .hljs-tag {
  color: #8d8687;
}
[theme=base16-paraiso] .hljs-operator, [theme=base16-paraiso] .hljs-punctuation, [theme=base16-paraiso] .hljs-subst {
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-paraiso] .hljs-bullet, [theme=base16-paraiso] .hljs-deletion, [theme=base16-paraiso] .hljs-name, [theme=base16-paraiso] .hljs-selector-tag, [theme=base16-paraiso] .hljs-template-variable, [theme=base16-paraiso] .hljs-variable {
  color: #ef6155;
}
[theme=base16-paraiso] .hljs-attr, [theme=base16-paraiso] .hljs-link, [theme=base16-paraiso] .hljs-literal, [theme=base16-paraiso] .hljs-number, [theme=base16-paraiso] .hljs-symbol, [theme=base16-paraiso] .hljs-variable.constant_ {
  color: #f99b15;
}
[theme=base16-paraiso] .hljs-class .hljs-title, [theme=base16-paraiso] .hljs-title, [theme=base16-paraiso] .hljs-title.class_ {
  color: #fec418;
}
[theme=base16-paraiso] .hljs-strong {
  font-weight: 700;
  color: #fec418;
}
[theme=base16-paraiso] .hljs-addition, [theme=base16-paraiso] .hljs-code, [theme=base16-paraiso] .hljs-string, [theme=base16-paraiso] .hljs-title.class_.inherited__ {
  color: #48b685;
}
[theme=base16-paraiso] .hljs-built_in, [theme=base16-paraiso] .hljs-doctag, [theme=base16-paraiso] .hljs-keyword.hljs-atrule, [theme=base16-paraiso] .hljs-quote, [theme=base16-paraiso] .hljs-regexp {
  color: #5bc4bf;
}
[theme=base16-paraiso] .hljs-attribute, [theme=base16-paraiso] .hljs-function .hljs-title, [theme=base16-paraiso] .hljs-section, [theme=base16-paraiso] .hljs-title.function_, [theme=base16-paraiso] .ruby .hljs-property {
  color: #06b6ef;
}
[theme=base16-paraiso] .diff .hljs-meta, [theme=base16-paraiso] .hljs-keyword, [theme=base16-paraiso] .hljs-template-tag, [theme=base16-paraiso] .hljs-type {
  color: #815ba4;
}
[theme=base16-paraiso] .hljs-emphasis {
  color: #815ba4;
  font-style: italic;
}
[theme=base16-paraiso] .hljs-meta, [theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta .hljs-string {
  color: #e96ba8;
}
[theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pasque] {
  /*!
    Theme: Pasque
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pasque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pasque] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pasque] .hljs {
  color: #dedcdf;
  background: #271c3a;
}
[theme=base16-pasque] .hljs ::selection, [theme=base16-pasque] .hljs::selection {
  background-color: #3e2d5c;
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-comment {
  color: #5d5766;
}
[theme=base16-pasque] .hljs-tag {
  color: #bebcbf;
}
[theme=base16-pasque] .hljs-operator, [theme=base16-pasque] .hljs-punctuation, [theme=base16-pasque] .hljs-subst {
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pasque] .hljs-bullet, [theme=base16-pasque] .hljs-deletion, [theme=base16-pasque] .hljs-name, [theme=base16-pasque] .hljs-selector-tag, [theme=base16-pasque] .hljs-template-variable, [theme=base16-pasque] .hljs-variable {
  color: #a92258;
}
[theme=base16-pasque] .hljs-attr, [theme=base16-pasque] .hljs-link, [theme=base16-pasque] .hljs-literal, [theme=base16-pasque] .hljs-number, [theme=base16-pasque] .hljs-symbol, [theme=base16-pasque] .hljs-variable.constant_ {
  color: #918889;
}
[theme=base16-pasque] .hljs-class .hljs-title, [theme=base16-pasque] .hljs-title, [theme=base16-pasque] .hljs-title.class_ {
  color: #804ead;
}
[theme=base16-pasque] .hljs-strong {
  font-weight: 700;
  color: #804ead;
}
[theme=base16-pasque] .hljs-addition, [theme=base16-pasque] .hljs-code, [theme=base16-pasque] .hljs-string, [theme=base16-pasque] .hljs-title.class_.inherited__ {
  color: #c6914b;
}
[theme=base16-pasque] .hljs-built_in, [theme=base16-pasque] .hljs-doctag, [theme=base16-pasque] .hljs-keyword.hljs-atrule, [theme=base16-pasque] .hljs-quote, [theme=base16-pasque] .hljs-regexp {
  color: #7263aa;
}
[theme=base16-pasque] .hljs-attribute, [theme=base16-pasque] .hljs-function .hljs-title, [theme=base16-pasque] .hljs-section, [theme=base16-pasque] .hljs-title.function_, [theme=base16-pasque] .ruby .hljs-property {
  color: #8e7dc6;
}
[theme=base16-pasque] .diff .hljs-meta, [theme=base16-pasque] .hljs-keyword, [theme=base16-pasque] .hljs-template-tag, [theme=base16-pasque] .hljs-type {
  color: #953b9d;
}
[theme=base16-pasque] .hljs-emphasis {
  color: #953b9d;
  font-style: italic;
}
[theme=base16-pasque] .hljs-meta, [theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta .hljs-string {
  color: #59325c;
}
[theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-phd] {
  /*!
    Theme: PhD
    Author: Hennig Hasemann (http://leetless.de/vim.html)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-phd] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-phd] code.hljs {
  padding: 3px 5px;
}
[theme=base16-phd] .hljs {
  color: #b8bbc2;
  background: #061229;
}
[theme=base16-phd] .hljs ::selection, [theme=base16-phd] .hljs::selection {
  background-color: #4d5666;
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-comment {
  color: #717885;
}
[theme=base16-phd] .hljs-tag {
  color: #9a99a3;
}
[theme=base16-phd] .hljs-operator, [theme=base16-phd] .hljs-punctuation, [theme=base16-phd] .hljs-subst {
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-phd] .hljs-bullet, [theme=base16-phd] .hljs-deletion, [theme=base16-phd] .hljs-name, [theme=base16-phd] .hljs-selector-tag, [theme=base16-phd] .hljs-template-variable, [theme=base16-phd] .hljs-variable {
  color: #d07346;
}
[theme=base16-phd] .hljs-attr, [theme=base16-phd] .hljs-link, [theme=base16-phd] .hljs-literal, [theme=base16-phd] .hljs-number, [theme=base16-phd] .hljs-symbol, [theme=base16-phd] .hljs-variable.constant_ {
  color: #f0a000;
}
[theme=base16-phd] .hljs-class .hljs-title, [theme=base16-phd] .hljs-title, [theme=base16-phd] .hljs-title.class_ {
  color: #fbd461;
}
[theme=base16-phd] .hljs-strong {
  font-weight: 700;
  color: #fbd461;
}
[theme=base16-phd] .hljs-addition, [theme=base16-phd] .hljs-code, [theme=base16-phd] .hljs-string, [theme=base16-phd] .hljs-title.class_.inherited__ {
  color: #99bf52;
}
[theme=base16-phd] .hljs-built_in, [theme=base16-phd] .hljs-doctag, [theme=base16-phd] .hljs-keyword.hljs-atrule, [theme=base16-phd] .hljs-quote, [theme=base16-phd] .hljs-regexp {
  color: #72b9bf;
}
[theme=base16-phd] .hljs-attribute, [theme=base16-phd] .hljs-function .hljs-title, [theme=base16-phd] .hljs-section, [theme=base16-phd] .hljs-title.function_, [theme=base16-phd] .ruby .hljs-property {
  color: #5299bf;
}
[theme=base16-phd] .diff .hljs-meta, [theme=base16-phd] .hljs-keyword, [theme=base16-phd] .hljs-template-tag, [theme=base16-phd] .hljs-type {
  color: #9989cc;
}
[theme=base16-phd] .hljs-emphasis {
  color: #9989cc;
  font-style: italic;
}
[theme=base16-phd] .hljs-meta, [theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta .hljs-string {
  color: #b08060;
}
[theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pico] {
  /*!
    Theme: Pico
    Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pico] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pico] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pico] .hljs {
  color: #5f574f;
  background: #000;
}
[theme=base16-pico] .hljs ::selection, [theme=base16-pico] .hljs::selection {
  background-color: #7e2553;
  color: #5f574f;
}
[theme=base16-pico] .hljs-comment {
  color: #008751;
}
[theme=base16-pico] .hljs-tag {
  color: #ab5236;
}
[theme=base16-pico] .hljs-operator, [theme=base16-pico] .hljs-punctuation, [theme=base16-pico] .hljs-subst {
  color: #5f574f;
}
[theme=base16-pico] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pico] .hljs-bullet, [theme=base16-pico] .hljs-deletion, [theme=base16-pico] .hljs-name, [theme=base16-pico] .hljs-selector-tag, [theme=base16-pico] .hljs-template-variable, [theme=base16-pico] .hljs-variable {
  color: #ff004d;
}
[theme=base16-pico] .hljs-attr, [theme=base16-pico] .hljs-link, [theme=base16-pico] .hljs-literal, [theme=base16-pico] .hljs-number, [theme=base16-pico] .hljs-symbol, [theme=base16-pico] .hljs-variable.constant_ {
  color: #ffa300;
}
[theme=base16-pico] .hljs-class .hljs-title, [theme=base16-pico] .hljs-title, [theme=base16-pico] .hljs-title.class_ {
  color: #fff024;
}
[theme=base16-pico] .hljs-strong {
  font-weight: 700;
  color: #fff024;
}
[theme=base16-pico] .hljs-addition, [theme=base16-pico] .hljs-code, [theme=base16-pico] .hljs-string, [theme=base16-pico] .hljs-title.class_.inherited__ {
  color: #00e756;
}
[theme=base16-pico] .hljs-built_in, [theme=base16-pico] .hljs-doctag, [theme=base16-pico] .hljs-keyword.hljs-atrule, [theme=base16-pico] .hljs-quote, [theme=base16-pico] .hljs-regexp {
  color: #29adff;
}
[theme=base16-pico] .hljs-attribute, [theme=base16-pico] .hljs-function .hljs-title, [theme=base16-pico] .hljs-section, [theme=base16-pico] .hljs-title.function_, [theme=base16-pico] .ruby .hljs-property {
  color: #83769c;
}
[theme=base16-pico] .diff .hljs-meta, [theme=base16-pico] .hljs-keyword, [theme=base16-pico] .hljs-template-tag, [theme=base16-pico] .hljs-type {
  color: #ff77a8;
}
[theme=base16-pico] .hljs-emphasis {
  color: #ff77a8;
  font-style: italic;
}
[theme=base16-pico] .hljs-meta, [theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta .hljs-string {
  color: #fca;
}
[theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pop] {
  /*!
    Theme: Pop
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pop] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pop] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pop] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-pop] .hljs ::selection, [theme=base16-pop] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-comment {
  color: #505050;
}
[theme=base16-pop] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-pop] .hljs-operator, [theme=base16-pop] .hljs-punctuation, [theme=base16-pop] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pop] .hljs-bullet, [theme=base16-pop] .hljs-deletion, [theme=base16-pop] .hljs-name, [theme=base16-pop] .hljs-selector-tag, [theme=base16-pop] .hljs-template-variable, [theme=base16-pop] .hljs-variable {
  color: #eb008a;
}
[theme=base16-pop] .hljs-attr, [theme=base16-pop] .hljs-link, [theme=base16-pop] .hljs-literal, [theme=base16-pop] .hljs-number, [theme=base16-pop] .hljs-symbol, [theme=base16-pop] .hljs-variable.constant_ {
  color: #f29333;
}
[theme=base16-pop] .hljs-class .hljs-title, [theme=base16-pop] .hljs-title, [theme=base16-pop] .hljs-title.class_ {
  color: #f8ca12;
}
[theme=base16-pop] .hljs-strong {
  font-weight: 700;
  color: #f8ca12;
}
[theme=base16-pop] .hljs-addition, [theme=base16-pop] .hljs-code, [theme=base16-pop] .hljs-string, [theme=base16-pop] .hljs-title.class_.inherited__ {
  color: #37b349;
}
[theme=base16-pop] .hljs-built_in, [theme=base16-pop] .hljs-doctag, [theme=base16-pop] .hljs-keyword.hljs-atrule, [theme=base16-pop] .hljs-quote, [theme=base16-pop] .hljs-regexp {
  color: #0ab;
}
[theme=base16-pop] .hljs-attribute, [theme=base16-pop] .hljs-function .hljs-title, [theme=base16-pop] .hljs-section, [theme=base16-pop] .hljs-title.function_, [theme=base16-pop] .ruby .hljs-property {
  color: #0e5a94;
}
[theme=base16-pop] .diff .hljs-meta, [theme=base16-pop] .hljs-keyword, [theme=base16-pop] .hljs-template-tag, [theme=base16-pop] .hljs-type {
  color: #b31e8d;
}
[theme=base16-pop] .hljs-emphasis {
  color: #b31e8d;
  font-style: italic;
}
[theme=base16-pop] .hljs-meta, [theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta .hljs-string {
  color: #7a2d00;
}
[theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-porple] {
  /*!
    Theme: Porple
    Author: Niek den Breeje (https://github.com/AuditeMarlow)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-porple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-porple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-porple] .hljs {
  color: #d8d8d8;
  background: #292c36;
}
[theme=base16-porple] .hljs ::selection, [theme=base16-porple] .hljs::selection {
  background-color: #474160;
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-comment {
  color: #65568a;
}
[theme=base16-porple] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-porple] .hljs-operator, [theme=base16-porple] .hljs-punctuation, [theme=base16-porple] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-porple] .hljs-bullet, [theme=base16-porple] .hljs-deletion, [theme=base16-porple] .hljs-name, [theme=base16-porple] .hljs-selector-tag, [theme=base16-porple] .hljs-template-variable, [theme=base16-porple] .hljs-variable {
  color: #f84547;
}
[theme=base16-porple] .hljs-attr, [theme=base16-porple] .hljs-link, [theme=base16-porple] .hljs-literal, [theme=base16-porple] .hljs-number, [theme=base16-porple] .hljs-symbol, [theme=base16-porple] .hljs-variable.constant_ {
  color: #d28e5d;
}
[theme=base16-porple] .hljs-class .hljs-title, [theme=base16-porple] .hljs-title, [theme=base16-porple] .hljs-title.class_ {
  color: #efa16b;
}
[theme=base16-porple] .hljs-strong {
  font-weight: 700;
  color: #efa16b;
}
[theme=base16-porple] .hljs-addition, [theme=base16-porple] .hljs-code, [theme=base16-porple] .hljs-string, [theme=base16-porple] .hljs-title.class_.inherited__ {
  color: #95c76f;
}
[theme=base16-porple] .hljs-built_in, [theme=base16-porple] .hljs-doctag, [theme=base16-porple] .hljs-keyword.hljs-atrule, [theme=base16-porple] .hljs-quote, [theme=base16-porple] .hljs-regexp {
  color: #64878f;
}
[theme=base16-porple] .hljs-attribute, [theme=base16-porple] .hljs-function .hljs-title, [theme=base16-porple] .hljs-section, [theme=base16-porple] .hljs-title.function_, [theme=base16-porple] .ruby .hljs-property {
  color: #8485ce;
}
[theme=base16-porple] .diff .hljs-meta, [theme=base16-porple] .hljs-keyword, [theme=base16-porple] .hljs-template-tag, [theme=base16-porple] .hljs-type {
  color: #b74989;
}
[theme=base16-porple] .hljs-emphasis {
  color: #b74989;
  font-style: italic;
}
[theme=base16-porple] .hljs-meta, [theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta .hljs-string {
  color: #986841;
}
[theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-qualia] {
  /*!
    Theme: Qualia
    Author: isaacwhanson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-qualia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-qualia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-qualia] .hljs {
  color: silver;
  background: #101010;
}
[theme=base16-qualia] .hljs ::selection, [theme=base16-qualia] .hljs::selection {
  background-color: #454545;
  color: silver;
}
[theme=base16-qualia] .hljs-comment {
  color: #454545;
}
[theme=base16-qualia] .hljs-tag {
  color: grey;
}
[theme=base16-qualia] .hljs-operator, [theme=base16-qualia] .hljs-punctuation, [theme=base16-qualia] .hljs-subst {
  color: silver;
}
[theme=base16-qualia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-qualia] .hljs-bullet, [theme=base16-qualia] .hljs-deletion, [theme=base16-qualia] .hljs-name, [theme=base16-qualia] .hljs-selector-tag, [theme=base16-qualia] .hljs-template-variable, [theme=base16-qualia] .hljs-variable {
  color: #efa6a2;
}
[theme=base16-qualia] .hljs-attr, [theme=base16-qualia] .hljs-link, [theme=base16-qualia] .hljs-literal, [theme=base16-qualia] .hljs-number, [theme=base16-qualia] .hljs-symbol, [theme=base16-qualia] .hljs-variable.constant_ {
  color: #a3b8ef;
}
[theme=base16-qualia] .hljs-class .hljs-title, [theme=base16-qualia] .hljs-title, [theme=base16-qualia] .hljs-title.class_ {
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-strong {
  font-weight: 700;
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-addition, [theme=base16-qualia] .hljs-code, [theme=base16-qualia] .hljs-string, [theme=base16-qualia] .hljs-title.class_.inherited__ {
  color: #80c990;
}
[theme=base16-qualia] .hljs-built_in, [theme=base16-qualia] .hljs-doctag, [theme=base16-qualia] .hljs-keyword.hljs-atrule, [theme=base16-qualia] .hljs-quote, [theme=base16-qualia] .hljs-regexp {
  color: #c8c874;
}
[theme=base16-qualia] .hljs-attribute, [theme=base16-qualia] .hljs-function .hljs-title, [theme=base16-qualia] .hljs-section, [theme=base16-qualia] .hljs-title.function_, [theme=base16-qualia] .ruby .hljs-property {
  color: #50cacd;
}
[theme=base16-qualia] .diff .hljs-meta, [theme=base16-qualia] .hljs-keyword, [theme=base16-qualia] .hljs-template-tag, [theme=base16-qualia] .hljs-type {
  color: #e0af85;
}
[theme=base16-qualia] .hljs-emphasis {
  color: #e0af85;
  font-style: italic;
}
[theme=base16-qualia] .hljs-meta, [theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-railscasts] {
  /*!
    Theme: Railscasts
    Author: Ryan Bates (http://railscasts.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-railscasts] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-railscasts] code.hljs {
  padding: 3px 5px;
}
[theme=base16-railscasts] .hljs {
  color: #e6e1dc;
  background: #2b2b2b;
}
[theme=base16-railscasts] .hljs ::selection, [theme=base16-railscasts] .hljs::selection {
  background-color: #3a4055;
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-comment {
  color: #5a647e;
}
[theme=base16-railscasts] .hljs-tag {
  color: #d4cfc9;
}
[theme=base16-railscasts] .hljs-operator, [theme=base16-railscasts] .hljs-punctuation, [theme=base16-railscasts] .hljs-subst {
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-railscasts] .hljs-bullet, [theme=base16-railscasts] .hljs-deletion, [theme=base16-railscasts] .hljs-name, [theme=base16-railscasts] .hljs-selector-tag, [theme=base16-railscasts] .hljs-template-variable, [theme=base16-railscasts] .hljs-variable {
  color: #da4939;
}
[theme=base16-railscasts] .hljs-attr, [theme=base16-railscasts] .hljs-link, [theme=base16-railscasts] .hljs-literal, [theme=base16-railscasts] .hljs-number, [theme=base16-railscasts] .hljs-symbol, [theme=base16-railscasts] .hljs-variable.constant_ {
  color: #cc7833;
}
[theme=base16-railscasts] .hljs-class .hljs-title, [theme=base16-railscasts] .hljs-title, [theme=base16-railscasts] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-addition, [theme=base16-railscasts] .hljs-code, [theme=base16-railscasts] .hljs-string, [theme=base16-railscasts] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-railscasts] .hljs-built_in, [theme=base16-railscasts] .hljs-doctag, [theme=base16-railscasts] .hljs-keyword.hljs-atrule, [theme=base16-railscasts] .hljs-quote, [theme=base16-railscasts] .hljs-regexp {
  color: #519f50;
}
[theme=base16-railscasts] .hljs-attribute, [theme=base16-railscasts] .hljs-function .hljs-title, [theme=base16-railscasts] .hljs-section, [theme=base16-railscasts] .hljs-title.function_, [theme=base16-railscasts] .ruby .hljs-property {
  color: #6d9cbe;
}
[theme=base16-railscasts] .diff .hljs-meta, [theme=base16-railscasts] .hljs-keyword, [theme=base16-railscasts] .hljs-template-tag, [theme=base16-railscasts] .hljs-type {
  color: #b6b3eb;
}
[theme=base16-railscasts] .hljs-emphasis {
  color: #b6b3eb;
  font-style: italic;
}
[theme=base16-railscasts] .hljs-meta, [theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta .hljs-string {
  color: #bc9458;
}
[theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-rebecca] {
  /*!
    Theme: Rebecca
    Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-rebecca] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-rebecca] code.hljs {
  padding: 3px 5px;
}
[theme=base16-rebecca] .hljs {
  color: #f1eff8;
  background: #292a44;
}
[theme=base16-rebecca] .hljs ::selection, [theme=base16-rebecca] .hljs::selection {
  background-color: #383a62;
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-comment {
  color: #669;
}
[theme=base16-rebecca] .hljs-tag {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-operator, [theme=base16-rebecca] .hljs-punctuation, [theme=base16-rebecca] .hljs-subst {
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-rebecca] .hljs-bullet, [theme=base16-rebecca] .hljs-deletion, [theme=base16-rebecca] .hljs-name, [theme=base16-rebecca] .hljs-selector-tag, [theme=base16-rebecca] .hljs-template-variable, [theme=base16-rebecca] .hljs-variable {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-attr, [theme=base16-rebecca] .hljs-link, [theme=base16-rebecca] .hljs-literal, [theme=base16-rebecca] .hljs-number, [theme=base16-rebecca] .hljs-symbol, [theme=base16-rebecca] .hljs-variable.constant_ {
  color: #efe4a1;
}
[theme=base16-rebecca] .hljs-class .hljs-title, [theme=base16-rebecca] .hljs-title, [theme=base16-rebecca] .hljs-title.class_ {
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-strong {
  font-weight: 700;
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-addition, [theme=base16-rebecca] .hljs-code, [theme=base16-rebecca] .hljs-string, [theme=base16-rebecca] .hljs-title.class_.inherited__ {
  color: #6dfedf;
}
[theme=base16-rebecca] .hljs-built_in, [theme=base16-rebecca] .hljs-doctag, [theme=base16-rebecca] .hljs-keyword.hljs-atrule, [theme=base16-rebecca] .hljs-quote, [theme=base16-rebecca] .hljs-regexp {
  color: #8eaee0;
}
[theme=base16-rebecca] .hljs-attribute, [theme=base16-rebecca] .hljs-function .hljs-title, [theme=base16-rebecca] .hljs-section, [theme=base16-rebecca] .hljs-title.function_, [theme=base16-rebecca] .ruby .hljs-property {
  color: #2de0a7;
}
[theme=base16-rebecca] .diff .hljs-meta, [theme=base16-rebecca] .hljs-keyword, [theme=base16-rebecca] .hljs-template-tag, [theme=base16-rebecca] .hljs-type {
  color: #7aa5ff;
}
[theme=base16-rebecca] .hljs-emphasis {
  color: #7aa5ff;
  font-style: italic;
}
[theme=base16-rebecca] .hljs-meta, [theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta .hljs-string {
  color: #ff79c6;
}
[theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-dawn] {
  /*!
    Theme: Rosé Pine Dawn
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-dawn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-dawn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-dawn] .hljs {
  color: #575279;
  background: #faf4ed;
}
[theme=base16-ros-pine-dawn] .hljs ::selection, [theme=base16-ros-pine-dawn] .hljs::selection {
  background-color: #f2e9de;
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-comment {
  color: #9893a5;
}
[theme=base16-ros-pine-dawn] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine-dawn] .hljs-operator, [theme=base16-ros-pine-dawn] .hljs-punctuation, [theme=base16-ros-pine-dawn] .hljs-subst {
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-dawn] .hljs-bullet, [theme=base16-ros-pine-dawn] .hljs-deletion, [theme=base16-ros-pine-dawn] .hljs-name, [theme=base16-ros-pine-dawn] .hljs-selector-tag, [theme=base16-ros-pine-dawn] .hljs-template-variable, [theme=base16-ros-pine-dawn] .hljs-variable {
  color: #1f1d2e;
}
[theme=base16-ros-pine-dawn] .hljs-attr, [theme=base16-ros-pine-dawn] .hljs-link, [theme=base16-ros-pine-dawn] .hljs-literal, [theme=base16-ros-pine-dawn] .hljs-number, [theme=base16-ros-pine-dawn] .hljs-symbol, [theme=base16-ros-pine-dawn] .hljs-variable.constant_ {
  color: #b4637a;
}
[theme=base16-ros-pine-dawn] .hljs-class .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title.class_ {
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-strong {
  font-weight: 700;
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-addition, [theme=base16-ros-pine-dawn] .hljs-code, [theme=base16-ros-pine-dawn] .hljs-string, [theme=base16-ros-pine-dawn] .hljs-title.class_.inherited__ {
  color: #d7827e;
}
[theme=base16-ros-pine-dawn] .hljs-built_in, [theme=base16-ros-pine-dawn] .hljs-doctag, [theme=base16-ros-pine-dawn] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-dawn] .hljs-quote, [theme=base16-ros-pine-dawn] .hljs-regexp {
  color: #286983;
}
[theme=base16-ros-pine-dawn] .hljs-attribute, [theme=base16-ros-pine-dawn] .hljs-function .hljs-title, [theme=base16-ros-pine-dawn] .hljs-section, [theme=base16-ros-pine-dawn] .hljs-title.function_, [theme=base16-ros-pine-dawn] .ruby .hljs-property {
  color: #56949f;
}
[theme=base16-ros-pine-dawn] .diff .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-template-tag, [theme=base16-ros-pine-dawn] .hljs-type {
  color: #907aa9;
}
[theme=base16-ros-pine-dawn] .hljs-emphasis {
  color: #907aa9;
  font-style: italic;
}
[theme=base16-ros-pine-dawn] .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-string {
  color: #c5c3ce;
}
[theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-moon] {
  /*!
    Theme: Rosé Pine Moon
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-moon] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-moon] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-moon] .hljs {
  color: #e0def4;
  background: #232136;
}
[theme=base16-ros-pine-moon] .hljs ::selection, [theme=base16-ros-pine-moon] .hljs::selection {
  background-color: #393552;
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-comment {
  color: #59546d;
}
[theme=base16-ros-pine-moon] .hljs-tag {
  color: #817c9c;
}
[theme=base16-ros-pine-moon] .hljs-operator, [theme=base16-ros-pine-moon] .hljs-punctuation, [theme=base16-ros-pine-moon] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-moon] .hljs-bullet, [theme=base16-ros-pine-moon] .hljs-deletion, [theme=base16-ros-pine-moon] .hljs-name, [theme=base16-ros-pine-moon] .hljs-selector-tag, [theme=base16-ros-pine-moon] .hljs-template-variable, [theme=base16-ros-pine-moon] .hljs-variable {
  color: #ecebf0;
}
[theme=base16-ros-pine-moon] .hljs-attr, [theme=base16-ros-pine-moon] .hljs-link, [theme=base16-ros-pine-moon] .hljs-literal, [theme=base16-ros-pine-moon] .hljs-number, [theme=base16-ros-pine-moon] .hljs-symbol, [theme=base16-ros-pine-moon] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine-moon] .hljs-class .hljs-title, [theme=base16-ros-pine-moon] .hljs-title, [theme=base16-ros-pine-moon] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-addition, [theme=base16-ros-pine-moon] .hljs-code, [theme=base16-ros-pine-moon] .hljs-string, [theme=base16-ros-pine-moon] .hljs-title.class_.inherited__ {
  color: #ea9a97;
}
[theme=base16-ros-pine-moon] .hljs-built_in, [theme=base16-ros-pine-moon] .hljs-doctag, [theme=base16-ros-pine-moon] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-moon] .hljs-quote, [theme=base16-ros-pine-moon] .hljs-regexp {
  color: #3e8fb0;
}
[theme=base16-ros-pine-moon] .hljs-attribute, [theme=base16-ros-pine-moon] .hljs-function .hljs-title, [theme=base16-ros-pine-moon] .hljs-section, [theme=base16-ros-pine-moon] .hljs-title.function_, [theme=base16-ros-pine-moon] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine-moon] .diff .hljs-meta, [theme=base16-ros-pine-moon] .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-template-tag, [theme=base16-ros-pine-moon] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine-moon] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine-moon] .hljs-meta, [theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta .hljs-string {
  color: #b9b9bc;
}
[theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine] {
  /*!
    Theme: Rosé Pine
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine] .hljs {
  color: #e0def4;
  background: #191724;
}
[theme=base16-ros-pine] .hljs ::selection, [theme=base16-ros-pine] .hljs::selection {
  background-color: #26233a;
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-comment {
  color: #555169;
}
[theme=base16-ros-pine] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine] .hljs-operator, [theme=base16-ros-pine] .hljs-punctuation, [theme=base16-ros-pine] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine] .hljs-bullet, [theme=base16-ros-pine] .hljs-deletion, [theme=base16-ros-pine] .hljs-name, [theme=base16-ros-pine] .hljs-selector-tag, [theme=base16-ros-pine] .hljs-template-variable, [theme=base16-ros-pine] .hljs-variable {
  color: #e2e1e7;
}
[theme=base16-ros-pine] .hljs-attr, [theme=base16-ros-pine] .hljs-link, [theme=base16-ros-pine] .hljs-literal, [theme=base16-ros-pine] .hljs-number, [theme=base16-ros-pine] .hljs-symbol, [theme=base16-ros-pine] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine] .hljs-class .hljs-title, [theme=base16-ros-pine] .hljs-title, [theme=base16-ros-pine] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-addition, [theme=base16-ros-pine] .hljs-code, [theme=base16-ros-pine] .hljs-string, [theme=base16-ros-pine] .hljs-title.class_.inherited__ {
  color: #ebbcba;
}
[theme=base16-ros-pine] .hljs-built_in, [theme=base16-ros-pine] .hljs-doctag, [theme=base16-ros-pine] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine] .hljs-quote, [theme=base16-ros-pine] .hljs-regexp {
  color: #31748f;
}
[theme=base16-ros-pine] .hljs-attribute, [theme=base16-ros-pine] .hljs-function .hljs-title, [theme=base16-ros-pine] .hljs-section, [theme=base16-ros-pine] .hljs-title.function_, [theme=base16-ros-pine] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine] .diff .hljs-meta, [theme=base16-ros-pine] .hljs-keyword, [theme=base16-ros-pine] .hljs-template-tag, [theme=base16-ros-pine] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine] .hljs-meta, [theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta .hljs-string {
  color: #e5e5e5;
}
[theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sagelight] {
  /*!
    Theme: Sagelight
    Author: Carter Veldhuizen
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sagelight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sagelight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sagelight] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-sagelight] .hljs ::selection, [theme=base16-sagelight] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-sagelight] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-sagelight] .hljs-tag {
  color: #585858;
}
[theme=base16-sagelight] .hljs-operator, [theme=base16-sagelight] .hljs-punctuation, [theme=base16-sagelight] .hljs-subst {
  color: #383838;
}
[theme=base16-sagelight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sagelight] .hljs-bullet, [theme=base16-sagelight] .hljs-deletion, [theme=base16-sagelight] .hljs-name, [theme=base16-sagelight] .hljs-selector-tag, [theme=base16-sagelight] .hljs-template-variable, [theme=base16-sagelight] .hljs-variable {
  color: #fa8480;
}
[theme=base16-sagelight] .hljs-attr, [theme=base16-sagelight] .hljs-link, [theme=base16-sagelight] .hljs-literal, [theme=base16-sagelight] .hljs-number, [theme=base16-sagelight] .hljs-symbol, [theme=base16-sagelight] .hljs-variable.constant_ {
  color: #ffaa61;
}
[theme=base16-sagelight] .hljs-class .hljs-title, [theme=base16-sagelight] .hljs-title, [theme=base16-sagelight] .hljs-title.class_ {
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-strong {
  font-weight: 700;
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-addition, [theme=base16-sagelight] .hljs-code, [theme=base16-sagelight] .hljs-string, [theme=base16-sagelight] .hljs-title.class_.inherited__ {
  color: #a0d2c8;
}
[theme=base16-sagelight] .hljs-built_in, [theme=base16-sagelight] .hljs-doctag, [theme=base16-sagelight] .hljs-keyword.hljs-atrule, [theme=base16-sagelight] .hljs-quote, [theme=base16-sagelight] .hljs-regexp {
  color: #a2d6f5;
}
[theme=base16-sagelight] .hljs-attribute, [theme=base16-sagelight] .hljs-function .hljs-title, [theme=base16-sagelight] .hljs-section, [theme=base16-sagelight] .hljs-title.function_, [theme=base16-sagelight] .ruby .hljs-property {
  color: #a0a7d2;
}
[theme=base16-sagelight] .diff .hljs-meta, [theme=base16-sagelight] .hljs-keyword, [theme=base16-sagelight] .hljs-template-tag, [theme=base16-sagelight] .hljs-type {
  color: #c8a0d2;
}
[theme=base16-sagelight] .hljs-emphasis {
  color: #c8a0d2;
  font-style: italic;
}
[theme=base16-sagelight] .hljs-meta, [theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta .hljs-string {
  color: #d2b2a0;
}
[theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sandcastle] {
  /*!
    Theme: Sandcastle
    Author: George Essig (https://github.com/gessig)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sandcastle] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sandcastle] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sandcastle] .hljs {
  color: #a89984;
  background: #282c34;
}
[theme=base16-sandcastle] .hljs ::selection, [theme=base16-sandcastle] .hljs::selection {
  background-color: #3e4451;
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-comment {
  color: #665c54;
}
[theme=base16-sandcastle] .hljs-tag {
  color: #928374;
}
[theme=base16-sandcastle] .hljs-operator, [theme=base16-sandcastle] .hljs-punctuation, [theme=base16-sandcastle] .hljs-subst {
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sandcastle] .hljs-bullet, [theme=base16-sandcastle] .hljs-deletion, [theme=base16-sandcastle] .hljs-name, [theme=base16-sandcastle] .hljs-selector-tag, [theme=base16-sandcastle] .hljs-template-variable, [theme=base16-sandcastle] .hljs-variable {
  color: #83a598;
}
[theme=base16-sandcastle] .hljs-attr, [theme=base16-sandcastle] .hljs-class .hljs-title, [theme=base16-sandcastle] .hljs-link, [theme=base16-sandcastle] .hljs-literal, [theme=base16-sandcastle] .hljs-number, [theme=base16-sandcastle] .hljs-symbol, [theme=base16-sandcastle] .hljs-title, [theme=base16-sandcastle] .hljs-title.class_, [theme=base16-sandcastle] .hljs-variable.constant_ {
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-addition, [theme=base16-sandcastle] .hljs-code, [theme=base16-sandcastle] .hljs-string, [theme=base16-sandcastle] .hljs-title.class_.inherited__ {
  color: #528b8b;
}
[theme=base16-sandcastle] .hljs-attribute, [theme=base16-sandcastle] .hljs-built_in, [theme=base16-sandcastle] .hljs-doctag, [theme=base16-sandcastle] .hljs-function .hljs-title, [theme=base16-sandcastle] .hljs-keyword.hljs-atrule, [theme=base16-sandcastle] .hljs-quote, [theme=base16-sandcastle] .hljs-regexp, [theme=base16-sandcastle] .hljs-section, [theme=base16-sandcastle] .hljs-title.function_, [theme=base16-sandcastle] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-sandcastle] .diff .hljs-meta, [theme=base16-sandcastle] .hljs-keyword, [theme=base16-sandcastle] .hljs-template-tag, [theme=base16-sandcastle] .hljs-type {
  color: #d75f5f;
}
[theme=base16-sandcastle] .hljs-emphasis {
  color: #d75f5f;
  font-style: italic;
}
[theme=base16-sandcastle] .hljs-meta, [theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-seti-ui] {
  /*!
    Theme: Seti UI
    Author: 
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-seti-ui] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-seti-ui] code.hljs {
  padding: 3px 5px;
}
[theme=base16-seti-ui] .hljs {
  color: #d6d6d6;
  background: #151718;
}
[theme=base16-seti-ui] .hljs ::selection, [theme=base16-seti-ui] .hljs::selection {
  background-color: #3b758c;
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-comment {
  color: #41535b;
}
[theme=base16-seti-ui] .hljs-tag {
  color: #43a5d5;
}
[theme=base16-seti-ui] .hljs-operator, [theme=base16-seti-ui] .hljs-punctuation, [theme=base16-seti-ui] .hljs-subst {
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-seti-ui] .hljs-bullet, [theme=base16-seti-ui] .hljs-deletion, [theme=base16-seti-ui] .hljs-name, [theme=base16-seti-ui] .hljs-selector-tag, [theme=base16-seti-ui] .hljs-template-variable, [theme=base16-seti-ui] .hljs-variable {
  color: #cd3f45;
}
[theme=base16-seti-ui] .hljs-attr, [theme=base16-seti-ui] .hljs-link, [theme=base16-seti-ui] .hljs-literal, [theme=base16-seti-ui] .hljs-number, [theme=base16-seti-ui] .hljs-symbol, [theme=base16-seti-ui] .hljs-variable.constant_ {
  color: #db7b55;
}
[theme=base16-seti-ui] .hljs-class .hljs-title, [theme=base16-seti-ui] .hljs-title, [theme=base16-seti-ui] .hljs-title.class_ {
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-strong {
  font-weight: 700;
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-addition, [theme=base16-seti-ui] .hljs-code, [theme=base16-seti-ui] .hljs-string, [theme=base16-seti-ui] .hljs-title.class_.inherited__ {
  color: #9fca56;
}
[theme=base16-seti-ui] .hljs-built_in, [theme=base16-seti-ui] .hljs-doctag, [theme=base16-seti-ui] .hljs-keyword.hljs-atrule, [theme=base16-seti-ui] .hljs-quote, [theme=base16-seti-ui] .hljs-regexp {
  color: #55dbbe;
}
[theme=base16-seti-ui] .hljs-attribute, [theme=base16-seti-ui] .hljs-function .hljs-title, [theme=base16-seti-ui] .hljs-section, [theme=base16-seti-ui] .hljs-title.function_, [theme=base16-seti-ui] .ruby .hljs-property {
  color: #55b5db;
}
[theme=base16-seti-ui] .diff .hljs-meta, [theme=base16-seti-ui] .hljs-keyword, [theme=base16-seti-ui] .hljs-template-tag, [theme=base16-seti-ui] .hljs-type {
  color: #a074c4;
}
[theme=base16-seti-ui] .hljs-emphasis {
  color: #a074c4;
  font-style: italic;
}
[theme=base16-seti-ui] .hljs-meta, [theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta .hljs-string {
  color: #8a553f;
}
[theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-shapeshifter] {
  /*!
    Theme: Shapeshifter
    Author: Tyler Benziger (http://tybenz.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-shapeshifter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-shapeshifter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-shapeshifter] .hljs {
  color: #102015;
  background: #f9f9f9;
}
[theme=base16-shapeshifter] .hljs ::selection, [theme=base16-shapeshifter] .hljs::selection {
  background-color: #ababab;
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-comment {
  color: #555;
}
[theme=base16-shapeshifter] .hljs-tag {
  color: #343434;
}
[theme=base16-shapeshifter] .hljs-operator, [theme=base16-shapeshifter] .hljs-punctuation, [theme=base16-shapeshifter] .hljs-subst {
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-shapeshifter] .hljs-bullet, [theme=base16-shapeshifter] .hljs-deletion, [theme=base16-shapeshifter] .hljs-name, [theme=base16-shapeshifter] .hljs-selector-tag, [theme=base16-shapeshifter] .hljs-template-variable, [theme=base16-shapeshifter] .hljs-variable {
  color: #e92f2f;
}
[theme=base16-shapeshifter] .hljs-attr, [theme=base16-shapeshifter] .hljs-link, [theme=base16-shapeshifter] .hljs-literal, [theme=base16-shapeshifter] .hljs-number, [theme=base16-shapeshifter] .hljs-symbol, [theme=base16-shapeshifter] .hljs-variable.constant_ {
  color: #e09448;
}
[theme=base16-shapeshifter] .hljs-class .hljs-title, [theme=base16-shapeshifter] .hljs-title, [theme=base16-shapeshifter] .hljs-title.class_ {
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-strong {
  font-weight: 700;
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-addition, [theme=base16-shapeshifter] .hljs-code, [theme=base16-shapeshifter] .hljs-string, [theme=base16-shapeshifter] .hljs-title.class_.inherited__ {
  color: #0ed839;
}
[theme=base16-shapeshifter] .hljs-built_in, [theme=base16-shapeshifter] .hljs-doctag, [theme=base16-shapeshifter] .hljs-keyword.hljs-atrule, [theme=base16-shapeshifter] .hljs-quote, [theme=base16-shapeshifter] .hljs-regexp {
  color: #23edda;
}
[theme=base16-shapeshifter] .hljs-attribute, [theme=base16-shapeshifter] .hljs-function .hljs-title, [theme=base16-shapeshifter] .hljs-section, [theme=base16-shapeshifter] .hljs-title.function_, [theme=base16-shapeshifter] .ruby .hljs-property {
  color: #3b48e3;
}
[theme=base16-shapeshifter] .diff .hljs-meta, [theme=base16-shapeshifter] .hljs-keyword, [theme=base16-shapeshifter] .hljs-template-tag, [theme=base16-shapeshifter] .hljs-type {
  color: #f996e2;
}
[theme=base16-shapeshifter] .hljs-emphasis {
  color: #f996e2;
  font-style: italic;
}
[theme=base16-shapeshifter] .hljs-meta, [theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta .hljs-string {
  color: #69542d;
}
[theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-dark] {
  /*!
    Theme: Silk Dark
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-dark] .hljs {
  color: #c7dbdd;
  background: #0e3c46;
}
[theme=base16-silk-dark] .hljs ::selection, [theme=base16-silk-dark] .hljs::selection {
  background-color: #2a5054;
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-comment {
  color: #587073;
}
[theme=base16-silk-dark] .hljs-tag {
  color: #9dc8cd;
}
[theme=base16-silk-dark] .hljs-operator, [theme=base16-silk-dark] .hljs-punctuation, [theme=base16-silk-dark] .hljs-subst {
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-dark] .hljs-bullet, [theme=base16-silk-dark] .hljs-deletion, [theme=base16-silk-dark] .hljs-name, [theme=base16-silk-dark] .hljs-selector-tag, [theme=base16-silk-dark] .hljs-template-variable, [theme=base16-silk-dark] .hljs-variable {
  color: #fb6953;
}
[theme=base16-silk-dark] .hljs-attr, [theme=base16-silk-dark] .hljs-link, [theme=base16-silk-dark] .hljs-literal, [theme=base16-silk-dark] .hljs-number, [theme=base16-silk-dark] .hljs-symbol, [theme=base16-silk-dark] .hljs-variable.constant_ {
  color: #fcab74;
}
[theme=base16-silk-dark] .hljs-class .hljs-title, [theme=base16-silk-dark] .hljs-title, [theme=base16-silk-dark] .hljs-title.class_ {
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-strong {
  font-weight: 700;
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-addition, [theme=base16-silk-dark] .hljs-code, [theme=base16-silk-dark] .hljs-string, [theme=base16-silk-dark] .hljs-title.class_.inherited__ {
  color: #73d8ad;
}
[theme=base16-silk-dark] .hljs-built_in, [theme=base16-silk-dark] .hljs-doctag, [theme=base16-silk-dark] .hljs-keyword.hljs-atrule, [theme=base16-silk-dark] .hljs-quote, [theme=base16-silk-dark] .hljs-regexp {
  color: #3fb2b9;
}
[theme=base16-silk-dark] .hljs-attribute, [theme=base16-silk-dark] .hljs-function .hljs-title, [theme=base16-silk-dark] .hljs-section, [theme=base16-silk-dark] .hljs-title.function_, [theme=base16-silk-dark] .ruby .hljs-property {
  color: #46bddd;
}
[theme=base16-silk-dark] .diff .hljs-meta, [theme=base16-silk-dark] .hljs-keyword, [theme=base16-silk-dark] .hljs-template-tag, [theme=base16-silk-dark] .hljs-type {
  color: #756b8a;
}
[theme=base16-silk-dark] .hljs-emphasis {
  color: #756b8a;
  font-style: italic;
}
[theme=base16-silk-dark] .hljs-meta, [theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta .hljs-string {
  color: #9b647b;
}
[theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-light] {
  /*!
    Theme: Silk Light
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-light] .hljs {
  color: #385156;
  background: #e9f1ef;
}
[theme=base16-silk-light] .hljs ::selection, [theme=base16-silk-light] .hljs::selection {
  background-color: #90b7b6;
  color: #385156;
}
[theme=base16-silk-light] .hljs-comment {
  color: #5c787b;
}
[theme=base16-silk-light] .hljs-tag {
  color: #4b5b5f;
}
[theme=base16-silk-light] .hljs-operator, [theme=base16-silk-light] .hljs-punctuation, [theme=base16-silk-light] .hljs-subst {
  color: #385156;
}
[theme=base16-silk-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-light] .hljs-bullet, [theme=base16-silk-light] .hljs-deletion, [theme=base16-silk-light] .hljs-name, [theme=base16-silk-light] .hljs-selector-tag, [theme=base16-silk-light] .hljs-template-variable, [theme=base16-silk-light] .hljs-variable {
  color: #cf432e;
}
[theme=base16-silk-light] .hljs-attr, [theme=base16-silk-light] .hljs-link, [theme=base16-silk-light] .hljs-literal, [theme=base16-silk-light] .hljs-number, [theme=base16-silk-light] .hljs-symbol, [theme=base16-silk-light] .hljs-variable.constant_ {
  color: #d27f46;
}
[theme=base16-silk-light] .hljs-class .hljs-title, [theme=base16-silk-light] .hljs-title, [theme=base16-silk-light] .hljs-title.class_ {
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-strong {
  font-weight: 700;
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-addition, [theme=base16-silk-light] .hljs-code, [theme=base16-silk-light] .hljs-string, [theme=base16-silk-light] .hljs-title.class_.inherited__ {
  color: #6ca38c;
}
[theme=base16-silk-light] .hljs-built_in, [theme=base16-silk-light] .hljs-doctag, [theme=base16-silk-light] .hljs-keyword.hljs-atrule, [theme=base16-silk-light] .hljs-quote, [theme=base16-silk-light] .hljs-regexp {
  color: #329ca2;
}
[theme=base16-silk-light] .hljs-attribute, [theme=base16-silk-light] .hljs-function .hljs-title, [theme=base16-silk-light] .hljs-section, [theme=base16-silk-light] .hljs-title.function_, [theme=base16-silk-light] .ruby .hljs-property {
  color: #39aac9;
}
[theme=base16-silk-light] .diff .hljs-meta, [theme=base16-silk-light] .hljs-keyword, [theme=base16-silk-light] .hljs-template-tag, [theme=base16-silk-light] .hljs-type {
  color: #6e6582;
}
[theme=base16-silk-light] .hljs-emphasis {
  color: #6e6582;
  font-style: italic;
}
[theme=base16-silk-light] .hljs-meta, [theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta .hljs-string {
  color: #865369;
}
[theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-snazzy] {
  /*!
    Theme: Snazzy
    Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-snazzy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-snazzy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-snazzy] .hljs {
  color: #e2e4e5;
  background: #282a36;
}
[theme=base16-snazzy] .hljs ::selection, [theme=base16-snazzy] .hljs::selection {
  background-color: #43454f;
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-comment {
  color: #78787e;
}
[theme=base16-snazzy] .hljs-tag {
  color: #a5a5a9;
}
[theme=base16-snazzy] .hljs-operator, [theme=base16-snazzy] .hljs-punctuation, [theme=base16-snazzy] .hljs-subst {
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-snazzy] .hljs-bullet, [theme=base16-snazzy] .hljs-deletion, [theme=base16-snazzy] .hljs-name, [theme=base16-snazzy] .hljs-selector-tag, [theme=base16-snazzy] .hljs-template-variable, [theme=base16-snazzy] .hljs-variable {
  color: #ff5c57;
}
[theme=base16-snazzy] .hljs-attr, [theme=base16-snazzy] .hljs-link, [theme=base16-snazzy] .hljs-literal, [theme=base16-snazzy] .hljs-number, [theme=base16-snazzy] .hljs-symbol, [theme=base16-snazzy] .hljs-variable.constant_ {
  color: #ff9f43;
}
[theme=base16-snazzy] .hljs-class .hljs-title, [theme=base16-snazzy] .hljs-title, [theme=base16-snazzy] .hljs-title.class_ {
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-strong {
  font-weight: 700;
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-addition, [theme=base16-snazzy] .hljs-code, [theme=base16-snazzy] .hljs-string, [theme=base16-snazzy] .hljs-title.class_.inherited__ {
  color: #5af78e;
}
[theme=base16-snazzy] .hljs-built_in, [theme=base16-snazzy] .hljs-doctag, [theme=base16-snazzy] .hljs-keyword.hljs-atrule, [theme=base16-snazzy] .hljs-quote, [theme=base16-snazzy] .hljs-regexp {
  color: #9aedfe;
}
[theme=base16-snazzy] .hljs-attribute, [theme=base16-snazzy] .hljs-function .hljs-title, [theme=base16-snazzy] .hljs-section, [theme=base16-snazzy] .hljs-title.function_, [theme=base16-snazzy] .ruby .hljs-property {
  color: #57c7ff;
}
[theme=base16-snazzy] .diff .hljs-meta, [theme=base16-snazzy] .hljs-keyword, [theme=base16-snazzy] .hljs-template-tag, [theme=base16-snazzy] .hljs-type {
  color: #ff6ac1;
}
[theme=base16-snazzy] .hljs-emphasis {
  color: #ff6ac1;
  font-style: italic;
}
[theme=base16-snazzy] .hljs-meta, [theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta .hljs-string {
  color: #b2643c;
}
[theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare-light] {
  /*!
    Theme: Solar Flare Light
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare-light] .hljs {
  color: #586875;
  background: #f5f7fa;
}
[theme=base16-solar-flare-light] .hljs ::selection, [theme=base16-solar-flare-light] .hljs::selection {
  background-color: #a6afb8;
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-comment {
  color: #85939e;
}
[theme=base16-solar-flare-light] .hljs-tag {
  color: #667581;
}
[theme=base16-solar-flare-light] .hljs-operator, [theme=base16-solar-flare-light] .hljs-punctuation, [theme=base16-solar-flare-light] .hljs-subst {
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare-light] .hljs-bullet, [theme=base16-solar-flare-light] .hljs-deletion, [theme=base16-solar-flare-light] .hljs-name, [theme=base16-solar-flare-light] .hljs-selector-tag, [theme=base16-solar-flare-light] .hljs-template-variable, [theme=base16-solar-flare-light] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare-light] .hljs-attr, [theme=base16-solar-flare-light] .hljs-link, [theme=base16-solar-flare-light] .hljs-literal, [theme=base16-solar-flare-light] .hljs-number, [theme=base16-solar-flare-light] .hljs-symbol, [theme=base16-solar-flare-light] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare-light] .hljs-class .hljs-title, [theme=base16-solar-flare-light] .hljs-title, [theme=base16-solar-flare-light] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-addition, [theme=base16-solar-flare-light] .hljs-code, [theme=base16-solar-flare-light] .hljs-string, [theme=base16-solar-flare-light] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare-light] .hljs-built_in, [theme=base16-solar-flare-light] .hljs-doctag, [theme=base16-solar-flare-light] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare-light] .hljs-quote, [theme=base16-solar-flare-light] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare-light] .hljs-attribute, [theme=base16-solar-flare-light] .hljs-function .hljs-title, [theme=base16-solar-flare-light] .hljs-section, [theme=base16-solar-flare-light] .hljs-title.function_, [theme=base16-solar-flare-light] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare-light] .diff .hljs-meta, [theme=base16-solar-flare-light] .hljs-keyword, [theme=base16-solar-flare-light] .hljs-template-tag, [theme=base16-solar-flare-light] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare-light] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare-light] .hljs-meta, [theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare] {
  /*!
    Theme: Solar Flare
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare] .hljs {
  color: #a6afb8;
  background: #18262f;
}
[theme=base16-solar-flare] .hljs ::selection, [theme=base16-solar-flare] .hljs::selection {
  background-color: #586875;
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-comment {
  color: #667581;
}
[theme=base16-solar-flare] .hljs-tag {
  color: #85939e;
}
[theme=base16-solar-flare] .hljs-operator, [theme=base16-solar-flare] .hljs-punctuation, [theme=base16-solar-flare] .hljs-subst {
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare] .hljs-bullet, [theme=base16-solar-flare] .hljs-deletion, [theme=base16-solar-flare] .hljs-name, [theme=base16-solar-flare] .hljs-selector-tag, [theme=base16-solar-flare] .hljs-template-variable, [theme=base16-solar-flare] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare] .hljs-attr, [theme=base16-solar-flare] .hljs-link, [theme=base16-solar-flare] .hljs-literal, [theme=base16-solar-flare] .hljs-number, [theme=base16-solar-flare] .hljs-symbol, [theme=base16-solar-flare] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare] .hljs-class .hljs-title, [theme=base16-solar-flare] .hljs-title, [theme=base16-solar-flare] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-addition, [theme=base16-solar-flare] .hljs-code, [theme=base16-solar-flare] .hljs-string, [theme=base16-solar-flare] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare] .hljs-built_in, [theme=base16-solar-flare] .hljs-doctag, [theme=base16-solar-flare] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare] .hljs-quote, [theme=base16-solar-flare] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare] .hljs-attribute, [theme=base16-solar-flare] .hljs-function .hljs-title, [theme=base16-solar-flare] .hljs-section, [theme=base16-solar-flare] .hljs-title.function_, [theme=base16-solar-flare] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare] .diff .hljs-meta, [theme=base16-solar-flare] .hljs-keyword, [theme=base16-solar-flare] .hljs-template-tag, [theme=base16-solar-flare] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare] .hljs-meta, [theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-dark] {
  /*!
    Theme: Solarized Dark
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-dark] .hljs {
  color: #93a1a1;
  background: #002b36;
}
[theme=base16-solarized-dark] .hljs ::selection, [theme=base16-solarized-dark] .hljs::selection {
  background-color: #586e75;
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-comment {
  color: #657b83;
}
[theme=base16-solarized-dark] .hljs-tag {
  color: #839496;
}
[theme=base16-solarized-dark] .hljs-operator, [theme=base16-solarized-dark] .hljs-punctuation, [theme=base16-solarized-dark] .hljs-subst {
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-dark] .hljs-bullet, [theme=base16-solarized-dark] .hljs-deletion, [theme=base16-solarized-dark] .hljs-name, [theme=base16-solarized-dark] .hljs-selector-tag, [theme=base16-solarized-dark] .hljs-template-variable, [theme=base16-solarized-dark] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-dark] .hljs-attr, [theme=base16-solarized-dark] .hljs-link, [theme=base16-solarized-dark] .hljs-literal, [theme=base16-solarized-dark] .hljs-number, [theme=base16-solarized-dark] .hljs-symbol, [theme=base16-solarized-dark] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-dark] .hljs-class .hljs-title, [theme=base16-solarized-dark] .hljs-title, [theme=base16-solarized-dark] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-addition, [theme=base16-solarized-dark] .hljs-code, [theme=base16-solarized-dark] .hljs-string, [theme=base16-solarized-dark] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-dark] .hljs-built_in, [theme=base16-solarized-dark] .hljs-doctag, [theme=base16-solarized-dark] .hljs-keyword.hljs-atrule, [theme=base16-solarized-dark] .hljs-quote, [theme=base16-solarized-dark] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-dark] .hljs-attribute, [theme=base16-solarized-dark] .hljs-function .hljs-title, [theme=base16-solarized-dark] .hljs-section, [theme=base16-solarized-dark] .hljs-title.function_, [theme=base16-solarized-dark] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-dark] .diff .hljs-meta, [theme=base16-solarized-dark] .hljs-keyword, [theme=base16-solarized-dark] .hljs-template-tag, [theme=base16-solarized-dark] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-dark] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-dark] .hljs-meta, [theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-light] {
  /*!
    Theme: Solarized Light
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-light] .hljs {
  color: #586e75;
  background: #fdf6e3;
}
[theme=base16-solarized-light] .hljs ::selection, [theme=base16-solarized-light] .hljs::selection {
  background-color: #93a1a1;
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-comment {
  color: #839496;
}
[theme=base16-solarized-light] .hljs-tag {
  color: #657b83;
}
[theme=base16-solarized-light] .hljs-operator, [theme=base16-solarized-light] .hljs-punctuation, [theme=base16-solarized-light] .hljs-subst {
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-light] .hljs-bullet, [theme=base16-solarized-light] .hljs-deletion, [theme=base16-solarized-light] .hljs-name, [theme=base16-solarized-light] .hljs-selector-tag, [theme=base16-solarized-light] .hljs-template-variable, [theme=base16-solarized-light] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-light] .hljs-attr, [theme=base16-solarized-light] .hljs-link, [theme=base16-solarized-light] .hljs-literal, [theme=base16-solarized-light] .hljs-number, [theme=base16-solarized-light] .hljs-symbol, [theme=base16-solarized-light] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-light] .hljs-class .hljs-title, [theme=base16-solarized-light] .hljs-title, [theme=base16-solarized-light] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-addition, [theme=base16-solarized-light] .hljs-code, [theme=base16-solarized-light] .hljs-string, [theme=base16-solarized-light] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-light] .hljs-built_in, [theme=base16-solarized-light] .hljs-doctag, [theme=base16-solarized-light] .hljs-keyword.hljs-atrule, [theme=base16-solarized-light] .hljs-quote, [theme=base16-solarized-light] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-light] .hljs-attribute, [theme=base16-solarized-light] .hljs-function .hljs-title, [theme=base16-solarized-light] .hljs-section, [theme=base16-solarized-light] .hljs-title.function_, [theme=base16-solarized-light] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-light] .diff .hljs-meta, [theme=base16-solarized-light] .hljs-keyword, [theme=base16-solarized-light] .hljs-template-tag, [theme=base16-solarized-light] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-light] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-light] .hljs-meta, [theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-spacemacs] {
  /*!
    Theme: Spacemacs
    Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-spacemacs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-spacemacs] code.hljs {
  padding: 3px 5px;
}
[theme=base16-spacemacs] .hljs {
  color: #a3a3a3;
  background: #1f2022;
}
[theme=base16-spacemacs] .hljs ::selection, [theme=base16-spacemacs] .hljs::selection {
  background-color: #444155;
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-comment {
  color: #585858;
}
[theme=base16-spacemacs] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-spacemacs] .hljs-operator, [theme=base16-spacemacs] .hljs-punctuation, [theme=base16-spacemacs] .hljs-subst {
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-spacemacs] .hljs-bullet, [theme=base16-spacemacs] .hljs-deletion, [theme=base16-spacemacs] .hljs-name, [theme=base16-spacemacs] .hljs-selector-tag, [theme=base16-spacemacs] .hljs-template-variable, [theme=base16-spacemacs] .hljs-variable {
  color: #f2241f;
}
[theme=base16-spacemacs] .hljs-attr, [theme=base16-spacemacs] .hljs-link, [theme=base16-spacemacs] .hljs-literal, [theme=base16-spacemacs] .hljs-number, [theme=base16-spacemacs] .hljs-symbol, [theme=base16-spacemacs] .hljs-variable.constant_ {
  color: orange;
}
[theme=base16-spacemacs] .hljs-class .hljs-title, [theme=base16-spacemacs] .hljs-title, [theme=base16-spacemacs] .hljs-title.class_ {
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-strong {
  font-weight: 700;
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-addition, [theme=base16-spacemacs] .hljs-code, [theme=base16-spacemacs] .hljs-string, [theme=base16-spacemacs] .hljs-title.class_.inherited__ {
  color: #67b11d;
}
[theme=base16-spacemacs] .hljs-built_in, [theme=base16-spacemacs] .hljs-doctag, [theme=base16-spacemacs] .hljs-keyword.hljs-atrule, [theme=base16-spacemacs] .hljs-quote, [theme=base16-spacemacs] .hljs-regexp {
  color: #2d9574;
}
[theme=base16-spacemacs] .hljs-attribute, [theme=base16-spacemacs] .hljs-function .hljs-title, [theme=base16-spacemacs] .hljs-section, [theme=base16-spacemacs] .hljs-title.function_, [theme=base16-spacemacs] .ruby .hljs-property {
  color: #4f97d7;
}
[theme=base16-spacemacs] .diff .hljs-meta, [theme=base16-spacemacs] .hljs-keyword, [theme=base16-spacemacs] .hljs-template-tag, [theme=base16-spacemacs] .hljs-type {
  color: #a31db1;
}
[theme=base16-spacemacs] .hljs-emphasis {
  color: #a31db1;
  font-style: italic;
}
[theme=base16-spacemacs] .hljs-meta, [theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta .hljs-string {
  color: #b03060;
}
[theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summercamp] {
  /*!
    Theme: summercamp
    Author: zoe firi (zoefiri.github.io)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summercamp] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summercamp] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summercamp] .hljs {
  color: #736e55;
  background: #1c1810;
}
[theme=base16-summercamp] .hljs ::selection, [theme=base16-summercamp] .hljs::selection {
  background-color: #3a3527;
  color: #736e55;
}
[theme=base16-summercamp] .hljs-comment {
  color: #504b38;
}
[theme=base16-summercamp] .hljs-tag {
  color: #5f5b45;
}
[theme=base16-summercamp] .hljs-operator, [theme=base16-summercamp] .hljs-punctuation, [theme=base16-summercamp] .hljs-subst {
  color: #736e55;
}
[theme=base16-summercamp] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summercamp] .hljs-bullet, [theme=base16-summercamp] .hljs-deletion, [theme=base16-summercamp] .hljs-name, [theme=base16-summercamp] .hljs-selector-tag, [theme=base16-summercamp] .hljs-template-variable, [theme=base16-summercamp] .hljs-variable {
  color: #e35142;
}
[theme=base16-summercamp] .hljs-attr, [theme=base16-summercamp] .hljs-link, [theme=base16-summercamp] .hljs-literal, [theme=base16-summercamp] .hljs-number, [theme=base16-summercamp] .hljs-symbol, [theme=base16-summercamp] .hljs-variable.constant_ {
  color: #fba11b;
}
[theme=base16-summercamp] .hljs-class .hljs-title, [theme=base16-summercamp] .hljs-title, [theme=base16-summercamp] .hljs-title.class_ {
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-strong {
  font-weight: 700;
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-addition, [theme=base16-summercamp] .hljs-code, [theme=base16-summercamp] .hljs-string, [theme=base16-summercamp] .hljs-title.class_.inherited__ {
  color: #5ceb5a;
}
[theme=base16-summercamp] .hljs-built_in, [theme=base16-summercamp] .hljs-doctag, [theme=base16-summercamp] .hljs-keyword.hljs-atrule, [theme=base16-summercamp] .hljs-quote, [theme=base16-summercamp] .hljs-regexp {
  color: #5aebbc;
}
[theme=base16-summercamp] .hljs-attribute, [theme=base16-summercamp] .hljs-function .hljs-title, [theme=base16-summercamp] .hljs-section, [theme=base16-summercamp] .hljs-title.function_, [theme=base16-summercamp] .ruby .hljs-property {
  color: #489bf0;
}
[theme=base16-summercamp] .diff .hljs-meta, [theme=base16-summercamp] .hljs-keyword, [theme=base16-summercamp] .hljs-template-tag, [theme=base16-summercamp] .hljs-type {
  color: #ff8080;
}
[theme=base16-summercamp] .hljs-emphasis {
  color: #ff8080;
  font-style: italic;
}
[theme=base16-summercamp] .hljs-meta, [theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta .hljs-string {
  color: #f69be7;
}
[theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-dark] {
  /*!
    Theme: Summerfruit Dark
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-summerfruit-dark] .hljs ::selection, [theme=base16-summerfruit-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-summerfruit-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-summerfruit-dark] .hljs-operator, [theme=base16-summerfruit-dark] .hljs-punctuation, [theme=base16-summerfruit-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-dark] .hljs-bullet, [theme=base16-summerfruit-dark] .hljs-deletion, [theme=base16-summerfruit-dark] .hljs-name, [theme=base16-summerfruit-dark] .hljs-selector-tag, [theme=base16-summerfruit-dark] .hljs-template-variable, [theme=base16-summerfruit-dark] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-dark] .hljs-attr, [theme=base16-summerfruit-dark] .hljs-link, [theme=base16-summerfruit-dark] .hljs-literal, [theme=base16-summerfruit-dark] .hljs-number, [theme=base16-summerfruit-dark] .hljs-symbol, [theme=base16-summerfruit-dark] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-dark] .hljs-class .hljs-title, [theme=base16-summerfruit-dark] .hljs-title, [theme=base16-summerfruit-dark] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-addition, [theme=base16-summerfruit-dark] .hljs-code, [theme=base16-summerfruit-dark] .hljs-string, [theme=base16-summerfruit-dark] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-dark] .hljs-built_in, [theme=base16-summerfruit-dark] .hljs-doctag, [theme=base16-summerfruit-dark] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-dark] .hljs-quote, [theme=base16-summerfruit-dark] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-dark] .hljs-attribute, [theme=base16-summerfruit-dark] .hljs-function .hljs-title, [theme=base16-summerfruit-dark] .hljs-section, [theme=base16-summerfruit-dark] .hljs-title.function_, [theme=base16-summerfruit-dark] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-dark] .diff .hljs-meta, [theme=base16-summerfruit-dark] .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-template-tag, [theme=base16-summerfruit-dark] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-dark] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-dark] .hljs-meta, [theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-light] {
  /*!
    Theme: Summerfruit Light
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-light] .hljs {
  color: #101010;
  background: #fff;
}
[theme=base16-summerfruit-light] .hljs ::selection, [theme=base16-summerfruit-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-summerfruit-light] .hljs-tag {
  color: #000;
}
[theme=base16-summerfruit-light] .hljs-operator, [theme=base16-summerfruit-light] .hljs-punctuation, [theme=base16-summerfruit-light] .hljs-subst {
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-light] .hljs-bullet, [theme=base16-summerfruit-light] .hljs-deletion, [theme=base16-summerfruit-light] .hljs-name, [theme=base16-summerfruit-light] .hljs-selector-tag, [theme=base16-summerfruit-light] .hljs-template-variable, [theme=base16-summerfruit-light] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-light] .hljs-attr, [theme=base16-summerfruit-light] .hljs-link, [theme=base16-summerfruit-light] .hljs-literal, [theme=base16-summerfruit-light] .hljs-number, [theme=base16-summerfruit-light] .hljs-symbol, [theme=base16-summerfruit-light] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-light] .hljs-class .hljs-title, [theme=base16-summerfruit-light] .hljs-title, [theme=base16-summerfruit-light] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-addition, [theme=base16-summerfruit-light] .hljs-code, [theme=base16-summerfruit-light] .hljs-string, [theme=base16-summerfruit-light] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-light] .hljs-built_in, [theme=base16-summerfruit-light] .hljs-doctag, [theme=base16-summerfruit-light] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-light] .hljs-quote, [theme=base16-summerfruit-light] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-light] .hljs-attribute, [theme=base16-summerfruit-light] .hljs-function .hljs-title, [theme=base16-summerfruit-light] .hljs-section, [theme=base16-summerfruit-light] .hljs-title.function_, [theme=base16-summerfruit-light] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-light] .diff .hljs-meta, [theme=base16-summerfruit-light] .hljs-keyword, [theme=base16-summerfruit-light] .hljs-template-tag, [theme=base16-summerfruit-light] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-light] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-light] .hljs-meta, [theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-dark] {
  /*!
    Theme: Synth Midnight Terminal Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-dark] .hljs {
  color: #c1c3c4;
  background: #050608;
}
[theme=base16-synth-midnight-terminal-dark] .hljs ::selection, [theme=base16-synth-midnight-terminal-dark] .hljs::selection {
  background-color: #28292a;
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-comment {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-tag {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator, [theme=base16-synth-midnight-terminal-dark] .hljs-punctuation, [theme=base16-synth-midnight-terminal-dark] .hljs-subst {
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-bullet, [theme=base16-synth-midnight-terminal-dark] .hljs-deletion, [theme=base16-synth-midnight-terminal-dark] .hljs-name, [theme=base16-synth-midnight-terminal-dark] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-template-variable, [theme=base16-synth-midnight-terminal-dark] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attr, [theme=base16-synth-midnight-terminal-dark] .hljs-link, [theme=base16-synth-midnight-terminal-dark] .hljs-literal, [theme=base16-synth-midnight-terminal-dark] .hljs-number, [theme=base16-synth-midnight-terminal-dark] .hljs-symbol, [theme=base16-synth-midnight-terminal-dark] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-addition, [theme=base16-synth-midnight-terminal-dark] .hljs-code, [theme=base16-synth-midnight-terminal-dark] .hljs-string, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-built_in, [theme=base16-synth-midnight-terminal-dark] .hljs-doctag, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-dark] .hljs-quote, [theme=base16-synth-midnight-terminal-dark] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attribute, [theme=base16-synth-midnight-terminal-dark] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-section, [theme=base16-synth-midnight-terminal-dark] .hljs-title.function_, [theme=base16-synth-midnight-terminal-dark] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-dark] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-template-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-light] {
  /*!
    Theme: Synth Midnight Terminal Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-light] .hljs {
  color: #28292a;
  background: #dddfe0;
}
[theme=base16-synth-midnight-terminal-light] .hljs ::selection, [theme=base16-synth-midnight-terminal-light] .hljs::selection {
  background-color: #c1c3c4;
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-comment {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-light] .hljs-tag {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator, [theme=base16-synth-midnight-terminal-light] .hljs-punctuation, [theme=base16-synth-midnight-terminal-light] .hljs-subst {
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-light] .hljs-bullet, [theme=base16-synth-midnight-terminal-light] .hljs-deletion, [theme=base16-synth-midnight-terminal-light] .hljs-name, [theme=base16-synth-midnight-terminal-light] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-light] .hljs-template-variable, [theme=base16-synth-midnight-terminal-light] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attr, [theme=base16-synth-midnight-terminal-light] .hljs-link, [theme=base16-synth-midnight-terminal-light] .hljs-literal, [theme=base16-synth-midnight-terminal-light] .hljs-number, [theme=base16-synth-midnight-terminal-light] .hljs-symbol, [theme=base16-synth-midnight-terminal-light] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-light] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-addition, [theme=base16-synth-midnight-terminal-light] .hljs-code, [theme=base16-synth-midnight-terminal-light] .hljs-string, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-light] .hljs-built_in, [theme=base16-synth-midnight-terminal-light] .hljs-doctag, [theme=base16-synth-midnight-terminal-light] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-light] .hljs-quote, [theme=base16-synth-midnight-terminal-light] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attribute, [theme=base16-synth-midnight-terminal-light] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-section, [theme=base16-synth-midnight-terminal-light] .hljs-title.function_, [theme=base16-synth-midnight-terminal-light] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-light] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-template-tag, [theme=base16-synth-midnight-terminal-light] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-light] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tango] {
  /*!
    Theme: Tango
    Author: @Schnouki, based on the Tango Desktop Project
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tango] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tango] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tango] .hljs {
  color: #d3d7cf;
  background: #2e3436;
}
[theme=base16-tango] .hljs ::selection, [theme=base16-tango] .hljs::selection {
  background-color: #fce94f;
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-comment {
  color: #555753;
}
[theme=base16-tango] .hljs-tag {
  color: #729fcf;
}
[theme=base16-tango] .hljs-operator, [theme=base16-tango] .hljs-punctuation, [theme=base16-tango] .hljs-subst {
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tango] .hljs-bullet, [theme=base16-tango] .hljs-deletion, [theme=base16-tango] .hljs-name, [theme=base16-tango] .hljs-selector-tag, [theme=base16-tango] .hljs-template-variable, [theme=base16-tango] .hljs-variable {
  color: #c00;
}
[theme=base16-tango] .hljs-attr, [theme=base16-tango] .hljs-link, [theme=base16-tango] .hljs-literal, [theme=base16-tango] .hljs-number, [theme=base16-tango] .hljs-symbol, [theme=base16-tango] .hljs-variable.constant_ {
  color: #ef2929;
}
[theme=base16-tango] .hljs-class .hljs-title, [theme=base16-tango] .hljs-title, [theme=base16-tango] .hljs-title.class_ {
  color: #c4a000;
}
[theme=base16-tango] .hljs-strong {
  font-weight: 700;
  color: #c4a000;
}
[theme=base16-tango] .hljs-addition, [theme=base16-tango] .hljs-code, [theme=base16-tango] .hljs-string, [theme=base16-tango] .hljs-title.class_.inherited__ {
  color: #4e9a06;
}
[theme=base16-tango] .hljs-built_in, [theme=base16-tango] .hljs-doctag, [theme=base16-tango] .hljs-keyword.hljs-atrule, [theme=base16-tango] .hljs-quote, [theme=base16-tango] .hljs-regexp {
  color: #06989a;
}
[theme=base16-tango] .hljs-attribute, [theme=base16-tango] .hljs-function .hljs-title, [theme=base16-tango] .hljs-section, [theme=base16-tango] .hljs-title.function_, [theme=base16-tango] .ruby .hljs-property {
  color: #3465a4;
}
[theme=base16-tango] .diff .hljs-meta, [theme=base16-tango] .hljs-keyword, [theme=base16-tango] .hljs-template-tag, [theme=base16-tango] .hljs-type {
  color: #75507b;
}
[theme=base16-tango] .hljs-emphasis {
  color: #75507b;
  font-style: italic;
}
[theme=base16-tango] .hljs-meta, [theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta .hljs-string {
  color: #34e2e2;
}
[theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tender] {
  /*!
    Theme: tender
    Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tender] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tender] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tender] .hljs {
  color: #eee;
  background: #282828;
}
[theme=base16-tender] .hljs ::selection, [theme=base16-tender] .hljs::selection {
  background-color: #484848;
  color: #eee;
}
[theme=base16-tender] .hljs-comment {
  color: #4c4c4c;
}
[theme=base16-tender] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-tender] .hljs-operator, [theme=base16-tender] .hljs-punctuation, [theme=base16-tender] .hljs-subst {
  color: #eee;
}
[theme=base16-tender] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tender] .hljs-bullet, [theme=base16-tender] .hljs-deletion, [theme=base16-tender] .hljs-name, [theme=base16-tender] .hljs-selector-tag, [theme=base16-tender] .hljs-template-variable, [theme=base16-tender] .hljs-variable {
  color: #f43753;
}
[theme=base16-tender] .hljs-attr, [theme=base16-tender] .hljs-link, [theme=base16-tender] .hljs-literal, [theme=base16-tender] .hljs-number, [theme=base16-tender] .hljs-symbol, [theme=base16-tender] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-tender] .hljs-class .hljs-title, [theme=base16-tender] .hljs-title, [theme=base16-tender] .hljs-title.class_ {
  color: #ffc24b;
}
[theme=base16-tender] .hljs-strong {
  font-weight: 700;
  color: #ffc24b;
}
[theme=base16-tender] .hljs-addition, [theme=base16-tender] .hljs-code, [theme=base16-tender] .hljs-string, [theme=base16-tender] .hljs-title.class_.inherited__ {
  color: #c9d05c;
}
[theme=base16-tender] .hljs-built_in, [theme=base16-tender] .hljs-doctag, [theme=base16-tender] .hljs-keyword.hljs-atrule, [theme=base16-tender] .hljs-quote, [theme=base16-tender] .hljs-regexp {
  color: #73cef4;
}
[theme=base16-tender] .hljs-attribute, [theme=base16-tender] .hljs-function .hljs-title, [theme=base16-tender] .hljs-section, [theme=base16-tender] .hljs-title.function_, [theme=base16-tender] .ruby .hljs-property {
  color: #b3deef;
}
[theme=base16-tender] .diff .hljs-meta, [theme=base16-tender] .hljs-keyword, [theme=base16-tender] .hljs-template-tag, [theme=base16-tender] .hljs-type {
  color: #d3b987;
}
[theme=base16-tender] .hljs-emphasis {
  color: #d3b987;
  font-style: italic;
}
[theme=base16-tender] .hljs-meta, [theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow-night] {
  /*!
    Theme: Tomorrow Night
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow-night] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow-night] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow-night] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-tomorrow-night] .hljs ::selection, [theme=base16-tomorrow-night] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-comment {
  color: #999;
}
[theme=base16-tomorrow-night] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-tomorrow-night] .hljs-operator, [theme=base16-tomorrow-night] .hljs-punctuation, [theme=base16-tomorrow-night] .hljs-subst {
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow-night] .hljs-bullet, [theme=base16-tomorrow-night] .hljs-deletion, [theme=base16-tomorrow-night] .hljs-name, [theme=base16-tomorrow-night] .hljs-selector-tag, [theme=base16-tomorrow-night] .hljs-template-variable, [theme=base16-tomorrow-night] .hljs-variable {
  color: #f2777a;
}
[theme=base16-tomorrow-night] .hljs-attr, [theme=base16-tomorrow-night] .hljs-link, [theme=base16-tomorrow-night] .hljs-literal, [theme=base16-tomorrow-night] .hljs-number, [theme=base16-tomorrow-night] .hljs-symbol, [theme=base16-tomorrow-night] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-tomorrow-night] .hljs-class .hljs-title, [theme=base16-tomorrow-night] .hljs-title, [theme=base16-tomorrow-night] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-addition, [theme=base16-tomorrow-night] .hljs-code, [theme=base16-tomorrow-night] .hljs-string, [theme=base16-tomorrow-night] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-tomorrow-night] .hljs-built_in, [theme=base16-tomorrow-night] .hljs-doctag, [theme=base16-tomorrow-night] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow-night] .hljs-quote, [theme=base16-tomorrow-night] .hljs-regexp {
  color: #6cc;
}
[theme=base16-tomorrow-night] .hljs-attribute, [theme=base16-tomorrow-night] .hljs-function .hljs-title, [theme=base16-tomorrow-night] .hljs-section, [theme=base16-tomorrow-night] .hljs-title.function_, [theme=base16-tomorrow-night] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-tomorrow-night] .diff .hljs-meta, [theme=base16-tomorrow-night] .hljs-keyword, [theme=base16-tomorrow-night] .hljs-template-tag, [theme=base16-tomorrow-night] .hljs-type {
  color: #c9c;
}
[theme=base16-tomorrow-night] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-tomorrow-night] .hljs-meta, [theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow] {
  /*!
    Theme: Tomorrow
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow] .hljs {
  color: #4d4d4c;
  background: #fff;
}
[theme=base16-tomorrow] .hljs ::selection, [theme=base16-tomorrow] .hljs::selection {
  background-color: #d6d6d6;
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-comment {
  color: #8e908c;
}
[theme=base16-tomorrow] .hljs-tag {
  color: #969896;
}
[theme=base16-tomorrow] .hljs-operator, [theme=base16-tomorrow] .hljs-punctuation, [theme=base16-tomorrow] .hljs-subst {
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow] .hljs-bullet, [theme=base16-tomorrow] .hljs-deletion, [theme=base16-tomorrow] .hljs-name, [theme=base16-tomorrow] .hljs-selector-tag, [theme=base16-tomorrow] .hljs-template-variable, [theme=base16-tomorrow] .hljs-variable {
  color: #c82829;
}
[theme=base16-tomorrow] .hljs-attr, [theme=base16-tomorrow] .hljs-link, [theme=base16-tomorrow] .hljs-literal, [theme=base16-tomorrow] .hljs-number, [theme=base16-tomorrow] .hljs-symbol, [theme=base16-tomorrow] .hljs-variable.constant_ {
  color: #f5871f;
}
[theme=base16-tomorrow] .hljs-class .hljs-title, [theme=base16-tomorrow] .hljs-title, [theme=base16-tomorrow] .hljs-title.class_ {
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-strong {
  font-weight: 700;
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-addition, [theme=base16-tomorrow] .hljs-code, [theme=base16-tomorrow] .hljs-string, [theme=base16-tomorrow] .hljs-title.class_.inherited__ {
  color: #718c00;
}
[theme=base16-tomorrow] .hljs-built_in, [theme=base16-tomorrow] .hljs-doctag, [theme=base16-tomorrow] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow] .hljs-quote, [theme=base16-tomorrow] .hljs-regexp {
  color: #3e999f;
}
[theme=base16-tomorrow] .hljs-attribute, [theme=base16-tomorrow] .hljs-function .hljs-title, [theme=base16-tomorrow] .hljs-section, [theme=base16-tomorrow] .hljs-title.function_, [theme=base16-tomorrow] .ruby .hljs-property {
  color: #4271ae;
}
[theme=base16-tomorrow] .diff .hljs-meta, [theme=base16-tomorrow] .hljs-keyword, [theme=base16-tomorrow] .hljs-template-tag, [theme=base16-tomorrow] .hljs-type {
  color: #8959a8;
}
[theme=base16-tomorrow] .hljs-emphasis {
  color: #8959a8;
  font-style: italic;
}
[theme=base16-tomorrow] .hljs-meta, [theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-twilight] {
  /*!
    Theme: Twilight
    Author: David Hart (https://github.com/hartbit)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-twilight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-twilight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-twilight] .hljs {
  color: #a7a7a7;
  background: #1e1e1e;
}
[theme=base16-twilight] .hljs ::selection, [theme=base16-twilight] .hljs::selection {
  background-color: #464b50;
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-twilight] .hljs-tag {
  color: #838184;
}
[theme=base16-twilight] .hljs-operator, [theme=base16-twilight] .hljs-punctuation, [theme=base16-twilight] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-twilight] .hljs-bullet, [theme=base16-twilight] .hljs-deletion, [theme=base16-twilight] .hljs-name, [theme=base16-twilight] .hljs-selector-tag, [theme=base16-twilight] .hljs-template-variable, [theme=base16-twilight] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-twilight] .hljs-attr, [theme=base16-twilight] .hljs-link, [theme=base16-twilight] .hljs-literal, [theme=base16-twilight] .hljs-number, [theme=base16-twilight] .hljs-symbol, [theme=base16-twilight] .hljs-variable.constant_ {
  color: #cda869;
}
[theme=base16-twilight] .hljs-class .hljs-title, [theme=base16-twilight] .hljs-title, [theme=base16-twilight] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-addition, [theme=base16-twilight] .hljs-code, [theme=base16-twilight] .hljs-string, [theme=base16-twilight] .hljs-title.class_.inherited__ {
  color: #8f9d6a;
}
[theme=base16-twilight] .hljs-built_in, [theme=base16-twilight] .hljs-doctag, [theme=base16-twilight] .hljs-keyword.hljs-atrule, [theme=base16-twilight] .hljs-quote, [theme=base16-twilight] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-twilight] .hljs-attribute, [theme=base16-twilight] .hljs-function .hljs-title, [theme=base16-twilight] .hljs-section, [theme=base16-twilight] .hljs-title.function_, [theme=base16-twilight] .ruby .hljs-property {
  color: #7587a6;
}
[theme=base16-twilight] .diff .hljs-meta, [theme=base16-twilight] .hljs-keyword, [theme=base16-twilight] .hljs-template-tag, [theme=base16-twilight] .hljs-type {
  color: #9b859d;
}
[theme=base16-twilight] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-twilight] .hljs-meta, [theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta .hljs-string {
  color: #9b703f;
}
[theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-dark] {
  /*!
    Theme: Unikitty Dark
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-dark] .hljs {
  color: #bcbabe;
  background: #2e2a31;
}
[theme=base16-unikitty-dark] .hljs ::selection, [theme=base16-unikitty-dark] .hljs::selection {
  background-color: #666369;
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-comment {
  color: #838085;
}
[theme=base16-unikitty-dark] .hljs-tag {
  color: #9f9da2;
}
[theme=base16-unikitty-dark] .hljs-operator, [theme=base16-unikitty-dark] .hljs-punctuation, [theme=base16-unikitty-dark] .hljs-subst {
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-dark] .hljs-bullet, [theme=base16-unikitty-dark] .hljs-deletion, [theme=base16-unikitty-dark] .hljs-name, [theme=base16-unikitty-dark] .hljs-selector-tag, [theme=base16-unikitty-dark] .hljs-template-variable, [theme=base16-unikitty-dark] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-dark] .hljs-attr, [theme=base16-unikitty-dark] .hljs-link, [theme=base16-unikitty-dark] .hljs-literal, [theme=base16-unikitty-dark] .hljs-number, [theme=base16-unikitty-dark] .hljs-symbol, [theme=base16-unikitty-dark] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-dark] .hljs-class .hljs-title, [theme=base16-unikitty-dark] .hljs-title, [theme=base16-unikitty-dark] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-addition, [theme=base16-unikitty-dark] .hljs-code, [theme=base16-unikitty-dark] .hljs-string, [theme=base16-unikitty-dark] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-dark] .hljs-built_in, [theme=base16-unikitty-dark] .hljs-doctag, [theme=base16-unikitty-dark] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-dark] .hljs-quote, [theme=base16-unikitty-dark] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-dark] .hljs-attribute, [theme=base16-unikitty-dark] .hljs-function .hljs-title, [theme=base16-unikitty-dark] .hljs-section, [theme=base16-unikitty-dark] .hljs-title.function_, [theme=base16-unikitty-dark] .ruby .hljs-property {
  color: #796af5;
}
[theme=base16-unikitty-dark] .diff .hljs-meta, [theme=base16-unikitty-dark] .hljs-keyword, [theme=base16-unikitty-dark] .hljs-template-tag, [theme=base16-unikitty-dark] .hljs-type {
  color: #bb60ea;
}
[theme=base16-unikitty-dark] .hljs-emphasis {
  color: #bb60ea;
  font-style: italic;
}
[theme=base16-unikitty-dark] .hljs-meta, [theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta .hljs-string {
  color: #c720ca;
}
[theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-light] {
  /*!
    Theme: Unikitty Light
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-light] .hljs {
  color: #6c696e;
  background: #fff;
}
[theme=base16-unikitty-light] .hljs ::selection, [theme=base16-unikitty-light] .hljs::selection {
  background-color: #c4c3c5;
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-comment {
  color: #a7a5a8;
}
[theme=base16-unikitty-light] .hljs-tag {
  color: #89878b;
}
[theme=base16-unikitty-light] .hljs-operator, [theme=base16-unikitty-light] .hljs-punctuation, [theme=base16-unikitty-light] .hljs-subst {
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-light] .hljs-bullet, [theme=base16-unikitty-light] .hljs-deletion, [theme=base16-unikitty-light] .hljs-name, [theme=base16-unikitty-light] .hljs-selector-tag, [theme=base16-unikitty-light] .hljs-template-variable, [theme=base16-unikitty-light] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-light] .hljs-attr, [theme=base16-unikitty-light] .hljs-link, [theme=base16-unikitty-light] .hljs-literal, [theme=base16-unikitty-light] .hljs-number, [theme=base16-unikitty-light] .hljs-symbol, [theme=base16-unikitty-light] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-light] .hljs-class .hljs-title, [theme=base16-unikitty-light] .hljs-title, [theme=base16-unikitty-light] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-addition, [theme=base16-unikitty-light] .hljs-code, [theme=base16-unikitty-light] .hljs-string, [theme=base16-unikitty-light] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-light] .hljs-built_in, [theme=base16-unikitty-light] .hljs-doctag, [theme=base16-unikitty-light] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-light] .hljs-quote, [theme=base16-unikitty-light] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-light] .hljs-attribute, [theme=base16-unikitty-light] .hljs-function .hljs-title, [theme=base16-unikitty-light] .hljs-section, [theme=base16-unikitty-light] .hljs-title.function_, [theme=base16-unikitty-light] .ruby .hljs-property {
  color: #775dff;
}
[theme=base16-unikitty-light] .diff .hljs-meta, [theme=base16-unikitty-light] .hljs-keyword, [theme=base16-unikitty-light] .hljs-template-tag, [theme=base16-unikitty-light] .hljs-type {
  color: #aa17e6;
}
[theme=base16-unikitty-light] .hljs-emphasis {
  color: #aa17e6;
  font-style: italic;
}
[theme=base16-unikitty-light] .hljs-meta, [theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta .hljs-string {
  color: #e013d0;
}
[theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-vulcan] {
  /*!
    Theme: vulcan
    Author: Andrey Varfolomeev
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-vulcan] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-vulcan] code.hljs {
  padding: 3px 5px;
}
[theme=base16-vulcan] .hljs {
  color: #5b778c;
  background: #041523;
}
[theme=base16-vulcan] .hljs ::selection, [theme=base16-vulcan] .hljs::selection {
  background-color: #003552;
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-comment {
  color: #7a5759;
}
[theme=base16-vulcan] .hljs-tag {
  color: #6b6977;
}
[theme=base16-vulcan] .hljs-operator, [theme=base16-vulcan] .hljs-punctuation, [theme=base16-vulcan] .hljs-subst {
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-vulcan] .hljs-bullet, [theme=base16-vulcan] .hljs-deletion, [theme=base16-vulcan] .hljs-name, [theme=base16-vulcan] .hljs-selector-tag, [theme=base16-vulcan] .hljs-template-variable, [theme=base16-vulcan] .hljs-variable {
  color: #818591;
}
[theme=base16-vulcan] .hljs-attr, [theme=base16-vulcan] .hljs-link, [theme=base16-vulcan] .hljs-literal, [theme=base16-vulcan] .hljs-number, [theme=base16-vulcan] .hljs-symbol, [theme=base16-vulcan] .hljs-variable.constant_ {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-class .hljs-title, [theme=base16-vulcan] .hljs-title, [theme=base16-vulcan] .hljs-title.class_ {
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-strong {
  font-weight: 700;
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-addition, [theme=base16-vulcan] .hljs-attribute, [theme=base16-vulcan] .hljs-built_in, [theme=base16-vulcan] .hljs-code, [theme=base16-vulcan] .hljs-doctag, [theme=base16-vulcan] .hljs-function .hljs-title, [theme=base16-vulcan] .hljs-keyword.hljs-atrule, [theme=base16-vulcan] .hljs-quote, [theme=base16-vulcan] .hljs-regexp, [theme=base16-vulcan] .hljs-section, [theme=base16-vulcan] .hljs-string, [theme=base16-vulcan] .hljs-title.class_.inherited__, [theme=base16-vulcan] .hljs-title.function_, [theme=base16-vulcan] .ruby .hljs-property {
  color: #977d7c;
}
[theme=base16-vulcan] .diff .hljs-meta, [theme=base16-vulcan] .hljs-keyword, [theme=base16-vulcan] .hljs-template-tag, [theme=base16-vulcan] .hljs-type {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-emphasis {
  color: #9198a3;
  font-style: italic;
}
[theme=base16-vulcan] .hljs-meta, [theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta .hljs-string {
  color: #977d7c;
}
[theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10-light] {
  /*!
    Theme: Windows 10 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10-light] .hljs {
  color: #767676;
  background: #f2f2f2;
}
[theme=base16-windows-10-light] .hljs ::selection, [theme=base16-windows-10-light] .hljs::selection {
  background-color: #d9d9d9;
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-comment {
  color: #ccc;
}
[theme=base16-windows-10-light] .hljs-tag {
  color: #ababab;
}
[theme=base16-windows-10-light] .hljs-operator, [theme=base16-windows-10-light] .hljs-punctuation, [theme=base16-windows-10-light] .hljs-subst {
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10-light] .hljs-bullet, [theme=base16-windows-10-light] .hljs-deletion, [theme=base16-windows-10-light] .hljs-name, [theme=base16-windows-10-light] .hljs-selector-tag, [theme=base16-windows-10-light] .hljs-template-variable, [theme=base16-windows-10-light] .hljs-variable {
  color: #c50f1f;
}
[theme=base16-windows-10-light] .hljs-attr, [theme=base16-windows-10-light] .hljs-link, [theme=base16-windows-10-light] .hljs-literal, [theme=base16-windows-10-light] .hljs-number, [theme=base16-windows-10-light] .hljs-symbol, [theme=base16-windows-10-light] .hljs-variable.constant_ {
  color: #f9f1a5;
}
[theme=base16-windows-10-light] .hljs-class .hljs-title, [theme=base16-windows-10-light] .hljs-title, [theme=base16-windows-10-light] .hljs-title.class_ {
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-strong {
  font-weight: 700;
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-addition, [theme=base16-windows-10-light] .hljs-code, [theme=base16-windows-10-light] .hljs-string, [theme=base16-windows-10-light] .hljs-title.class_.inherited__ {
  color: #13a10e;
}
[theme=base16-windows-10-light] .hljs-built_in, [theme=base16-windows-10-light] .hljs-doctag, [theme=base16-windows-10-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-10-light] .hljs-quote, [theme=base16-windows-10-light] .hljs-regexp {
  color: #3a96dd;
}
[theme=base16-windows-10-light] .hljs-attribute, [theme=base16-windows-10-light] .hljs-function .hljs-title, [theme=base16-windows-10-light] .hljs-section, [theme=base16-windows-10-light] .hljs-title.function_, [theme=base16-windows-10-light] .ruby .hljs-property {
  color: #0037da;
}
[theme=base16-windows-10-light] .diff .hljs-meta, [theme=base16-windows-10-light] .hljs-keyword, [theme=base16-windows-10-light] .hljs-template-tag, [theme=base16-windows-10-light] .hljs-type {
  color: #881798;
}
[theme=base16-windows-10-light] .hljs-emphasis {
  color: #881798;
  font-style: italic;
}
[theme=base16-windows-10-light] .hljs-meta, [theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta .hljs-string {
  color: #16c60c;
}
[theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10] {
  /*!
    Theme: Windows 10
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10] .hljs {
  color: #ccc;
  background: #0c0c0c;
}
[theme=base16-windows-10] .hljs ::selection, [theme=base16-windows-10] .hljs::selection {
  background-color: #535353;
  color: #ccc;
}
[theme=base16-windows-10] .hljs-comment {
  color: #767676;
}
[theme=base16-windows-10] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-windows-10] .hljs-operator, [theme=base16-windows-10] .hljs-punctuation, [theme=base16-windows-10] .hljs-subst {
  color: #ccc;
}
[theme=base16-windows-10] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10] .hljs-bullet, [theme=base16-windows-10] .hljs-deletion, [theme=base16-windows-10] .hljs-name, [theme=base16-windows-10] .hljs-selector-tag, [theme=base16-windows-10] .hljs-template-variable, [theme=base16-windows-10] .hljs-variable {
  color: #e74856;
}
[theme=base16-windows-10] .hljs-attr, [theme=base16-windows-10] .hljs-link, [theme=base16-windows-10] .hljs-literal, [theme=base16-windows-10] .hljs-number, [theme=base16-windows-10] .hljs-symbol, [theme=base16-windows-10] .hljs-variable.constant_ {
  color: #c19c00;
}
[theme=base16-windows-10] .hljs-class .hljs-title, [theme=base16-windows-10] .hljs-title, [theme=base16-windows-10] .hljs-title.class_ {
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-strong {
  font-weight: 700;
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-addition, [theme=base16-windows-10] .hljs-code, [theme=base16-windows-10] .hljs-string, [theme=base16-windows-10] .hljs-title.class_.inherited__ {
  color: #16c60c;
}
[theme=base16-windows-10] .hljs-built_in, [theme=base16-windows-10] .hljs-doctag, [theme=base16-windows-10] .hljs-keyword.hljs-atrule, [theme=base16-windows-10] .hljs-quote, [theme=base16-windows-10] .hljs-regexp {
  color: #61d6d6;
}
[theme=base16-windows-10] .hljs-attribute, [theme=base16-windows-10] .hljs-function .hljs-title, [theme=base16-windows-10] .hljs-section, [theme=base16-windows-10] .hljs-title.function_, [theme=base16-windows-10] .ruby .hljs-property {
  color: #3b78ff;
}
[theme=base16-windows-10] .diff .hljs-meta, [theme=base16-windows-10] .hljs-keyword, [theme=base16-windows-10] .hljs-template-tag, [theme=base16-windows-10] .hljs-type {
  color: #b4009e;
}
[theme=base16-windows-10] .hljs-emphasis {
  color: #b4009e;
  font-style: italic;
}
[theme=base16-windows-10] .hljs-meta, [theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta .hljs-string {
  color: #13a10e;
}
[theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95-light] {
  /*!
    Theme: Windows 95 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-95-light] .hljs ::selection, [theme=base16-windows-95-light] .hljs::selection {
  background-color: #c4c4c4;
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-comment {
  color: #a8a8a8;
}
[theme=base16-windows-95-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95-light] .hljs-operator, [theme=base16-windows-95-light] .hljs-punctuation, [theme=base16-windows-95-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95-light] .hljs-bullet, [theme=base16-windows-95-light] .hljs-deletion, [theme=base16-windows-95-light] .hljs-name, [theme=base16-windows-95-light] .hljs-selector-tag, [theme=base16-windows-95-light] .hljs-template-variable, [theme=base16-windows-95-light] .hljs-variable {
  color: #a80000;
}
[theme=base16-windows-95-light] .hljs-attr, [theme=base16-windows-95-light] .hljs-link, [theme=base16-windows-95-light] .hljs-literal, [theme=base16-windows-95-light] .hljs-number, [theme=base16-windows-95-light] .hljs-symbol, [theme=base16-windows-95-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-95-light] .hljs-class .hljs-title, [theme=base16-windows-95-light] .hljs-title, [theme=base16-windows-95-light] .hljs-title.class_ {
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-strong {
  font-weight: 700;
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-addition, [theme=base16-windows-95-light] .hljs-code, [theme=base16-windows-95-light] .hljs-string, [theme=base16-windows-95-light] .hljs-title.class_.inherited__ {
  color: #00a800;
}
[theme=base16-windows-95-light] .hljs-built_in, [theme=base16-windows-95-light] .hljs-doctag, [theme=base16-windows-95-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-95-light] .hljs-quote, [theme=base16-windows-95-light] .hljs-regexp {
  color: #00a8a8;
}
[theme=base16-windows-95-light] .hljs-attribute, [theme=base16-windows-95-light] .hljs-function .hljs-title, [theme=base16-windows-95-light] .hljs-section, [theme=base16-windows-95-light] .hljs-title.function_, [theme=base16-windows-95-light] .ruby .hljs-property {
  color: #0000a8;
}
[theme=base16-windows-95-light] .diff .hljs-meta, [theme=base16-windows-95-light] .hljs-keyword, [theme=base16-windows-95-light] .hljs-template-tag, [theme=base16-windows-95-light] .hljs-type {
  color: #a800a8;
}
[theme=base16-windows-95-light] .hljs-emphasis {
  color: #a800a8;
  font-style: italic;
}
[theme=base16-windows-95-light] .hljs-meta, [theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95] {
  /*!
    Theme: Windows 95
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95] .hljs {
  color: #a8a8a8;
  background: #000;
}
[theme=base16-windows-95] .hljs ::selection, [theme=base16-windows-95] .hljs::selection {
  background-color: #383838;
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-95] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95] .hljs-operator, [theme=base16-windows-95] .hljs-punctuation, [theme=base16-windows-95] .hljs-subst {
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95] .hljs-bullet, [theme=base16-windows-95] .hljs-deletion, [theme=base16-windows-95] .hljs-name, [theme=base16-windows-95] .hljs-selector-tag, [theme=base16-windows-95] .hljs-template-variable, [theme=base16-windows-95] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-95] .hljs-attr, [theme=base16-windows-95] .hljs-link, [theme=base16-windows-95] .hljs-literal, [theme=base16-windows-95] .hljs-number, [theme=base16-windows-95] .hljs-symbol, [theme=base16-windows-95] .hljs-variable.constant_ {
  color: #a85400;
}
[theme=base16-windows-95] .hljs-class .hljs-title, [theme=base16-windows-95] .hljs-title, [theme=base16-windows-95] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-addition, [theme=base16-windows-95] .hljs-code, [theme=base16-windows-95] .hljs-string, [theme=base16-windows-95] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-95] .hljs-built_in, [theme=base16-windows-95] .hljs-doctag, [theme=base16-windows-95] .hljs-keyword.hljs-atrule, [theme=base16-windows-95] .hljs-quote, [theme=base16-windows-95] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-95] .hljs-attribute, [theme=base16-windows-95] .hljs-function .hljs-title, [theme=base16-windows-95] .hljs-section, [theme=base16-windows-95] .hljs-title.function_, [theme=base16-windows-95] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-95] .diff .hljs-meta, [theme=base16-windows-95] .hljs-keyword, [theme=base16-windows-95] .hljs-template-tag, [theme=base16-windows-95] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-95] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-95] .hljs-meta, [theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta .hljs-string {
  color: #00a800;
}
[theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast-light] {
  /*!
    Theme: Windows High Contrast Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-high-contrast-light] .hljs ::selection, [theme=base16-windows-high-contrast-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-high-contrast-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-high-contrast-light] .hljs-operator, [theme=base16-windows-high-contrast-light] .hljs-punctuation, [theme=base16-windows-high-contrast-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast-light] .hljs-bullet, [theme=base16-windows-high-contrast-light] .hljs-deletion, [theme=base16-windows-high-contrast-light] .hljs-name, [theme=base16-windows-high-contrast-light] .hljs-selector-tag, [theme=base16-windows-high-contrast-light] .hljs-template-variable, [theme=base16-windows-high-contrast-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-high-contrast-light] .hljs-attr, [theme=base16-windows-high-contrast-light] .hljs-link, [theme=base16-windows-high-contrast-light] .hljs-literal, [theme=base16-windows-high-contrast-light] .hljs-number, [theme=base16-windows-high-contrast-light] .hljs-symbol, [theme=base16-windows-high-contrast-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast-light] .hljs-class .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-addition, [theme=base16-windows-high-contrast-light] .hljs-code, [theme=base16-windows-high-contrast-light] .hljs-string, [theme=base16-windows-high-contrast-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-high-contrast-light] .hljs-built_in, [theme=base16-windows-high-contrast-light] .hljs-doctag, [theme=base16-windows-high-contrast-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast-light] .hljs-quote, [theme=base16-windows-high-contrast-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-high-contrast-light] .hljs-attribute, [theme=base16-windows-high-contrast-light] .hljs-function .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-section, [theme=base16-windows-high-contrast-light] .hljs-title.function_, [theme=base16-windows-high-contrast-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-high-contrast-light] .diff .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-template-tag, [theme=base16-windows-high-contrast-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-high-contrast-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-high-contrast-light] .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast] {
  /*!
    Theme: Windows High Contrast
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-high-contrast] .hljs ::selection, [theme=base16-windows-high-contrast] .hljs::selection {
  background-color: #383838;
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-high-contrast] .hljs-tag {
  color: #a2a2a2;
}
[theme=base16-windows-high-contrast] .hljs-operator, [theme=base16-windows-high-contrast] .hljs-punctuation, [theme=base16-windows-high-contrast] .hljs-subst {
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast] .hljs-bullet, [theme=base16-windows-high-contrast] .hljs-deletion, [theme=base16-windows-high-contrast] .hljs-name, [theme=base16-windows-high-contrast] .hljs-selector-tag, [theme=base16-windows-high-contrast] .hljs-template-variable, [theme=base16-windows-high-contrast] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-high-contrast] .hljs-attr, [theme=base16-windows-high-contrast] .hljs-link, [theme=base16-windows-high-contrast] .hljs-literal, [theme=base16-windows-high-contrast] .hljs-number, [theme=base16-windows-high-contrast] .hljs-symbol, [theme=base16-windows-high-contrast] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-high-contrast] .hljs-class .hljs-title, [theme=base16-windows-high-contrast] .hljs-title, [theme=base16-windows-high-contrast] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-addition, [theme=base16-windows-high-contrast] .hljs-code, [theme=base16-windows-high-contrast] .hljs-string, [theme=base16-windows-high-contrast] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-high-contrast] .hljs-built_in, [theme=base16-windows-high-contrast] .hljs-doctag, [theme=base16-windows-high-contrast] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast] .hljs-quote, [theme=base16-windows-high-contrast] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-high-contrast] .hljs-attribute, [theme=base16-windows-high-contrast] .hljs-function .hljs-title, [theme=base16-windows-high-contrast] .hljs-section, [theme=base16-windows-high-contrast] .hljs-title.function_, [theme=base16-windows-high-contrast] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-high-contrast] .diff .hljs-meta, [theme=base16-windows-high-contrast] .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-template-tag, [theme=base16-windows-high-contrast] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-high-contrast] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-high-contrast] .hljs-meta, [theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt-light] {
  /*!
    Theme: Windows NT Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt-light] .hljs {
  color: grey;
  background: #fff;
}
[theme=base16-windows-nt-light] .hljs ::selection, [theme=base16-windows-nt-light] .hljs::selection {
  background-color: #d5d5d5;
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-nt-light] .hljs-tag {
  color: #a0a0a0;
}
[theme=base16-windows-nt-light] .hljs-operator, [theme=base16-windows-nt-light] .hljs-punctuation, [theme=base16-windows-nt-light] .hljs-subst {
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt-light] .hljs-bullet, [theme=base16-windows-nt-light] .hljs-deletion, [theme=base16-windows-nt-light] .hljs-name, [theme=base16-windows-nt-light] .hljs-selector-tag, [theme=base16-windows-nt-light] .hljs-template-variable, [theme=base16-windows-nt-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-nt-light] .hljs-attr, [theme=base16-windows-nt-light] .hljs-link, [theme=base16-windows-nt-light] .hljs-literal, [theme=base16-windows-nt-light] .hljs-number, [theme=base16-windows-nt-light] .hljs-symbol, [theme=base16-windows-nt-light] .hljs-variable.constant_ {
  color: #ff0;
}
[theme=base16-windows-nt-light] .hljs-class .hljs-title, [theme=base16-windows-nt-light] .hljs-title, [theme=base16-windows-nt-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-addition, [theme=base16-windows-nt-light] .hljs-code, [theme=base16-windows-nt-light] .hljs-string, [theme=base16-windows-nt-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-nt-light] .hljs-built_in, [theme=base16-windows-nt-light] .hljs-doctag, [theme=base16-windows-nt-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt-light] .hljs-quote, [theme=base16-windows-nt-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-nt-light] .hljs-attribute, [theme=base16-windows-nt-light] .hljs-function .hljs-title, [theme=base16-windows-nt-light] .hljs-section, [theme=base16-windows-nt-light] .hljs-title.function_, [theme=base16-windows-nt-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-nt-light] .diff .hljs-meta, [theme=base16-windows-nt-light] .hljs-keyword, [theme=base16-windows-nt-light] .hljs-template-tag, [theme=base16-windows-nt-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-nt-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-nt-light] .hljs-meta, [theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta .hljs-string {
  color: #0f0;
}
[theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt] {
  /*!
    Theme: Windows NT
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-nt] .hljs ::selection, [theme=base16-windows-nt] .hljs::selection {
  background-color: #555;
  color: silver;
}
[theme=base16-windows-nt] .hljs-comment {
  color: grey;
}
[theme=base16-windows-nt] .hljs-tag {
  color: #a1a1a1;
}
[theme=base16-windows-nt] .hljs-operator, [theme=base16-windows-nt] .hljs-punctuation, [theme=base16-windows-nt] .hljs-subst {
  color: silver;
}
[theme=base16-windows-nt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt] .hljs-bullet, [theme=base16-windows-nt] .hljs-deletion, [theme=base16-windows-nt] .hljs-name, [theme=base16-windows-nt] .hljs-selector-tag, [theme=base16-windows-nt] .hljs-template-variable, [theme=base16-windows-nt] .hljs-variable {
  color: red;
}
[theme=base16-windows-nt] .hljs-attr, [theme=base16-windows-nt] .hljs-link, [theme=base16-windows-nt] .hljs-literal, [theme=base16-windows-nt] .hljs-number, [theme=base16-windows-nt] .hljs-symbol, [theme=base16-windows-nt] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-nt] .hljs-class .hljs-title, [theme=base16-windows-nt] .hljs-title, [theme=base16-windows-nt] .hljs-title.class_ {
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-strong {
  font-weight: 700;
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-addition, [theme=base16-windows-nt] .hljs-code, [theme=base16-windows-nt] .hljs-string, [theme=base16-windows-nt] .hljs-title.class_.inherited__ {
  color: #0f0;
}
[theme=base16-windows-nt] .hljs-built_in, [theme=base16-windows-nt] .hljs-doctag, [theme=base16-windows-nt] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt] .hljs-quote, [theme=base16-windows-nt] .hljs-regexp {
  color: #0ff;
}
[theme=base16-windows-nt] .hljs-attribute, [theme=base16-windows-nt] .hljs-function .hljs-title, [theme=base16-windows-nt] .hljs-section, [theme=base16-windows-nt] .hljs-title.function_, [theme=base16-windows-nt] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-windows-nt] .diff .hljs-meta, [theme=base16-windows-nt] .hljs-keyword, [theme=base16-windows-nt] .hljs-template-tag, [theme=base16-windows-nt] .hljs-type {
  color: #f0f;
}
[theme=base16-windows-nt] .hljs-emphasis {
  color: #f0f;
  font-style: italic;
}
[theme=base16-windows-nt] .hljs-meta, [theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-woodland] {
  /*!
    Theme: Woodland
    Author: Jay Cornwall (https://jcornwall.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-woodland] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-woodland] code.hljs {
  padding: 3px 5px;
}
[theme=base16-woodland] .hljs {
  color: #cabcb1;
  background: #231e18;
}
[theme=base16-woodland] .hljs ::selection, [theme=base16-woodland] .hljs::selection {
  background-color: #48413a;
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-comment {
  color: #9d8b70;
}
[theme=base16-woodland] .hljs-tag {
  color: #b4a490;
}
[theme=base16-woodland] .hljs-operator, [theme=base16-woodland] .hljs-punctuation, [theme=base16-woodland] .hljs-subst {
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-woodland] .hljs-bullet, [theme=base16-woodland] .hljs-deletion, [theme=base16-woodland] .hljs-name, [theme=base16-woodland] .hljs-selector-tag, [theme=base16-woodland] .hljs-template-variable, [theme=base16-woodland] .hljs-variable {
  color: #d35c5c;
}
[theme=base16-woodland] .hljs-attr, [theme=base16-woodland] .hljs-link, [theme=base16-woodland] .hljs-literal, [theme=base16-woodland] .hljs-number, [theme=base16-woodland] .hljs-symbol, [theme=base16-woodland] .hljs-variable.constant_ {
  color: #ca7f32;
}
[theme=base16-woodland] .hljs-class .hljs-title, [theme=base16-woodland] .hljs-title, [theme=base16-woodland] .hljs-title.class_ {
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-strong {
  font-weight: 700;
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-addition, [theme=base16-woodland] .hljs-code, [theme=base16-woodland] .hljs-string, [theme=base16-woodland] .hljs-title.class_.inherited__ {
  color: #b7ba53;
}
[theme=base16-woodland] .hljs-built_in, [theme=base16-woodland] .hljs-doctag, [theme=base16-woodland] .hljs-keyword.hljs-atrule, [theme=base16-woodland] .hljs-quote, [theme=base16-woodland] .hljs-regexp {
  color: #6eb958;
}
[theme=base16-woodland] .hljs-attribute, [theme=base16-woodland] .hljs-function .hljs-title, [theme=base16-woodland] .hljs-section, [theme=base16-woodland] .hljs-title.function_, [theme=base16-woodland] .ruby .hljs-property {
  color: #88a4d3;
}
[theme=base16-woodland] .diff .hljs-meta, [theme=base16-woodland] .hljs-keyword, [theme=base16-woodland] .hljs-template-tag, [theme=base16-woodland] .hljs-type {
  color: #bb90e2;
}
[theme=base16-woodland] .hljs-emphasis {
  color: #bb90e2;
  font-style: italic;
}
[theme=base16-woodland] .hljs-meta, [theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta .hljs-string {
  color: #b49368;
}
[theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-xcode-dusk] {
  /*!
    Theme: XCode Dusk
    Author: Elsa Gonsiorowski (https://github.com/gonsie)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-xcode-dusk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-xcode-dusk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-xcode-dusk] .hljs {
  color: #939599;
  background: #282b35;
}
[theme=base16-xcode-dusk] .hljs ::selection, [theme=base16-xcode-dusk] .hljs::selection {
  background-color: #53555d;
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-comment {
  color: #686a71;
}
[theme=base16-xcode-dusk] .hljs-tag {
  color: #7e8086;
}
[theme=base16-xcode-dusk] .hljs-operator, [theme=base16-xcode-dusk] .hljs-punctuation, [theme=base16-xcode-dusk] .hljs-subst {
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-xcode-dusk] .hljs-bullet, [theme=base16-xcode-dusk] .hljs-deletion, [theme=base16-xcode-dusk] .hljs-name, [theme=base16-xcode-dusk] .hljs-selector-tag, [theme=base16-xcode-dusk] .hljs-template-variable, [theme=base16-xcode-dusk] .hljs-variable {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-attr, [theme=base16-xcode-dusk] .hljs-link, [theme=base16-xcode-dusk] .hljs-literal, [theme=base16-xcode-dusk] .hljs-number, [theme=base16-xcode-dusk] .hljs-symbol, [theme=base16-xcode-dusk] .hljs-variable.constant_ {
  color: #786dc5;
}
[theme=base16-xcode-dusk] .hljs-class .hljs-title, [theme=base16-xcode-dusk] .hljs-title, [theme=base16-xcode-dusk] .hljs-title.class_ {
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-strong {
  font-weight: 700;
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-addition, [theme=base16-xcode-dusk] .hljs-code, [theme=base16-xcode-dusk] .hljs-string, [theme=base16-xcode-dusk] .hljs-title.class_.inherited__ {
  color: #df0002;
}
[theme=base16-xcode-dusk] .hljs-built_in, [theme=base16-xcode-dusk] .hljs-doctag, [theme=base16-xcode-dusk] .hljs-keyword.hljs-atrule, [theme=base16-xcode-dusk] .hljs-quote, [theme=base16-xcode-dusk] .hljs-regexp {
  color: #00a0be;
}
[theme=base16-xcode-dusk] .hljs-attribute, [theme=base16-xcode-dusk] .hljs-function .hljs-title, [theme=base16-xcode-dusk] .hljs-section, [theme=base16-xcode-dusk] .hljs-title.function_, [theme=base16-xcode-dusk] .ruby .hljs-property {
  color: #790ead;
}
[theme=base16-xcode-dusk] .diff .hljs-meta, [theme=base16-xcode-dusk] .hljs-keyword, [theme=base16-xcode-dusk] .hljs-template-tag, [theme=base16-xcode-dusk] .hljs-type {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-emphasis {
  color: #b21889;
  font-style: italic;
}
[theme=base16-xcode-dusk] .hljs-meta, [theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta .hljs-string {
  color: #c77c48;
}
[theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-zenburn] {
  /*!
    Theme: Zenburn
    Author: elnawe
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-zenburn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-zenburn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-zenburn] .hljs {
  color: #dcdccc;
  background: #383838;
}
[theme=base16-zenburn] .hljs ::selection, [theme=base16-zenburn] .hljs::selection {
  background-color: #606060;
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-comment {
  color: #6f6f6f;
}
[theme=base16-zenburn] .hljs-tag {
  color: grey;
}
[theme=base16-zenburn] .hljs-operator, [theme=base16-zenburn] .hljs-punctuation, [theme=base16-zenburn] .hljs-subst {
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-zenburn] .hljs-bullet, [theme=base16-zenburn] .hljs-deletion, [theme=base16-zenburn] .hljs-name, [theme=base16-zenburn] .hljs-selector-tag, [theme=base16-zenburn] .hljs-template-variable, [theme=base16-zenburn] .hljs-variable {
  color: #dca3a3;
}
[theme=base16-zenburn] .hljs-attr, [theme=base16-zenburn] .hljs-link, [theme=base16-zenburn] .hljs-literal, [theme=base16-zenburn] .hljs-number, [theme=base16-zenburn] .hljs-symbol, [theme=base16-zenburn] .hljs-variable.constant_ {
  color: #dfaf8f;
}
[theme=base16-zenburn] .hljs-class .hljs-title, [theme=base16-zenburn] .hljs-title, [theme=base16-zenburn] .hljs-title.class_ {
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-strong {
  font-weight: 700;
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-addition, [theme=base16-zenburn] .hljs-code, [theme=base16-zenburn] .hljs-string, [theme=base16-zenburn] .hljs-title.class_.inherited__ {
  color: #5f7f5f;
}
[theme=base16-zenburn] .hljs-built_in, [theme=base16-zenburn] .hljs-doctag, [theme=base16-zenburn] .hljs-keyword.hljs-atrule, [theme=base16-zenburn] .hljs-quote, [theme=base16-zenburn] .hljs-regexp {
  color: #93e0e3;
}
[theme=base16-zenburn] .hljs-attribute, [theme=base16-zenburn] .hljs-function .hljs-title, [theme=base16-zenburn] .hljs-section, [theme=base16-zenburn] .hljs-title.function_, [theme=base16-zenburn] .ruby .hljs-property {
  color: #7cb8bb;
}
[theme=base16-zenburn] .diff .hljs-meta, [theme=base16-zenburn] .hljs-keyword, [theme=base16-zenburn] .hljs-template-tag, [theme=base16-zenburn] .hljs-type {
  color: #dc8cc3;
}
[theme=base16-zenburn] .hljs-emphasis {
  color: #dc8cc3;
  font-style: italic;
}
[theme=base16-zenburn] .hljs-meta, [theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta .hljs-string {
  color: #000;
}
[theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta-keyword {
  font-weight: 700;
}
[theme=a11y-dark] {
  /*!
    Theme: a11y-dark
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-dark] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-dark] .hljs {
  background: #2b2b2b;
  color: #f8f8f2;
}
[theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-quote {
  color: #d4d0ab;
}
[theme=a11y-dark] .hljs-deletion, [theme=a11y-dark] .hljs-name, [theme=a11y-dark] .hljs-regexp, [theme=a11y-dark] .hljs-selector-class, [theme=a11y-dark] .hljs-selector-id, [theme=a11y-dark] .hljs-tag, [theme=a11y-dark] .hljs-template-variable, [theme=a11y-dark] .hljs-variable {
  color: #ffa07a;
}
[theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-type {
  color: #f5ab35;
}
[theme=a11y-dark] .hljs-attribute {
  color: gold;
}
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol {
  color: #abe338;
}
[theme=a11y-dark] .hljs-section, [theme=a11y-dark] .hljs-title {
  color: #00e0e0;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
  color: #dcc6e0;
}
[theme=a11y-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-dark] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-attribute, [theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-quote, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol, [theme=a11y-dark] .hljs-type {
    color: highlight;
  }
  [theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=a11y-light] {
  /*!
    Theme: a11y-light
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-light] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-light] .hljs {
  background: #fefefe;
  color: #545454;
}
[theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-quote {
  color: #696969;
}
[theme=a11y-light] .hljs-deletion, [theme=a11y-light] .hljs-name, [theme=a11y-light] .hljs-regexp, [theme=a11y-light] .hljs-selector-class, [theme=a11y-light] .hljs-selector-id, [theme=a11y-light] .hljs-tag, [theme=a11y-light] .hljs-template-variable, [theme=a11y-light] .hljs-variable {
  color: #d91e18;
}
[theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-type {
  color: #aa5d00;
}
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol {
  color: green;
}
[theme=a11y-light] .hljs-section, [theme=a11y-light] .hljs-title {
  color: #007faa;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
  color: #7928a1;
}
[theme=a11y-light] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-light] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-quote, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol, [theme=a11y-light] .hljs-type {
    color: highlight;
  }
  [theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=agate] {
  /*!
     Theme: Agate
     Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
     Maintainer: @taufik-nurrohman
     Updated: 2021-04-24

     #333
     #62c8f3
     #7bd694
     #888
     #a2fca2
     #ade5fc
     #b8d8a2
     #c6b4f0
     #d36363
     #fc9b9b
     #fcc28c
     #ffa
     #fff
  */
}
[theme=agate] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=agate] code.hljs {
  padding: 3px 5px;
}
[theme=agate] .hljs {
  background: #333;
  color: #fff;
}
[theme=agate] .hljs-doctag, [theme=agate] .hljs-meta-keyword, [theme=agate] .hljs-name, [theme=agate] .hljs-strong {
  font-weight: 700;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-emphasis {
  font-style: italic;
}
[theme=agate] .hljs-section, [theme=agate] .hljs-tag {
  color: #62c8f3;
}
[theme=agate] .hljs-selector-class, [theme=agate] .hljs-selector-id, [theme=agate] .hljs-template-variable, [theme=agate] .hljs-variable {
  color: #ade5fc;
}
[theme=agate] .hljs-meta-string, [theme=agate] .hljs-string {
  color: #a2fca2;
}
[theme=agate] .hljs-attr, [theme=agate] .hljs-quote, [theme=agate] .hljs-selector-attr {
  color: #7bd694;
}
[theme=agate] .hljs-tag .hljs-attr {
  color: inherit;
}
[theme=agate] .hljs-attribute, [theme=agate] .hljs-title, [theme=agate] .hljs-type {
  color: #ffa;
}
[theme=agate] .hljs-number, [theme=agate] .hljs-symbol {
  color: #d36363;
}
[theme=agate] .hljs-bullet, [theme=agate] .hljs-template-tag {
  color: #b8d8a2;
}
[theme=agate] .hljs-built_in, [theme=agate] .hljs-keyword, [theme=agate] .hljs-literal, [theme=agate] .hljs-selector-tag {
  color: #fcc28c;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-comment, [theme=agate] .hljs-formula {
  color: #888;
}
[theme=agate] .hljs-link, [theme=agate] .hljs-regexp, [theme=agate] .hljs-selector-pseudo {
  color: #c6b4f0;
}
[theme=agate] .hljs-meta {
  color: #fc9b9b;
}
[theme=agate] .hljs-deletion {
  background: #fc9b9b;
  color: #333;
}
[theme=agate] .hljs-addition {
  background: #a2fca2;
  color: #333;
}
[theme=agate] .hljs-subst {
  color: #fff;
}
[theme=agate] .hljs a {
  color: inherit;
}
[theme=agate] .hljs a:focus, [theme=agate] .hljs a:hover {
  color: inherit;
  text-decoration: underline;
}
[theme=agate] .hljs mark {
  background: #555;
  color: inherit;
}

[theme=an-old-hope] {
  /*!
    Theme: An Old Hope – Star Wars Syntax
    Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
    Maintainer: @gusbemacbe

    Original theme - Ocean Dark Theme – by https://github.com/gavsiu
    Based on Jesse Leite's Atom syntax theme 'An Old Hope'
      https://github.com/JesseLeite/an-old-hope-syntax-atom
  */
}
[theme=an-old-hope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=an-old-hope] code.hljs {
  padding: 3px 5px;
}
[theme=an-old-hope] .hljs {
  background: #1c1d21;
  color: #c0c5ce;
}
[theme=an-old-hope] .hljs-comment, [theme=an-old-hope] .hljs-quote {
  color: #b6b18b;
}
[theme=an-old-hope] .hljs-deletion, [theme=an-old-hope] .hljs-name, [theme=an-old-hope] .hljs-regexp, [theme=an-old-hope] .hljs-selector-class, [theme=an-old-hope] .hljs-selector-id, [theme=an-old-hope] .hljs-tag, [theme=an-old-hope] .hljs-template-variable, [theme=an-old-hope] .hljs-variable {
  color: #eb3c54;
}
[theme=an-old-hope] .hljs-built_in, [theme=an-old-hope] .hljs-link, [theme=an-old-hope] .hljs-literal, [theme=an-old-hope] .hljs-meta, [theme=an-old-hope] .hljs-number, [theme=an-old-hope] .hljs-params, [theme=an-old-hope] .hljs-type {
  color: #e7ce56;
}
[theme=an-old-hope] .hljs-attribute {
  color: #ee7c2b;
}
[theme=an-old-hope] .hljs-addition, [theme=an-old-hope] .hljs-bullet, [theme=an-old-hope] .hljs-string, [theme=an-old-hope] .hljs-symbol {
  color: #4fb4d7;
}
[theme=an-old-hope] .hljs-section, [theme=an-old-hope] .hljs-title {
  color: #78bb65;
}
[theme=an-old-hope] .hljs-keyword, [theme=an-old-hope] .hljs-selector-tag {
  color: #b45ea4;
}
[theme=an-old-hope] .hljs-emphasis {
  font-style: italic;
}
[theme=an-old-hope] .hljs-strong {
  font-weight: 700;
}

[theme=androidstudio] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=androidstudio] code.hljs {
  padding: 3px 5px;
}
[theme=androidstudio] .hljs {
  color: #a9b7c6;
  background: #282b2e;
}
[theme=androidstudio] .hljs-bullet, [theme=androidstudio] .hljs-literal, [theme=androidstudio] .hljs-number, [theme=androidstudio] .hljs-symbol {
  color: #6897bb;
}
[theme=androidstudio] .hljs-deletion, [theme=androidstudio] .hljs-keyword, [theme=androidstudio] .hljs-selector-tag {
  color: #cc7832;
}
[theme=androidstudio] .hljs-link, [theme=androidstudio] .hljs-template-variable, [theme=androidstudio] .hljs-variable {
  color: #629755;
}
[theme=androidstudio] .hljs-comment, [theme=androidstudio] .hljs-quote {
  color: grey;
}
[theme=androidstudio] .hljs-meta {
  color: #bbb529;
}
[theme=androidstudio] .hljs-addition, [theme=androidstudio] .hljs-attribute, [theme=androidstudio] .hljs-string {
  color: #6a8759;
}
[theme=androidstudio] .hljs-section, [theme=androidstudio] .hljs-title, [theme=androidstudio] .hljs-type {
  color: #ffc66d;
}
[theme=androidstudio] .hljs-name, [theme=androidstudio] .hljs-selector-class, [theme=androidstudio] .hljs-selector-id {
  color: #e8bf6a;
}
[theme=androidstudio] .hljs-emphasis {
  font-style: italic;
}
[theme=androidstudio] .hljs-strong {
  font-weight: 700;
}

[theme=arduino-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arduino-light] code.hljs {
  padding: 3px 5px;
}
[theme=arduino-light] .hljs {
  background: #fff;
  color: #434f54;
}
[theme=arduino-light] .hljs-subst {
  color: #434f54;
}
[theme=arduino-light] .hljs-attribute, [theme=arduino-light] .hljs-doctag, [theme=arduino-light] .hljs-keyword, [theme=arduino-light] .hljs-name, [theme=arduino-light] .hljs-selector-tag {
  color: #00979d;
}
[theme=arduino-light] .hljs-addition, [theme=arduino-light] .hljs-built_in, [theme=arduino-light] .hljs-bullet, [theme=arduino-light] .hljs-code, [theme=arduino-light] .hljs-literal {
  color: #d35400;
}
[theme=arduino-light] .hljs-link, [theme=arduino-light] .hljs-regexp, [theme=arduino-light] .hljs-selector-attr, [theme=arduino-light] .hljs-selector-pseudo, [theme=arduino-light] .hljs-symbol, [theme=arduino-light] .hljs-template-variable, [theme=arduino-light] .hljs-variable {
  color: #00979d;
}
[theme=arduino-light] .hljs-deletion, [theme=arduino-light] .hljs-quote, [theme=arduino-light] .hljs-selector-class, [theme=arduino-light] .hljs-selector-id, [theme=arduino-light] .hljs-string, [theme=arduino-light] .hljs-template-tag, [theme=arduino-light] .hljs-type {
  color: #005c5f;
}
[theme=arduino-light] .hljs-comment {
  color: rgba(149, 165, 166, 0.8);
}
[theme=arduino-light] .hljs-meta .hljs-keyword {
  color: #728e00;
}
[theme=arduino-light] .hljs-meta {
  color: #434f54;
}
[theme=arduino-light] .hljs-emphasis {
  font-style: italic;
}
[theme=arduino-light] .hljs-strong {
  font-weight: 700;
}
[theme=arduino-light] .hljs-function {
  color: #728e00;
}
[theme=arduino-light] .hljs-section, [theme=arduino-light] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=arduino-light] .hljs-number {
  color: #8a7b52;
}

[theme=arta] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arta] code.hljs {
  padding: 3px 5px;
}
[theme=arta] .hljs {
  background: #222;
  color: #aaa;
}
[theme=arta] .hljs-subst {
  color: #aaa;
}
[theme=arta] .hljs-section {
  color: #fff;
}
[theme=arta] .hljs-comment, [theme=arta] .hljs-meta, [theme=arta] .hljs-quote {
  color: #444;
}
[theme=arta] .hljs-bullet, [theme=arta] .hljs-regexp, [theme=arta] .hljs-string, [theme=arta] .hljs-symbol {
  color: #fc3;
}
[theme=arta] .hljs-addition, [theme=arta] .hljs-number {
  color: #0c6;
}
[theme=arta] .hljs-attribute, [theme=arta] .hljs-built_in, [theme=arta] .hljs-link, [theme=arta] .hljs-literal, [theme=arta] .hljs-template-variable, [theme=arta] .hljs-type {
  color: #32aaee;
}
[theme=arta] .hljs-keyword, [theme=arta] .hljs-name, [theme=arta] .hljs-selector-class, [theme=arta] .hljs-selector-id, [theme=arta] .hljs-selector-tag {
  color: #64a;
}
[theme=arta] .hljs-deletion, [theme=arta] .hljs-template-tag, [theme=arta] .hljs-title, [theme=arta] .hljs-variable {
  color: #b16;
}
[theme=arta] .hljs-doctag, [theme=arta] .hljs-section, [theme=arta] .hljs-strong {
  font-weight: 700;
}
[theme=arta] .hljs-emphasis {
  font-style: italic;
}

[theme=ascetic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ascetic] code.hljs {
  padding: 3px 5px;
}
[theme=ascetic] .hljs {
  background: #fff;
  color: #000;
}
[theme=ascetic] .hljs-addition, [theme=ascetic] .hljs-attribute, [theme=ascetic] .hljs-bullet, [theme=ascetic] .hljs-link, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-string, [theme=ascetic] .hljs-symbol, [theme=ascetic] .hljs-template-variable, [theme=ascetic] .hljs-variable {
  color: #888;
}
[theme=ascetic] .hljs-comment, [theme=ascetic] .hljs-deletion, [theme=ascetic] .hljs-meta, [theme=ascetic] .hljs-quote {
  color: #ccc;
}
[theme=ascetic] .hljs-keyword, [theme=ascetic] .hljs-name, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-selector-tag, [theme=ascetic] .hljs-strong, [theme=ascetic] .hljs-type {
  font-weight: 700;
}
[theme=ascetic] .hljs-emphasis {
  font-style: italic;
}

[theme=atom-one-dark-reasonable] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark-reasonable] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark-reasonable] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark-reasonable] .hljs-keyword, [theme=atom-one-dark-reasonable] .hljs-operator, [theme=atom-one-dark-reasonable] .hljs-pattern-match {
  color: #f92672;
}
[theme=atom-one-dark-reasonable] .hljs-function, [theme=atom-one-dark-reasonable] .hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params {
  color: #a6e22e;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
[theme=atom-one-dark-reasonable] .hljs-module-access .hljs-module {
  color: #7e57c2;
}
[theme=atom-one-dark-reasonable] .hljs-constructor {
  color: #e2b93d;
}
[theme=atom-one-dark-reasonable] .hljs-constructor .hljs-string {
  color: #9ccc65;
}
[theme=atom-one-dark-reasonable] .hljs-comment, [theme=atom-one-dark-reasonable] .hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-doctag, [theme=atom-one-dark-reasonable] .hljs-formula {
  color: #c678dd;
}
[theme=atom-one-dark-reasonable] .hljs-deletion, [theme=atom-one-dark-reasonable] .hljs-name, [theme=atom-one-dark-reasonable] .hljs-section, [theme=atom-one-dark-reasonable] .hljs-selector-tag, [theme=atom-one-dark-reasonable] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark-reasonable] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark-reasonable] .hljs-addition, [theme=atom-one-dark-reasonable] .hljs-attribute, [theme=atom-one-dark-reasonable] .hljs-meta .hljs-string, [theme=atom-one-dark-reasonable] .hljs-regexp, [theme=atom-one-dark-reasonable] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark-reasonable] .hljs-built_in, [theme=atom-one-dark-reasonable] .hljs-class .hljs-title, [theme=atom-one-dark-reasonable] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark-reasonable] .hljs-attr, [theme=atom-one-dark-reasonable] .hljs-number, [theme=atom-one-dark-reasonable] .hljs-selector-attr, [theme=atom-one-dark-reasonable] .hljs-selector-class, [theme=atom-one-dark-reasonable] .hljs-selector-pseudo, [theme=atom-one-dark-reasonable] .hljs-template-variable, [theme=atom-one-dark-reasonable] .hljs-type, [theme=atom-one-dark-reasonable] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark-reasonable] .hljs-bullet, [theme=atom-one-dark-reasonable] .hljs-link, [theme=atom-one-dark-reasonable] .hljs-meta, [theme=atom-one-dark-reasonable] .hljs-selector-id, [theme=atom-one-dark-reasonable] .hljs-symbol, [theme=atom-one-dark-reasonable] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark-reasonable] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark] .hljs-comment, [theme=atom-one-dark] .hljs-quote {
  color: #5c6370;
  font-style: italic;
}
[theme=atom-one-dark] .hljs-doctag, [theme=atom-one-dark] .hljs-formula, [theme=atom-one-dark] .hljs-keyword {
  color: #c678dd;
}
[theme=atom-one-dark] .hljs-deletion, [theme=atom-one-dark] .hljs-name, [theme=atom-one-dark] .hljs-section, [theme=atom-one-dark] .hljs-selector-tag, [theme=atom-one-dark] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark] .hljs-addition, [theme=atom-one-dark] .hljs-attribute, [theme=atom-one-dark] .hljs-meta .hljs-string, [theme=atom-one-dark] .hljs-regexp, [theme=atom-one-dark] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark] .hljs-attr, [theme=atom-one-dark] .hljs-number, [theme=atom-one-dark] .hljs-selector-attr, [theme=atom-one-dark] .hljs-selector-class, [theme=atom-one-dark] .hljs-selector-pseudo, [theme=atom-one-dark] .hljs-template-variable, [theme=atom-one-dark] .hljs-type, [theme=atom-one-dark] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark] .hljs-bullet, [theme=atom-one-dark] .hljs-link, [theme=atom-one-dark] .hljs-meta, [theme=atom-one-dark] .hljs-selector-id, [theme=atom-one-dark] .hljs-symbol, [theme=atom-one-dark] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark] .hljs-built_in, [theme=atom-one-dark] .hljs-class .hljs-title, [theme=atom-one-dark] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=atom-one-light] .hljs-comment, [theme=atom-one-light] .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}
[theme=atom-one-light] .hljs-doctag, [theme=atom-one-light] .hljs-formula, [theme=atom-one-light] .hljs-keyword {
  color: #a626a4;
}
[theme=atom-one-light] .hljs-deletion, [theme=atom-one-light] .hljs-name, [theme=atom-one-light] .hljs-section, [theme=atom-one-light] .hljs-selector-tag, [theme=atom-one-light] .hljs-subst {
  color: #e45649;
}
[theme=atom-one-light] .hljs-literal {
  color: #0184bb;
}
[theme=atom-one-light] .hljs-addition, [theme=atom-one-light] .hljs-attribute, [theme=atom-one-light] .hljs-meta .hljs-string, [theme=atom-one-light] .hljs-regexp, [theme=atom-one-light] .hljs-string {
  color: #50a14f;
}
[theme=atom-one-light] .hljs-attr, [theme=atom-one-light] .hljs-number, [theme=atom-one-light] .hljs-selector-attr, [theme=atom-one-light] .hljs-selector-class, [theme=atom-one-light] .hljs-selector-pseudo, [theme=atom-one-light] .hljs-template-variable, [theme=atom-one-light] .hljs-type, [theme=atom-one-light] .hljs-variable {
  color: #986801;
}
[theme=atom-one-light] .hljs-bullet, [theme=atom-one-light] .hljs-link, [theme=atom-one-light] .hljs-meta, [theme=atom-one-light] .hljs-selector-id, [theme=atom-one-light] .hljs-symbol, [theme=atom-one-light] .hljs-title {
  color: #4078f2;
}
[theme=atom-one-light] .hljs-built_in, [theme=atom-one-light] .hljs-class .hljs-title, [theme=atom-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=atom-one-light] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-light] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-light] .hljs-link {
  text-decoration: underline;
}

[theme=brown-paper] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=brown-paper] code.hljs {
  padding: 3px 5px;
}
[theme=brown-paper] .hljs {
  color: #363c69;
  background: url(/assets/brown-papersq-Czfaq98p.png) #b7a68e;
}
[theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-selector-tag {
  color: #059;
}
[theme=brown-paper] .hljs-addition, [theme=brown-paper] .hljs-attribute, [theme=brown-paper] .hljs-built_in, [theme=brown-paper] .hljs-bullet, [theme=brown-paper] .hljs-link, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-string, [theme=brown-paper] .hljs-symbol, [theme=brown-paper] .hljs-template-tag, [theme=brown-paper] .hljs-template-variable, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type, [theme=brown-paper] .hljs-variable {
  color: #2c009f;
}
[theme=brown-paper] .hljs-comment, [theme=brown-paper] .hljs-deletion, [theme=brown-paper] .hljs-meta, [theme=brown-paper] .hljs-quote {
  color: #802022;
}
[theme=brown-paper] .hljs-doctag, [theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-selector-tag, [theme=brown-paper] .hljs-strong, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type {
  font-weight: 700;
}
[theme=brown-paper] .hljs-emphasis {
  font-style: italic;
}

[theme=codepen-embed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=codepen-embed] code.hljs {
  padding: 3px 5px;
}
[theme=codepen-embed] .hljs {
  background: #222;
  color: #fff;
}
[theme=codepen-embed] .hljs-comment, [theme=codepen-embed] .hljs-quote {
  color: #777;
}
[theme=codepen-embed] .hljs-built_in, [theme=codepen-embed] .hljs-bullet, [theme=codepen-embed] .hljs-deletion, [theme=codepen-embed] .hljs-link, [theme=codepen-embed] .hljs-literal, [theme=codepen-embed] .hljs-meta, [theme=codepen-embed] .hljs-number, [theme=codepen-embed] .hljs-params, [theme=codepen-embed] .hljs-regexp, [theme=codepen-embed] .hljs-symbol, [theme=codepen-embed] .hljs-tag, [theme=codepen-embed] .hljs-template-variable, [theme=codepen-embed] .hljs-variable {
  color: #ab875d;
}
[theme=codepen-embed] .hljs-attribute, [theme=codepen-embed] .hljs-name, [theme=codepen-embed] .hljs-section, [theme=codepen-embed] .hljs-selector-class, [theme=codepen-embed] .hljs-selector-id, [theme=codepen-embed] .hljs-title, [theme=codepen-embed] .hljs-type {
  color: #9b869b;
}
[theme=codepen-embed] .hljs-addition, [theme=codepen-embed] .hljs-keyword, [theme=codepen-embed] .hljs-selector-tag, [theme=codepen-embed] .hljs-string {
  color: #8f9c6c;
}
[theme=codepen-embed] .hljs-emphasis {
  font-style: italic;
}
[theme=codepen-embed] .hljs-strong {
  font-weight: 700;
}

[theme=color-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=color-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=color-brewer] .hljs {
  color: #000;
  background: #fff;
}
[theme=color-brewer] .hljs-addition, [theme=color-brewer] .hljs-meta, [theme=color-brewer] .hljs-string, [theme=color-brewer] .hljs-symbol, [theme=color-brewer] .hljs-template-tag, [theme=color-brewer] .hljs-template-variable {
  color: #756bb1;
}
[theme=color-brewer] .hljs-comment, [theme=color-brewer] .hljs-quote {
  color: #636363;
}
[theme=color-brewer] .hljs-bullet, [theme=color-brewer] .hljs-link, [theme=color-brewer] .hljs-literal, [theme=color-brewer] .hljs-number, [theme=color-brewer] .hljs-regexp {
  color: #31a354;
}
[theme=color-brewer] .hljs-deletion, [theme=color-brewer] .hljs-variable {
  color: #88f;
}
[theme=color-brewer] .hljs-built_in, [theme=color-brewer] .hljs-doctag, [theme=color-brewer] .hljs-keyword, [theme=color-brewer] .hljs-name, [theme=color-brewer] .hljs-section, [theme=color-brewer] .hljs-selector-class, [theme=color-brewer] .hljs-selector-id, [theme=color-brewer] .hljs-selector-tag, [theme=color-brewer] .hljs-strong, [theme=color-brewer] .hljs-tag, [theme=color-brewer] .hljs-title, [theme=color-brewer] .hljs-type {
  color: #3182bd;
}
[theme=color-brewer] .hljs-emphasis {
  font-style: italic;
}
[theme=color-brewer] .hljs-attribute {
  color: #e6550d;
}

[theme=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=dark] code.hljs {
  padding: 3px 5px;
}
[theme=dark] .hljs {
  color: #ddd;
  background: #303030;
}
[theme=dark] .hljs-keyword, [theme=dark] .hljs-link, [theme=dark] .hljs-literal, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag {
  color: #fff;
}
[theme=dark] .hljs-addition, [theme=dark] .hljs-attribute, [theme=dark] .hljs-built_in, [theme=dark] .hljs-bullet, [theme=dark] .hljs-name, [theme=dark] .hljs-string, [theme=dark] .hljs-symbol, [theme=dark] .hljs-template-tag, [theme=dark] .hljs-template-variable, [theme=dark] .hljs-title, [theme=dark] .hljs-type, [theme=dark] .hljs-variable {
  color: #d88;
}
[theme=dark] .hljs-comment, [theme=dark] .hljs-deletion, [theme=dark] .hljs-meta, [theme=dark] .hljs-quote {
  color: #979797;
}
[theme=dark] .hljs-doctag, [theme=dark] .hljs-keyword, [theme=dark] .hljs-literal, [theme=dark] .hljs-name, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag, [theme=dark] .hljs-strong, [theme=dark] .hljs-title, [theme=dark] .hljs-type {
  font-weight: 700;
}
[theme=dark] .hljs-emphasis {
  font-style: italic;
}

[theme=default] {
  /*!
    Theme: Default
    Description: Original highlight.js style
    Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
    Maintainer: @highlightjs/core-team
    Website: https://highlightjs.org/
    License: see project LICENSE
    Touched: 2021
  */
}
[theme=default] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=default] code.hljs {
  padding: 3px 5px;
}
[theme=default] .hljs {
  background: #f3f3f3;
  color: #444;
}
[theme=default] .hljs-comment {
  color: #697070;
}
[theme=default] .hljs-punctuation, [theme=default] .hljs-tag {
  color: #444a;
}
[theme=default] .hljs-tag .hljs-attr, [theme=default] .hljs-tag .hljs-name {
  color: #444;
}
[theme=default] .hljs-attribute, [theme=default] .hljs-doctag, [theme=default] .hljs-keyword, [theme=default] .hljs-meta .hljs-keyword, [theme=default] .hljs-name, [theme=default] .hljs-selector-tag {
  font-weight: 700;
}
[theme=default] .hljs-deletion, [theme=default] .hljs-number, [theme=default] .hljs-quote, [theme=default] .hljs-selector-class, [theme=default] .hljs-selector-id, [theme=default] .hljs-string, [theme=default] .hljs-template-tag, [theme=default] .hljs-type {
  color: #800;
}
[theme=default] .hljs-section, [theme=default] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=default] .hljs-link, [theme=default] .hljs-operator, [theme=default] .hljs-regexp, [theme=default] .hljs-selector-attr, [theme=default] .hljs-selector-pseudo, [theme=default] .hljs-symbol, [theme=default] .hljs-template-variable, [theme=default] .hljs-variable {
  color: #ab5656;
}
[theme=default] .hljs-literal {
  color: #695;
}
[theme=default] .hljs-addition, [theme=default] .hljs-built_in, [theme=default] .hljs-bullet, [theme=default] .hljs-code {
  color: #397300;
}
[theme=default] .hljs-meta {
  color: #1f7199;
}
[theme=default] .hljs-meta .hljs-string {
  color: #38a;
}
[theme=default] .hljs-emphasis {
  font-style: italic;
}
[theme=default] .hljs-strong {
  font-weight: 700;
}

[theme=devibeans] {
  /*!
      Theme: devibeans (dark)
      Author: @terminaldweller
      Maintainer: @terminaldweller

      Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
  */
}
[theme=devibeans] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=devibeans] code.hljs {
  padding: 3px 5px;
}
[theme=devibeans] .hljs {
  background: #000;
  color: #a39e9b;
}
[theme=devibeans] .hljs-attr, [theme=devibeans] .hljs-template-tag {
  color: #8787d7;
}
[theme=devibeans] .hljs-comment, [theme=devibeans] .hljs-doctag, [theme=devibeans] .hljs-quote {
  color: #396;
}
[theme=devibeans] .hljs-params {
  color: #a39e9b;
}
[theme=devibeans] .hljs-regexp {
  color: #d700ff;
}
[theme=devibeans] .hljs-literal, [theme=devibeans] .hljs-number, [theme=devibeans] .hljs-selector-id, [theme=devibeans] .hljs-tag {
  color: #ef5350;
}
[theme=devibeans] .hljs-meta, [theme=devibeans] .hljs-meta .hljs-keyword {
  color: #0087ff;
}
[theme=devibeans] .hljs-code, [theme=devibeans] .hljs-formula, [theme=devibeans] .hljs-keyword, [theme=devibeans] .hljs-link, [theme=devibeans] .hljs-selector-attr, [theme=devibeans] .hljs-selector-class, [theme=devibeans] .hljs-selector-pseudo, [theme=devibeans] .hljs-template-variable, [theme=devibeans] .hljs-variable {
  color: #64b5f6;
}
[theme=devibeans] .hljs-built_in, [theme=devibeans] .hljs-deletion, [theme=devibeans] .hljs-title {
  color: #ff8700;
}
[theme=devibeans] .hljs-attribute, [theme=devibeans] .hljs-function, [theme=devibeans] .hljs-name, [theme=devibeans] .hljs-property, [theme=devibeans] .hljs-section, [theme=devibeans] .hljs-type {
  color: #ffd75f;
}
[theme=devibeans] .hljs-addition, [theme=devibeans] .hljs-bullet, [theme=devibeans] .hljs-meta .hljs-string, [theme=devibeans] .hljs-string, [theme=devibeans] .hljs-subst, [theme=devibeans] .hljs-symbol {
  color: #558b2f;
}
[theme=devibeans] .hljs-selector-tag {
  color: #96f;
}
[theme=devibeans] .hljs-emphasis {
  font-style: italic;
}
[theme=devibeans] .hljs-strong {
  font-weight: 700;
}

[theme=docco] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=docco] code.hljs {
  padding: 3px 5px;
}
[theme=docco] .hljs {
  color: #000;
  background: #f8f8ff;
}
[theme=docco] .hljs-comment, [theme=docco] .hljs-quote {
  color: #408080;
  font-style: italic;
}
[theme=docco] .hljs-keyword, [theme=docco] .hljs-literal, [theme=docco] .hljs-selector-tag, [theme=docco] .hljs-subst {
  color: #954121;
}
[theme=docco] .hljs-number {
  color: #40a070;
}
[theme=docco] .hljs-doctag, [theme=docco] .hljs-string {
  color: #219161;
}
[theme=docco] .hljs-section, [theme=docco] .hljs-selector-class, [theme=docco] .hljs-selector-id, [theme=docco] .hljs-type {
  color: #19469d;
}
[theme=docco] .hljs-params {
  color: #00f;
}
[theme=docco] .hljs-title {
  color: #458;
  font-weight: 700;
}
[theme=docco] .hljs-attribute, [theme=docco] .hljs-name, [theme=docco] .hljs-tag {
  color: navy;
  font-weight: 400;
}
[theme=docco] .hljs-template-variable, [theme=docco] .hljs-variable {
  color: teal;
}
[theme=docco] .hljs-link, [theme=docco] .hljs-regexp {
  color: #b68;
}
[theme=docco] .hljs-bullet, [theme=docco] .hljs-symbol {
  color: #990073;
}
[theme=docco] .hljs-built_in {
  color: #0086b3;
}
[theme=docco] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=docco] .hljs-deletion {
  background: #fdd;
}
[theme=docco] .hljs-addition {
  background: #dfd;
}
[theme=docco] .hljs-emphasis {
  font-style: italic;
}
[theme=docco] .hljs-strong {
  font-weight: 700;
}

[theme=far] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=far] code.hljs {
  padding: 3px 5px;
}
[theme=far] .hljs {
  color: #0ff;
  background: navy;
}
[theme=far] .hljs-addition, [theme=far] .hljs-attribute, [theme=far] .hljs-built_in, [theme=far] .hljs-bullet, [theme=far] .hljs-string, [theme=far] .hljs-symbol, [theme=far] .hljs-template-tag, [theme=far] .hljs-template-variable {
  color: #ff0;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-class, [theme=far] .hljs-selector-id, [theme=far] .hljs-selector-tag, [theme=far] .hljs-type, [theme=far] .hljs-variable {
  color: #fff;
}
[theme=far] .hljs-comment, [theme=far] .hljs-deletion, [theme=far] .hljs-doctag, [theme=far] .hljs-quote {
  color: #888;
}
[theme=far] .hljs-link, [theme=far] .hljs-literal, [theme=far] .hljs-number, [theme=far] .hljs-regexp {
  color: #0f0;
}
[theme=far] .hljs-meta {
  color: teal;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-tag, [theme=far] .hljs-strong, [theme=far] .hljs-title {
  font-weight: 700;
}
[theme=far] .hljs-emphasis {
  font-style: italic;
}

[theme=felipec] {
  /*!
   * Theme: FelipeC
   * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
   * Website: https://github.com/felipec/vim-felipec
   *
   * Autogenerated with vim-felipec's generator.
  */
}
[theme=felipec] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=felipec] code.hljs {
  padding: 3px 5px;
}
[theme=felipec] .hljs {
  color: #dddde1;
  background: #1e1e22;
}
[theme=felipec] .hljs ::selection, [theme=felipec] .hljs::selection {
  color: #1e1e22;
  background: #bf8fef;
}
[theme=felipec] .hljs-code, [theme=felipec] .hljs-comment, [theme=felipec] .hljs-quote {
  color: #888896;
}
[theme=felipec] .hljs-deletion, [theme=felipec] .hljs-literal, [theme=felipec] .hljs-number {
  color: #ef8f8f;
}
[theme=felipec] .hljs-doctag, [theme=felipec] .hljs-meta, [theme=felipec] .hljs-operator, [theme=felipec] .hljs-punctuation, [theme=felipec] .hljs-selector-attr, [theme=felipec] .hljs-subst, [theme=felipec] .hljs-template-variable {
  color: #efbf8f;
}
[theme=felipec] .hljs-type {
  color: #efef8f;
}
[theme=felipec] .hljs-selector-class, [theme=felipec] .hljs-selector-id, [theme=felipec] .hljs-tag, [theme=felipec] .hljs-title {
  color: #bfef8f;
}
[theme=felipec] .hljs-addition, [theme=felipec] .hljs-regexp, [theme=felipec] .hljs-string {
  color: #8fef8f;
}
[theme=felipec] .hljs-class, [theme=felipec] .hljs-property {
  color: #8fefbf;
}
[theme=felipec] .hljs-name, [theme=felipec] .hljs-selector-tag {
  color: #8fefef;
}
[theme=felipec] .hljs-built_in, [theme=felipec] .hljs-keyword {
  color: #8fbfef;
}
[theme=felipec] .hljs-bullet, [theme=felipec] .hljs-section {
  color: #8f8fef;
}
[theme=felipec] .hljs-selector-pseudo {
  color: #bf8fef;
}
[theme=felipec] .hljs-attr, [theme=felipec] .hljs-attribute, [theme=felipec] .hljs-params, [theme=felipec] .hljs-variable {
  color: #ef8fef;
}
[theme=felipec] .hljs-link, [theme=felipec] .hljs-symbol {
  color: #ef8fbf;
}
[theme=felipec] .hljs-literal, [theme=felipec] .hljs-strong, [theme=felipec] .hljs-title {
  font-weight: 700;
}
[theme=felipec] .hljs-emphasis {
  font-style: italic;
}

[theme=foundation] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=foundation] code.hljs {
  padding: 3px 5px;
}
[theme=foundation] .hljs {
  background: #eee;
  color: #000;
}
[theme=foundation] .hljs-addition, [theme=foundation] .hljs-attribute, [theme=foundation] .hljs-emphasis, [theme=foundation] .hljs-link {
  color: #070;
}
[theme=foundation] .hljs-emphasis {
  font-style: italic;
}
[theme=foundation] .hljs-deletion, [theme=foundation] .hljs-string, [theme=foundation] .hljs-strong {
  color: #d14;
}
[theme=foundation] .hljs-strong {
  font-weight: 700;
}
[theme=foundation] .hljs-comment, [theme=foundation] .hljs-quote {
  color: #998;
  font-style: italic;
}
[theme=foundation] .hljs-section, [theme=foundation] .hljs-title {
  color: #900;
}
[theme=foundation] .hljs-class .hljs-title, [theme=foundation] .hljs-title.class_, [theme=foundation] .hljs-type {
  color: #458;
}
[theme=foundation] .hljs-template-variable, [theme=foundation] .hljs-variable {
  color: #369;
}
[theme=foundation] .hljs-bullet {
  color: #970;
}
[theme=foundation] .hljs-meta {
  color: #34b;
}
[theme=foundation] .hljs-code, [theme=foundation] .hljs-keyword, [theme=foundation] .hljs-literal, [theme=foundation] .hljs-number, [theme=foundation] .hljs-selector-tag {
  color: #099;
}
[theme=foundation] .hljs-regexp {
  background-color: #fff0ff;
  color: #808;
}
[theme=foundation] .hljs-symbol {
  color: #990073;
}
[theme=foundation] .hljs-name, [theme=foundation] .hljs-selector-class, [theme=foundation] .hljs-selector-id, [theme=foundation] .hljs-tag {
  color: #070;
}

[theme=github-dark-dimmed] {
  /*!
    Theme: GitHub Dark Dimmed
    Description: Dark dimmed theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Colors taken from GitHub's CSS
  */
}
[theme=github-dark-dimmed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark-dimmed] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark-dimmed] .hljs {
  color: #adbac7;
  background: #22272e;
}
[theme=github-dark-dimmed] .hljs-doctag, [theme=github-dark-dimmed] .hljs-keyword, [theme=github-dark-dimmed] .hljs-meta .hljs-keyword, [theme=github-dark-dimmed] .hljs-template-tag, [theme=github-dark-dimmed] .hljs-template-variable, [theme=github-dark-dimmed] .hljs-type, [theme=github-dark-dimmed] .hljs-variable.language_ {
  color: #f47067;
}
[theme=github-dark-dimmed] .hljs-title, [theme=github-dark-dimmed] .hljs-title.class_, [theme=github-dark-dimmed] .hljs-title.class_.inherited__, [theme=github-dark-dimmed] .hljs-title.function_ {
  color: #dcbdfb;
}
[theme=github-dark-dimmed] .hljs-attr, [theme=github-dark-dimmed] .hljs-attribute, [theme=github-dark-dimmed] .hljs-literal, [theme=github-dark-dimmed] .hljs-meta, [theme=github-dark-dimmed] .hljs-number, [theme=github-dark-dimmed] .hljs-operator, [theme=github-dark-dimmed] .hljs-selector-attr, [theme=github-dark-dimmed] .hljs-selector-class, [theme=github-dark-dimmed] .hljs-selector-id, [theme=github-dark-dimmed] .hljs-variable {
  color: #6cb6ff;
}
[theme=github-dark-dimmed] .hljs-meta .hljs-string, [theme=github-dark-dimmed] .hljs-regexp, [theme=github-dark-dimmed] .hljs-string {
  color: #96d0ff;
}
[theme=github-dark-dimmed] .hljs-built_in, [theme=github-dark-dimmed] .hljs-symbol {
  color: #f69d50;
}
[theme=github-dark-dimmed] .hljs-code, [theme=github-dark-dimmed] .hljs-comment, [theme=github-dark-dimmed] .hljs-formula {
  color: #768390;
}
[theme=github-dark-dimmed] .hljs-name, [theme=github-dark-dimmed] .hljs-quote, [theme=github-dark-dimmed] .hljs-selector-pseudo, [theme=github-dark-dimmed] .hljs-selector-tag {
  color: #8ddb8c;
}
[theme=github-dark-dimmed] .hljs-subst {
  color: #adbac7;
}
[theme=github-dark-dimmed] .hljs-section {
  color: #316dca;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-bullet {
  color: #eac55f;
}
[theme=github-dark-dimmed] .hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}
[theme=github-dark-dimmed] .hljs-strong {
  color: #adbac7;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}
[theme=github-dark-dimmed] .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

[theme=github-dark] {
  /*!
    Theme: GitHub Dark
    Description: Dark theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-dark
    Current colors taken from GitHub's CSS
  */
}
[theme=github-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark] .hljs {
  color: #c9d1d9;
  background: #0d1117;
}
[theme=github-dark] .hljs-doctag, [theme=github-dark] .hljs-keyword, [theme=github-dark] .hljs-meta .hljs-keyword, [theme=github-dark] .hljs-template-tag, [theme=github-dark] .hljs-template-variable, [theme=github-dark] .hljs-type, [theme=github-dark] .hljs-variable.language_ {
  color: #ff7b72;
}
[theme=github-dark] .hljs-title, [theme=github-dark] .hljs-title.class_, [theme=github-dark] .hljs-title.class_.inherited__, [theme=github-dark] .hljs-title.function_ {
  color: #d2a8ff;
}
[theme=github-dark] .hljs-attr, [theme=github-dark] .hljs-attribute, [theme=github-dark] .hljs-literal, [theme=github-dark] .hljs-meta, [theme=github-dark] .hljs-number, [theme=github-dark] .hljs-operator, [theme=github-dark] .hljs-selector-attr, [theme=github-dark] .hljs-selector-class, [theme=github-dark] .hljs-selector-id, [theme=github-dark] .hljs-variable {
  color: #79c0ff;
}
[theme=github-dark] .hljs-meta .hljs-string, [theme=github-dark] .hljs-regexp, [theme=github-dark] .hljs-string {
  color: #a5d6ff;
}
[theme=github-dark] .hljs-built_in, [theme=github-dark] .hljs-symbol {
  color: #ffa657;
}
[theme=github-dark] .hljs-code, [theme=github-dark] .hljs-comment, [theme=github-dark] .hljs-formula {
  color: #8b949e;
}
[theme=github-dark] .hljs-name, [theme=github-dark] .hljs-quote, [theme=github-dark] .hljs-selector-pseudo, [theme=github-dark] .hljs-selector-tag {
  color: #7ee787;
}
[theme=github-dark] .hljs-subst {
  color: #c9d1d9;
}
[theme=github-dark] .hljs-section {
  color: #1f6feb;
  font-weight: 700;
}
[theme=github-dark] .hljs-bullet {
  color: #f2cc60;
}
[theme=github-dark] .hljs-emphasis {
  color: #c9d1d9;
  font-style: italic;
}
[theme=github-dark] .hljs-strong {
  color: #c9d1d9;
  font-weight: 700;
}
[theme=github-dark] .hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}
[theme=github-dark] .hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

[theme=github] {
  /*!
    Theme: GitHub
    Description: Light theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-light
    Current colors taken from GitHub's CSS
  */
}
[theme=github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github] code.hljs {
  padding: 3px 5px;
}
[theme=github] .hljs {
  color: #24292e;
  background: #fff;
}
[theme=github] .hljs-doctag, [theme=github] .hljs-keyword, [theme=github] .hljs-meta .hljs-keyword, [theme=github] .hljs-template-tag, [theme=github] .hljs-template-variable, [theme=github] .hljs-type, [theme=github] .hljs-variable.language_ {
  color: #d73a49;
}
[theme=github] .hljs-title, [theme=github] .hljs-title.class_, [theme=github] .hljs-title.class_.inherited__, [theme=github] .hljs-title.function_ {
  color: #6f42c1;
}
[theme=github] .hljs-attr, [theme=github] .hljs-attribute, [theme=github] .hljs-literal, [theme=github] .hljs-meta, [theme=github] .hljs-number, [theme=github] .hljs-operator, [theme=github] .hljs-selector-attr, [theme=github] .hljs-selector-class, [theme=github] .hljs-selector-id, [theme=github] .hljs-variable {
  color: #005cc5;
}
[theme=github] .hljs-meta .hljs-string, [theme=github] .hljs-regexp, [theme=github] .hljs-string {
  color: #032f62;
}
[theme=github] .hljs-built_in, [theme=github] .hljs-symbol {
  color: #e36209;
}
[theme=github] .hljs-code, [theme=github] .hljs-comment, [theme=github] .hljs-formula {
  color: #6a737d;
}
[theme=github] .hljs-name, [theme=github] .hljs-quote, [theme=github] .hljs-selector-pseudo, [theme=github] .hljs-selector-tag {
  color: #22863a;
}
[theme=github] .hljs-subst {
  color: #24292e;
}
[theme=github] .hljs-section {
  color: #005cc5;
  font-weight: 700;
}
[theme=github] .hljs-bullet {
  color: #735c0f;
}
[theme=github] .hljs-emphasis {
  color: #24292e;
  font-style: italic;
}
[theme=github] .hljs-strong {
  color: #24292e;
  font-weight: 700;
}
[theme=github] .hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}
[theme=github] .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

[theme=gml] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gml] code.hljs {
  padding: 3px 5px;
}
[theme=gml] .hljs {
  background: #222;
  color: silver;
}
[theme=gml] .hljs-keyword {
  color: #ffb871;
  font-weight: 700;
}
[theme=gml] .hljs-built_in {
  color: #ffb871;
}
[theme=gml] .hljs-literal {
  color: #ff8080;
}
[theme=gml] .hljs-symbol {
  color: #58e55a;
}
[theme=gml] .hljs-comment {
  color: #5b995b;
}
[theme=gml] .hljs-string {
  color: #ff0;
}
[theme=gml] .hljs-number {
  color: #ff8080;
}
[theme=gml] .hljs-addition, [theme=gml] .hljs-attribute, [theme=gml] .hljs-bullet, [theme=gml] .hljs-code, [theme=gml] .hljs-deletion, [theme=gml] .hljs-doctag, [theme=gml] .hljs-function, [theme=gml] .hljs-link, [theme=gml] .hljs-meta, [theme=gml] .hljs-meta .hljs-keyword, [theme=gml] .hljs-name, [theme=gml] .hljs-quote, [theme=gml] .hljs-regexp, [theme=gml] .hljs-section, [theme=gml] .hljs-selector-attr, [theme=gml] .hljs-selector-class, [theme=gml] .hljs-selector-id, [theme=gml] .hljs-selector-pseudo, [theme=gml] .hljs-selector-tag, [theme=gml] .hljs-subst, [theme=gml] .hljs-template-tag, [theme=gml] .hljs-template-variable, [theme=gml] .hljs-title, [theme=gml] .hljs-type, [theme=gml] .hljs-variable {
  color: silver;
}
[theme=gml] .hljs-emphasis {
  font-style: italic;
}
[theme=gml] .hljs-strong {
  font-weight: 700;
}

[theme=googlecode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=googlecode] code.hljs {
  padding: 3px 5px;
}
[theme=googlecode] .hljs {
  background: #fff;
  color: #000;
}
[theme=googlecode] .hljs-comment, [theme=googlecode] .hljs-quote {
  color: #800;
}
[theme=googlecode] .hljs-keyword, [theme=googlecode] .hljs-name, [theme=googlecode] .hljs-section, [theme=googlecode] .hljs-selector-tag, [theme=googlecode] .hljs-title {
  color: #008;
}
[theme=googlecode] .hljs-template-variable, [theme=googlecode] .hljs-variable {
  color: #660;
}
[theme=googlecode] .hljs-regexp, [theme=googlecode] .hljs-selector-attr, [theme=googlecode] .hljs-selector-pseudo, [theme=googlecode] .hljs-string {
  color: #080;
}
[theme=googlecode] .hljs-bullet, [theme=googlecode] .hljs-link, [theme=googlecode] .hljs-literal, [theme=googlecode] .hljs-meta, [theme=googlecode] .hljs-number, [theme=googlecode] .hljs-symbol {
  color: #066;
}
[theme=googlecode] .hljs-attr, [theme=googlecode] .hljs-built_in, [theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-params, [theme=googlecode] .hljs-title, [theme=googlecode] .hljs-type {
  color: #606;
}
[theme=googlecode] .hljs-attribute, [theme=googlecode] .hljs-subst {
  color: #000;
}
[theme=googlecode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=googlecode] .hljs-selector-class, [theme=googlecode] .hljs-selector-id {
  color: #9b703f;
}
[theme=googlecode] .hljs-addition {
  background-color: #baeeba;
}
[theme=googlecode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-strong {
  font-weight: 700;
}
[theme=googlecode] .hljs-emphasis {
  font-style: italic;
}

[theme=gradient-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-dark] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-dark] .hljs {
  background-color: #652487;
  background-image: linear-gradient(160deg, #652487 0, #443ac3 35%, #0174b7 68%, #04988e 100%);
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-subtr {
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-comment, [theme=gradient-dark] .hljs-doctag, [theme=gradient-dark] .hljs-meta, [theme=gradient-dark] .hljs-quote {
  color: #af8dd9;
}
[theme=gradient-dark] .hljs-attr, [theme=gradient-dark] .hljs-regexp, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-tag, [theme=gradient-dark] .hljs-template-tag {
  color: #aefbff;
}
[theme=gradient-dark] .hljs-bullet, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-selector-class {
  color: #f19fff;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-meta .hljs-keyword, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-symbol, [theme=gradient-dark] .hljs-type {
  color: #17fc95;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-link, [theme=gradient-dark] .hljs-number {
  color: #c5fe00;
}
[theme=gradient-dark] .hljs-string {
  color: #38c0ff;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-attribute {
  color: #e7ff9f;
}
[theme=gradient-dark] .hljs-template-variable, [theme=gradient-dark] .hljs-variable {
  color: #e447ff;
}
[theme=gradient-dark] .hljs-built_in, [theme=gradient-dark] .hljs-class, [theme=gradient-dark] .hljs-formula, [theme=gradient-dark] .hljs-function, [theme=gradient-dark] .hljs-name, [theme=gradient-dark] .hljs-title {
  color: #ffc800;
}
[theme=gradient-dark] .hljs-deletion, [theme=gradient-dark] .hljs-literal, [theme=gradient-dark] .hljs-selector-pseudo {
  color: #ff9e44;
}
[theme=gradient-dark] .hljs-emphasis, [theme=gradient-dark] .hljs-quote {
  font-style: italic;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-selector-class, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-strong, [theme=gradient-dark] .hljs-template-tag {
  font-weight: 700;
}

[theme=gradient-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-light] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-light] .hljs {
  background-color: #f9ccff;
  background-image: linear-gradient(295deg, #f9ccff 0, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
  color: #250482;
}
[theme=gradient-light] .hljs-subtr {
  color: #01958b;
}
[theme=gradient-light] .hljs-comment, [theme=gradient-light] .hljs-doctag, [theme=gradient-light] .hljs-meta, [theme=gradient-light] .hljs-quote {
  color: #cb7200;
}
[theme=gradient-light] .hljs-attr, [theme=gradient-light] .hljs-regexp, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-tag, [theme=gradient-light] .hljs-template-tag {
  color: #07bd5f;
}
[theme=gradient-light] .hljs-bullet, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-selector-class {
  color: #43449f;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-meta .hljs-keyword, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-symbol, [theme=gradient-light] .hljs-type {
  color: #7d2801;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-link, [theme=gradient-light] .hljs-number {
  color: #7f0096;
}
[theme=gradient-light] .hljs-string {
  color: #2681ab;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-attribute {
  color: #296562;
}
[theme=gradient-light] .hljs-template-variable, [theme=gradient-light] .hljs-variable {
  color: #025c8f;
}
[theme=gradient-light] .hljs-built_in, [theme=gradient-light] .hljs-class, [theme=gradient-light] .hljs-formula, [theme=gradient-light] .hljs-function, [theme=gradient-light] .hljs-name, [theme=gradient-light] .hljs-title {
  color: #529117;
}
[theme=gradient-light] .hljs-deletion, [theme=gradient-light] .hljs-literal, [theme=gradient-light] .hljs-selector-pseudo {
  color: #ad13ff;
}
[theme=gradient-light] .hljs-emphasis, [theme=gradient-light] .hljs-quote {
  font-style: italic;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-selector-class, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-strong, [theme=gradient-light] .hljs-template-tag {
  font-weight: 700;
}

[theme=grayscale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=grayscale] code.hljs {
  padding: 3px 5px;
}
[theme=grayscale] .hljs {
  color: #333;
  background: #fff;
}
[theme=grayscale] .hljs-comment, [theme=grayscale] .hljs-quote {
  color: #777;
  font-style: italic;
}
[theme=grayscale] .hljs-keyword, [theme=grayscale] .hljs-selector-tag, [theme=grayscale] .hljs-subst {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-literal, [theme=grayscale] .hljs-number {
  color: #777;
}
[theme=grayscale] .hljs-doctag, [theme=grayscale] .hljs-formula, [theme=grayscale] .hljs-string {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-section, [theme=grayscale] .hljs-selector-id, [theme=grayscale] .hljs-title {
  color: #000;
  font-weight: 700;
}
[theme=grayscale] .hljs-subst {
  font-weight: 400;
}
[theme=grayscale] .hljs-class .hljs-title, [theme=grayscale] .hljs-name, [theme=grayscale] .hljs-title.class_, [theme=grayscale] .hljs-type {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-tag {
  color: #333;
}
[theme=grayscale] .hljs-regexp {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-bullet, [theme=grayscale] .hljs-link, [theme=grayscale] .hljs-symbol {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-built_in {
  color: #000;
  text-decoration: underline;
}
[theme=grayscale] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=grayscale] .hljs-deletion {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-addition {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-emphasis {
  font-style: italic;
}
[theme=grayscale] .hljs-strong {
  font-weight: 700;
}

[theme=hybrid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=hybrid] code.hljs {
  padding: 3px 5px;
}
[theme=hybrid] .hljs {
  background: #1d1f21;
  color: #c5c8c6;
}
[theme=hybrid] .hljs span::selection, [theme=hybrid] .hljs::selection {
  background: #373b41;
}
[theme=hybrid] .hljs span::-moz-selection, [theme=hybrid] .hljs::-moz-selection {
  background: #373b41;
}
[theme=hybrid] .hljs-name, [theme=hybrid] .hljs-title {
  color: #f0c674;
}
[theme=hybrid] .hljs-comment, [theme=hybrid] .hljs-meta, [theme=hybrid] .hljs-meta .hljs-keyword {
  color: #707880;
}
[theme=hybrid] .hljs-deletion, [theme=hybrid] .hljs-link, [theme=hybrid] .hljs-literal, [theme=hybrid] .hljs-number, [theme=hybrid] .hljs-symbol {
  color: #c66;
}
[theme=hybrid] .hljs-addition, [theme=hybrid] .hljs-doctag, [theme=hybrid] .hljs-regexp, [theme=hybrid] .hljs-selector-attr, [theme=hybrid] .hljs-selector-pseudo, [theme=hybrid] .hljs-string {
  color: #b5bd68;
}
[theme=hybrid] .hljs-attribute, [theme=hybrid] .hljs-code, [theme=hybrid] .hljs-selector-id {
  color: #b294bb;
}
[theme=hybrid] .hljs-bullet, [theme=hybrid] .hljs-keyword, [theme=hybrid] .hljs-selector-tag, [theme=hybrid] .hljs-tag {
  color: #81a2be;
}
[theme=hybrid] .hljs-subst, [theme=hybrid] .hljs-template-tag, [theme=hybrid] .hljs-template-variable, [theme=hybrid] .hljs-variable {
  color: #8abeb7;
}
[theme=hybrid] .hljs-built_in, [theme=hybrid] .hljs-quote, [theme=hybrid] .hljs-section, [theme=hybrid] .hljs-selector-class, [theme=hybrid] .hljs-type {
  color: #de935f;
}
[theme=hybrid] .hljs-emphasis {
  font-style: italic;
}
[theme=hybrid] .hljs-strong {
  font-weight: 700;
}

[theme=idea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=idea] code.hljs {
  padding: 3px 5px;
}
[theme=idea] .hljs {
  color: #000;
  background: #fff;
}
[theme=idea] .hljs-subst, [theme=idea] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=idea] .hljs-comment, [theme=idea] .hljs-quote {
  color: grey;
  font-style: italic;
}
[theme=idea] .hljs-meta {
  color: olive;
}
[theme=idea] .hljs-tag {
  background: #efefef;
}
[theme=idea] .hljs-keyword, [theme=idea] .hljs-literal, [theme=idea] .hljs-name, [theme=idea] .hljs-section, [theme=idea] .hljs-selector-class, [theme=idea] .hljs-selector-id, [theme=idea] .hljs-selector-tag, [theme=idea] .hljs-type {
  font-weight: 700;
  color: navy;
}
[theme=idea] .hljs-attribute, [theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 700;
  color: #00f;
}
[theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 400;
}
[theme=idea] .hljs-string {
  color: green;
  font-weight: 700;
}
[theme=idea] .hljs-bullet, [theme=idea] .hljs-formula, [theme=idea] .hljs-symbol {
  color: #000;
  background: #d0eded;
  font-style: italic;
}
[theme=idea] .hljs-doctag {
  text-decoration: underline;
}
[theme=idea] .hljs-template-variable, [theme=idea] .hljs-variable {
  color: #660e7a;
}
[theme=idea] .hljs-addition {
  background: #baeeba;
}
[theme=idea] .hljs-deletion {
  background: #ffc8bd;
}
[theme=idea] .hljs-emphasis {
  font-style: italic;
}
[theme=idea] .hljs-strong {
  font-weight: 700;
}

[theme=intellij-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=intellij-light] code.hljs {
  padding: 3px 5px;
}
[theme=intellij-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=intellij-light] .hljs-subst, [theme=intellij-light] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=intellij-light] .hljs-title.function_ {
  color: #7a7a43;
}
[theme=intellij-light] .hljs-code, [theme=intellij-light] .hljs-comment, [theme=intellij-light] .hljs-quote {
  color: #8c8c8c;
  font-style: italic;
}
[theme=intellij-light] .hljs-meta {
  color: #9e880d;
}
[theme=intellij-light] .hljs-section {
  color: #871094;
}
[theme=intellij-light] .hljs-built_in, [theme=intellij-light] .hljs-keyword, [theme=intellij-light] .hljs-literal, [theme=intellij-light] .hljs-meta .hljs-keyword, [theme=intellij-light] .hljs-name, [theme=intellij-light] .hljs-selector-attr, [theme=intellij-light] .hljs-selector-class, [theme=intellij-light] .hljs-selector-id, [theme=intellij-light] .hljs-selector-pseudo, [theme=intellij-light] .hljs-selector-tag, [theme=intellij-light] .hljs-symbol, [theme=intellij-light] .hljs-template-tag, [theme=intellij-light] .hljs-type, [theme=intellij-light] .hljs-variable.language_ {
  color: #0033b3;
}
[theme=intellij-light] .hljs-attr, [theme=intellij-light] .hljs-property {
  color: #871094;
}
[theme=intellij-light] .hljs-attribute {
  color: #174ad4;
}
[theme=intellij-light] .hljs-number {
  color: #1750eb;
}
[theme=intellij-light] .hljs-regexp {
  color: #264eff;
}
[theme=intellij-light] .hljs-link {
  text-decoration: underline;
  color: #006dcc;
}
[theme=intellij-light] .hljs-meta .hljs-string, [theme=intellij-light] .hljs-string {
  color: #067d17;
}
[theme=intellij-light] .hljs-char.escape_ {
  color: #0037a6;
}
[theme=intellij-light] .hljs-doctag {
  text-decoration: underline;
}
[theme=intellij-light] .hljs-template-variable {
  color: #248f8f;
}
[theme=intellij-light] .hljs-addition {
  background: #bee6be;
}
[theme=intellij-light] .hljs-deletion {
  background: #d6d6d6;
}
[theme=intellij-light] .hljs-emphasis {
  font-style: italic;
}
[theme=intellij-light] .hljs-strong {
  font-weight: 700;
}

[theme=ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=ir-black] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=ir-black] .hljs-comment, [theme=ir-black] .hljs-meta, [theme=ir-black] .hljs-quote {
  color: #7c7c7c;
}
[theme=ir-black] .hljs-keyword, [theme=ir-black] .hljs-name, [theme=ir-black] .hljs-selector-tag, [theme=ir-black] .hljs-tag {
  color: #96cbfe;
}
[theme=ir-black] .hljs-attribute, [theme=ir-black] .hljs-selector-id {
  color: #ffffb6;
}
[theme=ir-black] .hljs-addition, [theme=ir-black] .hljs-selector-attr, [theme=ir-black] .hljs-selector-pseudo, [theme=ir-black] .hljs-string {
  color: #a8ff60;
}
[theme=ir-black] .hljs-subst {
  color: #daefa3;
}
[theme=ir-black] .hljs-link, [theme=ir-black] .hljs-regexp {
  color: #e9c062;
}
[theme=ir-black] .hljs-doctag, [theme=ir-black] .hljs-section, [theme=ir-black] .hljs-title, [theme=ir-black] .hljs-type {
  color: #ffffb6;
}
[theme=ir-black] .hljs-bullet, [theme=ir-black] .hljs-literal, [theme=ir-black] .hljs-symbol, [theme=ir-black] .hljs-template-variable, [theme=ir-black] .hljs-variable {
  color: #c6c5fe;
}
[theme=ir-black] .hljs-deletion, [theme=ir-black] .hljs-number {
  color: #ff73fd;
}
[theme=ir-black] .hljs-emphasis {
  font-style: italic;
}
[theme=ir-black] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-dark] .hljs {
  background: #404040;
}
[theme=isbl-editor-dark] .hljs, [theme=isbl-editor-dark] .hljs-subst {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-comment {
  color: #b5b5b5;
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-attribute, [theme=isbl-editor-dark] .hljs-doctag, [theme=isbl-editor-dark] .hljs-keyword, [theme=isbl-editor-dark] .hljs-meta .hljs-keyword, [theme=isbl-editor-dark] .hljs-name, [theme=isbl-editor-dark] .hljs-selector-tag {
  color: #f0f0f0;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-string {
  color: #97bf0d;
}
[theme=isbl-editor-dark] .hljs-deletion, [theme=isbl-editor-dark] .hljs-number, [theme=isbl-editor-dark] .hljs-quote, [theme=isbl-editor-dark] .hljs-selector-class, [theme=isbl-editor-dark] .hljs-selector-id, [theme=isbl-editor-dark] .hljs-template-tag, [theme=isbl-editor-dark] .hljs-type {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-link, [theme=isbl-editor-dark] .hljs-regexp, [theme=isbl-editor-dark] .hljs-selector-attr, [theme=isbl-editor-dark] .hljs-selector-pseudo, [theme=isbl-editor-dark] .hljs-symbol, [theme=isbl-editor-dark] .hljs-template-variable, [theme=isbl-editor-dark] .hljs-variable {
  color: #e2c696;
}
[theme=isbl-editor-dark] .hljs-built_in, [theme=isbl-editor-dark] .hljs-literal {
  color: #97bf0d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-addition, [theme=isbl-editor-dark] .hljs-bullet, [theme=isbl-editor-dark] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-dark] .hljs-class {
  color: #ce9d4d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-section, [theme=isbl-editor-dark] .hljs-title {
  color: #df471e;
}
[theme=isbl-editor-dark] .hljs-title > .hljs-built_in {
  color: #81bce9;
  font-weight: 400;
}
[theme=isbl-editor-dark] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-dark] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-light] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=isbl-editor-light] .hljs-subst {
  color: #000;
}
[theme=isbl-editor-light] .hljs-comment {
  color: #555;
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-attribute, [theme=isbl-editor-light] .hljs-doctag, [theme=isbl-editor-light] .hljs-keyword, [theme=isbl-editor-light] .hljs-meta .hljs-keyword, [theme=isbl-editor-light] .hljs-name, [theme=isbl-editor-light] .hljs-selector-tag {
  color: #000;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-string {
  color: navy;
}
[theme=isbl-editor-light] .hljs-deletion, [theme=isbl-editor-light] .hljs-number, [theme=isbl-editor-light] .hljs-quote, [theme=isbl-editor-light] .hljs-selector-class, [theme=isbl-editor-light] .hljs-selector-id, [theme=isbl-editor-light] .hljs-template-tag, [theme=isbl-editor-light] .hljs-type {
  color: #000;
}
[theme=isbl-editor-light] .hljs-link, [theme=isbl-editor-light] .hljs-regexp, [theme=isbl-editor-light] .hljs-selector-attr, [theme=isbl-editor-light] .hljs-selector-pseudo, [theme=isbl-editor-light] .hljs-symbol, [theme=isbl-editor-light] .hljs-template-variable, [theme=isbl-editor-light] .hljs-variable {
  color: #5e1700;
}
[theme=isbl-editor-light] .hljs-built_in, [theme=isbl-editor-light] .hljs-literal {
  color: navy;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-addition, [theme=isbl-editor-light] .hljs-bullet, [theme=isbl-editor-light] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-light] .hljs-class {
  color: #6f1c00;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-section, [theme=isbl-editor-light] .hljs-title {
  color: #fb2c00;
}
[theme=isbl-editor-light] .hljs-title > .hljs-built_in {
  color: teal;
  font-weight: 400;
}
[theme=isbl-editor-light] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-light] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-light] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-dark] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-dark] .hljs {
  background: #221a0f;
  color: #d3af86;
}
[theme=kimbie-dark] .hljs-comment, [theme=kimbie-dark] .hljs-quote {
  color: #d6baad;
}
[theme=kimbie-dark] .hljs-meta, [theme=kimbie-dark] .hljs-name, [theme=kimbie-dark] .hljs-regexp, [theme=kimbie-dark] .hljs-selector-class, [theme=kimbie-dark] .hljs-selector-id, [theme=kimbie-dark] .hljs-tag, [theme=kimbie-dark] .hljs-template-variable, [theme=kimbie-dark] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-dark] .hljs-built_in, [theme=kimbie-dark] .hljs-deletion, [theme=kimbie-dark] .hljs-link, [theme=kimbie-dark] .hljs-literal, [theme=kimbie-dark] .hljs-number, [theme=kimbie-dark] .hljs-params, [theme=kimbie-dark] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-dark] .hljs-addition, [theme=kimbie-dark] .hljs-bullet, [theme=kimbie-dark] .hljs-string, [theme=kimbie-dark] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-dark] .hljs-function, [theme=kimbie-dark] .hljs-keyword, [theme=kimbie-dark] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-dark] .hljs-attribute, [theme=kimbie-dark] .hljs-section, [theme=kimbie-dark] .hljs-title {
  color: #f06431;
}
[theme=kimbie-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-dark] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-light] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-light] .hljs {
  background: #fbebd4;
  color: #84613d;
}
[theme=kimbie-light] .hljs-comment, [theme=kimbie-light] .hljs-quote {
  color: #a57a4c;
}
[theme=kimbie-light] .hljs-meta, [theme=kimbie-light] .hljs-name, [theme=kimbie-light] .hljs-regexp, [theme=kimbie-light] .hljs-selector-class, [theme=kimbie-light] .hljs-selector-id, [theme=kimbie-light] .hljs-tag, [theme=kimbie-light] .hljs-template-variable, [theme=kimbie-light] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-light] .hljs-built_in, [theme=kimbie-light] .hljs-deletion, [theme=kimbie-light] .hljs-link, [theme=kimbie-light] .hljs-literal, [theme=kimbie-light] .hljs-number, [theme=kimbie-light] .hljs-params, [theme=kimbie-light] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-light] .hljs-addition, [theme=kimbie-light] .hljs-bullet, [theme=kimbie-light] .hljs-string, [theme=kimbie-light] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-light] .hljs-function, [theme=kimbie-light] .hljs-keyword, [theme=kimbie-light] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-light] .hljs-attribute, [theme=kimbie-light] .hljs-section, [theme=kimbie-light] .hljs-title {
  color: #f06431;
}
[theme=kimbie-light] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-light] .hljs-strong {
  font-weight: 700;
}

[theme=lightfair] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lightfair] code.hljs {
  padding: 3px 5px;
}
[theme=lightfair] .hljs {
  color: #444;
  background: #fff;
}
[theme=lightfair] .hljs-name {
  color: #01a3a3;
}
[theme=lightfair] .hljs-meta, [theme=lightfair] .hljs-tag {
  color: #789;
}
[theme=lightfair] .hljs-comment {
  color: #888;
}
[theme=lightfair] .hljs-attribute, [theme=lightfair] .hljs-doctag, [theme=lightfair] .hljs-keyword, [theme=lightfair] .hljs-meta .hljs-keyword, [theme=lightfair] .hljs-name, [theme=lightfair] .hljs-selector-tag {
  font-weight: 700;
}
[theme=lightfair] .hljs-deletion, [theme=lightfair] .hljs-number, [theme=lightfair] .hljs-quote, [theme=lightfair] .hljs-selector-class, [theme=lightfair] .hljs-selector-id, [theme=lightfair] .hljs-string, [theme=lightfair] .hljs-template-tag, [theme=lightfair] .hljs-type {
  color: #4286f4;
}
[theme=lightfair] .hljs-section, [theme=lightfair] .hljs-title {
  color: #4286f4;
  font-weight: 700;
}
[theme=lightfair] .hljs-link, [theme=lightfair] .hljs-regexp, [theme=lightfair] .hljs-selector-attr, [theme=lightfair] .hljs-selector-pseudo, [theme=lightfair] .hljs-symbol, [theme=lightfair] .hljs-template-variable, [theme=lightfair] .hljs-variable {
  color: #bc6060;
}
[theme=lightfair] .hljs-literal {
  color: #62bcbc;
}
[theme=lightfair] .hljs-addition, [theme=lightfair] .hljs-built_in, [theme=lightfair] .hljs-bullet, [theme=lightfair] .hljs-code {
  color: #25c6c6;
}
[theme=lightfair] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=lightfair] .hljs-emphasis {
  font-style: italic;
}
[theme=lightfair] .hljs-strong {
  font-weight: 700;
}

[theme=lioshi] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lioshi] code.hljs {
  padding: 3px 5px;
}
[theme=lioshi] .hljs {
  background: #303030;
  color: #c5c8c6;
}
[theme=lioshi] .hljs-comment {
  color: #8d8d8d;
}
[theme=lioshi] .hljs-quote {
  color: #b3c7d8;
}
[theme=lioshi] .hljs-deletion, [theme=lioshi] .hljs-name, [theme=lioshi] .hljs-regexp, [theme=lioshi] .hljs-selector-class, [theme=lioshi] .hljs-selector-id, [theme=lioshi] .hljs-tag, [theme=lioshi] .hljs-template-variable, [theme=lioshi] .hljs-variable {
  color: #c66;
}
[theme=lioshi] .hljs-built_in, [theme=lioshi] .hljs-literal, [theme=lioshi] .hljs-number, [theme=lioshi] .hljs-subst .hljs-link, [theme=lioshi] .hljs-type {
  color: #de935f;
}
[theme=lioshi] .hljs-attribute {
  color: #f0c674;
}
[theme=lioshi] .hljs-addition, [theme=lioshi] .hljs-bullet, [theme=lioshi] .hljs-params, [theme=lioshi] .hljs-string {
  color: #b5bd68;
}
[theme=lioshi] .hljs-class, [theme=lioshi] .hljs-function, [theme=lioshi] .hljs-keyword, [theme=lioshi] .hljs-selector-tag {
  color: #be94bb;
}
[theme=lioshi] .hljs-meta, [theme=lioshi] .hljs-section, [theme=lioshi] .hljs-title {
  color: #81a2be;
}
[theme=lioshi] .hljs-symbol {
  color: #dbc4d9;
}
[theme=lioshi] .hljs-emphasis {
  font-style: italic;
}
[theme=lioshi] .hljs-strong {
  font-weight: 700;
}

[theme=magula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=magula] code.hljs {
  padding: 3px 5px;
}
[theme=magula] .hljs {
  background-color: #f4f4f4;
  color: #000;
}
[theme=magula] .hljs-subst {
  color: #000;
}
[theme=magula] .hljs-addition, [theme=magula] .hljs-attribute, [theme=magula] .hljs-bullet, [theme=magula] .hljs-string, [theme=magula] .hljs-symbol, [theme=magula] .hljs-template-tag, [theme=magula] .hljs-template-variable, [theme=magula] .hljs-title, [theme=magula] .hljs-variable {
  color: #050;
}
[theme=magula] .hljs-comment, [theme=magula] .hljs-quote {
  color: #777;
}
[theme=magula] .hljs-link, [theme=magula] .hljs-literal, [theme=magula] .hljs-number, [theme=magula] .hljs-regexp, [theme=magula] .hljs-type {
  color: #800;
}
[theme=magula] .hljs-deletion, [theme=magula] .hljs-meta {
  color: #00e;
}
[theme=magula] .hljs-built_in, [theme=magula] .hljs-doctag, [theme=magula] .hljs-keyword, [theme=magula] .hljs-name, [theme=magula] .hljs-section, [theme=magula] .hljs-selector-tag, [theme=magula] .hljs-tag, [theme=magula] .hljs-title {
  font-weight: 700;
  color: navy;
}
[theme=magula] .hljs-emphasis {
  font-style: italic;
}
[theme=magula] .hljs-strong {
  font-weight: 700;
}

[theme=mono-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=mono-blue] code.hljs {
  padding: 3px 5px;
}
[theme=mono-blue] .hljs {
  background: #eaeef3;
  color: #00193a;
}
[theme=mono-blue] .hljs-doctag, [theme=mono-blue] .hljs-keyword, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-tag, [theme=mono-blue] .hljs-strong, [theme=mono-blue] .hljs-title {
  font-weight: 700;
}
[theme=mono-blue] .hljs-comment {
  color: #738191;
}
[theme=mono-blue] .hljs-addition, [theme=mono-blue] .hljs-built_in, [theme=mono-blue] .hljs-literal, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-quote, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-class, [theme=mono-blue] .hljs-selector-id, [theme=mono-blue] .hljs-string, [theme=mono-blue] .hljs-tag, [theme=mono-blue] .hljs-title, [theme=mono-blue] .hljs-type {
  color: #0048ab;
}
[theme=mono-blue] .hljs-attribute, [theme=mono-blue] .hljs-bullet, [theme=mono-blue] .hljs-deletion, [theme=mono-blue] .hljs-link, [theme=mono-blue] .hljs-meta, [theme=mono-blue] .hljs-regexp, [theme=mono-blue] .hljs-subst, [theme=mono-blue] .hljs-symbol, [theme=mono-blue] .hljs-template-variable, [theme=mono-blue] .hljs-variable {
  color: #4c81c9;
}
[theme=mono-blue] .hljs-emphasis {
  font-style: italic;
}

[theme=monokai-sublime] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai-sublime] code.hljs {
  padding: 3px 5px;
}
[theme=monokai-sublime] .hljs {
  background: #23241f;
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-subst, [theme=monokai-sublime] .hljs-tag {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-emphasis, [theme=monokai-sublime] .hljs-strong {
  color: #a8a8a2;
}
[theme=monokai-sublime] .hljs-bullet, [theme=monokai-sublime] .hljs-link, [theme=monokai-sublime] .hljs-literal, [theme=monokai-sublime] .hljs-number, [theme=monokai-sublime] .hljs-quote, [theme=monokai-sublime] .hljs-regexp {
  color: #ae81ff;
}
[theme=monokai-sublime] .hljs-code, [theme=monokai-sublime] .hljs-section, [theme=monokai-sublime] .hljs-selector-class, [theme=monokai-sublime] .hljs-title {
  color: #a6e22e;
}
[theme=monokai-sublime] .hljs-strong {
  font-weight: 700;
}
[theme=monokai-sublime] .hljs-emphasis {
  font-style: italic;
}
[theme=monokai-sublime] .hljs-attr, [theme=monokai-sublime] .hljs-keyword, [theme=monokai-sublime] .hljs-name, [theme=monokai-sublime] .hljs-selector-tag {
  color: #f92672;
}
[theme=monokai-sublime] .hljs-attribute, [theme=monokai-sublime] .hljs-symbol {
  color: #66d9ef;
}
[theme=monokai-sublime] .hljs-class .hljs-title, [theme=monokai-sublime] .hljs-params, [theme=monokai-sublime] .hljs-title.class_ {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-addition, [theme=monokai-sublime] .hljs-built_in, [theme=monokai-sublime] .hljs-selector-attr, [theme=monokai-sublime] .hljs-selector-id, [theme=monokai-sublime] .hljs-selector-pseudo, [theme=monokai-sublime] .hljs-string, [theme=monokai-sublime] .hljs-template-variable, [theme=monokai-sublime] .hljs-type, [theme=monokai-sublime] .hljs-variable {
  color: #e6db74;
}
[theme=monokai-sublime] .hljs-comment, [theme=monokai-sublime] .hljs-deletion, [theme=monokai-sublime] .hljs-meta {
  color: #75715e;
}

[theme=monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai] code.hljs {
  padding: 3px 5px;
}
[theme=monokai] .hljs {
  background: #272822;
  color: #ddd;
}
[theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-name, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-strong, [theme=monokai] .hljs-tag {
  color: #f92672;
}
[theme=monokai] .hljs-code {
  color: #66d9ef;
}
[theme=monokai] .hljs-attribute, [theme=monokai] .hljs-link, [theme=monokai] .hljs-regexp, [theme=monokai] .hljs-symbol {
  color: #bf79db;
}
[theme=monokai] .hljs-addition, [theme=monokai] .hljs-built_in, [theme=monokai] .hljs-bullet, [theme=monokai] .hljs-emphasis, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-attr, [theme=monokai] .hljs-selector-pseudo, [theme=monokai] .hljs-string, [theme=monokai] .hljs-subst, [theme=monokai] .hljs-template-tag, [theme=monokai] .hljs-template-variable, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type, [theme=monokai] .hljs-variable {
  color: #a6e22e;
}
[theme=monokai] .hljs-class .hljs-title, [theme=monokai] .hljs-title.class_ {
  color: #fff;
}
[theme=monokai] .hljs-comment, [theme=monokai] .hljs-deletion, [theme=monokai] .hljs-meta, [theme=monokai] .hljs-quote {
  color: #75715e;
}
[theme=monokai] .hljs-doctag, [theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-id, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type {
  font-weight: 700;
}

[theme=night-owl] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=night-owl] code.hljs {
  padding: 3px 5px;
}
[theme=night-owl] .hljs {
  background: #011627;
  color: #d6deeb;
}
[theme=night-owl] .hljs-keyword {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-built_in {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-type {
  color: #82aaff;
}
[theme=night-owl] .hljs-literal {
  color: #ff5874;
}
[theme=night-owl] .hljs-number {
  color: #f78c6c;
}
[theme=night-owl] .hljs-regexp {
  color: #5ca7e4;
}
[theme=night-owl] .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-subst {
  color: #d3423e;
}
[theme=night-owl] .hljs-symbol {
  color: #82aaff;
}
[theme=night-owl] .hljs-class {
  color: #ffcb8b;
}
[theme=night-owl] .hljs-function {
  color: #82aaff;
}
[theme=night-owl] .hljs-title {
  color: #dcdcaa;
  font-style: italic;
}
[theme=night-owl] .hljs-params {
  color: #7fdbca;
}
[theme=night-owl] .hljs-comment {
  color: #637777;
  font-style: italic;
}
[theme=night-owl] .hljs-doctag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-meta, [theme=night-owl] .hljs-meta .hljs-keyword {
  color: #82aaff;
}
[theme=night-owl] .hljs-meta .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-section {
  color: #82b1ff;
}
[theme=night-owl] .hljs-attr, [theme=night-owl] .hljs-name, [theme=night-owl] .hljs-tag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-attribute {
  color: #80cbc4;
}
[theme=night-owl] .hljs-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-bullet {
  color: #d9f5dd;
}
[theme=night-owl] .hljs-code {
  color: #80cbc4;
}
[theme=night-owl] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-strong {
  color: #addb67;
  font-weight: 700;
}
[theme=night-owl] .hljs-formula {
  color: #c792ea;
}
[theme=night-owl] .hljs-link {
  color: #ff869a;
}
[theme=night-owl] .hljs-quote {
  color: #697098;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-tag {
  color: #ff6363;
}
[theme=night-owl] .hljs-selector-id {
  color: #fad430;
}
[theme=night-owl] .hljs-selector-class {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-attr, [theme=night-owl] .hljs-selector-pseudo {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-template-tag {
  color: #c792ea;
}
[theme=night-owl] .hljs-template-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-addition {
  color: #addb67ff;
  font-style: italic;
}
[theme=night-owl] .hljs-deletion {
  color: #ef535090;
  font-style: italic;
}

[theme=nnfx-dark] {
  /*!
    Theme: nnfx dark
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-dark] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-dark] .hljs {
  background: #333;
  color: #fff;
}
[theme=nnfx-dark] .language-xml .hljs-meta, [theme=nnfx-dark] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #69f;
}
[theme=nnfx-dark] .hljs-comment, [theme=nnfx-dark] .hljs-quote {
  font-style: italic;
  color: #9c6;
}
[theme=nnfx-dark] .hljs-built_in, [theme=nnfx-dark] .hljs-keyword, [theme=nnfx-dark] .hljs-name {
  color: #a7a;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-dark] .hljs-code, [theme=nnfx-dark] .hljs-link, [theme=nnfx-dark] .hljs-meta .hljs-string, [theme=nnfx-dark] .hljs-number, [theme=nnfx-dark] .hljs-regexp, [theme=nnfx-dark] .hljs-string {
  color: #bce;
}
[theme=nnfx-dark] .hljs-bullet, [theme=nnfx-dark] .hljs-symbol, [theme=nnfx-dark] .hljs-template-variable, [theme=nnfx-dark] .hljs-title, [theme=nnfx-dark] .hljs-variable {
  color: #d40;
}
[theme=nnfx-dark] .hljs-class .hljs-title, [theme=nnfx-dark] .hljs-title.class_, [theme=nnfx-dark] .hljs-type {
  font-weight: 700;
  color: #96c;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-function .hljs-title, [theme=nnfx-dark] .hljs-subst, [theme=nnfx-dark] .hljs-tag, [theme=nnfx-dark] .hljs-title.function_ {
  color: #fff;
}
[theme=nnfx-dark] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-dark] .hljs-addition {
  background-color: #797;
}
[theme=nnfx-dark] .hljs-deletion {
  background-color: #c99;
}
[theme=nnfx-dark] .hljs-meta {
  color: #69f;
}
[theme=nnfx-dark] .hljs-section, [theme=nnfx-dark] .hljs-selector-class, [theme=nnfx-dark] .hljs-selector-id, [theme=nnfx-dark] .hljs-selector-pseudo, [theme=nnfx-dark] .hljs-selector-tag {
  font-weight: 700;
  color: #69f;
}
[theme=nnfx-dark] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-dark] .hljs-doctag, [theme=nnfx-dark] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-emphasis {
  font-style: italic;
}

[theme=nnfx-light] {
  /*!
    Theme: nnfx light
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-light] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=nnfx-light] .language-xml .hljs-meta, [theme=nnfx-light] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #48b;
}
[theme=nnfx-light] .hljs-comment, [theme=nnfx-light] .hljs-quote {
  font-style: italic;
  color: #070;
}
[theme=nnfx-light] .hljs-built_in, [theme=nnfx-light] .hljs-keyword, [theme=nnfx-light] .hljs-name {
  color: #808;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-light] .hljs-code, [theme=nnfx-light] .hljs-link, [theme=nnfx-light] .hljs-meta .hljs-string, [theme=nnfx-light] .hljs-number, [theme=nnfx-light] .hljs-regexp, [theme=nnfx-light] .hljs-string {
  color: #00f;
}
[theme=nnfx-light] .hljs-bullet, [theme=nnfx-light] .hljs-symbol, [theme=nnfx-light] .hljs-template-variable, [theme=nnfx-light] .hljs-title, [theme=nnfx-light] .hljs-variable {
  color: #f40;
}
[theme=nnfx-light] .hljs-class .hljs-title, [theme=nnfx-light] .hljs-title.class_, [theme=nnfx-light] .hljs-type {
  font-weight: 700;
  color: #639;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-function .hljs-title, [theme=nnfx-light] .hljs-subst, [theme=nnfx-light] .hljs-tag, [theme=nnfx-light] .hljs-title.function_ {
  color: #000;
}
[theme=nnfx-light] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-light] .hljs-addition {
  background-color: #beb;
}
[theme=nnfx-light] .hljs-deletion {
  background-color: #fbb;
}
[theme=nnfx-light] .hljs-meta {
  color: #269;
}
[theme=nnfx-light] .hljs-section, [theme=nnfx-light] .hljs-selector-class, [theme=nnfx-light] .hljs-selector-id, [theme=nnfx-light] .hljs-selector-pseudo, [theme=nnfx-light] .hljs-selector-tag {
  font-weight: 700;
  color: #48b;
}
[theme=nnfx-light] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-light] .hljs-doctag, [theme=nnfx-light] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-emphasis {
  font-style: italic;
}

[theme=nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nord] code.hljs {
  padding: 3px 5px;
}
[theme=nord] .hljs {
  background: #2e3440;
}
[theme=nord] .hljs, [theme=nord] .hljs-subst {
  color: #d8dee9;
}
[theme=nord] .hljs-selector-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-selector-id {
  color: #8fbcbb;
  font-weight: 700;
}
[theme=nord] .hljs-selector-attr, [theme=nord] .hljs-selector-class {
  color: #8fbcbb;
}
[theme=nord] .hljs-property, [theme=nord] .hljs-selector-pseudo {
  color: #88c0d0;
}
[theme=nord] .hljs-addition {
  background-color: rgba(163, 190, 140, 0.5);
}
[theme=nord] .hljs-deletion {
  background-color: rgba(191, 97, 106, 0.5);
}
[theme=nord] .hljs-built_in, [theme=nord] .hljs-class, [theme=nord] .hljs-type {
  color: #8fbcbb;
}
[theme=nord] .hljs-function, [theme=nord] .hljs-function > .hljs-title, [theme=nord] .hljs-title.hljs-function {
  color: #88c0d0;
}
[theme=nord] .hljs-keyword, [theme=nord] .hljs-literal, [theme=nord] .hljs-symbol {
  color: #81a1c1;
}
[theme=nord] .hljs-number {
  color: #b48ead;
}
[theme=nord] .hljs-regexp {
  color: #ebcb8b;
}
[theme=nord] .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-title {
  color: #8fbcbb;
}
[theme=nord] .hljs-params {
  color: #d8dee9;
}
[theme=nord] .hljs-bullet {
  color: #81a1c1;
}
[theme=nord] .hljs-code {
  color: #8fbcbb;
}
[theme=nord] .hljs-emphasis {
  font-style: italic;
}
[theme=nord] .hljs-formula {
  color: #8fbcbb;
}
[theme=nord] .hljs-strong {
  font-weight: 700;
}
[theme=nord] .hljs-link:hover {
  text-decoration: underline;
}
[theme=nord] .hljs-comment, [theme=nord] .hljs-quote {
  color: #4c566a;
}
[theme=nord] .hljs-doctag {
  color: #8fbcbb;
}
[theme=nord] .hljs-meta, [theme=nord] .hljs-meta .hljs-keyword {
  color: #5e81ac;
}
[theme=nord] .hljs-meta .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-attr {
  color: #8fbcbb;
}
[theme=nord] .hljs-attribute {
  color: #d8dee9;
}
[theme=nord] .hljs-name {
  color: #81a1c1;
}
[theme=nord] .hljs-section {
  color: #88c0d0;
}
[theme=nord] .hljs-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-template-variable, [theme=nord] .hljs-variable {
  color: #d8dee9;
}
[theme=nord] .hljs-template-tag {
  color: #5e81ac;
}
[theme=nord] .language-abnf .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-abnf .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-apache .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-apache .hljs-section {
  color: #81a1c1;
}
[theme=nord] .language-arduino .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-aspectj .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-aspectj > .hljs-title {
  color: #88c0d0;
}
[theme=nord] .language-bnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-clojure .hljs-name {
  color: #88c0d0;
}
[theme=nord] .language-clojure .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-coq .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-cpp .hljs-meta .hljs-string {
  color: #8fbcbb;
}
[theme=nord] .language-css .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-css .hljs-keyword {
  color: #d08770;
}
[theme=nord] .language-diff .hljs-meta, [theme=nord] .language-ebnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-glsl .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-groovy .hljs-meta:not(:first-child), [theme=nord] .language-haxe .hljs-meta, [theme=nord] .language-java .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-ldif .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-lisp .hljs-name, [theme=nord] .language-lua .hljs-built_in, [theme=nord] .language-moonscript .hljs-built_in, [theme=nord] .language-nginx .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-nginx .hljs-section {
  color: #5e81ac;
}
[theme=nord] .language-pf .hljs-built_in, [theme=nord] .language-processing .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-scss .hljs-keyword, [theme=nord] .language-stylus .hljs-keyword {
  color: #81a1c1;
}
[theme=nord] .language-swift .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-vim .hljs-built_in {
  color: #88c0d0;
  font-style: italic;
}
[theme=nord] .language-yaml .hljs-meta {
  color: #d08770;
}

[theme=obsidian] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=obsidian] code.hljs {
  padding: 3px 5px;
}
[theme=obsidian] .hljs {
  color: #e0e2e4;
  background: #282b2e;
}
[theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-selector-id, [theme=obsidian] .hljs-selector-tag {
  color: #93c763;
}
[theme=obsidian] .hljs-number {
  color: #ffcd22;
}
[theme=obsidian] .hljs-attribute {
  color: #668bb0;
}
[theme=obsidian] .hljs-link, [theme=obsidian] .hljs-regexp {
  color: #d39745;
}
[theme=obsidian] .hljs-meta {
  color: #557182;
}
[theme=obsidian] .hljs-addition, [theme=obsidian] .hljs-built_in, [theme=obsidian] .hljs-bullet, [theme=obsidian] .hljs-emphasis, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-selector-attr, [theme=obsidian] .hljs-selector-pseudo, [theme=obsidian] .hljs-subst, [theme=obsidian] .hljs-tag, [theme=obsidian] .hljs-template-tag, [theme=obsidian] .hljs-template-variable, [theme=obsidian] .hljs-type, [theme=obsidian] .hljs-variable {
  color: #8cbbad;
}
[theme=obsidian] .hljs-string, [theme=obsidian] .hljs-symbol {
  color: #ec7600;
}
[theme=obsidian] .hljs-comment, [theme=obsidian] .hljs-deletion, [theme=obsidian] .hljs-quote {
  color: #818e96;
}
[theme=obsidian] .hljs-selector-class {
  color: #a082bd;
}
[theme=obsidian] .hljs-doctag, [theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-selector-tag, [theme=obsidian] .hljs-strong, [theme=obsidian] .hljs-title, [theme=obsidian] .hljs-type {
  font-weight: 700;
}
[theme=obsidian] .hljs-class .hljs-title, [theme=obsidian] .hljs-code, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-title.class_ {
  color: #fff;
}

[theme=panda-syntax-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-dark] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-dark] .hljs {
  color: #e6e6e6;
  background: #2a2c2d;
}
[theme=panda-syntax-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-dark] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-dark] .hljs-comment, [theme=panda-syntax-dark] .hljs-quote {
  color: #bbb;
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-params {
  color: #bbb;
}
[theme=panda-syntax-dark] .hljs-attr, [theme=panda-syntax-dark] .hljs-punctuation {
  color: #e6e6e6;
}
[theme=panda-syntax-dark] .hljs-meta, [theme=panda-syntax-dark] .hljs-name, [theme=panda-syntax-dark] .hljs-selector-tag {
  color: #ff4b82;
}
[theme=panda-syntax-dark] .hljs-char.escape_, [theme=panda-syntax-dark] .hljs-operator {
  color: #b084eb;
}
[theme=panda-syntax-dark] .hljs-deletion, [theme=panda-syntax-dark] .hljs-keyword {
  color: #ff75b5;
}
[theme=panda-syntax-dark] .hljs-regexp, [theme=panda-syntax-dark] .hljs-selector-attr, [theme=panda-syntax-dark] .hljs-selector-pseudo, [theme=panda-syntax-dark] .hljs-variable.language_ {
  color: #ff9ac1;
}
[theme=panda-syntax-dark] .hljs-code, [theme=panda-syntax-dark] .hljs-formula, [theme=panda-syntax-dark] .hljs-property, [theme=panda-syntax-dark] .hljs-section, [theme=panda-syntax-dark] .hljs-subst, [theme=panda-syntax-dark] .hljs-title.function_ {
  color: #45a9f9;
}
[theme=panda-syntax-dark] .hljs-addition, [theme=panda-syntax-dark] .hljs-bullet, [theme=panda-syntax-dark] .hljs-meta .hljs-string, [theme=panda-syntax-dark] .hljs-selector-class, [theme=panda-syntax-dark] .hljs-string, [theme=panda-syntax-dark] .hljs-symbol, [theme=panda-syntax-dark] .hljs-title.class_, [theme=panda-syntax-dark] .hljs-title.class_.inherited__ {
  color: #19f9d8;
}
[theme=panda-syntax-dark] .hljs-attribute, [theme=panda-syntax-dark] .hljs-built_in, [theme=panda-syntax-dark] .hljs-doctag, [theme=panda-syntax-dark] .hljs-link, [theme=panda-syntax-dark] .hljs-literal, [theme=panda-syntax-dark] .hljs-meta .hljs-keyword, [theme=panda-syntax-dark] .hljs-number, [theme=panda-syntax-dark] .hljs-punctuation, [theme=panda-syntax-dark] .hljs-selector-id, [theme=panda-syntax-dark] .hljs-tag, [theme=panda-syntax-dark] .hljs-template-tag, [theme=panda-syntax-dark] .hljs-template-variable, [theme=panda-syntax-dark] .hljs-title, [theme=panda-syntax-dark] .hljs-type, [theme=panda-syntax-dark] .hljs-variable {
  color: #ffb86c;
}

[theme=panda-syntax-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-light] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-light] .hljs {
  color: #2a2c2d;
  background: #e6e6e6;
}
[theme=panda-syntax-light] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-light] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-light] .hljs-comment, [theme=panda-syntax-light] .hljs-quote {
  color: #676b79;
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-params {
  color: #676b79;
}
[theme=panda-syntax-light] .hljs-attr, [theme=panda-syntax-light] .hljs-punctuation {
  color: #2a2c2d;
}
[theme=panda-syntax-light] .hljs-char.escape_, [theme=panda-syntax-light] .hljs-meta, [theme=panda-syntax-light] .hljs-name, [theme=panda-syntax-light] .hljs-operator, [theme=panda-syntax-light] .hljs-selector-tag {
  color: #c56200;
}
[theme=panda-syntax-light] .hljs-deletion, [theme=panda-syntax-light] .hljs-keyword {
  color: #d92792;
}
[theme=panda-syntax-light] .hljs-regexp, [theme=panda-syntax-light] .hljs-selector-attr, [theme=panda-syntax-light] .hljs-selector-pseudo, [theme=panda-syntax-light] .hljs-variable.language_ {
  color: #cc5e91;
}
[theme=panda-syntax-light] .hljs-code, [theme=panda-syntax-light] .hljs-formula, [theme=panda-syntax-light] .hljs-property, [theme=panda-syntax-light] .hljs-section, [theme=panda-syntax-light] .hljs-subst, [theme=panda-syntax-light] .hljs-title.function_ {
  color: #3787c7;
}
[theme=panda-syntax-light] .hljs-addition, [theme=panda-syntax-light] .hljs-bullet, [theme=panda-syntax-light] .hljs-meta .hljs-string, [theme=panda-syntax-light] .hljs-selector-class, [theme=panda-syntax-light] .hljs-string, [theme=panda-syntax-light] .hljs-symbol, [theme=panda-syntax-light] .hljs-title.class_, [theme=panda-syntax-light] .hljs-title.class_.inherited__ {
  color: #0d7d6c;
}
[theme=panda-syntax-light] .hljs-attribute, [theme=panda-syntax-light] .hljs-built_in, [theme=panda-syntax-light] .hljs-doctag, [theme=panda-syntax-light] .hljs-link, [theme=panda-syntax-light] .hljs-literal, [theme=panda-syntax-light] .hljs-meta .hljs-keyword, [theme=panda-syntax-light] .hljs-number, [theme=panda-syntax-light] .hljs-selector-id, [theme=panda-syntax-light] .hljs-tag, [theme=panda-syntax-light] .hljs-template-tag, [theme=panda-syntax-light] .hljs-template-variable, [theme=panda-syntax-light] .hljs-title, [theme=panda-syntax-light] .hljs-type, [theme=panda-syntax-light] .hljs-variable {
  color: #7641bb;
}

[theme=paraiso-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-dark] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-dark] .hljs {
  background: #2f1e2e;
  color: #a39e9b;
}
[theme=paraiso-dark] .hljs-comment, [theme=paraiso-dark] .hljs-quote {
  color: #8d8687;
}
[theme=paraiso-dark] .hljs-link, [theme=paraiso-dark] .hljs-meta, [theme=paraiso-dark] .hljs-name, [theme=paraiso-dark] .hljs-regexp, [theme=paraiso-dark] .hljs-selector-class, [theme=paraiso-dark] .hljs-selector-id, [theme=paraiso-dark] .hljs-tag, [theme=paraiso-dark] .hljs-template-variable, [theme=paraiso-dark] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-dark] .hljs-built_in, [theme=paraiso-dark] .hljs-deletion, [theme=paraiso-dark] .hljs-literal, [theme=paraiso-dark] .hljs-number, [theme=paraiso-dark] .hljs-params, [theme=paraiso-dark] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-dark] .hljs-attribute, [theme=paraiso-dark] .hljs-section, [theme=paraiso-dark] .hljs-title {
  color: #fec418;
}
[theme=paraiso-dark] .hljs-addition, [theme=paraiso-dark] .hljs-bullet, [theme=paraiso-dark] .hljs-string, [theme=paraiso-dark] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-dark] .hljs-keyword, [theme=paraiso-dark] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-dark] .hljs-strong {
  font-weight: 700;
}

[theme=paraiso-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-light] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-light] .hljs {
  background: #e7e9db;
  color: #4f424c;
}
[theme=paraiso-light] .hljs-comment, [theme=paraiso-light] .hljs-quote {
  color: #776e71;
}
[theme=paraiso-light] .hljs-link, [theme=paraiso-light] .hljs-meta, [theme=paraiso-light] .hljs-name, [theme=paraiso-light] .hljs-regexp, [theme=paraiso-light] .hljs-selector-class, [theme=paraiso-light] .hljs-selector-id, [theme=paraiso-light] .hljs-tag, [theme=paraiso-light] .hljs-template-variable, [theme=paraiso-light] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-light] .hljs-built_in, [theme=paraiso-light] .hljs-deletion, [theme=paraiso-light] .hljs-literal, [theme=paraiso-light] .hljs-number, [theme=paraiso-light] .hljs-params, [theme=paraiso-light] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-light] .hljs-attribute, [theme=paraiso-light] .hljs-section, [theme=paraiso-light] .hljs-title {
  color: #fec418;
}
[theme=paraiso-light] .hljs-addition, [theme=paraiso-light] .hljs-bullet, [theme=paraiso-light] .hljs-string, [theme=paraiso-light] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-light] .hljs-keyword, [theme=paraiso-light] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-light] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-light] .hljs-strong {
  font-weight: 700;
}

[theme=pojoaque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=pojoaque] code.hljs {
  padding: 3px 5px;
}
[theme=pojoaque] .hljs {
  color: #dccf8f;
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) left top #181914;
}
[theme=pojoaque] .hljs-comment, [theme=pojoaque] .hljs-quote {
  color: #586e75;
  font-style: italic;
}
[theme=pojoaque] .hljs-addition, [theme=pojoaque] .hljs-keyword, [theme=pojoaque] .hljs-literal, [theme=pojoaque] .hljs-selector-tag {
  color: #b64926;
}
[theme=pojoaque] .hljs-doctag, [theme=pojoaque] .hljs-number, [theme=pojoaque] .hljs-regexp, [theme=pojoaque] .hljs-string {
  color: #468966;
}
[theme=pojoaque] .hljs-built_in, [theme=pojoaque] .hljs-name, [theme=pojoaque] .hljs-section, [theme=pojoaque] .hljs-title {
  color: #ffb03b;
}
[theme=pojoaque] .hljs-class .hljs-title, [theme=pojoaque] .hljs-tag, [theme=pojoaque] .hljs-template-variable, [theme=pojoaque] .hljs-title.class_, [theme=pojoaque] .hljs-type, [theme=pojoaque] .hljs-variable {
  color: #b58900;
}
[theme=pojoaque] .hljs-attribute {
  color: #b89859;
}
[theme=pojoaque] .hljs-bullet, [theme=pojoaque] .hljs-link, [theme=pojoaque] .hljs-meta, [theme=pojoaque] .hljs-subst, [theme=pojoaque] .hljs-symbol {
  color: #cb4b16;
}
[theme=pojoaque] .hljs-deletion {
  color: #dc322f;
}
[theme=pojoaque] .hljs-selector-class, [theme=pojoaque] .hljs-selector-id {
  color: #d3a60c;
}
[theme=pojoaque] .hljs-formula {
  background: #073642;
}
[theme=pojoaque] .hljs-emphasis {
  font-style: italic;
}
[theme=pojoaque] .hljs-strong {
  font-weight: 700;
}

[theme=purebasic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=purebasic] code.hljs {
  padding: 3px 5px;
}
[theme=purebasic] .hljs {
  background: #ffffdf;
}
[theme=purebasic] .hljs, [theme=purebasic] .hljs-attr, [theme=purebasic] .hljs-function, [theme=purebasic] .hljs-name, [theme=purebasic] .hljs-number, [theme=purebasic] .hljs-params, [theme=purebasic] .hljs-subst, [theme=purebasic] .hljs-type {
  color: #000;
}
[theme=purebasic] .hljs-addition, [theme=purebasic] .hljs-comment, [theme=purebasic] .hljs-regexp, [theme=purebasic] .hljs-section, [theme=purebasic] .hljs-selector-pseudo {
  color: #0aa;
}
[theme=purebasic] .hljs-built_in, [theme=purebasic] .hljs-class, [theme=purebasic] .hljs-keyword, [theme=purebasic] .hljs-meta .hljs-keyword, [theme=purebasic] .hljs-selector-class {
  color: #066;
  font-weight: 700;
}
[theme=purebasic] .hljs-code, [theme=purebasic] .hljs-tag, [theme=purebasic] .hljs-title, [theme=purebasic] .hljs-variable {
  color: #066;
}
[theme=purebasic] .hljs-selector-attr, [theme=purebasic] .hljs-string {
  color: #0080ff;
}
[theme=purebasic] .hljs-attribute, [theme=purebasic] .hljs-deletion, [theme=purebasic] .hljs-link, [theme=purebasic] .hljs-symbol {
  color: #924b72;
}
[theme=purebasic] .hljs-literal, [theme=purebasic] .hljs-meta, [theme=purebasic] .hljs-selector-id {
  color: #924b72;
  font-weight: 700;
}
[theme=purebasic] .hljs-name, [theme=purebasic] .hljs-strong {
  font-weight: 700;
}
[theme=purebasic] .hljs-emphasis {
  font-style: italic;
}

[theme=qtcreator-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-dark] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-dark] .hljs {
  color: #aaa;
  background: #000;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-strong {
  color: #a8a8a2;
}
[theme=qtcreator-dark] .hljs-bullet, [theme=qtcreator-dark] .hljs-literal, [theme=qtcreator-dark] .hljs-number, [theme=qtcreator-dark] .hljs-quote, [theme=qtcreator-dark] .hljs-regexp {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-code .hljs-selector-class {
  color: #aaf;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-stronge, [theme=qtcreator-dark] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-dark] .hljs-function, [theme=qtcreator-dark] .hljs-keyword, [theme=qtcreator-dark] .hljs-name, [theme=qtcreator-dark] .hljs-section, [theme=qtcreator-dark] .hljs-selector-tag, [theme=qtcreator-dark] .hljs-symbol {
  color: #ff5;
}
[theme=qtcreator-dark] .hljs-subst, [theme=qtcreator-dark] .hljs-tag, [theme=qtcreator-dark] .hljs-title {
  color: #aaa;
}
[theme=qtcreator-dark] .hljs-attribute {
  color: #f55;
}
[theme=qtcreator-dark] .hljs-class .hljs-title, [theme=qtcreator-dark] .hljs-params, [theme=qtcreator-dark] .hljs-title.class_, [theme=qtcreator-dark] .hljs-variable {
  color: #88f;
}
[theme=qtcreator-dark] .hljs-addition, [theme=qtcreator-dark] .hljs-built_in, [theme=qtcreator-dark] .hljs-link, [theme=qtcreator-dark] .hljs-selector-attr, [theme=qtcreator-dark] .hljs-selector-id, [theme=qtcreator-dark] .hljs-selector-pseudo, [theme=qtcreator-dark] .hljs-string, [theme=qtcreator-dark] .hljs-template-tag, [theme=qtcreator-dark] .hljs-template-variable, [theme=qtcreator-dark] .hljs-type {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-comment, [theme=qtcreator-dark] .hljs-deletion, [theme=qtcreator-dark] .hljs-meta {
  color: #5ff;
}

[theme=qtcreator-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-light] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-strong {
  color: #000;
}
[theme=qtcreator-light] .hljs-bullet, [theme=qtcreator-light] .hljs-literal, [theme=qtcreator-light] .hljs-number, [theme=qtcreator-light] .hljs-quote, [theme=qtcreator-light] .hljs-regexp {
  color: navy;
}
[theme=qtcreator-light] .hljs-code .hljs-selector-class {
  color: purple;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-stronge, [theme=qtcreator-light] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-light] .hljs-function, [theme=qtcreator-light] .hljs-keyword, [theme=qtcreator-light] .hljs-name, [theme=qtcreator-light] .hljs-section, [theme=qtcreator-light] .hljs-selector-tag, [theme=qtcreator-light] .hljs-symbol {
  color: olive;
}
[theme=qtcreator-light] .hljs-subst, [theme=qtcreator-light] .hljs-tag, [theme=qtcreator-light] .hljs-title {
  color: #000;
}
[theme=qtcreator-light] .hljs-attribute {
  color: maroon;
}
[theme=qtcreator-light] .hljs-class .hljs-title, [theme=qtcreator-light] .hljs-params, [theme=qtcreator-light] .hljs-title.class_, [theme=qtcreator-light] .hljs-variable {
  color: #0055af;
}
[theme=qtcreator-light] .hljs-addition, [theme=qtcreator-light] .hljs-built_in, [theme=qtcreator-light] .hljs-comment, [theme=qtcreator-light] .hljs-deletion, [theme=qtcreator-light] .hljs-link, [theme=qtcreator-light] .hljs-meta, [theme=qtcreator-light] .hljs-selector-attr, [theme=qtcreator-light] .hljs-selector-id, [theme=qtcreator-light] .hljs-selector-pseudo, [theme=qtcreator-light] .hljs-string, [theme=qtcreator-light] .hljs-template-tag, [theme=qtcreator-light] .hljs-template-variable, [theme=qtcreator-light] .hljs-type {
  color: green;
}

[theme=rainbow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=rainbow] code.hljs {
  padding: 3px 5px;
}
[theme=rainbow] .hljs {
  background: #474949;
  color: #d1d9e1;
}
[theme=rainbow] .hljs-comment, [theme=rainbow] .hljs-quote {
  color: #969896;
  font-style: italic;
}
[theme=rainbow] .hljs-addition, [theme=rainbow] .hljs-keyword, [theme=rainbow] .hljs-literal, [theme=rainbow] .hljs-selector-tag, [theme=rainbow] .hljs-type {
  color: #c9c;
}
[theme=rainbow] .hljs-number, [theme=rainbow] .hljs-selector-attr, [theme=rainbow] .hljs-selector-pseudo {
  color: #f99157;
}
[theme=rainbow] .hljs-doctag, [theme=rainbow] .hljs-regexp, [theme=rainbow] .hljs-string {
  color: #8abeb7;
}
[theme=rainbow] .hljs-built_in, [theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-title {
  color: #b5bd68;
}
[theme=rainbow] .hljs-class .hljs-title, [theme=rainbow] .hljs-selector-id, [theme=rainbow] .hljs-template-variable, [theme=rainbow] .hljs-title.class_, [theme=rainbow] .hljs-variable {
  color: #fc6;
}
[theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-strong {
  font-weight: 700;
}
[theme=rainbow] .hljs-bullet, [theme=rainbow] .hljs-link, [theme=rainbow] .hljs-meta, [theme=rainbow] .hljs-subst, [theme=rainbow] .hljs-symbol {
  color: #f99157;
}
[theme=rainbow] .hljs-deletion {
  color: #dc322f;
}
[theme=rainbow] .hljs-formula {
  background: #eee8d5;
}
[theme=rainbow] .hljs-attr, [theme=rainbow] .hljs-attribute {
  color: #81a2be;
}
[theme=rainbow] .hljs-emphasis {
  font-style: italic;
}

[theme=routeros] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=routeros] code.hljs {
  padding: 3px 5px;
}
[theme=routeros] .hljs {
  color: #444;
  background: #f0f0f0;
}
[theme=routeros] .hljs-subst {
  color: #444;
}
[theme=routeros] .hljs-comment {
  color: #888;
}
[theme=routeros] .hljs-doctag, [theme=routeros] .hljs-keyword, [theme=routeros] .hljs-meta .hljs-keyword, [theme=routeros] .hljs-name, [theme=routeros] .hljs-selector-tag {
  font-weight: 700;
}
[theme=routeros] .hljs-attribute {
  color: #0e9a00;
}
[theme=routeros] .hljs-function {
  color: #99069a;
}
[theme=routeros] .hljs-deletion, [theme=routeros] .hljs-number, [theme=routeros] .hljs-quote, [theme=routeros] .hljs-selector-class, [theme=routeros] .hljs-selector-id, [theme=routeros] .hljs-string, [theme=routeros] .hljs-template-tag, [theme=routeros] .hljs-type {
  color: #800;
}
[theme=routeros] .hljs-section, [theme=routeros] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=routeros] .hljs-link, [theme=routeros] .hljs-regexp, [theme=routeros] .hljs-selector-attr, [theme=routeros] .hljs-selector-pseudo, [theme=routeros] .hljs-symbol, [theme=routeros] .hljs-template-variable, [theme=routeros] .hljs-variable {
  color: #bc6060;
}
[theme=routeros] .hljs-literal {
  color: #78a960;
}
[theme=routeros] .hljs-addition, [theme=routeros] .hljs-built_in, [theme=routeros] .hljs-bullet, [theme=routeros] .hljs-code {
  color: #0c9a9a;
}
[theme=routeros] .hljs-meta {
  color: #1f7199;
}
[theme=routeros] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=routeros] .hljs-emphasis {
  font-style: italic;
}
[theme=routeros] .hljs-strong {
  font-weight: 700;
}

[theme=school-book] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=school-book] code.hljs {
  padding: 3px 5px;
}
[theme=school-book] .hljs {
  color: #3e5915;
  background: #f6f5b2;
}
[theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-selector-tag {
  color: #059;
}
[theme=school-book] .hljs-subst {
  color: #3e5915;
}
[theme=school-book] .hljs-addition, [theme=school-book] .hljs-attribute, [theme=school-book] .hljs-built_in, [theme=school-book] .hljs-bullet, [theme=school-book] .hljs-link, [theme=school-book] .hljs-section, [theme=school-book] .hljs-string, [theme=school-book] .hljs-symbol, [theme=school-book] .hljs-template-tag, [theme=school-book] .hljs-template-variable, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type, [theme=school-book] .hljs-variable {
  color: #2c009f;
}
[theme=school-book] .hljs-comment, [theme=school-book] .hljs-deletion, [theme=school-book] .hljs-meta, [theme=school-book] .hljs-quote {
  color: #e60415;
}
[theme=school-book] .hljs-doctag, [theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-name, [theme=school-book] .hljs-section, [theme=school-book] .hljs-selector-id, [theme=school-book] .hljs-selector-tag, [theme=school-book] .hljs-strong, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type {
  font-weight: 700;
}
[theme=school-book] .hljs-emphasis {
  font-style: italic;
}

[theme=shades-of-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=shades-of-purple] code.hljs {
  padding: 3px 5px;
}
[theme=shades-of-purple] .hljs {
  background: #2d2b57;
  color: #e3dfff;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-subst {
  color: #e3dfff;
}
[theme=shades-of-purple] .hljs-title {
  color: #fad000;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-name {
  color: #a1feff;
}
[theme=shades-of-purple] .hljs-tag {
  color: #fff;
}
[theme=shades-of-purple] .hljs-attr {
  color: #f8d000;
  font-style: italic;
}
[theme=shades-of-purple] .hljs-built_in, [theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-section, [theme=shades-of-purple] .hljs-selector-tag {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-addition, [theme=shades-of-purple] .hljs-attribute, [theme=shades-of-purple] .hljs-bullet, [theme=shades-of-purple] .hljs-code, [theme=shades-of-purple] .hljs-deletion, [theme=shades-of-purple] .hljs-quote, [theme=shades-of-purple] .hljs-regexp, [theme=shades-of-purple] .hljs-selector-attr, [theme=shades-of-purple] .hljs-selector-class, [theme=shades-of-purple] .hljs-selector-pseudo, [theme=shades-of-purple] .hljs-string, [theme=shades-of-purple] .hljs-symbol, [theme=shades-of-purple] .hljs-template-tag {
  color: #4cd213;
}
[theme=shades-of-purple] .hljs-meta, [theme=shades-of-purple] .hljs-meta .hljs-string {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-comment {
  color: #ac65ff;
}
[theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-name, [theme=shades-of-purple] .hljs-selector-tag, [theme=shades-of-purple] .hljs-strong {
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-number {
  color: #fa658d;
}
[theme=shades-of-purple] .hljs-emphasis {
  font-style: italic;
}
[theme=shades-of-purple] .hljs-strong {
  font-weight: 700;
}

[theme=srcery] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=srcery] code.hljs {
  padding: 3px 5px;
}
[theme=srcery] .hljs {
  background: #1c1b19;
  color: #fce8c3;
}
[theme=srcery] .hljs-literal, [theme=srcery] .hljs-quote, [theme=srcery] .hljs-subst {
  color: #fce8c3;
}
[theme=srcery] .hljs-symbol, [theme=srcery] .hljs-type {
  color: #68a8e4;
}
[theme=srcery] .hljs-deletion, [theme=srcery] .hljs-keyword {
  color: #ef2f27;
}
[theme=srcery] .hljs-attribute, [theme=srcery] .hljs-function, [theme=srcery] .hljs-name, [theme=srcery] .hljs-section, [theme=srcery] .hljs-selector-attr, [theme=srcery] .hljs-selector-class, [theme=srcery] .hljs-selector-id, [theme=srcery] .hljs-selector-pseudo, [theme=srcery] .hljs-title {
  color: #fbb829;
}
[theme=srcery] .hljs-class, [theme=srcery] .hljs-code, [theme=srcery] .hljs-property, [theme=srcery] .hljs-template-variable, [theme=srcery] .hljs-variable {
  color: #0aaeb3;
}
[theme=srcery] .hljs-addition, [theme=srcery] .hljs-bullet, [theme=srcery] .hljs-regexp, [theme=srcery] .hljs-string {
  color: #98bc37;
}
[theme=srcery] .hljs-built_in, [theme=srcery] .hljs-params {
  color: #ff5c8f;
}
[theme=srcery] .hljs-selector-tag, [theme=srcery] .hljs-template-tag {
  color: #2c78bf;
}
[theme=srcery] .hljs-comment, [theme=srcery] .hljs-link, [theme=srcery] .hljs-meta, [theme=srcery] .hljs-number {
  color: #918175;
}
[theme=srcery] .hljs-emphasis {
  font-style: italic;
}
[theme=srcery] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-dark] {
  /*!
    Theme: StackOverflow Dark
    Description: Dark theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-dark] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-dark] .hljs {
  color: #fff;
  background: #1c1b1b;
}
[theme=stackoverflow-dark] .hljs-subst {
  color: #fff;
}
[theme=stackoverflow-dark] .hljs-comment {
  color: #999;
}
[theme=stackoverflow-dark] .hljs-attr, [theme=stackoverflow-dark] .hljs-doctag, [theme=stackoverflow-dark] .hljs-keyword, [theme=stackoverflow-dark] .hljs-meta .hljs-keyword, [theme=stackoverflow-dark] .hljs-section, [theme=stackoverflow-dark] .hljs-selector-tag {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-attribute {
  color: #c59bc1;
}
[theme=stackoverflow-dark] .hljs-name, [theme=stackoverflow-dark] .hljs-number, [theme=stackoverflow-dark] .hljs-quote, [theme=stackoverflow-dark] .hljs-selector-id, [theme=stackoverflow-dark] .hljs-template-tag, [theme=stackoverflow-dark] .hljs-type {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-selector-class {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-link, [theme=stackoverflow-dark] .hljs-regexp, [theme=stackoverflow-dark] .hljs-selector-attr, [theme=stackoverflow-dark] .hljs-string, [theme=stackoverflow-dark] .hljs-symbol, [theme=stackoverflow-dark] .hljs-template-variable, [theme=stackoverflow-dark] .hljs-variable {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-meta, [theme=stackoverflow-dark] .hljs-selector-pseudo {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-built_in, [theme=stackoverflow-dark] .hljs-literal, [theme=stackoverflow-dark] .hljs-title {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-bullet, [theme=stackoverflow-dark] .hljs-code {
  color: #ccc;
}
[theme=stackoverflow-dark] .hljs-meta .hljs-string {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-deletion {
  color: #de7176;
}
[theme=stackoverflow-dark] .hljs-addition {
  color: #76c490;
}
[theme=stackoverflow-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-dark] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-light] {
  /*!
    Theme: StackOverflow Light
    Description: Light theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-light] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-light] .hljs {
  color: #2f3337;
  background: #f6f6f6;
}
[theme=stackoverflow-light] .hljs-subst {
  color: #2f3337;
}
[theme=stackoverflow-light] .hljs-comment {
  color: #656e77;
}
[theme=stackoverflow-light] .hljs-attr, [theme=stackoverflow-light] .hljs-doctag, [theme=stackoverflow-light] .hljs-keyword, [theme=stackoverflow-light] .hljs-meta .hljs-keyword, [theme=stackoverflow-light] .hljs-section, [theme=stackoverflow-light] .hljs-selector-tag {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-attribute {
  color: #803378;
}
[theme=stackoverflow-light] .hljs-name, [theme=stackoverflow-light] .hljs-number, [theme=stackoverflow-light] .hljs-quote, [theme=stackoverflow-light] .hljs-selector-id, [theme=stackoverflow-light] .hljs-template-tag, [theme=stackoverflow-light] .hljs-type {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-selector-class {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-link, [theme=stackoverflow-light] .hljs-regexp, [theme=stackoverflow-light] .hljs-selector-attr, [theme=stackoverflow-light] .hljs-string, [theme=stackoverflow-light] .hljs-symbol, [theme=stackoverflow-light] .hljs-template-variable, [theme=stackoverflow-light] .hljs-variable {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-meta, [theme=stackoverflow-light] .hljs-selector-pseudo {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-built_in, [theme=stackoverflow-light] .hljs-literal, [theme=stackoverflow-light] .hljs-title {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-bullet, [theme=stackoverflow-light] .hljs-code {
  color: #535a60;
}
[theme=stackoverflow-light] .hljs-meta .hljs-string {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-deletion {
  color: #c02d2e;
}
[theme=stackoverflow-light] .hljs-addition {
  color: #2f6f44;
}
[theme=stackoverflow-light] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-light] .hljs-strong {
  font-weight: 700;
}

[theme=sunburst] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=sunburst] code.hljs {
  padding: 3px 5px;
}
[theme=sunburst] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-comment, [theme=sunburst] .hljs-quote {
  color: #aeaeae;
  font-style: italic;
}
[theme=sunburst] .hljs-keyword, [theme=sunburst] .hljs-selector-tag, [theme=sunburst] .hljs-type {
  color: #e28964;
}
[theme=sunburst] .hljs-string {
  color: #65b042;
}
[theme=sunburst] .hljs-subst {
  color: #daefa3;
}
[theme=sunburst] .hljs-link, [theme=sunburst] .hljs-regexp {
  color: #e9c062;
}
[theme=sunburst] .hljs-name, [theme=sunburst] .hljs-section, [theme=sunburst] .hljs-tag, [theme=sunburst] .hljs-title {
  color: #89bdff;
}
[theme=sunburst] .hljs-class .hljs-title, [theme=sunburst] .hljs-doctag, [theme=sunburst] .hljs-title.class_ {
  text-decoration: underline;
}
[theme=sunburst] .hljs-bullet, [theme=sunburst] .hljs-number, [theme=sunburst] .hljs-symbol {
  color: #3387cc;
}
[theme=sunburst] .hljs-params, [theme=sunburst] .hljs-template-variable, [theme=sunburst] .hljs-variable {
  color: #3e87e3;
}
[theme=sunburst] .hljs-attribute {
  color: #cda869;
}
[theme=sunburst] .hljs-meta {
  color: #8996a8;
}
[theme=sunburst] .hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}
[theme=sunburst] .hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-selector-class {
  color: #9b703f;
}
[theme=sunburst] .hljs-selector-id {
  color: #8b98ab;
}
[theme=sunburst] .hljs-emphasis {
  font-style: italic;
}
[theme=sunburst] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-dark] {
  /*!
    Theme: Tokyo-night-Dark
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-dark] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-dark] .hljs-comment, [theme=tokyo-night-dark] .hljs-meta {
  color: #565f89;
}
[theme=tokyo-night-dark] .hljs-deletion, [theme=tokyo-night-dark] .hljs-doctag, [theme=tokyo-night-dark] .hljs-regexp, [theme=tokyo-night-dark] .hljs-selector-attr, [theme=tokyo-night-dark] .hljs-selector-class, [theme=tokyo-night-dark] .hljs-selector-id, [theme=tokyo-night-dark] .hljs-selector-pseudo, [theme=tokyo-night-dark] .hljs-tag, [theme=tokyo-night-dark] .hljs-template-tag, [theme=tokyo-night-dark] .hljs-variable.language_ {
  color: #f7768e;
}
[theme=tokyo-night-dark] .hljs-link, [theme=tokyo-night-dark] .hljs-literal, [theme=tokyo-night-dark] .hljs-number, [theme=tokyo-night-dark] .hljs-params, [theme=tokyo-night-dark] .hljs-template-variable, [theme=tokyo-night-dark] .hljs-type, [theme=tokyo-night-dark] .hljs-variable {
  color: #ff9e64;
}
[theme=tokyo-night-dark] .hljs-attribute, [theme=tokyo-night-dark] .hljs-built_in {
  color: #e0af68;
}
[theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-property, [theme=tokyo-night-dark] .hljs-subst, [theme=tokyo-night-dark] .hljs-title, [theme=tokyo-night-dark] .hljs-title.class_, [theme=tokyo-night-dark] .hljs-title.class_.inherited__, [theme=tokyo-night-dark] .hljs-title.function_ {
  color: #7dcfff;
}
[theme=tokyo-night-dark] .hljs-selector-tag {
  color: #73daca;
}
[theme=tokyo-night-dark] .hljs-addition, [theme=tokyo-night-dark] .hljs-bullet, [theme=tokyo-night-dark] .hljs-quote, [theme=tokyo-night-dark] .hljs-string, [theme=tokyo-night-dark] .hljs-symbol {
  color: #9ece6a;
}
[theme=tokyo-night-dark] .hljs-code, [theme=tokyo-night-dark] .hljs-formula, [theme=tokyo-night-dark] .hljs-section {
  color: #7aa2f7;
}
[theme=tokyo-night-dark] .hljs-attr, [theme=tokyo-night-dark] .hljs-char.escape_, [theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-name, [theme=tokyo-night-dark] .hljs-operator {
  color: #bb9af7;
}
[theme=tokyo-night-dark] .hljs-punctuation {
  color: #c0caf5;
}
[theme=tokyo-night-dark] .hljs {
  background: #1a1b26;
  color: #9aa5ce;
}
[theme=tokyo-night-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-dark] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-light] {
  /*!
    Theme: Tokyo-night-light
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-light] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-light] .hljs-comment, [theme=tokyo-night-light] .hljs-meta {
  color: #9699a3;
}
[theme=tokyo-night-light] .hljs-deletion, [theme=tokyo-night-light] .hljs-doctag, [theme=tokyo-night-light] .hljs-regexp, [theme=tokyo-night-light] .hljs-selector-attr, [theme=tokyo-night-light] .hljs-selector-class, [theme=tokyo-night-light] .hljs-selector-id, [theme=tokyo-night-light] .hljs-selector-pseudo, [theme=tokyo-night-light] .hljs-tag, [theme=tokyo-night-light] .hljs-template-tag, [theme=tokyo-night-light] .hljs-variable.language_ {
  color: #8c4351;
}
[theme=tokyo-night-light] .hljs-link, [theme=tokyo-night-light] .hljs-literal, [theme=tokyo-night-light] .hljs-number, [theme=tokyo-night-light] .hljs-params, [theme=tokyo-night-light] .hljs-template-variable, [theme=tokyo-night-light] .hljs-type, [theme=tokyo-night-light] .hljs-variable {
  color: #965027;
}
[theme=tokyo-night-light] .hljs-attribute, [theme=tokyo-night-light] .hljs-built_in {
  color: #8f5e15;
}
[theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-property, [theme=tokyo-night-light] .hljs-subst, [theme=tokyo-night-light] .hljs-title, [theme=tokyo-night-light] .hljs-title.class_, [theme=tokyo-night-light] .hljs-title.class_.inherited__, [theme=tokyo-night-light] .hljs-title.function_ {
  color: #0f4b6e;
}
[theme=tokyo-night-light] .hljs-selector-tag {
  color: #33635c;
}
[theme=tokyo-night-light] .hljs-addition, [theme=tokyo-night-light] .hljs-bullet, [theme=tokyo-night-light] .hljs-quote, [theme=tokyo-night-light] .hljs-string, [theme=tokyo-night-light] .hljs-symbol {
  color: #485e30;
}
[theme=tokyo-night-light] .hljs-code, [theme=tokyo-night-light] .hljs-formula, [theme=tokyo-night-light] .hljs-section {
  color: #34548a;
}
[theme=tokyo-night-light] .hljs-attr, [theme=tokyo-night-light] .hljs-char.escape_, [theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-name, [theme=tokyo-night-light] .hljs-operator {
  color: #5a4a78;
}
[theme=tokyo-night-light] .hljs-punctuation {
  color: #343b58;
}
[theme=tokyo-night-light] .hljs {
  background: #d5d6db;
  color: #565a6e;
}
[theme=tokyo-night-light] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-light] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-blue] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-blue] .hljs-comment, [theme=tomorrow-night-blue] .hljs-quote {
  color: #7285b7;
}
[theme=tomorrow-night-blue] .hljs-deletion, [theme=tomorrow-night-blue] .hljs-name, [theme=tomorrow-night-blue] .hljs-regexp, [theme=tomorrow-night-blue] .hljs-selector-class, [theme=tomorrow-night-blue] .hljs-selector-id, [theme=tomorrow-night-blue] .hljs-tag, [theme=tomorrow-night-blue] .hljs-template-variable, [theme=tomorrow-night-blue] .hljs-variable {
  color: #ff9da4;
}
[theme=tomorrow-night-blue] .hljs-built_in, [theme=tomorrow-night-blue] .hljs-link, [theme=tomorrow-night-blue] .hljs-literal, [theme=tomorrow-night-blue] .hljs-meta, [theme=tomorrow-night-blue] .hljs-number, [theme=tomorrow-night-blue] .hljs-params, [theme=tomorrow-night-blue] .hljs-type {
  color: #ffc58f;
}
[theme=tomorrow-night-blue] .hljs-attribute {
  color: #ffeead;
}
[theme=tomorrow-night-blue] .hljs-addition, [theme=tomorrow-night-blue] .hljs-bullet, [theme=tomorrow-night-blue] .hljs-string, [theme=tomorrow-night-blue] .hljs-symbol {
  color: #d1f1a9;
}
[theme=tomorrow-night-blue] .hljs-section, [theme=tomorrow-night-blue] .hljs-title {
  color: #bbdaff;
}
[theme=tomorrow-night-blue] .hljs-keyword, [theme=tomorrow-night-blue] .hljs-selector-tag {
  color: #ebbbff;
}
[theme=tomorrow-night-blue] .hljs {
  background: #002451;
  color: #fff;
}
[theme=tomorrow-night-blue] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-blue] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-bright] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-bright] .hljs-comment, [theme=tomorrow-night-bright] .hljs-quote {
  color: #969896;
}
[theme=tomorrow-night-bright] .hljs-deletion, [theme=tomorrow-night-bright] .hljs-name, [theme=tomorrow-night-bright] .hljs-regexp, [theme=tomorrow-night-bright] .hljs-selector-class, [theme=tomorrow-night-bright] .hljs-selector-id, [theme=tomorrow-night-bright] .hljs-tag, [theme=tomorrow-night-bright] .hljs-template-variable, [theme=tomorrow-night-bright] .hljs-variable {
  color: #d54e53;
}
[theme=tomorrow-night-bright] .hljs-built_in, [theme=tomorrow-night-bright] .hljs-link, [theme=tomorrow-night-bright] .hljs-literal, [theme=tomorrow-night-bright] .hljs-meta, [theme=tomorrow-night-bright] .hljs-number, [theme=tomorrow-night-bright] .hljs-params, [theme=tomorrow-night-bright] .hljs-type {
  color: #e78c45;
}
[theme=tomorrow-night-bright] .hljs-attribute {
  color: #e7c547;
}
[theme=tomorrow-night-bright] .hljs-addition, [theme=tomorrow-night-bright] .hljs-bullet, [theme=tomorrow-night-bright] .hljs-string, [theme=tomorrow-night-bright] .hljs-symbol {
  color: #b9ca4a;
}
[theme=tomorrow-night-bright] .hljs-section, [theme=tomorrow-night-bright] .hljs-title {
  color: #7aa6da;
}
[theme=tomorrow-night-bright] .hljs-keyword, [theme=tomorrow-night-bright] .hljs-selector-tag {
  color: #c397d8;
}
[theme=tomorrow-night-bright] .hljs {
  background: #000;
  color: #eaeaea;
}
[theme=tomorrow-night-bright] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-bright] .hljs-strong {
  font-weight: 700;
}

[theme=vs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs] code.hljs {
  padding: 3px 5px;
}
[theme=vs] .hljs {
  background: #fff;
  color: #000;
}
[theme=vs] .hljs-comment, [theme=vs] .hljs-quote, [theme=vs] .hljs-variable {
  color: green;
}
[theme=vs] .hljs-built_in, [theme=vs] .hljs-keyword, [theme=vs] .hljs-name, [theme=vs] .hljs-selector-tag, [theme=vs] .hljs-tag {
  color: #00f;
}
[theme=vs] .hljs-addition, [theme=vs] .hljs-attribute, [theme=vs] .hljs-literal, [theme=vs] .hljs-section, [theme=vs] .hljs-string, [theme=vs] .hljs-template-tag, [theme=vs] .hljs-template-variable, [theme=vs] .hljs-title, [theme=vs] .hljs-type {
  color: #a31515;
}
[theme=vs] .hljs-deletion, [theme=vs] .hljs-meta, [theme=vs] .hljs-selector-attr, [theme=vs] .hljs-selector-pseudo {
  color: #2b91af;
}
[theme=vs] .hljs-doctag {
  color: grey;
}
[theme=vs] .hljs-attr {
  color: red;
}
[theme=vs] .hljs-bullet, [theme=vs] .hljs-link, [theme=vs] .hljs-symbol {
  color: #00b0e8;
}
[theme=vs] .hljs-emphasis {
  font-style: italic;
}
[theme=vs] .hljs-strong {
  font-weight: 700;
}

[theme=vs2015] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs2015] code.hljs {
  padding: 3px 5px;
}
[theme=vs2015] .hljs {
  background: #1e1e1e;
  color: #dcdcdc;
}
[theme=vs2015] .hljs-keyword, [theme=vs2015] .hljs-literal, [theme=vs2015] .hljs-name, [theme=vs2015] .hljs-symbol {
  color: #569cd6;
}
[theme=vs2015] .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
[theme=vs2015] .hljs-built_in, [theme=vs2015] .hljs-type {
  color: #4ec9b0;
}
[theme=vs2015] .hljs-class, [theme=vs2015] .hljs-number {
  color: #b8d7a3;
}
[theme=vs2015] .hljs-meta .hljs-string, [theme=vs2015] .hljs-string {
  color: #d69d85;
}
[theme=vs2015] .hljs-regexp, [theme=vs2015] .hljs-template-tag {
  color: #9a5334;
}
[theme=vs2015] .hljs-formula, [theme=vs2015] .hljs-function, [theme=vs2015] .hljs-params, [theme=vs2015] .hljs-subst, [theme=vs2015] .hljs-title {
  color: #dcdcdc;
}
[theme=vs2015] .hljs-comment, [theme=vs2015] .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
[theme=vs2015] .hljs-doctag {
  color: #608b4e;
}
[theme=vs2015] .hljs-meta, [theme=vs2015] .hljs-meta .hljs-keyword, [theme=vs2015] .hljs-tag {
  color: #9b9b9b;
}
[theme=vs2015] .hljs-template-variable, [theme=vs2015] .hljs-variable {
  color: #bd63c5;
}
[theme=vs2015] .hljs-attr, [theme=vs2015] .hljs-attribute {
  color: #9cdcfe;
}
[theme=vs2015] .hljs-section {
  color: gold;
}
[theme=vs2015] .hljs-emphasis {
  font-style: italic;
}
[theme=vs2015] .hljs-strong {
  font-weight: 700;
}
[theme=vs2015] .hljs-bullet, [theme=vs2015] .hljs-selector-attr, [theme=vs2015] .hljs-selector-class, [theme=vs2015] .hljs-selector-id, [theme=vs2015] .hljs-selector-pseudo, [theme=vs2015] .hljs-selector-tag {
  color: #d7ba7d;
}
[theme=vs2015] .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
[theme=vs2015] .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

[theme=xcode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xcode] code.hljs {
  padding: 3px 5px;
}
[theme=xcode] .hljs {
  background: #fff;
  color: #000;
}
[theme=xcode] .xml .hljs-meta {
  color: silver;
}
[theme=xcode] .hljs-comment, [theme=xcode] .hljs-quote {
  color: #007400;
}
[theme=xcode] .hljs-attribute, [theme=xcode] .hljs-keyword, [theme=xcode] .hljs-literal, [theme=xcode] .hljs-name, [theme=xcode] .hljs-selector-tag, [theme=xcode] .hljs-tag {
  color: #aa0d91;
}
[theme=xcode] .hljs-template-variable, [theme=xcode] .hljs-variable {
  color: #3f6e74;
}
[theme=xcode] .hljs-code, [theme=xcode] .hljs-meta .hljs-string, [theme=xcode] .hljs-string {
  color: #c41a16;
}
[theme=xcode] .hljs-link, [theme=xcode] .hljs-regexp {
  color: #0e0eff;
}
[theme=xcode] .hljs-bullet, [theme=xcode] .hljs-number, [theme=xcode] .hljs-symbol, [theme=xcode] .hljs-title {
  color: #1c00cf;
}
[theme=xcode] .hljs-meta, [theme=xcode] .hljs-section {
  color: #643820;
}
[theme=xcode] .hljs-built_in, [theme=xcode] .hljs-class .hljs-title, [theme=xcode] .hljs-params, [theme=xcode] .hljs-title.class_, [theme=xcode] .hljs-type {
  color: #5c2699;
}
[theme=xcode] .hljs-attr {
  color: #836c28;
}
[theme=xcode] .hljs-subst {
  color: #000;
}
[theme=xcode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=xcode] .hljs-addition {
  background-color: #baeeba;
}
[theme=xcode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=xcode] .hljs-selector-class, [theme=xcode] .hljs-selector-id {
  color: #9b703f;
}
[theme=xcode] .hljs-doctag, [theme=xcode] .hljs-strong {
  font-weight: 700;
}
[theme=xcode] .hljs-emphasis {
  font-style: italic;
}

[theme=xt256] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xt256] code.hljs {
  padding: 3px 5px;
}
[theme=xt256] .hljs {
  color: #eaeaea;
  background: #000;
}
[theme=xt256] .hljs-subst {
  color: #eaeaea;
}
[theme=xt256] .hljs-emphasis {
  font-style: italic;
}
[theme=xt256] .hljs-strong {
  font-weight: 700;
}
[theme=xt256] .hljs-type {
  color: #eaeaea;
}
[theme=xt256] .hljs-params {
  color: #da0000;
}
[theme=xt256] .hljs-literal, [theme=xt256] .hljs-name, [theme=xt256] .hljs-number {
  color: red;
  font-weight: bolder;
}
[theme=xt256] .hljs-comment {
  color: #969896;
}
[theme=xt256] .hljs-quote, [theme=xt256] .hljs-selector-id {
  color: #0ff;
}
[theme=xt256] .hljs-template-variable, [theme=xt256] .hljs-title, [theme=xt256] .hljs-variable {
  color: #0ff;
  font-weight: 700;
}
[theme=xt256] .hljs-keyword, [theme=xt256] .hljs-selector-class, [theme=xt256] .hljs-symbol {
  color: #fff000;
}
[theme=xt256] .hljs-bullet, [theme=xt256] .hljs-string {
  color: #0f0;
}
[theme=xt256] .hljs-section, [theme=xt256] .hljs-tag {
  color: #000fff;
}
[theme=xt256] .hljs-selector-tag {
  color: #000fff;
  font-weight: 700;
}
[theme=xt256] .hljs-attribute, [theme=xt256] .hljs-built_in, [theme=xt256] .hljs-link, [theme=xt256] .hljs-regexp {
  color: #f0f;
}
[theme=xt256] .hljs-meta {
  color: #fff;
  font-weight: bolder;
}
.code-editor {
  position: relative;
}
.code-editor > div {
  width: 100%;
  height: 100%;
}
/* header */
.code-editor .header {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 34px;
}
.code-editor .header > .dropdown {
  position: absolute;
  top: 12px;
  left: 18px;
}
.code-editor .header > .copy-code {
  position: absolute;
  top: 10px;
  right: 12px;
}
/* code-area */
.code-editor .code-area {
  position: relative;
  z-index: 0;
  text-align: left;
  overflow: hidden;
}
/* font style */
.code-editor .code-area > textarea,
.code-editor .code-area > pre > code,
.code-editor .line-nums > div {
  font-family: Consolas, Monaco, monospace;
  line-height: 1.5;
}
.code-editor .code-area > textarea:hover,
.code-editor .code-area > textarea:focus-visible {
  outline: none;
}
.code-editor .code-area > textarea {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  caret-color: rgb(127, 127, 127);
  color: transparent;
  white-space: pre;
  word-wrap: normal;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  resize: none;
}
.code-editor .code-area > pre {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0;
}
.code-editor .code-area > pre > code {
  background: none;
  display: block;
  position: relative;
  overflow-x: visible !important;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
/* wrap code */
.code-editor.wrap .code-area > textarea,
.code-editor.wrap .code-area > pre > code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* hide-header */
.code-editor.hide-header.scroll .code-area {
  height: 100%;
}
/* scroll */
.code-editor.scroll .code-area {
  height: calc(100% - 34px);
}
.code-editor.scroll .code-area > textarea {
  overflow: auto;
}
.code-editor.scroll .code-area > pre {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* dropdown */
.code-editor .list {
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  font-family: sans-serif;
}
.code-editor .list > .lang-list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.code-editor .list > .lang-list > li {
  font-size: 13px;
  transition: background 0.16s ease, color 0.16s ease;
  box-sizing: border-box;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.code-editor .list > .lang-list > li:first-child {
  padding-top: 5px;
}
.code-editor .list > .lang-list > li:last-child {
  padding-bottom: 5px;
}
.code-editor .list > .lang-list > li:hover {
  background: rgba(160, 160, 160, 0.4);
}
/* line-nums */
.code-editor .line-nums {
  min-width: 36px;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  padding-right: 8px;
  padding-left: 8px;
  opacity: 0.3;
}
.code-editor .line-nums::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid currentColor;
  opacity: 0.5;
}
.code-editor .header.border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.15;
}
/*!
 * File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
 * Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
 * Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
 */.fiv-background,.fiv-sqo{background-size:contain;background-position:50%;background-repeat:no-repeat}.fiv-size-md{font-size:2.25em}.fiv-size-lg{font-size:3.5em}.fiv-size-xl{font-size:4.75em}.fiv-sqo{position:relative;display:inline-block;line-height:1em;width:1em}.fiv-sqo:before{content:'\00a0'}.fiv-sqo.fiv-icon-3g2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-3ga{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-3gp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-7z{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aac{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ac{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.3%2060.6v14.8c0%20.3-.3.6-.6.6H27.3c-.3%200-.6-.3-.6-.6v-1.3c0-.3.3-.6.6-.6h2l23.1-23.1-24-23.8c-.1-.1-.2-.3-.2-.4v-1.5c0-.3.3-.6.6-.6h42.9c.3%200%20.6.3.6.6v14.8c0%20.3-.3.6-.6.6H70c-.3%200-.6-.3-.6-.6%200-6.2-3.6-11.4-10.3-11.4H41.9l19.5%2019.5c.2.2.2.6%200%20.8l-19.1%2019h16.8c4.4%200%208.3-2.9%209.7-7%20.1-.2.3-.4.6-.4h2.3c.3%200%20.6.3.6.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-accdb{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20id='BG'%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20id='Border'%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2057.9c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1-1.4%200-2.8%200-4.1-.1v7.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1v-7.2zm-17-5.4c-1.4%200-2.7%200-4.1-.1l.1%207.7c1.3%200%202.7.1%204.1.1%204.8%200%208.8-.4%2012-1.3%203.2-.8%204.8-1.8%205-3.1v-7.4c-.1%201.2-1.8%202.2-5%203-3.3.7-7.3%201.1-12.1%201.1zm0-9.4c-1.4%200-2.7%200-4.1-.1v7.6c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1V39c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1zm0-10.6c-1.4%200-2.7.1-4.1.2v8.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1-.1-1.2-1.8-2.3-5-3.1-3.2-.9-7.2-1.3-12-1.3zM37.9%2044.4c-.1.5-.4%201.9-.9%204.3l-1%204.2%204.1.1-1-4.2c-.6-2.4-1-3.9-1-4.3l-.2-.1zM23%2030.8v40.6l31%205.4V25.2l-31%205.6zM42%2061l-1.2-4.6-5.7-.2-1.1%204.4-3.6-.2L35.9%2041l4.2-.2%206%2020.6L42%2061z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-accdt{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20id='BG'%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20id='Border'%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2057.9c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1-1.4%200-2.8%200-4.1-.1v7.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1v-7.2zm-17-5.4c-1.4%200-2.7%200-4.1-.1l.1%207.7c1.3%200%202.7.1%204.1.1%204.8%200%208.8-.4%2012-1.3%203.2-.8%204.8-1.8%205-3.1v-7.4c-.1%201.2-1.8%202.2-5%203-3.3.7-7.3%201.1-12.1%201.1zm0-9.4c-1.4%200-2.7%200-4.1-.1v7.6c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1V39c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1zm0-10.6c-1.4%200-2.7.1-4.1.2v8.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1-.1-1.2-1.8-2.3-5-3.1-3.2-.9-7.2-1.3-12-1.3zM37.9%2044.4c-.1.5-.4%201.9-.9%204.3l-1%204.2%204.1.1-1-4.2c-.6-2.4-1-3.9-1-4.3l-.2-.1zM23%2030.8v40.6l31%205.4V25.2l-31%205.6zM42%2061l-1.2-4.6-5.7-.2-1.1%204.4-3.6-.2L35.9%2041l4.2-.2%206%2020.6L42%2061z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-adn{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20id='BG'%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20id='Border'%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2057.9c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1-1.4%200-2.8%200-4.1-.1v7.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1v-7.2zm-17-5.4c-1.4%200-2.7%200-4.1-.1l.1%207.7c1.3%200%202.7.1%204.1.1%204.8%200%208.8-.4%2012-1.3%203.2-.8%204.8-1.8%205-3.1v-7.4c-.1%201.2-1.8%202.2-5%203-3.3.7-7.3%201.1-12.1%201.1zm0-9.4c-1.4%200-2.7%200-4.1-.1v7.6c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1V39c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1zm0-10.6c-1.4%200-2.7.1-4.1.2v8.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1-.1-1.2-1.8-2.3-5-3.1-3.2-.9-7.2-1.3-12-1.3zM37.9%2044.4c-.1.5-.4%201.9-.9%204.3l-1%204.2%204.1.1-1-4.2c-.6-2.4-1-3.9-1-4.3l-.2-.1zM23%2030.8v40.6l31%205.4V25.2l-31%205.6zM42%2061l-1.2-4.6-5.7-.2-1.1%204.4-3.6-.2L35.9%2041l4.2-.2%206%2020.6L42%2061z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ai{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23fea500'/%3e%3cpath%20d='M54.6%2075l-4.4-14.1H34.1L29.7%2075h-5.9l15.7-46.5h5.9L61.2%2075h-6.6zM43.7%2039.6c-.6-1.6-1.1-4.3-1.4-6h-.1c-.3%201.6-.8%204.1-1.5%206l-5.5%2017.5H49l-5.3-17.5zm26.9-8c-1.9%200-3.6-1.5-3.6-3.3s1.6-3.3%203.6-3.3c1.9%200%203.6%201.5%203.6%203.3s-1.7%203.3-3.6%203.3zm-3%2043.4V38.6h5.9V75h-5.9z'%20fill='%23fea500'%20stroke='%23fea500'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aif{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aifc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aiff{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ait{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23fea500'/%3e%3cpath%20d='M54.6%2075l-4.4-14.1H34.1L29.7%2075h-5.9l15.7-46.5h5.9L61.2%2075h-6.6zM43.7%2039.6c-.6-1.6-1.1-4.3-1.4-6h-.1c-.3%201.6-.8%204.1-1.5%206l-5.5%2017.5H49l-5.3-17.5zm26.9-8c-1.9%200-3.6-1.5-3.6-3.3s1.6-3.3%203.6-3.3c1.9%200%203.6%201.5%203.6%203.3s-1.7%203.3-3.6%203.3zm-3%2043.4V38.6h5.9V75h-5.9z'%20fill='%23fea500'%20stroke='%23fea500'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-amr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ani{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%238ed200;stroke:%238ed200;stroke-width:.75;stroke-miterlimit:10}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%238ed200'/%3e%3cpath%20class='st2'%20d='M69.2%2025H30.7v5.1h4.5c-.3%202.4-.6%205.1-.1%207.9.7%203.9%202.7%207.2%205.5%209.1.6.3%201.1.7%201.6.9%201.2.7%202.3%201.2%202.8%202.1.7%201.3-.3%203.2-1.6%204.3-.7.7-1.6%201.2-2.3%201.8-1%20.7-2.1%201.4-3.1%202.3-3.2%203.2-3.9%207.6-4.3%2012.4h-3V76h38.7v-5.1h-3c-.3-4.8-1.1-9.2-4.3-12.4-1-1-2.1-1.7-3.1-2.4-.9-.6-1.7-1.1-2.3-1.8-1.2-1.1-2.2-3-1.6-4.3.4-.9%201.6-1.6%202.8-2.1.6-.2%201.1-.6%201.6-.9%202.9-1.8%204.9-5.1%205.5-9.1.4-2.7.2-5.4-.1-7.9h4.5v-5h-.2zm-7.1%2012.5c-.6%203.1-2.1%205.8-4.3%207.2-.4.3-.9.6-1.3.8-1.4.8-3.1%201.7-4%203.3-1.3%202.7.2%205.8%202.2%207.7.9.8%201.8%201.3%202.7%202%201%20.7%201.9%201.3%202.7%202%202.5%202.5%203.1%206.3%203.4%2010.4H36.4c.3-4.1%201-8%203.4-10.4.8-.8%201.7-1.3%202.7-2%20.9-.6%201.8-1.2%202.7-2%202-1.9%203.5-4.9%202.2-7.6-.9-1.8-2.4-2.7-4-3.3-.4-.2-1-.4-1.3-.8-2.2-1.4-3.8-4-4.3-7.2-.4-2.6-.2-5.1.2-7.4h23.8c.5%202.2.7%204.8.3%207.3z'/%3e%3cpath%20class='st2'%20d='M59.5%2068.9H40.4l9.1-7.1zm0-31.4H40.4l9.1%207.1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-apk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M37.2%2062.7c0%201.3.9%202.1%202.1%202.1h2.1v7.4c0%201.7%201.5%203.2%203.2%203.2%201.7%200%203.2-1.5%203.2-3.2v-7.4h4.3v7.4c0%201.7%201.5%203.2%203.2%203.2s3.2-1.5%203.2-3.2v-7.4h2.1c1.3%200%202.1-.9%202.1-2.1V41.5H37.2v21.2zm-5.3-21.2c-1.7%200-3.2%201.5-3.2%203.2v14.9c0%201.7%201.5%203.2%203.2%203.2s3.2-1.5%203.2-3.2V44.7c0-1.7-1.5-3.2-3.2-3.2zm36.2%200c-1.7%200-3.2%201.5-3.2%203.2v14.9c0%201.7%201.5%203.2%203.2%203.2%201.7%200%203.2-1.5%203.2-3.2V44.7c0-1.7-1.5-3.2-3.2-3.2zM57.4%2029.1l2.8-2.8c.4-.4.4-1.1%200-1.5-.4-.4-1.1-.4-1.5%200L55.5%2028c-1.5-1-3.4-1.4-5.5-1.4s-4%20.4-5.7%201.3l-3-3.2c-.4-.2-1.3-.2-1.7%200-.2.4-.2%201.3%200%201.7l2.8%202.8c-3%202.3-5.1%206-5.1%2010.2h25.5c0-4.3-2.2-8.1-5.4-10.3zm-11.7%206h-2.1V33h2.1v2.1zm10.7%200h-2.1V33h2.1v2.1z'%20fill='%23a4ca39'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-app{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M73.6%2054.8c-2.1-.7-3.4-2.6-3.4-4.8s1.4-4.1%203.4-4.8c.6-.2%201-.9.8-1.5-.6-2.3-1.5-4.4-2.7-6.5-.3-.6-1.1-.8-1.7-.5-.7.4-1.6.6-2.4.6-2.8%200-5-2.3-5-5%200-.8.2-1.7.6-2.4.3-.6.1-1.3-.5-1.7-2-1.2-4.2-2.1-6.5-2.7-.6-.2-1.3.2-1.5.8-.7%202.1-2.6%203.4-4.8%203.4-2.2%200-4.1-1.4-4.8-3.4-.2-.6-.9-1-1.5-.8-2.3.6-4.4%201.5-6.5%202.7-.6.3-.8%201.1-.5%201.7.4.7.6%201.6.6%202.4%200%202.8-2.3%205-5%205-.8%200-1.7-.2-2.4-.6-.6-.3-1.3-.1-1.7.5-1.2%202-2.1%204.2-2.7%206.5-.2.6.2%201.3.8%201.5%202.1.7%203.4%202.6%203.4%204.8s-1.4%204.1-3.4%204.8c-.6.2-1%20.9-.8%201.5.6%202.3%201.5%204.4%202.7%206.5.3.6%201.1.8%201.7.5.7-.4%201.6-.6%202.4-.6%202.8%200%205%202.3%205%205%200%20.8-.2%201.7-.6%202.4-.3.6-.1%201.3.5%201.7%202%201.2%204.2%202.1%206.5%202.7h.3c.5%200%201-.3%201.2-.9.7-2.1%202.6-3.4%204.8-3.4%202.2%200%204.1%201.4%204.8%203.4.2.6.9%201%201.5.8%202.3-.6%204.4-1.5%206.5-2.7.6-.3.8-1.1.5-1.7-.4-.7-.6-1.6-.6-2.4%200-2.8%202.3-5%205-5%20.8%200%201.7.2%202.4.6.6.3%201.3.1%201.7-.5%201.2-2%202.1-4.2%202.7-6.5.2-.5-.1-1.2-.8-1.4zM50%2057.6c-4.2%200-7.6-3.4-7.6-7.6%200-4.2%203.4-7.6%207.6-7.6%204.2%200%207.6%203.4%207.6%207.6%200%204.2-3.4%207.6-7.6%207.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-applescript{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1l.1%2030.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3cpath%20class='st1'%20d='M45.5%2062.6c-.4-.3-.8-.6-1.1-1.1-.4-.4-.7-.9-1-1.3-.7-1-1.3-2.1-1.6-3.3-.5-1.4-.7-2.7-.7-4%200-1.4.3-2.7.9-3.7.4-.8%201.1-1.5%201.9-2%20.8-.5%201.7-.8%202.6-.8.3%200%20.7%200%201%20.1.3.1.6.2%201%20.3.5.2.8.3.9.3.3.1.5.2.7.2.1%200%20.4%200%20.6-.1.1%200%20.4-.1.7-.3.4-.1.6-.2.9-.3.3-.1.7-.2%201-.2.4-.1.7-.1%201.1%200%20.7%200%201.2.2%201.8.4.9.4%201.7%201%202.3%201.8-.2.1-.5.3-.7.5-.4.4-.8.9-1.1%201.4-.4.7-.6%201.5-.6%202.3%200%201%20.3%201.9.8%202.6.4.5.8%201%201.4%201.4.3.2.5.3.8.4-.1.3-.2.7-.4%201-.3.7-.7%201.4-1.1%202.1-.4.6-.7%201-.9%201.3-.4.4-.7.8-1.1%201-.6.2-1.1.4-1.5.4-.3%200-.6%200-.9-.1-.3-.1-.5-.2-.8-.3-.3-.1-.5-.2-.8-.3-.3-.1-.7-.1-1.1-.1-.4%200-.7%200-1.1.1-.3.1-.6.2-.8.3-.4.2-.6.3-.8.3-.3.1-.6.1-.9.2-.5-.1-1-.2-1.4-.5zm6.3-16.9c-.6.3-1.2.4-1.8.4-.1-.6%200-1.2.2-1.9.2-.6.5-1.1.9-1.5.4-.5.9-.9%201.5-1.2.6-.3%201.2-.5%201.7-.5.1.6%200%201.2-.2%201.9-.2.6-.5%201.1-.9%201.6s-.9.9-1.4%201.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asax{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ascx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ash{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ashx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asmx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asp{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c33}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.8%2035.6h7.3L41.5%2065h-6.7l-1.2-6.2h-6.2L26.2%2065h-6.7l7.3-29.4zm5.8%2017.6l-1.1-5.8c-.4-1.9-.9-5-.9-5h-.2s-.4%203.2-.8%205l-1.1%205.8h4.1zM45%2056.8c1.1%201.3%202.9%202.5%204.8%202.5%201.8%200%202.7-1.1%202.7-2.5%200-4-9.8-4.4-9.8-12.8%200-5%203.4-8.8%209.3-8.8%202.4%200%205%20.7%207%202.1l-2.4%205.9c-1-.9-3-1.8-4.4-1.8-1.9%200-2.7%201.1-2.7%202.5%200%204.3%209.8%204.1%209.8%2012.6%200%204.8-3%209-9.1%209-2.9%200-5.9-1-8.2-3l3-5.7zm17.4-21.2h9.2c5.4%200%208.9%204.2%208.9%2010.1s-3.6%2010.2-8.9%2010.2h-2.5V65h-6.7V35.6zm8%2014.4c2.1%200%203.3-1.8%203.3-4.2s-1.4-4.1-3.2-4.1h-1.4V50h1.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aspx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-asx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-au{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aup{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%230e3693}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.5%2037.5H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm0%2012.7H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm12.7%206.9H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5h12.8c1.4%200%202.5-1.1%202.5-2.5-.1-1.4-1.2-2.5-2.6-2.5z'/%3e%3cpath%20class='st1'%20d='M70.3%2036.8c-1.8-.9-4.3-2.3-5.2-4.3%200-1-.9-1.9-1.9-1.9-1%200-1.9.9-1.9%201.9v24.8c-2-1-5.6-.7-8.5.9-4.4%202.4-6.3%207-4.3%2010.2%201.9%203.2%207.1%203.8%2011.4%201.4%203.1-1.7%205.1-4.6%205.2-7.3V41.1c6.3%200%2010%202.5%208.7%208.7-.3%201.1-.6%202.3-1.1%203.3-.2.4-.2.8.1%201.1.3.3.9.3%201.4-.2%202.4-2.3%203.8-5.4%203.9-8.6%200-4.3-4.2-6.9-7.8-8.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-avi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-axd{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M58.7%2057.4c.2-.6.5-1.2.7-1.8l3.3-10.2c.4-1.3.9-2.6%201.7-3.7%201.3-1.8%203.1-2.7%205.2-3%20.8-.1%201.7-.2%202.5-.2h8.1c-.1.1-.1.3-.1.3-.9%201.7-1.9%203.3-2.8%205-1.7%202.9-3.4%205.8-5.1%208.6-1.1%201.8-2.3%203.6-3.7%205.2-1%201.2-2.1%202.4-3.4%203.2-.9.6-1.9.9-3%20.9H50.2c-1.2%200-2.2-.4-3-1.2-1.2-1.1-2-2.6-2.6-4.1-1.1-2.8-1.7-5.7-2.4-8.6-.3-1.4-.7-2.7-1.1-4.1%200-.1-.1-.2-.1-.3l-.3.3c-1.5%201.5-2.9%203.2-4.1%205-.3.5-.4%201.1-.6%201.7-.7%202.1-1.3%204.3-2%206.4-.7%202-2%203.6-3.9%204.6-1.2.6-2.4.9-3.7.9-1.9%200-3.8%200-5.7.1-.5%200-.5%200-.4-.5.8-3%201.8-6%203.1-8.8%201.3-2.9%202.9-5.8%204.9-8.3%201.3-1.7%202.8-3.4%204.7-4.6.9-.6%202-1.1%203.1-1.2h12.8c2.2%200%203.7.9%204.9%202.6.7%201.1%201.3%202.3%201.7%203.5.9%202.5%201.4%205%202.1%207.6.4%201.5.8%202.9%201.1%204.4-.2.1-.2.2%200%20.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-aze{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%232e61f2'/%3e%3cpath%20d='M57%2076c11.5-10.2%201.6-23.4-1.5-24.8.4%201.6.2%204.3-1.3%205.8-.8-3.9-3.8-9-8.3-10.7.7%205.6-2.6%209.6-4%2011.7-1.2%201.9-7.9%2011.3-1.1%2018-16.4-5.1-12.3-21.6-7.5-28.8%205-7.5%2010.8-13.7%209.5-23.2%207.9%202.8%2013.4%2011.2%2014.8%2017.7%202.7-2.5%203.1-7.1%202.4-9.7%205.6%202.4%2023.1%2033.8-3%2044z'%20fill='%23ff9800'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bak{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2023v30.9h11.6V34.6h19.3V23z'/%3e%3cpath%20class='st1'%20d='M38.4%2038.4V77H77V38.4H57.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bash{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bat{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M33.1%2029.8l-6.6%206.6L37.2%2047%2026.5%2057.6l6.6%206.6L50.2%2047zm18.8%2031.1h22.6v9.2H51.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bin{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M49.8%2026.5c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c0-5.1-3.6-9.3-7.9-9.3zm0%2015c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7c0%203.2-2%205.7-4.4%205.7zm-16.1%201.8v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm-1.8%2010.3c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c.1-5.1-3.5-9.3-7.9-9.3zm0%2015.1c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7c.1%203.1-1.9%205.7-4.4%205.7zm19.6%201.7v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm18.3-25.8v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm-1.7%2010.3c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c0-5.1-3.6-9.3-7.9-9.3zm0%2015.1c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7-2%205.7-4.4%205.7z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-blank{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bmp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bowerrc{background-image:url("/assets/bowerrc-BevFrURx.svg")}.fiv-sqo.fiv-icon-bpg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-browser{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M40.2%2061.2c2.6-1.1%205.4-1.8%208.3-1.9v-7.7H38.4c.1%203.2.7%206.5%201.8%209.6zm-5.6-29.6c1.2%201.2%202.6%202.2%204%203%201.2-2.8%202.8-5.4%204.7-7.8-3.3%201-6.2%202.6-8.7%204.8zm25.2%207.2c-2.6%201.1-5.4%201.8-8.3%201.9v7.7h10.1c-.1-3.2-.7-6.5-1.8-9.6zm-11.3%201.9c-2.9-.2-5.7-.8-8.3-1.9-1.1%203.1-1.7%206.4-1.8%209.7h10.1v-7.8zM41.3%2036c2.3%201%204.7%201.5%207.2%201.7V25.9h-.3l-1.3%201.4c-2.4%202.6-4.2%205.6-5.6%208.7zm20.3%2015.5H51.5v7.7c2.9.2%205.7.8%208.3%201.9%201.1-3%201.7-6.3%201.8-9.6zM51.5%2037.7c2.5-.2%204.9-.7%207.2-1.7-1.4-3.2-3.3-6.1-5.6-8.7L52%2026h-.5v11.7zm14-6.2c-2.5-2.2-5.5-3.8-8.8-4.7%201.9%202.4%203.5%205%204.7%207.8%201.4-.8%202.8-1.8%204.1-3.1zm-17%2030.8c-2.5.2-4.9.7-7.2%201.7%201.4%203.1%203.3%206.1%205.5%208.7L48%2074h.4l.1-11.7zM35.3%2048.5c.1-3.8.9-7.5%202.1-11-1.8-1-3.4-2.2-5-3.7l-.1-.1c-3.6%204-6%209.1-6.3%2014.9l9.3-.1zm29.3%203c-.1%203.8-.9%207.5-2.1%2011%201.8%201%203.4%202.2%205%203.7l.2.2c3.6-4%206-9.1%206.3-14.9h-9.4zm2.9-17.7c-1.5%201.4-3.2%202.7-5%203.7%201.3%203.5%202%207.2%202.1%2011H74c-.3-5.7-2.7-10.9-6.3-14.9l-.2.2zm-2.1%2034.6c-1.2-1.2-2.6-2.2-4-3-1.2%202.8-2.8%205.4-4.7%207.8%203.3-1%206.3-2.6%208.7-4.8zm-32.9-2.2c1.5-1.4%203.2-2.7%204.9-3.7-1.3-3.5-2-7.2-2.1-11H26c.4%205.7%202.7%2010.9%206.3%2014.9l.2-.2zm6.1-.8c-1.4.8-2.8%201.9-4%203%202.5%202.2%205.5%203.8%208.8%204.7-2-2.3-3.6-4.9-4.8-7.7zM58.7%2064c-2.3-1-4.7-1.5-7.2-1.7v11.8h.4l1.3-1.4c2.3-2.6%204.1-5.6%205.5-8.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-bz2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-c{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M51.8%2073c-12.4%200-22.5-10.1-22.5-22.5S39.4%2028%2051.8%2028c7.1%200%2013.6%203.3%2017.9%208.9l-8.2%204.8c-2.5-2.7-6-4.3-9.7-4.3-7.2%200-13.1%205.9-13.1%2013.1s5.9%2013.1%2013.1%2013.1c3.7%200%207.2-1.6%209.7-4.3l8.2%204.8C65.4%2069.7%2058.9%2073%2051.8%2073z'%20fill='%23215997'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cab{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cad{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-caf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cal{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c11e07'/%3e%3cpath%20fill='none'%20d='M63%2034.3h-4.6v-2.5H42.6v2.5H38v-2.5h-6.7v6.8h38.4v-6.8H63z'/%3e%3cpath%20d='M62.5%2023.5h-4.3v3.8H42.9v-3.8h-4.4v3.8H26.8v49.2h34.3l13.1-13V27.3H62.5v-3.8zM69%2062.3H58.7v8.9H32V43.1h37v19.2zm0-29.8V39H32v-6.5h6.5v2.3h4.3v-2.3h15.3v2.3h4.4v-2.3H69z'/%3e%3cpath%20d='M36.8%2052.8H42c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2H59c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm-22.2%207.4H42c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2V60c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2V60c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2V60c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2H59c-.1%200-.2.1-.2.2V60c0%20.1.1.2.2.2zm-22.2%207.4H42c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2zm7.4%200h5.2c.1%200%20.2-.1.2-.2v-5.2c0-.1-.1-.2-.2-.2h-5.2c-.1%200-.2.1-.2.2v5.2c0%20.1.1.2.2.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cd{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M58.7%2057.4c.2-.6.5-1.2.7-1.8l3.3-10.2c.4-1.3.9-2.6%201.7-3.7%201.3-1.8%203.1-2.7%205.2-3%20.8-.1%201.7-.2%202.5-.2h8.1c-.1.1-.1.3-.1.3-.9%201.7-1.9%203.3-2.8%205-1.7%202.9-3.4%205.8-5.1%208.6-1.1%201.8-2.3%203.6-3.7%205.2-1%201.2-2.1%202.4-3.4%203.2-.9.6-1.9.9-3%20.9H50.2c-1.2%200-2.2-.4-3-1.2-1.2-1.1-2-2.6-2.6-4.1-1.1-2.8-1.7-5.7-2.4-8.6-.3-1.4-.7-2.7-1.1-4.1%200-.1-.1-.2-.1-.3l-.3.3c-1.5%201.5-2.9%203.2-4.1%205-.3.5-.4%201.1-.6%201.7-.7%202.1-1.3%204.3-2%206.4-.7%202-2%203.6-3.9%204.6-1.2.6-2.4.9-3.7.9-1.9%200-3.8%200-5.7.1-.5%200-.5%200-.4-.5.8-3%201.8-6%203.1-8.8%201.3-2.9%202.9-5.8%204.9-8.3%201.3-1.7%202.8-3.4%204.7-4.6.9-.6%202-1.1%203.1-1.2h12.8c2.2%200%203.7.9%204.9%202.6.7%201.1%201.3%202.3%201.7%203.5.9%202.5%201.4%205%202.1%207.6.4%201.5.8%202.9%201.1%204.4-.2.1-.2.2%200%20.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cer{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cfg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cfm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%232d444f'/%3e%3cpath%20d='M42.5%2073.7C31.8%2073.7%2027%2063.4%2027%2052.3%2027%2041.2%2031.8%2031%2042.5%2031c3.3%200%206%20.8%208.1%202.3l-1.4%203.4c-1.5-1-3.8-1.7-6.1-1.7-7.5%200-10.4%208.7-10.4%2017.4%200%208.6%203%2017.2%2010.4%2017.2%202.3%200%204.6-.8%206.1-1.7l1.4%203.6c-2.1%201.3-4.8%202.2-8.1%202.2zM66%2043.9v29.2h-5.3V43.9H57v-3.3h3.7V36c0-6.2%203.4-10.3%209.9-10.3.4%200%20.4%200%201.1.1v3.4h-.4c-2.8%200-5.3%201.4-5.3%206.6v4.8h5.7v3.3H66z'%20fill='%232d444f'%20stroke='%232d444f'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cfml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%232d444f'/%3e%3cpath%20d='M42.5%2073.7C31.8%2073.7%2027%2063.4%2027%2052.3%2027%2041.2%2031.8%2031%2042.5%2031c3.3%200%206%20.8%208.1%202.3l-1.4%203.4c-1.5-1-3.8-1.7-6.1-1.7-7.5%200-10.4%208.7-10.4%2017.4%200%208.6%203%2017.2%2010.4%2017.2%202.3%200%204.6-.8%206.1-1.7l1.4%203.6c-2.1%201.3-4.8%202.2-8.1%202.2zM66%2043.9v29.2h-5.3V43.9H57v-3.3h3.7V36c0-6.2%203.4-10.3%209.9-10.3.4%200%20.4%200%201.1.1v3.4h-.4c-2.8%200-5.3%201.4-5.3%206.6v4.8h5.7v3.3H66z'%20fill='%232d444f'%20stroke='%232d444f'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cgi{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23666}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2062.4L42.2%2076V66h36.5v-7.3H42.2v-10zM57.8%2035H21.3v7.3h36.5v10L79%2038.6%2057.8%2025z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-class{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M22.1%2053v-5.8c1.2-.1%202.2-.2%202.9-.7.7-.2%201.1-.9%201.7-1.3.6-.8.8-1.6%201-2.7.1-.9.2-2.1.2-4%200-3.1.1-5.4.6-6.6.2-1.1.9-2.2%201.7-2.9.8-.8%202-1.2%203.6-1.8%201-.2%202.7-.6%204.9-.6h1.2v5.8c-1.9%200-3.1.1-3.7.3-.6.2-.9.6-1.2.9-.2.3-.3%201-.3%202.1s-.1%202.9-.2%205.8c-.1%201.7-.2%202.9-.7%203.9-.3.9-.9%201.8-1.3%202.6-.6.7-1.3%201.2-2.6%202%201%20.7%201.9%201.1%202.6%201.9s1.1%201.7%201.6%202.7c.3%201%20.7%202.6.7%204.3.1%202.7.1%204.5.1%205.2%200%201%20.1%201.8.3%202.2.2.6.8.8%201.2.9.6.2%201.8.3%203.7.3v5.8h-1.3c-2.2%200-4.1-.1-5.4-.6-1.2-.3-2.2-.9-3.1-1.8-.9-.9-1.3-1.8-1.8-2.9-.2-1.1-.3-3-.3-5.7%200-2.9-.1-4.9-.3-5.8-.3-1.2-1-2.2-1.8-2.8-1.2-.2-2.3-.7-4-.7zm55.7%200c-1.2.1-2.2.2-2.9.7-.7.2-1.1.9-1.7%201.3-.6.8-.8%201.6-1%202.7-.1.9-.2%202.1-.2%204%200%203.1-.1%205.4-.6%206.6-.2%201.2-.9%202.2-1.7%202.9-.8.8-2%201.2-3.6%201.8-1%20.2-2.7.6-4.9.6h-1.3v-5.8c1.9%200%203-.1%203.7-.3.7-.2%201-.7%201.2-.9.2-.3.3-1%20.3-2.1%200-.9.1-2.8.2-5.7.1-1.7.3-3%20.8-4%20.3-1%20.9-1.9%201.6-2.7.7-.8%201.3-1.2%202.5-1.9-1.2-.9-2.2-1.6-2.8-2.2-.8-1-1.3-2.6-1.7-4-.2-1.1-.3-3.7-.3-7.5%200-1.1-.1-2-.3-2.6-.2-.3-.7-.8-1.1-.9-.6-.2-1.8-.3-3.8-.3v-5.6h1.3c2.2%200%204.1.1%205.4.6%201.2.3%202.2.9%203.1%201.8s1.3%201.8%201.8%202.9c.2%201.1.6%203%20.6%205.7%200%202.9.1%204.8.3%205.8.3%201.2%201%202.2%201.8%202.7.8.7%202%20.9%203.6.9-.2-.4-.3%205.5-.3%205.5z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cmd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M33.1%2029.8l-6.6%206.6L37.2%2047%2026.5%2057.6l6.6%206.6L50.2%2047zm18.8%2031.1h22.6v9.2H51.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-codekit{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23f1b149'/%3e%3cpath%20d='M25%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L25%2053zM58.8%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014z'%20fill='%23f1b149'%20stroke='%23f1b149'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-coffee{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M43.5%2035.9c5.1-.4%206.6-3.7%2012.6-4.3%202.9-.3%204.8.4%205%201.4.2%201-1.3%201.6-3.1%201.8-2.5.3-3.5-.7-3.7-1.5-1.8.2-2.1%201-2%201.5.2%201.1%202.4%202.1%206.2%201.7%204.3-.4%205.7-2%205.3-3.7-.4-2.2-3.7-4-9.6-3.5-7.6.7-7.5%204.2-12.7%204.6-2.1.2-3.3-.3-3.5-1.1-.1-.8.9-1.2%202.1-1.3%201.1-.1%202.5.1%203.2.4.5-.3.7-.5.6-.8-.2-.8-1.8-1.1-3.7-1-3.8.4-3.8%202.1-3.7%202.8.5%202%203.4%203.3%207%203zm25.7%208.6c-4.7%201.1-10.8%201.8-18.1%201.8-7.4%200-13.5-.8-18.2-1.8-4.2-1.1-6.5-2.3-7.3-3.5.4%202.8%201.1%205.4%202%208-1.1.7-2.1%201.5-2.9%202.6-1.7%202.1-2.4%204.6-2.3%207s1.3%204.4%203.2%205.9c2%201.5%204.1%202%206.5%201.5.9-.1%202-.7%202.9-.9-2%200-3.6-.7-5.3-2-1.8-1.3-3.1-3.2-3.3-5.4-.4-2.1%200-4.1%201.2-5.8.3-.4.5-.6.8-.9.7%201.7%201.4%203.2%202.3%204.8%201.8%202.8%203.6%205.2%205.4%207.8.8%201.5%201.3%203.1%201.7%204.6%201.2%201.7%202.9%202.8%205%203.5%202.6.9%205.3%201.3%208.1%201.3h.3c2.8%200%205.7-.4%208.3-1.3%202-.7%203.6-1.8%204.9-3.5h.1c.3-1.3.8-3%201.5-4.5%201.8-2.6%203.6-5%205.4-7.8%202.4-4.4%204.1-9.4%205-14.7-.8%201.2-3.1%202.4-7.2%203.3zM33%2040.7c4.7%201.2%2010.8%201.8%2018.1%201.8%207.4%200%2013.3-.7%2018.1-1.8%205-1.2%207.4-2.8%207.4-4.2%200-1.1-1.1-2.1-3.1-2.9.4.3.8.8.8%201.3%200%201.5-2.3%202.8-6.8%203.8-4.2.9-9.6%201.6-16.2%201.6-6.4%200-12-.7-16.1-1.5-4.4-1.1-6.7-2.3-6.7-3.8%200-.7.3-1.2%201.2-1.8-2.8%201.1-4.2%202-4.2%203.3%200%201.6%202.4%203.1%207.5%204.2z'%20fill='%2328334c'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-coffeelintignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68.7%2033.3c-9.8-9.8-25.6-9.8-35.4%200-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.7-25.6%200-35.4zM35.5%2061c-4.6-7.1-3.8-16.8%202.5-23%206.3-6.3%2015.9-7.1%2023-2.5L35.5%2061zm5.5%205.5L66.5%2041c4.6%207.1%203.8%2016.8-2.5%2023-6.2%206.3-15.9%207.1-23%202.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-com{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M33.1%2029.8l-6.6%206.6L37.2%2047%2026.5%2057.6l6.6%206.6L50.2%2047zm18.8%2031.1h22.6v9.2H51.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-compile{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M69.5%2068.1V40.4H75v33.3H25V40.4h5.5v27.7h39zM36.3%2026.4h27.2L49.9%2040%2036.3%2026.4z'/%3e%3cpath%20class='st1'%20d='M41.7%2051.4v-5.5h5.5v5.5h-5.5zm16.6%200h-5.5v-5.5h5.5v5.5zM36.1%2057h5.5v5.5h-5.5V57zm22.3%205.5V57h5.5v5.5h-5.5zM52.7%2057v5.5h-5.5V57h5.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-conf{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-config{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cpp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23215997}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M44.4%2072.5C32%2072.5%2021.9%2062.4%2021.9%2050S32%2027.5%2044.4%2027.5c7.1%200%2013.6%203.3%2017.9%208.9l-8.2%204.8c-2.5-2.7-6-4.3-9.7-4.3-7.2%200-13.1%205.9-13.1%2013.1s5.9%2013.1%2013.1%2013.1c3.7%200%207.2-1.6%209.7-4.3l8.2%204.8c-4.2%205.6-10.8%208.9-17.9%208.9z'/%3e%3cpath%20class='st2'%20d='M66.9%2051.9h-3.7v3.7h-3.8v-3.7h-3.7v-3.8h3.7v-3.7h3.8v3.7h3.7zm13.2%200h-3.8v3.7h-3.7v-3.7h-3.8v-3.8h3.8v-3.7h3.7v3.7h3.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cptx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%2359aa5a'/%3e%3cpath%20d='M38.4%2070c-10.8%200-15.7-10.3-15.7-21.5S27.6%2027%2038.4%2027c3.3%200%206%20.9%208.2%202.3l-1.4%203.4c-1.5-1-3.8-1.8-6.1-1.8-7.5%200-10.5%208.8-10.5%2017.5s3%2017.4%2010.5%2017.4c2.3%200%204.6-.8%206.1-1.8l1.5%203.7c-2.3%201.4-5%202.3-8.3%202.3zm24.9-.1c-1.9%200-3.9-.4-5.1-.8v13.4h-5.3V38.2C55.7%2036.7%2059.3%2036%2063%2036c9.4%200%2014.5%206.5%2014.5%2016.4.1%2010.9-5.6%2017.5-14.2%2017.5zm-.5-30.7c-1.6%200-3.4.2-4.7.9v25.7c1%20.4%202.4.7%204%20.7%206.7%200%2010.1-5.1%2010.1-13.8%200-8.2-2.5-13.5-9.4-13.5z'%20fill='%2359aa5a'%20stroke='%2359aa5a'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cr2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-crdownload{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23b4bdcc'/%3e%3cpath%20d='M31%2033.7c11.6-13.5%2033.2-10.9%2041.2%204.9H52.8c-3.5%200-5.7-.1-8.2%201.2-2.9%201.5-5%204.3-5.8%207.6L31%2033.7z'%20opacity='.55'%20fill='%23f44336'/%3e%3cpath%20d='M41.7%2050c0%204.6%203.7%208.3%208.3%208.3s8.3-3.7%208.3-8.3-3.7-8.3-8.3-8.3c-4.6%200-8.3%203.7-8.3%208.3z'%20opacity='.55'%20fill='%232196f3'/%3e%3cpath%20d='M53.2%2060.9c-4.7%201.4-10.1-.2-13.1-5.3-2.3-3.9-8.3-14.4-11.1-19.2-9.6%2014.7-1.3%2034.8%2016.1%2038.2l8.1-13.7z'%20opacity='.55'%20fill='%234caf50'/%3e%3cpath%20d='M57.7%2041.7c3.9%203.6%204.7%209.5%202.1%2014-2%203.4-8.3%2014.1-11.4%2019.3%2018%201.1%2031-16.5%2025.1-33.3H57.7z'%20opacity='.55'%20fill='%23ffc107'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-crt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-crypt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23d5006e}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M44.9%2073c-12.4%200-22.5-10.1-22.5-22.5S32.5%2028%2044.9%2028c7.1%200%2013.6%203.3%2017.9%208.9l-8.2%204.8c-2.5-2.7-6-4.3-9.7-4.3-7.2%200-13.1%205.9-13.1%2013.1s5.9%2013.1%2013.1%2013.1c3.7%200%207.2-1.6%209.7-4.3l8.2%204.8C58.5%2069.7%2052%2073%2044.9%2073z'/%3e%3cpath%20class='st1'%20d='M78.6%2048.6h-3.7v3.8h3.7v3.7h-3.7v3.8h-3.8v-3.8h-3.7v3.8h-3.8v-3.8h-3.7v-3.7h3.7v-3.8h-3.7v-3.7h3.7v-3.8h3.8v3.8h3.7v-3.8h3.8v3.8h3.7z'/%3e%3cpath%20class='st0'%20d='M67.4%2048.6h3.8v3.8h-3.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-csh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cson{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M43.5%2035.9c5.1-.4%206.6-3.7%2012.6-4.3%202.9-.3%204.8.4%205%201.4.2%201-1.3%201.6-3.1%201.8-2.5.3-3.5-.7-3.7-1.5-1.8.2-2.1%201-2%201.5.2%201.1%202.4%202.1%206.2%201.7%204.3-.4%205.7-2%205.3-3.7-.4-2.2-3.7-4-9.6-3.5-7.6.7-7.5%204.2-12.7%204.6-2.1.2-3.3-.3-3.5-1.1-.1-.8.9-1.2%202.1-1.3%201.1-.1%202.5.1%203.2.4.5-.3.7-.5.6-.8-.2-.8-1.8-1.1-3.7-1-3.8.4-3.8%202.1-3.7%202.8.5%202%203.4%203.3%207%203zm25.7%208.6c-4.7%201.1-10.8%201.8-18.1%201.8-7.4%200-13.5-.8-18.2-1.8-4.2-1.1-6.5-2.3-7.3-3.5.4%202.8%201.1%205.4%202%208-1.1.7-2.1%201.5-2.9%202.6-1.7%202.1-2.4%204.6-2.3%207s1.3%204.4%203.2%205.9c2%201.5%204.1%202%206.5%201.5.9-.1%202-.7%202.9-.9-2%200-3.6-.7-5.3-2-1.8-1.3-3.1-3.2-3.3-5.4-.4-2.1%200-4.1%201.2-5.8.3-.4.5-.6.8-.9.7%201.7%201.4%203.2%202.3%204.8%201.8%202.8%203.6%205.2%205.4%207.8.8%201.5%201.3%203.1%201.7%204.6%201.2%201.7%202.9%202.8%205%203.5%202.6.9%205.3%201.3%208.1%201.3h.3c2.8%200%205.7-.4%208.3-1.3%202-.7%203.6-1.8%204.9-3.5h.1c.3-1.3.8-3%201.5-4.5%201.8-2.6%203.6-5%205.4-7.8%202.4-4.4%204.1-9.4%205-14.7-.8%201.2-3.1%202.4-7.2%203.3zM33%2040.7c4.7%201.2%2010.8%201.8%2018.1%201.8%207.4%200%2013.3-.7%2018.1-1.8%205-1.2%207.4-2.8%207.4-4.2%200-1.1-1.1-2.1-3.1-2.9.4.3.8.8.8%201.3%200%201.5-2.3%202.8-6.8%203.8-4.2.9-9.6%201.6-16.2%201.6-6.4%200-12-.7-16.1-1.5-4.4-1.1-6.7-2.3-6.7-3.8%200-.7.3-1.2%201.2-1.8-2.8%201.1-4.2%202-4.2%203.3%200%201.6%202.4%203.1%207.5%204.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-csproj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-css{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st5{fill:%23e6e6e5}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%231072ba'%20d='M30.1%2073l-4.3-49.5h48.4L69.9%2073%2050%2078.5z'/%3e%3cpath%20fill='%232aaae2'%20d='M50%2074.3l16.1-4.4%203.7-42.3H50z'/%3e%3cpath%20fill='%23b4b4b4'%20d='M35.9%2045.8l.5%206.1L50%2045.8v-6.1z'/%3e%3cpath%20class='st5'%20d='M65.2%2033.2L50%2039.7v6.1l14.6-6.5zM50%2061.7l-6.8-1.9-.4-4.8h-6.1l.8%209.5L50%2068z'/%3e%3cpath%20class='st0'%20d='M50%2045.8v6.1h7.5l-.7%207.9-6.8%201.9V68l12.4-3.5%201.7-18.7z'/%3e%3cpath%20class='st5'%20d='M50%2045.8H35.9l.5%206.1H50zm0-6.5v-6.1H34.8l.5%206.1z'/%3e%3cpath%20class='st0'%20d='M50%2033.2v6.1h14.6l.6-6.1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-csv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231f7244}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M62.1%2030.9h14.1v9.4H62.1zm0%2014.5h14.1v9.4H62.1zm0%2014.3h14.1v9.4H62.1zm-19.2%200H57v9.4H42.9zm-19%200H38v9.4H23.9zm19.2-14.2h14.1v9.4H43.1zm-19.2%200H38v9.4H23.9zm19.2-14.6h14.1v9.4H43.1zm-19.2%200H38v9.4H23.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-cue{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2s-.3-1.6-.9-2.2c-.6-.6-1.4-.9-2.2-.9s-1.6.3-2.2.9-.9%201.4-.9%202.2z'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.8-25.6%200-35.4c-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4a6.1%206.1%200%200%201%208.8%200zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dat{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M49.8%2026.5c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c0-5.1-3.6-9.3-7.9-9.3zm0%2015c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7c0%203.2-2%205.7-4.4%205.7zm-16.1%201.8v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm-1.8%2010.3c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c.1-5.1-3.5-9.3-7.9-9.3zm0%2015.1c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7c.1%203.1-1.9%205.7-4.4%205.7zm19.6%201.7v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm18.3-25.8v-15c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8%201.8v15c0%201%20.8%201.8%201.8%201.8s1.8-.8%201.8-1.8zm-1.7%2010.3c-4.4%200-7.9%204.2-7.9%209.3%200%205.1%203.6%209.3%207.9%209.3s7.9-4.2%207.9-9.3c0-5.1-3.6-9.3-7.9-9.3zm0%2015.1c-2.4%200-4.4-2.6-4.4-5.7%200-3.2%202-5.7%204.4-5.7s4.4%202.6%204.4%205.7-2%205.7-4.4%205.7z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-db{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6-.2-.6-.3-2-.1-2.7.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dbf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6-.2-.6-.3-2-.1-2.7.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-deb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dgn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dist{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M21.5%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L21.5%2053v-4.7zm30.6-17.6h4.3L48%2071.3h-4.2l8.3-40.6zM62.3%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014V60z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-diz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.6%2028.8c-3.6%200-2.7%203.6-3.3%205.2-.3.7-.7%201.6-1.1%202.6l.3-.7c-.2.5-.4.7-1%201.1%200%200-2.4%201.5-4.8%202.9-2.6-4.5-7.5-7.3-12.7-7.3-5.2%200-10.1%202.8-12.7%207.3-2.3-1.4-4.8-2.9-4.8-2.9-.6-.4-.8-.6-1-1.1l.3.7c-.4-1-.8-1.9-1.1-2.6-.6-1.6.3-5.2-3.3-5.2-3.6%200-3%204.9-4%206.8-.7%201.2-2.9%202.4-3.8%204-.1.1-.1.2-.2.3-.4.8-.4%201.6.1%202.6%201.8%203.1%204.4.5%206.1.3.7-.1%201.8-.2%202.8-.3l-.7.1c.5-.1.8%200%201.5.3%200%200%202.7%201.5%206.2%203.4v.9c0%202.7.8%205.4%202.2%207.7-4.7%202.8-8.8%205.4-8.8%205.4-.6.4-.9.4-1.4.4h.6-2.6c-1.6-.1-3.8-2-5.8.8s2.2%204%203%205.4c.8%201.5-.2%205.7%203.2%205.3%203.4-.3%202.8-3.2%203.6-4.7.3-.6.8-1.4%201.3-2.3l-.3.6c.2-.4.4-.6%201.1-1%200%200%203.9-2.1%208.5-4.7v6.4c1.2.5%202.4.8%203.7%201.1v-3.5c.6.1%201.2.3%201.8.4V68c1.2.2%202.5.3%203.7.4V65H51v3.4c1.2%200%202.5-.2%203.7-.3v-3.5c.7-.1%201.3-.3%201.8-.4v3.5c1.3-.3%202.5-.7%203.7-1.1v-6.4c4.6%202.5%208.5%204.7%208.5%204.7.6.4.8.6%201.1%201%20.4.7.7%201.3%201%201.7.8%201.4.2%204.3%203.6%204.7%203.4.3%202.3-3.9%203.2-5.3.8-1.5%205-2.6%203-5.4-2-2.8-4.2-.8-5.8-.8h-2.6.6c-.5%200-.8-.1-1.4-.4%200%200-4.1-2.5-8.8-5.4%201.5-2.3%202.2-5%202.3-7.7v-.9c3.5-1.9%206.2-3.4%206.2-3.4.6-.4.9-.4%201.5-.3l-.7-.1c1.1.2%202.1.2%202.8.3%201.7.3%204.3%202.9%206.1-.3%201.8-3.1-2.8-5-3.9-6.9-.7-1.2-.7-3.7-1.5-5.3-.1-.1-.1-.2-.2-.3-.7-.9-1.4-1.3-2.6-1.3zm-28%2016.9c.3%200%20.6%200%20.9.1%202%20.5%202.5%202.4%202%204.4-.5%202-2.6%203.2-4.6%202.6-2-.5-2.6-2.4-2-4.4.4-1.6%202-2.7%203.7-2.7zm10.8%200c1.7%200%203.3%201.1%203.7%202.8.5%202%200%203.9-2%204.4-2%20.5-4.1-.6-4.6-2.6s0-3.9%202-4.4c.3-.1.6-.2.9-.2zM50%2055.1c.5%200%203%203.1%202.7%203.5-.3.3-5.1.3-5.4%200-.3-.4%202.2-3.5%202.7-3.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dll{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M76%2026.2l-23.8%203.2v18.9H76V26.2zm-28.2%203.7L24%2033.1v15.2h23.8V29.9zM24.1%2052.6v15.2L47.9%2071V52.7l-23.8-.1zm28.1%200v18.9L76%2074.7V52.6H52.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dmg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68%2057.3c1.7%200%203.2.7%204.4%201.7l-3.8-27.2c-.3-2.2-2.2-3.8-4.4-3.8H35.8c-2.2%200-4.1%201.5-4.5%203.8L27.5%2059c1.2-1%202.7-1.7%204.5-1.7h36zm0%202.2H32c-2.5%200-4.5%202-4.5%204.5v4.5c0%202.5%202%204.5%204.5%204.5h36c2.5%200%204.5-2%204.5-4.5V64c0-2.5-2-4.5-4.5-4.5zm-3.9%208.6h-2.8c-.8%200-1.4-.6-1.4-1.4s.6-1.4%201.4-1.4h2.8c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4zm3.7%200c-.8%200-1.4-.6-1.4-1.4s.6-1.4%201.4-1.4%201.4.6%201.4%201.4-.6%201.4-1.4%201.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dng{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-doc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-docb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-docm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-docx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dot{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dotm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dotx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%232372ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M27.6%2027l7.9%2029.7L45.2%2027h9.5l9.8%2029.7L72.4%2027H85L71.2%2073H59l-9-26.7L41%2073H28.8L15%2027h12.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-download{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23b4bdcc'/%3e%3cpath%20d='M74.4%2055.4c2.2%202.1%203.6%205.1%203.6%208.4%200%206.4-5.2%2011.6-11.6%2011.6-6.4%200-11.6-5.2-11.6-11.6%200-.5%200-.9.1-1.3.7-5.8%205.6-10.3%2011.5-10.3%203.1%200%205.9%201.2%208%203.2z'%20opacity='.55'%20fill='%23ef806f'/%3e%3cpath%20d='M75.3%2051c0%20.9-.1%201.8-.3%202.7-2.4-2.1-5.4-3.2-8.6-3.2-6.8%200-12.4%205.1-13.2%2011.8v.2h-22c-5.1%200-9.2-4.1-9.2-9.2%200-3.9%202.5-7.3%206-8.6v-.6c0-4.7%203.8-8.5%208.5-8.5%201.5%200%202.9.4%204.1%201.1%201.3-5.8%206.5-10.1%2012.7-10.1%207.2%200%2013%205.8%2013%2013v.2c5.2%201.2%209%205.7%209%2011.2z'%20opacity='.55'%20fill='%231ea6c6'/%3e%3cpath%20class='st0'%20d='M72.5%2065.3l-6%205.9-5.9-5.9h3.6V57h4.7v8.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dpj{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23666;stroke:%23666;stroke-miterlimit:10}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M62.3%2064.5c11.2-5.8%206-11.5%202.4-10.7-.9.2-1.3.3-1.3.3s.3-.5%201-.7c7.2-2.5%2012.7%207.4-2.3%2011.4-.1%200%20.1-.2.2-.3m-10-16.4c2.9%203.3-.8%206.3-.8%206.3s7.3-3.8%204-8.5c-3.1-4.4-5.6-6.6%207.5-14.2%200%200-20.5%205.2-10.7%2016.4'/%3e%3cpath%20class='st2'%20d='M55.5%2019.5s6.2%206.2-5.9%2015.8c-9.7%207.7-2.2%2012.1%200%2017.1-5.7-5.1-9.8-9.6-7-13.8%204-6.2%2015.4-9.2%2012.9-19.1M41.6%2066.9s-2.3%201.3%201.6%201.8c4.7.5%207.2.5%2012.4-.5%200%200%201.4.9%203.3%201.6-11.7%205-26.5-.3-17.3-2.9m-1.4-6.5s-2.6%201.9%201.4%202.3c5.1.5%209.1.6%2016-.8%200%200%201%201%202.5%201.5-14.2%204.2-30%20.3-19.9-3'/%3e%3cpath%20class='st2'%20d='M67.8%2071.8s1.7%201.4-1.9%202.5c-6.8%202.1-28.2%202.7-34.1.1-2.1-.9%201.9-2.2%203.1-2.5%201.3-.3%202.1-.2%202.1-.2-2.4-1.7-15.4%203.3-6.6%204.7%2023.9%203.8%2043.6-1.8%2037.4-4.6M42.7%2053.6s-10.9%202.6-3.9%203.5c3%20.4%208.9.3%2014.4-.2%204.5-.4%209-1.2%209-1.2s-1.6.7-2.7%201.5c-11.1%202.9-32.4%201.6-26.3-1.4%205.3-2.5%209.5-2.2%209.5-2.2'/%3e%3cpath%20class='st2'%20d='M43.8%2080.3c10.8.7%2027.3-.4%2027.7-5.5%200%200-.8%201.9-8.9%203.5-9.2%201.7-20.6%201.5-27.3.4.1%200%201.5%201.2%208.5%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ds_store{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23b4bdcc'/%3e%3cpath%20d='M75.1%2027.6H24.9c-1.9%200-3.4%201.5-3.4%203.4v34.8c0%201.9%201.5%203.4%203.4%203.4H75c1.9%200%203.4-1.5%203.4-3.4V31c.1-1.9-1.4-3.4-3.3-3.4z'%20fill='%23ced2d8'/%3e%3cpath%20fill='%23f2f2f2'%20d='M24.9%2036h50.2v29.7H24.9z'/%3e%3ccircle%20cx='34'%20cy='32.1'%20r='1.1'%20fill='%2354b845'/%3e%3ccircle%20cx='30.1'%20cy='32.1'%20r='1.1'%20fill='%23fbd303'/%3e%3ccircle%20cx='26.3'%20cy='32.1'%20r='1.1'%20fill='%23f0582f'/%3e%3cpath%20d='M67%2058.2l-3.3-.9c-.3-1.4-.9-2.7-1.6-3.9l1.7-2.9c.2-.3.1-.8-.1-1l-2.4-2.4c-.3-.3-.7-.3-1-.1l-2.9%201.7c-1.2-.7-2.5-1.3-3.9-1.6l-.9-3.3c-.1-.4-.4-.6-.8-.6h-3.4c-.4%200-.7.3-.8.6l-1%203.2c-1.4.3-2.7.9-3.9%201.6l-3-1.6c-.3-.2-.8-.1-1%20.1l-2.4%202.4c-.3.3-.3.7-.1%201l1.7%202.9c-.7%201.2-1.3%202.5-1.6%203.9l-3.3.9c-.4.1-.6.4-.6.8v3.4c0%20.4.3.7.6.8l3.3.9c.3%201.4.9%202.7%201.6%203.9l-1.7%203c-.2.3-.1.8.1%201l2.4%202.4c.3.3.7.3%201%20.1l2.9-1.7c1.2.7%202.5%201.3%203.9%201.6l.9%203.3c.1.4.4.6.8.6h3.4c.4%200%20.7-.3.8-.6l.9-3.3c1.4-.3%202.7-.9%203.9-1.6l2.9%201.7c.3.2.8.1%201-.1l2.4-2.4c.3-.3.3-.7.1-1l-1.7-2.9c.7-1.2%201.3-2.5%201.6-3.9l3.3-.9c.4-.1.6-.4.6-.8V59c.2-.3%200-.6-.4-.8zm-17%208.9c-3.5%200-6.3-2.8-6.3-6.3s2.8-6.3%206.3-6.3%206.3%202.8%206.3%206.3-2.8%206.3-6.3%206.3z'%20fill='%236eb1e1'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dtd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M41.9%2048.5l-15.4-7.7v-.1L41.9%2033v-5.3L21.4%2038.6v4.2l20.5%2010.8v-5.1zM52.4%2044l1-18h-6.7l1%2018h4.7zM50%2055.2c2.2%200%203.8-2%203.8-4.4%200-2.7-1.5-4.4-3.8-4.4s-3.8%201.8-3.8%204.4c-.1%202.4%201.4%204.4%203.8%204.4zm8.1-27.5V33l15.7%207.6v.1l-15.7%207.7v5.2l20.5-10.8v-4.4L58.1%2027.7zM24.5%2060.5h51.2V64H24.5v-3.5zm0%2010h51.2V74H24.5v-3.5z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dwg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-dxf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-editorconfig{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-el{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M68.3%2065.3h1.3c0%203.9-.6%206.7-1.9%208.5s-2.8%202.8-4.7%202.8c-1.5%200-3.1-.6-4.5-1.7s-2.7-4.3-3.9-9.5L51.4%2051l-11%2025h-7l15.9-34.2c-.8-4.4-1.8-7.7-3.1-9.8-1.2-2.1-2.7-3.2-4.4-3.2-1.4%200-2.7.5-3.7%201.6-1%201-1.6%202.8-1.7%205h-1.3c.1-3.7.8-6.5%202.1-8.7%201.4-2.1%203.1-3.3%205.2-3.3%201.3%200%202.6.5%203.8%201.6%201.2%201.1%202.2%203%203.1%205.6s2.2%208.2%204.1%2016.5l2.6%2012c1%204.9%202.1%208.1%203.4%209.7s2.6%202.5%204.2%202.5c2.8-.1%204.4-2%204.7-6z'%20fill='%23999'%20stroke='%23999'%20stroke-width='1.5'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-enc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-eot{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2336454d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M40.4%2056.2H28.7l-1.4%203.1c-.5%201-.7%201.9-.7%202.6%200%20.9.4%201.6%201.1%202%20.4.3%201.5.4%203.2.6v.9H20v-.9c1.2-.2%202.2-.6%202.9-1.4.8-.8%201.7-2.4%202.8-4.8l11.8-25.6h.5l12%2026.2c1.1%202.5%202.1%204.1%202.8%204.7.6.5%201.3.8%202.3.9v.9h-16v-.9h.7c1.3%200%202.2-.2%202.7-.5.4-.3.5-.6.5-1.1%200-.3%200-.6-.1-.9%200-.1-.3-.7-.7-1.8l-1.8-4zm-.8-1.8l-4.9-11-5.1%2011h10z'%20fill='%237291a1'/%3e%3cpath%20class='st1'%20d='M80%2044.2l-4.7%2015.7-.5%201.9c0%20.2-.1.4-.1.5%200%20.2.1.4.2.5.1.2.3.2.4.2.3%200%20.8-.3%201.4-.8.2-.2.8-.9%201.8-2.2l.9.4c-1.2%202-2.4%203.5-3.7%204.5-1.3.9-2.7%201.4-4.2%201.4-.9%200-1.6-.2-2.1-.7-.5-.5-.7-1-.7-1.8%200-.6.3-1.8.8-3.4l.6-1.9c-1.9%203.1-3.7%205.4-5.4%206.7-1%20.8-2.1%201.1-3.2%201.1-1.5%200-2.6-.6-3.2-1.8-.7-1.2-1-2.5-1-4%200-2.2.7-4.8%202.1-7.6%201.4-2.9%203.2-5.2%205.5-6.9%201.9-1.4%203.6-2.2%205.3-2.2.9%200%201.6.3%202.2.8.6.5%201%201.4%201.2%202.8l.9-2.9%205.5-.3zm-7.8%204.5c0-1.3-.2-2.2-.6-2.8-.3-.4-.7-.6-1.2-.6s-1%20.2-1.6.7c-1.1%201-2.3%203-3.5%205.9-1.3%203-1.9%205.6-1.9%207.7%200%20.8.1%201.4.4%201.8.3.4.6.6.9.6.7%200%201.5-.4%202.2-1.2%201.1-1.2%202-2.6%202.9-4.3%201.6-2.9%202.4-5.5%202.4-7.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-eps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.6%2041.6L24.5%2069.4l2.5%202.5%2016.3-16.3c-.6-1.3-.4-2.9.7-4%201.4-1.4%203.6-1.4%205%200s1.4%203.6%200%205c-1.1%201.1-2.7%201.3-4%20.7L28.7%2073.5l2.5%202.5L59%2062.9l5.9-16.6-10.7-10.7-16.6%206zm38.1-3.3L62.2%2024.8c-1.1-1.1-2.9-1.1-4%200L55%2028c-1.1%201.1-1.1%202.9%200%204l13.5%2013.5c1.1%201.1%202.9%201.1%204%200l3.2-3.2c1.1-1.1%201.1-2.9%200-4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-epub{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-eslintignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68.7%2033.3c-9.8-9.8-25.6-9.8-35.4%200-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.7-25.6%200-35.4zM35.5%2061c-4.6-7.1-3.8-16.8%202.5-23%206.3-6.3%2015.9-7.1%2023-2.5L35.5%2061zm5.5%205.5L66.5%2041c4.6%207.1%203.8%2016.8-2.5%2023-6.2%206.3-15.9%207.1-23%202.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-exe{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M73.6%2054.8c-2.1-.7-3.4-2.6-3.4-4.8s1.4-4.1%203.4-4.8c.6-.2%201-.9.8-1.5-.6-2.3-1.5-4.4-2.7-6.5-.3-.6-1.1-.8-1.7-.5-.7.4-1.6.6-2.4.6-2.8%200-5-2.3-5-5%200-.8.2-1.7.6-2.4.3-.6.1-1.3-.5-1.7-2-1.2-4.2-2.1-6.5-2.7-.6-.2-1.3.2-1.5.8-.7%202.1-2.6%203.4-4.8%203.4-2.2%200-4.1-1.4-4.8-3.4-.2-.6-.9-1-1.5-.8-2.3.6-4.4%201.5-6.5%202.7-.6.3-.8%201.1-.5%201.7.4.7.6%201.6.6%202.4%200%202.8-2.3%205-5%205-.8%200-1.7-.2-2.4-.6-.6-.3-1.3-.1-1.7.5-1.2%202-2.1%204.2-2.7%206.5-.2.6.2%201.3.8%201.5%202.1.7%203.4%202.6%203.4%204.8s-1.4%204.1-3.4%204.8c-.6.2-1%20.9-.8%201.5.6%202.3%201.5%204.4%202.7%206.5.3.6%201.1.8%201.7.5.7-.4%201.6-.6%202.4-.6%202.8%200%205%202.3%205%205%200%20.8-.2%201.7-.6%202.4-.3.6-.1%201.3.5%201.7%202%201.2%204.2%202.1%206.5%202.7h.3c.5%200%201-.3%201.2-.9.7-2.1%202.6-3.4%204.8-3.4%202.2%200%204.1%201.4%204.8%203.4.2.6.9%201%201.5.8%202.3-.6%204.4-1.5%206.5-2.7.6-.3.8-1.1.5-1.7-.4-.7-.6-1.6-.6-2.4%200-2.8%202.3-5%205-5%20.8%200%201.7.2%202.4.6.6.3%201.3.1%201.7-.5%201.2-2%202.1-4.2%202.7-6.5.2-.5-.1-1.2-.8-1.4zM50%2057.6c-4.2%200-7.6-3.4-7.6-7.6%200-4.2%203.4-7.6%207.6-7.6%204.2%200%207.6%203.4%207.6%207.6%200%204.2-3.4%207.6-7.6%207.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-f4v{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d10407}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M65.6%2036.6c1.4-.5%202.9-.7%204.4-.7V26c-6.7-.2-13.1%202.8-17.2%208.1-1.7%202.2-3.2%204.6-4.3%207.2l-3.2%207.9c-.8%202.4-1.8%204.8-2.9%207.1-.8%201.9-1.8%203.6-3%205.3-1%201.4-2.4%202.5-3.9%203.2-1.7.8-3.6%201.2-5.5%201.2v10c6.7.2%2013.1-2.8%2017.2-8.1%201.3-1.8%202.5-3.7%203.5-5.7l2.7-6.3H65V46h-7.6c.6-1.5%201.4-2.9%202.3-4.3.7-1.2%201.6-2.2%202.6-3.1%201-.9%202.1-1.6%203.3-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-fax{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M42.8%2041.9V26.3c0-1.6%201.3-2.8%202.8-2.8h17.7l9.1%209.1v9.2c0%20.3-.3.6-.6.6h-3.1c-.3%200-.6-.3-.6-.6v-6.2h-5.8c-1.2%200-2.1-.9-2.1-2.1v-5.6H47.1v14c0%20.3-.3.6-.6.6h-3.1c-.3%200-.6-.3-.6-.6zm0%2033.6V47.8c0-.6.4-1%201-1h30.6c.6%200%201%20.4%201%201V71c0%203-2.5%205.5-5.5%205.5H44c-.8%200-1.2-.4-1.2-1zm21.5-21.4c0%201.3%201%202.2%202.2%202.2s2.2-1%202.2-2.2c0-1.3-1-2.2-2.2-2.2-1.1-.2-2.2.8-2.2%202.2zm0%207.6c0%201.3%201%202.2%202.2%202.2%201.3%200%202.2-1%202.2-2.2s-1-2.2-2.2-2.4c-1.1%200-2.2%201-2.2%202.4zm-7.5-7.6c0%201.2%201%202.2%202.2%202.2%201.2%200%202.2-1%202.2-2.2%200-1.2-1-2.2-2.2-2.2-1.2-.2-2.2.8-2.2%202.2zm0%207.6c0%201.2%201%202.2%202.2%202.2%201.3%200%202.2-1%202.2-2.2%200-1.3-1-2.2-2.2-2.4-1.2%200-2.2%201-2.2%202.4zm0%207.5c0%201.2%201%202.2%202.2%202.2%201.3%200%202.2-1%202.2-2.2%200-1.2-1-2.2-2.2-2.2-1.2%200-2.2%201-2.2%202.2zm-7.6-15.1c0%201.3%201%202.2%202.2%202.2%201.2%200%202.2-1%202.2-2.2%200-1.3-1-2.2-2.2-2.2-1.3-.2-2.2.8-2.2%202.2zm0%207.6c0%201.3%201%202.2%202.2%202.2%201.3%200%202.2-1%202.2-2.2%200-1.3-1-2.2-2.2-2.4-1.2%200-2.2%201-2.2%202.4zm0%207.5c0%201.2%201%202.2%202.2%202.2%201.3%200%202.2-1%202.2-2.2%200-1.2-1-2.2-2.2-2.2-1.3%200-2.2%201-2.2%202.2zM30%2076.5h7.3c.6%200%201-.4%201-1V40.9c0-.6-.4-1-1-1h-5.8c-3.9%200-7%203.1-7%207v24.3c0%202.8%202.4%205.3%205.5%205.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-fb2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-fla{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23d10407'/%3e%3cpath%20d='M38.3%2030.5v16.6h14v4.2h-14v22.4H32V26.3h21.9v4.3H38.3zm23.6%2043.2V26.6H68v47.1h-6.1z'%20fill='%23d10407'%20stroke='%23d10407'%20stroke-width='2.5'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-flac{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-flv{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d10407}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M65.6%2036.6c1.4-.5%202.9-.7%204.4-.7V26c-6.7-.2-13.1%202.8-17.2%208.1-1.7%202.2-3.2%204.6-4.3%207.2l-3.2%207.9c-.8%202.4-1.8%204.8-2.9%207.1-.8%201.9-1.8%203.6-3%205.3-1%201.4-2.4%202.5-3.9%203.2-1.7.8-3.6%201.2-5.5%201.2v10c6.7.2%2013.1-2.8%2017.2-8.1%201.3-1.8%202.5-3.7%203.5-5.7l2.7-6.3H65V46h-7.6c.6-1.5%201.4-2.9%202.3-4.3.7-1.2%201.6-2.2%202.6-3.1%201-.9%202.1-1.6%203.3-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-folder{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M96.5%2093.7h-93c-2%200-3.5-1.5-3.5-3.5V35.4h100v54.8c0%202-1.5%203.5-3.5%203.5z'%20fill='%23efce4a'/%3e%3cpath%20d='M44.9%2020V9.7c0-2-1.5-3.5-3.5-3.5h-38C1.5%206.3%200%207.8%200%209.7v25.7h100V23.5c0-2-1.5-3.5-3.5-3.5H44.9z'%20fill='%23ebba16'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gadget{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M76%2026.2l-23.8%203.2v18.9H76V26.2zm-28.2%203.7L24%2033.1v15.2h23.8V29.9zM24.1%2052.6v15.2L47.9%2071V52.7l-23.8-.1zm28.1%200v18.9L76%2074.7V52.6H52.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gdp{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M58.7%2070.6H31.4c-3%200-5.4-2.4-5.4-5.4%200-3%202.4-5.4%205.4-5.4H42c4.8%200%208.8-3.9%208.8-8.8s-3.9-8.8-8.8-8.8h-5.8c.1.5.2%201.1.2%201.7%200%20.6-.1%201.1-.2%201.7H42c3%200%205.4%202.4%205.4%205.4%200%203-2.4%205.4-5.4%205.4H31.4c-4.8%200-8.8%203.9-8.8%208.8s3.9%208.8%208.8%208.8h27.3c-.1-.5-.2-1.1-.2-1.7s.1-1.1.2-1.7zm8.4-3.5c-2.9%200-5.2%202.3-5.2%205.2s2.3%205.2%205.2%205.2c2.9%200%205.2-2.3%205.2-5.2s-2.3-5.2-5.2-5.2zM38.5%2024.5H27.8c-.9%200-1.7.7-1.7%201.7V39c-2.1.7-3.5%202.6-3.5%204.9%200%202.9%202.3%205.2%205.2%205.2s5.2-2.3%205.2-5.2c0-2.3-1.5-4.2-3.5-4.9v-4h9c.9%200%201.7-.7%201.7-1.7v-7.1c-.1-1-.8-1.7-1.7-1.7zM67.1%2028c-6.8%200-12.3%205.5-12.3%2012.3%200%203.7%201.6%207.1%204.4%209.4l6.4%2012.6c.6%201.2%202.3%201.2%203%200L75%2049.8c2.8-2.3%204.4-5.8%204.4-9.4%200-6.8-5.5-12.4-12.3-12.4zm0%2017.6c-2.9%200-5.2-2.3-5.2-5.2s2.3-5.2%205.2-5.2c2.9%200%205.2%202.3%205.2%205.2s-2.3%205.2-5.2%205.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gem{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2l.1-12.2zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'/%3e%3cpath%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2l.1-12.2zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'%20fill='%23992315'%20fill-opacity='0'%20stroke='%23fff'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gif{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gitattributes{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.5%2048.2L52.8%2025.5a3.32%203.32%200%200%200-4.7%200l-4.7%204.7%206%206c1.4-.5%203-.2%204.1%201%201.1%201.1%201.4%202.7.9%204.1l5.8%205.8c1.4-.5%203-.2%204.1.9%201.6%201.6%201.6%204.1%200%205.6-1.6%201.6-4.1%201.6-5.6%200-1.2-1.2-1.5-2.9-.9-4.3l-5.4-5.4V58c.4.2.7.4%201.1.8%201.6%201.6%201.6%204.1%200%205.6-1.6%201.6-4.1%201.6-5.6%200-1.6-1.6-1.7-4.1-.1-5.6.4-.4.8-.7%201.2-.9V43.6c-.4-.2-.8-.5-1.2-.9-1.2-1.2-1.4-2.9-.8-4.4l-6-5.8-15.5%2015.6a3.32%203.32%200%200%200%200%204.7l22.7%2022.7c1.3%201.3%203.4%201.3%204.7%200l22.6-22.6c1.3-1.3%201.3-3.4%200-4.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gitignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68.7%2033.3c-9.8-9.8-25.6-9.8-35.4%200-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.7-25.6%200-35.4zM35.5%2061c-4.6-7.1-3.8-16.8%202.5-23%206.3-6.3%2015.9-7.1%2023-2.5L35.5%2061zm5.5%205.5L66.5%2041c4.6%207.1%203.8%2016.8-2.5%2023-6.2%206.3-15.9%207.1-23%202.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-go{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%232dbcaf}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M49.8%2043.4c-2.6.6-4.4%201.1-7.1%201.9-.6.1-.6.3-1.3-.4-.6-.8-1.1-1.1-2-1.6-2.6-1.3-5.2-.9-7.6.6-2.9%201.9-4.3%204.5-4.3%207.9%200%203.3%202.4%206.1%205.7%206.6%202.9.4%205.2-.6%207.1-2.8.4-.5.8-1%201.1-1.5h-8.1c-.9%200-1.1-.5-.8-1.3.5-1.3%201.5-3.4%202.1-4.5.1-.3.4-.6%201-.6h15.3c.1%201.2.1%202.3-.1%203.4-.5%203-1.6%205.8-3.4%208.2-3%203.9-6.9%206.4-11.9%207.1-4%20.5-7.9-.3-11.2-2.8-3.2-2.4-4.8-5.4-5.3-9.3-.5-4.5.8-8.7%203.5-12.2%203-3.9%206.9-6.3%2011.7-7.2%203.9-.8%207.7-.3%2011.1%202%202.3%201.5%203.8%203.4%204.8%205.9.4.3.2.5-.3.6z'/%3e%3cpath%20class='st2'%20d='M63.7%2066.5c-3.8-.1-7.3-1.1-10.2-3.7-2.5-2.1-4-4.8-4.5-8.1-.8-4.7.5-9%203.4-12.6%203-4%206.7-6.1%2011.7-6.9%204.3-.8%208.3-.4%2011.9%202.1%203.3%202.3%205.3%205.3%205.9%209.3.8%205.7-.9%2010.2-4.8%2014.1-2.8%202.8-6.2%204.5-10%205.3-1.3.4-2.4.4-3.4.5zm9.8-16.9c0-.5%200-1-.1-1.4-.8-4.2-4.5-6.4-8.6-5.5-3.9.9-6.4%203.3-7.3%207.3-.8%203.3.9%206.6%203.8%207.9%202.3%201%204.5.9%206.8-.3%203.5-1.7%205.3-4.3%205.4-8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gpg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-gz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-h{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M33.4%2029.8h7.4V47h18.5V29.8h7.4v40.5h-7.4v-17H40.7v17h-7.4V29.8z'%20fill='%23215997'%20stroke='%23215997'%20stroke-width='1.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-handlebars{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M41.9%2054.5c2.1-.1%204.2.6%205.9%202%20.8.7%201.5%201.5%202.1%202.5%201-1.7%202.6-3.1%204.4-3.8%202.3-.8%204.8-.8%207.2%200%202%20.8%203.8%201.9%205.3%203.4%201.2%201.1%202.4%202.3%203.7%203.3.7.6%201.4%201%202.2%201.3%201.1.4%202.4%200%203.2-.8.7-.8.7-2.1-.1-2.9-.5-.4-1.2-.4-1.7.1%200%200%200%20.1-.1.1-.2.5-.2%201.1.1%201.5-.7-.4-1.2-1.2-1.3-2-.1-1%20.6-1.9%201.5-2.2%201.8-.7%203.9-.1%205%201.4.9%201.5%201.3%203.3%201%205-.2%201.6-1.1%203.1-2.5%204.1-1.9%201.3-4.2%201.9-6.6%201.7-2.2-.1-4.4-.5-6.4-1.4-3.4-1.4-6.6-3.2-10.1-4.3-1.2-.3-2.5-.6-3.7-.8h-2.8c-1.1.1-2.3.4-3.3.8-3.6%201.1-6.8%203-10.2%204.4-2.9%201.2-6.1%201.6-9.2%201-1.8-.3-3.4-1.2-4.6-2.5-1-1.2-1.5-2.7-1.4-4.2-.1-1.5.3-2.9%201.2-4.1.9-1.1%202.3-1.6%203.7-1.5.9%200%201.7.4%202.3%201.1.4.6.5%201.3.3%202-.3.6-.7%201.1-1.2%201.4.3-.4.4-1%20.1-1.5-.4-.5-1.1-.7-1.7-.3-.1%200-.1.1-.2.1-.6.7-.7%201.6-.3%202.4.5.8%201.3%201.3%202.2%201.4%201.3%200%202.6-.6%203.5-1.5%201.9-1.9%204-3.6%206.1-5.2%202-1.2%204.2-1.9%206.4-2zm0-21.8c2.1-.1%204.2.6%205.9%202%20.8.7%201.5%201.5%202.1%202.5%201-1.7%202.6-3.1%204.4-3.8%202.3-.8%204.8-.8%207.2%200%202%20.8%203.8%201.9%205.3%203.4%201.2%201.1%202.4%202.3%203.7%203.3.7.6%201.4%201%202.2%201.3%201.1.4%202.4%200%203.2-.8.7-.8.7-2.1-.1-2.9-.5-.4-1.2-.4-1.7.1%200%200%200%20.1-.1.1-.2.5-.2%201.1.1%201.5-.7-.4-1.2-1.2-1.3-2-.1-1%20.6-1.9%201.5-2.2%201.8-.7%203.9-.1%205%201.4.9%201.5%201.3%203.3%201%205-.2%201.6-1.1%203.1-2.5%204.1-1.9%201.3-4.2%201.9-6.6%201.7-2.2-.1-4.4-.5-6.4-1.4-3.4-1.4-6.6-3.2-10.1-4.3-1.2-.3-2.5-.6-3.7-.8h-2.8c-1.1.1-2.3.4-3.3.8-3.6%201.1-6.8%203-10.2%204.4-2.9%201.2-6.1%201.6-9.2%201-1.8-.3-3.4-1.2-4.6-2.5-1-1.2-1.5-2.7-1.4-4.2-.1-1.5.3-2.9%201.2-4.1.9-1.1%202.3-1.6%203.7-1.5.9%200%201.7.4%202.3%201.1.4.6.5%201.3.3%202-.3.6-.7%201.1-1.2%201.4.3-.4.4-1%20.1-1.5-.4-.5-1.1-.7-1.7-.3-.1%200-.1.1-.2.1-.6.7-.7%201.6-.3%202.4.5.8%201.3%201.3%202.2%201.4%201.3%200%202.6-.6%203.5-1.5%201.9-1.9%204-3.6%206.1-5.2%202-1.2%204.2-1.9%206.4-2z'%20fill='%23c19770'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-hbs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M41.9%2054.5c2.1-.1%204.2.6%205.9%202%20.8.7%201.5%201.5%202.1%202.5%201-1.7%202.6-3.1%204.4-3.8%202.3-.8%204.8-.8%207.2%200%202%20.8%203.8%201.9%205.3%203.4%201.2%201.1%202.4%202.3%203.7%203.3.7.6%201.4%201%202.2%201.3%201.1.4%202.4%200%203.2-.8.7-.8.7-2.1-.1-2.9-.5-.4-1.2-.4-1.7.1%200%200%200%20.1-.1.1-.2.5-.2%201.1.1%201.5-.7-.4-1.2-1.2-1.3-2-.1-1%20.6-1.9%201.5-2.2%201.8-.7%203.9-.1%205%201.4.9%201.5%201.3%203.3%201%205-.2%201.6-1.1%203.1-2.5%204.1-1.9%201.3-4.2%201.9-6.6%201.7-2.2-.1-4.4-.5-6.4-1.4-3.4-1.4-6.6-3.2-10.1-4.3-1.2-.3-2.5-.6-3.7-.8h-2.8c-1.1.1-2.3.4-3.3.8-3.6%201.1-6.8%203-10.2%204.4-2.9%201.2-6.1%201.6-9.2%201-1.8-.3-3.4-1.2-4.6-2.5-1-1.2-1.5-2.7-1.4-4.2-.1-1.5.3-2.9%201.2-4.1.9-1.1%202.3-1.6%203.7-1.5.9%200%201.7.4%202.3%201.1.4.6.5%201.3.3%202-.3.6-.7%201.1-1.2%201.4.3-.4.4-1%20.1-1.5-.4-.5-1.1-.7-1.7-.3-.1%200-.1.1-.2.1-.6.7-.7%201.6-.3%202.4.5.8%201.3%201.3%202.2%201.4%201.3%200%202.6-.6%203.5-1.5%201.9-1.9%204-3.6%206.1-5.2%202-1.2%204.2-1.9%206.4-2zm0-21.8c2.1-.1%204.2.6%205.9%202%20.8.7%201.5%201.5%202.1%202.5%201-1.7%202.6-3.1%204.4-3.8%202.3-.8%204.8-.8%207.2%200%202%20.8%203.8%201.9%205.3%203.4%201.2%201.1%202.4%202.3%203.7%203.3.7.6%201.4%201%202.2%201.3%201.1.4%202.4%200%203.2-.8.7-.8.7-2.1-.1-2.9-.5-.4-1.2-.4-1.7.1%200%200%200%20.1-.1.1-.2.5-.2%201.1.1%201.5-.7-.4-1.2-1.2-1.3-2-.1-1%20.6-1.9%201.5-2.2%201.8-.7%203.9-.1%205%201.4.9%201.5%201.3%203.3%201%205-.2%201.6-1.1%203.1-2.5%204.1-1.9%201.3-4.2%201.9-6.6%201.7-2.2-.1-4.4-.5-6.4-1.4-3.4-1.4-6.6-3.2-10.1-4.3-1.2-.3-2.5-.6-3.7-.8h-2.8c-1.1.1-2.3.4-3.3.8-3.6%201.1-6.8%203-10.2%204.4-2.9%201.2-6.1%201.6-9.2%201-1.8-.3-3.4-1.2-4.6-2.5-1-1.2-1.5-2.7-1.4-4.2-.1-1.5.3-2.9%201.2-4.1.9-1.1%202.3-1.6%203.7-1.5.9%200%201.7.4%202.3%201.1.4.6.5%201.3.3%202-.3.6-.7%201.1-1.2%201.4.3-.4.4-1%20.1-1.5-.4-.5-1.1-.7-1.7-.3-.1%200-.1.1-.2.1-.6.7-.7%201.6-.3%202.4.5.8%201.3%201.3%202.2%201.4%201.3%200%202.6-.6%203.5-1.5%201.9-1.9%204-3.6%206.1-5.2%202-1.2%204.2-1.9%206.4-2z'%20fill='%23c19770'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-heic{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-hs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%23453a62'%20d='M20.5%2070.8L34.4%2050%2020.5%2029.2h10.4L44.8%2050%2030.9%2070.8z'/%3e%3cpath%20fill='%235e5086'%20d='M34.4%2070.8L48.3%2050%2034.4%2029.2h10.4l27.8%2041.6H62.1l-8.6-13-8.7%2013z'/%3e%3cpath%20d='M67.9%2058.7l-4.6-7h16.2v7zM61%2048.3l-4.6-7h23.1v7z'%20fill='%238f4e8b'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-hsl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%23453a62'%20d='M20.5%2070.8L34.4%2050%2020.5%2029.2h10.4L44.8%2050%2030.9%2070.8z'/%3e%3cpath%20fill='%235e5086'%20d='M34.4%2070.8L48.3%2050%2034.4%2029.2h10.4l27.8%2041.6H62.1l-8.6-13-8.7%2013z'/%3e%3cpath%20d='M67.9%2058.7l-4.6-7h16.2v7zM61%2048.3l-4.6-7h23.1v7z'%20fill='%238f4e8b'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-htm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%23e44f26'%20d='M74.3%2023.5H25.7l4.5%2049.4L50%2078.5l19.7-5.6z'/%3e%3cpath%20fill='%23f1662a'%20d='M50%2027.5v46.8l16-4.5%203.9-42.3z'/%3e%3cpath%20class='st0'%20d='M65.3%2033.6H34.7l1.7%2018.5.1-.2h20.8l-.6%207.9-6.7%201.9-6.8-1.9-.4-4.8h-6.1l.9%209.5L50%2068l12.4-3.5%201.8-18.6H42l-.6-6.2h23.3z'/%3e%3cpath%20d='M50%2033.6H34.7l1.7%2018.5V52H50v-6h-8l-.6-6.2H50v-6.2zM42.8%2055h-6.1l.9%209.4L50%2068v-6.3l-6.7-2-.5-4.7z'%20fill='%23ebebeb'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-html{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%23e44f26'%20d='M74.3%2023.5H25.7l4.5%2049.4L50%2078.5l19.7-5.6z'/%3e%3cpath%20fill='%23f1662a'%20d='M50%2027.5v46.8l16-4.5%203.9-42.3z'/%3e%3cpath%20class='st0'%20d='M65.3%2033.6H34.7l1.7%2018.5.1-.2h20.8l-.6%207.9-6.7%201.9-6.8-1.9-.4-4.8h-6.1l.9%209.5L50%2068l12.4-3.5%201.8-18.6H42l-.6-6.2h23.3z'/%3e%3cpath%20d='M50%2033.6H34.7l1.7%2018.5V52H50v-6h-8l-.6-6.2H50v-6.2zM42.8%2055h-6.1l.9%209.4L50%2068v-6.3l-6.7-2-.5-4.7z'%20fill='%23ebebeb'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ibooks{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-icns{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%238ed200}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.7%2025.4c.2-.5.4-.5.6%200L56%2043c.2.5.7.9%201.2.9h18.6c.5%200%20.6.2.2.6L61%2055.4c-.4.3-.6.9-.5%201.5l5.7%2017.7c.2.5-.1.7-.5.3L50.7%2064c-.5-.3-1.1-.3-1.5%200l-15%2010.9c-.4.3-.6.2-.5-.3l5.7-17.7c.1-.5%200-1.1-.5-1.5L24%2044.5c-.4-.3-.3-.6.2-.6h18.6c.6%200%201.1-.4%201.2-.9l5.7-17.6z'/%3e%3cpath%20d='M49.7%2025.4c.2-.5.4-.5.6%200L56%2043c.2.5.7.9%201.2.9h18.6c.5%200%20.6.2.2.6L61%2055.4c-.4.3-.6.9-.5%201.5l5.7%2017.7c.2.5-.1.7-.5.3L50.7%2064c-.5-.3-1.1-.3-1.5%200l-15%2010.9c-.4.3-.6.2-.5-.3l5.7-17.7c.1-.5%200-1.1-.5-1.5L24%2044.5c-.4-.3-.3-.6.2-.6h18.6c.6%200%201.1-.4%201.2-.9l5.7-17.6z'%20fill='none'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ico{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%238ed200}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.7%2025.4c.2-.5.4-.5.6%200L56%2043c.2.5.7.9%201.2.9h18.6c.5%200%20.6.2.2.6L61%2055.4c-.4.3-.6.9-.5%201.5l5.7%2017.7c.2.5-.1.7-.5.3L50.7%2064c-.5-.3-1.1-.3-1.5%200l-15%2010.9c-.4.3-.6.2-.5-.3l5.7-17.7c.1-.5%200-1.1-.5-1.5L24%2044.5c-.4-.3-.3-.6.2-.6h18.6c.6%200%201.1-.4%201.2-.9l5.7-17.6z'/%3e%3cpath%20d='M49.7%2025.4c.2-.5.4-.5.6%200L56%2043c.2.5.7.9%201.2.9h18.6c.5%200%20.6.2.2.6L61%2055.4c-.4.3-.6.9-.5%201.5l5.7%2017.7c.2.5-.1.7-.5.3L50.7%2064c-.5-.3-1.1-.3-1.5%200l-15%2010.9c-.4.3-.6.2-.5-.3l5.7-17.7c.1-.5%200-1.1-.5-1.5L24%2044.5c-.4-.3-.3-.6.2-.6h18.6c.6%200%201.1-.4%201.2-.9l5.7-17.6z'%20fill='none'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ics{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c11e07'/%3e%3cpath%20d='M31.7%2071.7h27.2v-9.1h10.5V42.9H31.7v28.8zm10-21.1l6.5%206.1%2011-11%204.1%204.1-15%2015-10.6-10%204-4.2zm21.1-16h-4.5v-2.4H42.7v2.4h-4.5v-2.4h-6.5v6.6h37.6v-6.6h-6.5z'%20fill='none'/%3e%3cpath%20d='M63.3%2049.9l-4.1-4.1-11%2011-6.5-6.2-4%204.3%2010.6%2010z'/%3e%3cpath%20d='M62.3%2024H58v3.8H43V24h-4.3v3.8H27.3V76H61l12.8-12.8V27.8H62.3V24zm6.3%2038.1H58.5v8.8H32.4V43.2h36.3l-.1%2018.9zm0-29.2v6.4H32.4v-6.4h6.4v2.3h4.3v-2.3h15v2.3h4.3v-2.3h6.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-idx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M69.3%2056.5c0%203.2-2.4%2014-2.4%2014C66.4%2073.2%2064%2076%2061%2076H46.5c-2.1%200-4-1.3-4.9-3.2%200%200-7.1-13.1-9.9-17.8-1.9-3.3-1.9-3.3.6-4.7.4-.3.8-.4%201.4-.4%201%200%201.7.6%202.4%201.4l4.3%205%201.3%201.7V27.8c0-1.5%201.4-2.8%203.1-2.8%201.5%200%202.8%201.3%202.8%202.8l.6%2019.5h1.3l.3-3.3c0-1.5%201.3-2.8%202.8-2.8%201.5%200%202.8%201.3%202.8%202.8l.3%204H57l.3-2.6c0-1.5%201.3-2.8%202.8-2.8%201.5%200%202.8%201.3%202.8%202.8l.3%202.6v.7h1l.3-1.4c0-1.5%201.3-2.8%202.8-2.8s2.8%201.3%202.8%202.8c-.8-.1-.8%206-.8%209.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-iff{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ifo{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2s-.3-1.6-.9-2.2c-.6-.6-1.4-.9-2.2-.9s-1.6.3-2.2.9-.9%201.4-.9%202.2z'%20fill='%23bababa'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.8-25.6%200-35.4c-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4%202.3-2.4%206.2-2.5%208.6-.2l.2.2zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-image{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-img{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c96}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2%200-.8-.3-1.6-.9-2.2-.6-.6-1.4-.9-2.2-.9-.8%200-1.6.3-2.2.9-.6.6-.9%201.4-.9%202.2z'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4%209.8%209.8%2025.6%209.8%2035.4%200%209.8-9.8%209.8-25.6%200-35.4-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4a6.1%206.1%200%200%201%208.8%200zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-in{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-indd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23db007b'/%3e%3cpath%20d='M29.1%2073.7V26.9h6.3v46.8h-6.3zm31.2.6c-10.5%200-16-6.5-16-16.1%200-9.5%205.4-17.1%2016-17.1%201.8%200%203.7.2%205.6.7v-15h5.9V72c-2.4%201.3-6.7%202.3-11.5%202.3zm5.6-29.5c-1.4-.4-3.1-.6-4.6-.6-8.3%200-11.1%206.4-11.1%2013.5%200%207.6%202.9%2013.2%2010.4%2013.2%202.4%200%204.1-.3%205.3-.9V44.8z'%20fill='%23db007b'%20stroke='%23db007b'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-inf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ini{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.5%2042.7c0-3.2-1.9-5.7-4.7-6.8v-9.2c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v9.2c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v23.3c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V50.1c0-.3%200-.4-.1-.5%203-1.1%204.9-3.7%204.9-6.9zm-7.3%202c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm21.2-17.9c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6c0%201.5%201.1%202.7%202.7%202.7%201.5%200%202.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8h.2zm-2.6%2030.6c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zM28.9%2073.3c0%201.5%201.1%202.7%202.7%202.7s2.7-1.1%202.7-2.7V62.7c0-.3%200-.4-.1-.5%202.8-1%204.7-3.7%204.7-6.8s-1.9-5.7-4.7-6.8V26.8c0-1.5-1.1-2.7-2.7-2.7-1.5%200-2.7%201.1-2.7%202.7v21.8c-2.8%201-4.7%203.7-4.7%206.8s1.9%205.8%204.7%206.8c0%20.1-.1.4-.1.5v10.6h.2zm2.7-19.9c1.1%200%202%20.9%202%202s-.9%202-2%202-2-.9-2-2%20.9-2%202-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-iso{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c96}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2%200-.8-.3-1.6-.9-2.2-.6-.6-1.4-.9-2.2-.9-.8%200-1.6.3-2.2.9-.6.6-.9%201.4-.9%202.2z'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4%209.8%209.8%2025.6%209.8%2035.4%200%209.8-9.8%209.8-25.6%200-35.4-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4a6.1%206.1%200%200%201%208.8%200zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-j2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M78.2%2022.5s-11%205.3-20%206.4c-9%201.2-26.1%202.3-29.5%201.5-3.4-.8-5.8-1.8-5.8-1.8l.7%202.4-2.2%202%20.4.7.9.1%202.8.3.4%201.2%201.5.1.8%202.6s3.3.3%204.2.3%202.9-.1%202.9-.1l.1%201%20.7.1v1.2l-1.5%201.4.4.1v.5s-3.5.3-4.9.1c-1.4-.2-1.7-.2-1.7-.2l-.1.1-.1.5h.3l.1%202.7%207.1-.3-.5%209.2-.1%201.2-6-.3V53h1.3l.1-1%201.2-.3.2-.3-4.6-1.1-3.5%201%20.6.5h.6l.1.8%201.2.1v2.4l-1.3.4.3.5.3.2V58h.8v8.6l-1.3.2.2%202.5.8.1-.1%205.7%203.7.1-.8-5.5%205.5-.1-.4%203-.5%202.1%205.6.1.1-5.5L43%2069l-.2%203.5-.1%202.1H46l-.1-5.6.5.1.1-2.7H46l-.2-1.1-.5-3.3.1-3.6h.7v-2.2l-.9.1.1-2.6%201-.1v-.8l.6-.1.6-.5-3.5-.8-3.6.8.4.6h.8l.1%201.1h1v2.3l-4.3-.1.1-2.4.1-2.2v-2.9l.1-3.1%208.7-.4%2010.4-.6.1%202-.4%204.7-.2%204.4-3.8-.1v-3.1l1.4-.1.1-.9.6-.1v-.2h.6l.3-.4-4.3-1-4.3.9.3.5h.5v.2h.6v1h1.3V55h-1.3v.6l.5.1V58l.9.1-.1%209.3-1.3.3v.4h.4v2.4h.7l-.2%203.3-.2%202.8%204.6.1-.2-2.7-.4-2-.1-1.8%203.9-.1-.1%202.8v2.9l2.2.2%203-.1.9-.3-.6-1.6-.1-2.4-.2-1.7%203.7-.1-.2%202.1v3.4l1.5.1h1.5l.7-.2-.4-3.2-.1-2.4.6-.1v-2.1h.2v-.5h-.7l-.1-1.6-.1-6.8h.5v-2.2h.2v-.4l-.8-.1v-2.6l1.3-.1-.1-.9.6-.1v-.2l.8-.4-4-.8-4.1.8.3.5.6-.1v.2h.5v1h1.3l.1%202.5h-4.6l-.5-3.8-.4-2-.4-3.6.2-2.1%209.3-.7v-3.1l.5-.1v-.5l-.4-.2s-5.1.8-6.7.9c-.5%200-.4%200-.8.1v-.6l-1.9-1v-1.2h.7v-1.6s3.9-.3%205.4-.6l3.5-.7%201-2.7%201.9-.6.2-.4%204.4-1.2.5-.4-1.7-3.6.2-.8.8-.4.6-1.9-.3-.3zM57.1%2036.4v1.3h1L58%2039l-1.9%201.3-.1.4h.8v.3l-6%20.3v-.9l.3-.4v-.9l.2-.4.1-.3v-.2l.3-1%205.4-.8zm-12.4%201.1l-.1.9.4.6v1l.4.7-.1.8.3.5-6.1.2V42l.7-.1v-.3l-1.5-.8-.1-1.3h.7l.1-1.4%205.3-.6zm9%2020.5l3.7.2-.1%205%20.5%204.1-3.9-.1-.2-9.2zm-24.7.3l5.9.3-.5%203.4v2.9l.4%201.6-5.8.2v-8.4zm37.8%200v8.5L63%2067l-.1-4.5-.4-4.2h4.3zm-28.4.2h4.4v7.9l-4.1.1-.2-2.6v-2.5l-.1-2.9z'%20fill='%23b41717'%20stroke='%23b41717'%20stroke-width='.25'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jar{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2,.st3{fill:%23c00;stroke:%23c00;stroke-miterlimit:10}.st3{fill:%23265db4;stroke:%23265db4}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M52.3%2047.1c2.9%203.3-.8%206.3-.8%206.3s7.3-3.8%204-8.5c-3.1-4.4-5.6-6.6%207.5-14.2%200%200-20.5%205.2-10.7%2016.4'/%3e%3cpath%20class='st2'%20d='M55.5%2018.5s6.2%206.2-5.9%2015.8c-9.7%207.7-2.2%2012.1%200%2017.1-5.7-5.1-9.8-9.6-7-13.8%204-6.2%2015.4-9.2%2012.9-19.1'/%3e%3cpath%20class='st3'%20d='M62.3%2064.5c11.2-5.8%206-11.5%202.4-10.7-.9.2-1.3.3-1.3.3s.3-.5%201-.7c7.2-2.5%2012.7%207.4-2.3%2011.4-.1%200%20.1-.2.2-.3m-20.7%202.4s-2.3%201.3%201.6%201.8c4.7.5%207.2.5%2012.4-.5%200%200%201.4.9%203.3%201.6-11.7%205-26.5-.3-17.3-2.9m-1.4-6.5s-2.6%201.9%201.4%202.3c5.1.5%209.1.6%2016-.8%200%200%201%201%202.5%201.5-14.2%204.2-30%20.3-19.9-3'/%3e%3cpath%20class='st3'%20d='M67.8%2071.8s1.7%201.4-1.9%202.5c-6.8%202.1-28.2%202.7-34.1.1-2.1-.9%201.9-2.2%203.1-2.5%201.3-.3%202.1-.2%202.1-.2-2.4-1.7-15.4%203.3-6.6%204.7%2023.9%203.8%2043.6-1.8%2037.4-4.6M42.7%2053.6s-10.9%202.6-3.9%203.5c3%20.4%208.9.3%2014.4-.2%204.5-.4%209-1.2%209-1.2s-1.6.7-2.7%201.5c-11.1%202.9-32.4%201.6-26.3-1.4%205.3-2.5%209.5-2.2%209.5-2.2'/%3e%3cpath%20class='st3'%20d='M43.8%2080.3c10.8.7%2027.3-.4%2027.7-5.5%200%200-.8%201.9-8.9%203.5-9.2%201.7-20.6%201.5-27.3.4.1%200%201.5%201.2%208.5%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-java{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2,.st3{fill:%23c00;stroke:%23c00;stroke-miterlimit:10}.st3{fill:%23265db4;stroke:%23265db4}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M52.3%2047.1c2.9%203.3-.8%206.3-.8%206.3s7.3-3.8%204-8.5c-3.1-4.4-5.6-6.6%207.5-14.2%200%200-20.5%205.2-10.7%2016.4'/%3e%3cpath%20class='st2'%20d='M55.5%2018.5s6.2%206.2-5.9%2015.8c-9.7%207.7-2.2%2012.1%200%2017.1-5.7-5.1-9.8-9.6-7-13.8%204-6.2%2015.4-9.2%2012.9-19.1'/%3e%3cpath%20class='st3'%20d='M62.3%2064.5c11.2-5.8%206-11.5%202.4-10.7-.9.2-1.3.3-1.3.3s.3-.5%201-.7c7.2-2.5%2012.7%207.4-2.3%2011.4-.1%200%20.1-.2.2-.3m-20.7%202.4s-2.3%201.3%201.6%201.8c4.7.5%207.2.5%2012.4-.5%200%200%201.4.9%203.3%201.6-11.7%205-26.5-.3-17.3-2.9m-1.4-6.5s-2.6%201.9%201.4%202.3c5.1.5%209.1.6%2016-.8%200%200%201%201%202.5%201.5-14.2%204.2-30%20.3-19.9-3'/%3e%3cpath%20class='st3'%20d='M67.8%2071.8s1.7%201.4-1.9%202.5c-6.8%202.1-28.2%202.7-34.1.1-2.1-.9%201.9-2.2%203.1-2.5%201.3-.3%202.1-.2%202.1-.2-2.4-1.7-15.4%203.3-6.6%204.7%2023.9%203.8%2043.6-1.8%2037.4-4.6M42.7%2053.6s-10.9%202.6-3.9%203.5c3%20.4%208.9.3%2014.4-.2%204.5-.4%209-1.2%209-1.2s-1.6.7-2.7%201.5c-11.1%202.9-32.4%201.6-26.3-1.4%205.3-2.5%209.5-2.2%209.5-2.2'/%3e%3cpath%20class='st3'%20d='M43.8%2080.3c10.8.7%2027.3-.4%2027.7-5.5%200%200-.8%201.9-8.9%203.5-9.2%201.7-20.6%201.5-27.3.4.1%200%201.5%201.2%208.5%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jpe{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jpeg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jpg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-js{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20fill='%2372a536'%20d='M74.3%2023.5H25.7l4.5%2049.4L50%2078.5l19.7-5.6z'/%3e%3cpath%20fill='%239c4'%20d='M50%2027.5v46.8l16-4.5%203.9-42.3z'/%3e%3cpath%20d='M62.4%2064.6L50%2068l-12.5-3.5-.9-9.5h6.2l.3%204.7%206.9%202%206.6-2%201.9-20.1H35.1l-.4-6h30.6l-2.9%2031z'%20fill='%23e6e6e5'/%3e%3cpath%20class='st0'%20d='M62.5%2064.6L50%2068v-6.3l6.6-2%201.9-20.1H50v-6h15.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-json{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M22%2053.4v-5.9c1.3-.1%202.3-.2%202.9-.6.6-.2%201.1-.8%201.6-1.4.5-.7.8-1.5%201-2.6.1-.8.3-2.1.3-4%200-3.2.1-5.4.5-6.7.3-1.2.9-2.3%201.6-3%20.8-.7%202-1.3%203.5-1.8%201-.2%202.6-.5%204.9-.5h1.4v5.8c-1.9%200-3.2.1-3.7.4-.5.2-.9.5-1.3%201-.3.4-.4%201.1-.4%202.1s-.1%203-.3%205.8c-.1%201.7-.3%203-.6%203.9-.4%201-.9%201.8-1.4%202.5-.5.6-1.4%201.3-2.5%202%201%20.6%201.9%201.2%202.5%201.9.6.7%201.1%201.7%201.5%202.7.4%201.1.6%202.5.6%204.3.1%202.7.1%204.4.1%205.2%200%201.1.1%201.8.4%202.3.3.5.8.7%201.3%201%20.5.2%201.8.4%203.7.4V74h-1.4c-2.3%200-4.2-.1-5.3-.5-1.3-.4-2.3-1-3.2-1.8-.9-.8-1.4-1.8-1.8-3-.3-1.2-.4-3.1-.4-5.7%200-3-.1-5-.4-5.8-.4-1.3-1-2.3-1.8-2.9-.5-.5-1.7-.9-3.3-.9zm55.9%200c-1.3.1-2.3.2-2.9.6-.6.2-1.1.8-1.6%201.4-.5.7-.8%201.5-1%202.6-.1.8-.3%202.1-.3%204%200%203.2-.1%205.4-.5%206.7-.3%201.3-.9%202.3-1.6%203-.8.7-2%201.3-3.5%201.8-1%20.2-2.6.5-4.9.5h-1.4v-5.8c1.9%200%203-.1%203.7-.4.6-.2%201-.6%201.3-1s.4-1.1.4-2.1.1-2.9.3-5.7c.1-1.7.4-3.1.8-4%20.4-1.1.9-1.9%201.5-2.6.6-.7%201.4-1.3%202.4-1.9-1.6-1-2.6-1.7-3.1-2.4-.8-1.1-1.4-2.5-1.6-4-.3-1.2-.4-3.7-.4-7.5%200-1.2-.1-2-.4-2.5-.3-.4-.6-.7-1.1-1-.5-.2-1.8-.4-3.8-.4v-5.8h1.4c2.3%200%204.2.1%205.3.5%201.3.4%202.3%201%203.2%201.8.9.8%201.4%201.8%201.8%203%20.3%201.2.5%203.1.5%205.7%200%203%20.1%204.9.4%205.8.4%201.3%201%202.3%201.8%202.7.8.6%202%20.8%203.5%201v5.9l-.2.1z'%20stroke='%23999'%20stroke-width='.5'%20stroke-miterlimit='10'%20fill='%23999'/%3e%3cpath%20class='st1'%20d='M61.1%2052.8c-1-.3-1.6-1.2-1.6-2.2%200-1%20.7-1.9%201.6-2.2.3-.1.5-.4.4-.7-.3-1.1-.7-2.1-1.3-3-.1-.3-.5-.4-.8-.2-.3.2-.7.3-1.1.3-1.3%200-2.3-1.1-2.3-2.3%200-.4.1-.8.3-1.1.1-.3%200-.6-.2-.8-.9-.6-2-1-3-1.3-.3-.1-.6.1-.7.4-.3%201-1.2%201.6-2.2%201.6s-1.9-.7-2.2-1.6c-.1-.3-.4-.5-.7-.4-1.1.3-2.1.7-3%201.3-.3.1-.4.5-.2.8.2.3.3.7.3%201.1%200%201.3-1.1%202.3-2.3%202.3-.4%200-.8-.1-1.1-.3-.3-.1-.6%200-.8.2-.6.9-1%202-1.3%203-.1.3.1.6.4.7%201%20.3%201.6%201.2%201.6%202.2%200%201-.7%201.9-1.6%202.2-.3.1-.5.4-.4.7.3%201.1.7%202.1%201.3%203%20.1.3.5.4.8.2.3-.2.7-.3%201.1-.3%201.3%200%202.3%201.1%202.3%202.3%200%20.4-.1.8-.3%201.1-.1.3%200%20.6.2.8.9.6%202%201%203%201.3h.1c.2%200%20.5-.1.6-.4.3-1%201.2-1.6%202.2-1.6s1.9.7%202.2%201.6c.1.3.4.5.7.4%201.1-.3%202.1-.7%203-1.3.3-.1.4-.5.2-.8-.2-.3-.3-.7-.3-1.1%200-1.3%201.1-2.3%202.3-2.3.4%200%20.8.1%201.1.3.3.1.6%200%20.8-.2.6-.9%201-2%201.3-3%20.1-.3-.1-.6-.4-.7zM50%2054.1c-2%200-3.6-1.6-3.6-3.6s1.6-3.6%203.6-3.6%203.6%201.6%203.6%203.6-1.6%203.6-3.6%203.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jsp{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2,.st3{fill:%23c00;stroke:%23c00;stroke-miterlimit:10}.st3{fill:%23265db4;stroke:%23265db4}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M52.3%2047.1c2.9%203.3-.8%206.3-.8%206.3s7.3-3.8%204-8.5c-3.1-4.4-5.6-6.6%207.5-14.2%200%200-20.5%205.2-10.7%2016.4'/%3e%3cpath%20class='st2'%20d='M55.5%2018.5s6.2%206.2-5.9%2015.8c-9.7%207.7-2.2%2012.1%200%2017.1-5.7-5.1-9.8-9.6-7-13.8%204-6.2%2015.4-9.2%2012.9-19.1'/%3e%3cpath%20class='st3'%20d='M62.3%2064.5c11.2-5.8%206-11.5%202.4-10.7-.9.2-1.3.3-1.3.3s.3-.5%201-.7c7.2-2.5%2012.7%207.4-2.3%2011.4-.1%200%20.1-.2.2-.3m-20.7%202.4s-2.3%201.3%201.6%201.8c4.7.5%207.2.5%2012.4-.5%200%200%201.4.9%203.3%201.6-11.7%205-26.5-.3-17.3-2.9m-1.4-6.5s-2.6%201.9%201.4%202.3c5.1.5%209.1.6%2016-.8%200%200%201%201%202.5%201.5-14.2%204.2-30%20.3-19.9-3'/%3e%3cpath%20class='st3'%20d='M67.8%2071.8s1.7%201.4-1.9%202.5c-6.8%202.1-28.2%202.7-34.1.1-2.1-.9%201.9-2.2%203.1-2.5%201.3-.3%202.1-.2%202.1-.2-2.4-1.7-15.4%203.3-6.6%204.7%2023.9%203.8%2043.6-1.8%2037.4-4.6M42.7%2053.6s-10.9%202.6-3.9%203.5c3%20.4%208.9.3%2014.4-.2%204.5-.4%209-1.2%209-1.2s-1.6.7-2.7%201.5c-11.1%202.9-32.4%201.6-26.3-1.4%205.3-2.5%209.5-2.2%209.5-2.2'/%3e%3cpath%20class='st3'%20d='M43.8%2080.3c10.8.7%2027.3-.4%2027.7-5.5%200%200-.8%201.9-8.9%203.5-9.2%201.7-20.6%201.5-27.3.4.1%200%201.5%201.2%208.5%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-jsx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st3{stroke-width:.75;stroke-miterlimit:10;fill:%2372bed3;stroke:%2372bed3}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st3'%20d='M78%2050.5c0-3.7-4.6-7.2-11.7-9.4%201.6-7.2.9-13-2.3-14.9-.8-.4-1.6-.6-2.6-.6v2.6c.5%200%201%20.1%201.3.3%201.5.9%202.3%204.3%201.7%208.6-.1%201.1-.3%202.2-.5%203.3-2.3-.5-4.6-1-7.2-1.3-1.5-2.2-3.1-4-4.7-5.7%203.8-3.4%207.2-5.4%209.6-5.4v-2.6c-3.1%200-7.2%202.3-11.4%206.1-4.2-3.9-8.3-6-11.4-6v2.6c2.4%200%205.8%201.8%209.6%205.3-1.6%201.7-3.2%203.6-4.7%205.7-2.6.3-5.1.6-7.2%201.3-.2-1.2-.4-2.3-.6-3.3-.5-4.3.1-7.8%201.6-8.6.3-.2.8-.3%201.3-.3v-2.6c-1%200-1.8.2-2.6.6-3.2%201.8-3.9%207.6-2.3%2014.9-7.3%202.2-11.9%205.7-11.9%209.4s4.6%207.2%2011.7%209.4c-1.6%207.2-.9%2013%202.3%2014.9.8.4%201.6.6%202.6.6%203.1%200%207.2-2.3%2011.4-6.1%204.2%203.9%208.3%206%2011.4%206%201%200%201.8-.2%202.6-.6%203.2-1.8%203.9-7.6%202.3-14.9%207.1-2.1%2011.7-5.6%2011.7-9.3zm-14.9-7.6c-.4%201.5-1%203-1.5%204.5-.4-.9-1-1.8-1.5-2.7-.5-.9-1.1-1.8-1.6-2.7%201.6.2%203.1.5%204.6.9zM57.9%2055c-.9%201.5-1.8%203-2.8%204.3-1.6.2-3.3.3-5.1.3s-3.4-.1-5.2-.2c-1-1.4-1.8-2.8-2.8-4.3-.9-1.5-1.6-3-2.4-4.5.8-1.5%201.5-3%202.4-4.5.9-1.5%201.8-3%202.8-4.3%201.7-.1%203.4-.2%205.2-.2s3.4.1%205.2.2c1%201.4%201.8%202.8%202.8%204.3.9%201.5%201.6%203%202.4%204.5-.8%201.4-1.7%202.9-2.5%204.4zm3.7-1.5c.6%201.5%201.2%203%201.6%204.5-1.5.3-3.1.6-4.7.9.5-.9%201.1-1.8%201.6-2.7.6-.7%201-1.7%201.5-2.7zM50%2065.8c-1.1-1.1-2.2-2.4-3.1-3.7%201.1%200%202%20.1%203.1.1s2.2%200%203.1-.1c-.9%201.3-2%202.5-3.1%203.7zM41.5%2059c-1.6-.2-3.2-.5-4.6-.9.4-1.5%201-3%201.5-4.5.4.9%201%201.8%201.5%202.7.5%201%201.1%201.8%201.6%202.7zM50%2035.3c1.1%201.1%202.2%202.4%203.1%203.7-1.1%200-2-.1-3.1-.1s-2.2%200-3.1.1c.9-1.4%202-2.6%203.1-3.7zM41.5%2042c-.5.9-1.1%201.8-1.6%202.7l-1.5%202.7c-.6-1.5-1.2-3-1.6-4.5%201.5-.4%203.1-.7%204.7-.9zM31.2%2056.3c-4.1-1.7-6.7-4-6.7-5.8%200-1.8%202.6-4.1%206.7-5.8%201-.4%202-.8%203.1-1.2.6%202.3%201.5%204.5%202.6%207-1.1%202.4-1.9%204.7-2.6%206.9-1-.3-2.1-.6-3.1-1.1zm6.1%2016.3c-1.5-.9-2.3-4.3-1.7-8.6.1-1.1.3-2.2.5-3.3%202.3.5%204.6%201%207.2%201.3%201.5%202.2%203.1%204%204.7%205.7-3.8%203.4-7.2%205.4-9.6%205.4-.2-.2-.7-.3-1.1-.5zm27.1-8.7c.5%204.3-.1%207.8-1.6%208.6-.3.2-.8.3-1.3.3-2.4%200-5.8-1.8-9.6-5.3%201.6-1.7%203.2-3.6%204.7-5.7%202.6-.3%205.1-.6%207.2-1.3.3%201.2.5%202.4.6%203.4zm4.4-7.6c-1%20.4-2%20.8-3.1%201.2-.6-2.3-1.5-4.5-2.6-7%201.1-2.4%201.9-4.7%202.6-6.9%201.1.3%202.2.8%203.2%201.2%204.1%201.7%206.7%204%206.7%205.8-.2%201.7-2.8%204-6.8%205.7z'/%3e%3ccircle%20class='st3'%20cx='50'%20cy='50.5'%20r='5.2'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-key{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-kf8{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-kmk{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231f385e}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78.4%2063.6c0-2.2-1.8-3.9-3.9-3.9H25.6c-2.2%200-3.9%201.8-3.9%203.9v5.6c0%202.2%201.8%203.9%203.9%203.9h48.9c2.2%200%203.9-1.8%203.9-3.9v-5.6zm-21.1%205.1c-1.2%200-2.3-1-2.3-2.3%200-1.4%201.1-2.3%202.3-2.3s2.3%201%202.3%202.3c0%201.4-1%202.3-2.3%202.3zm6.9%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1.1%202.3-2.3%202.3zm6.8%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1%202.3-2.3%202.3zM25.6%2057.3h48.9c1.1%200%202.2.3%203%20.8l-4.8-9.9c-1.4-2.9-3.5-3.9-5.7-3.9h-5.3L54%2052.1c-.5.5-1.2%201-1.9%201.2-.7.3-1.5.4-2.2.4-.8%200-1.5-.1-2.2-.4h-.3c-.5-.3-1.1-.7-1.6-1.1L38.2%2044h-5.3c-2.2%200-4.2%201.2-5.7%203.9L22.4%2058c1-.4%201.9-.7%203.2-.7z'/%3e%3cpath%20class='st1'%20d='M61.4%2040.4c.3-.3.4-.5.7-1%20.1-.4.3-.7.3-1.2%200-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1s-.7-.5-1-.7c-.3-.1-.7-.3-1.1-.3s-.8.1-1.1.3c-.4.1-.7.4-1%20.7l-4.4%204.4V27c0-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1s-.5-.5-1-.7c-.3-.1-.7-.1-1.1-.1s-.8%200-1.1.1c-.4.1-.7.4-1%20.7-.3.3-.5.5-.7%201s-.3.7-.3%201.1v13.7l-4.4-4.4c-.3-.3-.5-.5-1-.7-.3-.1-.7-.3-1.1-.3-.4%200-.8.1-1.1.3-.3.1-.7.4-1%20.7s-.5.5-.7%201c-.1.4-.3.7-.3%201.1s.1.8.3%201.2c.1.4.4.7.7%201l9.4%209.5c.3.3.5.5%201%20.7.3.1.7.3%201.1.3s.8-.1%201.1-.3c.4-.1.7-.4%201-.7l9.8-9.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ksh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-kup{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20d='M57%2067.9c-3.7-3.7-8.2.3-12.2%203.8-5%204.5-8.5%207.2-11.6%204.1-2.2-2.2-2.2-5.1%200-7.9l2%202c.5.5%201.4.5%201.9%200L61%2048.1l-9.8-9.8-22%2023.7c-.5.5-.5%201.4%200%201.9l2.1%202.1c-3.9%204.7-2.6%209.3-.1%2011.8%205.2%205.2%2010.9.1%2015.4-4%204-3.6%206.6-5.6%208.3-4%20.6.5%201.5.4%202-.2.5-.4.5-1.2.1-1.7zm-6.9-16.8c-.5.5-1.4.5-2%200-.5-.5-.5-1.4%200-2l2-2c.5-.5%201.4-.6%202%200%20.5.5.6%201.4%200%202l-2%202zM62.8%2046c.3.3.6.4%201%20.4%202%200%204-.5%205.8-1.6L54.3%2029.6c-1%201.7-1.6%203.7-1.6%205.8%200%20.4.1.7.4%201l9.7%209.6zm9.1-18.7c-4.4-4.4-11.5-4.4-15.8%200L72%2043.2c4.2-4.4%204.2-11.5-.1-15.9z'%20fill='%23039'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-less{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M22%2053.4v-5.9c1.3-.1%202.3-.2%202.9-.6.6-.2%201.1-.8%201.6-1.4.5-.7.8-1.5%201-2.6.1-.8.3-2.1.3-4%200-3.2.1-5.4.5-6.7.3-1.2.9-2.3%201.6-3%20.8-.7%202-1.3%203.5-1.8%201-.2%202.6-.5%204.9-.5h1.4v5.8c-1.9%200-3.2.1-3.7.4-.5.2-.9.5-1.3%201-.3.4-.4%201.1-.4%202.1s-.1%203-.3%205.8c-.1%201.7-.3%203-.6%203.9-.4%201-.9%201.8-1.4%202.5-.5.6-1.4%201.3-2.5%202%201%20.6%201.9%201.2%202.5%201.9.6.7%201.1%201.7%201.5%202.7.4%201.1.6%202.5.6%204.3.1%202.7.1%204.4.1%205.2%200%201.1.1%201.8.4%202.3.3.5.8.7%201.3%201%20.5.2%201.8.4%203.7.4V74h-1.4c-2.3%200-4.2-.1-5.3-.5-1.3-.4-2.3-1-3.2-1.8-.9-.8-1.4-1.8-1.8-3-.3-1.2-.4-3.1-.4-5.7%200-3-.1-5-.4-5.8-.4-1.3-1-2.3-1.8-2.9-.5-.5-1.7-.9-3.3-.9zm55.9%200c-1.3.1-2.3.2-2.9.6-.6.2-1.1.8-1.6%201.4-.5.7-.8%201.5-1%202.6-.1.8-.3%202.1-.3%204%200%203.2-.1%205.4-.5%206.7-.3%201.3-.9%202.3-1.6%203-.8.7-2%201.3-3.5%201.8-1%20.2-2.6.5-4.9.5h-1.4v-5.8c1.9%200%203-.1%203.7-.4.6-.2%201-.6%201.3-1s.4-1.1.4-2.1.1-2.9.3-5.7c.1-1.7.4-3.1.8-4%20.4-1.1.9-1.9%201.5-2.6.6-.7%201.4-1.3%202.4-1.9-1.6-1-2.6-1.7-3.1-2.4-.8-1.1-1.4-2.5-1.6-4-.3-1.2-.4-3.7-.4-7.5%200-1.2-.1-2-.4-2.5-.3-.4-.6-.7-1.1-1-.5-.2-1.8-.4-3.8-.4v-5.8h1.4c2.3%200%204.2.1%205.3.5%201.3.4%202.3%201%203.2%201.8.9.8%201.4%201.8%201.8%203%20.3%201.2.5%203.1.5%205.7%200%203%20.1%204.9.4%205.8.4%201.3%201%202.3%201.8%202.7.8.6%202%20.8%203.5%201v5.9l-.2.1z'%20fill='%237058c6'%20stroke='%236249a5'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lex{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c93'/%3e%3cpath%20d='M50.1%2054c-3.7-3.6-7-6.8-8.9-14.3h13.1v-5.4h-13V27h-5.7v7.4H22.5V40h13.4s-.1%201-.3%201.9c-1.9%207.3-4%2011.9-13.1%2016.4l1.9%205.5c8.5-4.5%2012.9-10.3%2014.9-16.5%201.9%204.8%205.1%208.6%208.6%2012.2l2.2-5.5zm17.3-17.8H60L46.8%2072.9h5.7l3.7-11h14.9l3.7%2011h5.7c-.1%200-13.1-36.7-13.1-36.7zm-9.3%2020.2l5.7-14.6%205.7%2014.7-11.4-.1z'%20fill='%23c93'%20stroke='%23c93'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-licx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lisp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M68.3%2065.3h1.3c0%203.9-.6%206.7-1.9%208.5s-2.8%202.8-4.7%202.8c-1.5%200-3.1-.6-4.5-1.7s-2.7-4.3-3.9-9.5L51.4%2051l-11%2025h-7l15.9-34.2c-.8-4.4-1.8-7.7-3.1-9.8-1.2-2.1-2.7-3.2-4.4-3.2-1.4%200-2.7.5-3.7%201.6-1%201-1.6%202.8-1.7%205h-1.3c.1-3.7.8-6.5%202.1-8.7%201.4-2.1%203.1-3.3%205.2-3.3%201.3%200%202.6.5%203.8%201.6%201.2%201.1%202.2%203%203.1%205.6s2.2%208.2%204.1%2016.5l2.6%2012c1%204.9%202.1%208.1%203.4%209.7s2.6%202.5%204.2%202.5c2.8-.1%204.4-2%204.7-6z'%20fill='%23066'%20stroke='%23066'%20stroke-width='1.5'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lit{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lnk{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20id='BG'%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20id='Border'%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M52.5%2027.2L43%2036.7c2.8-.8%205.8-.8%208.7-.1.4.1.8.3%201.1.4l4.7-4.7c2.8-2.8%207.3-2.8%2010.1%200s2.8%207.3%200%2010.1l-6.4%206.4-3.7%203.7c-.9.9-2%201.5-3.2%201.8-2.4.6-5%20.1-6.9-1.8-1.3-1.3-1.9-2.9-2-4.5-.6.2-1.1.5-1.5%201l-4.4%204.4c.7%201.5%201.6%203%202.9%204.2%201.8%201.8%204.1%203.1%206.4%203.7%203.7%201%207.7.5%2011-1.5%201-.6%202-1.3%202.8-2.2l10.1-10.1c5.6-5.6%205.6-14.7%200-20.3-5.5-5.6-14.6-5.6-20.2%200z'/%3e%3cpath%20class='st1'%20d='M56.9%2063.3c-3.2.9-6.6.8-9.8-.3l-4.7%204.7c-2.8%202.8-7.3%202.8-10.1%200s-2.8-7.3%200-10.1l10.1-10.1c.9-.9%202-1.5%203.2-1.8%202.4-.6%205-.1%206.9%201.8%201.3%201.3%201.9%202.9%202%204.6.5-.2%201-.6%201.5-1l4.4-4.4c-.7-1.5-1.6-3-2.9-4.2-1.9-1.8-4.1-3.1-6.4-3.7-3.7-1-7.7-.5-11%201.5-1%20.6-2%201.3-2.8%202.2l-10.1%2010c-5.6%205.6-5.6%2014.7%200%2020.3%205.6%205.6%2014.7%205.6%2020.3%200l9.4-9.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lock{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-log{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%236b533b}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M19%2063.7h35.3V73H19v-9.3m0-18.5h62v9.3H19zM19%2027h62v9.3H19z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-lua{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M46.8%2075C34.8%2075%2025%2065.2%2025%2053.2s9.8-22%2022.2-21.8c11.7.3%2021.2%209.8%2021.2%2021.8S58.8%2075%2046.8%2075zm9-37.2c-3.5%200-6.5%203-6.5%206.5s2.8%206.5%206.5%206.5c3.5%200%206.5-2.8%206.5-6.5-.1-3.5-2.8-6.5-6.5-6.5zm12.7%200c-3.5%200-6.5-2.8-6.2-6.5%200-3.5%202.8-6.2%206.5-6.2%203.5%200%206.2%203%206.2%206.5s-3%206.2-6.5%206.2z'%20fill='navy'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M34.3%2057.1c0%201%200%201.8.1%202.5%200%20.7.2%201.2.4%201.7.2.4.6.8%201.2%201%20.5.2%201.3.4%202.2.5.2%200%20.4.2.5.3.1.2.2.4.2.6%200%20.2-.1.4-.2.6-.1.2-.3.3-.5.3-.8%200-1.8-.1-3-.2s-2.4-.2-3.6-.2c-1.3%200-2.5.1-3.7.2-1.2.1-2.3.2-3.3.2-.2%200-.4-.1-.5-.3%200-.1-.1-.3-.1-.5s.1-.5.2-.6c.1-.2.3-.3.5-.3%201-.1%201.8-.3%202.3-.5.5-.2.9-.6%201.2-1%20.2-.4.4-.9.4-1.6%200-.6.1-1.4.1-2.3v-8.9c0-1.9%200-3.4-.1-4.5%200-1.1-.2-2-.4-2.6-.2-.6-.6-1-1.1-1.2-.5-.2-1.2-.3-2.2-.4-.2%200-.4-.1-.5-.2-.1-.2-.2-.3-.2-.5s0-.4.1-.6c.1-.2.3-.3.5-.3.7-.1%201.7-.2%203-.5%201.3-.2%202.7-.6%204.2-1%20.1%200%20.2-.1.5-.1h.5c.4%200%20.7.2%201%20.5.3.3.4.7.4%201.1l-.1%202.9c0%20.2.1.2.2.1.2-.3.5-.7%201-1.3.5-.6%201.1-1.1%201.8-1.7.7-.6%201.6-1.1%202.7-1.5%201.1-.4%202.3-.6%203.6-.6%202.5%200%204.4.5%205.9%201.5%201.4%201%202.6%202.4%203.4%204.3.2-.4.6-1%201.1-1.6.6-.7%201.3-1.3%202.2-1.9.9-.6%201.9-1.1%203-1.6%201.1-.4%202.3-.7%203.7-.7%201.9%200%203.5.3%204.7.9%201.2.6%202.1%201.4%202.8%202.4.7%201%201.1%202.2%201.4%203.6.2%201.4.4%202.9.4%204.5v9.5c0%201%200%201.8.1%202.5%200%20.7.2%201.2.4%201.7.2.4.5.8%201%201%20.4.2%201.1.4%201.9.5.2%200%20.4.2.5.3s.2.4.2.6c0%20.2-.1.4-.2.6s-.3.3-.5.3c-.5%200-1.3-.1-2.5-.2-1.1-.1-2.3-.2-3.5-.2-1.3%200-2.5.1-3.7.2-1.2.1-2.2.2-3.1.2-.2%200-.4-.1-.5-.3-.1-.2-.2-.4-.2-.6%200-.2.1-.5.2-.6.1-.2.3-.3.5-.3%201-.1%201.7-.3%202.2-.5.5-.2.9-.6%201.1-1%20.2-.4.4-.9.4-1.6%200-.6.1-1.4.1-2.3v-7.7c0-1.1%200-2.2-.1-3.4-.1-1.2-.3-2.2-.6-3.2s-.8-1.7-1.5-2.4c-.7-.6-1.6-.9-2.9-.9-1.1%200-2.2.3-3.1.8-1%20.5-1.8%201.2-2.5%202s-1.3%201.7-1.7%202.6c-.4.9-.6%201.8-.6%202.7V57c0%201.2%200%202.1.1%202.8%200%20.7.2%201.2.4%201.6.2.4.5.7%201%20.9.4.2%201.1.3%201.9.5.2%200%20.4.2.5.3.1.2.2.4.2.6%200%20.2-.1.4-.2.6-.1.2-.3.3-.5.3-.5%200-1.3-.1-2.5-.2-1.1-.1-2.3-.2-3.5-.2-1.3%200-2.5.1-3.7.2-1.2.1-2.2.2-3%20.2-.2%200-.4-.1-.5-.3-.1-.2-.2-.4-.2-.6%200-.2.1-.5.2-.6.1-.2.3-.3.5-.3.9-.1%201.6-.3%202.1-.5s.9-.5%201.1-.8c.2-.4.3-.9.4-1.5%200-.6.1-1.5.1-2.6v-7.7c0-1.1-.1-2.2-.1-3.4-.1-1.2-.3-2.2-.7-3.2-.4-1-.9-1.7-1.6-2.4-.7-.6-1.7-.9-3-.9-1.4%200-2.5.2-3.5.7-1%20.5-1.8%201.1-2.4%201.9-.6.8-1.1%201.7-1.4%202.7-.3%201-.4%201.9-.4%202.9v9.1z'%20fill='%23609'%20stroke='%23609'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m2v{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m3u{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%230e3693}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.5%2037.5H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm0%2012.7H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm12.7%206.9H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5h12.8c1.4%200%202.5-1.1%202.5-2.5-.1-1.4-1.2-2.5-2.6-2.5z'/%3e%3cpath%20class='st1'%20d='M70.3%2036.8c-1.8-.9-4.3-2.3-5.2-4.3%200-1-.9-1.9-1.9-1.9-1%200-1.9.9-1.9%201.9v24.8c-2-1-5.6-.7-8.5.9-4.4%202.4-6.3%207-4.3%2010.2%201.9%203.2%207.1%203.8%2011.4%201.4%203.1-1.7%205.1-4.6%205.2-7.3V41.1c6.3%200%2010%202.5%208.7%208.7-.3%201.1-.6%202.3-1.1%203.3-.2.4-.2.8.1%201.1.3.3.9.3%201.4-.2%202.4-2.3%203.8-5.4%203.9-8.6%200-4.3-4.2-6.9-7.8-8.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m3u8{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%230e3693}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.5%2037.5H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm0%2012.7H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm12.7%206.9H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5h12.8c1.4%200%202.5-1.1%202.5-2.5-.1-1.4-1.2-2.5-2.6-2.5z'/%3e%3cpath%20class='st1'%20d='M70.3%2036.8c-1.8-.9-4.3-2.3-5.2-4.3%200-1-.9-1.9-1.9-1.9-1%200-1.9.9-1.9%201.9v24.8c-2-1-5.6-.7-8.5.9-4.4%202.4-6.3%207-4.3%2010.2%201.9%203.2%207.1%203.8%2011.4%201.4%203.1-1.7%205.1-4.6%205.2-7.3V41.1c6.3%200%2010%202.5%208.7%208.7-.3%201.1-.6%202.3-1.1%203.3-.2.4-.2.8.1%201.1.3.3.9.3%201.4-.2%202.4-2.3%203.8-5.4%203.9-8.6%200-4.3-4.2-6.9-7.8-8.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m4{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M73.2%2057.6l-.2-.3c-.1-.1-.1-.2-.2-.3%200-4.5-2.6-8.4-6.4-10.2-.4-1.5-.1-2.1-.1-2.2l.3-.6h3.9c.9%200%201.7-.3%202.3-.9%202.1-2.1%203.2-4.8%203.2-7.8%200-5.5-4-10-9.3-10.7-.3-.1-.5-.1-.8-.1h-31c-6%200-10.8%204.9-10.8%2010.8%200%20.5%200%20.9.1%201.4.1%2010.1%207.8%2018.4%2011.8%2022h-7.7c-1.2%200-2.3.6-2.8%201.7-1%201.6-1.5%203.4-1.5%205.2%200%206%204.9%2010.8%2010.8%2010.8%201.2%200%2031%20.1%2031%20.1h.3c5.6-.5%209.9-5.3%209.9-10.9%200-2.8-1.1-5.8-2.8-8m-7.3-29.8c3.9.4%206.9%203.6%206.9%207.6%200%202.1-.9%204.1-2.3%205.5H42.3c1.1-1.5%201.8-3.4%201.8-5.5%200-3.1-1.6-5.9-4-7.6h25.8zM27.2%2065.6c0-1.3.4-2.6%201-3.7h13.2c.6%201.1%201%202.3%201%203.7%200%204.2-3.4%207.6-7.6%207.6-4.2%200-7.6-3.4-7.6-7.6m38.7%207.6H40.1c2.4-1.7%204-4.5%204-7.7%200-3.1-1.6-5.9-4-7.6h.1s-12.8-9.5-12.9-21.5c-.1-.4-.1-.8-.1-1.2%200-4.2%203.4-7.6%207.6-7.6s7.6%203.4%207.6%207.6v.6c-.1.7-.2%201.4-.4%202-.3.8-.7%201.6-1.3%202.2L39%2042.5h24.8c-.1.2-.2.3-.3.5-.5.8-.6%201.7-.6%202.8-.5-.1-1-.1-1.5-.1-6.3-.1-11.4%205-11.4%2011.3s5.1%2011.4%2011.4%2011.4c4.7%200%208.7-2.8%2010.4-6.8.6%201.3%201%202.7%201%204%200%203.9-3.1%207.3-6.9%207.6m.4-16.3l-7.5%205.7V51.3l7.5%205.6z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.5'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m4a{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m4r{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-m4v{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-map{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M73.1%2060.8c-.2-.4-.6-.6-1.1-.6H58.4c-.5.9-1%201.9-1.5%203-1.2%202.3-2.4%204.7-3.6%206.8l-.1.1c-.7%201.2-1.9%202-3.3%202s-2.7-.8-3.3-2c-.4-.8-1.8-3.4-3.6-6.9l-1.5-3h-7.3c-.5%200-.9.3-1.1.7l-6.3%2013.2c-.2.4-.2.8.1%201.2.2.4.6.6%201.1.6h37.8c.5%200%20.9-.3%201.1-.7L73.2%2062c.1-.4.1-.8-.1-1.2z'/%3e%3cpath%20class='st1'%20d='M50%2024c-7.7%200-14%206.3-14%2014%200%204.7%205.1%2015.7%209.3%2024.1%202%204%203.6%206.8%203.6%206.9.2.4.6.7%201.1.7.5%200%20.9-.3%201.1-.7%200%200%201.6-2.9%203.6-6.9C58.9%2053.7%2064%2042.7%2064%2038c0-7.7-6.3-14-14-14zm0%2022.5c-3.5%200-6.4-2.7-6.8-6.2v-.7c0-3.8%203.1-6.8%206.8-6.8%203.5%200%206.5%202.7%206.8%206.1v.7c0%203.8-3%206.9-6.8%206.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-master{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23999}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2050.5c0%2015.5-12.5%2028-28%2028S22%2066%2022%2050.5s12.5-28%2028-28%2028%2012.5%2028%2028'/%3e%3cpath%20class='st0'%20d='M69.5%2052.6c-.9-6-7.2-9.8-11.8-12.7-2-1.3-5.3-2.9-5.8-5.6-.2-1.1-.2-2.2-.2-3.4%200-.4%200-.9-.1-1.3-.1-.6-.6.1-.9-.4-.8-1.2-.5.4-.4%201%20.2%201.5.4%203%20.4%204.5%200%202.9-.5%205.7-1.2%208.5-1.7%206.6-3%2013.3-1.4%2020%20.3%201.4.8%202.8%201.4%204.1.2.4.5%201.5%201%201.6%201.8.5%203.1.6%204.5%201.9.9.8%201.5.4%202.6%200%203.2-1.3%205.9-2.9%208.1-5.5%203.3-3.6%204.6-7.9%203.8-12.7m-3.3%206c-.3%202.4-1.8%204.6-3.4%206.5-1.1%201.3-2.7%203-4.4%203.6-.6.2.1-1%20.2-1.1.5-.8%201.2-1.5%201.8-2.2.9-1.1%201.6-2.2%202.2-3.5%201.7-4.3%201.3-9.5-1.2-13.4-1.4-2.1-3.3-3.9-5.2-5.5-.9-.8-1.9-1.5-2.6-2.5-.2-.2-1.8-2.3-1.3-2.6.2-.1%203.6%203.6%204%203.8%201.4%201.1%202.9%202.1%204.2%203.3%201.8%201.7%203.6%203.5%204.7%205.7%201.1%202.4%201.3%205.2%201%207.9'/%3e%3cpath%20class='st0'%20d='M49%2023.3c.5.3.6%202.4.6%204.2%200%201.9.2%209.8-.4%2012-.6%202.1-1.9%204.5-3.4%206.6-1.4%202.1-3.1%206.5-3.1%209.2.1%202.7%201.6%207.2%202.8%209%201.2%201.9%203.3%204.5%202.8%205-.8%201-4.1-2.5-5.9-4.6-1.7-2.1-3.5-6.3-3.5-9.6-.1-3.3%201.8-6.4%203.1-8.2%201.3-1.9%203.9-5%204.6-6.5.7-1.4%201.4-3%201.7-5%20.2-2%200-9.3%200-9.3s.1-3.2.7-2.8'/%3e%3cpath%20class='st0'%20d='M47.6%2026.7c.5.2.6.9.6%201.5s-.2%203.2-.3%205.8c-.2%202.5-2.2%204.7-3.7%206.2s-5.9%206.2-7.5%208.5c-1.6%202.3-2.4%205.4-2.3%207.9.2%202.6.8%205.2%203.2%207.9%202.4%202.7%204.1%204%205.4%204.6%201.3.6%202.5%201.1%202.3%201.7-.3.6-1.5.2-2.8-.3-1.3-.5-5.9-2.3-8.5-5.3-2.6-3-3.9-6.9-3.8-10.7.1-3.8%201.2-5.3%202.9-7.8%201.7-2.4%206.5-6%208.1-7%201.5-.9%203.5-2.5%204.5-3.8%201-1.3%201.5-2.3%201.4-4.1-.1-1.7.1-3.3.1-3.9-.1-.3-.1-1.5.4-1.2m.1%2045.4c.2%200%20.1%201-.3%201.5s-1.1.8-1.2.6c-.1-.2.5-.3%201-.8.3-.5.2-1.3.5-1.3m4.7-.1c-.2%200-.1%201%20.3%201.5s1.1.8%201.2.6c.1-.2-.5-.3-1-.8-.3-.4-.2-1.2-.5-1.3m-2.1%201.2c0%20.9%200%201.6-.1%201.6-.2%200-.1-.7-.1-1.6%200-.9-.1-1.6.1-1.6.2-.1.1.7.1%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-md{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M20%2064.5v-29h8.5L37%2046.2l8.6-10.7h8.5v29h-8.5V47.8l-8.5%2010.7-8.5-10.7v16.7H20zm51.2%200L58.4%2050.4h8.5V35.5h8.5v14.9h8.5L71.2%2064.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mdb{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20id='BG'%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20id='Border'%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2057.9c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1-1.4%200-2.8%200-4.1-.1v7.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1v-7.2zm-17-5.4c-1.4%200-2.7%200-4.1-.1l.1%207.7c1.3%200%202.7.1%204.1.1%204.8%200%208.8-.4%2012-1.3%203.2-.8%204.8-1.8%205-3.1v-7.4c-.1%201.2-1.8%202.2-5%203-3.3.7-7.3%201.1-12.1%201.1zm0-9.4c-1.4%200-2.7%200-4.1-.1v7.6c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1V39c-.1%201.2-1.8%202.2-5%203-3.2.7-7.2%201.1-12%201.1zm0-10.6c-1.4%200-2.7.1-4.1.2v8.5c1.3.1%202.7.1%204.1.1%204.8%200%208.8-.5%2012-1.3%203.2-.8%204.9-1.8%205-3.1-.1-1.2-1.8-2.3-5-3.1-3.2-.9-7.2-1.3-12-1.3zM37.9%2044.4c-.1.5-.4%201.9-.9%204.3l-1%204.2%204.1.1-1-4.2c-.6-2.4-1-3.9-1-4.3l-.2-.1zM23%2030.8v40.6l31%205.4V25.2l-31%205.6zM42%2061l-1.2-4.6-5.7-.2-1.1%204.4-3.6-.2L35.9%2041l4.2-.2%206%2020.6L42%2061z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mdf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-me{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M19%2063.7h35.3V73H19v-9.3m0-18.5h62v9.3H19v-9.3zM19%2027h62v9.3H19V27z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23999}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2050.5c0%2015.5-12.5%2028-28%2028S22%2066%2022%2050.5s12.5-28%2028-28%2028%2012.5%2028%2028'/%3e%3cpath%20class='st0'%20d='M69.5%2052.6c-.9-6-7.2-9.8-11.8-12.7-2-1.3-5.3-2.9-5.8-5.6-.2-1.1-.2-2.2-.2-3.4%200-.4%200-.9-.1-1.3-.1-.6-.6.1-.9-.4-.8-1.2-.5.4-.4%201%20.2%201.5.4%203%20.4%204.5%200%202.9-.5%205.7-1.2%208.5-1.7%206.6-3%2013.3-1.4%2020%20.3%201.4.8%202.8%201.4%204.1.2.4.5%201.5%201%201.6%201.8.5%203.1.6%204.5%201.9.9.8%201.5.4%202.6%200%203.2-1.3%205.9-2.9%208.1-5.5%203.3-3.6%204.6-7.9%203.8-12.7m-3.3%206c-.3%202.4-1.8%204.6-3.4%206.5-1.1%201.3-2.7%203-4.4%203.6-.6.2.1-1%20.2-1.1.5-.8%201.2-1.5%201.8-2.2.9-1.1%201.6-2.2%202.2-3.5%201.7-4.3%201.3-9.5-1.2-13.4-1.4-2.1-3.3-3.9-5.2-5.5-.9-.8-1.9-1.5-2.6-2.5-.2-.2-1.8-2.3-1.3-2.6.2-.1%203.6%203.6%204%203.8%201.4%201.1%202.9%202.1%204.2%203.3%201.8%201.7%203.6%203.5%204.7%205.7%201.1%202.4%201.3%205.2%201%207.9'/%3e%3cpath%20class='st0'%20d='M49%2023.3c.5.3.6%202.4.6%204.2%200%201.9.2%209.8-.4%2012-.6%202.1-1.9%204.5-3.4%206.6-1.4%202.1-3.1%206.5-3.1%209.2.1%202.7%201.6%207.2%202.8%209%201.2%201.9%203.3%204.5%202.8%205-.8%201-4.1-2.5-5.9-4.6-1.7-2.1-3.5-6.3-3.5-9.6-.1-3.3%201.8-6.4%203.1-8.2%201.3-1.9%203.9-5%204.6-6.5.7-1.4%201.4-3%201.7-5%20.2-2%200-9.3%200-9.3s.1-3.2.7-2.8'/%3e%3cpath%20class='st0'%20d='M47.6%2026.7c.5.2.6.9.6%201.5s-.2%203.2-.3%205.8c-.2%202.5-2.2%204.7-3.7%206.2s-5.9%206.2-7.5%208.5c-1.6%202.3-2.4%205.4-2.3%207.9.2%202.6.8%205.2%203.2%207.9%202.4%202.7%204.1%204%205.4%204.6%201.3.6%202.5%201.1%202.3%201.7-.3.6-1.5.2-2.8-.3-1.3-.5-5.9-2.3-8.5-5.3-2.6-3-3.9-6.9-3.8-10.7.1-3.8%201.2-5.3%202.9-7.8%201.7-2.4%206.5-6%208.1-7%201.5-.9%203.5-2.5%204.5-3.8%201-1.3%201.5-2.3%201.4-4.1-.1-1.7.1-3.3.1-3.9-.1-.3-.1-1.5.4-1.2m.1%2045.4c.2%200%20.1%201-.3%201.5s-1.1.8-1.2.6c-.1-.2.5-.3%201-.8.3-.5.2-1.3.5-1.3m4.7-.1c-.2%200-.1%201%20.3%201.5s1.1.8%201.2.6c.1-.2-.5-.3-1-.8-.3-.4-.2-1.2-.5-1.3m-2.1%201.2c0%20.9%200%201.6-.1%201.6-.2%200-.1-.7-.1-1.6%200-.9-.1-1.6.1-1.6.2-.1.1.7.1%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mid{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-midi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mk{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M52.5%2053.7l3.7%201%202.1-8-3.6-1c0-1.3-.2-2.6-.5-3.9l3.3-1.9-4.1-7.2-3.4%202c-.9-.9-2-1.7-3.1-2.4l1-3.7-8-2.1-1%203.7c-1.3%200-2.6.2-3.9.5l-1.9-3.3-7.1%204.2%201.9%203.3c-.9.9-1.7%202-2.4%203.1l-3.6-1-2.1%208%203.6%201c0%201.3.2%202.6.5%203.9l-3.3%201.9%204.1%207.2%203.3-1.9c.9.9%202%201.7%203.1%202.4l-1%203.6%208%202.1%201-3.7c1.3%200%202.6-.2%203.9-.5l1.9%203.3%207.2-4.1-1.9-3.3c.9-1%201.7-2.1%202.3-3.2zm-19.8-4.2c-2-3.5-.8-8%202.7-10.1%203.5-2%208-.8%2010.1%202.7%202%203.5.8%208-2.7%2010.1-3.6%202-8.1.8-10.1-2.7zm38.8%2025.4l4.7-2.7-1.3-2.2c.6-.6%201.1-1.3%201.5-2l2.4.6%201.4-5.2-2.4-.6c0-.8-.1-1.7-.3-2.5l2.1-1.2-2.6-4.8-2.1%201.2c-.6-.6-1.3-1.1-2-1.5l.6-2.4-5.2-1.4-.6%202.4c-.8%200-1.7.1-2.5.3L64%2050.8l-4.7%202.7%201.2%202.1c-.6.6-1.1%201.3-1.5%202l-2.6-.6-1.4%205.3%202.4.6c0%20.8.1%201.7.3%202.5l-2.1%201.2%202.7%204.7%202.1-1.2c.6.6%201.3%201.1%202%201.5l-.6%202.4%205.2%201.4.6-2.4c.8%200%201.7-.1%202.5-.3.1.1%201.4%202.2%201.4%202.2zm-8-9.6c-1.3-2.3-.5-5.3%201.8-6.6%202.3-1.3%205.3-.5%206.6%201.8%201.3%202.3.5%205.3-1.8%206.6-2.4%201.3-5.3.5-6.6-1.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mkv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M32.2%2029.8H40l7.9%2020c.9%202.4%202.1%205.9%202.1%205.9h.1s1.1-3.5%202-5.9l7.9-20h7.9l3.2%2040.5h-7.3l-1.7-22.6c-.2-2.7-.1-6.3-.1-6.3s-1.2%203.9-2.2%206.3l-6.6%2015.7h-6.4l-6.5-15.7c-1-2.3-2.2-6.3-2.2-6.3H38s.1%203.6-.1%206.3l-1.7%2022.6h-7.4l3.4-40.5z'%20fill='%23215997'%20stroke='%23215997'%20stroke-width='1.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c93'/%3e%3cpath%20d='M50.1%2054c-3.7-3.6-7-6.8-8.9-14.3h13.1v-5.4h-13V27h-5.7v7.4H22.5V40h13.4s-.1%201-.3%201.9c-1.9%207.3-4%2011.9-13.1%2016.4l1.9%205.5c8.5-4.5%2012.9-10.3%2014.9-16.5%201.9%204.8%205.1%208.6%208.6%2012.2l2.2-5.5zm17.3-17.8H60L46.8%2072.9h5.7l3.7-11h14.9l3.7%2011h5.7c-.1%200-13.1-36.7-13.1-36.7zm-9.3%2020.2l5.7-14.6%205.7%2014.7-11.4-.1z'%20fill='%23c93'%20stroke='%23c93'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mobi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23963}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.8%2045.7c-.3-.6-.7-1.2-1.3-1.6-.1.5-.3%201-.6%201.5L58.3%2069.8c-.6.9-1.9%201.1-2.9.8l-25-7c-1.5-.4-3.3-1.3-3.4-3%200-.6%200-.9.4-1.1.3-.3.8-.2%201.1-.1L52%2066c3.4%201%204.4.2%206.9-3.5l14.4-22.2c.7-1.2.9-2.5.5-3.6s-1.4-2-2.7-2.4l-20.6-5.7c-.5-.1-1-.1-1.5-.1v-.1c-3.2-1.9-4.4%201.7-6%203-.6.5-1.4.8-1.7%201.3-.2.5-.1%201-.3%201.4-.6%201.4-2.4%203.6-3.3%204.3-.6.4-1.2.5-1.6%201.1-.3.4-.2%201.1-.4%201.6-.5%201.2-2.1%203.3-3.2%204.4-.4.4-1%20.6-1.3%201.1-.3.4-.2%201.1-.4%201.6-.7%201.3-2.2%203.2-3.4%204.3-.6.6-1.3.9-1.6%201.5-.1.3%200%20.7-.2%201.1-.2.6-.5%201.1-.7%201.7-.7.9-1%202.1-.9%203.4.2%203.1%202.5%206%205.3%206.8l25%207c2.3.6%205.2-.5%206.6-2.5l14.4-22.2c.7-1.1.9-2.4.5-3.6zm-28.9-7.9l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201l-1.1%201.6c-.3.4-.9.7-1.4.5l-16.5-4.6c-.5-.2-.7-.6-.4-1zM42.7%2044l1.1-1.6c.3-.4.9-.7%201.4-.5l16.5%204.6c.5.1.7.6.4%201L60.9%2049c-.3.4-.9.7-1.4.5L43.1%2045c-.5-.1-.7-.6-.4-1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mod{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mov{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%233679ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.4%2036.5L46.8%2047c-1.5%201.5-1.6%204%200%205.5.8.8%201.8%201.2%202.8%201.2s2-.4%202.8-1.1L62.9%2042c-1.3-2.2-3.2-4.2-5.5-5.5z'/%3e%3cpath%20class='st1'%20d='M74.5%2050c0-13.8-11.2-25-25-25s-25%2011.2-25%2025%2011.2%2025%2025%2025c5.2%200%2010-1.6%2014.1-4.3l4.3%204.3h6.6v-6.6l-4.3-4.3c2.7-4.1%204.3-8.9%204.3-14.1zm-9.4%200c0%208.6-7%2015.6-15.6%2015.6s-15.6-7-15.6-15.6%207-15.6%2015.6-15.6c2.9%200%205.6.8%207.9%202.2%200%200%203.9-3.7%204.2-3.8%202.1%201.4%203.8%203.2%205.3%205.3-.2.3-3.9%204.1-3.9%204.1%201.3%202.1%202.1%204.9%202.1%207.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mp2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mp3{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mp4{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23999}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23.5%2031.2L54%2025.3v51.2L23.5%2071V31.2z'/%3e%3cpath%20class='st1'%20d='M75.3%2071.6H49.4c-1.3%200-2.3-1-2.3-2.3V32.8c0-1.3%201-2.3%202.3-2.3h25.9c1.3%200%202.3%201%202.3%202.3v36.5c0%201.3-1.1%202.3-2.3%202.3zM49.4%2032.7c-.1%200-.3.1-.3.3v36.5c0%20.1.1.3.3.3h25.9c.1%200%20.3-.1.3-.3V32.8c0-.1-.1-.3-.3-.3%200%20.2-25.9.2-25.9.2z'/%3e%3cpath%20class='st1'%20d='M71.5%2052.9h-3.4v-12H52.2v-3.4h19.3v15.4zm-17.6%206.6l6.6-6.6%206.6%206.6-6.6%206.5-6.6-6.5z'/%3e%3cpath%20class='st0'%20d='M42.5%2043.3c-.6-.6-1.1-.9-2-1.1-.7-.3-1.7-.1-2.6-.1-1.7%200-4.7.3-4.7.3L33%2058.9l3.1.3v-5.9s1.9.3%203.4-.1c.9-.3%201.7-.7%202.1-1.1.6-.6%201-1.1%201.3-1.7.4-.9.6-1.7.6-3%20.4-1.7%200-3.1-1-4.1zM40.1%2049c-.6%201.3-2.1%201.3-2.1%201.3h-1.7V45s1.1-.1%202%200c.4.1.9.3%201.1.4.8.7%201.2%202.5.7%203.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpe{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpeg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpga{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23307065}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23.5%2031.2L54%2025.3v51.2L23.5%2071V31.2z'/%3e%3cpath%20class='st1'%20d='M75.3%2071.6H49.4c-1.3%200-2.3-1-2.3-2.3V32.8c0-1.3%201-2.3%202.3-2.3h25.9c1.3%200%202.3%201%202.3%202.3v36.5c0%201.3-1.1%202.3-2.3%202.3zM49.4%2032.7c-.1%200-.3.1-.3.3v36.5c0%20.1.1.3.3.3h25.9c.1%200%20.3-.1.3-.3V32.8c0-.1-.1-.3-.3-.3%200%20.2-25.9.2-25.9.2z'/%3e%3cpath%20class='st1'%20d='M71.5%2052.9h-3.4v-12H52.2v-3.4h19.3v15.4zm-17.6%206.6l6.6-6.6%206.6%206.6-6.6%206.5-6.6-6.5z'/%3e%3cpath%20class='st0'%20d='M42.5%2043.3c-.6-.6-1.1-.9-2-1.1-.7-.3-1.7-.1-2.6-.1-1.7%200-4.7.3-4.7.3L33%2058.9l3.1.3v-5.9s1.9.3%203.4-.1c.9-.3%201.7-.7%202.1-1.1.6-.6%201-1.1%201.3-1.7.4-.9.6-1.7.6-3%20.4-1.7%200-3.1-1-4.1zM40.1%2049c-.6%201.3-2.1%201.3-2.1%201.3h-1.7V45s1.1-.1%202%200c.4.1.9.3%201.1.4.8.7%201.2%202.5.7%203.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-mpt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23307065}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23.5%2031.2L54%2025.3v51.2L23.5%2071V31.2z'/%3e%3cpath%20class='st1'%20d='M75.3%2071.6H49.4c-1.3%200-2.3-1-2.3-2.3V32.8c0-1.3%201-2.3%202.3-2.3h25.9c1.3%200%202.3%201%202.3%202.3v36.5c0%201.3-1.1%202.3-2.3%202.3zM49.4%2032.7c-.1%200-.3.1-.3.3v36.5c0%20.1.1.3.3.3h25.9c.1%200%20.3-.1.3-.3V32.8c0-.1-.1-.3-.3-.3%200%20.2-25.9.2-25.9.2z'/%3e%3cpath%20class='st1'%20d='M71.5%2052.9h-3.4v-12H52.2v-3.4h19.3v15.4zm-17.6%206.6l6.6-6.6%206.6%206.6-6.6%206.5-6.6-6.5z'/%3e%3cpath%20class='st0'%20d='M42.5%2043.3c-.6-.6-1.1-.9-2-1.1-.7-.3-1.7-.1-2.6-.1-1.7%200-4.7.3-4.7.3L33%2058.9l3.1.3v-5.9s1.9.3%203.4-.1c.9-.3%201.7-.7%202.1-1.1.6-.6%201-1.1%201.3-1.7.4-.9.6-1.7.6-3%20.4-1.7%200-3.1-1-4.1zM40.1%2049c-.6%201.3-2.1%201.3-2.1%201.3h-1.7V45s1.1-.1%202%200c.4.1.9.3%201.1.4.8.7%201.2%202.5.7%203.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-msi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-msu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-nef{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-nes{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ff0021}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M64%2025H52.5v51H64c6.3%200%2011.5-5.1%2011.5-11.5v-28C75.5%2030.1%2070.4%2025%2064%2025zm0%2033.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.7%206-6%206zM49.5%2076H36c-6.3%200-11.5-5.1-11.5-11.5v-28C24.5%2030.1%2029.6%2025%2036%2025h13.5v51zM36%2028c-4.7%200-8.5%203.8-8.5%208.5v28.1c0%204.7%203.8%208.5%208.5%208.5h10.6V28H36z'/%3e%3cpath%20class='st1'%20d='M37%2046c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.7%206-6%206z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-nfo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M79.2%2026.5v5.6h-58v-5.6m57.6%2013.4v5.6h-58v-5.6m58%2014v5.6h-58v-5.6m58%2014v5.6h-58v-5.6'%20fill='%23999'%20stroke='%23999'%20stroke-miterlimit='10'/%3e%3cpath%20d='M41.8%2044.6v-2.4c.7-.2%201.6-.6%202.9-.9%201.1-.3%202.4-.6%203.8-.8%201.4-.2%202.6-.5%203.9-.6%201.3-.1%202.4-.2%203.4-.2l1.3.8-6.4%2030.3h4.9v2.5c-.6.5-1.4.8-2.2%201.3-.8.3-1.7.7-2.6%201-.9.3-1.8.6-2.7.7-.9.1-1.8.2-2.6.2-1.8%200-3-.3-3.7-1-.7-.7-1-1.5-1-2.3%200-.9.1-1.8.2-2.7.1-.9.3-1.8.6-3l4.8-21.9-4.6-1zm6-15.9c0-1.6.6-2.9%201.6-3.8s2.4-1.4%204.1-1.4c1.8%200%203.2.5%204.2%201.4%201%20.9%201.6%202.2%201.6%203.8%200%201.5-.6%202.7-1.6%203.5-1%20.9-2.5%201.4-4.2%201.4-1.6%200-3-.5-4.1-1.4-1.1-.8-1.6-1.9-1.6-3.5z'%20fill='%23999'%20stroke='%23fff'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-nix{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M69.4%2028.6v5.5H21.5v-5.5M30.6%2041h47.9v5.6H30.6zm-9.1%2012.4h47.9V59H21.5zm9.1%2012.5h47.9v5.6H30.6z'%20fill='%23666'%20stroke='%23666'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-npmignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68.7%2033.3c-9.8-9.8-25.6-9.8-35.4%200-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.7-25.6%200-35.4zM35.5%2061c-4.6-7.1-3.8-16.8%202.5-23%206.3-6.3%2015.9-7.1%2023-2.5L35.5%2061zm5.5%205.5L66.5%2041c4.6%207.1%203.8%2016.8-2.5%2023-6.2%206.3-15.9%207.1-23%202.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-odb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.8%2075.4c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.2%202.7-10.5%204-16.8%203.7zm0-15c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.2%202.4-10.5%203.7-16.8%203.4zm-.3-15.1c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6s-.2-2-.1-2.7c.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9%200-5.1.1-5.9%200z'/%3e%3cpath%20d='M41.6%2031.9h2c3%20.2%205.4%201%207.7%201.9%204.4-2%2010.9-.4%2014.8%201.1-5-.5-11.1%200-14.6%202-3.5-2.8-10.2-3.6-16.4-2.8%201.8-1.2%203.9-1.8%206.5-2.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ods{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231f7244}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M62.4%2034h14.1v9.4H62.4zm0%2014.5h14.1v9.4H62.4zm0%2014.3h14.1v9.4H62.4zm-19.1%200h14.1v9.4H43.3zm-19.1%200h14.1v9.4H24.2zm24.6-35h2c3%20.2%205.3.9%207.6%201.9%204.4-2%2010.6-.5%2014.6%201-5-.5-10.9%200-14.3%202-3.5-2.8-10-3.6-16.1-2.8%201.7-1.2%203.8-1.9%206.2-2.1zm-1.3%207.5c-3.6.2-6.5%201.4-8.4%203-5.9-2.7-16.1-1.5-19.9%202.1-.3.2-.7.5-.6.8%203.4-1%207.4-1.9%2011.6-1.5%204.2.3%207.3%201.7%209.6%203.6%204.3-3.8%2010.6-6%2018.6-5.9-2.8-1.3-6.9-2.3-10.9-2.1zm-4.1%2013.3h14.1V58H43.4zm-19.1%200h14.1V58H24.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-odt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1,.st2{fill:%231a75ce}.st2{stroke:%231a75ce;stroke-width:.5;stroke-miterlimit:10}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st2'%20d='M59%2042.8h19.4v3.1H59v-3.1zm-37.9%208.4h57.4v3.4H21.1v-3.4zm0%208.4h57.4V63H21.1v-3.4z'/%3e%3cpath%20class='st1'%20d='M53.3%2028.7h2.1c3.2.2%205.7%201%208.1%202%204.7-2.1%2011.3-.5%2015.5%201.1-5.3-.5-11.6%200-15.2%202.1C60%2031%2053.1%2030.1%2046.6%2031c1.9-1.3%204.1-2%206.7-2.3zm-1.5%208c-3.8.2-6.9%201.5-9%203.2-6.3-2.8-17.1-1.6-21.1%202.2-.4.2-.7.5-.6.9%203.6-1.1%207.9-2%2012.3-1.6%204.4.4%207.7%201.8%2010.2%203.8%204.5-4.1%2011.3-6.4%2019.8-6.3-3-1.3-7.3-2.4-11.6-2.2z'/%3e%3cpath%20class='st2'%20d='M21.1%2067.8h57.4v3.4H21.1v-3.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ogg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ogv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ost{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231d6fb5}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.8%2046.5c-2.2.3-3.9%202.6-3.9%205s1.7%204.9%203.9%205c2.2.3%203.9-2%203.9-5s-1.8-5.3-3.9-5z'/%3e%3cpath%20class='st1'%20d='M22.7%2031.8v39.8l31.1%205.6V25.8l-31.1%206zm15.1%2027.9c-3.5-.4-6.2-4.2-6.2-8.2%200-4.2%202.7-7.8%206.2-8.2%203.5-.4%206.2%203.3%206.2%208.2%200%205-2.8%208.6-6.2%208.2zm40.5-21.9L61.2%2052.1l-4.6-3.7V36.5h21.7v1.3z'/%3e%3cpath%20class='st1'%20d='M78.3%2040.6L61.2%2054.8l-4.6-3.7v16h21.7V40.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-otf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2336454d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M40.4%2056.2H28.7l-1.4%203.1c-.5%201-.7%201.9-.7%202.6%200%20.9.4%201.6%201.1%202%20.4.3%201.5.4%203.2.6v.9H20v-.9c1.2-.2%202.2-.6%202.9-1.4.8-.8%201.7-2.4%202.8-4.8l11.8-25.6h.5l12%2026.2c1.1%202.5%202.1%204.1%202.8%204.7.6.5%201.3.8%202.3.9v.9h-16v-.9h.7c1.3%200%202.2-.2%202.7-.5.4-.3.5-.6.5-1.1%200-.3%200-.6-.1-.9%200-.1-.3-.7-.7-1.8l-1.8-4zm-.8-1.8l-4.9-11-5.1%2011h10z'%20fill='%237291a1'/%3e%3cpath%20class='st1'%20d='M80%2044.2l-4.7%2015.7-.5%201.9c0%20.2-.1.4-.1.5%200%20.2.1.4.2.5.1.2.3.2.4.2.3%200%20.8-.3%201.4-.8.2-.2.8-.9%201.8-2.2l.9.4c-1.2%202-2.4%203.5-3.7%204.5-1.3.9-2.7%201.4-4.2%201.4-.9%200-1.6-.2-2.1-.7-.5-.5-.7-1-.7-1.8%200-.6.3-1.8.8-3.4l.6-1.9c-1.9%203.1-3.7%205.4-5.4%206.7-1%20.8-2.1%201.1-3.2%201.1-1.5%200-2.6-.6-3.2-1.8-.7-1.2-1-2.5-1-4%200-2.2.7-4.8%202.1-7.6%201.4-2.9%203.2-5.2%205.5-6.9%201.9-1.4%203.6-2.2%205.3-2.2.9%200%201.6.3%202.2.8.6.5%201%201.4%201.2%202.8l.9-2.9%205.5-.3zm-7.8%204.5c0-1.3-.2-2.2-.6-2.8-.3-.4-.7-.6-1.2-.6s-1%20.2-1.6.7c-1.1%201-2.3%203-3.5%205.9-1.3%203-1.9%205.6-1.9%207.7%200%20.8.1%201.4.4%201.8.3.4.6.6.9.6.7%200%201.5-.4%202.2-1.2%201.1-1.2%202-2.6%202.9-4.3%201.6-2.9%202.4-5.5%202.4-7.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ott{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1,.st2{fill:%231a75ce}.st2{stroke:%231a75ce;stroke-width:.5;stroke-miterlimit:10}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st2'%20d='M59%2042.8h19.4v3.1H59v-3.1zm-37.9%208.4h57.4v3.4H21.1v-3.4zm0%208.4h57.4V63H21.1v-3.4z'/%3e%3cpath%20class='st1'%20d='M53.3%2028.7h2.1c3.2.2%205.7%201%208.1%202%204.7-2.1%2011.3-.5%2015.5%201.1-5.3-.5-11.6%200-15.2%202.1C60%2031%2053.1%2030.1%2046.6%2031c1.9-1.3%204.1-2%206.7-2.3zm-1.5%208c-3.8.2-6.9%201.5-9%203.2-6.3-2.8-17.1-1.6-21.1%202.2-.4.2-.7.5-.6.9%203.6-1.1%207.9-2%2012.3-1.6%204.4.4%207.7%201.8%2010.2%203.8%204.5-4.1%2011.3-6.4%2019.8-6.3-3-1.3-7.3-2.4-11.6-2.2z'/%3e%3cpath%20class='st2'%20d='M21.1%2067.8h57.4v3.4H21.1v-3.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ova{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78.4%2064.6c0-2.2-1.8-3.9-3.9-3.9H25.6c-2.2%200-3.9%201.8-3.9%203.9v5.6c0%202.2%201.8%203.9%203.9%203.9h48.9c2.2%200%203.9-1.8%203.9-3.9v-5.6zm-21.1%205.1c-1.2%200-2.3-1-2.3-2.3%200-1.4%201.1-2.3%202.3-2.3s2.3%201%202.3%202.3c0%201.4-1%202.3-2.3%202.3zm6.9%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1.1%202.3-2.3%202.3zm6.8%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1%202.3-2.3%202.3zM25.6%2058.3h48.9c1.1%200%202.2.3%203%20.8l-4.8-9.9c-1.4-2.9-3.5-3.9-5.7-3.9h-5.3L54%2053.1c-.5.5-1.2%201-1.9%201.2-.7.3-1.5.4-2.2.4-.8%200-1.5-.1-2.2-.4h-.3c-.5-.3-1.1-.7-1.6-1.1L38.2%2045h-5.3c-2.2%200-4.2%201.2-5.7%203.9L22.4%2059c1-.4%201.9-.7%203.2-.7z'/%3e%3cpath%20class='st1'%20d='M61.4%2041.4c.3-.3.4-.5.7-1%20.1-.4.3-.7.3-1.2%200-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.7-.5-1-.7-.3-.1-.7-.3-1.1-.3s-.8.1-1.1.3c-.4.1-.7.4-1%20.7l-4.4%204.4V28c0-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.5-.5-1-.7-.3-.1-.7-.1-1.1-.1s-.8%200-1.1.1c-.4.1-.7.4-1%20.7-.3.3-.5.5-.7%201s-.3.7-.3%201.1v13.7l-4.4-4.4c-.3-.3-.5-.5-1-.7-.3-.1-.7-.3-1.1-.3-.4%200-.8.1-1.1.3-.3.1-.7.4-1%20.7-.3.3-.5.5-.7%201-.1.4-.3.7-.3%201.1s.1.8.3%201.2c.1.4.4.7.7%201l9.4%209.5c.3.3.5.5%201%20.7.3.1.7.3%201.1.3s.8-.1%201.1-.3c.4-.1.7-.4%201-.7l9.8-9.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ovf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78.4%2064.6c0-2.2-1.8-3.9-3.9-3.9H25.6c-2.2%200-3.9%201.8-3.9%203.9v5.6c0%202.2%201.8%203.9%203.9%203.9h48.9c2.2%200%203.9-1.8%203.9-3.9v-5.6zm-21.1%205.1c-1.2%200-2.3-1-2.3-2.3%200-1.4%201.1-2.3%202.3-2.3s2.3%201%202.3%202.3c0%201.4-1%202.3-2.3%202.3zm6.9%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1.1%202.3-2.3%202.3zm6.8%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1%202.3-2.3%202.3zM25.6%2058.3h48.9c1.1%200%202.2.3%203%20.8l-4.8-9.9c-1.4-2.9-3.5-3.9-5.7-3.9h-5.3L54%2053.1c-.5.5-1.2%201-1.9%201.2-.7.3-1.5.4-2.2.4-.8%200-1.5-.1-2.2-.4h-.3c-.5-.3-1.1-.7-1.6-1.1L38.2%2045h-5.3c-2.2%200-4.2%201.2-5.7%203.9L22.4%2059c1-.4%201.9-.7%203.2-.7z'/%3e%3cpath%20class='st1'%20d='M61.4%2041.4c.3-.3.4-.5.7-1%20.1-.4.3-.7.3-1.2%200-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.7-.5-1-.7-.3-.1-.7-.3-1.1-.3s-.8.1-1.1.3c-.4.1-.7.4-1%20.7l-4.4%204.4V28c0-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.5-.5-1-.7-.3-.1-.7-.1-1.1-.1s-.8%200-1.1.1c-.4.1-.7.4-1%20.7-.3.3-.5.5-.7%201s-.3.7-.3%201.1v13.7l-4.4-4.4c-.3-.3-.5-.5-1-.7-.3-.1-.7-.3-1.1-.3-.4%200-.8.1-1.1.3-.3.1-.7.4-1%20.7-.3.3-.5.5-.7%201-.1.4-.3.7-.3%201.1s.1.8.3%201.2c.1.4.4.7.7%201l9.4%209.5c.3.3.5.5%201%20.7.3.1.7.3%201.1.3s.8-.1%201.1-.3c.4-.1.7-.4%201-.7l9.8-9.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-p12{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-p7b{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pages{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2,.st3{fill:%231a75ce;stroke:%231a75ce;stroke-width:.25;stroke-miterlimit:10}.st3{fill-opacity:0;stroke-linejoin:round;stroke-miterlimit:1}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%231a75ce'/%3e%3cpath%20class='st2'%20d='M78.9%2072l-.1.8-.1%201.1-56.5-.1-.7-.1-.3-.4-.2-.6.1-.4.5-.4h57.2v.1z'/%3e%3cpath%20class='st3'%20d='M78.9%2072l-.1.8-.1%201.1-56.5-.1-.7-.1-.3-.4-.2-.6.1-.4.5-.4h57.2v.1z'/%3e%3cpath%20class='st2'%20d='M25.2%2065.7l2.1%202.2-2.7%201.9-1.4.8h-.5l-.3-.5%201-1.4%201.8-3z'/%3e%3cpath%20class='st3'%20d='M25.2%2065.7l2.1%202.2-2.7%201.9-1.4.8h-.5l-.3-.5%201-1.4%201.8-3z'/%3e%3cpath%20class='st2'%20d='M43.4%2044.9l4.5%204.7-4%204-4.4%204-4.4%203.8-3.4%203-3.7%202.5-2.2-2.2%202.1-3%202.9-3.4%202.2-2.6%202.9-3%203.6-3.8c-.1-.1%203.9-4%203.9-4z'/%3e%3cpath%20class='st3'%20d='M43.4%2044.9l4.5%204.7-4%204-4.4%204-4.4%203.8-3.4%203-3.7%202.5-2.2-2.2%202.1-3%202.9-3.4%202.2-2.6%202.9-3%203.6-3.8c-.1-.1%203.9-4%203.9-4z'/%3e%3cpath%20class='st2'%20d='M64.2%2026.1l1.1.1.7.5.5%201V29l-.4%201.1-.5.8v1l.4.5.1.7-.1%201-9.2%209.9-2.6%202.7-1%201.2-.1.5.1.7-.5.7-1-.4-.3-1%20.1-1%20.5-.8%206.4-6.8%205.5-6%20.1-.7-.5-.1-3.8%204.2-6.3%206.6-4.5%204.7-4.7-4.2%205.2-5.5%205.9-5.7%205.5-5.1%201.4-1%201-.5h1.1l-.1-.4z'/%3e%3cpath%20class='st3'%20d='M64.2%2026.1l1.1.1.7.5.5%201V29l-.4%201.1-.5.8v1l.4.5.1.7-.1%201-9.2%209.9-2.6%202.7-1%201.2-.1.5.1.7-.5.7-1-.4-.3-1%20.1-1%20.5-.8%206.4-6.8%205.5-6%20.1-.7-.5-.1-3.8%204.2-6.3%206.6-4.5%204.7-4.7-4.2%205.2-5.5%205.9-5.7%205.5-5.1%201.4-1%201-.5h1.1l-.1-.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-part{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M75.6%2041c-.7-.1-1.2-.3-1.9-.1-1.5.1-3.1.9-4.6%201.2-1.1.1-2-.7-2.1-1.9-.3-3.5-.3-7.1%200-10.6%200-.5-.4-.8-.8-.8-4-.1-7.9.3-12.1%201.2-1.1.3-1.9%201.2-1.9%202.1.1%202.1%201.6%204.6.9%206.8-.5%202-2.1%203.5-4.3%203.9-2%20.4-4.2-.5-5.2-2.1-1.3-1.9-.7-4.6-1.2-6.8-.3-1.1-1.3-1.6-2.4-1.5-4%20.4-7.9%201.3-11.7%202.8-.5.1-.8.7-.5%201.1%201.5%203.2%202.5%206.6%203.5%2010.1.3%201.1-.4%202.1-1.5%202.4-1.5.4-3.2.1-4.7.5-.7.1-1.2.4-1.7.8-1.9%201.2-2.7%203.2-2.4%205.2.3%201.9%201.7%203.5%203.5%204.3%202.3.8%204.3-.7%206.6-.8%201.1-.1%202%20.7%202.1%201.9.3%203.5.3%207.1%200%2010.6%200%20.5.4.8.8.8%204%20.3%208-.3%2012.1-1.2%201.1-.3%201.9-1.2%201.9-2.1-.1-2.3-1.7-4.6-1.1-7%20.5-1.9%202.4-3.5%204.3-3.8%201.9-.3%204.2.5%205.2%202.1%201.5%201.9.7%204.7%201.2%207%20.3%201.1%201.3%201.6%202.4%201.5%204-.4%208-1.2%2011.7-2.8.5-.1.8-.7.5-1.1-1.5-3.2-2.5-6.6-3.5-10.1-.3-1.1.4-2.1%201.5-2.4%202.1-.5%204.6.1%206.6-1.3%201.5-1.2%202.4-3.2%202-5.1.2-2.5-1.4-4.2-3.2-4.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pcd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pdb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6-.2-.6-.3-2-.1-2.7.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pdf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c11e07'/%3e%3cpath%20d='M46.2%2021.8c-3.5%200-6.3%202.9-6.3%206.3%200%204.3%202.4%209.6%204.9%2014.7-2%206.1-4.1%2012.7-7%2018.2-5.8%202.3-11%204-14%206.6l-.2.2c-1.1%201.2-1.8%202.7-1.8%204.4%200%203.5%202.9%206.3%206.3%206.3%201.7%200%203.4-.6%204.4-1.8%200%200%20.2%200%20.2-.2%202.3-2.7%205-7.8%207.5-12.2%205.5-2.1%2011.5-4.4%2016.9-5.8%204.1%203.4%2010.1%205.5%2015%205.5%203.5%200%206.3-2.9%206.3-6.3%200-3.5-2.9-6.3-6.3-6.3-4%200-9.6%201.4-13.9%202.9-3.5-3.4-6.7-7.5-9.2-11.9C50.6%2037%2052.6%2032%2052.6%2028c-.2-3.5-2.9-6.2-6.4-6.2zm0%203.6c1.4%200%202.4%201.1%202.4%202.4%200%201.8-1.1%205.3-2.1%209-1.5-3.7-2.9-7.2-2.9-9%20.1-1.2%201.2-2.4%202.6-2.4zm1.1%2021.5c1.8%203.1%204.1%205.8%206.6%208.2-3.7%201.1-7.3%202.3-11%203.7%201.8-3.8%203.1-7.9%204.4-11.9zM72%2055c1.4%200%202.4%201.1%202.4%202.4%200%201.4-1.1%202.4-2.4%202.4-2.9%200-6.9-1.2-10.1-3.1C65.6%2056%2069.7%2055%2072%2055zM34.6%2066.2c-1.8%203.2-3.5%206.1-4.7%207.6-.5.5-.9.6-1.7.6-1.4%200-2.4-1.1-2.4-2.4%200-.6.3-1.4.6-1.7%201.3-1.2%204.5-2.6%208.2-4.1z'%20fill='%23c11e07'%20stroke='%23c11e07'%20stroke-width='1.25'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pem{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pfx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pgp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M49.9%2031.9c3.6%203.6%204.7%208.7%203.4%2013.3l19.2%2019.2.5%208.6-10.8-.9v-5.4h-5.4v-5.4h-5.4l-7-7c-4.6%201.3-9.7.2-13.3-3.4-5.2-5.2-5.2-13.7%200-19%205.1-5.2%2013.6-5.2%2018.8%200zM40%2035.5c-1.5-1.5-3.9-1.5-5.4%200-1.5%201.5-1.5%203.9%200%205.4%201.5%201.5%203.9%201.5%205.4%200%201.5-1.5%201.5-3.9%200-5.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ph{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23999}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2050.5c0%2015.5-12.5%2028-28%2028S22%2066%2022%2050.5s12.5-28%2028-28%2028%2012.5%2028%2028'/%3e%3cpath%20class='st0'%20d='M69.5%2052.6c-.9-6-7.2-9.8-11.8-12.7-2-1.3-5.3-2.9-5.8-5.6-.2-1.1-.2-2.2-.2-3.4%200-.4%200-.9-.1-1.3-.1-.6-.6.1-.9-.4-.8-1.2-.5.4-.4%201%20.2%201.5.4%203%20.4%204.5%200%202.9-.5%205.7-1.2%208.5-1.7%206.6-3%2013.3-1.4%2020%20.3%201.4.8%202.8%201.4%204.1.2.4.5%201.5%201%201.6%201.8.5%203.1.6%204.5%201.9.9.8%201.5.4%202.6%200%203.2-1.3%205.9-2.9%208.1-5.5%203.3-3.6%204.6-7.9%203.8-12.7m-3.3%206c-.3%202.4-1.8%204.6-3.4%206.5-1.1%201.3-2.7%203-4.4%203.6-.6.2.1-1%20.2-1.1.5-.8%201.2-1.5%201.8-2.2.9-1.1%201.6-2.2%202.2-3.5%201.7-4.3%201.3-9.5-1.2-13.4-1.4-2.1-3.3-3.9-5.2-5.5-.9-.8-1.9-1.5-2.6-2.5-.2-.2-1.8-2.3-1.3-2.6.2-.1%203.6%203.6%204%203.8%201.4%201.1%202.9%202.1%204.2%203.3%201.8%201.7%203.6%203.5%204.7%205.7%201.1%202.4%201.3%205.2%201%207.9'/%3e%3cpath%20class='st0'%20d='M49%2023.3c.5.3.6%202.4.6%204.2%200%201.9.2%209.8-.4%2012-.6%202.1-1.9%204.5-3.4%206.6-1.4%202.1-3.1%206.5-3.1%209.2.1%202.7%201.6%207.2%202.8%209%201.2%201.9%203.3%204.5%202.8%205-.8%201-4.1-2.5-5.9-4.6-1.7-2.1-3.5-6.3-3.5-9.6-.1-3.3%201.8-6.4%203.1-8.2%201.3-1.9%203.9-5%204.6-6.5.7-1.4%201.4-3%201.7-5%20.2-2%200-9.3%200-9.3s.1-3.2.7-2.8'/%3e%3cpath%20class='st0'%20d='M47.6%2026.7c.5.2.6.9.6%201.5s-.2%203.2-.3%205.8c-.2%202.5-2.2%204.7-3.7%206.2s-5.9%206.2-7.5%208.5c-1.6%202.3-2.4%205.4-2.3%207.9.2%202.6.8%205.2%203.2%207.9%202.4%202.7%204.1%204%205.4%204.6%201.3.6%202.5%201.1%202.3%201.7-.3.6-1.5.2-2.8-.3-1.3-.5-5.9-2.3-8.5-5.3-2.6-3-3.9-6.9-3.8-10.7.1-3.8%201.2-5.3%202.9-7.8%201.7-2.4%206.5-6%208.1-7%201.5-.9%203.5-2.5%204.5-3.8%201-1.3%201.5-2.3%201.4-4.1-.1-1.7.1-3.3.1-3.9-.1-.3-.1-1.5.4-1.2m.1%2045.4c.2%200%20.1%201-.3%201.5s-1.1.8-1.2.6c-.1-.2.5-.3%201-.8.3-.5.2-1.3.5-1.3m4.7-.1c-.2%200-.1%201%20.3%201.5s1.1.8%201.2.6c.1-.2-.5-.3-1-.8-.3-.4-.2-1.2-.5-1.3m-2.1%201.2c0%20.9%200%201.6-.1%201.6-.2%200-.1-.7-.1-1.6%200-.9-.1-1.6.1-1.6.2-.1.1.7.1%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-phar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%236781b2}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M77%2034.3L50%2023.5l-10.7%204.3%2027%2010.8zm-44.4-3.8L23%2034.3l27%2010.8%209.6-3.8zM21.9%2065.6l27.3%2010.9v-30L21.9%2035.6zm45.5-25.8v8.5l-1.1-.7-1.1%201.6-1.2-.7-1.1%201.6-1.1-.7-1.1%201.6v-8.5l-9.9%204v30l27.3-10.9v-30z'/%3e%3cpath%20class='st0'%20d='M28.1%2053.4c.6.2%201.1.3%201.4.2.3-.1.7-.4%201-.9.3-.5.4-.8.3-1-.1-.3-.4-.5-1-.7l-.9-.4-1.6%202.5c0%20.1.8.3.8.3zm-4.3%202.2l-.1-.1v-.1l4.1-6.7c0-.1.1-.1.2-.1l3%201.1c.9.4%201.5.9%201.8%201.6.3.7.1%201.5-.4%202.3-.2.3-.5.6-.7.9-.3.2-.6.4-1%20.6-.4.2-.9.3-1.3.2s-1-.1-1.6-.4l-1.2-.5-1.1%201.7c0%20.1-.1.1-.2.1l-1.5-.6zM35.7%2058l-.1-.1v-.1l1.8-3c.2-.3.2-.5.2-.6%200-.1-.1-.2-.6-.4l-1-.5-2.3%203.7c0%20.1-.1.1-.2.1l-1.5-.6-.1-.1v-.1l4.1-6.7c0-.1.1-.1.2-.1l1.5.6.1.1v.1l-1%201.6%201.2.4c.9.3%201.4.7%201.7%201.2.2.5.2%201.1-.3%201.8l-1.9%203.1c0%20.1-.1.1-.2.1l-1.6-.5zm6.4.8c.6.2%201.1.3%201.5.2.4-.1.7-.4%201-.9.3-.5.4-.8.3-1s-.4-.5-1-.7L43%2056l-1.6%202.5.7.3zM37.7%2061l-.1-.1v-.1l4.2-6.7c0-.1.1-.1.2-.1l3.1%201.2c1%20.4%201.6.9%201.8%201.6.3.7.1%201.5-.4%202.3-.2.3-.5.6-.7.9-.3.2-.6.4-1%20.6-.4.2-.9.2-1.4.2-.4%200-1-.2-1.6-.4l-1.2-.5-1.1%201.7c0%20.1-.1.1-.2.1l-1.6-.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-php{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.a{fill:%236781b2}%3c/style%3e%3cpath%20fill='%23FFF'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20class='a'/%3e%3cpath%20d='M27.3%2054.7c1.8%200%203.2-.3%204-1%20.8-.7%201.4-1.8%201.7-3.4.3-1.5.2-2.5-.3-3.1-.5-.6-1.6-.9-3.3-.9h-2.9l-1.6%208.4h2.4zM17.8%2065c-.1%200-.3-.1-.3-.2-.1-.1-.1-.2-.1-.4l4.2-22.2c0-.2.2-.4.4-.4h9.2c2.9%200%205%20.8%206.4%202.4%201.4%201.6%201.8%203.8%201.2%206.5-.2%201.1-.6%202.2-1.1%203.1-.5.9-1.2%201.8-2%202.6-1%20.9-2.1%201.6-3.3%202-1.2.4-2.7.6-4.6.6h-3.7L23%2064.6c0%20.2-.2.4-.4.4h-4.8zm34.5-5.9c-.1%200-.3-.1-.3-.2-.1-.1-.1-.2-.1-.4l1.9-9.8c.2-.9.1-1.6-.1-1.9-.2-.2-.6-.5-2-.5h-3.4L46%2058.6c0%20.2-.2.4-.4.4h-4.7c-.1%200-.3-.1-.3-.2-.1-.1-.1-.2-.1-.4l4.2-22.2c0-.2.2-.4.4-.4h4.7c.1%200%20.3.1.3.2.1.1.1.2.1.4l-1%205.4h3.6c2.8%200%204.6.5%205.7%201.5%201.1%201%201.5%202.7%201%205l-1.9%2010.3c0%20.2-.2.4-.4.4h-4.9v.1zm18.1-4.4c1.9%200%203.3-.3%204.2-1%20.9-.7%201.5-1.8%201.8-3.4.3-1.5.2-2.5-.3-3.1-.5-.6-1.7-.9-3.4-.9h-3L68%2054.7h2.4zM60.6%2065c-.1%200-.3-.1-.4-.2-.1-.1-.1-.2-.1-.4l4.4-22.2c0-.2.2-.4.5-.4h9.5c3%200%205.2.8%206.6%202.4%201.4%201.6%201.8%203.8%201.3%206.5-.2%201.1-.6%202.2-1.1%203.1-.5.9-1.2%201.8-2.1%202.6-1%20.9-2.2%201.6-3.5%202-1.2.4-2.8.6-4.8.6h-3.8L66%2064.6c0%20.2-.2.4-.5.4h-4.9z'%20class='a'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pkg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M78%2050.5c0%2015.5-12.5%2028-28%2028S22%2066%2022%2050.5s12.5-28%2028-28%2028%2012.5%2028%2028'%20fill='%233a3c5b'/%3e%3cpath%20class='st0'%20d='M69.5%2052.6c-.9-6-7.2-9.8-11.8-12.7-2-1.3-5.3-2.9-5.8-5.6-.2-1.1-.2-2.2-.2-3.4%200-.4%200-.9-.1-1.3-.1-.6-.6.1-.9-.4-.8-1.2-.5.4-.4%201%20.2%201.5.4%203%20.4%204.5%200%202.9-.5%205.7-1.2%208.5-1.7%206.6-3%2013.3-1.4%2020%20.3%201.4.8%202.8%201.4%204.1.2.4.5%201.5%201%201.6%201.8.5%203.1.6%204.5%201.9.9.8%201.5.4%202.6%200%203.2-1.3%205.9-2.9%208.1-5.5%203.3-3.6%204.6-7.9%203.8-12.7m-3.3%206c-.3%202.4-1.8%204.6-3.4%206.5-1.1%201.3-2.7%203-4.4%203.6-.6.2.1-1%20.2-1.1.5-.8%201.2-1.5%201.8-2.2.9-1.1%201.6-2.2%202.2-3.5%201.7-4.3%201.3-9.5-1.2-13.4-1.4-2.1-3.3-3.9-5.2-5.5-.9-.8-1.9-1.5-2.6-2.5-.2-.2-1.8-2.3-1.3-2.6.2-.1%203.6%203.6%204%203.8%201.4%201.1%202.9%202.1%204.2%203.3%201.8%201.7%203.6%203.5%204.7%205.7%201.1%202.4%201.3%205.2%201%207.9'/%3e%3cpath%20class='st0'%20d='M49%2023.3c.5.3.6%202.4.6%204.2%200%201.9.2%209.8-.4%2012-.6%202.1-1.9%204.5-3.4%206.6-1.4%202.1-3.1%206.5-3.1%209.2.1%202.7%201.6%207.2%202.8%209%201.2%201.9%203.3%204.5%202.8%205-.8%201-4.1-2.5-5.9-4.6-1.7-2.1-3.5-6.3-3.5-9.6-.1-3.3%201.8-6.4%203.1-8.2%201.3-1.9%203.9-5%204.6-6.5.7-1.4%201.4-3%201.7-5%20.2-2%200-9.3%200-9.3s.1-3.2.7-2.8'/%3e%3cpath%20class='st0'%20d='M47.6%2026.7c.5.2.6.9.6%201.5s-.2%203.2-.3%205.8c-.2%202.5-2.2%204.7-3.7%206.2s-5.9%206.2-7.5%208.5c-1.6%202.3-2.4%205.4-2.3%207.9.2%202.6.8%205.2%203.2%207.9%202.4%202.7%204.1%204%205.4%204.6%201.3.6%202.5%201.1%202.3%201.7-.3.6-1.5.2-2.8-.3-1.3-.5-5.9-2.3-8.5-5.3-2.6-3-3.9-6.9-3.8-10.7.1-3.8%201.2-5.3%202.9-7.8%201.7-2.4%206.5-6%208.1-7%201.5-.9%203.5-2.5%204.5-3.8%201-1.3%201.5-2.3%201.4-4.1-.1-1.7.1-3.3.1-3.9-.1-.3-.1-1.5.4-1.2m.1%2045.4c.2%200%20.1%201-.3%201.5s-1.1.8-1.2.6c-.1-.2.5-.3%201-.8.3-.5.2-1.3.5-1.3m4.7-.1c-.2%200-.1%201%20.3%201.5s1.1.8%201.2.6c.1-.2-.5-.3-1-.8-.3-.4-.2-1.2-.5-1.3m-2.1%201.2c0%20.9%200%201.6-.1%201.6-.2%200-.1-.7-.1-1.6%200-.9-.1-1.6.1-1.6.2-.1.1.7.1%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-plist{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23b4bdcc'/%3e%3cpath%20d='M75.1%2027.6H24.9c-1.9%200-3.4%201.5-3.4%203.4v34.8c0%201.9%201.5%203.4%203.4%203.4H75c1.9%200%203.4-1.5%203.4-3.4V31c.1-1.9-1.4-3.4-3.3-3.4z'%20fill='%23ced2d8'/%3e%3cpath%20d='M24.9%2036h50.2v29.7H24.9V36z'%20fill='%23f2f2f2'/%3e%3ccircle%20cx='34'%20cy='32.1'%20r='1.1'%20fill='%2354b845'/%3e%3ccircle%20cx='30.1'%20cy='32.1'%20r='1.1'%20fill='%23fbd303'/%3e%3ccircle%20cx='26.3'%20cy='32.1'%20r='1.1'%20fill='%23f0582f'/%3e%3cpath%20d='M42.8%2076.6c-.7-.5-1.3-1-1.8-1.7-.6-.7-1.1-1.4-1.6-2.1-1.1-1.6-2-3.4-2.6-5.3-.7-2.2-1.1-4.3-1.1-6.4%200-2.3.5-4.3%201.5-6%20.7-1.3%201.8-2.4%203.1-3.2%201.2-.8%202.7-1.2%204.2-1.2.5%200%201.1.1%201.7.2.4.1.9.3%201.6.5.8.3%201.2.5%201.4.5.5.2.9.2%201.2.2.2%200%20.6-.1.9-.2.2-.1.6-.2%201.2-.5.6-.2%201-.4%201.4-.5.5-.2%201.1-.3%201.5-.4.6-.1%201.1-.1%201.7-.1%201%20.1%202%20.3%202.8.6%201.5.6%202.7%201.5%203.6%202.9-.4.2-.7.5-1.1.8-.7.6-1.3%201.4-1.8%202.2-.6%201.1-1%202.4-.9%203.7%200%201.6.4%203%201.2%204.2.6.9%201.3%201.6%202.2%202.2.5.3.9.5%201.2.7-.2.5-.4%201.1-.6%201.6-.5%201.2-1.1%202.3-1.8%203.4-.6.9-1.1%201.6-1.5%202.1-.6.7-1.2%201.2-1.7%201.6-.6.4-1.4.6-2.1.6-.5%200-1%200-1.5-.2-.4-.1-.8-.3-1.3-.5-.4-.2-.9-.4-1.3-.5-.6-.1-1.1-.2-1.7-.2-.6%200-1.2.1-1.7.2s-.9.3-1.3.5c-.6.3-1%20.4-1.2.5-.5.1-1%20.2-1.4.3-1.1.2-1.8%200-2.4-.5zm10-27c-1%20.5-1.9.7-2.9.6-.1-.9%200-1.9.4-3%20.4-.9.8-1.7%201.5-2.5s1.5-1.4%202.4-1.8c1-.5%201.9-.8%202.8-.8.1%201%200%202-.4%203-.3.9-.8%201.8-1.5%202.6-.7.9-1.5%201.5-2.3%201.9z'%20fill='%23c6a8e5'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st1{fill:%23999}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78%2050.5c0%2015.5-12.5%2028-28%2028S22%2066%2022%2050.5s12.5-28%2028-28%2028%2012.5%2028%2028'/%3e%3cpath%20class='st0'%20d='M69.5%2052.6c-.9-6-7.2-9.8-11.8-12.7-2-1.3-5.3-2.9-5.8-5.6-.2-1.1-.2-2.2-.2-3.4%200-.4%200-.9-.1-1.3-.1-.6-.6.1-.9-.4-.8-1.2-.5.4-.4%201%20.2%201.5.4%203%20.4%204.5%200%202.9-.5%205.7-1.2%208.5-1.7%206.6-3%2013.3-1.4%2020%20.3%201.4.8%202.8%201.4%204.1.2.4.5%201.5%201%201.6%201.8.5%203.1.6%204.5%201.9.9.8%201.5.4%202.6%200%203.2-1.3%205.9-2.9%208.1-5.5%203.3-3.6%204.6-7.9%203.8-12.7m-3.3%206c-.3%202.4-1.8%204.6-3.4%206.5-1.1%201.3-2.7%203-4.4%203.6-.6.2.1-1%20.2-1.1.5-.8%201.2-1.5%201.8-2.2.9-1.1%201.6-2.2%202.2-3.5%201.7-4.3%201.3-9.5-1.2-13.4-1.4-2.1-3.3-3.9-5.2-5.5-.9-.8-1.9-1.5-2.6-2.5-.2-.2-1.8-2.3-1.3-2.6.2-.1%203.6%203.6%204%203.8%201.4%201.1%202.9%202.1%204.2%203.3%201.8%201.7%203.6%203.5%204.7%205.7%201.1%202.4%201.3%205.2%201%207.9'/%3e%3cpath%20class='st0'%20d='M49%2023.3c.5.3.6%202.4.6%204.2%200%201.9.2%209.8-.4%2012-.6%202.1-1.9%204.5-3.4%206.6-1.4%202.1-3.1%206.5-3.1%209.2.1%202.7%201.6%207.2%202.8%209%201.2%201.9%203.3%204.5%202.8%205-.8%201-4.1-2.5-5.9-4.6-1.7-2.1-3.5-6.3-3.5-9.6-.1-3.3%201.8-6.4%203.1-8.2%201.3-1.9%203.9-5%204.6-6.5.7-1.4%201.4-3%201.7-5%20.2-2%200-9.3%200-9.3s.1-3.2.7-2.8'/%3e%3cpath%20class='st0'%20d='M47.6%2026.7c.5.2.6.9.6%201.5s-.2%203.2-.3%205.8c-.2%202.5-2.2%204.7-3.7%206.2s-5.9%206.2-7.5%208.5c-1.6%202.3-2.4%205.4-2.3%207.9.2%202.6.8%205.2%203.2%207.9%202.4%202.7%204.1%204%205.4%204.6%201.3.6%202.5%201.1%202.3%201.7-.3.6-1.5.2-2.8-.3-1.3-.5-5.9-2.3-8.5-5.3-2.6-3-3.9-6.9-3.8-10.7.1-3.8%201.2-5.3%202.9-7.8%201.7-2.4%206.5-6%208.1-7%201.5-.9%203.5-2.5%204.5-3.8%201-1.3%201.5-2.3%201.4-4.1-.1-1.7.1-3.3.1-3.9-.1-.3-.1-1.5.4-1.2m.1%2045.4c.2%200%20.1%201-.3%201.5s-1.1.8-1.2.6c-.1-.2.5-.3%201-.8.3-.5.2-1.3.5-1.3m4.7-.1c-.2%200-.1%201%20.3%201.5s1.1.8%201.2.6c.1-.2-.5-.3-1-.8-.3-.4-.2-1.2-.5-1.3m-2.1%201.2c0%20.9%200%201.6-.1%201.6-.2%200-.1-.7-.1-1.6%200-.9-.1-1.6.1-1.6.2-.1.1.7.1%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-png{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-po{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c93'/%3e%3cpath%20d='M50.1%2054c-3.7-3.6-7-6.8-8.9-14.3h13.1v-5.4h-13V27h-5.7v7.4H22.5V40h13.4s-.1%201-.3%201.9c-1.9%207.3-4%2011.9-13.1%2016.4l1.9%205.5c8.5-4.5%2012.9-10.3%2014.9-16.5%201.9%204.8%205.1%208.6%208.6%2012.2l2.2-5.5zm17.3-17.8H60L46.8%2072.9h5.7l3.7-11h14.9l3.7%2011h5.7c-.1%200-13.1-36.7-13.1-36.7zm-9.3%2020.2l5.7-14.6%205.7%2014.7-11.4-.1z'%20fill='%23c93'%20stroke='%23c93'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pom{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M72.3%2025.5s-19.4.3-31.9%2016c-.7.9-1.4%201.8-2%202.7-.4.5-.8%205.9-.8%205.9s-.5-.4-.7-1c-.4-.8-.5-1.8-.5-1.8-7%2011.4-5%2017.4-5%2017.4-.5%201.4-1.7%202.1-3.1%205.2-1.5%203.1-1.4%206.1-1.4%206.1%200%20.6.2.6.5.1%200%200%201.6-3%202.9-5.1.8-1.3%203.3-4.4%203.3-4.4s4%20.2%208.9-1.1c-.4-.2-1.8-.5-2.7-1-.9-.5-1.4-1.1-1.4-1.1l17.3-4c2.4-1.4%204.6-3.3%206.4-5.4%209.2-11%2011.4-27.6%2011.4-27.6-.2-.5-.6-.9-1.2-.9zM55%2042.9s-8.1%207.1-12.1%2011c-4%203.8-9.4%2012.8-9.4%2012.8l-2.1-2s1.5-3.7%207.4-10.9%2015.9-11.5%2015.9-11.5c1.2-.7%201.4-.4.3.6z'%20fill='%23ef712f'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pot{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c93'/%3e%3cpath%20d='M50.1%2054c-3.7-3.6-7-6.8-8.9-14.3h13.1v-5.4h-13V27h-5.7v7.4H22.5V40h13.4s-.1%201-.3%201.9c-1.9%207.3-4%2011.9-13.1%2016.4l1.9%205.5c8.5-4.5%2012.9-10.3%2014.9-16.5%201.9%204.8%205.1%208.6%208.6%2012.2l2.2-5.5zm17.3-17.8H60L46.8%2072.9h5.7l3.7-11h14.9l3.7%2011h5.7c-.1%200-13.1-36.7-13.1-36.7zm-9.3%2020.2l5.7-14.6%205.7%2014.7-11.4-.1z'%20fill='%23c93'%20stroke='%23c93'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-potx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ppsx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ppt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pptm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pptx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c24f32}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2%202.9%202.8%204.3%206.7%204.3%2011.8%200%205.1-1.4%209-4.3%2011.8-2.9%202.8-7%204.2-12.4%204.2h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-prop{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23bababa'/%3e%3cpath%20d='M71%2036.3L57.8%2023.1c-.4-.4-.9-.6-1.4-.6h-26c-1.1%200-2%20.9-2%202v51.1c0%201.1.9%202%202%202h39.3c1.1%200%202-.9%202-2V37.7c-.1-.5-.3-1-.7-1.4zm-3.9%202.3H55.5V27l11.6%2011.6zm.1%2034.5H32.8V26.9h18.5v13.3c0%201.4%201.2%202.6%202.6%202.6h13.3v30.3z'%20fill='%23bababa'%20stroke='%23bababa'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.6%2041.6L24.5%2069.4l2.5%202.5%2016.3-16.3c-.6-1.3-.4-2.9.7-4%201.4-1.4%203.6-1.4%205%200s1.4%203.6%200%205c-1.1%201.1-2.7%201.3-4%20.7L28.7%2073.5l2.5%202.5L59%2062.9l5.9-16.6-10.7-10.7-16.6%206zm38.1-3.3L62.2%2024.8c-1.1-1.1-2.9-1.1-4%200L55%2028c-1.1%201.1-1.1%202.9%200%204l13.5%2013.5c1.1%201.1%202.9%201.1%204%200l3.2-3.2c1.1-1.1%201.1-2.9%200-4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ps1{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st0{fill:%23fff}.st2{fill:%23737373}.st4{fill:%23517889}%3c/style%3e%3cpath%20class='st0'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%236190aa'/%3e%3cpath%20class='st2'%20d='M52.5%2021.2L32.3%2032.9v23.4L52.5%2068l20.3-11.7V32.9z'/%3e%3cpath%20class='st2'%20d='M32.3%2032.9l20.2%2011.7%2020.3-11.7-20.3-11.7zm0%2023.4L52.5%2068l20.3-11.7-20.3-11.7z'/%3e%3cpath%20class='st0'%20d='M31.7%2057.4L51.9%2069c.2.1.4.2.6.2s.4-.1.6-.2l20.3-11.7c.4-.2.6-.6.6-1.1V32.9c0-.4-.2-.8-.6-1.1L53.1%2020.2c-.4-.2-.8-.2-1.2%200L31.7%2031.9c-.4.2-.6.6-.6%201.1v23.4c0%20.3.2.7.6%201zm20.8-34.8l17.8%2010.3-17.8%2010.5-17.8-10.5%2017.8-10.3m2.5%2022L71.6%2035v20.6L53.7%2065.9V45.3m-20.2%208.9V35l16.6%209.6%201.2.7v20.6L33.5%2055.6'/%3e%3cpath%20class='st0'%20d='M37.2%2053.7l-10.6%206.1V72l10.6%206.2L47.8%2072V59.8z'/%3e%3cpath%20class='st0'%20d='M26.6%2059.8l10.6%206.1%2010.6-6.1-10.6-6.1zm0%2012.2l10.6%206.2L47.8%2072l-10.6-6.1z'/%3e%3cpath%20d='M26.3%2072.6l10.6%206.1c.1.1.2.1.3.1s.2%200%20.3-.1l10.6-6.1c.2-.1.3-.3.3-.5V59.8c0-.2-.1-.4-.3-.5l-10.6-6.1c-.2-.1-.4-.1-.6%200l-10.6%206.1c-.2.1-.3.3-.3.5V72c0%20.2.1.5.3.6zm10.9-18.2l9.3%205.4-9.3%205.5-9.3-5.5%209.3-5.4m1.3%2011.5l8.7-5v10.8L37.9%2077V66.3m-10.6%204.6v-10l8.7%205%20.6.4V77l-9.3-5.4'%20fill='%23444'/%3e%3cpath%20class='st4'%20d='M49%2063.7l-6.9%204v7.9l6.9%204%206.9-4v-7.9z'/%3e%3cpath%20class='st4'%20d='M42.1%2067.7l6.9%203.9%206.9-3.9-6.9-4z'/%3e%3cpath%20class='st4'%20d='M42.1%2075.6l6.9%204%206.9-4-6.9-4z'/%3e%3cpath%20class='st0'%20d='M41.9%2076l6.9%204c.1%200%20.1.1.2.1s.1%200%20.2-.1l6.9-4c.1-.1.2-.2.2-.4v-8c0-.1-.1-.3-.2-.4l-6.9-4c-.1-.1-.3-.1-.4%200l-6.9%204c-.1.1-.2.2-.2.4v8c0%20.2.1.3.2.4zM49%2064.2l6.1%203.5-6.1%203.5-6.1-3.6%206.1-3.4m.8%207.4l5.6-3.3v7l-6.1%203.5v-7m-6.8%203.1v-6.5l5.6%203.3.4.2v7l-6.1-3.5'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-psd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%2303c'/%3e%3cpath%20d='M34.3%2054.2c-1.6%200-3.2-.2-4.4-.4v19.1h-6.1v-44c3-1.5%207.2-2.4%2011.4-2.4%2010.8%200%2015.7%205.7%2015.7%2013.8%200%207.7-5%2013.9-16.6%2013.9zm.9-24.1c-2%200-4%20.4-5.4.9v19.1c1.2.2%202.8.3%204.4.3C42.3%2050.5%2045%2046%2045%2040.1c-.1-6.1-2.9-10-9.8-10zM66%2073.5c-3.5%200-7.4-.9-9.7-2.4l1.6-3.7c2.1%201.3%204.8%202%207.4%202%204.2%200%207-2.6%207-6.2%200-8.8-15.1-5.2-15.1-17%200-5.5%204.4-9.8%2011-9.8%203.4%200%206.6.9%209%202.4l-1.5%203.4c-1.8-1.2-4.3-2-6.7-2-4.1%200-6.1%202.5-6.1%205.6%200%208.2%2015.3%204.8%2015.3%2017.1%200%205.9-4.9%2010.6-12.2%2010.6z'%20fill='%2303c'%20stroke='%2303c'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-psp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pst{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231d6fb5}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.8%2046.5c-2.2.3-3.9%202.6-3.9%205s1.7%204.9%203.9%205c2.2.3%203.9-2%203.9-5s-1.8-5.3-3.9-5z'/%3e%3cpath%20class='st1'%20d='M22.7%2031.8v39.8l31.1%205.6V25.8l-31.1%206zm15.1%2027.9c-3.5-.4-6.2-4.2-6.2-8.2%200-4.2%202.7-7.8%206.2-8.2%203.5-.4%206.2%203.3%206.2%208.2%200%205-2.8%208.6-6.2%208.2zm40.5-21.9L61.2%2052.1l-4.6-3.7V36.5h21.7v1.3z'/%3e%3cpath%20class='st1'%20d='M78.3%2040.6L61.2%2054.8l-4.6-3.7v16h21.7V40.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pub{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23077265}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M43.4%2045.6c0-3.9-1.9-5.7-4.9-5.7-1.1%200-2%20.1-2.6.4v11.5c.6.3%201.3.4%202.2.4%203.4-.3%205.3-2.4%205.3-6.6z'/%3e%3cpath%20class='st1'%20d='M23.9%2068.7l31.6%208V25.2l-31.6%208v35.5zm9.5-31.4c1.3-.4%203-.6%205-.6%202.7%200%204.6.9%205.7%202.4%201.1%201.4%201.9%203.4%201.9%206.2s-.6%204.9-1.6%206.3c-1.4%202.2-3.7%203.3-6.3%203.3-.9%200-1.6%200-2.2-.3v11.8h-2.7V37.3h.2zm24.8-5.6v3.2h10.6v8.9H58.2v3.3h10.6V51H58.2v3.2h10.6v4H58.2v3.4h10.6v4H58.2v6.6h17.9V31.7H58.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-py{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M48.9%2075.9c-6.3-.2-10.2-2.1-11.2-5.4l-.1-.4v-6.4c0-7.4%200-7.5.4-8.7.7-2.1%202.4-3.5%205-4.1l.6-.1h7.3c5.2%200%207.4%200%207.6-.1%201.5-.3%202.4-.6%203.3-1.3%201.1-.8%202-2.2%202.3-3.7.3-1.1.3-1%20.3-4.9v-3.6h5.2l.5.1c2.7.8%204.7%203.3%205.5%207.2.3%201.5.3%201.6.3%205.4%200%203.7%200%203.7-.3%205-.3%201.2-.6%202.2-1.1%203.2-1%202-2.5%203.4-4.4%204-1.1.4-.2.3-10.7.4h-9.5v1.8h12.6v6.5c-.1.4-.2.9-.5%201.4-.3.5-1.1%201.3-1.6%201.7-1.7%201.1-4.3%201.8-7.7%202h-3.8zm8.7-4c1.2-.2%202.1-1.4%201.9-2.6-.2-1-.9-1.7-1.9-1.9-1.5-.2-2.8%201.1-2.6%202.6.2%201.1%201.1%201.8%202.2%201.9h.4zm-27-9.2c-1.4-.3-2.8-1.1-3.8-2.4-1.9-2.3-2.8-6.2-2.7-11.1.1-3%20.5-5.3%201.5-7.2%201.2-2.5%203-3.9%205.4-4.4.5-.1.6-.1%209.8-.1h9.4c.1%200%20.1-.1.1-.9v-.9H37.7v-3.3c0-3.6%200-3.5.3-4.2%201.1-2.3%204.2-3.7%209.2-4.1.4%200%201.3-.1%202.2-.1%205.6-.1%209.6.9%2011.8%202.9.2.2.5.6.7.7.3.4.7%201.2.9%201.8l.1.4v6.8c0%206.3%200%206.8-.1%207.2-.1.6-.4%201.4-.6%201.8-.8%201.5-2.2%202.6-4.1%203.1-1.2.3-.7.3-8.7.4-8%200-7.5%200-8.6.3-2.2.6-3.8%202.3-4.4%204.7-.3%201.1-.3%201-.3%204.9v3.7h-2.4c-2.2.1-2.9.1-3.1%200zm13.3-30.4c.9-.4%201.5-1.5%201.3-2.4-.2-.9-.8-1.6-1.6-1.8-1.3-.4-2.7.4-2.9%201.8-.2%201.1.4%202.2%201.5%202.5.2.1.4.1.8.1.5%200%20.6%200%20.9-.2z'%20fill='%23fed142'/%3e%3cpath%20d='M30.6%2062.7c-1.4-.3-2.8-1.1-3.8-2.4-1.9-2.3-2.8-6.2-2.7-11.1.1-3%20.5-5.3%201.5-7.2%201.2-2.5%203-3.9%205.4-4.4.5-.1.6-.1%209.8-.1h9.4c.1%200%20.1-.1.1-.9v-.9H37.7v-3.3c0-3.6%200-3.5.3-4.2%201.1-2.3%204.2-3.7%209.2-4.1.4%200%201.3-.1%202.2-.1%205.6-.1%209.6.9%2011.8%202.9.2.2.5.6.7.7.3.4.7%201.2.9%201.8l.1.4v6.8c0%206.3%200%206.8-.1%207.2-.1.6-.4%201.4-.6%201.8-.8%201.5-2.2%202.6-4.1%203.1-1.2.3-.7.3-8.7.4-8%200-7.5%200-8.6.3-2.2.6-3.8%202.3-4.4%204.7-.3%201.1-.3%201-.3%204.9v3.7h-2.4c-2.2.1-2.9.1-3.1%200zm13.3-30.4c.9-.4%201.5-1.5%201.3-2.4-.2-.9-.8-1.6-1.6-1.8-1.3-.4-2.7.4-2.9%201.8-.2%201.1.4%202.2%201.5%202.5.2.1.4.1.8.1.5%200%20.6%200%20.9-.2z'%20fill='%233571a3'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-pyc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M48.9%2075.9c-6.3-.2-10.2-2.1-11.2-5.4l-.1-.4v-6.4c0-7.4%200-7.5.4-8.7.7-2.1%202.4-3.5%205-4.1l.6-.1h7.3c5.2%200%207.4%200%207.6-.1%201.5-.3%202.4-.6%203.3-1.3%201.1-.8%202-2.2%202.3-3.7.3-1.1.3-1%20.3-4.9v-3.6h5.2l.5.1c2.7.8%204.7%203.3%205.5%207.2.3%201.5.3%201.6.3%205.4%200%203.7%200%203.7-.3%205-.3%201.2-.6%202.2-1.1%203.2-1%202-2.5%203.4-4.4%204-1.1.4-.2.3-10.7.4h-9.5v1.8h12.6v6.5c-.1.4-.2.9-.5%201.4s-1.1%201.3-1.6%201.7c-1.7%201.1-4.3%201.8-7.7%202h-3.8zm8.7-4c1.2-.2%202.1-1.4%201.9-2.6-.2-1-.9-1.7-1.9-1.9-1.5-.2-2.8%201.1-2.6%202.6.2%201.1%201.1%201.8%202.2%201.9h.4zm-27-9.2c-1.4-.3-2.8-1.1-3.8-2.4-1.9-2.3-2.8-6.2-2.7-11.1.1-3%20.5-5.3%201.5-7.2%201.2-2.5%203-3.9%205.4-4.4.5-.1.6-.1%209.8-.1h9.4c.1%200%20.1-.1.1-.9v-.9H37.7v-3.3c0-3.6%200-3.5.3-4.2%201.1-2.3%204.2-3.7%209.2-4.1.4%200%201.3-.1%202.2-.1%205.6-.1%209.6.9%2011.8%202.9.2.2.5.6.7.7.3.4.7%201.2.9%201.8l.1.4v6.8c0%206.3%200%206.8-.1%207.2-.1.6-.4%201.4-.6%201.8-.8%201.5-2.2%202.6-4.1%203.1-1.2.3-.7.3-8.7.4-8%200-7.5%200-8.6.3-2.2.6-3.8%202.3-4.4%204.7-.3%201.1-.3%201-.3%204.9v3.7h-2.4c-2.2.1-2.9.1-3.1%200zm13.3-30.4c.9-.4%201.5-1.5%201.3-2.4s-.8-1.6-1.6-1.8c-1.3-.4-2.7.4-2.9%201.8-.2%201.1.4%202.2%201.5%202.5.2.1.4.1.8.1.5%200%20.6%200%20.9-.2z'%20fill='%23fed142'/%3e%3cpath%20d='M30.6%2062.7c-1.4-.3-2.8-1.1-3.8-2.4-1.9-2.3-2.8-6.2-2.7-11.1.1-3%20.5-5.3%201.5-7.2%201.2-2.5%203-3.9%205.4-4.4.5-.1.6-.1%209.8-.1h9.4c.1%200%20.1-.1.1-.9v-.9H37.7v-3.3c0-3.6%200-3.5.3-4.2%201.1-2.3%204.2-3.7%209.2-4.1.4%200%201.3-.1%202.2-.1%205.6-.1%209.6.9%2011.8%202.9.2.2.5.6.7.7.3.4.7%201.2.9%201.8l.1.4v6.8c0%206.3%200%206.8-.1%207.2-.1.6-.4%201.4-.6%201.8-.8%201.5-2.2%202.6-4.1%203.1-1.2.3-.7.3-8.7.4-8%200-7.5%200-8.6.3-2.2.6-3.8%202.3-4.4%204.7-.3%201.1-.3%201-.3%204.9v3.7h-2.4c-2.2.1-2.9.1-3.1%200zm13.3-30.4c.9-.4%201.5-1.5%201.3-2.4s-.8-1.6-1.6-1.8c-1.3-.4-2.7.4-2.9%201.8-.2%201.1.4%202.2%201.5%202.5.2.1.4.1.8.1.5%200%20.6%200%20.9-.2z'%20fill='%233571a3'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-qt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%233679ba}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M57.4%2036.5L46.8%2047c-1.5%201.5-1.6%204%200%205.5.8.8%201.8%201.2%202.8%201.2s2-.4%202.8-1.1L62.9%2042c-1.3-2.2-3.2-4.2-5.5-5.5z'/%3e%3cpath%20class='st1'%20d='M74.5%2050c0-13.8-11.2-25-25-25s-25%2011.2-25%2025%2011.2%2025%2025%2025c5.2%200%2010-1.6%2014.1-4.3l4.3%204.3h6.6v-6.6l-4.3-4.3c2.7-4.1%204.3-8.9%204.3-14.1zm-9.4%200c0%208.6-7%2015.6-15.6%2015.6s-15.6-7-15.6-15.6%207-15.6%2015.6-15.6c2.9%200%205.6.8%207.9%202.2%200%200%203.9-3.7%204.2-3.8%202.1%201.4%203.8%203.2%205.3%205.3-.2.3-3.9%204.1-3.9%204.1%201.3%202.1%202.1%204.9%202.1%207.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ra{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ram{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%230e3693}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.5%2037.5H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm0%2012.7H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm12.7%206.9H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5h12.8c1.4%200%202.5-1.1%202.5-2.5-.1-1.4-1.2-2.5-2.6-2.5z'/%3e%3cpath%20class='st1'%20d='M70.3%2036.8c-1.8-.9-4.3-2.3-5.2-4.3%200-1-.9-1.9-1.9-1.9-1%200-1.9.9-1.9%201.9v24.8c-2-1-5.6-.7-8.5.9-4.4%202.4-6.3%207-4.3%2010.2%201.9%203.2%207.1%203.8%2011.4%201.4%203.1-1.7%205.1-4.6%205.2-7.3V41.1c6.3%200%2010%202.5%208.7%208.7-.3%201.1-.6%202.3-1.1%203.3-.2.4-.2.8.1%201.1.3.3.9.3%201.4-.2%202.4-2.3%203.8-5.4%203.9-8.6%200-4.3-4.2-6.9-7.8-8.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-raw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2V50zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'%20fill='%23992315'/%3e%3cpath%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2V50zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'%20fill='%23992315'%20fill-opacity='0'%20stroke='%23fff'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rdf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%236b533b}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M19%2063.7h35.3V73H19v-9.3m0-18.5h62v9.3H19zM19%2027h62v9.3H19z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-resx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-retry{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.5%2054c0%2012.4-10.1%2022.5-22.5%2022.5S27.5%2066.5%2027.5%2054c0-4.3%201.2-8.4%203.4-11.8l7.3%204.2C36.8%2048.6%2036%2051.2%2036%2054c0%207.8%206.3%2014%2014%2014%207.8%200%2014.1-6.3%2014.1-14%200-6.5-4.4-12-10.4-13.6v7.2l-21-12.1%2020.9-12.1v8.3C64.3%2033.6%2072.5%2042.8%2072.5%2054z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rom{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23099}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.4%2029.2H33.2v4.7h-7v1.5h-3.7v1.3h3.7v1.7h7v8.2h-7v1.7h-3.7v1.3h3.7v1.5h7v8.8h-7v1.6h-3.7v1.3h3.7v1.6h7v6.4h34.2v-6.4h6.4v-1.6h3.7v-1.3h-3.7v-1.6h-6.4v-8.8h6.4v-1.5h3.7v-1.3h-3.7v-1.7h-6.4v-8.2h6.4v-1.7h3.7v-1.3h-3.7v-1.5h-6.4v-4.7zm-6.5%2011.3c-1.4%200-2.6-1.2-2.6-2.6s1.2-2.6%202.6-2.6c1.4%200%202.6%201.2%202.6%202.6s-1.2%202.6-2.6%202.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rpm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rsa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23696}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M67.7%2046.1h-3.5v-7C64.1%2031.3%2057.8%2025%2050%2025s-14.1%206.3-14.1%2014.1v7h-3.5c-1.4%200-2.5%201.1-2.5%202.5v24c0%201.4%201.1%202.5%202.5%202.5h35.3c1.4%200%202.5-1.1%202.5-2.5v-24c-.1-1.4-1.2-2.5-2.5-2.5zM53.1%2066c.2.8-.4%201.6-1.2%201.6h-3.7c-.8%200-1.4-.8-1.2-1.6l1.2-4.5c-1.4-.7-2.3-2.1-2.3-3.8%200-2.4%201.9-4.3%204.3-4.3s4.3%201.9%204.3%204.3c0%201.7-.9%203.1-2.3%203.8l.9%204.5zm4-19.9H42.9v-7c0-3.9%203.2-7.1%207.1-7.1s7.1%203.2%207.1%207.1v7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rss{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23dd7d36}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20id='RSS'%20class='st1'%20d='M38%2063.4c1.2%201.2%201.9%202.8%201.9%204.6%200%201.8-.7%203.4-1.9%204.6a6.42%206.42%200%200%201-4.6%201.9c-1.8%200-3.4-.7-4.6-1.9a6.42%206.42%200%200%201-1.9-4.6c0-1.8.7-3.4%201.9-4.6%201.2-1.2%202.8-1.9%204.6-1.9%201.8%200%203.4.7%204.6%201.9zm0%200zm-9.2%209.2zm-1.9-30.5v9.4c6.1%200%2011.9%202.4%2016.2%206.7%204.3%204.3%206.7%2010.1%206.7%2016.3h9.4c0-8.9-3.6-17-9.5-22.9-5.8-5.8-13.9-9.4-22.8-9.5zm0-16.7v9.4c21.9%200%2039.7%2017.8%2039.7%2039.7H76c0-13.5-5.5-25.8-14.4-34.7-8.8-8.8-21.1-14.3-34.7-14.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rtf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%236b533b}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M19%2063.7h35.3V73H19v-9.3m0-18.5h62v9.3H19zM19%2027h62v9.3H19z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ru{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}.st2{fill:%23992315;fill-opacity:0;stroke:%23fff}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2l.1-12.2zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'/%3e%3cpath%20class='st2'%20d='M74.5%2025.5v49L62.2%2037.8zm-49%2049h49L37.8%2062.2z'/%3e%3cpath%20class='st2'%20d='M37.8%2062.2l36.8%2012.2L50%2050z'/%3e%3cpath%20class='st2'%20d='M50%2050l24.5%2024.5-12.3-36.7zM25.5%2062.2v12.2l12.2-12.2zM50%2050H37.8v12.2zm12.2-12.2H50V50zm12.3-12.3H62.2v12.2zM37.8%2050L25.5%2062.2h12.2V50zM50%2037.8L37.8%2050H50zm12.2-12.3L50%2037.8h12.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-rub{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2V50zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'%20fill='%23992315'/%3e%3cpath%20d='M74.5%2025.5v49L62.2%2037.8l12.3-12.3zm-49%2049h49L37.8%2062.2%2025.5%2074.5zm12.3-12.3l36.8%2012.2L50%2050%2037.8%2062.2zM50%2050l24.5%2024.5-12.3-36.7L50%2050zM25.5%2062.2v12.2l12.2-12.2H25.5zM50%2050H37.8v12.2L50%2050zm12.2-12.2H50V50l12.2-12.2zm12.3-12.3H62.2v12.2l12.3-12.2zM37.8%2050L25.5%2062.2h12.2V50zM50%2037.8L37.8%2050H50V37.8zm12.2-12.3L50%2037.8h12.2V25.5z'%20fill='%23992315'%20fill-opacity='0'%20stroke='%23fff'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sass{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M75.2%2054.6c-2.2%200-4.2.5-5.8%201.3-.6-1.2-1.2-2.2-1.3-3-.1-.9-.3-1.4-.1-2.5.1-1.1.8-2.6.8-2.7%200-.1-.1-.7-1.4-.7s-2.4.2-2.5.6c-.1.3-.4%201.1-.5%201.9-.2%201.2-2.6%205.3-3.9%207.5-.4-.9-.8-1.6-.9-2.2-.1-.9-.3-1.4-.1-2.5.1-1.1.8-2.6.8-2.7%200-.1-.1-.7-1.4-.7-1.3%200-2.4.2-2.5.6s-.3%201.1-.5%201.9c-.3.8-3.4%207.7-4.2%209.5-.4.9-.8%201.7-1%202.2v.1c-.2.4-.4.7-.4.7-.2.3-.4.6-.5.6-.1%200-.2-.8%200-2%20.5-2.4%201.6-6.2%201.6-6.3%200-.1.2-.7-.7-1.1-.9-.3-1.2.2-1.3.2s-.1.2-.1.2%201-4.2-1.9-4.2c-1.8%200-4.4%202-5.7%203.8-.8.4-2.5%201.4-4.3%202.3-.7.4-1.4.8-2.1%201.1%200%200-.1-.1-.1-.2-3.6-3.8-10.2-6.5-9.9-11.7.1-1.9.7-6.8%2012.7-12.7%209.8-4.9%2017.7-3.5%2019-.5%201.9%204.3-4.2%2012.2-14.4%2013.3-3.9.4-5.9-1.1-6.4-1.6-.5-.6-.6-.6-.8-.5-.3.2-.1.7%200%201%20.3.8%201.6%202.2%203.7%202.9%201.9.6%206.4.9%2011.9-1.2%206.2-2.4%2011-9%209.6-14.6-1.4-5.6-10.8-7.5-19.6-4.3-5.3%201.9-11%204.8-15.1%208.7-4.9%204.6-5.6%208.5-5.3%2010.2%201.1%205.9%209.3%209.7%2012.5%2012.6-.2.1-.3.2-.4.2-1.6.8-7.8%204-9.4%207.5-1.8%203.9.3%206.7%201.6%207%204.2%201.2%208.5-.9%2010.8-4.4%202.3-3.4%202-7.9%201-9.9v-.1c.4-.2.9-.5%201.3-.7.8-.5%201.6-.9%202.3-1.3-.4%201.1-.7%202.4-.8%204.3-.2%202.2.7%205.1%201.9%206.2.5.5%201.1.5%201.5.5%201.4%200%202-1.1%202.7-2.5.8-1.7%201.6-3.6%201.6-3.6s-.9%205.2%201.6%205.2c.9%200%201.9-1.2%202.3-1.8s0%200%20.1-.1c.1-.2.2-.2.2-.2.4-.7%201.2-2.1%202.5-4.6%201.6-3.2%203.2-7.2%203.2-7.2s.1%201%20.6%202.6c.3.9.9%202%201.3%203-.4.5-.6.8-.6.8-.3.4-.6.8-1%201.3-1.3%201.5-2.8%203.3-3%203.8-.2.6-.2%201%20.3%201.4.3.3.9.3%201.6.3%201.1-.1%202-.4%202.3-.5.6-.2%201.3-.6%202-1.1%201.3-.9%202-2.2%201.9-4%200-1-.4-1.9-.7-2.8.1-.2.2-.3.3-.5%202-2.9%203.5-6.1%203.5-6.1s.1%201%20.6%202.6c.2.8.7%201.7%201.1%202.6-1.9%201.5-3%203.3-3.4%204.4-.7%202.1-.2%203.1.9%203.3.5.1%201.2-.1%201.7-.4.7-.2%201.4-.6%202.2-1.1%201.3-.9%202.5-2.2%202.4-4%200-.8-.2-1.6-.5-2.3%201.6-.7%203.6-1%206.2-.7%205.6.7%206.7%204.1%206.5%205.6-.2%201.5-1.4%202.3-1.8%202.5-.4.2-.5.3-.5.5%200%20.3.2.2.6.2.5-.1%202.9-1.2%203-3.9-.4-3.6-3.7-7.3-9.4-7.3zm-43%2014.5c-1.8%202-4.4%202.8-5.5%202.1-1.2-.7-.7-3.7%201.5-5.8%201.4-1.3%203.2-2.5%204.3-3.2.3-.2.7-.4%201.1-.7.1%200%20.1-.1.1-.1.1-.1.2-.1.3-.2%201%203.1.2%205.7-1.8%207.9zm13.5-9.2c-.6%201.6-2%205.6-2.8%205.4-.7-.2-1.1-3.2-.1-6.2.5-1.5%201.6-3.3%202.2-4%201-1.1%202.1-1.5%202.4-1%20.2.5-1.3%204.8-1.7%205.8zm11.1%205.3c-.3.1-.5.2-.6.2-.1%200%20.1-.2.1-.2s1.4-1.5%201.9-2.2c.3-.4.7-.9%201.1-1.4v.2c0%201.7-1.8%202.9-2.5%203.4zm8.5-1.9c-.2-.1-.2-.6.5-2.1.3-.6.9-1.5%201.9-2.5.1.4.2.7.2%201.1%200%202.3-1.6%203.1-2.6%203.5z'%20fill='%23cd6799'%20stroke='%23cd6799'%20stroke-width='.25'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-scss{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M75.2%2054.6c-2.2%200-4.2.5-5.8%201.3-.6-1.2-1.2-2.2-1.3-3-.1-.9-.3-1.4-.1-2.5.1-1.1.8-2.6.8-2.7%200-.1-.1-.7-1.4-.7s-2.4.2-2.5.6c-.1.3-.4%201.1-.5%201.9-.2%201.2-2.6%205.3-3.9%207.5-.4-.9-.8-1.6-.9-2.2-.1-.9-.3-1.4-.1-2.5.1-1.1.8-2.6.8-2.7%200-.1-.1-.7-1.4-.7-1.3%200-2.4.2-2.5.6s-.3%201.1-.5%201.9c-.3.8-3.4%207.7-4.2%209.5-.4.9-.8%201.7-1%202.2v.1c-.2.4-.4.7-.4.7-.2.3-.4.6-.5.6-.1%200-.2-.8%200-2%20.5-2.4%201.6-6.2%201.6-6.3%200-.1.2-.7-.7-1.1-.9-.3-1.2.2-1.3.2s-.1.2-.1.2%201-4.2-1.9-4.2c-1.8%200-4.4%202-5.7%203.8-.8.4-2.5%201.4-4.3%202.3-.7.4-1.4.8-2.1%201.1%200%200-.1-.1-.1-.2-3.6-3.8-10.2-6.5-9.9-11.7.1-1.9.7-6.8%2012.7-12.7%209.8-4.9%2017.7-3.5%2019-.5%201.9%204.3-4.2%2012.2-14.4%2013.3-3.9.4-5.9-1.1-6.4-1.6-.5-.6-.6-.6-.8-.5-.3.2-.1.7%200%201%20.3.8%201.6%202.2%203.7%202.9%201.9.6%206.4.9%2011.9-1.2%206.2-2.4%2011-9%209.6-14.6-1.4-5.6-10.8-7.5-19.6-4.3-5.3%201.9-11%204.8-15.1%208.7-4.9%204.6-5.6%208.5-5.3%2010.2%201.1%205.9%209.3%209.7%2012.5%2012.6-.2.1-.3.2-.4.2-1.6.8-7.8%204-9.4%207.5-1.8%203.9.3%206.7%201.6%207%204.2%201.2%208.5-.9%2010.8-4.4%202.3-3.4%202-7.9%201-9.9v-.1c.4-.2.9-.5%201.3-.7.8-.5%201.6-.9%202.3-1.3-.4%201.1-.7%202.4-.8%204.3-.2%202.2.7%205.1%201.9%206.2.5.5%201.1.5%201.5.5%201.4%200%202-1.1%202.7-2.5.8-1.7%201.6-3.6%201.6-3.6s-.9%205.2%201.6%205.2c.9%200%201.9-1.2%202.3-1.8s0%200%20.1-.1c.1-.2.2-.2.2-.2.4-.7%201.2-2.1%202.5-4.6%201.6-3.2%203.2-7.2%203.2-7.2s.1%201%20.6%202.6c.3.9.9%202%201.3%203-.4.5-.6.8-.6.8-.3.4-.6.8-1%201.3-1.3%201.5-2.8%203.3-3%203.8-.2.6-.2%201%20.3%201.4.3.3.9.3%201.6.3%201.1-.1%202-.4%202.3-.5.6-.2%201.3-.6%202-1.1%201.3-.9%202-2.2%201.9-4%200-1-.4-1.9-.7-2.8.1-.2.2-.3.3-.5%202-2.9%203.5-6.1%203.5-6.1s.1%201%20.6%202.6c.2.8.7%201.7%201.1%202.6-1.9%201.5-3%203.3-3.4%204.4-.7%202.1-.2%203.1.9%203.3.5.1%201.2-.1%201.7-.4.7-.2%201.4-.6%202.2-1.1%201.3-.9%202.5-2.2%202.4-4%200-.8-.2-1.6-.5-2.3%201.6-.7%203.6-1%206.2-.7%205.6.7%206.7%204.1%206.5%205.6-.2%201.5-1.4%202.3-1.8%202.5-.4.2-.5.3-.5.5%200%20.3.2.2.6.2.5-.1%202.9-1.2%203-3.9-.4-3.6-3.7-7.3-9.4-7.3zm-43%2014.5c-1.8%202-4.4%202.8-5.5%202.1-1.2-.7-.7-3.7%201.5-5.8%201.4-1.3%203.2-2.5%204.3-3.2.3-.2.7-.4%201.1-.7.1%200%20.1-.1.1-.1.1-.1.2-.1.3-.2%201%203.1.2%205.7-1.8%207.9zm13.5-9.2c-.6%201.6-2%205.6-2.8%205.4-.7-.2-1.1-3.2-.1-6.2.5-1.5%201.6-3.3%202.2-4%201-1.1%202.1-1.5%202.4-1%20.2.5-1.3%204.8-1.7%205.8zm11.1%205.3c-.3.1-.5.2-.6.2-.1%200%20.1-.2.1-.2s1.4-1.5%201.9-2.2c.3-.4.7-.9%201.1-1.4v.2c0%201.7-1.8%202.9-2.5%203.4zm8.5-1.9c-.2-.1-.2-.6.5-2.1.3-.6.9-1.5%201.9-2.5.1.4.2.7.2%201.1%200%202.3-1.6%203.1-2.6%203.5z'%20fill='%23cd6799'%20stroke='%23cd6799'%20stroke-width='.25'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sdf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6-.2-.6-.3-2-.1-2.7.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sed{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M52.5%2053.7l3.7%201%202.1-8-3.6-1c0-1.3-.2-2.6-.5-3.9l3.3-1.9-4.1-7.2-3.4%202c-.9-.9-2-1.7-3.1-2.4l1-3.7-8-2.1-1%203.7c-1.3%200-2.6.2-3.9.5l-1.9-3.3-7.1%204.2%201.9%203.3c-.9.9-1.7%202-2.4%203.1l-3.6-1-2.1%208%203.6%201c0%201.3.2%202.6.5%203.9l-3.3%201.9%204.1%207.2%203.3-1.9c.9.9%202%201.7%203.1%202.4l-1%203.6%208%202.1%201-3.7c1.3%200%202.6-.2%203.9-.5l1.9%203.3%207.2-4.1-1.9-3.3c.9-1%201.7-2.1%202.3-3.2zm-19.8-4.2c-2-3.5-.8-8%202.7-10.1%203.5-2%208-.8%2010.1%202.7%202%203.5.8%208-2.7%2010.1-3.6%202-8.1.8-10.1-2.7zm38.8%2025.4l4.7-2.7-1.3-2.2c.6-.6%201.1-1.3%201.5-2l2.4.6%201.4-5.2-2.4-.6c0-.8-.1-1.7-.3-2.5l2.1-1.2-2.6-4.8-2.1%201.2c-.6-.6-1.3-1.1-2-1.5l.6-2.4-5.2-1.4-.6%202.4c-.8%200-1.7.1-2.5.3L64%2050.8l-4.7%202.7%201.2%202.1c-.6.6-1.1%201.3-1.5%202l-2.6-.6-1.4%205.3%202.4.6c0%20.8.1%201.7.3%202.5l-2.1%201.2%202.7%204.7%202.1-1.2c.6.6%201.3%201.1%202%201.5l-.6%202.4%205.2%201.4.6-2.4c.8%200%201.7-.1%202.5-.3.1.1%201.4%202.2%201.4%202.2zm-8-9.6c-1.3-2.3-.5-5.3%201.8-6.6%202.3-1.3%205.3-.5%206.6%201.8%201.3%202.3.5%205.3-1.8%206.6-2.4%201.3-5.3.5-6.6-1.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sitemap{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M73.1%2060.8c-.2-.4-.6-.6-1.1-.6H58.4c-.5.9-1%201.9-1.5%203-1.2%202.3-2.4%204.7-3.6%206.8l-.1.1c-.7%201.2-1.9%202-3.3%202s-2.7-.8-3.3-2c-.4-.8-1.8-3.4-3.6-6.9l-1.5-3h-7.3c-.5%200-.9.3-1.1.7l-6.3%2013.2c-.2.4-.2.8.1%201.2.2.4.6.6%201.1.6h37.8c.5%200%20.9-.3%201.1-.7L73.2%2062c.1-.4.1-.8-.1-1.2z'/%3e%3cpath%20class='st1'%20d='M50%2024c-7.7%200-14%206.3-14%2014%200%204.7%205.1%2015.7%209.3%2024.1%202%204%203.6%206.8%203.6%206.9.2.4.6.7%201.1.7.5%200%20.9-.3%201.1-.7%200%200%201.6-2.9%203.6-6.9C58.9%2053.7%2064%2042.7%2064%2038c0-7.7-6.3-14-14-14zm0%2022.5c-3.5%200-6.4-2.7-6.8-6.2v-.7c0-3.8%203.1-6.8%206.8-6.8%203.5%200%206.5%202.7%206.8%206.1v.7c0%203.8-3%206.9-6.8%206.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-skin{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M58.7%2057.4c.2-.6.5-1.2.7-1.8l3.3-10.2c.4-1.3.9-2.6%201.7-3.7%201.3-1.8%203.1-2.7%205.2-3%20.8-.1%201.7-.2%202.5-.2h8.1c-.1.1-.1.3-.1.3-.9%201.7-1.9%203.3-2.8%205-1.7%202.9-3.4%205.8-5.1%208.6-1.1%201.8-2.3%203.6-3.7%205.2-1%201.2-2.1%202.4-3.4%203.2-.9.6-1.9.9-3%20.9H50.2c-1.2%200-2.2-.4-3-1.2-1.2-1.1-2-2.6-2.6-4.1-1.1-2.8-1.7-5.7-2.4-8.6-.3-1.4-.7-2.7-1.1-4.1%200-.1-.1-.2-.1-.3l-.3.3c-1.5%201.5-2.9%203.2-4.1%205-.3.5-.4%201.1-.6%201.7-.7%202.1-1.3%204.3-2%206.4-.7%202-2%203.6-3.9%204.6-1.2.6-2.4.9-3.7.9-1.9%200-3.8%200-5.7.1-.5%200-.5%200-.4-.5.8-3%201.8-6%203.1-8.8%201.3-2.9%202.9-5.8%204.9-8.3%201.3-1.7%202.8-3.4%204.7-4.6.9-.6%202-1.1%203.1-1.2h12.8c2.2%200%203.7.9%204.9%202.6.7%201.1%201.3%202.3%201.7%203.5.9%202.5%201.4%205%202.1%207.6.4%201.5.8%202.9%201.1%204.4-.2.1-.2.2%200%20.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sldm{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%238c4035}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2s4.3%206.7%204.3%2011.8-1.4%209-4.3%2011.8S58%2058%2052.6%2058h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sldx{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%238c4035}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M45.2%2074H32.7V26h19.9c5.4%200%209.5%201.4%2012.4%204.2s4.3%206.7%204.3%2011.8-1.4%209-4.3%2011.8S58%2058%2052.6%2058h-7.4v16zm0-26h4.1c4.6%200%206.9-2%206.9-6s-2.3-6-6.9-6h-4.1v12z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sln{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d5006e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M58.7%2057.4c.2-.6.5-1.2.7-1.8l3.3-10.2c.4-1.3.9-2.6%201.7-3.7%201.3-1.8%203.1-2.7%205.2-3%20.8-.1%201.7-.2%202.5-.2h8.1c-.1.1-.1.3-.1.3-.9%201.7-1.9%203.3-2.8%205-1.7%202.9-3.4%205.8-5.1%208.6-1.1%201.8-2.3%203.6-3.7%205.2-1%201.2-2.1%202.4-3.4%203.2-.9.6-1.9.9-3%20.9H50.2c-1.2%200-2.2-.4-3-1.2-1.2-1.1-2-2.6-2.6-4.1-1.1-2.8-1.7-5.7-2.4-8.6-.3-1.4-.7-2.7-1.1-4.1%200-.1-.1-.2-.1-.3l-.3.3c-1.5%201.5-2.9%203.2-4.1%205-.3.5-.4%201.1-.6%201.7-.7%202.1-1.3%204.3-2%206.4-.7%202-2%203.6-3.9%204.6-1.2.6-2.4.9-3.7.9-1.9%200-3.8%200-5.7.1-.5%200-.5%200-.4-.5.8-3%201.8-6%203.1-8.8%201.3-2.9%202.9-5.8%204.9-8.3%201.3-1.7%202.8-3.4%204.7-4.6.9-.6%202-1.1%203.1-1.2h12.8c2.2%200%203.7.9%204.9%202.6.7%201.1%201.3%202.3%201.7%203.5.9%202.5%201.4%205%202.1%207.6.4%201.5.8%202.9%201.1%204.4-.2.1-.2.2%200%20.3z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sol{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='50'%20cy='50.5'%20r='15.2'/%3e%3cpath%20class='st1'%20d='M48.9%2033.5h2.2c.7%200%201.2-.6%201.2-1.2v-7.6c0-.7-.6-1.2-1.2-1.2h-2.2c-.7%200-1.2.6-1.2%201.2v7.6c0%20.7.5%201.2%201.2%201.2zM67%2049.4v2.2c0%20.7.6%201.2%201.2%201.2h7.6c.7%200%201.2-.6%201.2-1.2v-2.2c0-.7-.6-1.2-1.2-1.2h-7.6c-.7%200-1.2.5-1.2%201.2zM51.1%2077.5c.7%200%201.2-.6%201.2-1.2v-7.6c0-.7-.6-1.2-1.2-1.2h-2.2c-.7%200-1.2.6-1.2%201.2v7.6c0%20.7.6%201.2%201.2%201.2h2.2zM24.2%2052.8h7.6c.7%200%201.2-.6%201.2-1.2v-2.2c0-.7-.6-1.2-1.2-1.2h-7.6c-.7%200-1.2.6-1.2%201.2v2.2c0%20.7.6%201.2%201.2%201.2zm38.5-13.5c.5.5%201.3.5%201.7%200l5.4-5.4c.5-.5.5-1.3%200-1.7l-1.5-1.5c-.5-.5-1.3-.5-1.7%200L61.2%2036c-.5.5-.5%201.3%200%201.7l1.5%201.6zm5.6%2031.1l1.5-1.5c.5-.5.5-1.3%200-1.7l-5.4-5.4c-.5-.5-1.3-.5-1.7%200l-1.5%201.5c-.5.5-.5%201.3%200%201.7l5.4%205.4c.5.4%201.2.4%201.7%200zm-34.9%200l5.4-5.4c.5-.5.5-1.3%200-1.7l-1.5-1.5c-.5-.5-1.3-.5-1.7%200l-5.4%205.4c-.5.5-.5%201.3%200%201.7l1.5%201.5c.5.4%201.2.4%201.7%200zm2.1-31.1c.5.5%201.3.5%201.7%200l1.5-1.5c.5-.5.5-1.3%200-1.7l-5.4-5.4c-.5-.5-1.3-.5-1.7%200l-1.5%201.5c-.5.5-.5%201.3%200%201.7l5.4%205.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sql{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a03537}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6-.2-.6-.3-2-.1-2.7.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sqlite{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23369}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M48.1%2075.5c-6.5-.3-12.3-2.3-15.4-5.4-.9-.9-1.8-2.1-2.2-2.9l-.3-.5v-6.1c0-6%200-6.1.1-5.6.3%201.3%201.1%202.7%202.3%203.7.8.7%202.5%201.8%203.8%202.5%202.4%201.2%205.2%202%208.4%202.5%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.3-2.5%201.4-.7%203-1.7%203.8-2.5%201.1-1%202-2.5%202.3-3.8.1-.5.1-.4.1%205.5v6l-.3.6c-1%201.9-2.6%203.6-4.7%204.8-4.3%202.7-10.5%204-16.8%203.7z'/%3e%3cpath%20class='st1'%20d='M48.1%2060.4c-5.7-.3-11-1.9-14.3-4.4-.7-.6-1.8-1.6-2.3-2.2-.4-.6-.8-1.2-1.1-1.8l-.3-.5v-6c0-5.9%200-6%20.1-5.5.2.9.7%202%201.5%202.9.4.5%201.1%201.2%201.5%201.4.1.1.5.3.7.5%202.7%201.9%206.5%203.3%2010.8%203.9%201.9.3%202.6.3%205.3.3s3.4%200%205.3-.3c3.1-.5%206-1.3%208.4-2.5%201.4-.7%203-1.8%203.9-2.5%201.1-1%202-2.4%202.2-3.7.1-.5.1-.4.1%205.5v5.9l-.4.8c-.7%201.2-1.1%201.8-1.9%202.7-.8.8-1.6%201.5-2.7%202.1-4.3%202.4-10.5%203.7-16.8%203.4z'/%3e%3cpath%20class='st1'%20d='M47.7%2045.4c-3.8-.3-6.8-.9-9.6-2-3.4-1.3-5.8-3.1-7.1-5.2-.3-.4-.5-1-.7-1.6s-.3-2-.1-2.7c.9-4.3%206.6-7.9%2014.5-9%201.9-.3%202.6-.3%205.3-.3s3.4%200%205.3.3c3.1.5%206%201.3%208.4%202.5%203.5%201.7%205.6%204%206.1%206.5.1.7.1%202.1-.1%202.7-.4%201.3-1%202.2-2%203.2-2.8%202.9-7.9%204.9-14.1%205.6-.9-.1-5.1%200-5.9%200z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-step{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-stl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23369'/%3e%3cpath%20d='M71.9%2050.5c-.7-.3-1.5%200-1.8.7-1.5%203.4-3.9%206.4-6.9%208.7l-9.1-18.5c1.4-1.1%202.2-2.7%202.2-4.6%200-2.9-2-5.3-4.8-5.8v-4.6c0-.7-.5-1.4-1.4-1.4-.7%200-1.4.5-1.4%201.4V31c-2.7.5-4.8%203-4.8%205.8%200%201.9.8%203.5%202.2%204.6L37%2059.9c-3-2.3-5.4-5.2-6.9-8.7-.3-.7-1.1-1-1.8-.7-.7.3-1%201.1-.7%201.8%201.8%204.1%204.6%207.3%208.2%209.9l-5.4%2010.9c-.3.7%200%201.5.5%201.8.1%200%20.4.1.5.1.4%200%201-.3%201.2-.7l5.2-10.6c3.7%202%207.6%203%2011.8%203s8.2-1.1%2011.8-3l5.2%2010.6c.1.4.7.7%201.2.7.1%200%20.4%200%20.5-.1.7-.3%201-1.1.5-1.8l-5.3-10.9c3.5-2.4%206.4-6%208.2-9.9%201-.7.7-1.5.2-1.8zM50.1%2033.4c1.9%200%203.4%201.5%203.4%203.4s-1.5%203.4-3.4%203.4-3.4-1.5-3.4-3.4%201.7-3.4%203.4-3.4zm0%2030.7c-3.8%200-7.3-1-10.6-2.7l9.2-18.6c.4.1%201%20.1%201.5.1s1%200%201.5-.1L61%2061.4c-3.4%201.8-7.1%202.7-10.9%202.7z'%20fill='%23369'%20stroke='%23369'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-svg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.6%2041.6L24.5%2069.4l2.5%202.5%2016.3-16.3c-.6-1.3-.4-2.9.7-4%201.4-1.4%203.6-1.4%205%200s1.4%203.6%200%205c-1.1%201.1-2.7%201.3-4%20.7L28.7%2073.5l2.5%202.5L59%2062.9l5.9-16.6-10.7-10.7-16.6%206zm38.1-3.3L62.2%2024.8c-1.1-1.1-2.9-1.1-4%200L55%2028c-1.1%201.1-1.1%202.9%200%204l13.5%2013.5c1.1%201.1%202.9%201.1%204%200l3.2-3.2c1.1-1.1%201.1-2.9%200-4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-swd{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M65.6%2036.6c1.4-.5%202.9-.7%204.4-.7V26c-6.7-.2-13.1%202.8-17.2%208.1-1.7%202.2-3.2%204.6-4.3%207.2l-3.2%207.9c-.8%202.4-1.8%204.8-2.9%207.1-.8%201.9-1.8%203.6-3%205.3-1%201.4-2.4%202.5-3.9%203.2-1.7.8-3.6%201.2-5.5%201.2v10c6.7.2%2013.1-2.8%2017.2-8.1%201.3-1.8%202.5-3.7%203.5-5.7l2.7-6.3H65V46h-7.6c.6-1.5%201.4-2.9%202.3-4.3.7-1.2%201.6-2.2%202.6-3.1%201-.9%202.1-1.6%203.3-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-swf{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d10407}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M65.6%2036.6c1.4-.5%202.9-.7%204.4-.7V26c-6.7-.2-13.1%202.8-17.2%208.1-1.7%202.2-3.2%204.6-4.3%207.2l-3.2%207.9c-.8%202.4-1.8%204.8-2.9%207.1-.8%201.9-1.8%203.6-3%205.3-1%201.4-2.4%202.5-3.9%203.2-1.7.8-3.6%201.2-5.5%201.2v10c6.7.2%2013.1-2.8%2017.2-8.1%201.3-1.8%202.5-3.7%203.5-5.7l2.7-6.3H65V46h-7.6c.6-1.5%201.4-2.9%202.3-4.3.7-1.2%201.6-2.2%202.6-3.1%201-.9%202.1-1.6%203.3-2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-swift{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23f63'/%3e%3clinearGradient%20id='a'%20gradientUnits='userSpaceOnUse'%20x1='1.249'%20y1='99.324'%20x2='1.249'%20y2='97.916'%20gradientTransform='matrix(39.6201%200%200%20-35.5033%200%203550.329)'%3e%3cstop%20offset='0'%20stop-color='%23f88a36'/%3e%3cstop%20offset='1'%20stop-color='%23fd2020'/%3e%3c/linearGradient%3e%3cpath%20d='M63.7%2070.5c-6.6%203.8-15.6%204.2-24.7.3-7.4-3.1-13.5-8.6-17.4-14.9%201.9%201.6%204.1%202.8%206.4%203.9%209.4%204.4%2018.8%204.1%2025.4%200C44%2052.7%2036%2043.3%2030.1%2035.6c-1.3-1.3-2.2-2.8-3.1-4.2%207.2%206.6%2018.6%2014.9%2022.7%2017.2-8.6-9.1-16.3-20.4-16-20C47.3%2042.3%2060%2050.2%2060%2050.2c.4.2.7.4%201%20.6.3-.7.5-1.4.7-2.2%202.2-8-.3-17.1-5.8-24.6C68.6%2031.7%2076.1%2046.1%2073%2058.1c-.1.3-.2.6-.3%201l.1.1c6.3%207.8%204.5%2016.1%203.8%2014.6-3.4-6.6-9.7-4.6-12.9-3.3z'%20fill='url(%23a)'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-sys{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M74.5%2069L56.6%2051.1l-.5-.5%203.2-3.3.5-.5c4.2%201.6%209.1.7%2012.5-2.7%202.5-2.5%203.7-5.9%203.4-9.4%200-.4-.3-.7-.7-.9-.4-.1-.8%200-1.1.2l-5.7%205.7-5.8-1.5-1.6-6%205.7-5.7c.3-.3.4-.7.2-1.1-.1-.4-.5-.6-.9-.7-3.5-.3-6.9.9-9.4%203.4-3.4%203.4-4.3%208.3-2.7%2012.5-.2.1-.3.3-.5.5l-4.7%204.5-8.5-8.4-.3-.3c.1-.2.2-.4.3-.5%201.8.3%205.1-3.2%207.9-6l-8.2-8.2c-3.7%203.7-6.3%206.1-6%207.9-.8.4-1.6.9-2.1%201.4l-1.2%201.2c-.7.7-1.2%201.7-1.4%202.7-.1.1-.2.3-.3.4l-.4.5s0%20.1-.1.1l-.3.6c-.2.3-.5.7-.7%201-.1.1-.2.3-.2.4v.1l-.2.3-.6%201.2v.1c-.2.5-.4%201.1-.6%201.6l-.1.3c-.1.2-.1.4-.2.6l-.2.8c-.1.5-.2%201-.2%201.4v.3c-.1.4%200%20.9%200%201.2v1.2l.1.6c0%20.1%200%20.2.1.4%200%20.3.1.5.2.8l.4%201.5c.1.4.5.7%201%20.7.2%200%20.5-.1.6-.3.1-.1.2-.3.3-.6l.2-1.5c0-.1.1-.3.1-.5%200-.1.1-.3.1-.4l.2-.6c0-.1.1-.1.1-.2s.1-.1.1-.2c.1-.1.1-.2.1-.4.1-.2.2-.5.3-.7.1-.1.1-.2.2-.3.1-.3.3-.5.4-.7l.4-.5c.1-.1.2-.2.2-.3l.2-.2c.2-.3.5-.5.7-.7l.1-.1c.2-.2.4-.3.6-.5.1-.1.2-.1.3-.2.1-.1.2-.1.3-.2.2-.1.4-.2.6-.4l.4-.2.4-.2c.2-.1.3-.1.4-.2.1%200%20.2-.1.2-.1.1%200%20.2-.1.2-.1.1%200%20.2-.1.3-.1h.1c.1.2.3.4.5.6l8.5%208.5-17.9%2017.4c-2.2%202.2-2.6%205.5-.4%207.8%202.2%202.2%205.3%201.7%207.6-.6l16-16.8.3.3%2017.9%2017.9c2%202%205.3%202%207.3%200%201.9-2%201.9-5.2-.1-7.2zm-43.7%204c-.8.8-2.2.8-3%200-.8-.8-.8-2.2%200-3%20.8-.8%202.2-.8%203%200%20.8.8.8%202.2%200%203z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tcsh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M33.1%2029.8l-6.6%206.6L37.2%2047%2026.5%2057.6l6.6%206.6L50.2%2047zm18.8%2031.1h22.6v9.2H51.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tex{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M69.4%2028.6v5.5H21.5v-5.5M30.6%2041h47.9v5.6H30.6zm-9.1%2012.4h47.9V59H21.5zm9.1%2012.5h47.9v5.6H30.6z'%20fill='%23999'%20stroke='%23999'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tfignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M68.7%2033.3c-9.8-9.8-25.6-9.8-35.4%200-9.8%209.8-9.8%2025.6%200%2035.4s25.6%209.8%2035.4%200%209.7-25.6%200-35.4zM35.5%2061c-4.6-7.1-3.8-16.8%202.5-23%206.3-6.3%2015.9-7.1%2023-2.5L35.5%2061zm5.5%205.5L66.5%2041c4.6%207.1%203.8%2016.8-2.5%2023-6.2%206.3-15.9%207.1-23%202.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tga{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tgz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tif{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tiff{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tmp{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M64.5%2049.6c.7.6%201.6.5%202.2-.1.6-.6.6-1.5.1-2.1v-.1l-4.1-4.8c-.2-.2-.3-.5-.3-.7l-.6-9.1c-.1-.8-.8-1.5-1.6-1.5s-1.5.6-1.6%201.4v.1l-.7%2010v.2c0%20.6.2%201.2.7%201.7l.3.3%205.6%204.7z'/%3e%3cpath%20class='st1'%20d='M60.4%2023.5c-8.4%200-15.5%205.4-18.1%2012.9%201.7.2%203.3.6%204.8%201.1%202-5.3%207.2-9.1%2013.2-9.1%207.8%200%2014.2%206.4%2014.2%2014.2%200%207.1-5.2%2012.9-12%2014%20.1.9.2%201.9.2%202.8%200%20.7%200%201.4-.1%202.1%209.5-1.1%2016.8-9.2%2016.8-19%20.1-10.5-8.5-19-19-19z'/%3e%3cpath%20class='st1'%20d='M57.1%2056.6h-2.5c-.4-2-1.2-4-2.4-5.7l1.8-1.7c.6-.6.6-1.7%200-2.3L52.3%2045c-.6-.6-1.7-.6-2.3%200l-1.8%201.7c-1.8-1.2-3.7-2-5.7-2.4v-2.5c0-.9-.7-1.6-1.6-1.6h-2.5c-.9%200-1.6.7-1.6%201.6v2.5c-2%20.4-4%201.2-5.8%202.4L29.3%2045c-.6-.6-1.7-.6-2.3%200l-1.8%201.8c-.6.6-.6%201.7%200%202.3l1.7%201.7c-1.2%201.8-2%203.7-2.4%205.8h-2.4c-.9%200-1.6.7-1.6%201.6v2.5c0%20.9.7%201.6%201.6%201.6h2.4c.4%202%201.2%204%202.4%205.8l-1.7%201.7c-.6.6-.6%201.7%200%202.3l1.8%201.8c.6.6%201.7.6%202.3%200l1.7-1.6c1.8%201.2%203.8%202%205.8%202.4v2.4c0%20.9.7%201.6%201.6%201.6h2.5c.9%200%201.6-.7%201.6-1.6v-2.4c2-.4%204-1.2%205.8-2.4L50%2074c.6.6%201.7.6%202.3%200l1.8-1.8c.6-.6.6-1.7%200-2.3l-1.7-1.7c1.2-1.8%202-3.7%202.4-5.8h2.5c.9%200%201.6-.7%201.6-1.6v-2.5c-.2-1-.9-1.7-1.8-1.7zm-11.6%208.7c-3.3%203.2-8.5%203.2-11.8%200s-3.2-8.5%200-11.8c3.3-3.2%208.5-3.2%2011.8%200%203.3%203.3%203.2%208.6%200%2011.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-torrent{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%238383a6}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M73.8%2065.9c-.3%201.2-1.1%202-2%202.9-12.2%2012.7-33.2%2010.3-42-4.9-2.4-4.1-3.7-8.3-3.6-13.1.3-5.9%202.2-11.1%205.9-15.7%204.4-5.6%209.9-9.3%2017.1-10.4%201.7-.3%203.4-.4%205.2-.7v4.9l-3.6.4c-10%201.5-18.5%209.9-19.2%2019.7-.4%206.1%201.2%2011.6%205.3%2016.3%201.6%202%203.4%203.7%205.7%204.8.7.3%201.5.4%202.1.5-6.3-3.7-10-9.3-11.2-16.4-.8-4.8.1-9.4%202.8-13.5C43%2030.3%2054.8%2028.5%2062.9%2032c-.7%201.5-1.3%202.9-2%204.2-1.6-.3-3.2-.8-4.8-.8-4.6-.3-8.7.8-12.2%204.1-8.7%208.1-6.5%2020.5%202%2026%202.6%201.9%205.6%203.2%208.7%203.8.8.3%201.6%200%202.5-.1-.1-.1-.3-.1-.4-.1-4-.8-7.7-2.1-10.8-4.9S40.4%2058%2040%2053.6c-.4-6.2%202-11.2%207.3-14.4%204.6-2.9%209.5-2.9%2014.4-.5%202.8%201.3%204.8%203.4%206.3%206.1-1.5.8-2.8%201.5-4.1%202.1-1.2-1.2-2.2-2.5-3.6-3.3-6.2-4.2-14.9-.3-15.6%207.5-.3%203.8%201.3%206.7%204%209.4%203.2%202.9%207%204%2011.2%204.5%204.1.5%208.2.4%2012.3-.1.8-.1%201.2.4%201.5%201.1.1-.2.1-.1.1-.1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ts{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M68.2%2033.5c2%20.5%203.5%201.4%204.8%202.8.7.8%201.7%202.1%201.9%202.5%200%20.1-3.3%202.3-5.3%203.6-.1.1-.4-.3-.7-.8-1-1.4-2-2.1-3.6-2.2-2.3-.2-3.8%201.1-3.8%203.1%200%20.6.1%201%20.3%201.4.5%201.1%201.5%201.7%204.4%203%205.5%202.4%207.9%203.9%209.3%206.2%201.7%202.5%202%206.5.9%209.4-1.2%203.2-4.3%205.4-8.6%206.1-1.4.2-4.4.2-5.9-.1-3.1-.5-6-2.1-7.8-4.1-.7-.8-2.1-2.9-2-3%200-.1.4-.2.7-.5.4-.2%201.7-1%202.9-1.7l2.2-1.3.5.7c.7%201%202.1%202.3%202.9%202.8%202.5%201.3%205.9%201.1%207.5-.4.7-.7%201-1.4%201-2.3%200-.9-.1-1.3-.6-2-.6-.8-1.8-1.6-5.3-3.1-4-1.7-5.7-2.8-7.3-4.4-.9-1-1.7-2.6-2.1-3.8-.3-1.1-.4-3.8-.2-4.9.8-3.8%203.8-6.5%207.9-7.3%201.5%200%204.7%200%206%20.3zm-18.1%203.3V40h-10v28.6H33V39.9H23v-3.1c0-1.7%200-3.2.1-3.2%200-.1%206.2-.1%2013.5-.1H50l.1%203.3z'%20fill='%2372a536'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-tsv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%231f7244}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M62.1%2030.9h14.1v9.4H62.1zm0%2014.5h14.1v9.4H62.1zm0%2014.3h14.1v9.4H62.1zm-19.2%200H57v9.4H42.9zm-19%200H38v9.4H23.9zm19.2-14.2h14.1v9.4H43.1zm-19.2%200H38v9.4H23.9zm19.2-14.6h14.1v9.4H43.1zm-19.2%200H38v9.4H23.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-ttf{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2336454d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M58.2%2026.5v10h-1c-.6-2.3-1.2-4-1.9-5s-1.7-1.8-2.9-2.4c-.7-.3-1.9-.5-3.6-.5H46v28.6c0%201.9.1%203.1.3%203.5.2.5.6.9%201.2%201.2.6.4%201.4.5%202.5.5h1.2v1H31.9v-1h1.2c1.1%200%201.9-.2%202.6-.6.5-.3.8-.7%201.1-1.3.2-.4.3-1.6.3-3.4V28.6h-2.7c-2.5%200-4.3.5-5.4%201.6-1.6%201.5-2.6%203.6-3%206.3h-1v-10h33.2z'%20fill='%237291a1'/%3e%3cpath%20class='st1'%20d='M75%2037.5v10h-1c-.6-2.3-1.2-4-1.9-5s-1.7-1.8-2.9-2.4c-.7-.3-1.9-.5-3.6-.5h-2.8v28.6c0%201.9.1%203.1.3%203.5.2.5.6.9%201.2%201.2.6.4%201.4.5%202.5.5H68v1H48.7v-1h1.2c1.1%200%201.9-.2%202.6-.6.5-.3.8-.7%201.1-1.3.2-.4.3-1.6.3-3.4V39.6h-2.7c-2.5%200-4.3.5-5.4%201.6-1.6%201.5-2.6%203.6-3%206.3h-1v-10H75z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-twig{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M72.2%2074.2C68.9%2045.7%2076%2053.3%2076%2053.3c-7.8-9.2-11.7.4-13.6%209.4-1-14.4-5.4-38.3-23.4-37.9%209.7%200%2010.3%2019.6%209.3%2033.7C39.9%2043.6%2021%2044.8%2021%2044.8s14.2-.6%2014.2%2029.4h37z'%20fill='%237faf4a'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-txt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%236b533b}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M19%2063.7h35.3V73H19v-9.3m0-18.5h62v9.3H19zM19%2027h62v9.3H19z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-udf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c96}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2%200-.8-.3-1.6-.9-2.2-.6-.6-1.4-.9-2.2-.9-.8%200-1.6.3-2.2.9-.6.6-.9%201.4-.9%202.2z'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4%209.8%209.8%2025.6%209.8%2035.4%200%209.8-9.8%209.8-25.6%200-35.4-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4a6.1%206.1%200%200%201%208.8%200zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23d5006e'/%3e%3cpath%20d='M19.7%2033.6h6.8l7.6%2022.7c.7%202%201.3%205.1%201.3%205.1h.1s.6-3.1%201.3-5.1l7.7-22.7h6.8L38.7%2068.4h-6.3L19.7%2033.6zm36%200h12.4c6.3%200%2010.7%203.2%2010.7%209%200%203.2-1.6%206-4.2%207.4v.1c3.8%201.1%205.6%204.7%205.6%208.2%200%207-5.6%2010.1-12%2010.1H55.7V33.6zm12.5%2014.2c2.7%200%204.3-2%204.3-4.5S71%2039%2068.1%2039h-6v8.8h6.1zm.6%2015.2c3.2%200%205-2.1%205-5s-1.9-5-5-5H62v10h6.8z'%20fill='%23d5006e'%20stroke='%23d5006e'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vbproj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vbs{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M24.5%2031.2V33l-2%20.8V32c0%20.1%202-.8%202-.8zm0%2016.6v1.8l-2%20.8v-1.7l2-.9zm0%2016.8v1.8l-2%20.8v-1.7c0%20.1%202-.9%202-.9zm-.2-27.8v1.6l-1.7.7v-1.6c0%20.1%201.7-.7%201.7-.7zm0%205.6V44l-1.6.6V43l1.6-.6zm0%2011.2v1.6l-1.7.7v-1.7c0%20.1%201.7-.6%201.7-.6zm0%205.6v1.6l-1.7.7V60l1.7-.8zm5.1-26.9v2.1l-2.7.9v-2l2.7-1zm0%2016.8v2l-2.7%201v-2l2.7-1zm0%2016.9v2l-2.7%201v-2l2.7-1zm-.1-27.9V40l-2.2.8v-1.9l2.2-.8zm0%205.6v1.9l-2.2.8v-1.9l2.2-.8zm0%2011.2v1.9l-2.2.8v-1.9l2.2-.8zm0%205.6v1.9l-2.2.8v-1.9l2.2-.8zm5.3-27v2.4l-3.5%201.3v-2.4l3.5-1.3zm0%2016.8v2.4L31.1%2054v-2.4l3.5-1.3zm0%2016.6v2.5l-3.5%201.3v-2.5l3.5-1.3zm-.2-27.6v2.2l-2.9%201.1v-2.1c0%20.1%202.9-1.2%202.9-1.2zm0%205.6V47l-2.9%201.1V46l2.9-1.1zm0%2011.2v2.1l-2.9%201.1v-2.1l2.9-1.1zm0%205.4v2.2l-2.9%201.1v-2.1l2.9-1.2zm5.7-28.1v3.1l-4.4%201.8v-3.1l4.4-1.8zm0%2016.8v3.1l-4.4%201.8V52l4.4-1.8zm0%2016.6v3.1l-4.4%201.8v-3.1l4.4-1.8zm-.2-27.6v2.9l-3.6%201.3v-2.8l3.6-1.4zm0%205.6v2.8l-3.6%201.6v-2.9l3.6-1.5zm0%2011.2v2.9l-3.6%201.5v-2.9l3.6-1.5zm0%205.4v2.9l-3.6%201.3v-2.8c0%20.1%203.6-1.4%203.6-1.4zm5.9-28.5v4l-4.9%202v-4l4.9-2zm0%2016.8v4l-4.9%202v-4l4.9-2zm0%2016.6v4l-4.9%202v-4l4.9-2zM45.6%2039v3.4l-4%201.7v-3.4l4-1.7zm0%205.3v3.4l-4%201.7V46l4-1.7zm0%2011.4v3.4l-4.3%201.7v-3.4l4.3-1.7zm0%205.5v3.4l-4%201.7v-3.4l4-1.7zm6.1-30.4v5.6l-5.2%202.2v-5.2c1.8-1%203.6-2%205.2-2.6zm0%206.1v4.9L46.6%2044v-4.9l5.1-2.2zm0%205.5v4.9l-5.2%202.2v-4.9l5.2-2.2zm0%205.5v4.9L46.6%2055v-4.9l5.1-2.2zm0%205.4v5l-5.2%202.2v-5.1l5.2-2.1zm0%205.6v4.9l-5.2%202.3v-5c.1%200%205.2-2.2%205.2-2.2zm0%205.5v5.2c-2.1.7-3.7%201.6-5.2%202.3v-5.3c.1%200%205.2-2.2%205.2-2.2zm26.8-33.5v39.2c-3.3-2.2-7.5-3.2-12.3-3.2-4%200-8.7.8-13.8%202.5v-5.3c2.7-1%205.7-1.9%208.9-2.3V49.2c-2.7.3-5.7%201.2-8.9%202.8v-3.6c2.8-1.2%205.7-2.2%208.9-2.6V33.3c-2.8.5-5.8%201.6-8.9%202.9v-5.5c4.6-2%208.9-2.9%2013.3-2.9%204.6-.1%208.9.9%2012.8%203.1zm-5.3%203.4c-2.2-1-4.7-1.7-7.7-1.7-.3%200-.6%200-1%20.1v12.7h1.1c2.6%200%205.1.4%207.6%201.1V34.3zm0%2016c-2.3-.9-4.9-1.6-7.6-1.6-.3%200-.7%200-1%20.1v12.8h1.1c2.8%200%205.3.3%207.6%201V50.3h-.1zm3.4%2021.5V71h-.3v-.2h.8v.1h-.3v.9h-.2zm.8%200v-1h.2l.3.7.3-.7h.2v1h-.1V71l-.3.8h-.2l-.3-.7v.8h-.1v-.1z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vcd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23c96}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M46.9%2050c0%20.8.3%201.6.9%202.2%201.2%201.2%203.2%201.2%204.4%200%20.6-.6.9-1.4.9-2.2%200-.8-.3-1.6-.9-2.2-.6-.6-1.4-.9-2.2-.9-.8%200-1.6.3-2.2.9-.6.6-.9%201.4-.9%202.2z'/%3e%3cpath%20class='st1'%20d='M32.3%2032.3c-9.8%209.8-9.8%2025.6%200%2035.4%209.8%209.8%2025.6%209.8%2035.4%200%209.8-9.8%209.8-25.6%200-35.4-9.8-9.7-25.6-9.7-35.4%200zm37%2028.2c-.9%201.7-2.1%203.2-3.5%204.6-1.4%201.4-3%202.6-4.6%203.5l-5.8-11.1s.5-.2%201.6-1.2c1.1-1.1%201.3-1.6%201.3-1.6l11%205.8zM54.4%2045.6c1.2%201.2%201.8%202.8%201.8%204.4%200%201.6-.6%203.2-1.8%204.4-2.4%202.4-6.4%202.4-8.8%200-1.2-1.2-1.8-2.8-1.8-4.4%200-1.6.6-3.2%201.8-4.4a6.1%206.1%200%200%201%208.8%200zm-8.5-4.4s-1.2.7-2.2%201.8c-.9%201-1%201.2-1.3%201.7l-11-5.9c.9-1.7%202.1-3.2%203.5-4.6%201.4-1.4%203-2.6%204.6-3.5l6.4%2010.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vcs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23c11e07'/%3e%3cpath%20d='M55.5%2031.5v-2.8c0-3-2.5-5.5-5.5-5.5s-5.5%202.5-5.5%205.5v2.8h-22v41.3h55V31.5h-22zM72%2067.3H28V37h16.5v2.7h11V37H72v30.3z'/%3e%3ccircle%20cx='39'%20cy='48'%20r='2.8'/%3e%3cpath%20d='M39%2053.5c-3%200-5.5%202.5-5.5%205.5v2.8h11V59c0-3-2.5-5.5-5.5-5.5zm13.8-8.3h13.8v5.5H52.8zm0%2011.1h13.8v5.5H52.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vdi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78.4%2064.6c0-2.2-1.8-3.9-3.9-3.9H25.6c-2.2%200-3.9%201.8-3.9%203.9v5.6c0%202.2%201.8%203.9%203.9%203.9h48.9c2.2%200%203.9-1.8%203.9-3.9v-5.6zm-21.1%205.1c-1.2%200-2.3-1-2.3-2.3%200-1.4%201.1-2.3%202.3-2.3s2.3%201%202.3%202.3c0%201.4-1%202.3-2.3%202.3zm6.9%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1.1%202.3-2.3%202.3zm6.8%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1%202.3-2.3%202.3zM25.6%2058.3h48.9c1.1%200%202.2.3%203%20.8l-4.8-9.9c-1.4-2.9-3.5-3.9-5.7-3.9h-5.3L54%2053.1c-.5.5-1.2%201-1.9%201.2-.7.3-1.5.4-2.2.4-.8%200-1.5-.1-2.2-.4h-.3c-.5-.3-1.1-.7-1.6-1.1L38.2%2045h-5.3c-2.2%200-4.2%201.2-5.7%203.9L22.4%2059c1-.4%201.9-.7%203.2-.7z'/%3e%3cpath%20class='st1'%20d='M61.4%2041.4c.3-.3.4-.5.7-1%20.1-.4.3-.7.3-1.2%200-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.7-.5-1-.7-.3-.1-.7-.3-1.1-.3s-.8.1-1.1.3c-.4.1-.7.4-1%20.7l-4.4%204.4V28c0-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.5-.5-1-.7-.3-.1-.7-.1-1.1-.1s-.8%200-1.1.1c-.4.1-.7.4-1%20.7-.3.3-.5.5-.7%201s-.3.7-.3%201.1v13.7l-4.4-4.4c-.3-.3-.5-.5-1-.7-.3-.1-.7-.3-1.1-.3-.4%200-.8.1-1.1.3-.3.1-.7.4-1%20.7-.3.3-.5.5-.7%201-.1.4-.3.7-.3%201.1s.1.8.3%201.2c.1.4.4.7.7%201l9.4%209.5c.3.3.5.5%201%20.7.3.1.7.3%201.1.3s.8-.1%201.1-.3c.4-.1.7-.4%201-.7l9.8-9.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vdx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vmdk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M78.4%2064.6c0-2.2-1.8-3.9-3.9-3.9H25.6c-2.2%200-3.9%201.8-3.9%203.9v5.6c0%202.2%201.8%203.9%203.9%203.9h48.9c2.2%200%203.9-1.8%203.9-3.9v-5.6zm-21.1%205.1c-1.2%200-2.3-1-2.3-2.3%200-1.4%201.1-2.3%202.3-2.3s2.3%201%202.3%202.3c0%201.4-1%202.3-2.3%202.3zm6.9%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1.1%202.3-2.3%202.3zm6.8%200c-1.2%200-2.3-1-2.3-2.3%200-1.4%201-2.3%202.3-2.3%201.2%200%202.3%201%202.3%202.3%200%201.4-1%202.3-2.3%202.3zM25.6%2058.3h48.9c1.1%200%202.2.3%203%20.8l-4.8-9.9c-1.4-2.9-3.5-3.9-5.7-3.9h-5.3L54%2053.1c-.5.5-1.2%201-1.9%201.2-.7.3-1.5.4-2.2.4-.8%200-1.5-.1-2.2-.4h-.3c-.5-.3-1.1-.7-1.6-1.1L38.2%2045h-5.3c-2.2%200-4.2%201.2-5.7%203.9L22.4%2059c1-.4%201.9-.7%203.2-.7z'/%3e%3cpath%20class='st1'%20d='M61.4%2041.4c.3-.3.4-.5.7-1%20.1-.4.3-.7.3-1.2%200-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.7-.5-1-.7-.3-.1-.7-.3-1.1-.3s-.8.1-1.1.3c-.4.1-.7.4-1%20.7l-4.4%204.4V28c0-.4-.1-.8-.3-1.1-.1-.4-.4-.7-.7-1-.3-.3-.5-.5-1-.7-.3-.1-.7-.1-1.1-.1s-.8%200-1.1.1c-.4.1-.7.4-1%20.7-.3.3-.5.5-.7%201s-.3.7-.3%201.1v13.7l-4.4-4.4c-.3-.3-.5-.5-1-.7-.3-.1-.7-.3-1.1-.3-.4%200-.8.1-1.1.3-.3.1-.7.4-1%20.7-.3.3-.5.5-.7%201-.1.4-.3.7-.3%201.1s.1.8.3%201.2c.1.4.4.7.7%201l9.4%209.5c.3.3.5.5%201%20.7.3.1.7.3%201.1.3s.8-.1%201.1-.3c.4-.1.7-.4%201-.7l9.8-9.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vob{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vscodeignore{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.6%2053.3c-1.5%201.2-3%202.3-4.6%203.5l-9%206.9c-.4.3-.7.3-1.2.1-.6-.4-1.3-.7-1.9-1-.3-.2-.5-.4-.5-.8V38.1c0-.3.2-.6.5-.8.7-.4%201.4-.7%202.1-1.1.4-.2.7%200%201%20.2%202.5%201.9%205%203.8%207.4%205.7%202%201.6%204.1%203.1%206.1%204.7l.4-.4c7.4-7.2%2014.8-14.5%2022.3-21.7.4-.4.7-.4%201.2-.2%203.1%201.3%206.3%202.5%209.4%203.8.2.1.4.4.5.7.1.2%200%20.4%200%20.6v41.1c0%201%200%201-1%201.4l-9%203.6c-.5.2-.9.1-1.3-.2-7.1-7.3-14.4-14.5-21.8-21.6-.2-.2-.3-.4-.6-.6zM63%2059.8V40.2c-4.4%203.3-8.7%206.5-13.1%209.8%204.4%203.3%208.7%206.5%2013.1%209.8zM35.6%2050c-2.2-2-4.3-3.9-6.5-5.8v11.7c2.2-2%204.3-3.9%206.5-5.9z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vsd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vss{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vst{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vsx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-vtx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2337539d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M23%2031.3l30.5-5.8v51.2L23%2071z'/%3e%3cpath%20class='st1'%20d='M74.7%2071.7H48.9c-1.3%200-2.3-1.1-2.3-2.3V33c0-1.3%201.1-2.3%202.3-2.3h25.9c1.3%200%202.3%201.1%202.3%202.3v36.5c-.1%201.2-1.1%202.2-2.4%202.2zm-25.8-39c-.2%200-.2.1-.2.2v36.5c0%20.2.1.2.2.2h25.9c.2%200%20.2-.1.2-.2V33c0-.2-.1-.2-.2-.2H48.9z'/%3e%3cpath%20d='M50%2055.2h8.6v8.6H50zm10.099-13.238l5.162-5.162%205.162%205.162-5.162%205.162zM60%2042.2h-7.1m12.8%204.5v12.8m-7.1%200h8.5'%20fill='none'%20stroke='%2337539d'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3cpath%20d='M31.4%2044.1h3l3.3%209.9c.3.9.6%202.2.6%202.2s.3-1.4.6-2.2l3.4-9.9h3l-5.6%2015.2H37l-5.6-15.2z'%20fill='%23fff'%20stroke='%23fff'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-war{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23666;stroke:%23666;stroke-miterlimit:10}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20class='st2'%20d='M62.3%2064.5c11.2-5.8%206-11.5%202.4-10.7-.9.2-1.3.3-1.3.3s.3-.5%201-.7c7.2-2.5%2012.7%207.4-2.3%2011.4-.1%200%20.1-.2.2-.3m-10-16.4c2.9%203.3-.8%206.3-.8%206.3s7.3-3.8%204-8.5c-3.1-4.4-5.6-6.6%207.5-14.2%200%200-20.5%205.2-10.7%2016.4'/%3e%3cpath%20class='st2'%20d='M55.5%2019.5s6.2%206.2-5.9%2015.8c-9.7%207.7-2.2%2012.1%200%2017.1-5.7-5.1-9.8-9.6-7-13.8%204-6.2%2015.4-9.2%2012.9-19.1M41.6%2066.9s-2.3%201.3%201.6%201.8c4.7.5%207.2.5%2012.4-.5%200%200%201.4.9%203.3%201.6-11.7%205-26.5-.3-17.3-2.9m-1.4-6.5s-2.6%201.9%201.4%202.3c5.1.5%209.1.6%2016-.8%200%200%201%201%202.5%201.5-14.2%204.2-30%20.3-19.9-3'/%3e%3cpath%20class='st2'%20d='M67.8%2071.8s1.7%201.4-1.9%202.5c-6.8%202.1-28.2%202.7-34.1.1-2.1-.9%201.9-2.2%203.1-2.5%201.3-.3%202.1-.2%202.1-.2-2.4-1.7-15.4%203.3-6.6%204.7%2023.9%203.8%2043.6-1.8%2037.4-4.6M42.7%2053.6s-10.9%202.6-3.9%203.5c3%20.4%208.9.3%2014.4-.2%204.5-.4%209-1.2%209-1.2s-1.6.7-2.7%201.5c-11.1%202.9-32.4%201.6-26.3-1.4%205.3-2.5%209.5-2.2%209.5-2.2'/%3e%3cpath%20class='st2'%20d='M43.8%2080.3c10.8.7%2027.3-.4%2027.7-5.5%200%200-.8%201.9-8.9%203.5-9.2%201.7-20.6%201.5-27.3.4.1%200%201.5%201.2%208.5%201.6'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wav{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wbk{background-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M29.6%2053l-5.9-18.2c-.2-.7-.4-1-.5-1-.1-.1-.2-.1-.4-.2l-2.1-.6-.1-2.6h11l.2%202.6-2.1.6v.2c0%20.2.1.7.4%201.2l2.2%207%203.9-11.7%203-.1%203.6%2011.7%202.5-7c.1-.5.4-1%20.4-1.2v-.1l-1.8-.5-.1-2.7h8.6l.2%202.6-2.3.7c-.1%200-.2.1-.4.1%200%20.1-.2.2-.4.9L43%2052.8l-3.1.2-3.3-11.2-3.9%2011-3.1.2z'/%3e%3cpath%20d='M57.8%2030.2h21.7v3.4H57.8v-3.4zm0%209.2h21.7v3.4H57.8v-3.4zm0%209.4h21.7v3.4H57.8v-3.4zm-36.2%209.6h57.9v3.4H21.6v-3.4zm0%209.4h57.9v3.4H21.6v-3.4z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.5'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-webinfo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23bababa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M40.2%2061.2c2.6-1.1%205.4-1.8%208.3-1.9v-7.7H38.4c.1%203.2.7%206.5%201.8%209.6zm-5.6-29.6c1.2%201.2%202.6%202.2%204%203%201.2-2.8%202.8-5.4%204.7-7.8-3.3%201-6.2%202.6-8.7%204.8zm25.2%207.2c-2.6%201.1-5.4%201.8-8.3%201.9v7.7h10.1c-.1-3.2-.7-6.5-1.8-9.6zm-11.3%201.9c-2.9-.2-5.7-.8-8.3-1.9-1.1%203.1-1.7%206.4-1.8%209.7h10.1v-7.8zM41.3%2036c2.3%201%204.7%201.5%207.2%201.7V25.9h-.3l-1.3%201.4c-2.4%202.6-4.2%205.6-5.6%208.7zm20.3%2015.5H51.5v7.7c2.9.2%205.7.8%208.3%201.9%201.1-3%201.7-6.3%201.8-9.6zM51.5%2037.7c2.5-.2%204.9-.7%207.2-1.7-1.4-3.2-3.3-6.1-5.6-8.7L52%2026h-.5v11.7zm14-6.2c-2.5-2.2-5.5-3.8-8.8-4.7%201.9%202.4%203.5%205%204.7%207.8%201.4-.8%202.8-1.8%204.1-3.1zm-17%2030.8c-2.5.2-4.9.7-7.2%201.7%201.4%203.1%203.3%206.1%205.5%208.7L48%2074h.4l.1-11.7zM35.3%2048.5c.1-3.8.9-7.5%202.1-11-1.8-1-3.4-2.2-5-3.7l-.1-.1c-3.6%204-6%209.1-6.3%2014.9l9.3-.1zm29.3%203c-.1%203.8-.9%207.5-2.1%2011%201.8%201%203.4%202.2%205%203.7l.2.2c3.6-4%206-9.1%206.3-14.9h-9.4zm2.9-17.7c-1.5%201.4-3.2%202.7-5%203.7%201.3%203.5%202%207.2%202.1%2011H74c-.3-5.7-2.7-10.9-6.3-14.9l-.2.2zm-2.1%2034.6c-1.2-1.2-2.6-2.2-4-3-1.2%202.8-2.8%205.4-4.7%207.8%203.3-1%206.3-2.6%208.7-4.8zm-32.9-2.2c1.5-1.4%203.2-2.7%204.9-3.7-1.3-3.5-2-7.2-2.1-11H26c.4%205.7%202.7%2010.9%206.3%2014.9l.2-.2zm6.1-.8c-1.4.8-2.8%201.9-4%203%202.5%202.2%205.5%203.8%208.8%204.7-2-2.3-3.6-4.9-4.8-7.7zM58.7%2064c-2.3-1-4.7-1.5-7.2-1.7v11.8h.4l1.3-1.4c2.3-2.6%204.1-5.6%205.5-8.7z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-webm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-webp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3ccircle%20class='st1'%20cx='32.4'%20cy='35'%20r='8'/%3e%3cpath%20class='st1'%20d='M78.9%2047.3l-9.7-9.6L50%2057l-9.6-9.7-19.3%2019.3V73h57.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wma{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st2{fill:%23039}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%230e3693'/%3e%3cpath%20class='st2'%20d='M32.5%2037.5h-9v25h9L53.6%2077V23L32.5%2037.5M71.9%2050c0%206.8-3.7%2012.7-9.1%2015.8l2.8%204.9c7.1-4.1%2011.9-11.8%2011.9-20.7%200-8.8-4.8-16.6-11.9-20.7l-2.8%204.9c5.4%203.1%209.1%209%209.1%2015.8z'/%3e%3cpath%20class='st2'%20d='M62.1%2050c0%203.2-1.7%205.9-4.3%207.4l2.7%204.7c4.2-2.4%207-6.9%207-12.1%200-5.2-2.8-9.7-7-12.1l-2.7%204.7c2.6%201.5%204.3%204.2%204.3%207.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wmf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23fea500}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M37.6%2041.6L24.5%2069.4l2.5%202.5%2016.3-16.3c-.6-1.3-.4-2.9.7-4%201.4-1.4%203.6-1.4%205%200s1.4%203.6%200%205c-1.1%201.1-2.7%201.3-4%20.7L28.7%2073.5l2.5%202.5L59%2062.9l5.9-16.6-10.7-10.7-16.6%206zm38.1-3.3L62.2%2024.8c-1.1-1.1-2.9-1.1-4%200L55%2028c-1.1%201.1-1.1%202.9%200%204l13.5%2013.5c1.1%201.1%202.9%201.1%204%200l3.2-3.2c1.1-1.1%201.1-2.9%200-4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wmv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23ef6f2e}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M21%2026.4v47.1h58V26.4H21zm10.9%2043.5h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2zm10.9%2025.4V37.3L60.9%2050%2042.8%2062.7zm32.6%207.2h-7.2v-7.2h7.2v7.2zm0-10.8h-7.2v-7.2h7.2v7.2zm0-10.9h-7.2V41h7.2v7.2zm0-10.9h-7.2v-7.2h7.2v7.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-woff{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2336454d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M40.4%2056.2H28.7l-1.4%203.1c-.5%201-.7%201.9-.7%202.6%200%20.9.4%201.6%201.1%202%20.4.3%201.5.4%203.2.6v.9H20v-.9c1.2-.2%202.2-.6%202.9-1.4.8-.8%201.7-2.4%202.8-4.8l11.8-25.6h.5l12%2026.2c1.1%202.5%202.1%204.1%202.8%204.7.6.5%201.3.8%202.3.9v.9h-16v-.9h.7c1.3%200%202.2-.2%202.7-.5.4-.3.5-.6.5-1.1%200-.3%200-.6-.1-.9%200-.1-.3-.7-.7-1.8l-1.8-4zm-.8-1.8l-4.9-11-5.1%2011h10z'%20fill='%237291a1'/%3e%3cpath%20class='st1'%20d='M80%2044.2l-4.7%2015.7-.5%201.9c0%20.2-.1.4-.1.5%200%20.2.1.4.2.5.1.2.3.2.4.2.3%200%20.8-.3%201.4-.8.2-.2.8-.9%201.8-2.2l.9.4c-1.2%202-2.4%203.5-3.7%204.5-1.3.9-2.7%201.4-4.2%201.4-.9%200-1.6-.2-2.1-.7-.5-.5-.7-1-.7-1.8%200-.6.3-1.8.8-3.4l.6-1.9c-1.9%203.1-3.7%205.4-5.4%206.7-1%20.8-2.1%201.1-3.2%201.1-1.5%200-2.6-.6-3.2-1.8-.7-1.2-1-2.5-1-4%200-2.2.7-4.8%202.1-7.6%201.4-2.9%203.2-5.2%205.5-6.9%201.9-1.4%203.6-2.2%205.3-2.2.9%200%201.6.3%202.2.8.6.5%201%201.4%201.2%202.8l.9-2.9%205.5-.3zm-7.8%204.5c0-1.3-.2-2.2-.6-2.8-.3-.4-.7-.6-1.2-.6s-1%20.2-1.6.7c-1.1%201-2.3%203-3.5%205.9-1.3%203-1.9%205.6-1.9%207.7%200%20.8.1%201.4.4%201.8.3.4.6.6.9.6.7%200%201.5-.4%202.2-1.2%201.1-1.2%202-2.6%202.9-4.3%201.6-2.9%202.4-5.5%202.4-7.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-woff2{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2336454d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20d='M40.4%2056.2H28.7l-1.4%203.1c-.5%201-.7%201.9-.7%202.6%200%20.9.4%201.6%201.1%202%20.4.3%201.5.4%203.2.6v.9H20v-.9c1.2-.2%202.2-.6%202.9-1.4.8-.8%201.7-2.4%202.8-4.8l11.8-25.6h.5l12%2026.2c1.1%202.5%202.1%204.1%202.8%204.7.6.5%201.3.8%202.3.9v.9h-16v-.9h.7c1.3%200%202.2-.2%202.7-.5.4-.3.5-.6.5-1.1%200-.3%200-.6-.1-.9%200-.1-.3-.7-.7-1.8l-1.8-4zm-.8-1.8l-4.9-11-5.1%2011h10z'%20fill='%237291a1'/%3e%3cpath%20class='st1'%20d='M80%2044.2l-4.7%2015.7-.5%201.9c0%20.2-.1.4-.1.5%200%20.2.1.4.2.5.1.2.3.2.4.2.3%200%20.8-.3%201.4-.8.2-.2.8-.9%201.8-2.2l.9.4c-1.2%202-2.4%203.5-3.7%204.5-1.3.9-2.7%201.4-4.2%201.4-.9%200-1.6-.2-2.1-.7-.5-.5-.7-1-.7-1.8%200-.6.3-1.8.8-3.4l.6-1.9c-1.9%203.1-3.7%205.4-5.4%206.7-1%20.8-2.1%201.1-3.2%201.1-1.5%200-2.6-.6-3.2-1.8-.7-1.2-1-2.5-1-4%200-2.2.7-4.8%202.1-7.6%201.4-2.9%203.2-5.2%205.5-6.9%201.9-1.4%203.6-2.2%205.3-2.2.9%200%201.6.3%202.2.8.6.5%201%201.4%201.2%202.8l.9-2.9%205.5-.3zm-7.8%204.5c0-1.3-.2-2.2-.6-2.8-.3-.4-.7-.6-1.2-.6s-1%20.2-1.6.7c-1.1%201-2.3%203-3.5%205.9-1.3%203-1.9%205.6-1.9%207.7%200%20.8.1%201.4.4%201.8.3.4.6.6.9.6.7%200%201.5-.4%202.2-1.2%201.1-1.2%202-2.6%202.9-4.3%201.6-2.9%202.4-5.5%202.4-7.8z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%236190aa}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M29.6%2053l-5.9-18.2c-.2-.7-.4-1-.5-1-.1-.1-.2-.1-.4-.2l-2.1-.6-.1-2.6h11l.2%202.6-2.1.6v.2c0%20.2.1.7.4%201.2l2.2%207%203.9-11.7%203-.1%203.6%2011.7%202.5-7c.1-.5.4-1%20.4-1.2v-.1l-1.8-.5-.1-2.7h8.6l.2%202.6-2.3.7c-.1%200-.2.1-.4.1%200%20.1-.2.2-.4.9L43%2052.8l-3.1.2-3.3-11.2-3.9%2011-3.1.2z'/%3e%3cpath%20d='M57.8%2030.2h21.7v3.4H57.8zm0%209.2h21.7v3.4H57.8zm0%209.4h21.7v3.4H57.8zm-36.2%209.6h57.9v3.4H21.6zm0%209.4h57.9v3.4H21.6z'%20stroke='%236190aa'%20stroke-width='.5'%20stroke-miterlimit='10'%20fill='%236190aa'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-wsf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xaml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M21.5%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L21.5%2053v-4.7zm30.6-17.6h4.3L48%2071.3h-4.2l8.3-40.6zM62.3%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014V60z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xcf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%235b2d8d}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M66.3%2059c.5.3%201.2.6%201.8.9%201.7%201.1%203.4%202.2%205.2%203.3.2.1.5.2.8.2%201.9-.4%204%20.7%204.6%202.6.4%201.2.6%202.6.7%203.9.2%201.6.2%203.2.2%204.8-2.8-.7-5.4-1.5-7.4-3.6-.5-.5-.7-1.4-1.1-2-.1-.2-.2-.4-.4-.4-3.6-.8-7.1-2.1-10.4-3.8-.2-.1-.5-.1-.7%200-3.3%201.7-6.9%202.3-10.6%202.1-5-.3-9.6-1.9-14-4.1-.7-.4-1.5-.8-2.2-1.3%203.5-1.6%205-4.4%205-8.1-.9-.1-1.6-.2-2.4-.2-.1.8-.1%201.5-.3%202.3-.8%203.1-3.7%204.7-6.9%203.9-4.2-1.1-7.9-6-7.5-10.7.3-3.4%203.3-5.7%206.7-4.9.6.1%201.2.3%201.7.6.5.2%201%20.5%201.5.8.4-.7.7-1.5%201.1-2.2.1-.2.1-.4.1-.6V31.4h.1c.1.2.2.3.3.5%201.2%201.8%202.3%203.6%203.9%205.1%201.7%201.6%203.6%203%206%203.6.7.2%201.2.1%201.9-.3%202.6-1.7%205.3-1.8%208.1-.5.2.1.5.2.7.1%203.9-1%207.5-2.6%2010.4-5.5%201.3-1.3%202.3-2.8%202.9-4.5.3-.8.7-1.6%201.1-2.3.4-.6.9-1%201.7-.9.8.1%201.2.7%201.4%201.4.3%201.4.6%202.8.6%204.2.1%202.5.2%205%20.1%207.5-.2%205.1-.7%2010.2-2.5%2015.1-.8%201.1-1.5%202.6-2.2%204.1zm-6.9-.2c.5-.8.6-1.6.1-2.4-.7-1.3-1.8-2.1-3.1-2.8%200%200-.1%200-.1.1.1.3.3.5.4.8l.3.9c.3%201.1.1%201.6-1%202-.6.2-1.3.4-2%20.5-3.4.5-6.7.5-10.1.4h-1c.1.1.1.2.2.2%203.3%201.1%206.6%202%2010%202.2%201.3.1%202.6.1%203.9-.3.4-.1.6%200%201%20.2%203.7%202.5%207.8%204.3%2012.2%205.4.9.2.9.2%201.3-.6.1-.1.1-.3.2-.5-3.8-2.6-7.9-4.6-12.3-6.1zM47.6%2045.7c-.2%201.6.1%202.3%201.1%202.7.8.3%201.8%200%202.1-.7.2-.4.3-1%20.2-1.5s-.5-.9-.8-1.3c1.6.1%202.6%201.1%203.2%202.6.5-1.4-.2-4.2-2.4-5.5-2.2-1.4-5.2-1-7%20.9s-2%204.9-.5%207c1.4%202%204.2%202.7%205.3%202.2-1.5-.6-2.5-1.7-2.6-3.3%200-1.3.5-2.2%201.4-3.1zM37.5%2051c-2.5-1.4-3.1-4.1-1.2-5.3-.2%201.1%200%201.8.8%202.2.6.3%201.5.1%201.8-.5.2-.4.4-.9.3-1.3-.1-.4-.5-.8-.8-1.2.6.2%201.2.5%201.8.7.4-1.2.4-1.3-.1-1.8-1.2-1.2-2.6-1.6-4.2-1.2-1.6.4-2.7%201.5-3.1%203.1-.2.7-.3%201.4.1%202%20.4.7.8%201.4%201.3%202.1.1.2.2.4.4.5.9.5%201.8.7%202.9.7zm-14.6-1.7c0%20.7.2%201.5.8%202.2.9%201%202.2%201%203.2.1%201.3-1.3%201.2-3.8-.2-5-.5-.4-1-.5-1.6-.5-1.3.2-2.2%201.5-2.2%203.2z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xlm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xls{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xlsm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xlsx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xlt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xltm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xltx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%2330723f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M41.8%2048.5L23.9%2027h18.5l7.8%2011.9L59.8%2027h18.5l-19%2021.5L80.7%2073H62.4L50.9%2058%2037.4%2073H19.3l22.5-24.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23666'/%3e%3cpath%20d='M21.5%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L21.5%2053v-4.7zm30.6-17.6h4.3L48%2071.3h-4.2l8.3-40.6zM62.3%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014V60z'%20fill='%23666'%20stroke='%23666'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xpi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23999}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M60.6%2024.2c5.2%203.5%208.2%2012.9%208.2%2020%200%201.8-.2%203.6-.7%205.2-.4-4.1-2.5-7.7-5.6-10.1%201.7%202.3%202.8%205.2%202.8%208.4%200%207.8-6.3%2014.1-14.1%2014.1-3.1%200-4.7-.6-7-2.3%204.8%200%207.7-4.7%2011.7-4.7%200%200-.6-2.3-3.5-2.3s-1.5%202.3-7%202.3-8.2-3.3-8.2-5.9c0-2.6%203.8-4.4%204.7-3.5.8-.8%200-2.3%200-2.3l7-4.7h-2.3c-10.4%200-4.4-7.3-2.3-9.4-3.7%200-6.1%203.5-7%204.7-.6-.3-4.7-.3-5.9%200-.5.1-1.2-.8-1.9-2.1-.8-1.6-1.6-3.7-1.6-5-3%203-2.5%207.4-1.3%209.2%200%200-.1.1-.1.2-2.1%203.8-3.3%208.2-3.3%2012.9%200%2014.9%2012.1%2027%2027%2027S77%2064.9%2077%2050v-2.3c0-14-8.9-21.3-16.4-23.5z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M21.5%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L21.5%2053v-4.7zm30.6-17.6h4.3L48%2071.3h-4.2l8.3-40.6zM62.3%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014V60z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xrb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23a87d45}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M59.4%2053.8L50%2049.4l18.8-8.8%209.4%204.4-9.4%204.4-9.4%204.4zm9.4-21.9l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zM40.6%2045l-9.4-4.4-9.4%204.4%2018.8%208.8%209.4-4.4-9.4-4.4zm0-8.7l9.4-4.4-9.4-4.4-18.8%208.8%209.4%204.4%209.4-4.4zM68.8%2052l-8.4%203.9-1%20.5-1-.5L50%2052l-8.4%203.9-1%20.5-1-.5-8.4-3.9v13.7L50%2075.5l18.8-9.8V52z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xsd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20d='M0%200h100v100H0V0z'%20fill='%23fff'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M40.9%2039.2h4.5v3.1h-1.7c-.5%200-.9.4-.9.9s.4.9.9.9h12.6c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9h-1.7v-3.1h4.5c1.8%200%203.2-1.4%203.2-3.2V25.2c0-1.8-1.4-3.2-3.2-3.2H40.9c-1.8%200-3.2%201.4-3.2%203.2V36c0%201.8%201.4%203.2%203.2%203.2zm11.9%203.1h-5.6v-3.1h5.6v3.1zM39.5%2025.2c0-.8.6-1.4%201.4-1.4h18.2c.8%200%201.4.6%201.4%201.4V36c0%20.8-.6%201.4-1.4%201.4H40.9c-.8%200-1.4-.6-1.4-1.4V25.2zm4%2030.7H25.2c-1.8%200-3.2%201.4-3.2%203.2v10.8c0%201.8%201.4%203.2%203.2%203.2h4.5v3.1H28c-.5%200-.9.4-.9.9s.4.9.9.9h12.6c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9H39v-3.1h4.5c1.8%200%203.2-1.4%203.2-3.2V59.1c0-1.8-1.5-3.2-3.2-3.2zm-6.3%2020.3h-5.6v-3.1h5.6v3.1zm7.7-6.3c0%20.8-.6%201.4-1.4%201.4H25.2c-.8%200-1.4-.6-1.4-1.4V59.1c0-.8.6-1.4%201.4-1.4h18.2c.8%200%201.4.6%201.4%201.4v10.8zm29.9-14H56.5c-1.8%200-3.2%201.4-3.2%203.2v10.8c0%201.8%201.4%203.2%203.2%203.2H61v3.1h-1.7c-.5%200-.9.4-.9.9s.4.9.9.9H72c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9h-1.7v-3.1h4.5c1.8%200%203.2-1.4%203.2-3.2V59.1c0-1.8-1.4-3.2-3.2-3.2zm-6.3%2020.3h-5.6v-3.1h5.6v3.1zm7.7-6.3c0%20.8-.6%201.4-1.4%201.4H56.5c-.8%200-1.4-.6-1.4-1.4V59.1c0-.8.6-1.4%201.4-1.4h18.2c.8%200%201.4.6%201.4%201.4l.1%2010.8zM64.8%2053.1c0%20.5.4.9.9.9s.9-.4.9-.9V50c0-.5-.4-.9-.9-.9H50.9v-2.2c0-.5-.4-.9-.9-.9s-.9.4-.9.9v2.2H34.3c-.5%200-.9.4-.9.9v3.1c0%20.5.4.9.9.9s.9-.4.9-.9v-2.2h29.5v2.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xsl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M21.5%2048.3l16.2-14v7.1l-11%209.2v.1l11%209.2V67L21.5%2053v-4.7zm30.6-17.6h4.3L48%2071.3h-4.2l8.3-40.6zM62.3%2060l11-9.2v-.1l-11-9.2v-7.1l16.2%2014v4.9l-16.2%2014V60z'%20fill='%23999'%20stroke='%23999'%20stroke-width='2'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xspf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%230e3693}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M26.5%2037.5H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm0%2012.7H53c1.4%200%202.5-1.1%202.5-2.5s-1.1-2.5-2.5-2.5H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5zm12.7%206.9H26.5c-1.4%200-2.5%201.1-2.5%202.5s1.1%202.5%202.5%202.5h12.8c1.4%200%202.5-1.1%202.5-2.5-.1-1.4-1.2-2.5-2.6-2.5z'/%3e%3cpath%20class='st1'%20d='M70.3%2036.8c-1.8-.9-4.3-2.3-5.2-4.3%200-1-.9-1.9-1.9-1.9-1%200-1.9.9-1.9%201.9v24.8c-2-1-5.6-.7-8.5.9-4.4%202.4-6.3%207-4.3%2010.2%201.9%203.2%207.1%203.8%2011.4%201.4%203.1-1.7%205.1-4.6%205.2-7.3V41.1c6.3%200%2010%202.5%208.7%208.7-.3%201.1-.6%202.3-1.1%203.3-.2.4-.2.8.1%201.1.3.3.9.3%201.4-.2%202.4-2.3%203.8-5.4%203.9-8.6%200-4.3-4.2-6.9-7.8-8.6z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-xz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-yaml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M69.4%2028.6v5.5H21.5v-5.5M30.6%2041h47.9v5.6H30.6zm-9.1%2012.4h47.9V59H21.5zm9.1%2012.5h47.9v5.6H30.6z'%20fill='%23999'%20stroke='%23999'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-yml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M69.4%2028.6v5.5H21.5v-5.5M30.6%2041h47.9v5.6H30.6zm-9.1%2012.4h47.9V59H21.5zm9.1%2012.5h47.9v5.6H30.6z'%20fill='%23999'%20stroke='%23999'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-z{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-zip{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cstyle%3e.st1{fill:%23d8a13f}%3c/style%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20class='st1'%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'/%3e%3cpath%20class='st1'%20d='M72.4%2038.5h-7.9v-7.9l7.9%207.9zm-21.3-7.9v28.8h21.4v-19h-9.9v-9.9H51.1zm3.3-7.6H30.8v5.6h9.3l-5.9%204.5v4.8l8.6-6.6v-2.7h30.1v-2.3L54.4%2023zM42.9%2035.1l-8.6%206.6v4.8l8.6-6.6v-4.8zm-8.7%2020l8.6-6.6v-4.8l-8.6%206.6v4.8zm8.7%202v-4.8l-8.6%206.6v2.6h-3.4v5.6h5.3v3.8H33c-.6-1-1.6-1.6-2.8-1.6-1.8%200-3.2%201.4-3.2%203.2s1.4%203.2%203.2%203.2c1.2%200%202.2-.6%202.8-1.6h3.1V77h4.8v-2.9H44c.6%201%201.6%201.6%202.8%201.6%201.8%200%203.2-1.4%203.2-3.2s-1.4-3.2-3.2-3.2c-1.2%200-2.2.6-2.8%201.6h-3.1v-3.8h13.5l18.5-3.3v-2.3H37.1l5.8-4.4z'/%3e%3c/svg%3e")}.fiv-sqo.fiv-icon-zsh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3e%3cpath%20fill='%23fff'%20d='M0%200h100v100H0z'/%3e%3cpath%20d='M100%20100H0V0h100v100zM9.7%2090h80.7V10H9.7'%20fill='%23999'/%3e%3cpath%20d='M42.3%2044.2h15.4V48H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zm0%207.7h15.4v3.8H42.3v-3.8zM69.2%2025H38.5c-4.2%200-7.7%203.4-7.7%207.7v34.6h-7.7c0%204.2%203.4%207.7%207.7%207.7h30.8c4.2%200%207.7-3.4%207.7-7.7V36.5H77v-3.8c-.1-4.3-3.5-7.7-7.8-7.7zm-3.8%2041.6c0%202.5-2%204.5-4.5%204.5H32.7c1.9-1.3%201.9-3.8%201.9-3.8V32.7c0-2.1%201.7-3.8%203.8-3.8s3.8%201.7%203.8%203.8v3.8h23.1v30.1zM46.2%2032.7v-3.8h23.1c3.5%200%203.8%202.2%203.8%203.8H46.2z'%20fill='%23999'%20stroke='%23999'%20stroke-width='.75'%20stroke-miterlimit='10'/%3e%3c/svg%3e")}

.transparent-bg {
  background-color: white;
  background-image: 
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
