@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}.rpn-notification-holder{position:fixed;display:flex;flex-direction:column;z-index:100000}.rpn-notification-holder.top-left{left:10px}.rpn-notification-holder.top-middle{left:50%;transform:translateX(-50%)}.rpn-notification-holder.top-right{right:30px}.rpn-notification-holder.bottom-left{left:10px;bottom:10px}.rpn-notification-holder.bottom-middle{left:50%;transform:translateX(-50%);bottom:10px}.rpn-notification-holder.bottom-right{right:30px;bottom:10px}.rpn-notification-card{display:flex;flex-direction:column;width:250px;margin-top:15px;animation:fadein .2s}.rpn-notification-card-top{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px;font-weight:700;font-size:11px;background-color:#333;color:#fff;border-radius:5px 5px 0 0}.rpn-notification-card-bottom{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:10px 10px 15px;flex-wrap:wrap;background-color:#3b3b3b;color:#fff;border-radius:0 0 5px 5px;justify-content:center;box-shadow:0 5px 0 0 #000}.rpn-notification-card-bottom span{padding:3px 0}.rpn-notification-card-bottom .subtitle{font-weight:700;font-size:12px}.rpn-notification-card-bottom .message{font-size:14px}.rpn-notification-card-close{font-size:10px;cursor:pointer;height:100%}.rpn-notification-card-top.light{background-color:#f0f0f0;color:#000}.rpn-notification-card-bottom.light{background-color:#f5f5f5;color:#000;box-shadow:0 5px 0 0 #dad9d9}.rpn-notification-card-top.darkblue{background-color:#2d3542;color:#fff}.rpn-notification-card-bottom.darkblue{background-color:#394357;color:#fff;box-shadow:0 5px 0 0 #1f2b42}.rpn-notification-card-top.red{background-color:#bb2525;color:#fff}.rpn-notification-card-bottom.red{background-color:#d32f2f;color:#fff;box-shadow:0 5px 0 0 #910101}@keyframes fadein{0%{opacity:0}to{opacity:1}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.ReactTable{position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03)}.ReactTable .rt-thead.-filters,.ReactTable .rt-thead.-headerGroups{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-td,.ReactTable .rt-thead .rt-th{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-td.-sort-asc,.ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-sort-desc,.ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-cursor-pointer,.ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-td:last-child,.ReactTable .rt-thead .rt-th:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-td,.ReactTable .rt-th{flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-td.-hidden,.ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-next,.ReactTable .-pagination .-previous{flex:1 1;text-align:center}.ReactTable .-pagination .-center{flex:1.5 1;text-align:center;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.ReactTable .-loading,.ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);transition:all .3s ease;pointer-events:none}.ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{transform:translateY(50%)}.ReactTable .rt-resizing .rt-td,.ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}
/*!
 * surveyjs - Survey JavaScript library v1.12.39
 * Copyright (c) 2015-2025 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */.sv_progress-buttons__container-center{text-align:center}.sv_progress-buttons__container{display:inline-block;font-size:0;width:100%;max-width:1100px;white-space:nowrap;overflow:hidden}.sv_progress-buttons__image-button-left{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTExIDEybC0yIDItNi02IDYtNiAyIDItNCA0eiIvPjwvc3ZnPg==)}.sv_progress-buttons__image-button-left,.sv_progress-buttons__image-button-right{display:inline-block;vertical-align:top;margin-top:22px;font-size:calc(var(--sjs-font-size, 16px)*0.875);width:16px;height:16px;cursor:pointer}.sv_progress-buttons__image-button-right{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTUgNGwyLTIgNiA2LTYgNi0yLTIgNC00eiIvPjwvc3ZnPg==)}.sv_progress-buttons__image-button--hidden{visibility:hidden}.sv_progress-buttons__list-container{max-width:calc(100% - 36px);display:inline-block;overflow:hidden}.sv_progress-buttons__list{display:inline-block;width:-webkit-max-content;width:max-content;padding-left:28px;padding-right:28px;margin-top:14px;margin-bottom:14px}.sv_progress-buttons__list li{width:138px;font-size:calc(var(--sjs-font-size, 16px)*0.875);font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));position:relative;text-align:center;vertical-align:top;display:inline-block}.sv_progress-buttons__list li:before{width:24px;height:24px;content:"";line-height:30px;display:block;margin:0 auto 10px;border:3px solid;border-radius:50%;box-sizing:initial;cursor:pointer}.sv_progress-buttons__list li:after{width:73%;height:3px;content:"";position:absolute;top:15px;left:-36.5%}.sv_progress-buttons__list li:first-child:after{content:none}.sv_progress-buttons__list .sv_progress-buttons__page-title{font-weight:700}.sv_progress-buttons__list .sv_progress-buttons__page-description,.sv_progress-buttons__list .sv_progress-buttons__page-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv_progress-buttons__list li.sv_progress-buttons__list-element--nonclickable:before{cursor:not-allowed}.sv_progress-toc{padding:var(--sjs-base-unit,var(--base-unit,8px));max-width:336px;height:100%;background:#fff;box-sizing:border-box;min-width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*32)}.sv_progress-toc .sv-list__item.sv-list__item--selected .sv-list__item-body{background:rgba(25,179,148,.1);color:#161616;font-weight:400}.sv_progress-toc .sv-list__item span{white-space:break-spaces}.sv_progress-toc .sv-list__item-body{-webkit-padding-start:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);padding-inline-start:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);-webkit-padding-end:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);padding-inline-end:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);border-radius:var(--sjs-corner-radius,4px);padding-top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*1.5);padding-bottom:calc(var(--sjs-base-unit, var(--base-unit, 8px))*1.5)}.sv_progress-toc use{fill:var(--sjs-general-forecolor-light,var(--foreground-light,#909090))}.sv_progress-toc--left{border-right:1px solid #d6d6d6}.sv_progress-toc--right{border-left:1px solid #d6d6d6}.sv_progress-toc--mobile{position:fixed;top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*4);width:auto;min-width:auto;height:auto;background-color:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3));z-index:15;border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3)}.sv_progress-toc--mobile>div{width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3)}.sv_progress-toc--mobile:hover{background-color:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3))}.sd-title+.sv-components-row>.sv-components-column .sv_progress-toc:not(.sv_progress-toc--mobile),.sd-title~.sv-components-row>.sv-components-column .sv_progress-toc:not(.sv_progress-toc--mobile){margin-top:2px}.sv_progress-toc.sv_progress-toc--sticky{position:-webkit-sticky;position:sticky;height:auto;overflow-y:auto;top:0}.sv_window{position:fixed;bottom:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);border-radius:var(--sjs-base-unit,var(--base-unit,8px));border:1px solid var(--sjs-border-inside,var(--border-inside,rgba(0,0,0,.16)));box-shadow:var(--sjs-shadow-large,0 8px 16px 0 rgba(0,0,0,.1)),var(--sjs-shadow-medium,0 2px 6px 0 rgba(0,0,0,.1));background-clip:padding-box;z-index:100;max-height:50vh;overflow:auto;box-sizing:border-box;background:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3));width:calc(100% - var(--sjs-base-unit, var(--base-unit, 8px))*4)!important}@-moz-document url-prefix(){.sv_window,.sv_window *{scrollbar-width:thin;scrollbar-color:var(--sjs-border-default,var(--border,#d6d6d6)) transparent}}.sv_window::-webkit-scrollbar,.sv_window ::-webkit-scrollbar{width:12px;height:12px;background-color:initial}.sv_window::-webkit-scrollbar-thumb,.sv_window ::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:32px;background-color:var(--sjs-border-default,var(--border,#d6d6d6))}.sv_window::-webkit-scrollbar-track,.sv_window ::-webkit-scrollbar-track{background:transparent}.sv_window::-webkit-scrollbar-thumb:hover,.sv_window ::-webkit-scrollbar-thumb:hover{border:2px solid transparent;background-color:var(--sjs-general-forecolor-light,var(--foreground-light,#909090))}.sv_window_root-content{height:100%}.sv_window--full-screen{top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);bottom:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);max-height:100%;width:auto!important;max-width:none!important}.sv_window_header{display:flex;justify-content:flex-end}.sv_window_content{overflow:hidden}.sv_window--collapsed{height:auto}.sv_window--collapsed .sv_window_header{height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*4);padding:var(--sjs-base-unit,var(--base-unit,8px)) var(--sjs-base-unit,var(--base-unit,8px)) var(--sjs-base-unit,var(--base-unit,8px)) calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);border-radius:var(--sjs-base-unit,var(--base-unit,8px));display:flex;background-color:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3));box-sizing:initial}.sv_window--collapsed .sv_window_content{display:none}.sv_window--collapsed .sv_window_buttons_container{margin-top:0;margin-right:0}.sv_window_header_title_collapsed{color:var(--sjs-general-dim-forecolor,rgba(0,0,0,.91));font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-style:normal;font-weight:600;font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);flex:1 1;display:flex;justify-content:flex-start;align-items:center}.sv_window_header_description{color:var(--sjs-font-questiondescription-color,var(--sjs-general-forecolor-light,rgba(0,0,0,.45)));font-feature-settings:"salt" on;font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-style:normal;font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sv_window_buttons_container{position:fixed;margin-top:var(--sjs-base-unit,var(--base-unit,8px));margin-right:var(--sjs-base-unit,var(--base-unit,8px));display:flex;grid-gap:var(--sjs-base-unit,var(--base-unit,8px));gap:var(--sjs-base-unit,var(--base-unit,8px));z-index:10000}.sv_window_button{display:flex;padding:var(--sjs-base-unit,var(--base-unit,8px));justify-content:center;align-items:center;border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5);cursor:pointer}.sv_window_button:active,.sv_window_button:hover{background-color:var(--sjs-primary-backcolor-light,var(--primary-light,rgba(25,179,148,.1)))}.sv_window_button:active svg path,.sv_window_button:active svg use,.sv_window_button:hover svg path,.sv_window_button:hover svg use{fill:var(--sjs-primary-backcolor,var(--primary,#19b394))}.sv_window_button:active{opacity:.5}.sv_window_button svg path,.sv_window_button svg use{fill:var(--sjs-general-dim-forecolor-light,rgba(0,0,0,.45))}.sv-brand-info,sv-brand-info{z-index:1;position:relative;margin-top:1px}.sv-brand-info{font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));text-align:right;color:#161616;padding:24px 40px}.sv-brand-info a{color:#161616;-webkit-text-decoration-line:underline;text-decoration-line:underline}.sd-body--static .sv-brand-info{padding-top:0;margin-top:16px}.sd-body--responsive .sv-brand-info{padding-top:16px;margin-top:-8px}.sd-root-modern--mobile .sv-brand-info{padding:48px 24px 8px;margin-top:0;text-align:center}.sv-brand-info__text{font-weight:600;font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);color:#161616}.sv-brand-info__logo{display:inline-block}.sv-brand-info__logo img{width:118px}.sv-brand-info__terms{font-weight:400;font-size:calc(var(--sjs-font-size, 16px)*0.75);line-height:var(--sjs-font-size,16px);padding-top:4px}.sv-brand-info__terms a{color:#909090}.sd-body--responsive .sv-brand-info{padding-right:0;padding-left:0}.sv-dragged-element-shortcut{height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);min-width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*12.5);border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*4.5);background-color:var(--sjs-general-backcolor,var(--background,#fff));padding:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);cursor:grabbing;position:absolute;z-index:10000;box-shadow:0 8px 16px rgba(0,0,0,.1);font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-size:var(--sjs-font-size,16px);padding-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2.5);line-height:calc(var(--sjs-font-size, 16px)*1.5)}.sv-matrixdynamic__drag-icon{padding-top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*1.75)}.sv-matrixdynamic__drag-icon:after{content:" ";display:block;height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.75);width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2.5);border:1px solid #e7e7e7;box-sizing:border-box;border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*1.25);cursor:move;margin-top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*1.5)}.sv-matrixdynamic-dragged-row{cursor:grabbing;position:absolute;z-index:10000;font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)))}.sv-matrixdynamic-dragged-row .sd-table__row{box-shadow:var(--sjs-shadow-large,0 8px 16px 0 rgba(0,0,0,.1)),var(--sjs-shadow-medium,0 2px 6px 0 rgba(0,0,0,.1));background-color:var(--sjs-general-backcolor,var(--background,#fff));display:flex;flex-grow:0;flex-shrink:0;align-items:center;line-height:0}.sv-matrixdynamic-dragged-row .sd-table__cell.sd-table__cell--drag>div{background-color:var(--sjs-questionpanel-backcolor,var(--sjs-question-background,var(--sjs-general-backcolor,var(--background,#fff))));min-height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sd-table__cell--header.sd-table__cell--drag,.sd-table__cell.sd-table__cell--drag{padding-right:0;padding-left:0}.sd-question--mobile .sd-table__cell--header.sd-table__cell--drag,.sd-question--mobile .sd-table__cell.sd-table__cell--drag{display:none}.sv-matrix-row--drag-drop-ghost-mod td{background-color:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3))}.sv-matrix-row--drag-drop-ghost-mod td>*{visibility:hidden}.sv-drag-drop-choices-shortcut{min-width:100px;max-width:400px}.sv-drag-drop-choices-shortcut .sv-ranking-item{height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sv-drag-drop-choices-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-editor,.sv-drag-drop-choices-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-viewer{overflow:hidden;white-space:nowrap}.sv-save-data_root{position:fixed;left:50%;bottom:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);background:var(--sjs-general-backcolor,var(--background,#fff));opacity:0;padding:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3) calc(var(--sjs-base-unit, var(--base-unit, 8px))*6);box-shadow:var(--sjs-shadow-medium,0 2px 6px 0 rgba(0,0,0,.1));border-radius:calc(var(--sjs-corner-radius, 4px)*2);color:var(--sjs-general-forecolor,var(--foreground,#161616));min-width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*30);text-align:center;z-index:1600;font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);display:flex;flex-direction:row;justify-content:center;align-items:center;transform:translateX(-50%) translateY(calc(var(--sjs-base-unit, var(--base-unit, 8px))*3));transition-timing-function:ease-in;transition-property:transform,opacity;transition-delay:.25s;transition:.5s}.sv-save-data_root.sv-save-data_root--shown{transition-timing-function:ease-out;transition-property:transform,opacity;transform:translateX(-50%) translateY(0);transition-delay:.25s;opacity:.75}.sv-save-data_root span{display:flex;flex-grow:1}.sv-save-data_root .sv-action-bar{display:flex;flex-grow:0;flex-shrink:0}.sv-save-data_root--shown.sv-save-data_error,.sv-save-data_root--shown.sv-save-data_success{opacity:1}.sv-save-data_root.sv-save-data_root--with-buttons{padding:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2) calc(var(--sjs-base-unit, var(--base-unit, 8px))*2) calc(var(--sjs-base-unit, var(--base-unit, 8px))*2) calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sv-save-data_root.sv-save-data_error{background-color:var(--sjs-special-red,var(--red,#e60a3e));color:var(--sjs-general-backcolor,var(--background,#fff));font-weight:600;grid-gap:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6);gap:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sv-save-data_root.sv-save-data_error .sv-save-data_button{font-weight:600;font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);color:#fff;background-color:var(--sjs-special-red,var(--red,#e60a3e));border:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.25) solid #fff;border-radius:calc(var(--sjs-corner-radius, 4px)*1.5);padding:var(--sjs-base-unit,var(--base-unit,8px)) calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);display:flex;align-items:center}.sv-save-data_root.sv-save-data_error .sv-save-data_button:focus,.sv-save-data_root.sv-save-data_error .sv-save-data_button:hover{color:var(--sjs-special-red,var(--red,#e60a3e));background-color:var(--sjs-general-backcolor,var(--background,#fff))}.sv-save-data_root.sv-save-data_success{background-color:var(--sjs-primary-backcolor,var(--primary,#19b394));color:#fff;font-weight:600}:root{--sjs-transition-duration:150ms}.sv-ranking-item{opacity:1}.sv-ranking-item:hover:not(:focus) .sv-ranking-item__icon--hover{visibility:visible}.sv-ranking-item:focus .sv-ranking-item__icon--focus{top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.6);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3)}.sv-ranking-item:focus .sv-ranking-item__index{background:var(--sjs-general-backcolor,var(--background,#fff));outline:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.25) solid var(--sjs-primary-backcolor,var(--primary,#19b394))}.sv-ranking-item__content.sv-ranking-item__content{display:flex;align-items:center;line-height:1em;padding:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5) 0;border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*12.5)}.sv-ranking-item__icon-container{position:relative;width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);align-self:flex-start;padding-left:var(--sjs-base-unit,var(--base-unit,8px));padding-right:var(--sjs-base-unit,var(--base-unit,8px));margin-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*-2)}.sv-ranking-item--disabled.sv-ranking-item--disabled,.sv-ranking-item--preview.sv-ranking-item--preview,.sv-ranking-item--readonly.sv-ranking-item--readonly{cursor:auto;user-select:initial;-webkit-user-select:initial}.sv-ranking-item--disabled.sv-ranking-item--disabled .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon,.sv-ranking-item--preview.sv-ranking-item--preview .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon,.sv-ranking-item--readonly.sv-ranking-item--readonly .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon{visibility:hidden}.sv-ranking-item__icon.sv-ranking-item__icon{visibility:hidden;fill:var(--sjs-primary-backcolor,var(--primary,#19b394));position:absolute;top:var(--sjs-base-unit,var(--base-unit,8px));width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3)}.sv-ranking-item__index.sv-ranking-item__index{--sjs-internal-font-editorfont-size:var(--sjs-mobile-font-editorfont-size,var(--sjs-font-editorfont-size,var(--sjs-font-size,16px)));display:flex;flex-shrink:0;align-items:center;justify-content:center;background-color:var(--sjs-primary-backcolor-light,var(--primary-light,rgba(25,179,148,.1)));color:var(--sjs-font-questiontitle-color,var(--sjs-general-forecolor,var(--foreground,#161616)));font-size:var(--sjs-internal-font-editorfont-size);border-radius:100%;border:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.25) solid transparent;width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);line-height:calc(var(--sjs-font-size, 16px)*1.5);box-sizing:border-box;font-weight:600;margin-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0);transition:outline var(--sjs-transition-duration,.15s),background var(--sjs-transition-duration,.15s);outline:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.25) solid transparent;align-self:self-start}.sv-ranking-item__index.sv-ranking-item__index svg{fill:var(--sjs-font-questiontitle-color,var(--sjs-general-forecolor,var(--foreground,#161616)));width:var(--sjs-internal-font-editorfont-size);height:var(--sjs-internal-font-editorfont-size)}.sv-ranking-item__text{--sjs-internal-font-editorfont-size:var(--sjs-mobile-font-editorfont-size,var(--sjs-font-editorfont-size,var(--sjs-font-size,16px)));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sjs-internal-font-editorfont-size);line-height:calc(var(--sjs-internal-font-editorfont-size)*1.5);margin:0 calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);word-break:normal;align-self:self-start;padding-top:var(--sjs-base-unit,var(--base-unit,8px));padding-bottom:var(--sjs-base-unit,var(--base-unit,8px))}.sd-ranking--disabled .sv-ranking-item__text,.sv-ranking-item__text{color:var(--sjs-font-questiontitle-color,var(--sjs-general-forecolor,var(--foreground,#161616)))}.sd-ranking--disabled .sv-ranking-item__text{opacity:.25}.sv-ranking-item--disabled .sv-ranking-item__text{color:var(--sjs-font-questiondescription-color,var(--sjs-general-forecolor-light,rgba(0,0,0,.45)));opacity:.25}.sv-ranking-item--readonly .sv-ranking-item__index{background-color:var(--sjs-questionpanel-hovercolor,var(--sjs-general-backcolor-dark,#f8f8f8))}.sv-ranking-item--preview .sv-ranking-item__index{background-color:initial;border:1px solid var(--sjs-general-forecolor,var(--foreground,#161616));box-sizing:border-box}.sv-ranking-item__ghost.sv-ranking-item__ghost{display:none;background-color:var(--sjs-general-backcolor-dim,var(--background-dim,#f3f3f3));border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*12.5);width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*31);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);z-index:1;position:absolute;left:0;top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5)}[dir=rtl] .sv-ranking-item__ghost{right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5)}.sv-ranking-item--drag .sv-ranking-item__content{box-shadow:var(--sjs-shadow-large,0 8px 16px 0 rgba(0,0,0,.1));border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*12.5)}.sv-ranking--mobile .sv-ranking-item__icon--hover{fill:var(--sjs-general-forecolor-light,var(--foreground-light,#909090))}.sv-ranking--mobile .sd-element--with-frame .sv-ranking-item__icon,.sv-ranking--mobile .sv-ranking-item__index.sv-ranking-item__index{margin-left:0}.sv-ranking-shortcut[hidden]{display:none}.sv-ranking-shortcut .sv-ranking-item__icon{fill:var(--sjs-primary-backcolor,var(--primary,#19b394))}.sv-ranking-shortcut .sv-ranking-item__text{margin-right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*4)}.sv-ranking-shortcut .sv-ranking-item__icon--hover{visibility:visible}.sv-ranking-shortcut .sv-ranking-item__icon{width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3);top:var(--sjs-base-unit,var(--base-unit,8px))}.sv-ranking-shortcut .sv-ranking-item__content{padding-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5)}.sv-ranking-shortcut .sv-ranking-item__icon-container{margin-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0)}.sv-ranking-shortcut{cursor:grabbing;position:absolute;z-index:10000;border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*12.5);min-width:100px;max-width:400px;box-shadow:var(--sjs-shadow-medium,0 2px 6px 0 rgba(0,0,0,.1)),var(--sjs-shadow-large,0 8px 16px 0 rgba(0,0,0,.1));background-color:var(--sjs-general-backcolor,var(--background,#fff));font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)))}.sv-ranking-shortcut .sv-ranking-item{height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sv-ranking-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-editor,.sv-ranking-shortcut .sv-ranking-item .sv-ranking-item__text .sv-string-viewer{overflow:hidden;white-space:nowrap}.sv-ranking--select-to-rank{display:flex}.sv-ranking--select-to-rank-vertical{flex-direction:column-reverse}.sv-ranking--select-to-rank-vertical .sv-ranking__containers-divider{margin:calc(var(--sjs-base-unit, var(--base-unit, 8px))*3) 0;height:1px}.sv-ranking--select-to-rank-vertical .sv-ranking__container--empty{padding-top:var(--sjs-base-unit,var(--base-unit,8px));padding-bottom:var(--sjs-base-unit,var(--base-unit,8px));display:flex;justify-content:center;align-items:center}.sv-ranking-item--animate-item-removing{animation-name:moveIn,fadeIn;animation-direction:reverse;animation-fill-mode:forwards;animation-timing-function:linear;animation-duration:var(--sjs-ranking-move-out-duration,.15s),var(--sjs-ranking-fade-out-duration,.1s);animation-delay:var(--sjs-ranking-move-out-delay,0ms),0s}.sv-ranking-item--animate-item-adding{animation-name:moveIn,fadeIn;opacity:0;animation-fill-mode:forwards;animation-timing-function:linear;animation-duration:var(--sjs-ranking-move-in-duration,.15s),var(--sjs-ranking-fade-in-duration,.1s);animation-delay:0s,var(--sjs-ranking-fade-in-delay,.15s)}.sv-ranking-item--animate-item-adding-empty{animation-name:fadeIn;opacity:0;animation-timing-function:linear;animation-duration:var(--sjs-ranking-fade-in-duration,.1s);animation-delay:0}.sv-ranking-item--animate-item-removing-empty{animation-name:fadeIn;animation-direction:reverse;animation-timing-function:linear;animation-duration:var(--sjs-ranking-fade-out-duration,.1s);animation-delay:0}@keyframes sv-animate-item-opacity-reverse-keyframes{0%{opacity:0}to{opacity:1}}@keyframes sv-animate-item-opacity-keyframes{0%{opacity:1}to{opacity:0}}.sv-ranking--select-to-rank-horizontal .sv-ranking__container{max-width:calc(50% - 1px)}.sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider{width:1px}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item{left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2)}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item{left:auto}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder{padding-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5)}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder{padding-right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5)}.sv-ranking__container-placeholder{color:var(--sjs-font-questiondescription-color,var(--sjs-general-dim-forecolor-light,rgba(0,0,0,.45)));font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-style:normal;font-size:var(--sjs-font-size,16px);line-height:calc(var(--sjs-font-size, 16px)*1.5);white-space:normal;display:flex;justify-content:center;align-items:center;height:100%;padding-top:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5);padding-bottom:calc(var(--sjs-base-unit, var(--base-unit, 8px))*0.5);box-sizing:border-box}.sv-ranking__container{flex:1 1}.sv-ranking__container--empty{box-sizing:border-box;text-align:center}.sv-ranking__containers-divider{background:var(--sjs-border-default,var(--sjs-border-inside,var(--border-inside,rgba(0,0,0,.16))))}.sv-ranking__container--from .sv-ranking-item__icon--focus{display:none}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item{left:0!important;padding-left:16px}.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item .sv-ranking-item__ghost{left:auto}.sv-ranking--select-to-rank-swap-areas{flex-direction:row-reverse}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--to .sv-ranking-item{padding-left:0;left:-24px!important}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--from .sv-ranking-item{padding-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);left:0}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--from .sv-ranking-item__ghost.sv-ranking-item__ghost{left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2)}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking__container-placeholder{padding-right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);padding-left:0}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item__ghost.sv-ranking-item__ghost{right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2)}.sv-ranking--select-to-rank-swap-areas .sv-ranking__container--empty.sv-ranking__container--from .sv-ranking__container-placeholder{padding-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5);padding-right:0}.sd-question--mobile .sv-ranking-item__icon-container,.sd-root-modern.sd-root-modern--mobile .sv-ranking-item__icon-container{margin-left:calc(var(--sjs-base-unit, var(--base-unit, 8px))*-2);display:flex;justify-content:flex-end;padding:0;width:calc(var(--sjs-base-unit, var(--base-unit, 8px))*5)}body{--sv-default-mark:true}.sv_main.sv_frame .sv_container{max-width:80%;margin:auto;padding:0 1em}.sv_main.sv_frame .sv_container .sv_header{padding-top:5em;padding-bottom:1em}.sv_main{--sv-mobile-width:600px;background-color:var(--body-container-background-color,#f4f4f4)}.sv_main hr{border-bottom:1px solid var(--border-color,#e7e7e7)}.sv_main button,.sv_main input[type=button]{color:var(--body-background-color,#fff);background-color:var(--main-color,#1ab394)}.sv_main button:hover,.sv_main input[type=button]:hover{background-color:var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_dropdown_control,.sv_main .sv_q_other input,.sv_main .sv_q_text_root,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main select,.sv_main textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid var(--border-color,#e7e7e7);color:var(--text-color,#6d7072);background-color:var(--inputs-background-color,#fff);opacity:1}.sv_main .sv_q_dropdown_control:focus,.sv_main .sv_q_other input:focus,.sv_main .sv_q_text_root:focus,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main select:focus,.sv_main textarea:focus{border:1px solid var(--main-color,#1ab394)}.sv_main .sv_q_dropdown_control{display:flex;justify-content:space-between;-webkit-padding-end:1em;padding-inline-end:1em}.sv_main .sv_q_dropdown__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;position:relative}.sv_main .sv_q_dropdown__hint-prefix{opacity:.5}.sv_main .sv_q_dropdown__hint-prefix span{word-break:unset}.sv_main .sv_q_dropdown__hint-suffix{display:flex;opacity:.5}.sv_main .sv_q_dropdown__hint-suffix span{word-break:unset}.sv_main .sv_q_dropdown_control__input-field-component{height:auto}.sv_main .sv_q_dropdown_clean-button{margin:auto 2em}.sv_main .sv_q_dropdown_clean-button-svg{width:1em;height:1em}.sv_main .sv_q_dropdown__filter-string-input{position:absolute;inset-inline-start:0;top:0;height:100%;width:100%;max-width:100%;border:none;outline:none;padding:0;width:auto;display:flex;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;background-color:initial}.sv_main .sv_q_tagbox__filter-string-input{position:static}.sv_main .sv_q_tagbox__placeholder{position:absolute;top:0;left:1em;max-width:100%;width:auto;height:100%;text-align:left;cursor:text;pointer-events:none}.sv_main .sv_q_input.sv_q_input.sv_q_input.sv_q_tagbox.sv_q_tagbox.sv_q_tagbox{height:auto}.sv_main .sv_q_tagbox__value.sv_q_dropdown__value{display:flex;flex-wrap:wrap;padding-inline:unset;margin-inline:unset;margin-block:unset;grid-gap:4px;gap:4px}.sv_main .sv-tagbox__item{position:relative;display:flex;border-radius:2px;color:var(--body-background-color,#fff);background-color:var(--main-color,#1ab394)}.sv_main .sv_q_tagbox-item_clean-button-svg{fill:var(--body-background-color,#fff);width:16px;height:16px}.sv_main .sv_select_wrapper{background-color:var(--body-background-color,#fff)}.sv_main .sv_select_wrapper:before{background-color:var(--main-color,#1ab394)}.sv_main .sv_header{color:var(--header-color,#6d7072)}.sv_main .sv_custom_header{background-color:var(--header-background-color,#e7e7e7)}.sv_main .sv_container{color:var(--text-color,#6d7072)}.sv_main .sv_body{background-color:var(--body-background-color,#fff);border-top:2px solid var(--main-color,#1ab394)}.sv_main .sv_progress{background-color:var(--border-color,#e7e7e7);margin-bottom:2em}.sv_main .sv_progress_bar{background-color:var(--main-color,#1ab394)}.sv_main .sv_p_root>.sv_row{border-bottom:1px solid var(--border-color,#e7e7e7)}.sv_main .sv_p_root>.sv_row:nth-child(odd){background-color:var(--body-background-color,#fff)}.sv_main .sv_p_root>.sv_row:nth-child(2n){background-color:var(--body-container-background-color,#f4f4f4)}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){border:1px solid var(--error-color,#ed5565);background-color:var(--error-background-color,rgb(251.6489361702,223.3510638298,226.329787234));color:var(--error-color,#ed5565)}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea{border:1px solid var(--error-color,#ed5565)}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea:focus{outline:var(--error-color,#ed5565) auto 5px}.sv_main table.sv_q_matrix_dropdown tr,.sv_main table.sv_q_matrix_dynamic tr,.sv_main table.sv_q_matrix tr{border-bottom:1px solid var(--border-color,#e7e7e7)}.sv_main .sv_matrix_cell{vertical-align:top}.sv_main .sv_matrix_cell_detail{vertical-align:middle;text-align:center;width:32px}.sv_main .sv-table__cell--choice{text-align:center}.sv_main .sv_matrix_cell_detail_button{width:29px;height:29px;min-width:0;padding:0;outline:none}.sv_main .sv_matrix_cell_detail_button_expanded{background-color:#d3d3d3}.sv_main .sv_matrix_cell_detail_button_expanded:hover{background-color:#a9a9a9}.sv_main .sv_matrix_cell_detail_rowtext{vertical-align:middle}.sv_main .sv_q_m_cell_selected,.sv_main .sv_q_rating_item.active .sv_q_rating_item_text{color:var(--body-background-color,#fff);background-color:var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_rating_item.active .sv_q_rating_item_text{border-color:var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_rating_item .sv_q_rating_item_text{border:1px solid var(--border-color,#e7e7e7)}.sv_main .sv_q_rating_item .sv_q_rating_item_text:hover{border:1px solid var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_rating__item-star>svg{fill:var(--text-color,#6d7072);height:32px;width:32px;display:inline-block;vertical-align:middle;border:1px solid transparent}.sv_main .sv_q_rating__item-star>svg:hover{border:1px solid var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_rating__item-star>svg.sv-star-2{display:none}.sv_main .sv_q_rating__item-star--selected>svg{fill:var(--main-color,#1ab394)}.sv_main .sv_q_rating__item-smiley>svg{fill:var(--text-color,#6d7072);height:24px;width:24px;padding:4px;display:inline-block;vertical-align:middle;border:1px solid var(--border-color,#e7e7e7)}.sv_main .sv_q_rating__item-smiley>svg>use{display:block}.sv_main .sv_q_rating__item-smiley>svg:hover{border:1px solid var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_q_rating__item-smiley--selected>svg{background-color:var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024));fill:var(--body-background-color,#fff)}.sv_main .sv-boolean__label--disabled{color:var(--label-disabled-color,rgba(64,64,64,.5))}.sv_main{width:100%;font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)));font-size:var(--font-size,14px)}.sv_main hr{border:none}.sv_main button,.sv_main input[type=button]{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:.85em;font-weight:700;line-height:var(--base-line-height,2em);border:none;min-width:100px;cursor:pointer;padding:.3em 2em;border-radius:2px}.sv_main .sv_custom_header{width:100%;height:var(--header-height,74%);max-height:275px}.sv_main .sv_container{position:relative}.sv_main .sv_header{padding:1em}.sv_main .sv_header h3{font-size:2em;font-weight:300;margin:0}.sv_main .sv_body.sv_completed_page{text-align:center;padding:5em 1em}.sv_main .sv_body.sv_completed_page>h3{margin:0;font-size:30px;font-weight:300}.sv_main .sv_body{padding:1em 1em 1.6428em}.sv_main .sv_progress{height:.3em}.sv_main .sv_progress .sv_progress_bar{height:100%;min-width:100px;position:relative;margin-top:2em}.sv_main .sv_progress .sv_progress_bar>span{position:absolute;top:-1.5em;display:inline-block;white-space:nowrap}.sv_main .sv_p_root .sv_page_title{font-size:1em;margin-top:.1em;font-weight:400}.sv_main .sv_p_root .sv_p_title{font-weight:700;font-size:1.15em;margin:1.5em 0 0}.sv_main .sv_p_root .sv_p_panel{margin:0 0 1.5em}.sv_main .sv_p_root>.sv_row{padding:0}.sv_main .sv_p_root .sv_q_title{font-weight:700;font-size:1em;margin:.5em 0}.sv_main .sv_p_root .sv_q--disabled .sv_q_title{color:var(--label-disabled-color,rgba(64,64,64,.5))}.sv_main .sv_p_root .sv_q--disabled .sv_q_file .sv_q_file_choose_button{display:none}.sv_main .sv_p_root .sv_q_description{margin-top:-.6em;min-height:.6em}.sv_main .sv_p_root .sv_q_flow .sv_q_checkbox_inline,.sv_main .sv_p_root .sv_q_flow .sv_q_imagepicker_inline,.sv_main .sv_p_root .sv_q_flow .sv_q_radiogroup_inline{line-height:var(--base-line-height,2em);display:inline-block}.sv_main .sv_p_root .sv_q{padding:.5em var(--sv-element-add-padding-right,1em) 1.5em var(--sv-element-add-padding-left,1em);box-sizing:border-box;overflow:auto}.sv_main .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title{font-weight:400}.sv_main .sv_p_root .sv_q .sv_panel_dynamic .sv-paneldynamic__progress-container{position:relative;display:inline-block;width:calc(100% - 250px);margin-left:40px;margin-top:10px}.sv_main .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){margin:1em 0;padding:1em}.sv_main .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_p_root .sv_q .sv_q_text_root,.sv_main .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_p_root .sv_q select,.sv_main .sv_p_root .sv_q textarea{position:relative;width:100%;box-sizing:border-box;font-size:1em;line-height:var(--base-line-height,2em);-webkit-padding-start:1em;padding-inline-start:1em}.sv_main .sv_p_root .sv_q .sv_q_dropdown_control:focus,.sv_main .sv_p_root .sv_q .sv_q_other input:focus,.sv_main .sv_p_root .sv_q .sv_q_text_root:focus,.sv_main .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main .sv_p_root .sv_q select:focus,.sv_main .sv_p_root .sv_q textarea:focus{outline:none}.sv_main .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_p_root .sv_q select{height:calc(2em + 1px)}.sv_main .sv_p_root .sv_q .sv_q_dropdown_control__input-field-component{height:auto}.sv_main .sv_p_root .sv_q div.sv_q_dropdown_control,.sv_main .sv_p_root .sv_q div.sv_q_text_root{min-height:2em;min-width:7em}.sv_main .sv_p_root .sv_q .sv_select_wrapper{width:100%;position:relative;display:inline-block}.sv_main .sv_p_root .sv_q .sv_select_wrapper select{display:block;background:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5em}.sv_main .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand{display:none}.sv_main .sv_p_root .sv_q .sv_select_wrapper:before{padding:1em;position:absolute;inset-inline-end:0;top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNCAzNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDE2bDItMiAzIDMgMy0zIDIgMi01IDV6Ii8+PC9zdmc+");content:"";background-repeat:no-repeat;background-position:50%;z-index:1;pointer-events:none}.sv_main .sv_p_root .sv_q .sv_select_wrapper.sv_q_tagbox_wrapper:before{height:100%;padding:0 1em}.sv_main .sv_p_root .sv_q input[type=color]{min-height:var(--base-line-height,2em);padding:0}.sv_main .sv_p_root .sv_q input[type=checkbox],.sv_main .sv_p_root .sv_q input[type=radio]{width:1.2em;height:1.2em;vertical-align:middle;font-size:1em;margin:-.1em .55em 0 0}.sv_main .sv_p_root .sv_q input[type=checkbox]:focus,.sv_main .sv_p_root .sv_q input[type=radio]:focus{outline:1px dotted var(--main-color,#1ab394)}.sv_main .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child),.sv_main .sv_p_root .sv_q .sv_q_imgsel.sv_q_imagepicker_inline:not(:last-child),.sv_main .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child){margin-right:1.5em}.sv_main .sv_p_root .sv_q .sv_q_imgsel label>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:4px;border:1px solid #d3d3d3;border-radius:4px}.sv_main .sv_p_root .sv_q .sv_q_imgsel label>div>img{display:block;pointer-events:none;position:relative}.sv_main .sv_p_root .sv_q .sv_q_radiogroup_clear{margin-top:.5em}.sv_main .sv_p_root .sv_q .sv_q_checkbox_inline,.sv_main .sv_p_root .sv_q .sv_q_imagepicker_inline,.sv_main .sv_p_root .sv_q .sv_q_radiogroup_inline{line-height:var(--base-line-height,2em);display:inline-block}.sv_main .sv_p_root .sv_q .sv_q_footer{padding:1em 0}.sv_main .sv_p_root table{width:100%;border-collapse:collapse}.sv_main .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button,.sv_main .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button,.sv_main .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button{padding:.3em 2em}.sv_main .sv_p_root table.sv_q_matrix td,.sv_main .sv_p_root table.sv_q_matrix th{padding:.5em 1em;text-align:center}@media (min-width:768px){.sv_main .sv_p_root table.sv_q_matrix td{min-width:10em}}.sv_main .sv_p_root table.sv_q_matrix td .sv_q_m_label{position:static;display:block;width:100%}.sv_main .sv_p_root table.sv_q_matrix td:first-child{text-align:left}.sv_main .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label{margin-right:1.5em}.sv_main .sv_p_root table td,.sv_main .sv_p_root table th{padding:0 1em}.sv_main .sv_p_root table td{padding:.5em}.sv_main .sv_p_root table th{line-height:1.3em;padding:.5em;vertical-align:bottom;font-weight:700}.sv_main .sv_p_root fieldset.sv_qcbc{line-height:var(--base-line-height,2em);padding-top:.1em}.sv_main .sv_p_root .sv_q_checkbox_label,.sv_main .sv_p_root .sv_q_radiogroup_label{display:block}.sv_main .sv_p_root .sv_q_other{margin-left:1em}.sv_main .sv_p_root .sv_q_select_column{display:inline-block;vertical-align:top;min-width:10%}.sv_main .sv_p_root .sv_q_rating{line-height:var(--base-line-height,2em)}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_item{cursor:pointer;word-spacing:-.3em;font-weight:400;display:inline}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:normal}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sv_main .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:normal}}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text{display:inline-block;min-width:var(--base-line-height,2em);padding:0 .3em;margin-left:-1px;text-align:center}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_item:not(:nth-child(2)) .sv_q_rating_item_text:not(:hover){border-left-color:transparent}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_min_text{margin-right:.5em}.sv_main .sv_p_root .sv_q_rating .sv_q_rating_max_text{margin-left:.5em}.sv_main .sv_nav{display:block;padding-top:1em;min-height:var(--base-line-height,2em)}.sv_main .sv_nav .sv_nav_btn{float:right;margin:0 16px}.sv_main .sv_nav .sv-action{display:block}.sv_main .sv_nav .sv-action:not(:last-child) .sv-action__content{padding:0}.sv_main .sv_nav .sv-action__content{display:block}.sv_main .sv_nav .sv_complete_btn,.sv_main .sv_nav .sv_next_btn,.sv_main .sv_nav .sv_preview_btn,.sv_main .sv_nav .sv_start_btn{float:right}.sv_main .sv_nav .sv_prev_btn{float:left}.sv_main .sv_q_image{display:inline-block}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn{color:var(--body-background-color,#fff);background-color:var(--main-color,#1ab394);float:left;margin-bottom:7px}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn:hover{background-color:var(--main-hover-color,rgb(22.7658536585,156.7341463415,129.5902439024))}.sv_main .sv_p_root .sv_row .sv_q.sv_qstn:first-child:last-child{flex:none!important}.sv_q_dropdown_control input[readonly]{pointer-events:none}[dir=rtl] .sv_main input,[dir=rtl] .sv_main th,[style*="direction:rtl"] .sv_main input,[style*="direction:rtl"] .sv_main th{text-align:right}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn{float:left}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn{float:right}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100%!important}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead{display:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice{text-align:initial}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown .sv_matrix_cell_responsive_title,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic .sv_matrix_cell_responsive_title,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown .sv_matrix_cell_responsive_title,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic .sv_matrix_cell_responsive_title,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell{text-align:initial}@media (max-width:600px){.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100%!important}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice{text-align:initial}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown .sv_matrix_cell_responsive_title,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic .sv_matrix_cell_responsive_title,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown .sv_matrix_cell_responsive_title,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic .sv_matrix_cell_responsive_title,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell{text-align:initial}}.sv_main .sv_qstn .sv_q_file .sv-visuallyhidden{position:absolute!important;opacity:0}.sv_main .sv_qstn .sv_q_file .sv_q_file_choose_button{display:inline-block;box-sizing:border-box;min-width:100px;line-height:2em;padding:.25em 2em;font-size:.85em;font-weight:700;border:none;border-radius:2px;cursor:pointer}.sv_main .sv_qstn .sv_q_file .sv_q_file_remove_button{padding:.25em 2em}.sv_main .sv_qstn .sv_q_file .sv-file__decorator{display:inline-block;min-width:250px}.sv_main .sv_qstn .sv_q_file .sv-file__decorator .sv_q_file_placeholder{margin-left:1em;display:inline-block}.sv-visuallyhidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sjs_sp_container{position:relative;max-width:100%}.sjs_sp_controls{position:absolute;left:0;bottom:0}.sjs_sp_controls>button{-webkit-user-select:none;user-select:none}.sjs_sp_container>div>canvas:focus{outline:none}.sjs_sp_placeholder{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.sjs_sp_canvas{position:relative;max-width:100%;display:block}.sjs_sp__background-image{position:absolute;top:0;left:0;object-fit:cover;max-width:100%;width:100%;height:100%}:root{--sjs-default-font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.sv-boolean__decorator{border-radius:2px}.sv_main .sv-boolean__decorator+.sv-boolean__label{float:none;vertical-align:top;margin-left:.5em}.sv-boolean__svg{border:none;border-radius:2px;background-color:#1ab394;fill:#fff;width:24px;height:24px}.sv-boolean--allowhover:hover .sv-boolean__checked-path{display:inline-block}.sv-boolean--allowhover:hover .sv-boolean__svg{background-color:#9f9f9f;fill:#fff}.sv-boolean--allowhover:hover .sv-boolean__indeterminate-path,.sv-boolean--allowhover:hover .sv-boolean__unchecked-path,.sv-boolean__checked-path,.sv-boolean__indeterminate-path{display:none}.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#1ab394}.sv-boolean--indeterminate .sv-boolean__indeterminate-path{display:inline-block}.sv-boolean--checked .sv-boolean__unchecked-path,.sv-boolean--indeterminate .sv-boolean__unchecked-path{display:none}.sv-boolean--checked .sv-boolean__checked-path{display:inline-block}.sv-boolean--disabled.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#dbdbdb}.sv-boolean--disabled .sv-boolean__svg{background-color:#dbdbdb}td.sv_matrix_cell .sv_qbln,td.td.sv_matrix_cell .sv_qbln{text-align:center}td.sv_matrix_cell .sv_qbln .sv-boolean,td.td.sv_matrix_cell .sv_qbln .sv-boolean{text-align:initial}.sd-components-container,sv-components-container{display:flex}.sv-components-row{display:flex;flex-direction:row;width:100%}.sv-components-column{display:flex;flex-direction:column}.sv-components-column--expandable{flex-grow:1}.sv-components-row>.sv-components-column--expandable{width:1px}.sv-dragdrop-movedown{transform:translate(0);animation:svdragdropmovedown .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmovedown{0%{transform:translateY(-50px)}to{transform:translate(0)}}.sv-dragdrop-moveup{transform:translate(0);animation:svdragdropmoveup .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmoveup{0%{transform:translateY(50px)}to{transform:translate(0)}}.sv-drag-drop-choices-shortcut{cursor:grabbing;position:absolute;z-index:10000;font-family:var(--sjs-font-family,var(--font-family,var(--sjs-default-font-family)))}.sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content{min-width:100px;box-shadow:var(--sjs-shadow-large,0 8px 16px 0 rgba(0,0,0,.1)),var(--sjs-shadow-medium,0 2px 6px 0 rgba(0,0,0,.1));background-color:var(--sjs-general-backcolor,var(--background,#fff));border-radius:calc(var(--sjs-base-unit, var(--base-unit, 8px))*4.5);padding-right:calc(var(--sjs-base-unit, var(--base-unit, 8px))*2);margin-left:0}.sv_main.sv_default_css{background-color:var(--body-container-background-color,#f4f4f4)}.sv_main.sv_default_css hr{border-color:var(--border-color,rgba(64,64,64,.5))}.sv_main.sv_default_css button,.sv_main.sv_default_css input[type=button]{color:var(--body-background-color,#fff);background-color:var(--main-color,#1ab394)}.sv_main.sv_default_css button:hover,.sv_main.sv_default_css input[type=button]:hover{background-color:var(--main-hover-color,#9f9f9f)}.sv_main.sv_default_css .sv_header{color:var(--header-color,#6d7072)}.sv_main.sv_default_css .sv_custom_header{background-color:var(--header-background-color,#e7e7e7)}.sv_main.sv_default_css .sv_container{color:var(--text-color,#404040)}.sv_main.sv_default_css .sv_body{background-color:var(--body-background-color,#fff);border-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_progress{background-color:var(--border-color,rgba(64,64,64,.5))}.sv_main.sv_default_css .sv_progress_bar{background-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_progress-buttons__list li:before{border-color:var(--progress-buttons-color,#8dd9ca);background-color:var(--progress-buttons-color,#8dd9ca)}.sv_main.sv_default_css .sv_progress-buttons__list li:after{background-color:var(--progress-buttons-line-color,#d4d4d4)}.sv_main.sv_default_css .sv_progress-buttons__list .sv_progress-buttons__page-description,.sv_main.sv_default_css .sv_progress-buttons__list .sv_progress-buttons__page-title{color:var(--text-color,#404040)}.sv_main.sv_default_css .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed:before{border-color:var(--main-color,#1ab394);background-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed+li:after{background-color:var(--progress-buttons-color,#8dd9ca)}.sv_main.sv_default_css .sv_progress-buttons__list li.sv_progress-buttons__list-element--current:before,.sv_main.sv_default_css .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed.sv_progress-buttons__list-element--current:before{border-color:var(--main-color,#1ab394);background-color:#fff}.sv_main.sv_default_css .sv_p_root>.sv_row{border-color:var(--border-color,rgba(64,64,64,.5))}.sv_main.sv_default_css .sv_p_root>.sv_row:nth-child(odd){background-color:var(--body-background-color,#fff)}.sv_main.sv_default_css .sv_p_root>.sv_row:nth-child(2n){background-color:var(--body-container-background-color,#f4f4f4)}.sv_main.sv_default_css .sv_q_other input,.sv_main.sv_default_css .sv_q_text_root{color:var(--text-color,#404040);-webkit-text-fill-color:var(--text-color,#404040);border-color:var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff)}.sv_main.sv_default_css .sv_q_dropdown_control{color:var(--text-input-color,#6d7072);border-color:var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff)}.sv_main.sv_default_css .sv_q_dropdown_control__input-field-component{height:auto}.sv_main.sv_default_css input[type=text]{-webkit-text-fill-color:var(--text-color,#404040)}.sv_main.sv_default_css input[type=text],.sv_main.sv_default_css select{color:var(--text-color,#404040);border-color:var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff)}.sv_main.sv_default_css textarea{color:var(--text-input-color,#6d7072);-webkit-text-fill-color:var(--text-input-color,#6d7072);border-color:var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff)}.sv_main.sv_default_css input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]){border:1px solid var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff);color:var(--text-input-color,#6d7072);-webkit-text-fill-color:var(--text-input-color,#6d7072)}.sv_main.sv_default_css input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus{border:1px solid var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper .sv_q_dropdown_control{background-color:var(--inputs-background-color,#fff)}.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper .sv_q_dropdown_control:focus-within{border:1px solid var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_q_dropdown_control:focus,.sv_main.sv_default_css .sv_q_other input:focus,.sv_main.sv_default_css .sv_q_text_root:focus{border-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control .sv_q_dropdown__value .sv_q_dropdown__filter-string-input[type=text]{border:none;outline:none;padding:1px 0 0;width:100%;display:flex;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;position:absolute;inset-inline-start:0;top:0;height:100%;background-color:initial}.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control .sv_q_dropdown__value.sv_q_tagbox__value .sv_q_dropdown__filter-string-input.sv_q_tagbox__filter-string-input{position:static}.sv_main.sv_default_css input[type=text]:focus{border-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]:focus,.sv_main.sv_default_css .sv_container .sv_body .sv_p_root .sv_q input[type=radio]:focus{outline:1px dotted var(--main-color,#1ab394)}.sv_main.sv_default_css select:focus,.sv_main.sv_default_css textarea:focus{border-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_q_input.sv_q_input.sv_q_input.sv_q_tagbox.sv_q_tagbox.sv_q_tagbox:not(.sv_q_tagbox--empty){height:auto}.sv_main.sv_default_css .sv_select_wrapper.sv_q_tagbox_wrapper:before{height:100%;padding:0 1em}.sv_main.sv_default_css .sv_select_wrapper{background-color:var(--body-background-color,#fff)}.sv_main.sv_default_css .sv_select_wrapper:before{background-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_q_rating_item.active .sv_q_rating_item_text{background-color:var(--main-hover-color,#9f9f9f);border-color:var(--main-hover-color,#9f9f9f);color:var(--body-background-color,#fff)}.sv_main.sv_default_css .sv_q_rating_item .sv_q_rating_item_text{border-color:var(--border-color,rgba(64,64,64,.5))}.sv_main.sv_default_css .sv_q_rating_item .sv_q_rating_item_text:hover{border-color:var(--main-hover-color,#9f9f9f)}.sv_main.sv_default_css table.sv_q_matrix_dropdown tr,.sv_main.sv_default_css table.sv_q_matrix_dynamic tr,.sv_main.sv_default_css table.sv_q_matrix tr{border-color:var(--border-color,rgba(64,64,64,.5))}.sv_main.sv_default_css .sv_q_m_cell_selected{color:var(--body-background-color,#fff);background-color:var(--main-hover-color,#9f9f9f)}.sv_main .sv_q_file_remove:hover{color:var(--main-color,#1ab394)}.sv_main .sv_q_file_choose_button{color:var(--body-background-color,#fff);background-color:var(--main-color,#1ab394)}.sv_main .sv_q_file_choose_button:hover{background-color:var(--main-hover-color,#9f9f9f)}.sv_main .sv_q_imgsel.checked label>div{background-color:var(--main-color,#1ab394)}.sv_main.sv_default_css .sv_p_description{padding-left:1.29em}.sv_main .sv-paneldynamic__next-btn.sv-paneldynamic__next-btn--disabled,.sv_main .sv-paneldynamic__prev-btn.sv-paneldynamic__prev-btn--disabled{fill:var(--disable-color,#dbdbdb)}.sv_main .sv-paneldynamic__progress-text{color:var(--progress-text-color,#9d9d9d)}.sv_main .sv-paneldynamic__next-btn,.sv_main .sv-paneldynamic__prev-btn{fill:var(--text-color,#404040)}.sv_main .sv-boolean__switch{background-color:var(--main-color,#1ab394);outline-color:var(--main-color,#1ab394)}.sv_main .sv-boolean__slider{background-color:var(--slider-color,#fff)}.sv_main .sv-boolean__label--disabled{color:var(--disabled-label-color,rgba(64,64,64,.5))}.sv_main .sv-boolean--disabled .sv-boolean__switch{background-color:var(--disabled-switch-color,#9f9f9f)}.sv_main .sv-boolean--disabled .sv-boolean__slider{background-color:var(--disabled-slider-color,#cfcfcf)}.sv_main .sjs_sp_container{border:1px dashed var(--disable-color,#dbdbdb)}.sv_main .sjs_sp_placeholder{color:var(--foreground-light,#909090)}.sv_main .sv_matrix_detail_row{background-color:#ededed;border-top:1px solid var(--header-background-color,#e7e7e7);border-bottom:1px solid var(--header-background-color,#e7e7e7)}.sv_main .sv-action-bar-item{color:var(--text-color,#404040)}.sv_main .sv-action-bar-item__icon use{fill:var(--foreground-light,#909090)}.sv_main .sv-action-bar-item:hover,.sv_main .sv-button-group__item--hover:hover{background-color:var(--background-dim,#f3f3f3)}.sv_main .sv-button-group__item-icon use{fill:var(--foreground-light,#909090)}.sv_main .sv-button-group__item--selected{color:var(--main-color,#1ab394)}.sv_main .sv-button-group__item--selected .sv-button-group__item-icon use{fill:var(--main-color,#1ab394)}.sv_main .sv-button-group__item--disabled{color:var(--foreground-disabled,#161616)}.sv_main .sv-button-group__item--disabled .sv-button-group__item-icon use{fill:var(--foreground-disabled,#161616)}.sv_main .sv-button-group__item{background:var(--body-background-color,#fff);border-color:var(--border-color,rgba(64,64,64,.5))}.sv_main .sv_qstn textarea{max-width:100%}body .sv-list__input{color:var(--text-input-color,#6d7072);border-color:var(--border-color,rgba(64,64,64,.5));background-color:var(--inputs-background-color,#fff)}body .sv-list__input::placeholder{color:var(--foreground-light,#909090)}body .sv-list__input:disabled,body .sv-list__input:disabled::placeholder{color:var(--foreground-disabled,#161616)}body .sv-list__item--selected,body .sv-list__item--selected.sv-list__item--focused,body .sv-list__item--selected:focus,body .sv-list__item--selected:hover{background-color:var(--main-color,#1ab394);color:var(--inputs-background-color,#fff);font-weight:600}body .sv-multi-select-list .sv-list__item--selected,body .sv-multi-select-list .sv-list__item--selected:hover{background:rgba(25,179,148,.1);color:var(--foreground-disabled,#161616);font-weight:400}.sv-skeleton-element{background-color:var(--background-dim,#f3f3f3)}.sv_main .sv-ranking-item:focus .sv-ranking-item__index{border:2px solid var(--main-color,#1ab394)}.sv_main .sv-ranking-item__icon,body .sv-ranking-shortcut .sv-ranking-item__icon{fill:var(--main-color,#1ab394)}.sv_main span{word-break:break-word}.sv_main legend{border:none;margin:0}.sv_row{display:flex;flex-wrap:wrap;clear:both;min-width:300px}.sv_row .sv_qstn{float:left}.sv_row .sv_qstn:last-child{float:none}.sv_qstn{overflow:auto}.sv_p_container,.sv_qstn{vertical-align:top;min-width:300px}.sv_q_title .sv_question_icon{float:right;margin-right:1em}.sv_q_title .sv_question_icon:before{content:"";background-repeat:no-repeat;background-position:50%;padding:.5em;display:inline-block;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZmlsbD0iIzZkNzA3MiIgZD0iTTIgMkwwIDRsNSA1IDUtNS0yLTItMyAzeiIvPjwvc3ZnPg==")}.sv_q_title .sv_question_icon.sv_expanded:before{transform:rotate(180deg)}.sv_qbln .checkbox-material{margin-right:3px}.sv_qcbx .checkbox-material{margin-right:5px}.sv_qcbx .checkbox label,.sv_qstn .radio label{justify-content:left;display:inline-block}.sv_qstn .sv_q_imgsel>label img{pointer-events:none}.sv_qstn .sv_q_imgsel.sv_q_imagepicker_inline{display:inline-block}.sv_qstn label.sv_q_m_label{position:absolute;margin:0;display:block;width:100%}.sv_qstn td{position:relative}.sv_q_mt{table-layout:fixed}.sv_q_mt_label{display:flex;align-items:center;font-weight:inherit}.sv_q_mt_title{margin-right:.5em;width:33%}.sv_q_mt_item{flex:1 1}.sv_q_mt_item_value{float:left}[dir=rtl] .sv_q_mt_item_value{float:right}.sv_qstn.sv_qstn_left{margin-top:.75em}.sv_qstn .title-left{float:left;margin-right:1em;max-width:50%}[dir=rtl] .sv_qstn .title-left{float:right;margin-left:1em}.sv_qstn .content-left{overflow:hidden}.sv_q_checkbox_inline .sv_q_checkbox_other,.sv_q_radiogroup_inline .sv_q_radiogroup_other{display:inline-block}.sv_q_checkbox_inline,.sv_q_imagepicker_inline,.sv_q_radiogroup_inline{line-height:2.5em}.form-inline .sv_q_checkbox_inline:not(:last-child),.form-inline .sv_q_radiogroup_inline:not(:last-child),.sv_imgsel .sv_q_imagepicker_inline:not(:last-child){margin-right:1em}.sv_qstn fieldset{border:none;margin:0;padding:0}.sv_qstn .sv_q_file_placeholder{display:none}.sv_p_title{padding-left:1em;padding-bottom:.3em}.sv_p_title_expandable,.sv_q_title_expandable{cursor:pointer;position:relative;display:flex;align-items:center;padding-right:24px}.sv_p_title_expandable:after,.sv_q_title_expandable:after{content:" ";display:block;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23404040" d="M2 2L0 4l5 5 5-5-2-2-3 3z"/></svg>');background-repeat:no-repeat;background-position:50%;background-size:10px 12px;width:24px;height:24px;position:absolute;right:0}.sv_p_title_expanded:after,.sv_q_title_expanded:after{transform:rotate(180deg)}.sv_p_title .sv_panel_icon{float:right;margin-right:1em}.sv_p_title .sv_panel_icon:before{content:"";background-repeat:no-repeat;background-position:50%;padding:.5em;display:inline-block;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZmlsbD0iIzZkNzA3MiIgZD0iTTIgMkwwIDRsNSA1IDUtNS0yLTItMyAzeiIvPjwvc3ZnPg==")}.sv_p_title .sv_panel_icon.sv_expanded:before{transform:rotate(180deg)}.sv_p_footer{padding-left:1em;padding-bottom:1em;padding-top:1em}.sv_matrix_cell_detail_button{position:relative}.sv_detail_panel_icon{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px}.sv_detail_panel_icon:before{content:"";background-repeat:no-repeat;background-position:50%;width:14px;height:14px;display:block;transform:rotate(270deg);background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><path fill="%23fff" d="M14 5.5l-1.4-1.4-5.1 5-5.1-5L1 5.5 7.5 12z"/></svg>')}.sv_detail_panel_icon.sv_detail_expanded:before{transform:rotate(0deg)}.sv_matrix_empty_rows_section{text-align:center;vertical-align:middle}.sv_matrix_empty_rows_text{padding:20px}.sv_q_file>button,.sv_q_file>input[type=file],.sv_q_file_preview{display:inline-block}.sv_q_file_preview{vertical-align:top;border:1px solid #d3d3d3;padding:5px;margin-top:10px}.sv_q_file_preview>a{display:block;overflow:hidden;vertical-align:top;white-space:nowrap;text-overflow:ellipsis}.sv_q_file_remove_button{line-height:normal}.sv_q_file_remove{display:block;cursor:pointer}.sv_q_m_cell_text{cursor:pointer}.sv_q_dd_other{margin-top:1em}.sv_q_dd_other input{width:100%}.sv_q_dd_clean-button{margin:.15em 3em}.sv_q_dd_clean-button-svg{width:1em;height:1em}.sv_q_dd_control{display:flex;justify-content:space-between;-webkit-appearance:none;appearance:none}.sv_q_dd_value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv_q_dd_root,.sv_q_dd_value{position:relative}.sv_q_dd_select_wrapper:after{content:" ";display:block;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23404040" d="M2 2L0 4l5 5 5-5-2-2-3 3z"/></svg>');background-repeat:no-repeat;background-position:50%;background-size:10px 12px;width:34px;height:100%;position:absolute;inset-inline-end:0;top:0}.sv_q_dd_filter-string-input{outline:none;border:none;background-color:initial;position:absolute;inset-inline-start:0;inset-block-start:0}.sv_q_dropdown_clean-button{margin:auto 2em}.sv_q_tagbox__placeholder{position:absolute;top:0;inset-inline-start:1em;max-width:100%;width:auto;height:100%;text-align:start;cursor:text;pointer-events:none}.sv-question .sv-q-col-1,.sv_qstn .sv-q-col-1{width:100%;display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv-question .sv-q-col-2,.sv_qstn .sv-q-col-2{width:calc(50% - 1em);display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv-question .sv-q-col-3,.sv_qstn .sv-q-col-3{width:calc(33.33333% - 1em);display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv-question .sv-q-col-4,.sv_qstn .sv-q-col-4{width:calc(25% - 1em);display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv-question .sv-q-col-5,.sv_qstn .sv-q-col-5{width:calc(20% - 1em)}.sv-question .sv-q-col-5,.sv_qstn .sv-q-col-5,.sv_qstn .sv-q-column-1{display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv_qstn .sv-q-column-1{width:100%;max-width:100%}.sv_qstn .sv-q-column-2{max-width:50%}.sv_qstn .sv-q-column-2,.sv_qstn .sv-q-column-3{display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv_qstn .sv-q-column-3{max-width:33.33333%}.sv_qstn .sv-q-column-4{max-width:25%}.sv_qstn .sv-q-column-4,.sv_qstn .sv-q-column-5{display:inline-block;padding-right:1em;box-sizing:border-box;word-break:break-word}.sv_qstn .sv-q-column-5{max-width:20%}.sv_qstn .sv_q_file_input{color:transparent}.sv_qstn .sv_q_imgsel label>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:4px;border:1px solid #d3d3d3;border-radius:4px}.sv_qstn .sv_q_imgsel label>div>embed,.sv_qstn .sv_q_imgsel label>div>img{display:block}.sv_qstn table tr td .sv_q_m_cell_label{position:absolute;left:0;right:0;top:0;bottom:0}f-panel{padding:.5em 1em;display:inline-block;line-height:2em}.sv_progress_bar>span{white-space:nowrap}.sv-ranking{outline:none;-webkit-user-select:none;user-select:none}.sv-ranking-item{cursor:pointer;position:relative}.sv-ranking-item:focus .sv-ranking-item__icon--hover{visibility:hidden}.sv-ranking-item:hove:not(:focus) .sv-ranking-item__icon--hover{visibility:visible}.sv-question--disabled .sv-ranking-item:hover .sv-ranking-item__icon--hover{visibility:hidden}.sv-ranking-item:focus{outline:none}.sv-ranking-item:focus .sv-ranking-item__icon--focus{visibility:visible}.sv-ranking-item:focus .sv-ranking-item__index{background:#fff;box-shadow:0 0 0 2px var(--primary,#19b394)}.sv-ranking-item__content{display:flex;align-items:center;line-height:1em;padding:5px 0;border-radius:100px}.sv-ranking-item__icon-container{left:0;bottom:0;width:calc(var(--base-unit, 8px)*3);flex-shrink:0;align-items:self-start;box-sizing:initial}.sv-ranking-item__icon-container svg:first-of-type{height:16px;width:10px}.sv-ranking-item__icon-container svg:nth-of-type(2){height:24px;width:10px}.sv-ranking-item__icon{visibility:hidden;top:20px;fill:var(--primary,#19b394);position:absolute}.sv-ranking-item__index{display:flex;flex-shrink:0;align-items:center;justify-content:center;background:var(--primary-light,rgba(25,179,148,.1));color:var(--foreground);border-radius:100%;border:2px solid transparent;width:40px;height:40px;line-height:1em}.sv-ranking-item__index svg{fill:var(--foreground);width:16px;height:16px}.sv-ranking-item__text{display:inline-block;overflow-wrap:break-word;word-break:break-all;margin:0 calc(var(--base-unit, 8px)*2)}.sv-ranking-item__text .sv-string-editor,.sv-ranking-item__text .sv-string-viewer{overflow:initial;white-space:pre-line}.sv-ranking-item__ghost{display:none;background-color:var(--background-dim,#f3f3f3);border-radius:100px;width:200px;height:55px;z-index:1;position:absolute;left:25px}[dir=rtl] .sv-ranking-item__ghost{left:initilal;right:25px}.sv-ranking-item--ghost{height:calc(var(--sjs-base-unit, var(--base-unit, 8px))*6)}.sv-ranking-item--ghost .sv-ranking-item__text .sv-string-editor,.sv-ranking-item--ghost .sv-ranking-item__text .sv-string-viewer{white-space:unset}.sv-ranking-item--ghost .sv-ranking-item__ghost{display:block}.sv-ranking-item--ghost .sv-ranking-item__content{visibility:hidden}.sv-ranking-item--drag .sv-ranking-item__content{box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:100px}.sv-ranking--drag .sv-ranking-item:hover .sv-ranking-item__icon{visibility:hidden}.sv-ranking-item--drag .sv-ranking-item__icon--hover{visibility:visible}.sv-ranking--mobile .sv-ranking-item__icon--hover{visibility:visible;fill:#9f9f9f}.sv-ranking--mobile.sv-ranking--drag .sv-ranking-item--ghost .sv-ranking-item__icon.sv-ranking-item__icon--hover{visibility:hidden}.sv-ranking--mobile.sv-ranking-shortcut{max-width:80%}.sv-ranking--design-mode .sv-ranking-item:hover .sv-ranking-item__icon{visibility:hidden}.sv-ranking--disabled{opacity:.8}.sv-ranking-shortcut .sv-ranking-item__icon{fill:var(--primary,#19b394)}.sv_qstn .sv_q_select_column{display:inline-block;vertical-align:top;min-width:10%}.sv_qstn .sv_q_select_column>:not(.sv_technical){display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_qstn .sv_q_select_column textarea{margin-left:0;padding-left:0;line-height:normal}.sv_main .sv-hidden{display:none!important}.sv_main .sv-visuallyhidden{position:absolute;height:1px!important;width:1px!important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.sv_main .sv-progress{height:.19em;background-color:var(--header-background-color,#e7e7e7);position:relative}.sv_main .sv-progress__bar{background-color:var(--main-color,#1ab394);height:100%;position:relative}.sv_main .sv-paneldynamic__progress-container{position:relative;display:inline-block;width:calc(100% - 250px);margin-top:20px}.sv_main .sv-paneldynamic__add-btn{float:right}.sv_main .sv-paneldynamic__add-btn--list-mode{float:none;margin-top:0}.sv_main .sv-paneldynamic__remove-btn{margin-top:1.25em}.sv_main .sv-paneldynamic__remove-btn--right{margin-top:0;margin-left:1.25em}.sv_main .sv-paneldynamic__next-btn,.sv_main .sv-paneldynamic__prev-btn{box-sizing:border-box;display:inline-block;cursor:pointer;width:.7em;top:-.28em;position:absolute}.sv_main .sv-paneldynamic__next-btn svg,.sv_main .sv-paneldynamic__prev-btn svg{width:.7em;height:.7em;display:block}.sv_main .sv-paneldynamic__prev-btn{left:-1.3em;transform:rotate(90deg)}.sv_main .sv-paneldynamic__next-btn{right:-1.3em;transform:rotate(270deg)}.sv_main .sv-paneldynamic__next-btn.sv-paneldynamic__next-btn--disabled,.sv_main .sv-paneldynamic__prev-btn.sv-paneldynamic__prev-btn--disabled{cursor:auto}.sv_main .sv-paneldynamic__progress-text{font-weight:700;font-size:.87em;margin-top:.69em;margin-left:4em}.sv_main .sv-boolean__switch{display:inline-block;box-sizing:border-box;width:63px;height:24px;margin-right:17px;margin-left:21px;padding:2px 3px;vertical-align:middle;border-radius:12px;cursor:pointer}.sv_main .sv-boolean__thumb-ghost{display:inline-block}.sv_main .sv-boolean__slider{display:inline-block;width:20px;height:20px;transition-duration:.4s;transition-property:margin-left;border:none;border-radius:100%}.sv_main .sv-boolean__label{vertical-align:middle;cursor:pointer}.sv_main .sv-boolean--indeterminate .sv-boolean__slider{margin-left:calc(50% - 10px)}.sv_main .sv-boolean input:focus~.sv-boolean__switch{outline-width:1px;outline-style:solid;outline-offset:1px}.sv_main .sv-boolean--checked .sv-boolean__slider{margin-left:calc(100% - 20px)}[dir=rtl] .sv-boolean__label{float:right}[dir=rtl] .sv-boolean--indeterminate .sv-boolean__slider{margin-right:calc(50% - .625em)}[dir=rtl] .sv-boolean--checked .sv-boolean__slider{margin-right:calc(100% - 1.25em)}[dir=rtl] .sv-boolean__switch,[style*="direction:rtl"] .sv-boolean__label{float:right}[style*="direction:rtl"] .sv-boolean--indeterminate .sv-boolean__slider{margin-right:calc(50% - .625em)}[style*="direction:rtl"] .sv-boolean--checked .sv-boolean__slider{margin-right:calc(100% - 1.25em)}[style*="direction:rtl"] .sv-boolean__switch{float:right}.sv_main .sjs_sp_container{position:relative;box-sizing:initial}.sv_main .sjs_sp_controls{position:absolute;left:0;bottom:0}.sv_main .sjs_sp_controls>button{-webkit-user-select:none;user-select:none}.sv_main .sjs_sp_container>div>canvas:focus{outline:none}.sv_main .sjs_sp_placeholder{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.sv_main .sv-logo--left{display:inline-block;vertical-align:top;margin-right:2em}.sv_main .sv-logo--right{display:inline-block;vertical-align:top;margin-left:2em}.sv_main .sv-logo--bottom,.sv_main .sv-logo--top{display:block;width:100%;text-align:center}.sv_main .sv_header__text{display:inline-block;vertical-align:top;max-width:100%;width:100%}.sv_main .sv-expand-action:before{content:"";display:inline-block;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23404040" d="M2 2L0 4l5 5 5-5-2-2-3 3z"/></svg>');background-repeat:no-repeat;background-position:50%;height:10px;width:12px;margin:auto 8px}.sv_main .sv-expand-action--expanded:before{transform:rotate(180deg)}.sv_main .sv-action-bar{display:flex;position:relative;align-items:center;margin-left:auto;padding-left:16px;overflow:hidden;white-space:nowrap}.sv_main .sv-action-bar-separator{display:inline-block;width:1px;height:24px;vertical-align:middle;margin-right:16px;background-color:#d6d6d6}.sv_main .sv-action-bar-item{-webkit-appearance:none;appearance:none;display:flex;height:40px;padding:8px;box-sizing:border-box;margin-right:16px;border:none;border-radius:2px;background-color:initial;cursor:pointer;line-height:24px;font-size:16px;overflow-x:hidden;white-space:nowrap;min-width:auto;font-weight:400}.sv_main .sv-action-bar-item__title{vertical-align:middle;white-space:nowrap}.sv_main .sv-action-bar-item__title--with-icon{margin-left:8px}.sv_main .sv-action__content{display:flex;flex-direction:row;align-items:center}.sv_main .sv-action__content>*{flex:0 0 auto}.sv_main .sv-action--hidden{width:0;height:0;overflow:hidden}.sv_main .sv-action-bar-item__icon svg{display:block}.sv_main .sv-action-bar-item:active{opacity:.5}.sv_main .sv-action-bar-item:focus{outline:none}.sv_main .sv-title-actions{display:flex;align-items:center;width:100%}.sv_main .sv-title-actions__title{flex-wrap:wrap;max-width:90%;min-width:50%}.sv_main .sv-title-actions__bar{min-width:56px}.sv_main .sv-title-actions .sv-title-actions__title{min-width:unset;max-width:unset;flex-wrap:wrap;flex:0 0 auto}.sv_main .sv-title-actions .sv-action-title-bar{min-width:unset;flex:1 1 auto;justify-content:flex-end}.sv_main .sv_matrix_cell_actions .sv-action-bar{margin-left:0;padding-left:0}.sv_main .sv_p_wrapper_in_row{display:flex;flex-direction:row;align-items:center}.sv_main .sv_p_remove_btn_right{margin-left:1em}.sv_main .sv-button-group{height:48px;overflow:auto}.sv_main .sv-button-group,.sv_main .sv-button-group__item{display:flex;align-items:center;flex-direction:row;font-size:16px}.sv_main .sv-button-group__item{box-sizing:border-box;justify-content:center;width:100%;padding:11px 16px;line-height:24px;border-width:1px;border-style:solid;outline:none;font-weight:400;cursor:pointer;overflow:hidden}.sv_main .sv-button-group__item:not(:first-of-type){margin-left:-1px}.sv_main .sv-button-group__item-icon{display:block;height:24px}.sv_main .sv-button-group__item--selected{font-weight:600}.sv_main .sv-button-group__item-decorator{display:flex;align-items:center;max-width:100%}.sv_main .sv-button-group__item-icon+.sv-button-group__item-caption{margin-left:8px}.sv_main .sv-button-group__item-caption{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv_main .sv-button-group__item--disabled{cursor:default}sv-popup{display:block;position:absolute}.sv-popup{position:fixed;left:0;top:0;width:100vw;outline:none;z-index:1500;height:100vh}.sv-dropdown-popup,.sv-popup.sv-popup-inner{height:0}.sv-popup__container{box-shadow:0 2px 6px rgba(0,0,0,.1);position:absolute;padding:0}.sv-popup__body-content{background-color:var(--background,#fff);border-radius:calc(var(--base-unit, 8px)*0.5);width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;max-height:90vh;max-width:100vw}.sv-popup--modal .sv-list__filter{padding-top:8px}.sv-popup--modal .sv-list__filter-icon{top:20px}.sv-popup--overlay .sv-list__filter{padding-top:8px}.sv-popup--overlay .sv-list__filter-icon{top:20px}.sv-popup--modal{display:flex;align-items:center;justify-content:center}.sv-popup--modal .sv-popup__container{position:static}.sv-popup--modal .sv-popup__body-content{padding:calc(var(--base-unit, 8px)*4)}.sv-popup--overlay{width:100%}.sv-popup--overlay .sv-popup__container{background:hsla(0,0%,56.5%,.5);max-width:100vw;max-height:calc(100vh - var(--base-unit, 8px)*1);height:calc(100vh - var(--base-unit, 8px)*1);width:100%;padding-top:calc(var(--base-unit, 8px)*2);border:unset}.sv-popup--overlay .sv-popup__body-content{border-radius:calc(var(--base-unit, 8px)*2) calc(var(--base-unit, 8px)*2) 0 0;background:var(--background,#fff);box-shadow:0 calc(var(--base-unit, 8px)*1) calc(var(--base-unit, 8px)*2) rgba(0,0,0,.1);padding:calc(var(--base-unit, 8px)*3) calc(var(--base-unit, 8px)*2) calc(var(--base-unit, 8px)*2);height:calc(100% - var(--base-unit, 8px)*1);max-height:100vh;max-width:100vw}.sv-popup--overlay .sv-popup__scrolling-content{height:calc(100% - var(--base-unit, 8px)*10)}.sv-popup--overlay .sv-popup__body-footer{margin-top:calc(var(--base-unit, 8px)*2)}.sv-popup--overlay .sv-popup__body-footer-item,.sv-popup--overlay .sv-popup__body-footer .sv-action,.sv-popup--overlay .sv-popup__body-footer .sv-action-bar{width:100%}.sv-popup--overlay .sv-popup__button{background-color:var(--primary,#19b394);border:2px solid var(--primary,#19b394);color:var(--primary-foreground,#fff)}.sv-popup__scrolling-content{height:100%;overflow:auto;display:flex;flex-direction:column}.sv-popup__scrolling-content::-webkit-scrollbar{height:6px;width:6px;background-color:var(--background-dim,#f3f3f3)}.sv-popup__scrolling-content::-webkit-scrollbar-thumb{background:var(--primary-light,rgba(25,179,148,.1))}.sv-popup__content{min-width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.sv-popup--show-pointer.sv-popup--top .sv-popup__pointer{transform:translate(calc(var(--base-unit, 8px)*-1)) rotate(180deg)}.sv-popup--show-pointer.sv-popup--bottom .sv-popup__pointer{transform:translate(calc(var(--base-unit, 8px)*-1),calc(var(--base-unit, 8px)*-1))}.sv-popup--show-pointer.sv-popup--right .sv-popup__container{transform:translate(calc(var(--base-unit, 8px)*1))}.sv-popup--show-pointer.sv-popup--right .sv-popup__pointer{transform:translate(-12px,-4px) rotate(-90deg)}.sv-popup--show-pointer.sv-popup--left .sv-popup__container{transform:translate(calc(var(--base-unit, 8px)*-1))}.sv-popup--show-pointer.sv-popup--left .sv-popup__pointer{transform:translate(-4px,-4px) rotate(90deg)}.sv-popup__pointer{display:block;position:absolute}.sv-popup__pointer:after{content:" ";display:block;width:0;height:0;border-left:calc(var(--base-unit, 8px)*1) solid transparent;border-right:calc(var(--base-unit, 8px)*1) solid transparent;border-bottom:calc(var(--base-unit, 8px)*1) solid var(--background,#fff);align-self:center}.sv-popup__body-header{font-family:var(--font-family,var(--sjs-default-font-family));font-size:calc(var(--base-unit, 8px)*3);line-height:calc(var(--base-unit, 8px)*4);font-style:normal;font-weight:700;margin-bottom:calc(var(--base-unit, 8px)*2);color:var(--foreground,#161616)}.sv-popup__body-footer{display:flex;margin-top:calc(var(--base-unit, 8px)*4)}.sv-popup__body-footer .sv-action-bar{grid-gap:calc(var(--base-unit, 8px)*1.5);gap:calc(var(--base-unit, 8px)*1.5)}.sv-popup__button{padding:calc(var(--base-unit, 8px)*2) calc(var(--base-unit, 8px)*6);background:var(--background,#fff);box-shadow:0 1px 2px rgba(0,0,0,.15);border-radius:4px;margin:2px;cursor:pointer;font-family:var(--font-family,var(--sjs-default-font-family));font-style:normal;font-weight:600;font-size:calc(var(--base-unit, 8px)*2);line-height:calc(var(--base-unit, 8px)*3);text-align:center;color:var(--primary,#19b394);border:none;outline:none}.sv-popup__button:hover{box-shadow:0 0 0 2px var(--primary,#19b394)}.sv-popup__button:disabled{color:var(--foreground-disabled,rgba(22,22,22,.16));cursor:default}.sv-popup__button:disabled:hover{box-shadow:0 1px 2px rgba(0,0,0,.15)}.sv-popup__button.sv-popup__button--apply{background-color:var(--primary,#19b394);color:var(--primary-foreground,#fff)}.sv-popup__button.sv-popup__button--apply:disabled{background-color:var(--background-dim,#f3f3f3)}.sv-popup__button.sv-popup__button--danger{background-color:var(--sjs-special-red,#e50a3e);color:var(--primary-foreground,#fff)}.sv-list{padding:0;margin:0;background:var(--background,#fff);list-style-type:none;overflow-y:auto}.sv-list__item--with-icon{padding-top:12px;padding-bottom:12px}.sv-list__item,.sv-list__item-body{width:100%;box-sizing:border-box;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv-list__item-body{font-size:calc(var(--base-unit, 8px)*2);line-height:calc(var(--base-unit, 8px)*3);padding-top:calc(var(--base-unit, 8px)*1);padding-bottom:calc(var(--base-unit, 8px)*1);-webkit-padding-end:calc(var(--base-unit, 8px)*8);padding-inline-end:calc(var(--base-unit, 8px)*8);-webkit-padding-start:calc(var(--base-unit, 8px)*2);padding-inline-start:calc(var(--base-unit, 8px)*2);text-align:start;display:flex;grid-gap:16px;gap:16px}.sv-list__item-icon{float:left;width:24px;height:24px}.sv-list__item-icon svg{display:block}.sv-list__item-icon use{fill:#909090}.sv-list__item.sv-list__item--focused .sv-list__item-body,.sv-list__item:hover .sv-list__item-body{background-color:var(--background-dim,#f3f3f3)}.sv-list__loading-indicator{pointer-events:none}.sv-list__loading-indicator .sv-list__item-body{background-color:initial}.sv-list__item--selected .sv-list__item-icon use{fill:var(--primary-foreground,#fff)}.sv-list__item.sv-list__item--disabled{color:var(--foreground-light,#909090);cursor:default}.sv-list__item span{white-space:nowrap}.sv-list__container{position:relative;height:100%;display:flex;flex-direction:column;min-height:0}.sv-list__filter{border-bottom:1px solid rgba(0,0,0,.16);background:var(--background,#fff);padding-bottom:var(--sjs-base-unit,var(--base-unit,8px))}.sv-list__input{-webkit-appearance:none;appearance:none;display:block;box-sizing:border-box;width:100%;line-height:24px;padding:12px 24px 12px 56px;outline:none;font-size:1em;border:none}.sv-list__filter-icon{display:block;position:absolute;top:12px;left:16px}.sv-list__filter-icon .sv-svg-icon{width:24px;height:24px}.sv-list__empty-container{width:100%;box-sizing:border-box;padding:12px 64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv-list__empty-text{line-height:24px;font-size:16px;font-weight:400;text-align:center;color:var(--foreground-light,#909090)}.sv-skeleton-element{min-height:50px}
/*!
 * SurveyJS Creator v1.12.39
 * (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
 * Github: https://github.com/surveyjs/survey-creator
 * License: https://surveyjs.io/Licenses#SurveyCreator
 */.sjs-cb-wrapper{display:inline-block;margin-right:1em;min-height:2em}.sjs-cb-container{position:relative;min-height:1em;cursor:pointer;-webkit-user-select:none;user-select:none}.sjs-cb-container input{position:absolute;opacity:0}.checkmark{position:absolute;top:0;left:0;height:22px;width:22px}.checkmark:after{content:"";position:absolute;display:none}.sjs-cb-container input:checked~.checkmark:after{display:block}.sjs-cb-container .checkmark:after{left:8px;top:5px;width:7px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.sjs-cb-label{line-height:1.75em;margin-left:35px}.form-control.svd_custom_select{padding:0;min-width:100px}.form-control.svd_custom_select select{border:none;height:34px;padding:6px 3em 6px 12px}.form-control.svd_custom_select select:focus{outline:0;box-shadow:none}.form-control.svd_custom_select:before{top:-1px}.svd_container .modal-dialog .svd_custom_select,.svd_container .svd_content .svd_custom_select{width:100%;position:relative;display:inline-block;background-color:#fff;background-color:var(--primary-bg-color,#fff);box-sizing:initial}.svd_container .modal-dialog .svd_custom_select select,.svd_container .svd_content .svd_custom_select select{width:100%;display:block;position:relative;background:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em}.svd_container .modal-dialog .svd_custom_select select::-ms-expand,.svd_container .svd_content .svd_custom_select select::-ms-expand{display:none}.svd_container .modal-dialog .svd_custom_select:before,.svd_container .svd_content .svd_custom_select:before{padding:17px;position:absolute;right:0;top:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNCAzNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDE2bDItMiAzIDMgMy0zIDIgMi01IDV6Ii8+PC9zdmc+);content:"";background-repeat:no-repeat;background-position:50%}.ddmenu-container{display:inline-block}.ddmenu-container .ddmenu{position:relative}.ddmenu-container .ddmenu>span{-webkit-user-select:none;user-select:none}.ddmenu-container .ddmenu>div,.ddmenu-container .ddmenu>span{cursor:pointer;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ddmenu-container .ddmenu>div{background-color:transparent;position:absolute;top:0;left:0;right:0;bottom:0;display:none}.ddmenu-container .ddmenu>span:focus~div{display:block}.ddmenu-container .ddmenu>ul{position:absolute;z-index:1;visibility:hidden;transition:visibility .5s;opacity:0}.ddmenu-container .ddmenu>ul li{list-style-type:none}.ddmenu-container.menu-disabled .ddmenu>span:focus~ul{opacity:0;visibility:hidden}.ddmenu-container .ddmenu>span:focus~ul{visibility:visible;opacity:1}.svd_container .svd-svg-icon{display:inline-block;vertical-align:middle;fill:#3d4d5d;fill:var(--primary-icon-color,#3d4d5d)}.svd_container .svd-primary-icon .svd-svg-icon{fill:#1ab394;fill:var(--primary-color,#1ab394)}.svd_container .svd-danger-icon .svd-svg-icon{fill:#ed5565;fill:var(--error-color,#ed5565)}.svd_container .svd-secondary-icon .svd-svg-icon{fill:#1ab394;fill:var(--secondary-color,#1ab394)}.svd_container .icon-dotsactive .svd-svg-icon,.svd_container .icon-gearactive .svd-svg-icon{fill:#1ab394;fill:var(--primary-color,#1ab394)}.svd_container .icon-dots .svd-svg-icon,.svd_container .icon-gear .svd-svg-icon{fill:#d0d0d0;fill:var(--light-control-color,#d0d0d0)}.svd_container .icon-white .svd-svg-icon{fill:#fff;fill:var(--primary-bg-color,#fff)}.svd_container .icon-status .svd-svg-icon{fill:#9d9fa1;fill:var(--icon-status-color,#9d9fa1);margin-bottom:.3em}.svd_container .icon-actiondragelement{cursor:move;position:absolute;left:0}.svd_container .glyphicon{font-weight:700;display:inline-block;font-family:inherit;cursor:pointer;line-height:1em;top:0}.svd_container .glyphicon.glyphicon-plus:before{font-weight:400;font-size:20px;content:"+"}.svd_container .glyphicon.glyphicon-option-horizontal:before{font-size:20px;content:"⋯"}.svd_container .glyphicon.glyphicon-remove:before{content:"✖"}.svd_container .glyphicon.glyphicon-edit:before{content:""}.svd_container .glyphicon.glyphicon-list-alt:before{content:"⇐"}.svd_container .glyphicon.glyphicon-exclamation-sign:before{content:"⚠"}.svd_container .svd-tabs{padding:19px 15px 0 30px}.svd_container .svd-tab.active>.svd-tab-text{color:#1ab394;color:var(--primary-color,#1ab394);background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);border:1px solid #e7eaec;border-color:var(--primary-border-color,#e7eaec);border-bottom:1px solid var(--secondary-bg-color,#f4f4f4)}.svd_container .svd-tab-text{border:1px solid transparent;border-radius:0;padding:.5em 1em;text-align:center;font-weight:700;color:#676a6c;color:var(--primary-text-color,#676a6c);background-color:initial}.svd_container .svd-tab-text:focus,.svd_container .svd-tab-text:hover{background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);border-bottom:1px solid #f4f4f4;border-bottom-color:var(--secondary-bg-color,#f4f4f4)}.svd-survey-placeholder-root .svd-survey-placeholder{position:relative;width:100%;height:500px}.svd-survey-placeholder-root .svd-survey-placeholder .svd-survey-gallery{height:40px;line-height:40px;text-align:center;background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);margin:6px}.svd-survey-placeholder-root .svd-survey-placeholder .svd-survey-gallery a{color:#676a6c;color:var(--primary-text-color,#676a6c);margin-top:50px;font-size:14px;text-decoration:underline}.svd-survey-placeholder-root .svd-survey-placeholder .svd-survey-gallery a img{margin-top:-5px;margin-right:1em}.svd-survey-placeholder-root .svd-survey-placeholder .svd-empty-message-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.svd-survey-placeholder-root .svd-survey-placeholder .svd-empty-message-container .svd-empty-message{margin-bottom:1em;text-align:center;font-size:22px;color:#1ab394;color:var(--primary-color,#1ab394);pointer-events:none;max-width:300px}.svd-survey-placeholder-root .svd-survey-placeholder .svd-empty-message-container .svd-empty-image{pointer-events:none;display:block}.svd-survey-placeholder-root .svd-survey-placeholder .svd-empty-message-container .svd-empty-action{margin-top:30px;cursor:pointer}.svd_survey_designer .svd-survey-placeholder-root{background-color:#fff;background-color:var(--primary-bg-color,#fff)}.svd-property-editor-survey .svd-survey-nopadding{min-width:7em}.svd_container.sv_bootstrap_css .svd-tabs{line-height:2.5em}.svd_container.sv_bootstrapmaterial_css .panel.card{box-shadow:none}.svd_container.sv_bootstrapmaterial_css .form-group .form-control{background-image:linear-gradient(0deg,var(--primary-color,#1ab394) 2px,rgba(213,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0)}.svd_container.sv_bootstrapmaterial_css .form-group{margin-top:0}.svd_container.sv_bootstrapmaterial_css .form-group.is-focused label{color:var(--primary-color,#1ab394)}.svd_container.sv_bootstrapmaterial_css .svd_custom_select .form-group,.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .form-group{margin-top:0;padding-bottom:0}.svd_container.sv_bootstrapmaterial_css .svd_custom_select .form-group .form-control,.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .form-group .form-control{margin-top:-3px;margin-bottom:0}.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .glyphicon-edit{border-radius:0;background-color:var(--primary-color,#1ab394);color:#fff;text-transform:uppercase;padding:5px;font-size:12px}.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .glyphicon-edit:hover{background-color:hsla(0,0%,60%,.2)}.svd_container.sv_bootstrapmaterial_css .svda-adorner-root span{position:static;display:inline-block;transition:none}.svd_container.sv_bootstrapmaterial_css .modal-footer .btn+.btn{margin-bottom:10px}.svd_container.sv_bootstrapmaterial_css .svd-propertyeditor-condition .btn-primary{margin-right:.5em}.svd_container.sv_bootstrapmaterial_css .svd-propertyeditor-condition .svd_custom_select{max-width:165px}.svd_container.sv_bootstrapmaterial_css .svd-propertyeditor-condition textarea{color:var(--primary-text-color,#676a6c)}.svd_container.sv_bootstrapmaterial_css .svd-logic-button{margin-right:.5em}.svd_container.sv_bootstrapmaterial_css select.svda_current_type{-webkit-appearance:menulist;appearance:menulist}.svd_container.sv_bootstrapmaterial_css .svd_question{border:1px solid var(--primary-border-color,#e7eaec)}.svd_container.sv_bootstrapmaterial_css .modal-content .form-group .sjs-cb-wrapper{margin-bottom:6px}.svd_container.sv_bootstrapmaterial_css .modal-content .form-group .sjs-cb-wrapper:last-child{margin-bottom:0}.svd_container.sv_bootstrapmaterial_css .modal-content .btn-danger{background-color:#f44336;color:var(--secondary-bg-color,#f4f4f4)}.svd_container.sv_bootstrapmaterial_css .modal-content .btn-danger:hover{opacity:.7}@media (min-width:768px){.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox input[type=checkbox],.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio input[type=radio]{position:absolute;margin-left:0}.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox span,.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio span{top:4px}.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox label,.svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio label{padding-left:45px;margin-bottom:10px}}.svd_container.sv_bootstrapmaterial_css .sv_select_wrapper .form-control,.svd_container.sv_bootstrapmaterial_css survey-widget .sv_bootstrapmaterial_css .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn select{line-height:3em;height:3em}.svd_container.sv_bootstrapmaterial_css .btn-primary{color:var(--inverted-text-color,#fff);background-color:var(--secondary-color,#1ab394);border-color:var(--secondary-color,#1ab394)}.svd_container.sv_bootstrapmaterial_css .btn-primary:active:focus{color:var(--primary-color,#1ab394)}.svd_container.sv_bootstrapmaterial_css .btn-secondary{background-color:var(--primary-border-color,#e7eaec)}.svd_container.sv_bootstrapmaterial_css .btn-secondary:hover{opacity:.8}.svd_container.sv_bootstrapmaterial_css .btn-link{color:var(--primary-text-color,#676a6c);background-color:var(--secondary-bg-color,#f4f4f4);border-color:var(--secondary-bg-color,#f4f4f4)}.svd_container.sv_bootstrapmaterial_css .checkbox label,.svd_container.sv_bootstrapmaterial_css .radio label,.svd_container.sv_bootstrapmaterial_css label{color:var(--primary-text-color,#676a6c)}.svd_container.sv_bootstrapmaterial_css .editor-tabs>li a:focus,.svd_container.sv_bootstrapmaterial_css .editor-tabs>li a:hover{background-color:var(--secondary-bg-color,#f4f4f4)!important;border-bottom:1px solid var(--secondary-bg-color,#f4f4f4)!important}.svd_container.sv_bootstrapmaterial_css .editor-tabs>li.active a{color:var(--primary-color,#1ab394)!important;background-color:var(--secondary-bg-color,#f4f4f4)!important;border:1px solid var(--primary-border-color,#e7eaec)!important;border-bottom-color:var(--secondary-bg-color,#f4f4f4)!important}.svd_container.sv_bootstrapmaterial_css .nav-tabs a{color:var(--primary-text-color,#676a6c)!important}.svd_container.sv_bootstrapmaterial_css .nav-tabs>li.active>a{color:var(--primary-color,#1ab394)!important}.svd_container.sv_bootstrapmaterial_css .nav-item.active .nav-link{background-color:var(--primary-bg-color,#fff)!important}.svd_container.sv_bootstrapmaterial_css .modal-tabs{background:transparent;padding-bottom:10px}.svd_container.sv_bootstrapmaterial_css .modal-tabs>li>a{color:var(--primary-text-color,#676a6c)!important;border:1px solid transparent!important}.svd_container.sv_bootstrapmaterial_css .modal-tabs>li>a:focus,.svd_container.sv_bootstrapmaterial_css .modal-tabs>li>a:hover{color:var(--primary-color,#1ab394)!important;border-bottom:1px solid var(--inverted-text-color,#fff)!important}.svd_container.sv_bootstrapmaterial_css .modal-tabs>li.active>a{color:var(--primary-color,#1ab394)!important;border:1px solid var(--primary-border-color,#e7eaec)!important;border-bottom-color:var(--inverted-text-color,#fff)!important}.svd-vertical-container{position:relative;display:table;width:100%;height:100%}.svd-vertical-container__row{width:100%;height:100%;display:table-row}.svd-vertical-container__row:first-child{height:0}.svd-vertical-container__cell{width:100%;display:table-cell}.svd-vertical-container__cell-content-holder{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}.svd-vertical-container__cell-content{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.svd-vertical-container__cell-content--scrollable{overflow:auto}.svd_editors>.svd-vertical-container{table-layout:fixed}.svd_container{color:#676a6c;color:var(--primary-text-color,#676a6c)}.svd_container a{color:#1ab394;color:var(--primary-color,#1ab394)}.svd_container a:hover{color:#18a689;color:var(--primary-hover-color,#18a689)}.svd_container .btn-primary{color:#fff;color:var(--inverted-text-color,#fff);background-color:#1ab394;background-color:var(--primary-color,#1ab394);border-color:#1ab394;border-color:var(--primary-color,#1ab394)}.svd_container .btn-link{color:#676a6c;color:var(--primary-text-color,#676a6c);background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);border-color:#f4f4f4;border-color:var(--secondary-bg-color,#f4f4f4)}.svd_container .sjs-cb-container:hover input~.checkmark{background-color:#ccc;background-color:var(--dd-menu-border,#ccc)}.svd_container .sjs-cb-container:hover input:checked~.checkmark{background-color:#18a689;background-color:var(--primary-hover-color,#18a689)}.svd_container .svd_selected_page{border-bottom:1px solid #fff;border-bottom-color:var(--primary-bg-color,#fff)}.svd_container .svd_toolbar li.active a{background-color:#1ab394;background-color:var(--primary-color,#1ab394);color:#fff;color:var(--primary-bg-color,#fff)}.svd_container .svd_toolbar li a{color:#262626;color:var(--dd-menu-link-color,#262626)}.svd_container .svd_custom_select:before{background-color:#1ab394;background-color:var(--primary-color,#1ab394)}.svd_container .form-control:focus{border-color:#1ab394;border-color:var(--primary-color,#1ab394)}.svd_container a:focus,.svd_container div:focus,.svd_container input[type=checkbox]:focus+span.checkmark,.svd_container select:focus,.svd_container span:focus,.svd_container tr:focus{outline-color:#1ab394;outline-color:var(--primary-color,#1ab394);outline-style:dotted;outline-width:.5px;outline-offset:-1px}.svd_container .svd-no-outline:focus{outline:none}.svd_container .svd_toolbar button:focus{outline-color:#676a6c;outline-color:var(--primary-text-color,#676a6c)}.svd_container .svd-main-color{color:#1ab394;color:var(--primary-color,#1ab394)}.svd_container .svd-main-background-color{background-color:#1ab394;background-color:var(--primary-color,#1ab394)}.svd_container .svd-main-border-color{border-color:#1ab394;border-color:var(--selection-border-color,#1ab394)}.svd_container .svd-light-text-color{color:#a7a7a7;color:var(--secondary-text-color,#a7a7a7)}.svd_container .svd-light-background-color{background-color:#e7eaec;background-color:var(--primary-border-color,#e7eaec)}.svd_container .svd-light-border-color{border-color:#e7eaec;border-color:var(--primary-border-color,#e7eaec)}.svd_container .svd-dark-border-color{border-color:#ddd;border-color:var(--secondary-border-color,#ddd)}.svd_container .svd-light-bg-color{background-color:#fff;background-color:var(--primary-bg-color,#fff)}.svd_container .svd-dark-bg-color{background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4)}.svd_container .svd-empty-panel{line-height:20px;padding:20px}.svd_flowpanel[contenteditable=true]:empty:before{content:attr(placeholder)}.svd_flowpanel[contenteditable=true]{padding:5px;display:block}.svd_container{position:relative;font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;font-size:12px;width:100%;height:100%;outline:none}.svd_container:focus{outline:none}.svd_container .svd_questions_editor .svd_question{overflow:visible;border:1px solid transparent;pointer-events:auto}.svd_container .svd_questions_editor .svd_question:hover{border-color:#1ab394;border-color:var(--selection-border-color,#1ab394)}.svd_container #surveyjsExample .sv_main .sv_custom_header,.svd_container .svd_surveyjs_designer_container.svd_surveyjs_designer_container .sv_main .sv_custom_header{background-color:initial}.svd_container .svd-textitems-column{width:100%;display:inline-block;line-height:28px}.svd_container .svd-textitems-column .btn-danger{min-width:2em;padding:.78em 1em}.svd_container .svd-textitems-column .svd-textitems-isrequired{vertical-align:top;padding-top:3px;display:inline-block}.svd_container .svd-textitems-column .svd-textitems-edit{vertical-align:top;display:inline-block;margin-left:1.7em}.svd_container .svd-items-control-footer{margin-top:1em}.svd_container .svd-drag-handle{font-size:20px;cursor:move}.svd_container .svd-itemvalue-actions-container{white-space:nowrap}.svd_container .svd-itemvalue-action{display:inline-block;vertical-align:initial}.svd_container .form-control{border-radius:2px}.svd_container .form-control:focus{outline:0;box-shadow:none}.svd_container .select2-container{vertical-align:top}.svd_container .select2-container--default.select2-container--open .select2-selection--single,.svd_container .select2-container .select2-selection--single{border-radius:0;border:1px solid #ccc;border-color:var(--dd-menu-border,#ccc);height:34px}.svd_container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,.svd_container .select2-container .select2-selection--single .select2-selection__arrow{background:#1ab394;background:var(--primary-color,#1ab394);height:34px;top:0;right:0;width:34px}.svd_container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,.svd_container .select2-container .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent}.svd_container *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.svd_container a,.svd_container a.nav-link,.svd_container span.nav-link{cursor:pointer}.svd_container:not(.sv_modern_css) .btn{border-radius:2px;padding:.5em 1em;font-size:1em;line-height:1em;min-width:6em;font-weight:700}.svd_container .svd_content{padding:30px;margin:0;border:none;height:100%}.svd_container .svd_content>*{height:100%}.svd_container .svd_content .svd_survey_designer{position:relative;display:table;table-layout:fixed;width:100%;height:100%;margin:0}.svd_container .svd_content .svd_survey_designer .svd_editors{display:table-cell;vertical-align:top;padding:0 15px;width:100%}.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor{position:relative;padding-top:18px;padding-bottom:18px;min-height:100%}.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .card-block .svd_question,.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .panel-body .svd_question{box-shadow:none;border-radius:0;padding:20px 9px;margin-bottom:38px}.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .card-block .svd_question f-panel .svd_question,.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .panel-body .svd_question f-panel .svd_question{vertical-align:initial;padding:0;margin-bottom:0}.svd_container [draggable]{-webkit-user-select:none;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element}.svd_container survey-widget .form-control{width:100%}.svd_container .svd_wrap_elements{white-space:normal}.svd_container .svd-matrixdropdowncolumns-table th{white-space:nowrap}.svd_container .svd_table-nowrap{table-layout:fixed}.svd_container .svd_table-nowrap td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svd_container .svd_q_selected{border:1px solid transparent}.svd_container .svd_q_design{pointer-events:none}.svd_container .svd_q_design_border{position:relative}.svd_container .svd_navbarbuttons{margin-top:3px}.svd-manage-mask{z-index:9999;position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.15)}.svd_container .animated{animation-duration:.2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.svd_container .fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.svd_container .fadeInDown{animation-name:fadeInDown}.svd_container .modal{display:none;background:rgba(0,0,0,.3);z-index:999}.svd_container .modal .modal-dialog{max-width:600px}.svd_container .modal .modal-body{max-height:75vh;overflow:auto}.svd_container .modal .modal-body survey-widget{display:block;margin-bottom:1em}.svd_container .modal .modal-body survey-widget .sv_main .sv_custom_header{background:transparent}.svd_container .modal .modal-body survey-widget .svd-survey-nopadding{padding:0;margin:0}.svd_container .svd_items_table{width:100%}.svd_container .svd_items_table tr td,.svd_container .svd_items_table tr th{padding:.25em}.svd_container .svd_items_table tr td .btn,.svd_container .svd_items_table tr th .btn{min-width:auto}.svd_container .svd_commercial_container{padding:1em 0 .5em 2em}.svd_container .svd_commercial_container .svd_commercial_text{font-weight:700;text-decoration:none}.svd_container .svd_commercial_container .svd_commercial_text .svd_commercial_product{padding-left:.5em}.svd_container.sv_default_css a{text-decoration:unset}.svd_container.sv_default_css .btn,.svd_container.sv_default_css .btn:active{box-shadow:none;border:none;cursor:pointer}.svd_container.sv_default_css .btn:active span,.svd_container.sv_default_css .btn span{display:inline-block;padding:1px}.svd_container.sv_default_css .btn[disabled]{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}.svd_container.sv_default_css :after,.svd_container.sv_default_css :before{box-sizing:border-box}.svd_container.sv_default_css .sv_progress-buttons__list li:before{box-sizing:initial}.svd_container.sv_default_css label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700;vertical-align:top}.svd_container.sv_default_css .form-group{margin-bottom:15px}.svd_container.sv_default_css select,.svd_container.sv_default_css textarea{line-height:inherit}.svd_container.sv_default_css .form-control{padding:6px 12px;line-height:1.5em;border:1px solid #ccc;border-color:var(--dd-menu-border,#ccc);display:block;width:100%;height:34px}.svd_container.sv_default_css .form-control.svd_custom_select{padding:0}.svd_container.sv_default_css .form-control.svd_custom_select select{height:34px}.svd_container.sv_default_css .input-group{position:relative;display:table;border-spacing:0}.svd_container.sv_default_css .input-group .form-control,.svd_container.sv_default_css .input-group .input-group-addon,.svd_container.sv_default_css .input-group .input-group-btn{display:table-cell}.svd_container.sv_default_css .input-group .form-control{float:left}.svd_container.sv_default_css .input-group .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;text-align:center;background-color:#e7eaec;background-color:var(--primary-border-color,#e7eaec);border:1px solid #ddd;border-color:var(--secondary-border-color,#ddd);border-radius:2px;width:1%;white-space:nowrap;vertical-align:middle}.svd_container.sv_default_css .input-group .input-group-addon:first-child{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.svd_container.sv_default_css .input-group .input-group-addon:last-child{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.svd_container.sv_default_css .input-group .input-group-addon.btn-danger{background-color:#ed5565;background-color:var(--error-color,#ed5565)}.svd_container.sv_default_css .form-inline .input-group{display:inline-table;vertical-align:middle}.svd_container.sv_default_css .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.svd_container.sv_default_css .nav-tabs{margin-bottom:0;padding:0;line-height:2.5em}.svd_container.sv_default_css .nav-item{display:inline-block;margin-left:-3px}.svd_container.sv_default_css .nav-item:first-child{margin-left:0}.svd_container.sv_default_css .nav-link{border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px;padding:.5em 1em;text-align:center}.svd_container.sv_default_css .nav-link.active{border:1px solid #ddd;border-color:var(--secondary-border-color,#ddd);border-bottom:1px solid transparent}.svd_container.sv_default_css .svd_editors{display:table-cell;vertical-align:top;padding:0 15px}.svd_container.sv_default_css .svd_properties table{width:100%}.svd_container.sv_default_css .svd_surveyjs_designer_container.svd_surveyjs_designer_container .sv_row .svd_question{margin-top:30px;overflow:visible}.svd_container.sv_default_css .svd_surveyjs_designer_container.svd_surveyjs_designer_container .sv_row .svd_question question-actions .svda_question_action{display:inline-block;font-size:12px}.svd_container.sv_default_css .svd_surveyjs_designer_container.svd_surveyjs_designer_container .sv_row .svd_question question-actions .svda_question_action .icon-actiondragelement{bottom:0}.svd_container.sv_default_css .svd_surveyjs_designer_container.svd_surveyjs_designer_container .sv_row .svd_question .svda-select-items-title{top:-1.8em;right:0;padding-right:2.5em}.svd_container.sv_default_css .modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);z-index:999;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.svd_container.sv_default_css .modal .modal-dialog{position:relative;max-width:600px;margin:30px auto}.svd_container.sv_default_css .modal .modal-dialog .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header h4{margin:0;font-size:18px;font-weight:500}.svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header button.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-body{padding:15px}.svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.svd_container_disabled .item_editable{pointer-events:none}@media (-ms-high-contrast:none){.svd_container use,::-ms-backdrop{pointer-events:none}}.sv_select_wrapper:before{bottom:2px}.svd_surveyjs_designer_container .sv_select_wrapper:before{height:2em}.svd_surveyjs_designer_container fieldset.sv_qcbc,.svd_surveyjs_designer_container fieldset.sv_qcbx{min-width:0}.svd_container.sv_modern_css{font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px}.svd_container.sv_modern_css .sv-btn{line-height:34px;height:34px;border-radius:17px;font-size:14px;padding:0 1.5em}.svd_container.sv_modern_css .sv-btn>*{line-height:34px}.svd_container.sv_modern_css .sv-btn[disabled]{opacity:.5;cursor:not-allowed}.svd_container.sv_modern_css .svd-tabs{padding:0;margin:0}.svd_container.sv_modern_css .svd-tab{list-style:none;display:inline-block;margin:0}.svd_container.sv_modern_css .svd-tab:not(:first-child){margin-left:-4px}.svd_container.sv_modern_css .svd-tab-text{display:inline-block;padding:1em 2em;font-size:16px;font-weight:700;text-decoration:none}.svd_container.sv_modern_css .svd-designer-tabbed-container__tab-header{font-family:Raleway;font-size:18px;font-weight:700;text-transform:unset}.svd_container.sv_modern_css .svd-designer-tabbed-container__tab-content{overflow:unset}.svd_container.sv_modern_css .svd-accordion-tab-header{font-family:Raleway;font-size:14px;font-weight:700;min-height:47px;line-height:47px}.svd_container.sv_modern_css .svd_toolbox_item_text{font-size:16px}.svd_container.sv_modern_css svd-property-editor{display:block;margin-bottom:1em}.svd_container.sv_modern_css svd-property-editor .sv-body__page{margin:0}.svd_container.sv_modern_css svd-property-editor .sv-title{font-size:14px}.svd_container.sv_modern_css .svd-control{height:34px;border-radius:2px;border:1px solid #d0d0d0;border-color:var(--light-control-color,#d0d0d0);background-color:#fff;background-color:var(--primary-bg-color,#fff);padding:0 12px}.svd_container.sv_modern_css .svd-control-label{display:inline-block;font-weight:700;margin-bottom:6px}.svd_container.sv_modern_css .sjs-cb-container .checkmark:after{left:6px;top:2px}.svd_container.sv_modern_css .svd_custom_select:before{background-color:initial;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTIgMkwwIDRsNSA1IDUtNS0yLTItMyAzeiIvPjwvc3ZnPg==);padding:5px;margin:12px}.svd_container.sv_modern_css svd-pages-editor .svd-page{font-family:Raleway;font-size:14px;font-weight:700;border:none;color:solid 1px #a7a7a7;color:var(--secondary-text-color,#a7a7a7)}.svd_container.sv_modern_css svd-pages-editor .svd-page.svd-page-add,.svd_container.sv_modern_css svd-pages-editor .svd-page.svd_selected_page,.svd_container.sv_modern_css svd-pages-editor .svd-page:hover{color:#676a6c;color:var(--primary-text-color,#676a6c)}.svd_container.sv_modern_css svd-pages-editor .svd-page.svd_selected_page{background-color:initial}.svd_container.sv_modern_css svd-pages-editor .svd-page-selector{float:right;margin-top:8px}.svd_container.sv_modern_css svd-property-grid .svd-vertical-container__cell-content--scrollable{overflow-y:scroll}.svd_container.sv_modern_css svd-property-grid .checkmark{top:5px}.svd_container.sv_modern_css .svd_object_editor{padding:0;margin-left:15px}.svd_container.sv_modern_css .svd_items_table svd-property-editor{margin-bottom:0}.svd_container.sv_modern_css .propertyeditor-validators .input-group{display:table;table-layout:fixed}.svd_container.sv_modern_css .propertyeditor-validators .form-control,.svd_container.sv_modern_css .propertyeditor-validators .input-group-addon{display:table-cell}.svd_container.sv_modern_css .propertyeditor-validators .form-control.btn-danger,.svd_container.sv_modern_css .propertyeditor-validators .input-group-addon.btn-danger{min-width:34px;text-align:center}.svd_container.sv_modern_css .svd-propertyeditor-condition-wide-table td:last-child{line-height:34px}.svd_container.sv_modern_css .svd-vertical-container__cell-content svd-translation-group{margin-top:1em}.svd_container.sv_default_css .btn-secondary,.svd_container.sv_modern_css .btn-secondary{color:#fff;color:var(--inverted-text-color,#fff);background-color:#1ab394;background-color:var(--secondary-color,#1ab394);border-color:#1ab394;border-color:var(--secondary-color,#1ab394)}.svd_container.sv_default_css .btn-danger,.svd_container.sv_modern_css .btn-danger{color:#fff;color:var(--inverted-text-color,#fff);background-color:#ed5565;background-color:var(--error-color,#ed5565);border-color:#ed5565;border-color:var(--error-color,#ed5565)}.svd-toolbox-holder{overflow-y:auto;width:100%;height:100%}.svd_toolbox_item{padding:8px;border-width:0 0 1px;border-style:solid;line-height:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:5px;cursor:pointer}.svd_toolbox_item:hover{background-color:#e7eaec;background-color:var(--primary-border-color,#e7eaec)}.svd_toolbox_item .svd_toolbox_item_text{margin-left:1em}.svd_container .svd_toolbox{border:none;font-size:1.17em;margin-top:10px}.svd_container .svd_toolbox .panel-info{border:none}.svd_container .svd_toolbox .panel-info.panel{background:transparent}.svd_container .svd_toolbox .panel-info>.svd-toolbox-category-header{border:none;background-color:initial;font-size:1.17em;font-weight:600;cursor:pointer;padding:10px 15px}.svd_container .svd_toolbox .panel-info>.svd-toolbox-category-header span{text-decoration:none;text-transform:uppercase}.svd_container .svd_toolbox .panel-info>.svd-toolbox-category-header .icon-toolbox-arrow{float:right}.svd_container .svd_toolbox .panel-info [role=tabpanel]{padding-left:15px}.svd_container .svd_toolbox .panel-info .svd-toolbox-category--collapsed{display:none}.svd_container .svda_action_separator{display:inline-block;height:16px;border-width:0 0 0 1px;border-style:solid;vertical-align:middle}.svd_container svd-pages-editor{display:block;width:100%;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;overflow:hidden}.svd_container svd-pages-editor .svd-pages{white-space:nowrap;max-width:calc(100% - 480px);letter-spacing:-3px;overflow:hidden;vertical-align:bottom}.svd_container svd-pages-editor .svd-pages.svd-pages--no-dropdown-selector{max-width:calc(100% - 230px)}.svd_container svd-pages-editor .svd-page,.svd_container svd-pages-editor .svd-page-add,.svd_container svd-pages-editor .svd-page-scroller-arrow,.svd_container svd-pages-editor .svd-page-selector,.svd_container svd-pages-editor .svd-pages{display:inline-block}.svd_container svd-pages-editor .svd-page-add,.svd_container svd-pages-editor .svd-page-scroller-arrow{cursor:pointer;padding:0 1em}.svd_container svd-pages-editor .svd-page-add svg,.svd_container svd-pages-editor .svd-page-scroller-arrow svg{vertical-align:top}.svd_container svd-pages-editor .svd-page-scroller-arrow{display:none;line-height:4em;height:4em;padding-top:1.2em;vertical-align:bottom}.svd_container svd-pages-editor .svd-page-scroller-arrow--visible{display:inline-block}.svd_container svd-pages-editor .svd-page{overflow:hidden;vertical-align:bottom;letter-spacing:normal;cursor:pointer;height:4em;padding:1em 1.5em;font-weight:700;border-width:1px;border-style:solid;border-bottom:none}.svd_container svd-pages-editor .svd-page.svd-border-right-none{border-right:none}.svd_container svd-pages-editor .svd-page .svd-page-actions-container{display:inline-block;margin-left:.25em}.svd_container svd-pages-editor .svd-page .svd-page-actions-container .svd-page-actions{box-shadow:5px 5px 5px -5px #262626;position:absolute;padding:5px;border-width:1px;border-style:solid;visibility:hidden;z-index:10}.svd_container svd-pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svda_action_separator{vertical-align:middle;margin-left:.5em}.svd_container svd-pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svd-page-action{margin-right:.5em;vertical-align:middle}.svd_container svd-pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svd-page-action:last-child{margin-left:.5em;display:inline-block}.svd_container svd-pages-editor .svd-page:hover .svd-page-actions{visibility:visible}.svd_container svd-pages-editor .svd-page-selector{max-width:250px;line-height:2.44em;height:2.44em;border-width:0;font-size:14px;margin-bottom:7px}#svd-toolbar-page-selector .svd-toolbar-dropdown{margin-top:-6px}.svd_container .svd_toolbar{margin-bottom:1.17em}.svd_container .svd_toolbar .svd_action{margin-right:.5em;margin-top:.5em;display:inline-block}.svd_container .svd_toolbar .svd_state{float:right;line-height:2.2em}.svd_container .svd_toolbar .svd_state .icon{display:inline-block}.svd_container .svd_toolbar .svd_state .icon+span{font-weight:700}.svd_container .svd_toolbar .ddmenu-container.toolbar-options ul{border:1px solid #ccc;border-color:var(--dd-menu-border,#ccc);border-radius:2px;padding:0;box-shadow:0 6px 12px rgba(0,0,0,.175);min-width:160px;left:0;margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.svd_container .svd_toolbar .ddmenu-container.toolbar-options ul li{margin:5px 0}.svd_container .svd_toolbar .ddmenu-container.toolbar-options ul li a{width:100%;white-space:nowrap;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;text-decoration:none}survey-tester{display:block;width:100%;height:100%}.svd-simulator{position:relative;-webkit-user-select:none;user-select:none;box-sizing:initial;position:absolute;transform-origin:0 0;top:50%;left:50%;transform:scale(1.26) translate(-50%,-50%)}.svd-simulator-wrapper{margin:0 auto;position:relative;overflow:hidden}.svd-simulator-frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.svd-simulator-frame:before{content:" ";background-repeat:no-repeat;background-position:50%;width:100%;height:100%;display:block}.svd-simulator-frame.svd-simulator-frame-landscape:before{transform:rotate(-90deg)}.svd-simulator-frame.svd-simulator-iphone4:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA3MzAgMTM0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojNDA0MDQwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYzNS45IDEzMDAuNUgxMDAuN2MtNDUuNyAwLTgyLjgtMzcuMS04Mi44LTgyLjh2LTExMDhjMC00NS43IDM3LjEtODIuOCA4Mi44LTgyLjhINjM2YzQ1LjcgMCA4Mi44IDM3LjEgODIuOCA4Mi44djExMDhjLS4xIDQ1LjYtMzcuMiA4Mi44LTgyLjkgODIuOHpNMTAwLjcgMjkuMWMtNDQuNCAwLTgwLjYgMzYuMS04MC42IDgwLjZ2MTEwOGMwIDQ0LjQgMzYuMSA4MC42IDgwLjYgODAuNkg2MzZjNDQuNCAwIDgwLjYtMzYuMSA4MC42LTgwLjZ2LTExMDhjMC00NC40LTM2LjEtODAuNi04MC42LTgwLjZIMTAwLjd6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM2Ni45IDcxLjFjLTUgMC05LjEtNC4xLTkuMS05LjFzNC4xLTkuMSA5LjEtOS4xUzM3NiA1NyAzNzYgNjJjMCA1LjEtNC4xIDkuMS05LjEgOS4xem0wLTE1LjljLTMuOCAwLTYuOCAzLjEtNi44IDYuOCAwIDMuNyAzLjEgNi44IDYuOCA2LjggMy44IDAgNi44LTMuMSA2LjgtNi44IDAtMy43LTMtNi44LTYuOC02Ljh6TTI2OS4zIDExNi41Yy02LjkgMC0xMi41LTUuNi0xMi41LTEyLjVzNS42LTEyLjUgMTIuNS0xMi41IDEyLjUgNS42IDEyLjUgMTIuNS01LjYgMTIuNS0xMi41IDEyLjV6bTAtMjIuN2MtNS42IDAtMTAuMiA0LjYtMTAuMiAxMC4yczQuNiAxMC4yIDEwLjIgMTAuMiAxMC4yLTQuNiAxMC4yLTEwLjJjLjEtNS42LTQuNS0xMC4yLTEwLjItMTAuMnpNNDA4LjYgMTA5LjdoLTg0LjVjLTMuNiAwLTYuNS0yLjktNi41LTYuNXMyLjktNi41IDYuNS02LjVoODQuNWMzLjYgMCA2LjUgMi45IDYuNSA2LjVzLTIuOSA2LjUtNi41IDYuNXptLTg0LjUtMTAuOGMtMi40IDAtNC4zIDEuOS00LjMgNC4zczEuOSA0LjMgNC4zIDQuM2g4NC41YzIuNCAwIDQuMy0xLjkgNC4zLTQuM3MtMS45LTQuMy00LjMtNC4zaC04NC41ek0zNjguMyAxMjY3LjhjLTIzLjUgMC00Mi41LTE5LjEtNDIuNS00Mi41IDAtMjMuNSAxOS4xLTQyLjUgNDIuNS00Mi41IDIzLjUgMCA0Mi41IDE5LjEgNDIuNSA0Mi41IDAgMjMuNS0xOS4xIDQyLjUtNDIuNSA0Mi41em0wLTgyLjhjLTIyLjIgMC00MC4zIDE4LjEtNDAuMyA0MC4zIDAgMjIuMiAxOC4xIDQwLjMgNDAuMyA0MC4zIDIyLjIgMCA0MC4zLTE4LjEgNDAuMy00MC4zIDAtMjIuMi0xOC4xLTQwLjMtNDAuMy00MC4zeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjguMyAxMjc2LjJjLTI4LjEgMC01MC45LTIyLjgtNTAuOS01MC45czIyLjgtNTAuOSA1MC45LTUwLjkgNTAuOSAyMi44IDUwLjkgNTAuOWMwIDI4LjEtMjIuOSA1MC45LTUwLjkgNTAuOXptMC05OS42Yy0yNi44IDAtNDguNyAyMS44LTQ4LjcgNDguNyAwIDI2LjggMjEuOCA0OC43IDQ4LjcgNDguNyAyNi44IDAgNDguNy0yMS44IDQ4LjctNDguNy0uMS0yNi44LTIxLjktNDguNy00OC43LTQ4Ljd6TTguNSAyNDUuNEgtLjJ2LTYwaDguN3Y2MHpNMiAyNDMuMmg0LjJ2LTU1LjZIMnY1NS42ek04LjUgMzMwLjRILS4ydi02MGg4Ljd2NjB6TTIgMzI4LjJoNC4ydi01NS42SDJ2NTUuNnoiLz48Zz48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTQ4LjUgMTgzLjJoNjM5djk1OWgtNjM5eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02ODcgMTgzLjd2OTU4SDQ5di05NThoNjM4bTEtMUg0OHY5NjBoNjQwdi05NjB6Ii8+PC9nPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjcgMzQ0LjdWMzI3SDIuMXYtNTMuM2g2LjZ2LTE0SDQuMnY5LjVoLTYuNnY2Mi4zaDYuNnYxMy4yeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NDUuNSAxMy43aC02LjhsLTkuNS0uNVY2LjdoLTYyLjN2Ni42bC0xMy4yLjVIOTEuMWMtNDcuOSAwLTg2LjggMzktODYuOCA4Ni44djgzLjdoLTYuNnY2Mi4zaDYuNnYyNS4xaDQuNVYyNDJIMi4xdi01My4zaDYuNnYtODguMmMwLTQ1LjQgMzYuOS04Mi40IDgyLjQtODIuNGg1NTQuNUM2OTEgMTguMSA3MjggNTUgNzI4IDEwMC41djExMjcuM2MwIDQ1LjQtMzYuOSA4Mi40LTgyLjQgODIuNEg5MS4xYy00NS40IDAtODIuNC0zNi45LTgyLjQtODIuNFYzMjcuN0g0LjJ2OTAwLjFjMCA0Ny45IDM5IDg2LjkgODYuOCA4Ni45aDU1NC41YzQ3LjkgMCA4Ni44LTM5IDg2LjgtODYuOVYxMDAuNWMuMS00Ny44LTM4LjktODYuOC04Ni44LTg2Ljh6bS03NC4yLTIuNWg1My4zdjIuNWgtNTMuM3YtMi41eiIvPjwvc3ZnPg==)}.svd-simulator-frame.svd-simulator-iphone5:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA3NTAgMTUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojNDA0MDQwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTY0Mi45IDE0NzMuOEgxMDcuN2MtNDUuNyAwLTgyLjgtMzcuMS04Mi44LTgyLjhWMTA2YzAtNDUuNyAzNy4xLTgyLjggODIuOC04Mi44SDY0M2M0NS43IDAgODIuOCAzNy4xIDgyLjggODIuOHYxMjg1Yy0uMSA0NS42LTM3LjIgODIuOC04Mi45IDgyLjh6TTEwNy43IDI1LjRjLTQ0LjQgMC04MC42IDM2LjEtODAuNiA4MC42djEyODVjMCA0NC40IDM2LjEgODAuNiA4MC42IDgwLjZINjQzYzQ0LjQgMCA4MC42LTM2LjEgODAuNi04MC42VjEwNmMwLTQ0LjQtMzYuMS04MC42LTgwLjYtODAuNkgxMDcuN3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzczLjkgNjcuNGMtNSAwLTkuMS00LjEtOS4xLTkuMXM0LjEtOS4xIDkuMS05LjEgOS4xIDQuMSA5LjEgOS4xYzAgNS4xLTQuMSA5LjEtOS4xIDkuMXptMC0xNS45Yy0zLjggMC02LjggMy4xLTYuOCA2LjhzMy4xIDYuOCA2LjggNi44YzMuOCAwIDYuOC0zLjEgNi44LTYuOHMtMy02LjgtNi44LTYuOHpNMjc2LjMgMTEyLjhjLTYuOSAwLTEyLjUtNS42LTEyLjUtMTIuNXM1LjYtMTIuNSAxMi41LTEyLjUgMTIuNSA1LjYgMTIuNSAxMi41LTUuNiAxMi41LTEyLjUgMTIuNXptMC0yMi43Yy01LjYgMC0xMC4yIDQuNi0xMC4yIDEwLjJzNC42IDEwLjIgMTAuMiAxMC4yIDEwLjItNC42IDEwLjItMTAuMmMuMS01LjYtNC41LTEwLjItMTAuMi0xMC4yek00MTUuNiAxMDZoLTg0LjVjLTMuNiAwLTYuNS0yLjktNi41LTYuNXMyLjktNi41IDYuNS02LjVoODQuNWMzLjYgMCA2LjUgMi45IDYuNSA2LjVzLTIuOSA2LjUtNi41IDYuNXptLTg0LjUtMTAuOGMtMi40IDAtNC4zIDEuOS00LjMgNC4zczEuOSA0LjMgNC4zIDQuM2g4NC41YzIuNCAwIDQuMy0xLjkgNC4zLTQuM3MtMS45LTQuMy00LjMtNC4zaC04NC41ek0zNzUuMyAxNDQxLjFjLTIzLjUgMC00Mi41LTE5LjEtNDIuNS00Mi41IDAtMjMuNSAxOS4xLTQyLjUgNDIuNS00Mi41IDIzLjUgMCA0Mi41IDE5LjEgNDIuNSA0Mi41IDAgMjMuNS0xOS4xIDQyLjUtNDIuNSA0Mi41em0wLTgyLjhjLTIyLjIgMC00MC4zIDE4LjEtNDAuMyA0MC4zIDAgMjIuMiAxOC4xIDQwLjMgNDAuMyA0MC4zIDIyLjIgMCA0MC4zLTE4LjEgNDAuMy00MC4zIDAtMjIuMi0xOC4xLTQwLjMtNDAuMy00MC4zeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNzUuMyAxNDQ5LjVjLTI4LjEgMC01MC45LTIyLjgtNTAuOS01MC45czIyLjgtNTAuOSA1MC45LTUwLjkgNTAuOSAyMi44IDUwLjkgNTAuOWMwIDI4LjEtMjIuOSA1MC45LTUwLjkgNTAuOXptMC05OS42Yy0yNi44IDAtNDguNyAyMS44LTQ4LjcgNDguNyAwIDI2LjggMjEuOCA0OC43IDQ4LjcgNDguNyAyNi44IDAgNDguNy0yMS44IDQ4LjctNDguNy0uMS0yNi44LTIxLjktNDguNy00OC43LTQ4Ljd6Ii8+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjUgMjQxLjdINS44di02MGg4Ljd2NjB6TTggMjM5LjVoNC4ydi01NS42SDh2NTUuNnpNMTQuNSAzODlINS44di05NC41aDguN1YzODl6TTggMzg2LjhoNC4ydi05MEg4djkwek0xNC41IDUwMS45SDUuOHYtOTQuNWg4Ljd2OTQuNXpNOCA0OTkuNmg0LjJ2LTkwSDh2OTB6Ii8+PC9nPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NTIuNSAxNDg4SDk4LjFjLTQ3LjkgMC04Ni44LTM5LTg2LjgtODYuOVY1MDNINC42di05Ni44aDYuNnYtMTYuMUg0LjZ2LTk2LjhoNi42di01MC42SDQuNnYtNjIuM2g2LjZWOTYuOEMxMS4yIDQ5IDUwLjIgMTAgOTguMSAxMGg1NTQuNWM0Ny45IDAgODYuOCAzOSA4Ni44IDg2Ljh2MTMwNC4zYzAgNDcuOS0zOSA4Ni45LTg2LjkgODYuOXpNOS4xIDQ5OC41aDYuNnY5MDIuNmMwIDQ1LjQgMzYuOSA4Mi40IDgyLjQgODIuNGg1NTQuNWM0NS40IDAgODIuNC0zNi45IDgyLjQtODIuNFY5Ni44YzAtNDUuNC0zNi45LTgyLjQtODIuNC04Mi40SDk4LjFjLTQ1LjQgMC04Mi40IDM2LjktODIuNCA4Mi40VjE4NUg5LjF2NTMuM2g2LjZ2NTkuNUg5LjF2ODcuOGg2LjZ2MjUuMUg5LjF2ODcuOHoiLz48Zz48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTU2IDE4Mmg2Mzl2MTEzNUg1NnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjk0IDE4MnYxMTM0SDU2VjE4Mmg2MzhtMS0xSDU1djExMzZoNjQwVjE4MXoiLz48L2c+PC9zdmc+)}.svd-simulator-frame.svd-simulator-iphone6:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA5NjAgMTc1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojNDA0MDQwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ3OS44IDEwMy40Yy01IDAtOS4xLTQuMS05LjEtOS4xczQuMS05LjEgOS4xLTkuMSA5LjEgNC4xIDkuMSA5LjFjMCA1LjEtNC4xIDkuMS05LjEgOS4xem0wLTE1LjljLTMuOCAwLTYuOCAzLjEtNi44IDYuOCAwIDMuOCAzLjEgNi44IDYuOCA2LjggMy44IDAgNi44LTMuMSA2LjgtNi44IDAtMy43LTMtNi44LTYuOC02Ljh6TTM4Mi4yIDE0OC44Yy02LjkgMC0xMi41LTUuNi0xMi41LTEyLjVzNS42LTEyLjUgMTIuNS0xMi41IDEyLjUgNS42IDEyLjUgMTIuNS01LjYgMTIuNS0xMi41IDEyLjV6bTAtMjIuN2MtNS42IDAtMTAuMiA0LjYtMTAuMiAxMC4yczQuNiAxMC4yIDEwLjIgMTAuMiAxMC4yLTQuNiAxMC4yLTEwLjJjLjEtNS42LTQuNS0xMC4yLTEwLjItMTAuMnpNNTIxLjUgMTQySDQzN2MtMy42IDAtNi41LTIuOS02LjUtNi41czIuOS02LjUgNi41LTYuNWg4NC41YzMuNiAwIDYuNSAyLjkgNi41IDYuNXMtMi45IDYuNS02LjUgNi41ek00MzcgMTMxLjJjLTIuNCAwLTQuMyAxLjktNC4zIDQuM3MxLjkgNC4zIDQuMyA0LjNoODQuNWMyLjQgMCA0LjMtMS45IDQuMy00LjNzLTEuOS00LjMtNC4zLTQuM0g0Mzd6TTQ3NiAxNjc1LjFjLTIzLjUgMC00Mi41LTE5LjEtNDIuNS00Mi41IDAtMjMuNSAxOS4xLTQyLjUgNDIuNS00Mi41IDIzLjUgMCA0Mi41IDE5LjEgNDIuNSA0Mi41IDAgMjMuNS0xOSA0Mi41LTQyLjUgNDIuNXptMC04Mi44Yy0yMi4yIDAtNDAuMyAxOC4xLTQwLjMgNDAuMyAwIDIyLjIgMTguMSA0MC4zIDQwLjMgNDAuMyAyMi4yIDAgNDAuMy0xOC4xIDQwLjMtNDAuM3MtMTguMS00MC4zLTQwLjMtNDAuM3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDc2IDE2ODMuNWMtMjguMSAwLTUwLjktMjIuOC01MC45LTUwLjlzMjIuOC01MC45IDUwLjktNTAuOSA1MC45IDIyLjggNTAuOSA1MC45LTIyLjggNTAuOS01MC45IDUwLjl6bTAtOTkuNmMtMjYuOCAwLTQ4LjcgMjEuOC00OC43IDQ4LjcgMCAyNi44IDIxLjggNDguNyA0OC43IDQ4LjcgMjYuOCAwIDQ4LjctMjEuOCA0OC43LTQ4LjcgMC0yNi44LTIxLjktNDguNy00OC43LTQ4Ljd6Ii8+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTgwMS45IDE3MDcuOEgxNTYuN2MtNDUuNyAwLTgyLjgtMzcuMS04Mi44LTgyLjhWMTQyYzAtNDUuNyAzNy4xLTgyLjggODIuOC04Mi44SDgwMmM0NS43IDAgODIuOCAzNy4xIDgyLjggODIuOHYxNDgzYy0uMSA0NS42LTM3LjIgODIuOC04Mi45IDgyLjh6TTE1Ni43IDYxLjRjLTQ0LjQgMC04MC42IDM2LjEtODAuNiA4MC42djE0ODNjMCA0NC40IDM2LjEgODAuNiA4MC42IDgwLjZIODAyYzQ0LjQgMCA4MC42LTM2LjEgODAuNi04MC42VjE0MmMwLTQ0LjQtMzYuMS04MC42LTgwLjYtODAuNkgxNTYuN3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODExLjUgMTcyMkgxNDcuMWMtNDcuOSAwLTg2LjgtMzktODYuOC04Ni45VjUzOWgtNi42di05Ni44aDYuNnYtMTYuMWgtNi42di05Ni44aDYuNnYtNTAuNmgtNi42di02Mi4zaDYuNnYtODMuN2MwLTQ3LjkgMzktODYuOCA4Ni44LTg2LjhoNjY0LjVjNDcuOSAwIDg2LjggMzkgODYuOCA4Ni44VjE2MzVjMCA0OC0zOSA4Ny04Ni45IDg3ek01OC4xIDUzNC41aDYuNnYxMTAwLjZjMCA0NS40IDM2LjkgODIuNCA4Mi40IDgyLjRoNjY0LjVjNDUuNCAwIDgyLjQtMzYuOSA4Mi40LTgyLjRWMTMyLjhjMC00NS40LTM2LjktODIuNC04Mi40LTgyLjRIMTQ3LjFjLTQ1LjQgMC04Mi40IDM2LjktODIuNCA4Mi40VjIyMWgtNi42djUzLjNoNi42djU5LjVoLTYuNnY4Ny44aDYuNnYyNS4xaC02LjZ2ODcuOHoiLz48L2c+PGc+PHBhdGggZmlsbD0idHJhbnNwYXJlbnQiIGQ9Ik0xMDQuNSAyMDguNWg3NDl2MTMzM2gtNzQ5eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04NTMgMjA5djEzMzJIMTA1VjIwOWg3NDhtMS0xSDEwNHYxMzM0aDc1MFYyMDh6Ii8+PC9nPjwvc3ZnPg==)}.svd-simulator-frame.svd-simulator-iphone6plus:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMzMwIDI1NTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NjUuMSAxMzMuMmMtOC4zIDAtMTUuMS02LjgtMTUuMS0xNS4xczYuOC0xNS4xIDE1LjEtMTUuMSAxNS4xIDYuOCAxNS4xIDE1LjEtNi44IDE1LjEtMTUuMSAxNS4xem0wLTI2LjVjLTYuMyAwLTExLjQgNS4xLTExLjQgMTEuNHM1LjEgMTEuNCAxMS40IDExLjRjNi4zIDAgMTEuNC01LjEgMTEuNC0xMS40LS4xLTYuMy01LjEtMTEuNC0xMS40LTExLjR6TTUwMi41IDIwOC44Yy0xMS41IDAtMjAuOC05LjMtMjAuOC0yMC44czkuMy0yMC44IDIwLjgtMjAuOCAyMC44IDkuMyAyMC44IDIwLjgtOS4zIDIwLjgtMjAuOCAyMC44em0wLTM3LjhjLTkuNCAwLTE3IDcuNi0xNyAxN3M3LjYgMTcgMTcgMTcgMTctNy42IDE3LTE3Yy4xLTkuNC03LjYtMTctMTctMTd6TTczNC41IDE5Ny41SDU5My43Yy02IDAtMTAuOC00LjktMTAuOC0xMC44czQuOS0xMC44IDEwLjgtMTAuOGgxNDAuOGM2IDAgMTAuOCA0LjkgMTAuOCAxMC44cy00LjggMTAuOC0xMC44IDEwLjh6bS0xNDAuOC0xOGMtMy45IDAtNy4xIDMuMi03LjEgNy4xIDAgMy45IDMuMiA3LjEgNy4xIDcuMWgxNDAuOGMzLjkgMCA3LjEtMy4yIDcuMS03LjEgMC0zLjktMy4yLTcuMS03LjEtNy4xSDU5My43ek02NjUgMjQyNi4xYy0zOCAwLTY4LjktMzAuOS02OC45LTY4LjlzMzAuOS02OC45IDY4LjktNjguOSA2OC45IDMwLjkgNjguOSA2OC45LTMwLjkgNjguOS02OC45IDY4Ljl6bTAtMTM0LjJjLTM2IDAtNjUuMyAyOS4zLTY1LjMgNjUuM3MyOS4zIDY1LjMgNjUuMyA2NS4zIDY1LjMtMjkuMyA2NS4zLTY1LjMtMjkuMy02NS4zLTY1LjMtNjUuM3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjY1IDI0MzkuNmMtNDUuNSAwLTgyLjUtMzctODIuNS04Mi41czM3LTgyLjUgODIuNS04Mi41IDgyLjUgMzcgODIuNSA4Mi41LTM3IDgyLjUtODIuNSA4Mi41em0wLTE2MS4zYy00My41IDAtNzguOCAzNS40LTc4LjggNzguOCAwIDQzLjUgMzUuNCA3OC44IDc4LjggNzguOCA0My41IDAgNzguOC0zNS40IDc4LjgtNzguOHMtMzUuMy03OC44LTc4LjgtNzguOHoiLz48Zz48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTEyNS41IDMxNS41aDEwNzl2MTkxOWgtMTA3OXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwNCAzMTZ2MTkxOEgxMjZWMzE2aDEwNzhtMS0xSDEyNXYxOTIwaDEwODBWMzE1eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTExOS41IDQyYzM4LjMgMCA3NC40IDE1IDEwMS43IDQyLjMgMjcuMyAyNy4zIDQyLjMgNjMuNCA0Mi4zIDEwMS43djIxNzJjMCAzOC4zLTE1IDc0LjQtNDIuMyAxMDEuN3MtNjMuNCA0Mi4zLTEwMS43IDQyLjNoLTkwOWMtMzguMyAwLTc0LjQtMTUtMTAxLjctNDIuM3MtNDIuMy02My40LTQyLjMtMTAxLjdWMTg2YzAtMzguMyAxNS03NC40IDQyLjMtMTAxLjdTMTcyLjIgNDIgMjEwLjUgNDJoOTA5bTAtNmgtOTA5Yy04Mi41IDAtMTUwIDY3LjUtMTUwIDE1MHYyMTcyYzAgODIuNSA2Ny41IDE1MCAxNTAgMTUwaDkwOWM4Mi41IDAgMTUwLTY3LjUgMTUwLTE1MFYxODZjMC04Mi41LTY3LjUtMTUwLTE1MC0xNTB6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExMjEuNSA1OC43YzMzLjUgMCA2NS4xIDEzLjEgODkgMzdzMzcgNTUuNSAzNyA4OXYyMTc0LjZjMCAzMy41LTEzLjEgNjUuMS0zNyA4OXMtNTUuNSAzNy04OSAzN2gtOTEyYy0zMy41IDAtNjUuMS0xMy4xLTg5LTM3cy0zNy01NS41LTM3LTg5VjE4NC43YzAtMzMuNSAxMy4xLTY1LjEgMzctODlzNTUuNS0zNyA4OS0zN2g5MTJtMC00aC05MTJjLTcxLjUgMC0xMzAgNTguNS0xMzAgMTMwdjIxNzQuNmMwIDcxLjUgNTguNSAxMzAgMTMwIDEzMGg5MTJjNzEuNSAwIDEzMC01OC41IDEzMC0xMzBWMTg0LjdjMC03MS41LTU4LjUtMTMwLTEzMC0xMzB6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OSA3MDJ2MTQyYzAgNi4zIDQuOSAxMS40IDExIDExLjl2LTRjLTMuOS0uNS03LTMuOS03LTcuOVY3MDJjMC00LjEgMy4xLTcuNCA3LTcuOXYtNGMtNi4xLjUtMTEgNS42LTExIDExLjl6TTQ5IDUwNXYxNDJjMCA2LjMgNC45IDExLjQgMTEgMTEuOXYtNGMtMy45LS41LTctMy45LTctNy45VjUwNWMwLTQuMSAzLjEtNy40IDctNy45di00Yy02LjEuNS0xMSA1LjYtMTEgMTEuOXpNNjAgMzE3LjF2LTRjLTYuMS41LTExIDUuNy0xMSAxMS45djY2YzAgNi4zIDQuOSAxMS40IDExIDExLjl2LTRjLTMuOS0uNS03LTMuOS03LTcuOXYtNjZjMC00LjEgMy4xLTcuNCA3LTcuOXoiLz48L2c+PC9zdmc+)}.svd-simulator-frame.svd-simulator-iphone8:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA5OTAgMTg2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojNDA0MDQwfS5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDA0MDQwO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTU2MC43IDE4OS40SDQzNy45Yy02IDAtMTAuOC00LjktMTAuOC0xMC44czQuOS0xMC44IDEwLjgtMTAuOGgxMjIuOGM2IDAgMTAuOCA0LjkgMTAuOCAxMC44cy00LjggMTAuOC0xMC44IDEwLjh6bS0xMjIuOC0xOGMtMy45IDAtNy4xIDMuMi03LjEgNy4xIDAgMy45IDMuMiA3LjEgNy4xIDcuMWgxMjIuOGMzLjkgMCA3LjEtMy4yIDcuMS03LjEgMC0zLjktMy4yLTcuMS03LjEtNy4xSDQzNy45eiIvPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjM1OS41IiBjeT0iMTc4LjYiIHI9IjE1LjUiLz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSI0OTkuMyIgY3k9IjEyNi41IiByPSI5LjUiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzgxLjUgNjBjMzguMyAwIDc0LjQgMTUgMTAxLjcgNDIuM3M0Mi4zIDYzLjQgNDIuMyAxMDEuN3YxNDY1YzAgMzguMy0xNSA3NC40LTQyLjMgMTAxLjctMjcuMyAyNy4zLTYzLjQgNDIuMy0xMDEuNyA0Mi4zaC01NjVjLTM4LjMgMC03NC40LTE1LTEwMS43LTQyLjNzLTQyLjMtNjMuNC00Mi4zLTEwMS43VjIwNGMwLTM4LjMgMTUtNzQuNCA0Mi4zLTEwMS43UzE3OC4yIDYwIDIxNi41IDYwaDU2NW0wLTZoLTU2NWMtODIuNSAwLTE1MCA2Ny41LTE1MCAxNTB2MTQ2NWMwIDgyLjUgNjcuNSAxNTAgMTUwIDE1MGg1NjVjODIuNSAwIDE1MC02Ny41IDE1MC0xNTBWMjA0YzAtODIuNS02Ny41LTE1MC0xNTAtMTUweiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03ODIuNSA3Ny43YzMzLjUgMCA2NS4xIDEzLjEgODkgMzdzMzcgNTUuNSAzNyA4OXYxNDY0LjZjMCAzMy41LTEzLjEgNjUuMS0zNyA4OXMtNTUuNSAzNy04OSAzN2gtNTY3Yy0zMy41IDAtNjUuMS0xMy4xLTg5LTM3cy0zNy01NS41LTM3LTg5VjIwMy43YzAtMzMuNSAxMy4xLTY1LjEgMzctODlzNTUuNS0zNyA4OS0zN2g1NjdtMC00aC01NjdjLTcxLjUgMC0xMzAgNTguNS0xMzAgMTMwdjE0NjQuNmMwIDcxLjUgNTguNSAxMzAgMTMwIDEzMGg1NjdjNzEuNSAwIDEzMC01OC41IDEzMC0xMzBWMjAzLjdjMC03MS41LTU4LjUtMTMwLTEzMC0xMzB6Ii8+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTU1IDY0NnYxNDJjMCA2LjMgNC45IDExLjQgMTEgMTEuOXYtNGMtMy45LS41LTctMy45LTctNy45VjY0NmMwLTQuMSAzLjEtNy40IDctNy45di00Yy02LjEuNS0xMSA1LjYtMTEgMTEuOXpNNTUgNDQ5djE0MmMwIDYuMyA0LjkgMTEuNCAxMSAxMS45di00Yy0zLjktLjUtNy0zLjktNy03LjlWNDQ5YzAtNC4xIDMuMS03LjQgNy03Ljl2LTRjLTYuMS41LTExIDUuNi0xMSAxMS45ek05MzIgNTI3Ljl2NGM2LjEtLjUgMTEtNS43IDExLTExLjlWMzk5YzAtNi4zLTQuOS0xMS40LTExLTExLjl2NGMzLjkuNSA3IDMuOSA3IDcuOXYxMjFjMCA0LjEtMy4xIDcuNC03IDcuOXoiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNDkzIiBjeT0iMTY4OSIgcj0iNjYuNSIvPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjQ5MyIgY3k9IjE2ODkiIHI9IjU1Ii8+PC9nPjxnPjxwYXRoIGZpbGw9InRyYW5zcGFyZW50IiBkPSJNMTIxLjUgMjYzLjVoNzQ5djEzMzNoLTc0OXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODcwIDI2NHYxMzMySDEyMlYyNjRoNzQ4bTEtMUgxMjF2MTMzNGg3NTBWMjYzeiIvPjwvZz48L3N2Zz4=)}.svd-simulator-frame.svd-simulator-iphone8plus:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMzMwIDI1NTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NjguMSAxMzMuMmMtOC4zIDAtMTUuMS02LjgtMTUuMS0xNS4xczYuOC0xNS4xIDE1LjEtMTUuMSAxNS4xIDYuOCAxNS4xIDE1LjEtNi44IDE1LjEtMTUuMSAxNS4xem0wLTI2LjVjLTYuMyAwLTExLjQgNS4xLTExLjQgMTEuNHM1LjEgMTEuNCAxMS40IDExLjRjNi4zIDAgMTEuNC01LjEgMTEuNC0xMS40LS4xLTYuMy01LjEtMTEuNC0xMS40LTExLjR6TTUwNS41IDIwOC44Yy0xMS41IDAtMjAuOC05LjMtMjAuOC0yMC44czkuMy0yMC44IDIwLjgtMjAuOCAyMC44IDkuMyAyMC44IDIwLjgtOS4zIDIwLjgtMjAuOCAyMC44em0wLTM3LjhjLTkuNCAwLTE3IDcuNi0xNyAxN3M3LjYgMTcgMTcgMTcgMTctNy42IDE3LTE3Yy4xLTkuNC03LjYtMTctMTctMTd6TTczNy41IDE5Ny41SDU5Ni43Yy02IDAtMTAuOC00LjktMTAuOC0xMC44czQuOS0xMC44IDEwLjgtMTAuOGgxNDAuOGM2IDAgMTAuOCA0LjkgMTAuOCAxMC44cy00LjggMTAuOC0xMC44IDEwLjh6bS0xNDAuOC0xOGMtMy45IDAtNy4xIDMuMi03LjEgNy4xIDAgMy45IDMuMiA3LjEgNy4xIDcuMWgxNDAuOGMzLjkgMCA3LjEtMy4yIDcuMS03LjEgMC0zLjktMy4yLTcuMS03LjEtNy4xSDU5Ni43eiIvPjxwYXRoIGQ9Ik02NjggMjQyNi4xYy0zOCAwLTY4LjktMzAuOS02OC45LTY4LjlzMzAuOS02OC45IDY4LjktNjguOSA2OC45IDMwLjkgNjguOSA2OC45LTMwLjkgNjguOS02OC45IDY4Ljl6bTAtMTM0LjJjLTM2IDAtNjUuMyAyOS4zLTY1LjMgNjUuM3MyOS4zIDY1LjMgNjUuMyA2NS4zIDY1LjMtMjkuMyA2NS4zLTY1LjMtMjkuMy02NS4zLTY1LjMtNjUuM3oiLz48cGF0aCBkPSJNNjY4IDI0MzkuNmMtNDUuNSAwLTgyLjUtMzctODIuNS04Mi41czM3LTgyLjUgODIuNS04Mi41IDgyLjUgMzcgODIuNSA4Mi41LTM3IDgyLjUtODIuNSA4Mi41em0wLTE2MS4zYy00My41IDAtNzguOCAzNS40LTc4LjggNzguOCAwIDQzLjUgMzUuNCA3OC44IDc4LjggNzguOCA0My41IDAgNzguOC0zNS40IDc4LjgtNzguOHMtMzUuMy03OC44LTc4LjgtNzguOHoiLz48Zz48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTEyOC41IDMxNS41aDEwNzl2MTkxOWgtMTA3OXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwNyAzMTZ2MTkxOEgxMjlWMzE2aDEwNzhtMS0xSDEyOHYxOTIwaDEwODBWMzE1eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEyMi41IDQyYzM4LjMgMCA3NC40IDE1IDEwMS43IDQyLjMgMjcuMyAyNy4zIDQyLjMgNjMuNCA0Mi4zIDEwMS43djIxNzJjMCAzOC4zLTE1IDc0LjQtNDIuMyAxMDEuN3MtNjMuNCA0Mi4zLTEwMS43IDQyLjNoLTkwOWMtMzguMyAwLTc0LjQtMTUtMTAxLjctNDIuM3MtNDIuMy02My40LTQyLjMtMTAxLjdWMTg2YzAtMzguMyAxNS03NC40IDQyLjMtMTAxLjdTMTc1LjIgNDIgMjEzLjUgNDJoOTA5bTAtNmgtOTA5Yy04Mi41IDAtMTUwIDY3LjUtMTUwIDE1MHYyMTcyYzAgODIuNSA2Ny41IDE1MCAxNTAgMTUwaDkwOWM4Mi41IDAgMTUwLTY3LjUgMTUwLTE1MFYxODZjMC04Mi41LTY3LjUtMTUwLTE1MC0xNTB6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExMjQuNSA1OC43YzMzLjUgMCA2NS4xIDEzLjEgODkgMzdzMzcgNTUuNSAzNyA4OXYyMTc0LjZjMCAzMy41LTEzLjEgNjUuMS0zNyA4OXMtNTUuNSAzNy04OSAzN2gtOTEyYy0zMy41IDAtNjUuMS0xMy4xLTg5LTM3cy0zNy01NS41LTM3LTg5VjE4NC43YzAtMzMuNSAxMy4xLTY1LjEgMzctODlzNTUuNS0zNyA4OS0zN2g5MTJtMC00aC05MTJjLTcxLjUgMC0xMzAgNTguNS0xMzAgMTMwdjIxNzQuNmMwIDcxLjUgNTguNSAxMzAgMTMwIDEzMGg5MTJjNzEuNSAwIDEzMC01OC41IDEzMC0xMzBWMTg0LjdjMC03MS41LTU4LjUtMTMwLTEzMC0xMzB6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MiA3MDJ2MTQyYzAgNi4zIDQuOSAxMS40IDExIDExLjl2LTRjLTMuOS0uNS03LTMuOS03LTcuOVY3MDJjMC00LjEgMy4xLTcuNCA3LTcuOXYtNGMtNi4xLjUtMTEgNS42LTExIDExLjl6TTUyIDUwNXYxNDJjMCA2LjMgNC45IDExLjQgMTEgMTEuOXYtNGMtMy45LS41LTctMy45LTctNy45VjUwNWMwLTQuMSAzLjEtNy40IDctNy45di00Yy02LjEuNS0xMSA1LjYtMTEgMTEuOXpNNjMgMzE3LjF2LTRjLTYuMS41LTExIDUuNy0xMSAxMS45djY2YzAgNi4zIDQuOSAxMS40IDExIDExLjl2LTRjLTMuOS0uNS03LTMuOS03LTcuOXYtNjZjMC00LjEgMy4xLTcuNCA3LTcuOXoiLz48L2c+PC9zdmc+)}.svd-simulator-frame.svd-simulator-iphonex:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMzMwIDI2ODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTQ0IDU0LjVjNDAuMiAwIDc4IDE1LjggMTA2LjYgNDQuNHM0NC40IDY2LjUgNDQuNCAxMDYuNnYyMjY4YzAgNDAuMi0xNS44IDc4LTQ0LjQgMTA2LjZzLTY2LjUgNDQuNC0xMDYuNiA0NC40SDE5MC4xYy00MC4yIDAtNzgtMTUuOC0xMDYuNi00NC40LTI4LjYtMjguNi00NC40LTY2LjUtNDQuNC0xMDYuNnYtMjI2OGMwLTQwLjIgMTUuOC03OCA0NC40LTEwNi42UzE1MCA1NC41IDE5MC4xIDU0LjVIMTE0NG0wLTZIMTkwLjFjLTg2LjQgMC0xNTcgNzAuNy0xNTcgMTU3djIyNjhjMCA4Ni40IDcwLjYgMTU3IDE1NyAxNTdIMTE0NGM4Ni40IDAgMTU3LTcwLjYgMTU3LTE1N3YtMjI2OGMwLTg2LjMtNzAuNy0xNTctMTU3LTE1N3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE1MS4xIDgyLjVjMzEuOSAwIDYyIDEyLjUgODQuNyAzNS4zIDIyLjcgMjIuNyAzNS4zIDUyLjggMzUuMyA4NC43djIyNzRjMCAzMS45LTEyLjUgNjItMzUuMyA4NC43LTIyLjcgMjIuNy01Mi44IDM1LjMtODQuNyAzNS4zaC05NjhjLTMxLjkgMC02Mi0xMi41LTg0LjctMzUuMy0yMi43LTIyLjctMzUuMy01Mi44LTM1LjMtODQuN3YtMjI3NGMwLTMxLjkgMTIuNS02MiAzNS4zLTg0LjcgMjIuNy0yMi43IDUyLjgtMzUuMyA4NC43LTM1LjNoOTY4bTAtNGgtOTY4Yy02OC4yIDAtMTI0IDU1LjgtMTI0IDEyNHYyMjc0YzAgNjguMiA1NS44IDEyNCAxMjQgMTI0aDk2OGM2OC4yIDAgMTI0LTU1LjggMTI0LTEyNHYtMjI3NGMwLTY4LjItNTUuOC0xMjQtMTI0LTEyNHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODEwLjggMTQ2LjVjMC0xMS41IDkuMy0yMC44IDIwLjgtMjAuOHMyMC44IDkuMyAyMC44IDIwLjgtOS4zIDIwLjgtMjAuOCAyMC44LTIwLjgtOS4zLTIwLjgtMjAuOHptMy44IDBjMCA5LjQgNy42IDE3IDE3IDE3czE3LTcuNiAxNy0xNy03LjYtMTctMTctMTctMTcgNy42LTE3IDE3ek01ODguOCAxNDUuMWMwLTYgNC45LTEwLjggMTAuOC0xMC44aDE0MC44YzYgMCAxMC44IDQuOSAxMC44IDEwLjhzLTQuOSAxMC44LTEwLjggMTAuOEg1OTkuNmMtNiAuMS0xMC44LTQuOC0xMC44LTEwLjh6bTEwLjgtNy4xYy0zLjkgMC03LjEgMy4yLTcuMSA3LjEgMCAzLjkgMy4yIDcuMSA3LjEgNy4xaDE0MC44YzMuOSAwIDcuMS0zLjIgNy4xLTcuMSAwLTMuOS0zLjItNy4xLTcuMS03LjFINTk5LjZ6Ii8+PGc+PHBhdGggZD0iTTIxOS4zIDI1NTdjLTYzIDAtMTE0LjMtNTEuMy0xMTQuMy0xMTQuM1YyMzYuM2MwLTYzIDUxLjMtMTE0LjMgMTE0LjMtMTE0LjNoMTM0LjZjLjcgMCAxLjMuMyAxLjguNy41LjUuNyAxLjEuNyAxLjh2MjYuOWMwIDI3LjkgMjIuNyA1MC42IDUwLjYgNTAuNmg1MTkuOGMyNy45IDAgNTAuNi0yMi43IDUwLjYtNTAuNnYtMjYuOWMwLS43LjMtMS4zLjctMS44czEuMS0uNyAxLjctLjdoMTM0LjhjNjMgMCAxMTQuMyA1MS4zIDExNC4zIDExNC4zdjIyMDYuNGMwIDYzLTUxLjMgMTE0LjMtMTE0LjMgMTE0LjNIMjE5LjN6IiBmaWxsPSJ0cmFuc3BhcmVudCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTE0LjYgMTIyLjVjMzAuNCAwIDU5IDExLjggODAuNSAzMy4zczMzLjMgNTAuMSAzMy4zIDgwLjV2MjIwNi40YzAgMzAuNC0xMS44IDU5LTMzLjMgODAuNXMtNTAuMSAzMy4zLTgwLjUgMzMuM0gyMTkuM2MtMzAuNCAwLTU5LTExLjgtODAuNS0zMy4zcy0zMy4zLTUwLjEtMzMuMy04MC41VjIzNi4zYzAtMzAuNCAxMS44LTU5IDMzLjMtODAuNXM1MC4xLTMzLjMgODAuNS0zMy4zaDEzNC42Yy41IDAgMSAuMiAxLjQuNi40LjQuNi45LjYgMS40djI2LjljMCAyOC4yIDIyLjkgNTEuMSA1MS4xIDUxLjFoNTE5LjhjMjguMiAwIDUxLjEtMjIuOSA1MS4xLTUxLjF2LTI2LjljMC0uNS4yLTEgLjYtMS40cy44LS42IDEuNC0uNmgxMzQuN20wLTFIOTc5LjhjLTEuNiAwLTIuOSAxLjMtMi45IDN2MjYuOWMwIDI3LjUtMjIuNSA1MC4xLTUwLjEgNTAuMUg0MDdjLTI3LjUgMC01MC4xLTIyLjUtNTAuMS01MC4xdi0yNi45YzAtMS43LTEuMy0zLTMtM0gyMTkuM2MtNjMuNCAwLTExNC44IDUxLjQtMTE0LjggMTE0Ljh2MjIwNi40YzAgNjMuNCA1MS40IDExNC44IDExNC44IDExNC44aDg5NS40YzYzLjQgMCAxMTQuOC01MS40IDExNC44LTExNC44VjIzNi4zYzAtNjMuNC01MS41LTExNC44LTExNC45LTExNC44eiIvPjwvZz48L3N2Zz4=)}.svd-simulator-frame.svd-simulator-iphonexmax:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxNDEwIDI5ODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjIyLjEgOTcuOGMzOS40IDAgNzYuNSAxNS40IDEwNC41IDQzLjVzNDMuNSA2NS4yIDQzLjUgMTA0LjV2MjQ4OWMwIDM5LjQtMTUuNCA3Ni41LTQzLjUgMTA0LjVzLTY1LjIgNDMuNS0xMDQuNSA0My41SDE4OC4yYy0zOS40IDAtNzYuNS0xNS40LTEwNC41LTQzLjVzLTQzLjUtNjUuMi00My41LTEwNC41di0yNDg5YzAtMzkuNCAxNS40LTc2LjUgNDMuNS0xMDQuNXM2NS4xLTQzLjUgMTA0LjUtNDMuNWgxMDMzLjltMC02SDE4OC4yYy04NC43IDAtMTU0IDY5LjMtMTU0IDE1NHYyNDg5YzAgODQuNyA2OS4zIDE1NCAxNTQgMTU0aDEwMzMuOWM4NC43IDAgMTU0LTY5LjMgMTU0LTE1NHYtMjQ4OWMwLTg0LjctNjkuMy0xNTQtMTU0LTE1NHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIyNi4yIDEyNS44YzMxLjkgMCA2MiAxMi41IDg0LjcgMzUuMyAyMi43IDIyLjcgMzUuMyA1Mi44IDM1LjMgODQuN3YyNDg5YzAgMzEuOS0xMi41IDYyLTM1LjMgODQuNy0yMi43IDIyLjctNTIuOCAzNS4zLTg0LjcgMzUuM2gtMTA0MmMtMzEuOSAwLTYyLTEyLjUtODQuNy0zNS4zLTIyLjctMjIuNy0zNS4zLTUyLjgtMzUuMy04NC43di0yNDg5YzAtMzEuOSAxMi41LTYyIDM1LjMtODQuNyAyMi43LTIyLjcgNTIuOC0zNS4zIDg0LjctMzUuM2gxMDQybTAtNGgtMTA0MmMtNjguMiAwLTEyNCA1NS44LTEyNCAxMjR2MjQ4OWMwIDY4LjIgNTUuOCAxMjQgMTI0IDEyNGgxMDQyYzY4LjIgMCAxMjQtNTUuOCAxMjQtMTI0di0yNDg5YzAtNjguMi01NS44LTEyNC0xMjQtMTI0eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04NDQuMyAxNzFjMC0xMS41IDkuMy0yMC44IDIwLjgtMjAuOHMyMC44IDkuMyAyMC44IDIwLjgtOS4zIDIwLjgtMjAuOCAyMC44LTIwLjgtOS4zLTIwLjgtMjAuOHptMy44IDBjMCA5LjQgNy42IDE3IDE3IDE3czE3LTcuNiAxNy0xNy03LjYtMTctMTctMTctMTcgNy42LTE3IDE3ek02MjIuMyAxNjkuNmMwLTYgNC45LTEwLjggMTAuOC0xMC44aDE0MC44YzYgMCAxMC44IDQuOSAxMC44IDEwLjhzLTQuOSAxMC44LTEwLjggMTAuOEg2MzMuMWMtNiAuMS0xMC44LTQuOC0xMC44LTEwLjh6bTEwLjgtNy4xYy0zLjkgMC03LjEgMy4yLTcuMSA3LjEgMCAzLjkgMy4yIDcuMSA3LjEgNy4xaDE0MC44YzMuOSAwIDcuMS0zLjIgNy4xLTcuMSAwLTMuOS0zLjItNy4xLTcuMS03LjFINjMzLjF6Ii8+PGc+PHBhdGggZD0iTTE5OSAyODMzLjhjLTYzIDAtMTE0LjMtNTEuMy0xMTQuMy0xMTQuM1YyNjEuMWMwLTYzIDUxLjMtMTE0LjMgMTE0LjMtMTE0LjNoMTkzLjdjLjcgMCAxLjMuMyAxLjguN3MuNyAxLjEuNyAxLjh2MjYuOWMwIDI3LjkgMjIuNyA1MC42IDUwLjYgNTAuNmg1MTkuOGMyNy45IDAgNTAuNi0yMi43IDUwLjYtNTAuNnYtMjYuOWMwLS43LjItMS4zLjctMS44czEuMS0uNyAxLjctLjdoMTkyLjhjNjMgMCAxMTQuMyA1MS4zIDExNC4zIDExNC4zdjI0NTguNGMwIDYzLTUxLjMgMTE0LjMtMTE0LjMgMTE0LjNIMTk5eiIgZmlsbD0idHJhbnNwYXJlbnQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxMS40IDE0Ny4zYzMwLjQgMCA1OSAxMS44IDgwLjUgMzMuM3MzMy4zIDUwLjEgMzMuMyA4MC41djI0NTguNGMwIDMwLjQtMTEuOCA1OS0zMy4zIDgwLjVzLTUwLjEgMzMuMy04MC41IDMzLjNIMTk5Yy0zMC40IDAtNTktMTEuOC04MC41LTMzLjNzLTMzLjMtNTAuMS0zMy4zLTgwLjVWMjYxLjFjMC0zMC40IDExLjgtNTkgMzMuMy04MC41czUwLjEtMzMuMyA4MC41LTMzLjNoMTkzLjdjLjUgMCAxIC4yIDEuNC42LjQuNC42LjkuNiAxLjR2MjYuOWMwIDI4LjIgMjIuOSA1MS4xIDUxLjEgNTEuMWg1MTkuOGMyOC4yIDAgNTEuMS0yMi45IDUxLjEtNTEuMXYtMjYuOWMwLS41LjItMSAuNi0xLjQuNC0uNC44LS42IDEuNC0uNmgxOTIuN20wLTFoLTE5Mi44Yy0xLjYgMC0yLjkgMS4zLTIuOSAzdjI2LjljMCAyNy41LTIyLjUgNTAuMS01MC4xIDUwLjFINDQ1LjhjLTI3LjUgMC01MC4xLTIyLjUtNTAuMS01MC4xdi0yNi45YzAtMS43LTEuMy0zLTMtM0gxOTljLTYzLjQgMC0xMTQuOCA1MS40LTExNC44IDExNC44djI0NTguNGMwIDYzLjQgNTEuNCAxMTQuOCAxMTQuOCAxMTQuOGgxMDEyLjRjNjMuNCAwIDExNC44LTUxLjQgMTE0LjgtMTE0LjhWMjYxLjFjMC02My40LTUxLjQtMTE0LjgtMTE0LjgtMTE0Ljh6Ii8+PC9nPjwvc3ZnPg==)}.svd-simulator-frame.svd-simulator-ipad:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxODM3IDI1NjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3QyLC5zdDN7ZmlsbDpub25lO3N0cm9rZTojNDA0MDQwO3N0cm9rZS13aWR0aDo2O3N0cm9rZS1taXRlcmxpbWl0OjEwfS5zdDN7c3Ryb2tlLXdpZHRoOjR9PC9zdHlsZT48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTE1NC4yIDI1NS41aDE1MzV2MjA0N2gtMTUzNXoiLz48cGF0aCBkPSJNMTY4OC43IDI1NnYyMDQ2aC0xNTM0VjI1NmgxNTM0bTEtMWgtMTUzNnYyMDQ4aDE1MzZWMjU1eiIgZmlsbD0iIzQwNDA0MCIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNjk3LjIgMjUzMC41aC0xNTUxYy02MC41IDAtMTEwLTQ5LjUtMTEwLTExMHYtMjI4MGMwLTYwLjUgNDkuNS0xMTAgMTEwLTExMGgxNTUxYzYwLjUgMCAxMTAgNDkuNSAxMTAgMTEwdjIyODBjMCA2MC41LTQ5LjUgMTEwLTExMCAxMTB6Ii8+PHBhdGggY2xhc3M9InN0MyIgZD0iTTE2ODguNCAyNTE0SDE1NWMtNTcuOCAwLTEwNS00Ny4zLTEwNS0xMDVWMTQ5QzUwIDkxLjMgOTcuMiA0NCAxNTUgNDRoMTUzMy41YzU3LjggMCAxMDUgNDcuMyAxMDUgMTA1djIyNjBjLS4xIDU3LjgtNDcuMyAxMDUtMTA1LjEgMTA1eiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjkyMS43IiBjeT0iMTQ5LjUiIHI9IjE2LjUiLz48Y2lyY2xlIGNsYXNzPSJzdDIiIGN4PSI5MjEuNSIgY3k9IjI0MTEuNSIgcj0iNTMuNSIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik05MzcuMiAyNDMxLjVoLTMxYy0yLjggMC01LTIuMy01LTV2LTMxYzAtMi44IDIuMy01IDUtNWgzMWMyLjggMCA1IDIuMyA1IDV2MzFjMCAyLjgtMi4yIDUtNSA1eiIvPjwvc3ZnPg==)}.svd-simulator-frame.svd-simulator-ipadmini:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA5NDUgMTMwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDAsLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM0MDQwNDA7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6MTB9LnN0MXtzdHJva2Utd2lkdGg6NH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MzYuNCAxMjc1LjVIMTExLjhjLTQ0IDAtODAtMzYtODAtODBWMTA2LjhjMC00NCAzNi04MCA4MC04MGg3MjQuNmM0NCAwIDgwIDM2IDgwIDgwdjEwODguN2MwIDQ0LTM2IDgwLTgwIDgweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04MzMuNCAxMjYzLjNIMTE0LjhjLTM4LjUgMC03MC0zMS41LTcwLTcwVjEwOC45YzAtMzguNSAzMS41LTcwIDcwLTcwaDcxOC42YzM4LjUgMCA3MCAzMS41IDcwIDcwdjEwODQuNGMwIDM4LjUtMzEuNSA3MC03MCA3MHoiLz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSI0NzQiIGN5PSI4Ni42IiByPSI4LjIiLz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI0NzQuMSIgY3k9IjEyMTYuNCIgcj0iMjYuNyIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik00NzkuMyAxMjI2LjRoLTEwLjVjLTIuOCAwLTUtMi4zLTUtNXYtMTAuNWMwLTIuOCAyLjMtNSA1LTVoMTAuNWMyLjggMCA1IDIuMyA1IDV2MTAuNWMwIDIuOC0yLjIgNS01IDV6Ii8+PHBhdGggZmlsbD0idHJhbnNwYXJlbnQiIGQ9Ik05MC42IDEzOS41aDc2N3YxMDIzaC03Njd6Ii8+PHBhdGggZD0iTTg1Ny4xIDE0MHYxMDIyaC03NjZWMTQwaDc2Nm0xLTFoLTc2OHYxMDI0aDc2OFYxMzl6IiBmaWxsPSIjNDA0MDQwIi8+PC9zdmc+)}.svd-simulator-frame.svd-simulator-ipadpro:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMDA4IDI5ODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3QwLC5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDA0MDQwO3N0cm9rZS13aWR0aDo2O3N0cm9rZS1taXRlcmxpbWl0OjEwfS5zdDF7c3Ryb2tlLXdpZHRoOjR9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTg1NC4xIDI5MDkuNWgtMTY5OWMtNjAuNSAwLTExMC00OS41LTExMC0xMTB2LTI2MTljMC02MC41IDQ5LjUtMTEwIDExMC0xMTBoMTY5OWM2MC41IDAgMTEwIDQ5LjUgMTEwIDExMHYyNjE5YzAgNjAuNS00OS41IDExMC0xMTAgMTEweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xODQ1LjMgMjg5M0gxNjMuOGMtNTcuOCAwLTEwNS00Ny4zLTEwNS0xMDVWMTg5YzAtNTcuOCA0Ny4zLTEwNSAxMDUtMTA1aDE2ODEuNWM1Ny44IDAgMTA1IDQ3LjMgMTA1IDEwNXYyNTk5YzAgNTcuOC00Ny4zIDEwNS0xMDUgMTA1eiIvPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjEwMDQuNiIgY3k9IjE4OS41IiByPSIxNi41Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTAwNC42IiBjeT0iMjc5MC4zIiByPSI1My41Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwMjAuMSAyODEwLjhoLTMxYy0yLjggMC01LTIuMy01LTV2LTMxYzAtMi44IDIuMy01IDUtNWgzMWMyLjggMCA1IDIuMyA1IDV2MzFjMCAyLjgtMi4zIDUtNSA1eiIvPjxwYXRoIGZpbGw9InRyYW5zcGFyZW50IiBkPSJNMTYxLjEgMjk1LjVoMTY4N3YyMzg3aC0xNjg3eiIvPjxwYXRoIGQ9Ik0xODQ3LjYgMjk2djIzODZoLTE2ODZWMjk2aDE2ODZtMS0xaC0xNjg4djIzODhoMTY4OFYyOTV6IiBmaWxsPSIjNDA0MDQwIi8+PC9zdmc+)}.svd-simulator-frame.svd-simulator-ipadpro13:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMzYwIDMzMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3QwLC5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDA0MDQwO3N0cm9rZS13aWR0aDo2O3N0cm9rZS1taXRlcmxpbWl0OjEwfS5zdDF7c3Ryb2tlLXdpZHRoOjR9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjIxOS4yIDMyNjkuMkgxMzkuNWMtNjAuNSAwLTExMC00OS41LTExMC0xMTB2LTMwMjRjMC02MC41IDQ5LjUtMTEwIDExMC0xMTBoMjA3OS44YzYwLjUgMCAxMTAgNDkuNSAxMTAgMTEwdjMwMjRjLS4xIDYwLjUtNDkuNiAxMTAtMTEwLjEgMTEweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMjA4LjUgMzI1MC40SDE1MC4yYy01Ny44IDAtMTA1LTQ3LjMtMTA1LTEwNVYxNDUuN2MwLTU3LjcgNDcuMy0xMDUgMTA1LTEwNWgyMDU4LjNjNTcuOCAwIDEwNSA0Ny4zIDEwNSAxMDV2Mjk5OS43YzAgNTcuNy00Ny4zIDEwNS0xMDUgMTA1eiIvPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjExNzkuMyIgY3k9IjE2My43IiByPSIxNi41Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTE3OS4zIiBjeT0iMzEzMy40IiByPSI1My41Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTExOTQuOCAzMTUzLjloLTMxYy0yLjggMC01LTIuMy01LTV2LTMxYzAtMi44IDIuMy01IDUtNWgzMWMyLjggMCA1IDIuMyA1IDV2MzFjMCAyLjktMi4yIDUtNSA1eiIvPjxwYXRoIGZpbGw9InRyYW5zcGFyZW50IiBkPSJNMTU1LjggMjg1LjdoMjA0N3YyNzMxaC0yMDQ3eiIvPjxwYXRoIGQ9Ik0yMjAyLjMgMjg2LjJ2MjczMGgtMjA0NnYtMjczMGgyMDQ2bTEtMWgtMjA0OHYyNzMyaDIwNDh2LTI3MzJ6IiBmaWxsPSIjNDA0MDQwIi8+PC9zdmc+)}.svd-simulator-frame.svd-simulator-androidphone:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NTAgMTYzMCI+PHN0eWxlPi5zdDB7ZmlsbDojNDA0MDQwfTwvc3R5bGU+PGcgaWQ9IkxheWVyXzEiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NzEuMSAzOGMyMi42IDAgNDEgMTguNCA0MSA0MXYxNDkyYzAgMjIuNi0xOC40IDQxLTQxIDQxaC02OTVjLTIyLjYgMC00MS0xOC40LTQxLTQxVjc5YzAtMjIuNiAxOC40LTQxIDQxLTQxaDY5NW0wLTRoLTY5NWMtMjQuOCAwLTQ1IDIwLjMtNDUgNDV2MTQ5MmMwIDI0LjggMjAuMyA0NSA0NSA0NWg2OTVjMjQuOCAwIDQ1LTIwLjMgNDUtNDVWNzljMC0yNC43LTIwLjItNDUtNDUtNDV6Ii8+PHBhdGggZmlsbD0idHJhbnNwYXJlbnQiIGQ9Ik02NC4xIDE3NS41aDcxOXYxMjc5aC03MTl6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc4Mi42IDE3NnYxMjc4aC03MThWMTc2aDcxOG0xLTFoLTcyMHYxMjgwaDcyMFYxNzV6TTQ2NiAxMDEuOGMzLjYgMCA2LjUgMi45IDYuNSA2LjVzLTIuOSA2LjUtNi41IDYuNWgtODRjLTMuNiAwLTYuNS0yLjktNi41LTYuNXMyLjktNi41IDYuNS02LjVoODRtMC00aC04NGMtNS44IDAtMTAuNSA0LjctMTAuNSAxMC41czQuNyAxMC41IDEwLjUgMTAuNWg4NGM1LjggMCAxMC41LTQuNyAxMC41LTEwLjUgMC01LjctNC43LTEwLjUtMTAuNS0xMC41ek0zMzcgMTAxLjhjMy42IDAgNi41IDIuOSA2LjUgNi41cy0yLjkgNi41LTYuNSA2LjVoLTMxYy0zLjYgMC02LjUtMi45LTYuNS02LjVzMi45LTYuNSA2LjUtNi41aDMxbTAtNGgtMzFjLTUuOCAwLTEwLjUgNC43LTEwLjUgMTAuNXM0LjcgMTAuNSAxMC41IDEwLjVoMzFjNS44IDAgMTAuNS00LjcgMTAuNS0xMC41IDAtNS43LTQuNy0xMC41LTEwLjUtMTAuNXpNNTQ3LjUgOTUuM2M3LjIgMCAxMyA1LjggMTMgMTNzLTUuOCAxMy0xMyAxMy0xMy01LjgtMTMtMTMgNS44LTEzIDEzLTEzbTAtNGMtOS40IDAtMTcgNy42LTE3IDE3czcuNiAxNyAxNyAxNyAxNy03LjYgMTctMTctNy42LTE3LTE3LTE3eiIvPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MjUuNSAzMDB2MjQ0aC05VjMwMGg5bTQtNGgtMTd2MjUyaDE3VjI5NnoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTgyNS41IDYyN3Y5MWgtOXYtOTFoOW00LTRoLTE3djk5aDE3di05OXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE3NS44IDE1MTZoMzJ2NGgtMzJ6TTE3NS44IDE1MjloMzJ2NGgtMzJ6TTE3NS44IDE1NDJoMzJ2NGgtMzJ6Ii8+PHBhdGggZD0iTTQzNi44IDE1NDVoLTE4Yy0yLjggMC01LTIuMy01LTV2LTE4YzAtMi44IDIuMy01IDUtNWgxOGMyLjggMCA1IDIuMyA1IDV2MThjMCAyLjgtMi4zIDUtNSA1eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDA0MDQwIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02NzEuNCAxNTE3LjdsLTIuOC0yLjktMTYuNiAxNi42LjIuMS0uMi4yIDE2LjYgMTYuNSAyLjgtMi44LTEzLjktMTMuOXoiLz48L2c+PC9nPjwvc3ZnPg==)}.svd-simulator-frame.svd-simulator-androidtablet:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDcwIDE0ODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qze2ZpbGw6bm9uZTtzdHJva2U6IzQwNDA0MDtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjxwYXRoIGZpbGw9InRyYW5zcGFyZW50IiBkPSJNMTM1IDEwMS4xaDc5OXYxMjc5SDEzNXoiLz48cGF0aCBkPSJNOTMzLjUgMTAxLjZ2MTI3OGgtNzk4di0xMjc4aDc5OG0xLTFoLTgwMHYxMjgwaDgwMHYtMTI4MHoiIGZpbGw9IiM0MDQwNDAiLz48cGF0aCBkPSJNOTczLjUgMTQ1Ni4xaC04ODJjLTI4IDAtNTEtMjIuOS01MS01MVY3NmMwLTI4IDIyLjktNTEgNTEtNTFoODgyLjFjMjggMCA1MSAyMi45IDUxIDUxdjEzMjkuMWMtLjEgMjgtMjMgNTEtNTEuMSA1MXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQwNDA0MCIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNOTcxLjQgMTQ0Ny44SDkzLjZjLTI0LjggMC00NS0yMC4zLTQ1LTQ1Vjc4LjNjMC0yNC44IDIwLjMtNDUgNDUtNDVoODc3LjhjMjQuOCAwIDQ1IDIwLjMgNDUgNDV2MTMyNC41YzAgMjQuOC0yMC4yIDQ1LTQ1IDQ1eiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9Ijc5LjUiIGN5PSI3NDAuNiIgcj0iMTIiLz48L3N2Zz4=)}.svd-simulator-frame.svd-simulator-win10phone:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA0ODAgODQ1LjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qye2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxnIG9wYWNpdHk9Ii41Ij48cGF0aCBmaWxsPSJ0cmFuc3BhcmVudCIgZD0iTTc2LjUgMTM4LjFoMzI5djU2N2gtMzI5eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00MDUgMTM4LjZ2NTY2SDc3di01NjZoMzI4bTEtMUg3NnY1NjhoMzMwdi01Njh6Ii8+PC9nPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00NDggNTcuNmMuNSAwIDEgLjUgMSAxdjc3NGMwIC41LS41IDEtMSAxSDMyYy0uNSAwLTEtLjUtMS0xdi03NzRjMC0uNS41LTEgMS0xaDQxNm0wLTRIMzJjLTIuOCAwLTUgMi4zLTUgNXY3NzRjMCAyLjggMi4zIDUgNSA1aDQxNmMyLjggMCA1LTIuMyA1LTV2LTc3NGMwLTIuNy0yLjItNS01LTV6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTQxNS41IDcwLjZjMTMuNSAwIDI0LjUgMTEgMjQuNSAyNC41djcwMGMwIDEzLjUtMTEgMjQuNS0yNC41IDI0LjVoLTM1MWMtMTMuNSAwLTI0LjUtMTEtMjQuNS0yNC41di03MDBjMC0xMy41IDExLTI0LjUgMjQuNS0yNC41aDM1MW0wLTJoLTM1MUM0OS45IDY4LjYgMzggODAuNSAzOCA5NS4xdjcwMGMwIDE0LjYgMTEuOSAyNi41IDI2LjUgMjYuNWgzNTFjMTQuNiAwIDI2LjUtMTEuOSAyNi41LTI2LjV2LTcwMGMwLTE0LjYtMTEuOS0yNi41LTI2LjUtMjYuNXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjY2IDkwLjZjLjUgMCAxIC41IDEgMXMtLjUgMS0xIDFoLTU1Yy0uNSAwLTEtLjUtMS0xcy41LTEgMS0xaDU1bTAtMmgtNTVjLTEuNiAwLTMgMS40LTMgM3MxLjQgMyAzIDNoNTVjMS42IDAgMy0xLjQgMy0zcy0xLjQtMy0zLTN6TTQ1MiAyMDEuNmg1djEyMWgtNXpNNDUyIDM3OS42aDV2NjFoLTV6TTEwOCA3NDEuNkg5Ny42bDUuOS01LjktNC4zLjEtNSA1LTIuMSAyLjEgMi4xIDIuMSA1IDUgNC4zLjEtNS41LTUuNWgxMHpNMjM4IDc0My42aC05djcuNWw5IDEuMnpNMjQwIDc0My42djguOWwxMiAxLjZ2LTEwLjV6Ii8+PGc+PHBhdGggY2xhc3M9InN0MiIgZD0iTTI0MCA3MzIuN3Y4LjloMTJ2LTEwLjV6TTIzOCA3MzIuOWwtOSAxLjJ2Ny41aDl6Ii8+PC9nPjxnPjxjaXJjbGUgY3g9IjM4Mi41IiBjeT0iNzQ0LjEiIHI9IjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQwNDA0MCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzczLjMgNzUzLjhjLS42LS42LS42LTEuNSAwLTIuMWw0LjQtNC40IDIuMSAyLjEtNC40IDQuNGMtLjYuNi0xLjYuNi0yLjEgMHoiLz48L2c+PC9zdmc+)}.svd-simulator-frame.svd-simulator-mssurface:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDQwIDE2MjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzQwNDA0MH08L3N0eWxlPjxwYXRoIGZpbGw9InRyYW5zcGFyZW50IiBkPSJNMTM2LjUgMTI3LjVoNzY3djEzNjVoLTc2N3oiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTAzIDEyOHYxMzY0SDEzN1YxMjhoNzY2bTEtMUgxMzZ2MTM2Nmg3NjhWMTI3ek05NTMuMyA4MTQuNXYxNmgxMy40bDItMTZ6TTk1My4zIDgxMC45aDE1LjlsMi44LTIxLjRoLTE4Ljd6Ii8+PGc+PHBhdGggY2xhc3M9InN0MSIgZD0iTTkzMy44IDgxMC45aDE1Ljl2LTIxLjRIOTMxek05MzQuMyA4MTQuNWwyIDE2aDEzLjR2LTE2eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTgzIDMyYzExIDAgMjAgOSAyMCAyMHYxNTE2YzAgMTEtOSAyMC0yMCAyMEg1OWMtMTEgMC0yMC05LTIwLTIwVjUyYzAtMTEgOS0yMCAyMC0yMGg5MjRtMC00SDU5Yy0xMy4zIDAtMjQgMTAuNy0yNCAyNHYxNTE2YzAgMTMuMyAxMC43IDI0IDI0IDI0aDkyNGMxMy4zIDAgMjQtMTAuNyAyNC0yNFY1MmMwLTEzLjMtMTAuNy0yNC0yNC0yNHoiLz48L2c+PC9zdmc+)}.svd-simulator-frame.svd-simulator-genphone:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MzAiIGhlaWdodD0iNzUxIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjE0NS41JSIgaGVpZ2h0PSIxMjMlIiB4PSItMjIuNyUiIHk9Ii0xMS41JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjI1IiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjxyZWN0IGlkPSJiIiB3aWR0aD0iMzMwIiBoZWlnaHQ9IjY1MSIgeD0iMTIwIiB5PSI0NTgiIHJ4PSIyMCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MCAtNDA4KSI+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYiIvPjxyZWN0IHdpZHRoPSI3MCIgaGVpZ2h0PSI4IiB4PSIyNDIiIHk9IjQ3MCIgZmlsbD0iI0Y0RjRGNCIgZmlsbC1ydWxlPSJub256ZXJvIiByeD0iNCIvPjxjaXJjbGUgY3g9IjMyNCIgY3k9IjQ3NCIgcj0iNCIgZmlsbD0iI0Y0RjRGNCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZmlsbD0iI0U3RTdFNyIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTI0IDQ5MGgzMjJ2NTcwSDEyNFY0OTB6bTEgMXY1NjhoMzIwVjQ5MUgxMjV6Ii8+PHBhdGggZmlsbD0iI0Y0RjRGNCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTI1IDQ5MWgzMjB2NTY4SDEyNXoiLz48Y2lyY2xlIGN4PSIyODUiIGN5PSIxMDg0IiByPSIxNSIgZmlsbD0iI0Y0RjRGNCIvPjwvZz48L3N2Zz4=)}.svd-simulator-content{display:block;width:100%;height:100%;background-color:#fff;overflow:auto}.svd_test_results{padding:1em}.svd_test_results .svd_results_text{white-space:pre-wrap}.svd_test_results .svd_results_table,.svd_test_results .svd_results_text{padding:1em;width:100%;overflow:auto}.svd_test_results .svd_results_table table{border-collapse:collapse;width:100%}.svd_test_results .svd_results_table table .survey-result-marker{position:absolute;left:1em;top:.5em;transition:transform .2s ease-in-out}.svd_test_results .svd_results_table table .survey-result-marker.survey-result-marker--expanded{transform:rotate(90deg)}.svd_test_results .svd_results_table table .survey-result-value{word-break:break-all}.svd_test_results .svd_results_table table tr{vertical-align:top}.svd_test_results .svd_results_table table td,.svd_test_results .svd_results_table table th{border:1px solid;padding:.5em 1em;max-width:400px;overflow:auto}.svd_test_results .svd_results_table table td:first-child,.svd_test_results .svd_results_table table th:first-child{position:relative;width:30%;font-weight:500;padding-left:2em}.svd_test_results .svd_results_table table td:nth-child(2),.svd_test_results .svd_results_table table td:nth-child(3),.svd_test_results .svd_results_table table th:nth-child(2),.svd_test_results .svd_results_table table th:nth-child(3){width:20%}.svd_test_results .svd_results_table table td:nth-child(4),.svd_test_results .svd_results_table table th:nth-child(4){width:30%;font-weight:500}.svd-embed-survey-tab{width:100%;height:100%;overflow:auto}.svd-embed-survey-tab .row{margin:0}.svd-embed-survey-tab>*{width:100%}.svd-embed-survey-tab .form-control.svd_custom_select.svd_embed_tab{display:inline-block;width:250px;margin-bottom:1em}.svd-embed-survey-tab .form-control.svd_custom_select.svd_embed_tab:not(:last-child){margin-right:1em}.svd-json-editor{height:100%}.svd-json-editor-area,.svd-logic-tab{height:100%;width:100%}.svd-logic-tab{position:relative;overflow:auto}.svd-logic-tab__rules-list{width:100%;font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;font-size:14px;text-align:left;color:#404040;border-collapse:collapse}.svd-logic-tab__rules-list__header{font-weight:700}.svd-logic-tab__rules-list__row{border-bottom:1px solid #ddd;border-bottom-color:var(--secondary-border-color,#ddd)}.svd-logic-tab__rules-list__row td,.svd-logic-tab__rules-list__row th{padding:10px}.svd-logic-tab__rules-list__action-cell{text-align:center}.svd-logic-tab__rules-list__action-cell>*{cursor:pointer}.svd-logic-tab__rule-editor__title{font-size:20px;font-weight:700;color:#404040}.svd-logic-tab__item{border:1px solid #ddd;border-color:var(--secondary-border-color,#ddd);padding:20px;margin-bottom:20px}.svd-logic-tab__item-header{font-size:16px;font-weight:700;color:#404040;line-height:34px}.svd-logic-tab__item-comtent{padding-top:20px}.svd-logic-tab__item-header-icon{float:right;cursor:pointer;padding-right:10px}.svd-logic-tab-item-header{background-color:#e0e0e0;min-height:32px;line-height:32px;margin-top:2em;margin-bottom:1em;font-size:14px;padding:0 1em}.svd-logic-tab-item-header .svd-logic-header-item-icon{float:right;cursor:pointer;padding-right:10px}.svd-logic-tab-item-header .svd-logic-header-item-icon svg-icon{display:inline-block;width:16px;height:16px}.svd-logic-tab-item-header .svd-logic-header-item-icon svg-icon svg{display:block;margin-top:3px}.svd_container .svd_content .svd-logic-tab .svd-expression-header{font-size:16px;font-weight:700;color:#404040;background-color:initial;padding:0;margin-bottom:0}.svd_container .svd_content .svd-logic-tab .icon-expression-arrow{margin-right:10px}.svd_container .svd_content .svd-logic-tab .svd-propertyeditor-condition{border:1px solid #ddd;border-color:var(--secondary-border-color,#ddd);padding:20px}.svd_container .svd_content .svd-logic-tab .svd-expression-content{margin-top:20px}.svd_container .svd_content .svd-logic-tab .form-group{margin-bottom:0}.svd_container .svd_content .svd-logic-tab .btn{height:34px}.svd_container .svd_content .svd-logic-tab .btn-link{border:1px solid #ddd;border-color:var(--secondary-border-color,#ddd)}.svd_container .svd_content .svd-logic-tab .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.svd_container .svd_content .svd-logic-tab .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.svd_container .svd_content .svd-logic-tab .svd-danger-icon .svd-svg-icon{fill:#ed5565;fill:var(--error-color,#ed5565)}.description_editable,.title_editable{pointer-events:all;cursor:text}.description_editable .svda-title-editor-start,.title_editable .svda-title-editor-start{cursor:pointer;visibility:hidden}.svd_q_selected .description_editable:hover .svda-title-editor-start,.svd_q_selected .title_editable:hover .svda-title-editor-start{visibility:visible}.svd_surveyjs_designer_container .title_editable .sv-title-actions{display:inline-block}.svd_page>.description_editable .svda-title-editor-start,.svd_page>.title_editable .svda-title-editor-start,.svd_survey_header .description_editable .svda-title-editor-start,.svd_survey_header .title_editable .svda-title-editor-start{visibility:visible}.svd_page>.description_editable .svda-title-editor-start .svda-title-editor-placeholder,.svd_page>.title_editable .svda-title-editor-start .svda-title-editor-placeholder,.svd_survey_header .description_editable .svda-title-editor-start .svda-title-editor-placeholder,.svd_survey_header .title_editable .svda-title-editor-start .svda-title-editor-placeholder{cursor:text;opacity:.5}.svd_page>.description_editable .svda-title-editor-start .svda-title-editor-start-button,.svd_page>.title_editable .svda-title-editor-start .svda-title-editor-start-button,.svd_survey_header .description_editable .svda-title-editor-start .svda-title-editor-start-button,.svd_survey_header .title_editable .svda-title-editor-start .svda-title-editor-start-button{visibility:hidden}.svd_page>.description_editable:hover .svda-title-editor-start .svda-title-editor-start-button,.svd_page>.title_editable:hover .svda-title-editor-start .svda-title-editor-start-button,.svd_survey_header .description_editable:hover .svda-title-editor-start .svda-title-editor-start-button,.svd_survey_header .title_editable:hover .svda-title-editor-start .svda-title-editor-start-button{visibility:visible}.svda-title-editor-focusable{visibility:hidden}.svd_q_selected .svda-title-editor-focusable{visibility:visible}.svd_q_selected title-editor .svda-title-editor-focusable:focus+.svda-title-editor-start{visibility:visible;outline:1px dotted #1ab394;outline-color:var(--primary-color,#1ab394)}.svd_page>.description_editable{margin-bottom:2em}title-editor{display:inline-block;max-width:90%}title-editor .svda-content{position:relative;pointer-events:all}title-editor .svda-content .svda-title-editor-content{white-space:nowrap}title-editor .svda-content .svda-title-editor-content>input{max-width:100%;font-size:inherit;color:inherit}title-editor .svda-content .svda-title-editor-content .svda-title-editor-error{outline:1px dotted #ed5565!important;outline-color:var(--error-color,#ed5565)}title-editor .svda-content .svda-title-editor-content .svda-title-editor-error::placeholder{color:#ed5565;color:var(--error-color,#ed5565)}title-editor .svda-content .svda-edit-button{padding-left:5px;cursor:pointer}.svda-adorner-root{max-width:100%}.item_editable{pointer-events:all;cursor:text;position:relative}.item_editable .svda-title-editor-start{cursor:pointer;visibility:hidden;padding-left:5px}.svd_q_selected .item_editable:hover .svda-title-editor-start{visibility:visible}.svd_q_selected .item_editable item-editor .svda-focusable:focus+.svda-title-editor-start{visibility:visible;outline:1px dotted #1ab394;outline-color:var(--primary-color,#1ab394)}.svda-drag-handle{cursor:move;visibility:hidden;padding-left:5px}.svd_q_selected .item_draggable:hover .svda-drag-handle{visibility:visible}.svda-delete-item{cursor:pointer;visibility:hidden;padding-left:5px}.svd_q_selected .item_editable:hover .svda-delete-item{visibility:visible}.svda-add-new-item{cursor:pointer;pointer-events:auto;padding-left:16px;display:none}.svda-add-new-item:hover{text-decoration:underline}.svda-add-custom-item{color:#1ab394;color:var(--primary-color,#1ab394)}.svda-add-custom-item>span{vertical-align:middle;display:inline-block}.svd_q_selected .svda-add-new-item{display:inline-block}item-editor{display:none;max-width:90%}item-editor .svda-content{position:relative;pointer-events:all}item-editor .svda-content .svda-title-editor-content{white-space:nowrap}item-editor .svda-content .svda-title-editor-content>input{max-width:100%;font-size:inherit;color:inherit}item-editor .svda-content .svda-edit-button{padding-left:5px;cursor:pointer}.svd_q_selected item-editor{display:inline-block;outline:none}.svd-translation-tab{height:100%}.svd-translation-tab .form-group{margin-top:1em}.svd-translation-tab .svd-translation-no-strings{min-height:300px;text-align:center;line-height:300px;vertical-align:middle;font-size:40px}.svd-translation-tab svd-translation-group{display:block}.svd-translation-tab .svd-translation-strings{border-top-style:solid;border-top-width:1px;padding:10px}.svd-translation-tab .svd-translation-panel-strings{padding:10px 10px 10px 0}.svd-translation-tab .svd-translation-panel-strings-title{font-weight:700;line-height:25px;padding:5px 0}.svd-translation-tab .svd-translation-panel-strings-title+svg-icon{line-height:25px;display:inline-block;vertical-align:bottom}.svd-translation-tab .svd-toolbox-category-header{margin-top:20px}.svd_container.sv_default_css .svd-translation-tab label{margin-bottom:0}.label_editable{pointer-events:all;cursor:text}.label_editable .svda-title-editor-start{cursor:pointer;visibility:hidden}.svd_q_selected .label_editable:hover .svda-title-editor-start{visibility:visible}.svda-question-actions{position:absolute;right:15px;top:-30px;left:15px;text-align:right;line-height:30px;min-width:500px}.svda-question-actions .svda_current_type{font-weight:700;cursor:auto}.svda-question-actions select.svda_current_type{border:none;outline:none;cursor:pointer}.svda-question-actions select.svda_current_type:focus{border:none;outline:none}question-actions{display:none}question-actions .svda_question_action{font-weight:700;cursor:pointer;margin-left:1em}question-actions .svda_question_action--separated{padding-left:3em}.svd_q_selected>.svda-question-actions question-actions{display:block}select-items-display,select-items-editor{display:none}select-items-display .svda-select-items-display,select-items-display .svda-select-items-editor,select-items-editor .svda-select-items-display,select-items-editor .svda-select-items-editor{position:relative;pointer-events:all}select-items-display .svda-select-items-display .svda-select-items-title,select-items-display .svda-select-items-editor .svda-select-items-title,select-items-editor .svda-select-items-display .svda-select-items-title,select-items-editor .svda-select-items-editor .svda-select-items-title{text-align:center;position:absolute;top:-2.2em;right:2em;height:2em}select-items-display .svda-select-items-display .svda-select-items-title span,select-items-display .svda-select-items-editor .svda-select-items-title span,select-items-editor .svda-select-items-display .svda-select-items-title span,select-items-editor .svda-select-items-editor .svda-select-items-title span{font-weight:700;cursor:pointer}select-items-display .svda-select-items-display .svda-select-items-content,select-items-display .svda-select-items-editor .svda-select-items-content,select-items-editor .svda-select-items-display .svda-select-items-content,select-items-editor .svda-select-items-editor .svda-select-items-content{padding:1em;border-style:solid;border-width:1px;border-top:none}.svd_q_selected select-items-display,.svd_q_selected select-items-editor{display:block}rating-item-editor{display:none}rating-item-editor .svda-content{position:relative;pointer-events:none}rating-item-editor .svda-content .svda-title-editor-content{white-space:nowrap}rating-item-editor .svda-content .svda-title-editor-content:first-child{margin-left:5px}rating-item-editor .svda-content .svda-edit-button{padding-left:5px;cursor:pointer}rating-item-editor .svda-delete-item,rating-item-editor .svda-title-editor-start{display:none}.svda-add-new-rating-item{pointer-events:all;padding:0 1em;line-height:2em;display:none}.svd_q_selected rating-item-editor{display:inline-block}.svd_q_selected rating-item-editor .svda-content{pointer-events:all}.svd_q_selected .item_editable:hover rating-item-editor .svda-delete-item,.svd_q_selected .item_editable:hover rating-item-editor .svda-title-editor-start,.svd_q_selected .svda-add-new-rating-item{display:inline-block}.image_item_editable{position:relative}.sv_imagepicker_root .svda-add-new-item{vertical-align:top;border:1px solid #d3d3d3;border-radius:4px;text-align:center;padding:0}.svd_q_selected .image_item_editable image-item-editor{display:block}.svd_q_selected .image_item_editable .svda-delete-item,.svd_q_selected .image_item_editable .svda-drag-handle{visibility:visible}image-item-editor{display:none;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);padding:0 1em;border-radius:.5em;background-color:#fff;opacity:.75}image-item-editor .svda-content{position:relative;pointer-events:all}image-item-editor .svda-content .edit-image-item{cursor:pointer}.image_editable{position:relative}.svd_q_selected .image_editable image-editor,.svd_survey_header .image_editable:hover image-editor{display:block}.svd_q_selected .image_editable .svda-choose-file,.svd_survey_header .image_editable:hover .svda-choose-file{pointer-events:all}.svda-image-editor{overflow:hidden}image-editor{display:none;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);padding:0 1em;border-radius:.5em;background-color:#fff;opacity:.75}image-editor .svda-content{position:relative;pointer-events:all}image-editor .svda-content .edit-image-item{cursor:pointer}image-editor .svda-content .svda-delete-item{visibility:visible}flowpanel-actions{display:none;position:relative}flowpanel-actions .svda_question_action{font-weight:700;cursor:pointer;margin-left:1em}.svd_q_selected>.svda-question-actions flowpanel-actions{display:block}.svd_q_selected>.svda-question-actions .svda_action_separator{margin-left:15px;margin-top:-5px}.svd_survey_designer f-panel .svda-question-actions{left:0;right:0;padding:0 15px;background-color:hsla(0,0%,100%,.5)}.svd_survey_designer f-panel .svda-question-actions>question-actions{position:relative}.svda-title-actions{display:inline-block;position:absolute;max-width:90%;top:5px;right:10px}.svda-title-action__show-hide{vertical-align:top}title-actions{display:inline-block;background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4)}title-actions .svda_action_separator.svda_action_separator{margin-right:10px;border:none}.svd_survey_header--hidden{height:0;padding:0}.svd_survey_header--hidden title-actions{background-color:initial}.svd_survey_header--hidden>:not(.svda-title-actions){display:none!important}.svd-accordion-tab-header{background-color:#e0e0e0;min-height:32px;line-height:32px;margin-bottom:1em;font-size:14px;padding:0 1em;cursor:pointer}.svd-accordion-tab-header .icon-toolbox-arrow{float:right;margin-top:-2px}.svd-accordion-tab-content{overflow:hidden}.svd-toolbar-button .svd-toolbar-button__image{line-height:1em;display:inline-block}.svd-toolbar-button .svd-toolbar-button__image .svd-svg-icon{margin-top:-.25em;margin-right:.25em}.svd-toolbar-button .svd-toolbar-button__title{line-height:1em;display:inline-block}.svd-toolbar-dropdown{line-height:34px;margin-right:1em;white-space:nowrap}.svd-toolbar-dropdown .svd-toolbar-dropdown__label{display:inline-block;vertical-align:top}.svd-toolbar-dropdown .svd-toolbar-dropdown__select{display:inline-block;padding:0 40px 0 12px;border:1px solid #ccc;height:34px;min-width:100px}.svd_container .svd_content .svd-toolbar-dropdown .svd_custom_select{vertical-align:top;width:auto}.svd_container .svd_content .svd-toolbar-dropdown .svd_custom_select .svd-toolbar-dropdown__select{padding:0 40px 0 12px}.svd-toolbar-boolean{margin-right:1em;line-height:34px}.svd-toolbar-boolean .svd-toolbar-boolean_check{display:inline-block;width:30px;position:relative;height:26px;vertical-align:middle}.row>svd-splitter,svd-splitter{display:table-cell;min-width:4px;width:4px;max-width:4px;cursor:ew-resize;position:relative}.row>svd-splitter div.svd-splitter,svd-splitter div.svd-splitter{background-color:#d3d3d3;position:absolute;top:0;left:0;right:0;bottom:0}.row>svd-splitter.svd-active-splitter>div.svd-splitter.svd-splitter.svd-splitter,.row>svd-splitter:hover>div.svd-splitter.svd-splitter.svd-splitter,svd-splitter.svd-active-splitter>div.svd-splitter.svd-splitter.svd-splitter,svd-splitter:hover>div.svd-splitter.svd-splitter.svd-splitter{background-color:grey}.row>svd-splitter.svd-active-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon,.row>svd-splitter:hover>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon,svd-splitter.svd-active-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon,svd-splitter:hover>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon{fill:grey}.row>svd-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split,svd-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split{position:absolute;top:50%;left:-6px}.row>svd-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon,svd-splitter>div.svd-splitter.svd-splitter.svd-splitter>div.icon-split>svg.svd-svg-icon{width:16px;height:16px;fill:#d3d3d3}svd-designer-container{vertical-align:top}.svd-designer-container{overflow:hidden;height:100%}.svd-designer-container--left-side{display:table-cell;vertical-align:top;width:15%;max-width:15%;flex-basis:15%}.svd-designer-container--left-side .svd-designer-container__header{text-align:left}.svd-designer-container--left-side .svd-icon-container--left-close,.svd-designer-container--left-side .svd-icon-container--left-open{display:block;float:right}.svd-designer-container--right-side{display:table-cell;vertical-align:top;width:35%;max-width:35%;flex-basis:35%}.svd-designer-container--right-side .svd-designer-container__header{text-align:right}.svd-designer-container--right-side .svd-icon-container--right-close,.svd-designer-container--right-side .svd-icon-container--right-open{display:block;float:left}.svd-designer-container--right-side .svd_toolbox{margin-left:1em}.svd-designer-tabbed-container__tab-header-container{padding:0 1em}.svd-designer-tabbed-container__tab-header{display:inline-block;cursor:pointer;font-size:1.17em;text-transform:uppercase;padding:5px 10px 10px;border-bottom:4px solid transpereant}.svd-designer-tabbed-container__tab-header:hover{color:#1ab394;color:var(--primary-color,#1ab394)}.svd-designer-tabbed-container__tab-header-active{border-bottom:4px solid #1ab394;border-bottom-color:var(--primary-color,#1ab394)}.svd-designer-tabbed-container__tab-content{display:none;height:100%;overflow-x:hidden;overflow-y:auto}.svd-designer-tabbed-container__tab-content.svd-designer-tabbed-container__tab-content-active{display:block}.svd-designer-container__header{padding:0 1em;height:1.5em;margin-bottom:3em;margin-top:.35em;-webkit-user-select:none;user-select:none}.svd-designer-container__header-title{font-size:1.17em;font-weight:600;text-transform:uppercase}.svd-icon-container{display:none;cursor:pointer}.svd-icon-container.svd-icon-container.svd-icon-container>svg-icon>svg.svd-svg-icon,.svd-icon-container.svd-icon-container.svd-icon-container>svg.svd-svg-icon{width:14px;height:24px;fill:#d3d3d3}.svd-icon-container.svd-icon-container.svd-icon-container>svg-icon>svg.svd-svg-icon:hover,.svd-icon-container.svd-icon-container.svd-icon-container>svg.svd-svg-icon:hover{fill:grey}svd-designer-h-container{vertical-align:top}.svd-designer-container--top{width:100%}.svd_container .svd_object_selector{display:block;width:100%;padding:15px 0 15px 15px}.svd_container .svd_object_selector .svd-toolbar-dropdown,.svd_container .svd_object_selector .svd-toolbar-dropdown .svd_custom_select{width:100%}.svd_container .svd_properties{height:100%;border:none;padding:0;margin-left:-.5px;font-size:1.17em}.svd_container .svd_properties .modal{font-size:.857em;color:#676a6c;color:var(--primary-text-color,#676a6c)}.svd_object_editor{padding:1.4em}.svd_object_editor .form-control{border-radius:0}.svd_object_editor input[type=checkbox].form-control{width:25px}.svd_object_editor survey-widget{display:block;margin-bottom:1em}.svd_object_editor survey-widget .sv_main .sv_custom_header{background:transparent}.svd_object_editor survey-widget .sv_main .sv_container .sv_body .sv_row .sv_q,.svd_object_editor survey-widget .sv_row{min-width:auto}.svd_object_editor survey-widget .svd-survey-nopadding{padding:0;margin:0}.table.svd_properties_grid .form-group{margin-bottom:0}.table.svd_properties_grid>tbody>tr>td{border:none;padding:0;line-height:3.25em;background-color:initial;vertical-align:middle}.table.svd_properties_grid>tbody>tr>td:first-child{font-weight:600;-webkit-user-select:none;user-select:none}.table.svd_properties_grid>tbody>tr>td .modal-content{line-height:normal}.svd_container .svd_content .svd_property_editor_dropdown .svd-toolbar-dropdown .svd_custom_select,.svd_property_editor_dropdown .svd-toolbar-dropdown{width:100%}.svd_property_editor_dropdown{min-width:120px;display:block}.svd_items_table .svd_property_editor_dropdown{min-width:100px;width:100px}.select2-container--default .select2-selection--single{height:34px;overflow:hidden}.select2-container--default .select2-selection--single .select2-selection__rendered{word-wrap:break-word;word-break:break-all;text-overflow:inherit;white-space:normal}.select2-container--default .select2-results>.select2-results__options{width:100%;overflow-x:hidden}.sjs-cb-switch .sjs-cb-switch__container{display:inline-block;width:38.5px}.sjs-cb-switch .sjs-cb-switch__label{vertical-align:top;margin-left:1em}.sjs-cb-switch .sjs-cb-switch_control{position:relative;cursor:pointer;background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);height:22px;border:1px solid #ccc;border-color:var(--dd-menu-border,#ccc);border-radius:100px;transition:background-color .25s ease-out,border-color .25s ease-out}.sjs-cb-switch input{display:none}.sjs-cb-switch .sjs-cb-switch__button{pointer-events:none;position:absolute;transition:right .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;right:45%;height:100%;width:55%;background-color:#ddd;background-color:var(--secondary-border-color,#ddd);border-radius:50%;border:3px solid #f4f4f4;border-color:var(--secondary-bg-color,#f4f4f4)}.sjs-cb-switch input:checked+.sjs-cb-switch_control{background-color:#1ab394;background-color:var(--primary-color,#1ab394);border-color:#1ab394;border-color:var(--primary-color,#1ab394)}.sjs-cb-switch input:checked+.sjs-cb-switch_control .sjs-cb-switch__button{background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4);border-color:#1ab394;border-color:var(--primary-color,#1ab394);right:0}.sjs-cb-switch input:disabled+.sjs-cb-switch_control{cursor:not-allowed;background-color:#ddd;background-color:var(--secondary-border-color,#ddd);border-color:#ccc;border-color:var(--dd-menu-border,#ccc)}.sjs-cb-switch input:disabled+.sjs-cb-switch_control .sjs-cb-switch__button{background-color:#ccc;background-color:var(--dd-menu-border,#ccc);border-color:#ddd;border-color:var(--secondary-border-color,#ddd)}.propertyeditor-expression,.svd-propertyeditor-condition{width:100%}.propertyeditor-expression textarea,.svd-propertyeditor-condition textarea{max-width:100%;min-width:100%}.propertyeditor-expression .assistant,.svd-propertyeditor-condition .assistant{padding-left:1em;width:200px;float:right}.propertyeditor-expression .assistant .assistant-title,.svd-propertyeditor-condition .assistant .assistant-title{margin-bottom:.5em;font-weight:700}.propertyeditor-expression .assistant .assistant-content,.svd-propertyeditor-condition .assistant .assistant-content{overflow-y:auto;height:125px}.propertyeditor-expression .assistant .assistant-content .assistant-item,.svd-propertyeditor-condition .assistant .assistant-content .assistant-item{margin-bottom:.5em;cursor:pointer}.propertyeditor-expression .svd_custom_select,.svd-propertyeditor-condition .svd_custom_select{width:auto}.propertyeditor-expression .svd_custom_select select:disabled,.svd-propertyeditor-condition .svd_custom_select select:disabled{background-color:#f4f4f4;background-color:var(--secondary-bg-color,#f4f4f4)}.propertyeditor-expression .svd-propertyeditor-condition-wide-table,.svd-propertyeditor-condition .svd-propertyeditor-condition-wide-table{width:100%;table-layout:fixed;border-spacing:0;margin:10px 0}.propertyeditor-expression .svd-propertyeditor-condition-wide-table td,.svd-propertyeditor-condition .svd-propertyeditor-condition-wide-table td{padding:10px 0}.propertyeditor-expression .svd-propertyeditor-condition-wide-table td:last-child,.svd-propertyeditor-condition .svd-propertyeditor-condition-wide-table td:last-child{width:20px;line-height:28px;vertical-align:top}.propertyeditor-expression .svd-propertyeditor-condition-wide-table .svd-propertyeditor-condition-item-delete-icon,.svd-propertyeditor-condition .svd-propertyeditor-condition-wide-table .svd-propertyeditor-condition-item-delete-icon{float:right;cursor:pointer}.svd_container survey-widget .sv_main .sv_custom_header{display:none}.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey,.svd_container survey-widget .sv_main .svd-property-editor-survey{background-color:initial;border:none;padding:0}.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root .sv_page_title,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page .sv_page_title,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root .sv_page_title,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page .sv_page_title{display:none}.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row{background-color:initial;border:none}.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_q,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_q,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn{padding:0}.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_q input,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_q select,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn input,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn select,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q input,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q select,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn input,.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .sv_body.svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn select,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_q input,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_q select,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn input,.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .svd-property-editor-survey .sv_p_root>.sv_row .sv_qstn select,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q input,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_q select,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn input,.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn select{height:34px;line-height:34px}.svd_container survey-widget .sv_main .svd-property-editor-survey .svd-property-editor-survey-page>.sv_row .sv_qstn .sv_q_matrix input{height:auto}.svd-expression-header{background-color:#f0f0f0;margin-bottom:1em;padding:.5em;cursor:pointer}.svd-expression-header .icon-expression-arrow{float:right;margin-top:-2px;margin-right:7px}.propertyeditor-validators .first-addon{padding:6px 12px}.propertyeditor-validators .svd-available-classes-container{border:1px solid #ccc;border-radius:2px;padding:0;box-shadow:0 6px 12px rgba(0,0,0,.175);margin-top:-16px;font-size:1.17em;display:none;background-color:#fff;background-color:var(--primary-bg-color,#fff)}.propertyeditor-validators .svd-available-classes-container li{margin:5px 0;width:100%}.propertyeditor-validators .svd-available-classes-container li a{padding:3px 20px;color:#262626;width:100%;font-weight:400;display:block}.propertyeditor-validators .svd-available-classes-container li a:hover{background-color:#f4f4f4;text-decoration:none}.propertyeditor-validators .svd-available-classes-container--active{display:block}.svd-property-editor-file{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.svd-property-editor-file .svda-delete-item{visibility:initial}.svd-choose-file-control{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.svd-property-editor-file-content{color:#d3d3d3;padding-left:20px}
/*# sourceMappingURL=2.95c21d20.chunk.css.map */