:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index) px);width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.f{--y:calc(var(--len) - var(--nth));width:100%;transform:translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - .05 * var(--y)));min-height:80px;transition:all .3s;position:absolute;bottom:0;right:0}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(5px)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__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)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translateZ(0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}.trial-warning-button-wrapper{box-shadow:none;z-index:10000;color:#777;background:#fff;border:1px solid #e0e0e0;flex-direction:row;justify-content:flex-end;align-items:center;height:44px;padding:0 80px 0 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.trial-warning-button-wrapper .integrations-trial-wrapper{background:#f5f5f5;border-radius:5px;align-items:center;padding:2px 10px;font-weight:400;display:flex}.trial-warning-button-wrapper .integrations-trial-wrapper span[role=img]{margin-right:8px}.trial-warning-button-wrapper .integrations-trial-wrapper>i{color:#ef4c30;margin-right:5px}.trial-warning-button-wrapper .integrations-trial-wrapper>b{margin-left:5px}.trial-warning-button-wrapper--button{gap:13px;padding:4px 5px;transition:all .2s ease-in-out;display:flex;position:relative}.trial-warning-button-wrapper--button:hover{background-color:#ebf6f5;border:1px solid #00a898}.trial-warning-button-wrapper--button{border-radius:100px}.trial-warning-button-wrapper--button .btn.trial-warning-button{margin:0}.trial-warning-button-wrapper--button .free-trial-label,.trial-warning-button-wrapper--button .integrations-trial-wrapper{transition:all .2s}@media (width<=1440px){.trial-warning-button-wrapper--button .free-trial-label{display:none}}@media (width<=1390px){.trial-warning-button-wrapper--button{gap:0;padding-left:7px}.trial-warning-button-wrapper--button .free-data-storage__wrapper{padding:0 10px}.trial-warning-button-wrapper--button .free-data-storage__label{display:none}}@media (width<=1240px){.trial-warning-button-wrapper--button .integrations-trial-wrapper{display:none}}@media (width<=1120px){.trial-warning-button-wrapper--button .free-data-storage__wrapper{display:none}}.trial-warning-button-wrapper--button .integrations-trial-wrapper{background-color:#0000}.trial-warning-button-wrapper--button span{align-items:center;gap:4px;display:flex}.trial-warning-button-wrapper--button .trial-warning-button.btn-secondary.btn-teal{border:1px solid #00a8981a}.trial-warning-button-wrapper .integrations-trial-tooltip-wrapper{align-items:center;height:45px;display:flex}.modal h1.trial-signup-success-message,.modal h1.trial-signup-unsubscribe-message{margin-bottom:10px;font-size:24px;font-weight:600}.trial-signup-success-message+p,.trial-signup-unsubscribe-message+p{color:#8a8a8a;font-size:16px;margin-bottom:30px!important}.view-app-button-wrapper{flex-direction:row;align-items:center;gap:18px;margin-right:18px;display:flex;position:relative}.view-app-button-wrapper .icon.icon-launch{width:18px;height:18px;-webkit-mask-size:contain;mask-size:contain}.view-app-button-wrapper .view-app-button{text-wrap:nowrap;white-space:nowrap;cursor:pointer;border-radius:100px;flex-direction:row;justify-content:center;align-items:center;width:126px;height:38px;transition:all .1s ease-in;display:flex;overflow:hidden}.view-app-button-wrapper .view-app-button:hover{background:linear-gradient(#006b5a 0% 100%)}.view-app-button-wrapper .view-app-button p{color:#fff;font-size:12px;font-weight:500;display:block}.view-app-button-wrapper .view-app-button[disabled]{pointer-events:none}.view-app-button-wrapper .view-app-button .view-app-rocket{width:18px;height:18px;margin-right:6px}.view-app-dropdown-wrapper{-webkit-user-select:none;user-select:none;background:#fff;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:270px;height:172px;display:flex;position:absolute;top:62px;right:-32px;overflow:hidden;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.view-app-dropdown-wrapper>*{text-decoration:none}.view-app-dropdown-wrapper>:hover{cursor:pointer}.view-app-dropdown-wrapper .view-app-dropdown-item{border-bottom:1px solid #eee;flex-direction:row;flex:1;justify-content:space-between;align-items:center;width:100%;height:70px;padding:20px 18px;transition:all .1s ease-in;display:flex}.view-app-dropdown-wrapper .view-app-dropdown-item *{transition:all .1s ease-in}.view-app-dropdown-wrapper .view-app-dropdown-item--disabled{pointer-events:none}.view-app-dropdown-wrapper .view-app-dropdown-item:hover{background:#00a8981a}.view-app-dropdown-wrapper .view-app-dropdown-item:hover .view-app-dropdown-item-icon{background:#00a898}.view-app-dropdown-wrapper .view-app-dropdown-item:hover .icon{background-color:#fff}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-text{flex-direction:column;flex:1;display:flex}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-text *{display:block}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-text h3{color:#333;margin-bottom:3px;font-size:14px;font-weight:600}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-text p{color:#757575;white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-size:12px;font-weight:400;overflow:hidden}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-icon{background:#00a8981a;border:1px solid #00a8981a;border-radius:300px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.view-app-dropdown-wrapper .view-app-dropdown-item .view-app-dropdown-item-icon .icon.icon-play{margin-left:2px}.view-app-dropdown-wrapper .view-app-dropdown-item--disabled .view-app-dropdown-item-icon{background:#fff!important;border:1px solid #eee!important}.view-app-dropdown-wrapper .view-app-dropdown-item--disabled .icon{background-color:#eee!important}.view-app-dropdown-wrapper .view-app-dropdown-item--disabled:hover{background:#fff}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing{text-align:center;color:#757575;background:#f8f8f8;justify-content:center;align-self:flex-end;align-items:center;width:100%;height:28px;padding:6px;font-size:10px;font-weight:600;display:flex}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing *{display:block}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing{transition:all .1s ease-in}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing .icon{width:15px;height:9px;margin-right:5px;transition:all .1s ease-in;-webkit-mask-size:contain;mask-size:contain}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing:hover{color:#00a898;background-color:#00a8981a}.view-app-dropdown-wrapper .view-app-dropdown-go-to-publishing:hover .icon{background-color:#00a898}.profile{color:#fff;border-radius:100%;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.profile-teal{background-color:#00a898}.profile-orange{background-color:#ef4c30}.profile-purple{background-color:#43437a}.profile-yellow{color:#333;background-color:#ffc00e}.profile-green{background-color:#a1cd46}.profile-darkPink{background-color:#a82058}.profile-white{background-color:#fff}.profile-darkerGray{background-color:#aaa}.profile-filterLabel{background-color:#616161}.profile-medium{min-width:38px;height:38px;font-size:16px}.profile-big{min-width:42px;height:42px;font-size:16px}.color-stripe{flex-direction:row;flex:1;align-items:stretch;display:flex}.color-stripe .color-stripe-bar{flex:1}.app-navbar{z-index:10000;background:#fff;flex-direction:row;align-items:stretch;height:64px;padding:4px 40px 0;transition:top .2s;display:flex;position:fixed;top:0;left:-20px;right:-20px;box-shadow:0 2px 6px #00000026,0 0 0 1px #00000008}.offline-banner-visible .app-navbar{top:32px}.app-navbar a{color:inherit}.app-navbar-brand{text-indent:-10000px;background:url(./logo-D5g_SjCc.svg) 0 no-repeat;width:100px;margin-right:20px;display:block;overflow:hidden}.app-navbar-brand--transcosmos{text-indent:-10000px;background:url(./logo_transcosmos-BlzKV5gD.svg) 0 no-repeat;width:100px;margin-right:20px;display:block;overflow:hidden}.navbar-spacer{flex:1}.navbar-user-info{align-items:justify;display:flex;position:relative}.navbar-user-avatar{align-items:center;display:flex}.navbar-user-avatar .icon{background:#ccc}.navbar-user-menu{background:#fff;border-radius:6px;width:220px;max-height:80vh;margin-top:-4px;padding:10px 0;font-size:14px;font-weight:500;display:none;position:absolute;top:67px;right:0;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.expand-width{width:260px}.navbar-team-switcher{min-height:52px;margin-bottom:-10px;overflow-y:auto}.navbar-team-switcher-item{grid-template-columns:50px 1fr;align-items:center;padding:10px;display:grid}.navbar-team-switcher-item:hover{cursor:pointer;background-color:#f5f5f5}.navbar-team-switcher-item.selected{cursor:pointer;background-color:#00a8981f}.navbar-team-switcher-item.selected:hover{cursor:pointer;background-color:#f5f5f5}.navbar-user-menu a{padding:15px 20px;text-decoration:none;display:block}.navbar-team-switcher-team-name{word-break:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.navbar-user-menu a:hover{background:#f5f5f5}.navbar-user-menu hr{border:none;border-top:1px solid #f1f1f1;margin:10px 0}.navbar-user-menu.expanded{flex-direction:column;display:flex}.app-navbar-stripe{height:4px;position:absolute;top:0;left:0;right:0}.navbar-dropdown-container{flex-direction:row;display:flex;position:relative}.navbar-dropdown-children{background:#fff;border-radius:6px;flex-direction:column;width:360px;min-width:220px;max-height:85vh;margin-top:-4px;padding:10px 0;font-size:14px;font-weight:500;display:flex;position:absolute;top:54px;left:calc(50% - 180px);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.navbar-dropdown-children a{padding:15px 20px;text-decoration:none;display:flex}.navbar-dropdown-children a:hover{background:#f5f5f5}.navbar-dropdown-children hr{border:none;border-top:1px solid #f1f1f1;margin:10px 0}.team-switcher-item-hire-expert{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20d='m53.91,100.97l18.22-5.67c.76-.24.76-1.31,0-1.55l-18.22-5.67c-.25-.08-.45-.28-.53-.53l-5.58-17.92c-.24-.76-1.31-.76-1.55,0l-5.63,18.06c-.08.25-.28.45-.53.53l-17.77,5.53c-.76.24-.76,1.31,0,1.55l17.77,5.53c.25.08.45.28.53.53l5.63,18.06c.24.76,1.31.76,1.55,0l5.58-17.92c.08-.25.28-.45.53-.53Z'%20fill='%23ff3a17'/%3e%3cpath%20d='m38.25,36.06l17.18-5.35c.72-.22.72-1.24,0-1.46l-17.18-5.35c-.24-.07-.43-.26-.5-.5l-5.26-16.9c-.22-.72-1.24-.72-1.46,0l-5.31,17.03c-.07.24-.26.43-.5.5l-16.76,5.22c-.72.22-.72,1.24,0,1.46l16.76,5.22c.24.07.43.26.5.5l5.31,17.03c.22.72,1.24.72,1.46,0l5.26-16.9c.07-.24.26-.43.5-.5Z'%20fill='%23fb0'/%3e%3cpath%20d='m96.66,43.75l-9.05-29.05c-.38-1.21-2.09-1.21-2.47,0l-9.05,29.05c-.13.41-.44.72-.85.85l-28.58,8.9c-1.21.38-1.21,2.09,0,2.47l28.8,8.97c.41.13.72.44.85.85l8.82,28.33c.38,1.21,2.09,1.21,2.47,0l8.82-28.33c.13-.41.44-.72.85-.85l28.8-8.97c1.21-.38,1.21-2.09,0-2.47l-28.58-8.9c-.41-.13-.72-.44-.85-.85Z'%20fill='%2300ab95'/%3e%3c/svg%3e") 125px/20px no-repeat}.navbar-user-menu .team-switcher-item-hire-expert:hover{color:#00a898;background:#f5f5f5 url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20d='m53.91,100.97l18.22-5.67c.76-.24.76-1.31,0-1.55l-18.22-5.67c-.25-.08-.45-.28-.53-.53l-5.58-17.92c-.24-.76-1.31-.76-1.55,0l-5.63,18.06c-.08.25-.28.45-.53.53l-17.77,5.53c-.76.24-.76,1.31,0,1.55l17.77,5.53c.25.08.45.28.53.53l5.63,18.06c.24.76,1.31.76,1.55,0l5.58-17.92c.08-.25.28-.45.53-.53Z'%20fill='%23ff3a17'/%3e%3cpath%20d='m38.25,36.06l17.18-5.35c.72-.22.72-1.24,0-1.46l-17.18-5.35c-.24-.07-.43-.26-.5-.5l-5.26-16.9c-.22-.72-1.24-.72-1.46,0l-5.31,17.03c-.07.24-.26.43-.5.5l-16.76,5.22c-.72.22-.72,1.24,0,1.46l16.76,5.22c.24.07.43.26.5.5l5.31,17.03c.22.72,1.24.72,1.46,0l5.26-16.9c.07-.24.26-.43.5-.5Z'%20fill='%23fb0'/%3e%3cpath%20d='m96.66,43.75l-9.05-29.05c-.38-1.21-2.09-1.21-2.47,0l-9.05,29.05c-.13.41-.44.72-.85.85l-28.58,8.9c-1.21.38-1.21,2.09,0,2.47l28.8,8.97c.41.13.72.44.85.85l8.82,28.33c.38,1.21,2.09,1.21,2.47,0l8.82-28.33c.13-.41.44-.72.85-.85l28.8-8.97c1.21-.38,1.21-2.09,0-2.47l-28.58-8.9c-.41-.13-.72-.44-.85-.85Z'%20fill='%2300ab95'/%3e%3c/svg%3e") 125px/20px no-repeat}.stepper,.stepper .step{justify-content:center;align-items:center;display:flex}.stepper .step-text{color:#757575;margin-left:10px;font-size:12px}.stepper .step-bullet{color:#fff;background-color:#bdbdbd;border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex}.stepper .step-bullet .icon{background-color:#fff;width:16px;height:16px;-webkit-mask-size:16px;mask-size:16px}.stepper .step-current .step-text{color:#333;font-weight:500}.stepper .step-done .step-bullet{background-color:#00a898}.stepper hr{border-color:#9e9e9e;border-top-width:0;border-bottom-width:1px;flex:1;max-width:66px;margin:0 20px}.stepper.stepper-teal .step-done .step-bullet{background-color:#00a898}.stepper.stepper-orange .step-done .step-bullet{background-color:#ef4c30}.stepper.stepper-yellow .step-done .step-bullet{color:#333;background-color:#ffc00e}.stepper.stepper-yellow .step-done .step-bullet .icon{background-color:#333}.stepper.stepper-green .step-done .step-bullet{background-color:#a1cd46}.stepper.stepper-purple .step-done .step-bullet{background-color:#43437a}.stepper.stepper-darkPink .step-done .step-bullet{background-color:#a82058}.stepper.stepper-red .step-done .step-bullet{background-color:#e0432f}.modal-wrapper{z-index:20000;flex-direction:column;padding:40px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-wrapper:before{pointer-events:none}.modal-wrapper-small-padding{padding:10px}.modal-wrapper-error-message{color:#f44;margin:8px 16px;font-weight:500}.modal-wrapper-gray-out{background:#ffffffe6}.modal-wrapper-hide-dimmer{background-color:#0000}.modal-wrapper-text-aligned-left{text-align:left}.modal-inner-wrapper{flex:1;justify-content:center;align-items:center;min-height:min-content;display:flex}.modal-inner-wrapper--top{align-items:flex-start}.modal-wrapper-gray-out.modal-wrapper-white{background:#fff9}.modal-wrapper-white .modal{border-radius:25px;box-shadow:0 4px 12px -4px #0000004d,0 8px 30px #0000001f}.modal h1{margin-bottom:.8em;font-size:20px;font-weight:400}.modal h1>span{color:#8a8a8a;font-size:12px;font-weight:400;display:block}.modal-fit-content{height:fit-content}.modal-wrapper-constrained .modal-inner-wrapper{height:100%}.modal-wrapper-constrained .modal{max-height:100%;overflow:hidden}.modal-wrapper-fixed-height .modal{height:100%}.modal{-webkit-user-select:text;user-select:text;background:#fff;border-radius:12px;width:100%;padding:35px 40px 30px;position:relative;overflow:hidden;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.modal.modal-scrolling{flex-direction:column;max-height:calc(100vh - 80px);padding:0;display:flex}.modal.modal-scrolling>div:not(.modal-close),.modal.modal-scrolling>form{flex-direction:column;height:100%;padding:35px 40px 30px;display:flex;overflow:hidden}.modal.modal-scrolling .modal-content{flex:1;max-height:calc(100vh - 230px);overflow:auto}.modal.overflow-visible{overflow:visible}.modal .modal-header{border-bottom:1px solid #eee;flex-direction:row;justify-content:flex-start;align-items:center;margin:-35px -40px 0;padding:32px 24px 16px;display:flex}.modal .modal-header>*{margin:0 8px 0 0}.modal .modal-header>:last-child{margin-right:0}.modal .modal-header h1{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:20px;font-weight:500;overflow:hidden}.modal .modal-header .icon-button-wrapper{width:40px;max-width:40px;height:40px;max-height:40px;padding:8px}.modal .modal-header.modal-header-stepper{display:block}.modal .modal-content{margin:0 -40px;padding:20px 40px 40px}.modal .modal-content.fluid{margin:0 -40px;padding:0}.modal .modal-content>:first-child{margin-top:0}.modal .modal-content>:last-child{margin-bottom:0}.modal .modal-content.marketplace{padding:0 40px;overflow:hidden}.modal .modal-content .modal-stepper{margin-top:-32px;margin-bottom:32px}.modal .modal-actions{border-top:1px solid #eee;flex-direction:row;justify-content:flex-end;align-items:center;margin:0 -40px -30px;padding:16px 24px;display:flex}.modal .modal-actions .modal-button-group{flex-direction:row;flex-grow:1;align-items:center;gap:8px;display:flex}.modal .modal-actions .modal-button-group.modal-left-buttons{justify-content:flex-start}.modal .modal-actions .modal-button-group.modal-right-buttons{justify-content:flex-end}.modal .modal-actions>.modal-left-button{position:absolute;left:24px}.modal .modal-container{margin:0 auto}.modal .modal-container>:last-child{margin-bottom:0}.modal .modal-close{justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.modal .modal-close .icon{width:10px;height:10px}.modal-wrapper-content-position-center .modal-header,.modal-wrapper-content-position-center .modal-content,.modal-wrapper-content-position-center .modal-actions{text-align:center;justify-content:center;align-items:center}.modal-wrapper-content-position-center .modal-actions .modal-button-group{flex-grow:unset}.modal-wrapper-content-constrained .modal>:not(.modal-close){flex-direction:column;gap:20px;display:flex}.modal-wrapper-content-constrained .modal-header,.modal-wrapper-content-constrained .modal-content,.modal-wrapper-content-constrained .modal-actions{margin:0;padding:0}.modal-wrapper-borderless .modal-header,.modal-wrapper-borderless .modal-content,.modal-wrapper-borderless .modal-actions{border:none}.modal-width-xs{max-width:480px}.modal-width-sm{max-width:640px}.modal-width-md{max-width:768px}.modal-width-lg{max-width:960px}.modal-width-xl{max-width:1200px}.modal-width-fluid{max-width:unset}.modal-header-color-orange,.modal-header-color-data{background-color:#ef4c301a}.modal-header-color-orange .icon-button-wrapper:hover,.modal-header-color-orange .multi-menu-trigger.expanded .icon-button-wrapper{background-color:#ef4c3026}.modal-header-color-orange .icon-button-wrapper:active{background-color:#ef4c304d!important}.modal-header-color-teal{background-color:#00a89826}.modal-header-color-teal .icon-button-wrapper:hover,.modal-header-color-teal .multi-menu-trigger.expanded .icon-button-wrapper{background-color:#00a8981a}.modal-header-color-teal .icon-button-wrapper:active{background-color:#00a89826!important}.app-rooms-modal,.removed-from-room-modal{z-index:1000;height:calc(100% - 64px);top:64px}.app-rooms-container{z-index:2;background-color:#f6f6f6;border-top-left-radius:3px;border-top-right-radius:3px;width:290px;transition:all .5s ease-out;position:fixed;bottom:0;left:400px}.app-rooms-container .grip{text-align:center;cursor:pointer;background-color:#f6f6f6;border-top-left-radius:3px;border-top-right-radius:3px;width:80%;height:36px;line-height:36px;position:absolute;top:-36px;left:10%}.app-rooms-container .content{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:16px 20px;display:flex;overflow:hidden}.app-rooms-container .content .session-row{flex-direction:row;justify-content:center;align-items:center;height:32px;font-family:Work Sans,sans-serif;font-size:16px;font-weight:500;line-height:32px;display:flex}.app-rooms-container .content .session-row .avatar{border:1.5px solid #222327;border-radius:8px;width:8px;height:8px;margin-right:8px}.app-rooms-container .content .session-row .name{text-wrap:nowrap;color:#222327}.app-rooms-container .content .session-row .name .user-id{opacity:.65;font-size:.95em;display:inline-block}.app-rooms-container .content .session-row .name .current-session-indicator{opacity:.6;margin-left:8px;font-size:.8em;display:inline-block}.app-rooms-container .content .session-row .kick-button{color:#f44;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:20px;transition:background-color .2s;display:flex;position:absolute;right:16px}.app-rooms-container .content .session-row .kick-button:hover{background-color:#ff44441a}.app-rooms-container.expanded,.app-rooms-container.expanded .grip{background-color:#e3e6e8}.app-icon{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:13px;width:60px;height:60px;box-shadow:inset 0 0 0 1px #0000001a}.app-icon-small{border-radius:7px;width:30px;height:30px}.app-icon-medium{border-radius:9px;width:40px;height:40px}.app-icon-dark-background{box-shadow:none}.app-icon-empty{box-shadow:none;background:#d1d1d1 url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='35px'%20height='35px'%20viewBox='0%200%2035%2035'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eFill%201%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Landing'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(-484.000000,%20-441.000000)'%3e%3cg%20id='Group-8'%20transform='translate(471.000000,%20116.000000)'%20fill='%23E4E4E4'%3e%3cg%20id='Fill-1'%20transform='translate(0.000000,%20312.000000)'%3e%3cpath%20d='M31.8610169,29.1389831%20L31.8610169,22.3333333%20L29.1389831,22.3333333%20L29.1389831,29.1389831%20L22.3333333,29.1389831%20L22.3333333,31.8613938%20L29.1389831,31.8613938%20L29.1389831,38.6666667%20L31.8610169,38.6666667%20L31.8610169,31.8613938%20L38.6666667,31.8613938%20L38.6666667,29.1389831%20L31.8610169,29.1389831%20Z%20M30.4998136,48%20C20.8350252,48%2013,40.1648914%2013,30.5%20C13,20.8351086%2020.8350252,13%2030.4998136,13%20C40.164602,13%2048,20.8351086%2048,30.5%20C48,40.1648914%2040.164602,48%2030.4998136,48%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50%/60% no-repeat}.new-app-platform{flex-direction:row;justify-content:center;align-items:stretch;margin:20px 0 30px;display:flex}.new-app-platform-item{cursor:pointer;text-align:center;border:1px solid #e0e0e0;border-radius:6px;flex-direction:column;flex:1;align-items:center;max-width:200px;padding:0 0 16px;transition:all .2s;display:flex;position:relative}.new-app-platform-item:hover{border-color:#d6d6d6}.new-app-platform-item.new-app-platform-selected{border-color:#ffc00e}.new-app-platform-item+.new-app-platform-item{margin-left:16px}.new-app-platform-checkmark{opacity:0;pointer-events:none;background:#e0e0e0;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.new-app-platform-item:hover .new-app-platform-checkmark{opacity:1}.new-app-platform-item.new-app-platform-selected .new-app-platform-checkmark{opacity:1;background:#ffc00e}.new-app-platform-title{color:#8a8a8a;font-weight:500}.new-app-platform-selected .new-app-platform-title{color:#000}.new-app-platform-icon{background:50%/contain no-repeat;width:200px;height:167px}.new-app-platform-responsive .new-app-platform-icon{background-image:url(./responsive-BtJSFg15.svg);height:160px;margin-top:7px}.new-app-platform-web .new-app-platform-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAFNCAYAAAAuHzk9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACvRJREFUeNrs3MtvXOUZwOFzzozHlzqYWEmACAJIXIQjRQlISLDgItENdNEN7KrsYJFF/wSyrViyYsk6m6pbFglI3VQCAVLiqkFKUETiJE5zsZ147Ln0fYeZ1E0RZVEnPsPzSJ9mcmZAOZ7J95vvnDkuCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgDJTjtDMnT54sPv/88/L06dPF8ePHi4WFhcH22OaVBrbVwYMHiz179hRnzpwZzD/55w8//LBfluXY7vNY7NlHH31UPvPMM8X6+nrZ6/WK1157rfj+++/Lzc3NweO3bt3y7ga21czMTNFsNouJiYniySef7H/zzTfF8vJyMTc31//uu++KtbW1foZFQHaI999/v/zkk0+Kb7/9tlpaWspgVKGcnJwsU7yQZafT8c4G7ouMx8bGRj/FXNSPOSnv9h599NF+xCUD0j9x4kR/XPa3Wde/+BtvvFG+9NJL5alTpzIcjXiRGvEJoBHBaISq2+1Wsb2M+2WsTIp4vPT2Brblk3hZ9lutVtFutzMO/Zh3ejH/9CIo3djWvXz5cje2dd95553i6tWrRcxbYxGRWk6qUfHy8OHD5ezsbJURjBfv93F7OEYjRjW8LbcMgPuhv2Wc6PV652J+akc8NuJD7WYG5fr1692vv/56sBoRkAfgiy++yHMdVYxmrCz+GJv+5H0L7DArMX4bYynGnQjJerPZbMe81amqqvfxxx/n4axa72BVx9XHzMxMlYes4o8TMY55nwI70K4Yf4ixJ+LxUIRjutPptIaH26u33nqr9kdHankO5Nq1a3mOPOM3EUvDA96n22t2drZ47rnn/CDGSB6Hv3Dhgh/E9nskgjGfZ9JjzurkYay4uxlzWO/SpUu137naBWRhYSFPmucqpBFFn9j62NTUVPHiiy8Obm/cuFF89dVXg+2PPfZY8eyzzxb5jazFxcXi+vXrg6/bHTp0qHj44YcH/5DOnj373z+ceM4TTzxRnDt37j+25/8rt/1avuG1d+/ewc+J8TF637PtHopw7I3bbox2jMFhrNu3b3dffvnlXIHU+jxI7Q5h7du3r2i1WmW73a7ym7pbH8tQZDxG/0B27959d8LPGORjL7zwwt3njibFjMTouVvjkTHKT99PP/303UDl/VGoAP6H6RhzseqYjTFZVVUz566cw+bm5mq/c3ULSPn666/nV+YG50HyJPrWB+9dEYwuJPyp52Qgfk4+b2VlZXCbq5nRtrw/egzglwQkxm8iHlPdbnci566cw/bv3z+Y0+q8c7U6hBUFz+9PF5OTk3mxTv7gG1sfz2OKuWKYnp4eHKZaXV0dbM/DU6NDWKNDVbl8z1XHaCmfz79XHu7Kwzejx/K/z/u5AhmH45f8ernA9r7OsZMx8uR5XnLQyEPwOYdduXJlMKfV+Ved1PVCwjJWEGXUvLz3H0VO+vfKyf7eCT+fOzpH8nPyZONP/f9+TRwrHz+jD1dsu/yQ2xrOtY38TRl5cXPOYcPbWp8DqV1A1tbWil27do2Wfi4SvE+fVu/9IgHwi+Rpgmr4rdG7FzfnyuP27dtjsXO18sMPPwyi0W63i16vJyDATjeYp/KbvDly7kpLS0u137Fm3Xcgz2McOXLEWxTYUbZeSlCM6dGSyssMsL2rj3ElIAAICAACAoCAACAgACAgAAgIAAICgIAAICAAICAACAgAAgKAgAAgIAAgIAAICAACAoCAACAgACAgAAgIAAICgIAAICAAICAACAgAAgKAgAAgIAAgIAAICAACAoCAACAgACAgAAgIAAICgIAAgIAAICAACAgAAgKAgACAgAAgIAAICAACAoCAAICAACAgAAgIAAICgIAAgIAAICAACAgAAgKAgACAgAAgIAAICAACAoCAAICAACAgAAgIAAICgIAAgIAAICAACAgAAgKAgPgRACAgAAgIAAICgIAAgIAAICAACAgAAgKAgACAgAAgIAAICAACAoCAAICAACAgAAgIAAICgIAAgIAAICAACAgAAgKAgACAgAAgIAAICAACAoCAAICAACAgAAgIAAICgIAAgIAAICAACAgAAgIAAgKAgAAgIAAICAACAgACAoCAACAgAAgIAAICAAICgIAAICAACAgAAgIAAgKAgAAgIAAICAACAgACAoCAACAgAAgIAAICAAICgIAAICAACAgAAgIAAgKAgAAgIAAICAACAgACAoCAACAgAAgIAAgIAAICgIAAICAACAgACAgAAgKAgAAgIAAICAAICAACAoCAACAgAAgIAIxpQKpK/4AdrS8gO1BZloMBwIPRrOtfvNFoCAhQl1XIYFRVdXdFMjU1ZQXyoHQ6naLb7XprArWIR45QTExMDB7Yv3+/gDwoWe9YgfS8P4EdLOeoToxuzFeDiGxubvanp6fHYudqF5AIRz8PX8UKpBe3vdXV1Yveo8BOc+fOnbxZi7EeK4+NCMhmN+S8dfPmzf7s7Gz/zTffFJD7JX/YBw8eLNbX1wclzxcjav6XxcXF3OYdC+wIN27cKM6ePbsRd/8R43ZGpNfrbVZV1ckVSLPZHBzOOnXqVK33s3ZnoU+fPl1dvHixGRVvxQuyK6o+H5uPxvhdjMkYrRgTwzhWW/bRGXdgu/S33OZhq1sx/haR+HtE43zcXoo/L8WctRxz1kp84G3H9u7bb79d68PwtfsWViwLBy/Q2tpaL5aAuSTMpcef40X5a4xH4oXaG7e743YmYxL3M/VlnaMJ1CYe+c2edsw5ueq4EfPPckTjetxfzekrD2O1Wq3uxMRE//Lly7Xf8doF5MsvvywOHDjQn5+f77RDvCBrMf4ZL1IvjzPGU1Zi7IqR35GbiG0N4QDuU0S6Medsxpy0PoxGRuRa3N6M7TlXbcS0lZHpnz9/vvYXGdYuIB988EH/s88+66+srORJ9M7k5OR6p9NZHX7DYbP48Xhjrj7yMFauPqry3xeMiAiwLfHIcxrFj4evNjMiMe7EHLUan21vVVW1FvdH50F6uQKZm5sTkAdhcXGxf+TIkV50IU9IFXlCKiKyMVw23ozRGq48GvFild1utxy+uAD/d/kZNQLRH8qv7ObYjGC04+H1mIfa6+vrmzMzM52Yj3pLS0v9+DBc//2u61/8+PHj5aFDh6rnn3++unDhQjNWIo14sTKIzeFtFS9oFffL/J1ZAgJsZ0ByjskjIRmIXIlkRGL+yWtAMiTdmKM6V69e7Z05c6YX89dYTEi1PqSTETl27Fh58eLFcnl5efCtq3a7XU1NTeV+lRGQwcojVicOXQHbKlcgw2vUBpcZ5GnZPFyV16zNz8/3pqen+ydOnOiPSzxqH5BRRF599dW8DqRstVpl3u7bt6/Y2Ngo81cG+HUnwP0U4ShiLsrztMWVK1cG5zryAui8NuS9994bq0MhY/XJ/OTJk2UsEYtYIhZHjx4tnnrqqcH2qL4VCLCtXnnllf7jjz9enD9/vvj000+LhYWF4t133y2GX/ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANip/iXAAFANxOgWlBjxAAAAAElFTkSuQmCC)}.new-app-platform-mobile .new-app-platform-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAFNCAYAAAAuHzk9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADzBJREFUeNrs3V2MVeV6B/C19nwyMzCMyGfUiBVE8YAFDCaaSC+5ICZNpGlk0l5x4zE9dyZNUzHhSr3wxhvbBJO2V6Y9J2kakiYHqS21JaExGDCeIBQonwMMX8N87r36Pou9p+Occ6yMw2HY8/sl6+yPmSGu5+xZ//W877vWZBkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANIVt27ZlRVE01fbZZ5/5P5Y5L1cCHhY7duzIb926le3duzc7ceJE1tbWVm4LFy4svx5faxarVq3Kzp8/Xz6/c+dO1tXVlR0/fjw7duxYNjAwkB08eLDwiUCAwPfYvXt3vnXr1uzw4cPZ+vXr8ziwXrx4Mc7S8wiPlpaWrLW1tWn3f2RkpOxIxsfHi9jXlStXZl999VWESrFly5Zs586d8W3CBAECDZs3b877+/uznp6e/OzZs1lvb2/e3d2dp4NoXq1W86T8/NZqtfLJggULsvp7TSEFRjY6Opp1dHQU0YHEY6VSKdL+Frdv385SDYoUoEUK1GLfvn3Z/v37hQgChPnt9ddfj+GafOPGjXnqOBan7uJP0tuvpcdXG0NV88ng4OCZ1IH8awqOfzx9+vQ/1SJBiqI2MTFR6+zsLNrb22vRnYyNjRUHDhzIPv30U0GCAGH+2b59e7Zr16586dKli1On8bN0gPzLxx9/PEuvs/R83tYlOo7owgYGBs6kbuSn6fnnqduqpiCppi6klr5eTR1a7ebNm9mVK1eKPXv2CBF+J1qUgLkSHv39/fny5ctfqFQqP1+9evUfbdiwIYaumnqO44dIXUYZoqk2vanb+OMUGo9cu3bt31KIVFInUs4DVavVLNUt6+vry9atW5cdOnTIhwoBQvOLYaudO3eW4ZEOjge2bNnyZHquMNNEkEZdUo0212q11devX/9l6kIqjXmgCJELFy4UTz31VLZp06ZYqaVoCBCa24svvpi/9NJLi9MZ9H+l8Fjc09Pza98Tk8oxmTw2Nva9W6xYmusdSzrgl8NS/9++RCBEdzF9cUB0Zem959K/80gKkX+Pr0f3kfa7iNrFNMmyZcsiSPIvvvjCB4z7d1KjBDxIsdoqJszTgXLfmjVrfi084kAa13fEiqQfKpb6zmVDQ0P3dM1Kd3d3ea1LhETD6tWrsxQefzo8PPwvFy9e/DyWNUd4NlZnpfeLFCzmQrivKkrAgxRLdTds2PBqZ2fnazFhPlV0HFeuXLmn8GhGEThXr14tO5epnn322Vix9lZ6GqnblQKjIwVxWwqSlhQklcceeyzfvn27hTIIEJpPXCQY4/fJn8UZ9VRxAV06w57Rvxs/O5fN5L8vhvAiRKaKlWnLly/ftGzZsldSDbvirbS1p/BoTd1KpbW1tbwIM7PaEgFCs4mD27p16xanp6/FKqOpbty4MeN/N4aHpp+tzxXRVUUYzET83PShrxUrVkSQ/EHqOrrTtiACJG2taf8r7e3t+cKFC/MU1D5sCBCaR9wAMe7rlA5yL8TS06kT33GQjQnkmWqcrcf8yVwRgRYH/5l2VVNrM1W9dr+fwiOGsKID6YjmoyWJK/ajS6l3ITDrTKLzQKxduzZ/7rnnYvjq1emrpmbjwB8hEvMnzSaCNfYt7gNW/gKn2qXA+L0IjxQiESDD8XZ63ZK+FsNYtXPnzplMRwdC84gL3eKsPFYPTV959WO6j/kgVlv9Bh3Z3eGrmERvjYn0FCzlfcNWrFiR79mzR+EQIDSH999/f04NMTWBtvoW3UdMoucTExOVmLCPVWzHjh0zkY4AoTlcvny57D5UYta0TNkqsYy3/n4+fYUbCBAeajG5G/d4yiwxnbXf5bg3Vv13Om+IixCHh4dVBwFCE33wKpVGgDA74kr0Sv0PpcRlIOU1NjFMONNlwyBAmHNiQnc+/m2P+x0g8T8xLBgZEgsUIqBjizmQjz76SIUQIDz83nnnnckL4prprwg+aI05pcYqrVjN1tHRUQZI/B11ECDAb+xA6jdblMgIEOCeO5Dfdo0ICBAABAgAAgR+lL9QAhAgAAgQABAgAAgQAAQIAAIEfoTPlQAECAgQECAAIEAAECAACBC4q1cJQIDATPQrAQgQmInFSgACBAABAjxMurq6HlUFBAhwz/r6+l5WBQQIAAIEAAECAAIEAAECgAABQIDAD3daCUCAwEz8jRKAAAFAgACAAGFu+6kSgACBmXA7dxAgAAgQABAgAAgQAAQIAAIEAAECPIwuX778z6qAAAHu2fj4+LAqIEAAECDwA1xXAhAgMBNu5w4CBGbkhhKAAAFAgACAAAFAgAAgQAAQIAAIEAAQIAAIEAAECAACBAABAgACBAABAoAAAUCAACBAAECAACBAABAgAAgQABAgAAgQAAQIAAIEAAECAAIEAAECgAABQIAAIEAAQIAAIEAAECAACBAABAgACBAABAgAAgQAAQKAAAEAAQKAAAFAgAAgQAAQIAAgQAAQIAAIEAAECAACBAAECAACBAABAoAAAQABAoAAAUCAACBAABAgACBAABAgAAgQAAQIAAIEAAQIAAIEAAECgAABQIAAgAABQIAAIEAAECAACBAAECAACBAABAgAAgQAAQIAAgQAAQKAAAFAgAAgQABAgAAgQAAQIAAIEADmuVYlgOaQ57kioAMB7llRq9XKR6VAgNC03n333WzhwoV3j3pFcT1xJj07HUgxtX4tLS3Z6Oho1tHRkS1dulSBECA8/Pbs2ZPdunWrfJ7Omo+Oj49/5+udnZ2K9Nt+YSuVrL29ffL1yMhINjEx8c3UEEnK7xsbGyu3CJA333xT8Zh15kB4IGK4JQ5uZ8+e/TzOlNNBMGttbZ0MkDgA1odkmKK7u/s7rwcHB6N2Z6OksZXpUZa3VqQaFgsWLMja2toUDgFC84gz5xDBkY55fzswMLBr5cqVk2fZixYtyqYPbc2GM2fOZHfu3Lnv+/fEE09kXV1ds/pvRtBOD5CLFy9mN27c+I/s7txHBEitPpRVZsnt27ezJUuW+MAhQGgey5Yty7799tsidR1FtVr9u1OnTk0GSIiDb3Qos32wjwP7wyhC9ZFHHikfGyJgL1++fOLWrVtnIovTVk3hUa13I2WIpNoWqbY+cNwXLUrAg7BmzZq8r68vHx8fzwcHB8/19vauTge/n6T3Jr8nhrJi+CUmgu+OzMxPMYfx6KOPTg7xNRw9ejQ7d+7cX6WgvZxeRtIOpRoOpZC5kx7HUscynn6mFiGdalkcPHjQBw8dCA+/Y8eOZc8880wM1sdQSy2FyJ+fPHnyJz09Pc9PXTEUIbJixYqyE4mOJJ1Rz5saxWR5I0Sn+/rrr7MLFy78PHUf/x1hkd4qt1TL8bRFkaqNDuTKlStFLFwAAUJTOH78ePHKK6/E2XWRDoC1q1evXkvPf5YOjP8wMTGxaOpwVoghrdmeU3hYRXicOnXq8KVLl36ZaheTSbENp+AYjRBJ75UhkupYDA0NFdNrCbPFEBYPxMDAQLZ27dr86aefzoaHh2NgP09dxpXR0dFP0+O2dOa8tLe39ztj/vNdTIh/+eWX2enTp3+Ruo9fRGikbSi+FFsKjtjivdEYvkqqqZZFdHtHjhxRQAQIzWPjxo15Z2dnHkM16cCXp7DIU4CMX7t27e9TgIymM+wNY2NjHbH6aL5eGxKr1FJ3lp08eTK6thPnz5//61SfI/XwuFMPj1upfLdS/SJMhlO9xtLPTURnt2nTpuKtt97yYeO+cMkvD9SHH36Yd3V1RX60pNBoK4qiIx0IY6yqJ20LV61a9YdtbW2bW1tbX0iPyxpXsM8H9Ws8fpU6if+5efPmf9ZXW8VVlzFUNVLvPsrwSHWLKzOH6h3IWAriiZGRkdqBAweK/fv3u70JAoTms3nz5vyNN94oO5EUEi3pQBgzxtFuLEhbV3rdkw6KcfFDhEpnBEx63Vbvniv1bfJznL7+0H+mG7ckyepLcetbTIpPTAmQ4VhxVQ+RoXp4jKSwGUt1HE/1rB49erT44IMPhAf3jUl0HqgjR44Uzz//fPbyyy/HCqtaR0dHnDnHGH55JVwMw8RBMyaI0/POtMV9PKJTaY1Rr2kBkjfLfbTq+94IkVp9ZVUMS43Xu4+R9F6ESEyeD9dfj6Uurew8Uv2K1LX4gCFAaG4x0RtXWF+7di0OlOWy1VjeG+ERB85YplqpVOKsu72+tda3lnp4lFv8bDMEyJT9aHQftfoFghP1MI2VVlGP0XqwjtWDZWJwcLC6ZMmS4uzZs9nHH3+s++D+dstKwFywffv2rL+/P7969WoMZVXSGXR0Fq2pK4lOoy0FSFt9eGsyPNLrSr0Lmew+muGCw8Z+1G+MWNTvb9W4ynwivYwgiVAdT0Fbvo5teHi4tnjx4uKbb74p3nvvPeGBDoT5Yf/+/eUZ965du7KhoaFaXMOQOpG41Ukt+7+x/wiNlnTgLMMjHTzz+pjVZPfRLB3I1JeNLiS2tO/VtN8RJhEa1bgIs729vTY6OlpbtGhRdB7CAwHC/AyRnp6eIi4Y3LhxY9y6oxqvU6DkqROpVu5eFBJdR7wuH+u3Ls+b7e69sT9x1X3cUXfKzRHjyvJIzbjbbhmy8Ri3Kok5j0OHDmWffPKJ8OB31y0rAXNRrM7q7++PQMljPL+3tzfv7u7O04EywqMxWR5H0vJJ3La8mf4QVfyNlPofgyrieQRJzAtFSMbtSVLIFhEgfX19xb59+zJLdREgMM3u3bvzrVu3ZocPH87Wr1+fr1q1qryFeSxSisn2WK01/SaDzSRuex/7FwsNGvsaQXnp0qUibrL49ttvx7cJDwQIfJ8dO3bk8ZcM9+7dm504caJcrRVb4+LCxl85bAZr166NmyWW+xT7eOPGjbgSvQzSJ5980lAVwGzYtm1bOfHcbFvsFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADM1P8KMABzZzjlNAPsKwAAAABJRU5ErkJggg==)}.wrapped-input{margin:25px 0;padding-bottom:1px;position:relative}.wrapped-input label,.wrapped-input input{text-align:left;color:#8a8a8a;width:100%;display:block}.wrapped-input label{margin:0 16px 5px;font-size:12px}.wrapped-input input{font:inherit;color:inherit;background:0 0;border:none;outline:none;height:50px;padding:0;font-size:14px;line-height:36px;transition:all .2s}.wrapped-input.wrapped-input-lg input{font-size:16px;line-height:54px}.wrapped-input input::placeholder{color:#b1b8cb}.wrapped-input-error-message{color:#f44;margin:5px 16px 0;font-weight:500}.wrapped-input-inner-wrapper{border:1px solid #e0e0e0;border-radius:9px;flex-direction:row;align-items:center;padding:0 16px;display:flex}.wrapped-input-focussed .wrapped-input-inner-wrapper,.wrapped-input-error .wrapped-input-inner-wrapper{border-color:#ccc}.wrapped-input.wrapped-input-error .wrapped-input-inner-wrapper{border-color:#f44!important}.wrapped-input-input{flex:1}.wrapped-input-prefix,.wrapped-input-suffix{color:#8a8a8a;line-height:44px}.wrapped-input-prefix{padding-right:2px}.wrapped-input-suffix{padding-left:2px}.wrapped-input-disabled>.wrapped-input-inner-wrapper{background-color:#eee}.color-dropdown__wrapper{flex-direction:column;display:flex}.color-dropdown__wrapper label{margin-bottom:5px;margin-left:16px}.color-dropdown{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3echeckerboard%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3crect%20id='path-1'%20x='0'%20y='0'%20width='12'%20height='12'%3e%3c/rect%3e%3crect%20id='path-2'%20x='0'%20y='0'%20width='6'%20height='6'%3e%3c/rect%3e%3crect%20id='path-3'%20x='6'%20y='6'%20width='6'%20height='6'%3e%3c/rect%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-38.000000,%20-45.000000)'%3e%3cg%20id='checkerboard'%20transform='translate(38.000000,%2045.000000)'%3e%3cg%20id='Rectangle'%3e%3cuse%20fill='%23FFFFFF'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='0.5'%20y='0.5'%20width='11'%20height='11'%3e%3c/rect%3e%3c/g%3e%3cg%20id='Rectangle'%3e%3cuse%20fill='%23F2F2F2'%20fill-rule='evenodd'%20xlink:href='%23path-2'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='0.5'%20y='0.5'%20width='5'%20height='5'%3e%3c/rect%3e%3c/g%3e%3cg%20id='Rectangle-Copy'%3e%3cuse%20fill='%23F2F2F2'%20fill-rule='evenodd'%20xlink:href='%23path-3'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='6.5'%20y='6.5'%20width='5'%20height='5'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 5px 5px;border-radius:6px;margin:0 -16px;overflow:hidden}.color-dropdown-inner-wrapper{border-radius:6px;flex-direction:row;align-items:center;padding:10px 12px 10px 16px;display:flex;box-shadow:inset 0 0 0 1px #0000001a}.color-dropdown:not(.disabled){cursor:pointer}.color-dropdown{margin-top:16px}.color-dropdown-texts{flex:1}.color-dropdown-dark .color-dropdown-icon{background-color:#fff}.color-dropdown-dark .color-dropdown-texts{color:#fff}.color-dropdown-light .color-dropdown-icon{background-color:#000000de}.color-dropdown-light .color-dropdown-texts{color:#000000de}.color-dropdown-title{font-size:12px;line-height:15px}.color-dropdown-hex{font-size:14px;line-height:18px}.multi-menu-item.has-children:after,.multi-select-menu-expand-icon:before,.multi-menu-overflow-icon{content:"";mask-type:alpha;background:#9e9e9e;width:12px;height:12px;margin-top:-6px;line-height:12px;display:block;position:absolute;top:50%;right:6px;-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UGF0aCAxMTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyNS4wMDAwMDAsIC00MDQuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkFkZC1EYXRhLU1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMjAuMDAwMDAwLCAzNzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ3VycmVudC1Vc2VyLUhPdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTExIiBwb2ludHM9IjIwNiAxMCAyMTEuMjUwNDA3IDE1LjE4NDY1ODQgMjA2IDIwLjQzNTA2NSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UGF0aCAxMTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyNS4wMDAwMDAsIC00MDQuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkFkZC1EYXRhLU1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMjAuMDAwMDAwLCAzNzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ3VycmVudC1Vc2VyLUhPdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTExIiBwb2ludHM9IjIwNiAxMCAyMTEuMjUwNDA3IDE1LjE4NDY1ODQgMjA2IDIwLjQzNTA2NSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.multi-menu,.multi-menu *{box-sizing:border-box}.multi-menu{color:#444;text-align:left;-webkit-user-select:none;user-select:none;background:#f5f5f5;border-radius:6px;width:200px;font-size:1em;position:relative;overflow:hidden}.multi-menu-scroll-container{padding:14px 0;overflow-y:auto}.multi-menu-overflow{background:#f5f5f5;justify-content:center;align-items:center;height:14px;display:flex;position:absolute;left:0;right:0}.multi-menu-overflow-up{top:0}.multi-menu-overflow-down{bottom:0}.multi-menu-overflow-icon{margin:0;position:static;transform:rotate(90deg)}.multi-menu-overflow-up .multi-menu-overflow-icon{transform:rotate(-90deg)}.multi-menu-inner-wrapper{width:200px;position:relative}.multi-menu-wrapper.gold .multi-menu-item.menu-option:hover{background-color:#fff2cf}.multi-menu-wrapper.purple .multi-menu-item:not(.locked).menu-option:hover{background-color:#a820581a}.multi-menu-wrapper.purple .multi-menu-item.locked.menu-option:hover:before{color:#a82058}.multi-menu-wrapper.gold .multi-menu-item.locked.menu-option:hover:before{color:#ffad00}.multi-menu-wrapper.red .multi-menu-item:not(.locked).menu-option:hover{color:#ef4c30;background-color:#ef4c3026}.multi-menu-wrapper.red .multi-menu-item.locked.menu-option:hover:before{color:#ef4c30}.multi-menu-wrapper.red .multi-menu-item.menu-option:hover .icon{background-color:#ef4c30}.multi-menu-wrapper.teal .multi-menu-item.menu-option:hover{background-color:#00a8981a}.multi-menu-wrapper .multi-menu-item.locked.menu-option:hover .icon{background-color:#cecece}.multi-menu-wrapper .multi-menu-item.locked.menu-option:hover{background-color:unset}.multi-menu-wrapper.red .multi-menu-item.menu-option,.multi-menu-wrapper.gold .multi-menu-item.menu-option{font-weight:500}.multi-menu,.multi-select-menu.expanded{box-shadow:0 0 0 1px #00000012,0 4px 12px #0003}.multi-menu-wrapper-attached.expand-up .multi-menu{box-shadow:0 0 0 1px #00000012,-4px 2px 6px #00000012,4px 2px 6px #00000012}.multi-menu-item{-webkit-user-select:none;user-select:none;cursor:pointer;flex-direction:row;align-items:center;padding-right:20px;display:flex;position:relative}.multi-menu-item.disabled,.multi-menu-item.disabled:hover{color:#9a9a9a;pointer-events:none;background-color:unset;cursor:unset;padding-right:0}.multi-menu-item.locked{color:#d0d0d0;flex-direction:row;justify-content:space-between;align-items:center}.multi-menu-item.locked .icon{background-color:#d0d0d0}.multi-menu-item.locked:hover{color:#d0d0d0;background-color:unset}.multi-menu-item.locked:hover:before{content:attr(hovercontent);text-transform:uppercase;background-color:#fff;margin:auto;padding:3px 0 3px 8px;font-size:10px;display:block;position:absolute;top:auto;bottom:auto;right:30px}.multi-menu-item-icon{width:24px;display:flex}.multi-menu-item-icon--left{margin-right:10px}.multi-menu-item-icon--right{pointer-events:auto;margin-left:auto;margin-right:0;position:absolute;right:0}.multi-menu-item-label{align-items:center;width:90%;padding:0 0 0 12px;display:flex}.multi-menu-item-label-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.multi-menu-item-label>.multi-menu-item-subtitle{color:#959595;margin-left:.5em;font-size:.8em}.multi-menu-item.inline .multi-menu-item-label{font-size:.8em}.multi-menu-item.children-only,.multi-menu-item.children-only>.multi-menu-item-label{cursor:default}.multi-select-menu-expand-icon:before{right:12px;transform:rotate(90deg)}.multi-menu-trigger.expanded .multi-select-menu-expand-icon:before{transform:rotate(270deg)}.multi-menu-child{margin-top:-8px;margin-left:2px;position:absolute;top:0;left:100%}.multi-menu-wrapper.expand-left .multi-menu-child{margin-left:0;margin-right:2px;left:auto;right:100%}.multi-menu-trigger-element{cursor:pointer;position:relative}.multi-menu-trigger{-webkit-user-select:none;user-select:none;position:relative}.multi-menu-trigger.expanded:before,.multi-menu-trigger.expanded:after{content:"";z-index:99999;border:5px solid #0000;border-top:none;border-bottom-color:#f5f5f5;margin-top:3px;margin-left:-5px;display:block;position:absolute;top:100%;left:50%}.multi-menu-trigger.expanded:before{border-width:6px;border-bottom-color:#00000026;margin-top:2px;margin-left:-6px}.multi-menu-trigger.expand-up.expanded:before,.multi-menu-trigger.expand-up.expanded:after{display:none}.multi-menu-wrapper{z-index:99998;position:fixed}.multi-menu-trigger-close{z-index:99997;position:fixed;inset:0}.multi-menu-trigger.expanded .multi-menu-trigger-element{z-index:99998}.multi-menu-trigger.align-left .multi-menu-wrapper{left:0}.multi-menu-trigger.align-right .multi-menu-wrapper{right:0}.multi-menu-trigger.align-center .multi-menu-wrapper{margin-left:-90px;left:50%}.multi-menu-spacer{border-top:1px solid #0000001a;margin:10px 0}.multi-select-menu{border-radius:6px;height:calc(1.2em + 20px)}.multi-select-menu.multi-menu-trigger.expanded:before,.multi-select-menu.multi-menu-trigger.expanded:after{display:none}.multi-select-menu-selection{color:#424242;background:#f5f5f5;border-radius:6px;padding:10px 35px 10px 12px;line-height:1.2em;position:absolute;top:0;left:0;right:0;box-shadow:inset 0 0 0 1px #0000001a}.multi-select-menu.expanded .multi-select-menu-selection{-webkit-box-shadow:none;box-shadow:none}.multi-select-menu-selection .multi-select-menu-search{border:unset;background-color:#0000;width:100%}.multi-select-menu-selection .multi-select-menu-search:focus{outline:unset}.multi-select-menu-value{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.multi-select-menu-value .multi-select-menu-value-subtitle{color:#959595;margin-left:.5em;font-size:.8em}.multi-select-menu.expand-down.expanded .multi-select-menu-selection{border-bottom-right-radius:0;border-bottom-left-radius:0}.multi-select-menu.expand-up.expanded .multi-select-menu-selection{border-top-left-radius:0;border-top-right-radius:0}.multi-menu-wrapper-attached.expand-down>.multi-menu-inner-wrapper>.multi-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.multi-menu-wrapper-attached.expand-up>.multi-menu-inner-wrapper>.multi-menu{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:-1px}.multi-menu-wrapper-attached>.multi-menu-inner-wrapper:before{content:"";z-index:1;background:#f5f5f5;height:4px;display:block;position:absolute;top:-4px;left:0;right:0}.multi-menu-wrapper-attached.expand-up>.multi-menu-inner-wrapper:before{height:7px;top:auto;bottom:-6px}.multi-select-menu.multi-menu-trigger.expanded:after{display:none}.multi-select-menu-placeholder,.multi-menu-empty{color:#9e9e9e}.multi-menu-empty{padding:0 12px}.multi-menu{background:#fff}.wrapped-select.disabled{opacity:.5;pointer-events:none}.wrapped-select label{margin:0 12px 5px;display:block}.wrapped-select .multi-select-menu-selection{background:#fff;box-shadow:inset 0 0 0 1px #e0e0e0}.wrapped-select .multi-select-menu-selection:hover,.wrapped-select .multi-select-menu-selection:focus{box-shadow:inset 0 0 0 1px #ccc}.wrapped-select.small{height:calc(1.2em + 12px)}.wrapped-select.small .multi-select-menu-selection{padding-top:6px;padding-bottom:6px;padding-left:8px}.wrapped-select.naked .multi-select-menu-selection{color:inherit;box-shadow:none;background:0 0;border:none;padding-left:0;padding-right:0}.wrapped-select.naked .multi-select-menu-placeholder{color:inherit;opacity:.5}.multi-select-menu .multi-menu-item.has-children:after,.multi-select-menu .multi-select-menu-expand-icon:before,.multi-select-menu .multi-menu-overflow-icon{right:10px;-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.multi-menu-item.has-children:after{right:6px}.multi-menu-item.open,.multi-menu-item:hover{color:#444;background:#eee}.multi-menu-item.open>.multi-menu-item-label>.multi-menu-item-subtitle,.multi-menu-item:hover>.multi-menu-item-label>.multi-menu-item-subtitle{color:#666}.multi-menu-item.has-children.open:after,.multi-menu-item.has-children:hover:before{background:#8a8a8a}.wrapped-select.naked .multi-select-menu-expand-icon:before{background-color:#00000080;right:5px}.wrapped-select.naked.expanded{box-shadow:none}.multi-menu-wrapper.naked>.multi-menu-inner-wrapper>.multi-menu{border-radius:4px}.multi-menu-wrapper.naked>.multi-menu-inner-wrapper:before{display:none}.wrapped-select.hug-text .multi-select-menu-value{display:inline-block}.wrapped-select.hug-text .multi-select-menu-expand-icon:before{margin-left:8px;display:inline-block;position:static}.wrapped-select.expanded .multi-select-menu-selection,.multi-menu-wrapper-attached>.multi-menu-inner-wrapper:before,.wrapped-select.white .multi-menu{background:#fff}.wrapped-select.white:not(.expanded) .multi-select-menu-selection{background:#fff;box-shadow:0 2px 4px #0000001a}.wrapped-select.white.expanded .multi-select-menu-selection{box-shadow:none}.multi-select-menu .icon{background-color:#9a9a9a;margin:-8px 4px -8px -2px}.multi-menu-item.disabled .icon{opacity:.5}.multi-select-menu .multi-menu-item.open .icon,.multi-select-menu .multi-menu-item:hover .icon{background-color:#fff}.multi-menu-trigger.expanded:before,.multi-menu-trigger.expanded:after{display:none}.multi-menu-overflow{background:#fff}.multi-menu-item.has-children:after,.multi-select-menu-expand-icon:before,.multi-menu-overflow-icon{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.wrapped-select.boxed{height:44px}.wrapped-select.boxed .multi-menu-trigger-element{height:inherit}.wrapped-select.boxed .multi-menu-trigger-element .multi-select-menu-selection{height:inherit;box-shadow:unset;justify-content:flex-start;align-items:center;display:flex}.wrapped-select.boxed .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-expand-icon:before{right:26px}.wrapped-select.wrapped-select-error .multi-select-menu-selection{box-shadow:inset 0 0 0 1px red}.wrapped-select-error-message{color:#f44;margin:5px 16px 0;font-weight:500}.select-field__label-container{justify-content:space-between;align-items:center;padding-right:12px;display:flex}.select-field__label-container .icon{background-color:#757575}.select-field__tooltip{position:absolute;top:-8px;right:0}.inline-form{flex-direction:row;align-items:center;display:flex}.inline-form .wrapped-select .Select-input,.inline-form .wrapped-select .Select-control{height:26px}.inline-form .wrapped-select .Select-placeholder,.inline-form .wrapped-select .Select-control .Select-value{line-height:26px}.inline-form input[type=text]{width:100%;font:inherit;background:#fff;border:2px solid #eee;border-radius:8px;outline:none;height:32px;padding:0 8px}.inline-form .multi-select-menu{height:32px}.inline-form .multi-select-menu .multi-select-menu-selection{padding-top:6px;padding-bottom:6px;line-height:20px}.inline-form>*{flex:1}.inline-form>*+*{margin-left:15px}.inline-form>.auto-width{flex:none}.inline-form a.deemphasize{font-size:11px}.wrapped-radio{flex-direction:row;align-items:center;margin:10px 0;display:flex;position:relative}.wrapped-radio label,.wrapped-radio input{display:block}.wrapped-radio label{cursor:pointer;flex:1}.wrapped-radio input{width:20px}.wrapped-radio-styled label{padding-left:4px}.wrapped-radio-styled input[type=radio]{display:none}.wrapped-radio-styled-bullet{cursor:pointer;border:2px solid #616161;border-radius:12px;width:18px;height:18px}.wrapped-radio-styled-bullet-inner{border-radius:6px;width:8px;height:8px;margin-top:3px;margin-left:3px}.wrapped-radio-styled input[type=radio]:checked+.wrapped-radio-styled-bullet{border-color:#00a898}.wrapped-radio-styled input[type=radio]:checked+.wrapped-radio-styled-bullet .wrapped-radio-styled-bullet-inner{background-color:#00a898}.wrapped-radio.disabled{opacity:.5}.wrapped-radio.disabled>*{cursor:not-allowed}.adalo-alert{border-radius:4px;justify-content:flex-start;align-items:center;padding:8px 16px;display:flex}.adalo-alert-orange{color:#fff;background-color:#ef4c30;border:1px solid #db2f11}.adalo-alert-purple{color:#fff;background-color:#43437a;border:1px solid #313159}.adalo-alert-dark-pink{color:#fff;background-color:#a82058;border:1px solid #7d1842}.adalo-alert-green{color:#000;background-color:#a1cd46;border:1px solid #86b030}.adalo-alert-yellow{color:#000;background-color:#ffc00e;border:1px solid #daa100}.adalo-alert-grey{color:#000;background-color:#eee;border:1px solid #d5d5d5}.adalo-alert-teal{color:#000;background-color:#00a898;border:1px solid #00756a}.new-app-modal{flex-direction:column;align-items:stretch;width:684px;min-height:472px;padding:35px 0 0;display:flex;position:relative}.has-responsive-option{width:764px}.new-app-form{flex:1}.new-app-datasource-help,.new-app-datasource-option{margin-bottom:10px}.new-app-responsive-help{margin-top:50px}.new-app-responsive-help,.new-app-responsive-option{margin-bottom:10px}.new-app-datasource-app-select{max-width:200px;margin-left:24px}.new-app-advanced-button{position:absolute;top:-8px;right:0}.new-app-form-organization{margin-bottom:20px}.new-app-platform-label{color:#333;text-align:center;width:100%;margin-bottom:10px;font-size:16px}.new-app-platform-version{color:#05a999;background-color:#cbeeea;border-radius:3px;margin-top:10px;margin-left:-125px;padding:2px 12px;font-size:10px;font-weight:600;position:absolute}.new-app-form-footer{border-top:1px solid #eee;padding:15px 40px;display:flex}.new-app-form-footer .btn.advanced{margin-right:10px}.new-app-form-footer .btn.previous,.new-app-form-footer .btn.advanced{color:#9e9e9e;background-color:#0000}.new-app-form-footer .btn.previous:hover,.new-app-form-footer .btn.previous:focus,.new-app-form-footer .btn.previous:active,.new-app-form-footer .btn.advanced:hover,.new-app-form-footer .btn.advanced:focus,.new-app-form-footer .btn.advanced:active{background-color:#eee}.new-app-form-footer .btn.align-right{margin-left:auto}.new-app-advanced-form-title{color:#333;margin-left:100px;font-size:18px}.new-app-advanced-settings{color:#616161;max-width:480px;margin:40px 40px 20px 120px;font-size:14px}.new-app-advanced-settings a.new-app-upgrade-plan{float:right;z-index:1;color:#00a898;border-radius:4px;margin:-31px 70px 0 0;padding:4px 6px;font-size:14px;font-weight:600;text-decoration:none;position:relative}.new-app-advanced-settings a.new-app-upgrade-plan:hover{background:#00a8981a}.new-app-form .adalo-alert{margin:0 40px}#new-app-platform-form{margin-top:25px}#new-app-branding-form{flex-direction:column;display:flex}#new-app-branding-form>*{width:330px;margin-bottom:20px;margin-left:auto;margin-right:auto}#new-app-branding-form .wrapped-input label{color:#333}#new-app-branding-form .wrapped-input input{font-size:15px;line-height:49px}#new-app-branding-form .color-dropdown{margin:0}#new-app-template-form{height:100%;max-height:318px;margin:20px 0 0;padding:0 52px;overflow:hidden auto}.has-responsive-option #new-app-template-form{padding:0 114px}#new-app-template-form .template-select{margin-bottom:25px}.new-app-template-loading{width:100%;height:100%;position:relative}.new-app-template-loading .loading{background-color:#fffc;position:absolute;inset:0}.new-app-goal-settings{color:#616161;width:calc(100% - 80px);margin:20px 40px;font-size:14px}.new-app-goal-label{color:#333;text-align:center;width:100%;margin-top:40px;margin-bottom:20px;font-size:18px}.new-app-goal-settings .wrapped-select label{color:#8a8a8a;margin:0 16px 5px;font-size:12px}.link-classic-builder-container{justify-content:flex-end;width:100%;display:flex}.link-classic-builder{color:#5b5b5b;cursor:pointer;border:none;border-radius:10px;outline:none;padding:10px 15px;font-size:14px;font-weight:700;transition:all .3s;box-shadow:0 5px 10px -5px #00000040,0 0 0 1px #0000001a}.link-classic-builder:hover{background-color:#e8e8e8;box-shadow:0 3px 5px -2px #00000040,0 0 0 1px #0000001a}.new-app-modal:has(#new-assistant-form){max-width:550px;padding:0}#new-assistant-form{background:#fafafa}.template-select{flex-wrap:wrap;margin:0 -10px;display:flex}.template-select-option{cursor:pointer;margin:0 10px 20px;position:relative}.template-select-option .template-select-option-name{text-align:center;margin-bottom:10px}.template-select-option-preview{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:6px;box-shadow:inset 0 0 0 1px #0000001a}.template-select-mobile .template-select-option-preview{width:119px;height:211px}.template-select-web .template-select-option-preview,.template-select-responsive .template-select-option-preview{width:158px;height:134px}.template-select-option-preview{background-color:#fff}.template-select-option-preview.without-image:not(.blank){background-color:#eee}.template-select-option-selected-badge{text-align:center;background-color:#ffc00e;border-bottom-right-radius:6px;border-bottom-left-radius:6px;flex-direction:row;justify-content:center;align-items:center;height:27px;line-height:27px;display:flex;position:absolute;bottom:0;left:0;right:0}.template-select-option-selected-badge .material-icons{margin-right:8px;font-size:16px}.template-select-option-disabled{opacity:.5;cursor:not-allowed}.onboarding-ai-assistant .ai-chat-panel{background:#fafafa;flex-direction:column;width:100%;max-width:500px;height:500px;margin:auto;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.onboarding-ai-assistant .ai-chat-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 8px #0000001a}.onboarding-ai-assistant .ai-chat-title{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:600}.onboarding-ai-assistant .ai-chat-subtitle{color:#ffffffbf;margin-top:1px;font-size:12px}.onboarding-ai-assistant .ai-chat-close{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.onboarding-ai-assistant .ai-chat-close:hover{background:#ffffff40}.onboarding-ai-assistant .ai-chat-close svg{color:#fff;width:18px;height:18px}.onboarding-ai-assistant .ai-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;justify-content:flex-start;gap:8px;padding:10px;display:flex;overflow-y:auto}.onboarding-ai-assistant .ai-chat-messages h1{margin:0;font-size:24px}.onboarding-ai-assistant .ai-chat-messages h2{margin:0;font-size:22px}.onboarding-ai-assistant .ai-chat-messages h3{margin:0;font-size:20px}.onboarding-ai-assistant .ai-chat-messages h4{margin:0;font-size:18px}.onboarding-ai-assistant .ai-chat-messages h5{margin:0;font-size:16px}.onboarding-ai-assistant .ai-chat-messages h6{margin:0;font-size:15px}.onboarding-ai-assistant .infinite-scroll-wrapper{flex:1}.onboarding-ai-assistant .loading-previous{text-align:center;color:#6366f1}.onboarding-ai-assistant .loading-previous-button{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:10px;outline:none;padding:10px 20px;transition:all .3s}.onboarding-ai-assistant .loading-previous-button:hover{background-color:#7c7ef6}.onboarding-ai-assistant .ai-chat-panel>#infinite-scroll{flex-direction:column;display:flex;overflow-y:auto}.onboarding-ai-assistant .ai-chat-messages .divider{border:2px solid #d3d3d3;border-radius:1px}.onboarding-ai-assistant .ai-chat-messages::-webkit-scrollbar{width:6px}.onboarding-ai-assistant .ai-chat-messages::-webkit-scrollbar-track{background:0 0}.onboarding-ai-assistant .ai-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.onboarding-ai-assistant .ai-build-status{margin-right:10px;font-weight:700}.onboarding-ai-assistant .ai-chat-message{padding:10px;animation:.3s ease-out fadeInMessage;display:flex}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.onboarding-ai-assistant .ai-chat-message.ai{-webkit-user-select:text;user-select:text;flex-direction:row}.onboarding-ai-assistant .ai-chat-message.user{-webkit-user-select:text;user-select:text;flex-direction:row-reverse}.onboarding-ai-assistant .ai-chat-message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin:2px;display:flex}.onboarding-ai-assistant .ai-chat-message.ai .ai-chat-message-avatar{background:#fff;box-shadow:0 1px 4px #0000001a}.onboarding-ai-assistant .ai-chat-message.user .ai-chat-message-avatar{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.onboarding-ai-assistant .ai-chat-message-avatar svg{width:16px;height:16px}.onboarding-ai-assistant .ai-chat-message.user .ai-chat-message-avatar svg{color:#fff}.onboarding-ai-assistant .ai-chat-divider{align-items:center;gap:12px;margin:4px 0;padding:12px 0;display:flex}.onboarding-ai-assistant .ai-chat-divider:before,.onboarding-ai-assistant .ai-chat-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.onboarding-ai-assistant .ai-chat-divider span{color:#6366f1;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#ede9fe;border-radius:14px;padding:6px 14px;font-size:11px;font-weight:600}.onboarding-ai-assistant .ai-chat-status{border:1px solid;border-radius:12px;align-items:center;gap:10px;padding:5px 10px;font-size:13px;font-weight:600;animation:.3s ease-in fadeInMessage;display:flex;box-shadow:0 12px 28px -18px #0f172a59}.onboarding-ai-assistant .ai-chat-status>.material-icons{background:#e2e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex}.onboarding-ai-assistant .ai-chat-status>div{text-align:center}.onboarding-ai-assistant .ai-chat-status.status-success{color:#2aad5a;background:linear-gradient(135deg,#247a4812 0%,#0dac4f19 100%);border-color:#2aad5a;box-shadow:0 12px 30px -18px #16653473}.onboarding-ai-assistant .ai-chat-status.status-success>.material-icons{color:#ecfdf3;background:#2aad5a;box-shadow:0 8px 18px -12px #16653499}.onboarding-ai-assistant .ai-chat-status.status-info{color:#2a93ad;background:linear-gradient(135deg,#245d7a12 0%,#0da2ac19 100%);border-color:#2a93ad;box-shadow:0 12px 30px -18px #164f6573}.onboarding-ai-assistant .ai-chat-status.status-info>.material-icons{color:#ecfdf3;background:#2a93ad;box-shadow:0 8px 18px -12px #16653499}.onboarding-ai-assistant .ai-chat-status.status-error{color:#ad2a2a;background:linear-gradient(135deg,#7a242412 0%,#ac0d0d19 100%);border-color:#ad2a2a;box-shadow:0 12px 30px -18px #16653473}.onboarding-ai-assistant .ai-chat-status.status-error>.material-icons{color:#ecfdf3;background:#ad2a2a;box-shadow:0 8px 18px -12px #65161699}.onboarding-ai-assistant .ai-chat-message-content{max-width:85%}.onboarding-ai-assistant .ai-chat-message-bubble{color:#1f2937;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5}.onboarding-ai-assistant .ai-chat-message.ai .ai-chat-message-bubble{background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #00000014}.onboarding-ai-assistant .ai-chat-message.user .ai-chat-message-bubble{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:16px 16px 4px}.onboarding-ai-assistant .ai-chat-status-badge{color:#059669;background:#ecfdf5;border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.onboarding-ai-assistant .ai-chat-status-badge.pending{color:#d97706;background:#fef3c7}.onboarding-ai-assistant .ai-chat-status-badge svg{width:12px;height:12px}.onboarding-ai-assistant .ai-chat-suggestions{flex-direction:column;gap:8px;margin:12px;display:flex}.onboarding-ai-assistant .ai-chat-suggestion-buttons{gap:8px;display:flex}.onboarding-ai-assistant .ai-chat-suggestion-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.onboarding-ai-assistant .ai-chat-suggestion-btn.primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 2px 8px #6366f14d}.onboarding-ai-assistant .ai-chat-suggestion-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.onboarding-ai-assistant .ai-chat-suggestion-btn.secondary{color:#6b7280;background:#fff;border:1px solid #e5e7eb}.onboarding-ai-assistant .ai-chat-suggestion-btn.secondary:hover{background:#f9fafb;border-color:#d1d5db}.onboarding-ai-assistant .ai-chat-suggestion-btn.tertiary{color:#9ca3af;background:0 0;border:none;flex:.5}.onboarding-ai-assistant .ai-chat-suggestion-btn.tertiary:hover{color:#6b7280;background:#f3f4f6}.onboarding-ai-assistant .ai-chat-example-prompts{flex-direction:column;align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.onboarding-ai-assistant .ai-chat-example-prompts-label{color:#6b7280;text-align:center;font-size:12px}.onboarding-ai-assistant .ai-chat-example-prompts-buttons{justify-content:center;gap:8px;display:flex}.onboarding-ai-assistant .ai-chat-example-prompt-btn{color:#6366f1;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}.onboarding-ai-assistant .ai-chat-example-prompt-btn:hover:not(:disabled){color:#8b5cf6;background:#f3f4f6;border-color:#8b5cf6}.onboarding-ai-assistant .ai-chat-example-prompt-btn:disabled{cursor:not-allowed;opacity:.5}.onboarding-ai-assistant .ai-chat-input-wrapper{align-items:center;gap:8px;display:flex}.onboarding-ai-assistant .ai-chat-input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:1;height:60px;min-height:60px;max-height:100px;padding:10px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;transition:all .2s}.onboarding-ai-assistant .ai-chat-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.onboarding-ai-assistant .ai-chat-input::placeholder{color:#9ca3af}.onboarding-ai-assistant .ai-chat-input-submit{cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.onboarding-ai-assistant .ai-chat-input-submit:hover{transform:scale(1.05)}.onboarding-ai-assistant .ai-chat-input-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.onboarding-ai-assistant .ai-chat-input-submit svg{color:#fff;width:18px;height:18px}.onboarding-ai-assistant .ai-chat-choices{gap:8px;margin-top:10px;display:flex}.onboarding-ai-assistant .ai-chat-choices.spaced{margin-bottom:12px}.onboarding-ai-assistant .ai-chat-choice-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:1px solid #8b5cf6;border-radius:20px;padding:8px 14px;font-size:13px;transition:all .2s}.onboarding-ai-assistant .ai-chat-choice-btn:hover:not(:disabled){color:#6366f1;background:#f3f4f6;border-color:#8b5cf6}.onboarding-ai-assistant .ai-chat-choice-btn.selected{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#6366f1}.onboarding-ai-assistant .ai-chat-choice-btn.action{background:#059669;border:1px solid #059669;width:100%}.onboarding-ai-assistant .ai-chat-choice-btn.action:hover:not(:disabled){color:#059669;background:#f3f4f6;border-color:#059669}.onboarding-ai-assistant .ai-chat-suggestions.disabled{opacity:.5;pointer-events:none}.onboarding-ai-assistant .ai-chat-suggestion-btn:disabled,.onboarding-ai-assistant .ai-chat-choice-btn:disabled{cursor:not-allowed;opacity:.6}.onboarding-ai-assistant .ai-chat-preview-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b9814d}.onboarding-ai-assistant .ai-chat-preview-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.onboarding-ai-assistant .ai-chat-preview-btn span{font-size:16px}.onboarding-ai-assistant .ai-dev-note{color:#92400e;background:#fef3c7;border:1px dashed #f59e0b;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.4}.onboarding-ai-assistant .ai-chat-typing{background:#fff;border-radius:16px 16px 16px 4px;align-items:flex-end;gap:4px;width:fit-content;padding:12px 16px;display:flex;box-shadow:0 1px 3px #00000014}.onboarding-ai-assistant .ai-chat-typing-dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingBounce}.onboarding-ai-assistant .ai-chat-typing-dot:first-child{animation-delay:0s}.onboarding-ai-assistant .ai-chat-typing-dot:nth-child(2){animation-delay:.2s}.onboarding-ai-assistant .ai-chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.onboarding-ai-assistant .ai-chat-progress{background:#fff;border-top:1px solid #f3f4f6;padding:16px 20px}.onboarding-ai-assistant .ai-chat-progress-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.onboarding-ai-assistant .ai-chat-progress-steps{gap:4px;display:flex}.onboarding-ai-assistant .ai-chat-progress-step{background:#e5e7eb;border-radius:2px;flex:1;height:4px;transition:background .3s}.onboarding-ai-assistant .ai-chat-progress-step.completed{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.onboarding-ai-assistant .ai-chat-progress-step.current{background:#fbbf24;animation:1.5s ease-in-out infinite progressPulse}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.6}}.onboarding-ai-assistant .ai-chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.onboarding-ai-assistant .ai-chat-empty-icon{background:linear-gradient(135deg,#ede9fe 0%,#fae8ff 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex}.onboarding-ai-assistant .ai-chat-empty-icon svg{color:#8b5cf6;width:32px;height:32px}.onboarding-ai-assistant .ai-chat-empty-title{color:#1f2937;margin-bottom:4px;font-size:15px;font-weight:600}.onboarding-ai-assistant .ai-chat-empty-text{color:#6b7280;font-size:13px;line-height:1.5}.onboarding-ai-assistant .ai-chat-created-item{color:#6366f1;background:linear-gradient(135deg,#ede9fe 0%,#fae8ff 100%);border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.onboarding-ai-assistant .ai-chat-created-item svg{width:14px;height:14px}.onboarding-ai-assistant .ai-chat-panel.is-loading .ai-chat-suggestions{opacity:.6}.onboarding-ai-assistant .ai-schema-section{margin-top:12px}.onboarding-ai-assistant .ai-schema-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.onboarding-ai-assistant .ai-schema-cards{flex-direction:column;gap:8px;display:flex}.onboarding-ai-assistant .ai-schema-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.onboarding-ai-assistant .ai-schema-card.existing{background:#fefce8;border-color:#fde047}.onboarding-ai-assistant .ai-schema-card-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.onboarding-ai-assistant .ai-schema-card-icon{font-size:14px}.onboarding-ai-assistant .ai-schema-card-name{color:#1e293b;font-size:13px;font-weight:600}.onboarding-ai-assistant .ai-schema-card-badge{color:#92400e;text-transform:uppercase;letter-spacing:.3px;background:#fef3c7;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:500}.onboarding-ai-assistant .ai-schema-fields{flex-wrap:wrap;gap:4px;display:flex}.onboarding-ai-assistant .ai-schema-field{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;display:inline-flex}.onboarding-ai-assistant .ai-schema-card.existing .ai-schema-field{background:#fffbeb;border-color:#fde68a}.onboarding-ai-assistant .ai-schema-field-name{color:#334155;font-weight:500}.onboarding-ai-assistant .ai-schema-field-type{color:#94a3b8;font-size:10px}.onboarding-ai-assistant .ai-query-results{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.onboarding-ai-assistant .ai-query-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.onboarding-ai-assistant .ai-query-table-name{color:#1e293b;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.onboarding-ai-assistant .ai-query-table-name .material-icons{color:#6366f1;font-size:16px}.onboarding-ai-assistant .ai-query-count{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:500}.onboarding-ai-assistant .ai-query-table-wrapper{max-height:200px;overflow:auto}.onboarding-ai-assistant .ai-query-table{border-collapse:collapse;width:100%;font-size:12px}.onboarding-ai-assistant .ai-query-table th{text-align:left;color:#475569;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 12px;font-weight:600;position:sticky;top:0}.onboarding-ai-assistant .ai-query-table td{color:#334155;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f1f5f9;max-width:150px;padding:8px 12px;overflow:hidden}.onboarding-ai-assistant .ai-query-table tr:last-child td{border-bottom:none}.onboarding-ai-assistant .ai-query-table tr:hover td{background:#f8fafc}.onboarding-ai-assistant .ai-query-more{color:#64748b;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:10px 14px;font-size:11px;font-weight:500}.editor-nav{flex-direction:row;justify-content:center;align-items:stretch;width:400px;height:100%;margin-left:-200px;font-weight:600;display:flex;position:absolute;top:0;left:50%}.editor-nav .editor-nav-link{color:#b1b8cb;flex-direction:row;align-items:center;margin:0 5px;padding:0 10px;font-size:14px;font-weight:500;text-decoration:none;transition:all .1s;display:flex;position:relative}.editor-nav .editor-nav-link:before{content:"";border-top:2px solid #0000;width:20px;margin-left:-10px;transition:border .2s;position:absolute;top:1px;left:50%}.editor-nav .editor-nav-link:hover{color:#c4c9d8}.editor-nav .editor-nav-link:hover:before{border-color:#c4c9d8}.editor-nav .editor-nav-link.editor-nav-link-active{color:#fff}.editor-nav .editor-nav-link.editor-nav-link-active:before{border-color:#fff}.editor-nav .editor-nav-link.editor-nav-link-has-notification:after{content:"";background:#5883ff;border-radius:3px;width:6px;height:6px;margin:0;padding:0;display:block;position:absolute;top:23px;right:5px}.app-switcher-container{flex-direction:row;justify-content:center;align-items:center;width:262px;height:100%;margin-left:-131px;display:flex;position:absolute;top:0;left:50%}.app-switcher-link-center{justify-content:flex-start;align-items:center;display:flex}.app-switcher-link-center .icon-style-circle{width:16px;height:16px;margin:0 0 0 auto}.app-switcher-link-center .icon-style-circle .icon{width:12px;height:12px;margin:0;-webkit-mask-size:contain;mask-size:contain}.app-switcher .navbar-dropdown-title{color:#333;border-radius:6px;justify-content:center;align-items:center;max-width:360px;height:40px;padding:0 8px 0 16px;font-size:16px;font-weight:400;text-decoration:none;display:flex;overflow:hidden}.app-switcher.expanded .navbar-dropdown-title,.app-switcher .navbar-dropdown-title:hover{background-color:#f5f5f5}.app-switcher .navbar-dropdown-children{border-radius:6px;margin-top:0;padding:0}.app-switcher .app-switcher-link{color:#616161;align-items:center;padding:12px;font-weight:400;display:flex}.app-switcher .app-switcher-link-center{flex:1;margin-left:10px;overflow:hidden}.app-switcher-active-link{background-color:#00a8981f}.app-switcher .app-switcher-dropdown-inner{max-height:calc(100vh - 125px);overflow-y:auto}.app-switcher-dropdown-inner>*{border-bottom:1px solid #f1f1f1}.app-switcher-dropdown-inner>:last-child{border-bottom:none}.app-switcher .app-switcher-new-app-link{border-top:1px solid #f1f1f1;height:60px;font-size:14px}.app-switcher .app-switcher-new-app-link .app-switcher-link-text{letter-spacing:.5px;font-size:14px}.app-switcher .app-switcher-link-icon{width:40px;height:30px}.app-switcher .app-switcher-link:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.app-switcher .app-switcher-link:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.app-switcher .app-switcher-link-text{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;overflow:hidden}.app-switcher .app-switcher-link-organization{color:#8a8a8a;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.app-switcher-current-app{flex-direction:row;align-items:center;gap:8px;max-width:100%;display:flex}.app-switcher-current-app>.icon-style-circle{width:16px;height:16px;margin:0}.app-switcher-current-app>.icon-style-circle .icon{width:12px;height:12px;margin:0;-webkit-mask-size:contain;mask-size:contain}.app-switcher-current-app-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-switcher-organization-name{border-bottom:1px solid #f1f1f1;padding:15px 15px 10px;font-size:16px;font-weight:500}.app-switcher-shared-database{border-bottom:1px solid #f1f1f1;flex-direction:column;position:relative}.app-switcher-shared-database>*{justify-content:flex-start;align-items:center;gap:8px;position:relative}.app-switcher-shared-database>:before,.app-switcher-shared-database>:after{content:"";z-index:1;background-color:#d9d9d9}.app-switcher-shared-database>:before{border-radius:50%;width:8px;height:8px;display:inline-block}.app-switcher-shared-database>:after{width:2px;height:48px;position:absolute;top:30px;left:15px}.app-switcher-shared-database>:first-child:after{height:50px;top:20px}.app-switcher-shared-database>:last-child:after{display:none}.app-switcher-shared-database-title{text-transform:uppercase;padding:15px 12px;font-size:10px;display:flex}.app-switcher-shared-database-title>span,.app-switcher-shared-database-title .icon{margin:0}.app-switcher-shared-database-title>span{width:16px;height:16px;margin-left:auto}.app-switcher-shared-database-title .icon{width:12px;height:12px;-webkit-mask-size:contain;mask-size:contain}.app-switcher-shared-database-link{padding:12px!important}.app-switcher-shared-database-link .app-icon-medium{width:30px;height:30px}.app-switcher-shared-database-link .app-switcher-link-center{margin:0}.published-icon-tooltip-trigger{margin:0 0 0 auto!important}.published-tooltip{margin-left:8px}.shared-database-published-icon{width:16px;height:16px;margin:0!important}.empty-state{color:#757575;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}.empty-state.greedy{flex:1;width:100%;height:calc(100% - 65px)}.empty-state.bordered{border:1px dashed #e0e0e0;border-radius:8px;min-height:60px;margin:0 0 8px;padding:12px 15px 15px}.empty-state.bordered h2,.empty-state.bordered h3{color:#000;margin-bottom:.5em}.empty-state.bordered p{color:#777}.empty-state h5{margin-bottom:.7em}.empty-state h1{font-weight:400}.empty-state a:not(.btn){color:inherit;box-shadow:0 1px}.empty-state a:not(.btn):hover{color:inherit;box-shadow:none}.form-page{margin:0 auto;padding:40px 40px 0}.form-page h1{font-size:24px}.developers-modal .form-page{padding:12px 16px 16px}.apps-page{height:calc(100vh - 64px);margin:0 auto;padding:40px 50px}.apps-page-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.apps-page-header h1{margin:0}.app-list{flex-flow:wrap;margin:0 -10px;display:flex}.app-item{color:inherit;border:2px solid #0000;border-radius:10px;flex-direction:column;align-items:center;width:calc(100% - 20px);margin:10px;padding:20px 20px 15px;text-decoration:none;transition:all .2s;display:flex}@media (width>=520px){.app-item{width:calc(50% - 20px)}}@media (width>=790px){.app-item{width:calc(33.3333% - 20px)}}@media (width>=1000px){.app-item{width:calc(25% - 20px)}}@media (width>=1300px){.app-item{width:calc(20% - 20px)}}.app-item-updated{color:#8a8a8a}.app-item:hover{background:#00000003;border-color:#fafafa}.app-item h2{flex:1;margin:0}.new-app-button{color:#fff;background:#00a898;border-radius:100px;flex-direction:row;align-items:center;padding:10px 20px 10px 15px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.new-app-button .icon{background:#fff;margin-right:10px}.app-item-menu{margin-left:10px;display:block}.app-list .empty-state{border:2px dashed #ddd;border-radius:13px;flex:1;margin:40px 10px;padding:40px 20px}.apps-page .empty-state h3{margin:0}.app-item .app-item-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:10px 0 4px;overflow:hidden}.team-settings-billing h2{margin:20px 0;font-size:18px;font-weight:400}.team-settings-sub-free>.free-plan-container{margin-bottom:2em}.planselect-monthly-annual{margin:5px 0;font-size:14px;display:flex}.planselect-monthly-annual>*{margin-right:10px}.planselect-actions{flex-direction:row;justify-content:flex-end;align-items:center;column-gap:8px;display:flex}.team-settings-plan-select{flex-direction:column;align-items:stretch;margin:6px -20px;padding:4px;display:flex}.team-settings-plan-select.error{outline:1px solid red}.team-settings-plan-item{cursor:pointer;border:1px solid #e0e0e0;border-radius:6px;flex:1;transition:border .2s;position:relative}.team-settings-plan-item+.team-settings-plan-item{margin-top:16px}.team-settings-plan-header,.team-settings-plan-body{padding:15px 19px}.team-settings-plan-header{background:#fafafa;border-top-left-radius:5px;border-top-right-radius:5px;padding-top:12px}.team-settings-plan-title{flex-direction:row;align-items:baseline;display:flex}.team-settings-plan-item h3{margin:0 0 2px;font-size:20px;font-weight:500}.team-settings-plan-checkmark{opacity:0;background:#f1f1f1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.team-settings-plan-price{color:#00a898;margin-left:.4em;font-size:16px;font-weight:500;transition:color .2s}.team-settings-plan-row{color:#666;flex-direction:row;align-items:center;margin-bottom:8px;display:flex}.team-settings-plan-row p{flex:1;margin:0 0 0 16px}.team-settings-plan-row .icon{background:#aaa}.team-settings-plan-item:hover{border-color:#d2d2d2}.team-settings-plan-item:hover .team-settings-plan-checkmark{opacity:1}.team-settings-plan-item.team-settings-plan-selected{border-color:#ffc00e}.team-settings-plan-item.team-settings-plan-selected .team-settings-plan-checkmark{opacity:1;background-color:#ffc00e}.team-settings-plan-selected.team-settings-plan-emphasized .team-settings-plan-footnote{background:#ffc00e}.settings-form-input.settings-stripe-input{border:1px solid #e0e0e0;border-radius:9px;flex-direction:column;justify-content:center;align-items:stretch;height:44px;min-height:44px;padding:0 8px 0 16px}.coupon-code-link{margin-top:10px;display:block}.team-settings-billing-form{position:relative}.team-settings-billing-form-overlay{cursor:wait;background:#fff6;position:absolute;inset:0 -16px}.team-settings-billing-buttons{flex-direction:row;align-items:flex-start;margin:20px 0;display:flex}.team-settings-billing-buttons .btn+.btn{margin-left:8px}.team-settings-billing-graphic{background:url(./paying-us-BTS2ZRQZ.png) 50%/contain no-repeat;height:150px;margin:10px 0 -10px}.plan-select-additional-info{color:#777;margin-top:20px}.settings-billing-form-payment{margin-top:20px}.order-summary{float:right;background:#fff;border:1px solid #eee;border-radius:12px;width:40%;margin-top:-37px;padding-top:20px;padding-bottom:20px;position:relative;overflow:hidden}.order-summary-header{border-bottom:1px solid #eee;align-items:center;padding-bottom:10px;padding-left:15px;font-size:18px;font-weight:700}.order-summary-content{color:#696969;padding:20px;font-size:14px;line-height:2.2}.order-summary-footer{float:left;background-color:#e5f6f4;border-top:1px solid #eee;border-bottom:1px solid #eee;width:100%;padding-top:20px;padding-left:20px;padding-right:20px}.order-summary-plan-renewal{color:#696969;float:left;padding:15px}.payment-form{width:50%;max-width:640px;padding-left:16px}.payment-form-subheader{padding-bottom:10px;padding-left:16px;font-size:2em;font-weight:700}.payment-form .multi-select-menu-selection{border-radius:9px;margin-top:5px;margin-left:-15px;margin-right:-15px;line-height:2.5em}.payment-form-country-input{margin-left:-15px;margin-right:-15px}.payment-form-country-input .wrapped-select-error-message{font-weight:200}.organization-details{align-items:center;margin-bottom:22px;font-size:16px;display:flex;margin-top:-10px!important}.organization-details-name{margin:0 5px;font-weight:700}.organization-details-username{margin-left:5px;font-weight:700}.wrapped-native-select{margin-top:10px}.wrapped-native-select-error{border-radius:6px;box-shadow:0 0 0 1px red}.label-styling{color:#666;padding-left:15px}.payment-summary{height:350px}.left{float:left;clear-after:left}.right{float:right;clear-after:right}.clear-left{clear:left}.input-padding{justify-content:space-between;align-items:flex-end;margin-left:14px;display:flex}.input-padding input{width:205px}.input-padding label{margin-left:-14px}.clear-right{clear:right}.order-summary-plan-renewal p{padding-top:10px}.team-settings-annual-plan-promo{background-color:#eef7f5;border:1px solid #e8e8e8;border-radius:6px;padding:5px 20px 20px}.team-settings-annual-plan-promo button{margin-left:-4px}.new-plan-pricing{flex-direction:row;display:flex}.money-mouth-image{width:25px;height:25px;margin-top:17px;margin-right:5px}.paymentSuccessLogo{width:200px;height:200px}.team-settings-annual-plan-promo p{margin-bottom:20px}.pay-monthly-btn{color:#8a8a8a;cursor:pointer;border:1px solid #0000;border-radius:50px;outline:none;flex-direction:row;justify-content:center;align-items:center;height:40px;margin:0 15px;font-size:12px;text-decoration:none;transition:all .2s;display:flex;position:relative}.pay-monthly-btn:hover{background-color:#f5f5f5}.switch-to-yearly-btn{color:#05a898;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:1px solid #05a898;border-radius:50px;outline:none;flex-direction:row;justify-content:center;align-items:center;height:40px;margin:0 15px;font-size:14px;text-decoration:none;transition:all .2s;display:flex;position:relative}.switch-to-yearly-btn:hover{color:#fff;background:#05a898}.update-card-btn-wrapper{flex-direction:row;align-items:center;margin-right:30px;display:flex;position:relative}.update-card-btn{text-transform:uppercase;color:#000;cursor:pointer;background:0 0;border:1px solid #8a8a8a;border-radius:20px;outline:none;flex-direction:row;justify-content:center;align-items:center;height:40px;margin-top:10px;padding:15px 25px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.team-settings-warning{cursor:pointer;width:inherit;border-radius:6px;flex:1;margin:0 -12px;transition:border .2s;position:relative}.team-settings-warning-header{background-color:#ef4c3033;border-top-left-radius:5px;border-top-right-radius:5px;padding:6px 18px}.team-settings-warning-title{flex-direction:row;align-items:center;margin:0 -6px;font-weight:500;display:flex}.team-settings-warning-title p{flex:1;margin:0 0 0 16px}.team-settings-warning-body{background-color:#ef4c3013;border-bottom-right-radius:5px;border-bottom-left-radius:5px;margin-bottom:8px;padding:15px 49px}.team-settings-warning-list{padding:0 14px}.team-settings-warning-list a{color:#333;font-weight:500;text-decoration:none;display:flex}.team-settings-warning-list-item a>p{margin:0 4px 0 0}.team-settings-warning-list-count{margin:0 0 0 12px}.team-settings-warning-list-more{font-weight:500}.team-settings-warning-list-item{flex-direction:row;justify-content:flex-start;align-items:center;margin:12px 0;display:flex}.team-settings-warning-list-link{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.billing-payment-form{width:50%!important}.team-settings-form-button{margin:0 -8px 3px 0}.coupon-code-error{color:#ef4c30;font-size:12px}.coupon-code-success{color:#00a898;font-size:12px}.regional-discount-notice{color:#00a898;margin-bottom:10px;font-size:12px;font-weight:500}.image-input-wrapper{text-align:center;width:100px}.image-input-wrapper p{text-align:left}.image-input{border-radius:8px;width:100px;height:100px;position:relative;overflow:hidden}.image-input-sub{height:100%}.image-input-select{text-align:center;color:#aaa;cursor:pointer;opacity:0;background:#dcdcdce6;justify-content:center;align-items:center;height:100%;padding:20px;transition:all .2s;display:flex;position:absolute;inset:0}.image-input-select:before{content:"";pointer-events:none;border:2px dashed #ccc;border-radius:4px;transition:border .2s;position:absolute;inset:5px}.image-input-empty .image-input-select{background:#e8e8e8}.image-input:hover .image-input-select,.image-input-empty .image-input-select{opacity:1}.image-input:hover .image-input-select{color:#8a8a8a;background:#dcdcdce6}.image-input:hover .image-input-select:before{border-color:#bbb}.image-input-preview{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:8px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000001a}.image-input .loading{background:#ffffff80;position:absolute;inset:0}.image-input-links{flex-direction:row;justify-content:center;align-items:flex-start;margin-top:6px;display:flex}.image-input-links a+a{margin-left:20px;display:block;position:relative}.image-input-links a+a:before{content:"";text-align:center;background:#9a9a9a;border-radius:50%;width:3px;height:3px;position:absolute;top:5px;left:-12px}.extra-margin-bottom{margin-bottom:25px}.file-input{cursor:pointer;border-radius:8px;position:relative}.file-input-value{border:1px solid #e0e0e0;border-radius:6px;justify-content:space-between;align-items:center;height:60px;padding:16px;display:flex}.file-input-select{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;height:60px;padding:0 16px;font-size:14px;font-weight:500;display:flex;position:relative}.file-input-select:hover{border-color:#ccc}.file-input .loading{background:#ffffff80;position:absolute;inset:0}.file-input-filename{font-weight:600}.file-input-filename a.deemphasize{color:inherit;text-overflow:ellipsis;max-width:400px;font-weight:500;display:block;overflow:hidden}.file-input-links{flex-direction:row;display:flex}.file-input-links a+a{margin-left:20px;display:block;position:relative}.file-input-links a+a:before{content:"•";text-align:center;width:10px;position:absolute;left:-15px}.settings-form-row{flex-direction:column;align-items:stretch;margin-top:30px;margin-bottom:30px;display:flex;position:relative}.settings-form-row-help-text-wrapper{margin-bottom:20px}.settings-form-row:first-of-type{margin-top:0}.settings-form-row:last-of-type{margin-bottom:0}.settings-form-row-wrapper-help-text{margin-bottom:20px}.settings-form-row label{color:#666;flex:1;margin-bottom:5px;display:block}.settings-form-row-with-margin{margin-top:8px}.settings-form-row-with-margin .toggle-field .toggle-field-content{margin:0!important}.settings-form-row-troubleshoot{margin-bottom:1rem;font-size:14px;line-height:20px}.settings-form-row-troubleshoot-label{font-weight:700}.settings-form-input{flex-direction:row;flex:2;align-items:center;display:flex}.settings-form-input .wrapped-select{flex:1}.settings-form-input{margin-left:-16px;margin-right:-16px}.settings-form-row input{color:#000;font:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:9px;outline:none;flex:1;padding:15px 12px 15px 15px;font-size:16px;line-height:20px;display:block}.settings-form-row input::placeholder{color:#bbb}.settings-form-row input[disabled]{opacity:.5}.settings-form-submit{flex-direction:row;justify-content:flex-end;margin:20px -16px 0;display:flex}.settings-form-submit>*{margin-left:10px}.settings-alert{text-align:center;color:#ef4c30;text-align:left;background-color:#ef4c301a;border:1px solid #0000;border-radius:9px;margin:20px -16px;padding:12px 15px;font-size:14px;font-weight:500}.settings-form-button-wrapper{margin:0 -16px}.settings-form-inline-submit{flex-direction:row;align-items:center;margin:20px -8px 0;display:flex}.settings-form-inline-submit.tight{margin-top:-20px}.settings-form-inline-submit .btn+.btn{margin-left:8px}.settings-form-row-inline .settings-form-input input{margin-right:16px}.settings-form-split-row .settings-form-row{flex:1;margin:0;padding:0 16px}.settings-form-split-row .settings-form-row+.settings-form-row{margin-left:16px}.settings-form-row>.color-dropdown{margin-top:0}.toggle{align-items:center;gap:8px;display:flex}.toggle label{color:#424242;cursor:pointer}.toggle-button{cursor:pointer;width:30px;height:16px;position:relative}.toggle-button-track{background:#ddd;border-radius:4px;height:8px;margin-top:-4px;transition:all .2s;position:absolute;top:50%;left:2px;right:2px}.toggle-button-ball{background:#fff;border-radius:50%;width:12px;height:12px;margin-top:-6px;transition:all .2s;position:absolute;top:50%;left:0;box-shadow:0 0 0 1px #00000026}.toggle-button-enabled .toggle-button-ball{background:#00a898;left:18px;box-shadow:0 2px 4px #0000001a}.toggle-button-wrapped{background-color:#ddd;border-radius:10px;width:35px;height:18px;transition:all .2s}.toggle-button-wrapped .toggle-button-ball{left:5px}.toggle-button-wrapped.toggle-button-enabled{background-color:#13b597}.toggle-button-wrapped.toggle-button-enabled .toggle-button-track{background:#13b597}.toggle-button-wrapped.toggle-button-enabled .toggle-button-ball{background:#fff;left:18px;box-shadow:0 2px 4px #0000001a}.toggle-button-disabled{cursor:not-allowed;opacity:.5}.toggle-button-yellow.toggle-button-enabled .toggle-button-ball{background-color:#ffc00e}.StripeElement{background-color:#0000!important;padding:0!important}.payment-form{width:auto;padding:0 16px}.payment-form h2{color:#424242;margin-bottom:12px;font-size:18px;font-weight:600}.payment-form-methods{gap:16px;margin-bottom:16px;display:grid}.payment-form-card{cursor:pointer;border:1px solid #e0e0e0;border-radius:4px;grid-template-columns:auto 1fr auto;grid-template-areas:"icon card check";align-items:center;column-gap:16px;min-height:70px;padding:16px;transition:border-color .1s ease-in-out;display:grid;position:relative}.payment-form-card:hover{border-color:#00a898}.payment-form-card.skeleton{cursor:default}.payment-form-card.skeleton:hover{border-color:#e0e0e0}.payment-form-card.skeleton .payment-form-card-row{background-image:linear-gradient(90deg,#eee 0,#f5f5f5 40px,#eee 80px);background-size:600px;border-radius:16px;align-self:center;animation:1.3s linear infinite shine-lines}.payment-form-card.skeleton .payment-form-card-row:first-of-type{max-width:200px;height:16px;margin-bottom:4px}.payment-form-card.skeleton .payment-form-card-row:last-of-type{max-width:140px;height:12px}.payment-form-card .icon{grid-area:icon}.payment-form-card .icon:first-of-type{width:36px;height:36px;-webkit-mask-size:contain;mask-size:contain}.payment-form-card .icon.payment-form-card-check{background-color:#eee;grid-area:check;width:24px;height:24px;transition:background-color .1s ease-in-out;-webkit-mask-size:contain;mask-size:contain}.payment-form-card>div{color:#757575;font-size:12px;transition:color .1s ease-in-out}.payment-form-card>div strong{font-size:16px;font-weight:500}.payment-form-card-selected{border-color:#00a898}.payment-form-card-selected>div{color:#424242}.payment-form-card-selected .icon.payment-form-card-check{background-color:#00a898}@keyframes shine-lines{0%{background-position:-100px}40%,to{background-position:200px}}.Stars{fill:none;width:30px;height:33px}.Stars .Stars-star{fill:#000}.Stars--free .Stars-star{fill:#9e9e9e}.Stars--starter .Stars-star{fill:#ff9a00}.Stars--pro .Stars-star{fill:#00a898}.Stars--team .Stars-star{fill:#ef4c30}.Stars--business .Stars-star{fill:#424242}.NewPlanCard{border:2px solid #000;border-radius:12px;width:250px;padding:16px;position:relative}.NewPlanCard-stars{width:30px;position:absolute;top:12px;right:12px}.NewPlanCard-featureBanner{text-align:center;width:calc(100% - 32px);position:absolute;top:0;transform:translateY(-50%)}.NewPlanCard-featureBanner-banner{text-align:center;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:500;display:inline-block}.NewPlanCard-discount-badge{text-transform:uppercase;color:#fff;letter-spacing:.03em;background-color:#00a898;border-radius:4px;min-height:20px;padding:4px 8px;font-size:10px;font-weight:600}.NewPlanCard-discount-container{align-self:flex-start;align-items:center;min-height:20px;display:flex}.NewPlanCard-info{flex-direction:column;align-items:center;min-height:200px;margin-bottom:16px;display:flex;position:relative}.NewPlanCard-name{margin-top:16px;font-size:24px;font-weight:600}.NewPlanCard-tagline{text-align:center;color:#9e9e9e;width:100%;margin-top:8px;margin-bottom:16px;font-weight:500}.NewPlanCard .Price{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.NewPlanCard .Price-main{justify-content:center;align-items:center;display:flex}.NewPlanCard .Price-amount{font-size:34px;font-weight:600}.NewPlanCard .Price-currency{align-self:flex-start;padding-top:8px;padding-left:4px;padding-right:4px;font-size:20px;font-weight:600}.NewPlanCard .Price-original{margin-top:4px}.NewPlanCard .Price-original-amount{color:#9e9e9e;font-size:24px;font-weight:500;text-decoration:line-through}.NewPlanCard-interval{color:#9e9e9e;flex-direction:column;align-items:center;min-height:28px;margin-top:4px;margin-bottom:16px;font-weight:500;display:flex}.NewPlanCard-interval-discount{color:#9e9e9e;font-size:12px;font-weight:600}.NewPlanCard-buttonTooltip{width:100%}.NewPlanCard-perks{margin-bottom:16px}.NewPlanCard-perks-divider{border:1px dashed #9e9e9e;border-bottom:none;margin-top:16px;margin-bottom:16px}.NewPlanCard .PlanButton{cursor:pointer;width:100%;padding-left:8px;padding-right:8px}.NewPlanCard .PlanButton-current{cursor:default}.NewPlanCard .PlanButton:disabled{cursor:not-allowed}.NewPlanCard .Perk{align-items:flex-start;min-height:24px;margin-left:6px;padding:2px 0;font-weight:500;list-style:none;display:flex}.NewPlanCard .Perk-icon{flex-shrink:0;width:12px;height:12px}.NewPlanCard .Perk--plus .Perk-icon{height:10px}.NewPlanCard .Perk-text{margin-left:4px;margin-right:4px;font-size:12px}.NewPlanCard .Perk-subscript{font-size:8px}.NewPlanCard--free{background-color:#f9f9f9;border-color:#f5f5f5}.NewPlanCard--free .NewPlanCard-featureBanner-banner{color:#fff;background-color:#9e9e9e}.NewPlanCard--free .NewPlanCard-name{color:#9e9e9e}.NewPlanCard--free .PlanButton{color:#fff;background-color:#9e9e9e;border-color:#9e9e9e}.NewPlanCard--free .PlanButton:not(.PlanButton-current):not(:disabled):hover,.NewPlanCard--free .PlanButton:not(.PlanButton-current):not(:disabled):focus-visible{background-color:#757575;border-color:#757575}.NewPlanCard--free .PlanButton-current,.NewPlanCard--free .PlanButton-current:hover,.NewPlanCard--free .PlanButton-current:focus-visible{color:#9e9e9e;background-color:#0000;border-color:#9e9e9e}.NewPlanCard--free .Perk-icon{background-color:#9e9e9e}.NewPlanCard--starter{background-color:#fff9e7;border-color:#ffecb7}.NewPlanCard--starter .NewPlanCard-featureBanner-banner{color:#000;background-color:#fecc1d}.NewPlanCard--starter .NewPlanCard-name{color:#ff9a00}.NewPlanCard--starter .PlanButton{color:#000;background-color:#fecc1d;border-color:#fecc1d}.NewPlanCard--starter .PlanButton:not(.PlanButton-current):not(:disabled):hover,.NewPlanCard--starter .PlanButton:not(.PlanButton-current):not(:disabled):focus-visible{background-color:#ffad00;border-color:#ffad00}.NewPlanCard--starter .PlanButton-current,.NewPlanCard--starter .PlanButton-current:hover,.NewPlanCard--starter .PlanButton-current:focus-visible{color:#ff9a00;background-color:#0000;border-color:#ff9a00}.NewPlanCard--starter .Perk-icon{background-color:#ff9a00}.NewPlanCard--pro{background-color:#f2fbfa;border-color:#cceeea}.NewPlanCard--pro .NewPlanCard-featureBanner-banner{color:#fff;background-color:#00a898}.NewPlanCard--pro .NewPlanCard-name{color:#00a898}.NewPlanCard--pro .PlanButton{color:#fff;background-color:#00a898;border-color:#00a898}.NewPlanCard--pro .PlanButton:not(.PlanButton-current):not(:disabled):hover,.NewPlanCard--pro .PlanButton:not(.PlanButton-current):not(:disabled):focus-visible{background-color:#009885;border-color:#009885}.NewPlanCard--pro .PlanButton-current,.NewPlanCard--pro .PlanButton-current:hover,.NewPlanCard--pro .PlanButton-current:focus-visible{color:#00a898;background-color:#0000;border-color:#00a898}.NewPlanCard--pro .Perk-icon{background-color:#00a898}.NewPlanCard--team{background-color:#fef6f5;border-color:#fde4e0}.NewPlanCard--team .NewPlanCard-featureBanner-banner{color:#fff;background-color:#ef4c30}.NewPlanCard--team .NewPlanCard-name{color:#ef4c30}.NewPlanCard--team .PlanButton{color:#fff;background-color:#ef4c30;border-color:#ef4c30}.NewPlanCard--team .PlanButton:not(.PlanButton-current):not(:disabled):hover,.NewPlanCard--team .PlanButton:not(.PlanButton-current):not(:disabled):focus-visible{background-color:#e0432f;border-color:#e0432f}.NewPlanCard--team .PlanButton-current,.NewPlanCard--team .PlanButton-current:hover,.NewPlanCard--team .PlanButton-current:focus-visible{color:#ef4c30;background-color:#0000;border-color:#ef4c30}.NewPlanCard--team .Perk-icon{background-color:#ef4c30}.NewPlanCard--business{background-color:#ededed;border-color:#ccc}.NewPlanCard--business .NewPlanCard-featureBanner-banner{color:#fff;background-color:#424242}.NewPlanCard--business .NewPlanCard-name{color:#424242}.NewPlanCard--business .PlanButton{color:#fff;background-color:#424242;border-color:#424242}.NewPlanCard--business .PlanButton:not(.PlanButton-current):not(:disabled):hover,.NewPlanCard--business .PlanButton:not(.PlanButton-current):not(:disabled):focus-visible{background-color:#000;border-color:#000}.NewPlanCard--business .PlanButton-current,.NewPlanCard--business .PlanButton-current:hover,.NewPlanCard--business .PlanButton-current:focus-visible{color:#424242;background-color:#0000;border-color:#424242}.NewPlanCard--business .Perk-icon{background-color:#424242}.PlanOptionsBoard{margin:-40px -40px 0;padding:8px 24px 0}.PlanOptionsBoard-intervalToggle{align-items:center;font-size:14px;display:flex}.PlanOptionsBoard-intervalToggle>*{margin-right:12px}.PlanOptionsBoard-annualOffer{color:#00a898;letter-spacing:.5px;align-items:center;font-weight:700;display:flex}.PlanOptionsBoard-annualOffer-arrow{width:12px;height:6px;margin-right:4px}.PlanOptionsBoard-annualOffer-text{font-size:11px}.PlanOptionsBoard-cards{justify-content:space-between;align-items:stretch;column-gap:10px;padding-top:8px;display:flex}.PlanOptionsBoard-customApps{text-align:center;color:#9e9e9e;padding:24px 0 8px;font-size:14px}.PlanOptionsBoard-customApps a{color:#00a898;font-weight:600;text-decoration:none}.PlanOptionsBoard-customApps a:hover{text-decoration:underline}.modal-wrapper:has(.NewPlanSelectModal){padding-top:10px;padding-bottom:10px}.NewPlanSelectModal-content{flex-direction:column;margin:0 -40px;display:flex;padding:2px 40px 8px!important;overflow-y:hidden!important}.NewPlanSelectModal-content img{align-self:center;width:200px;height:200px;transform:scale(1.2)}.NewPlanSelectModal-region-disclaimer{margin:1em 0;font-size:1rem}.new-plan-selection-header{margin-bottom:20px}.new-plan-selection-header__description{color:#333;font-size:12px;font-weight:500}.selection-modal .modal-content{flex-direction:column;width:80%;max-height:calc(100vh - 230px);margin:0 auto;padding:20px 40px;display:flex}.selection-modal__header{color:#333;margin:0;font-size:16px;font-weight:600}.selection-modal__header--light{font-weight:500}.selection-modal__header--removed{color:#cbcbcb;font-style:italic;font-weight:500}.selection-modal__header--right{display:flex}.selection-modal__subheader{color:#333;margin:0;font-size:14px;font-weight:500}.selection-modal__subheader--light{color:#9e9e9e}.selection-modal__subheader--removed{color:#cbcbcb;font-style:italic}.selection-modal .tooltip-trigger{align-items:center;margin-left:5px;display:flex}.new-plan-selection-content{border:1px solid #dedede;border-radius:6px;flex-direction:column;display:flex;overflow:auto}.new-plan-selection-content__header{justify-content:space-between;padding:15px 30px;font-size:16px;display:flex}.new-plan-selection-content__count{background:#00a8981a;border-bottom:1px solid #dedede;padding:15px 30px}.new-plan-selection-content__total{background:#00a8981a;padding:15px 30px}.new-plan-selection-content__count-row,.new-plan-selection-content__total{justify-content:space-between;display:flex}.user-selection,.app-selection{padding:10px 30px 20px;overflow-y:scroll}.app-selection__single{justify-content:space-between;align-items:center;display:flex}.app-selection__shared-header{justify-content:space-between;align-items:center;height:45px;display:flex;position:relative}.app-selection__toggle{margin-left:auto}.app-selection__shared-header-title{text-transform:uppercase;margin:0;font-size:10px}.app-selection__single-app{align-items:center;padding:10px 0;display:flex}.app-selection__single-app--shared{position:relative}.app-selection__single-app--shared .app-icon{width:30px;height:30px}.app-selection__single-app--shared:last-child:after{display:none}.app-selection .app-icon{margin-right:10px}.app-selection__connected:before,.app-selection__connected:after{content:"";z-index:1;background-color:#d9d9d9;margin-right:10px}.app-selection__connected:before{border-radius:50%;width:8px;height:8px;display:inline-block}.app-selection__connected:after{width:2px;height:48px;position:absolute;top:26px;left:3px}.app-selection__published-icon{width:16px;height:16px;margin-left:10px}.app-selection__published-icon .icon{width:12px;height:12px;margin:0;-webkit-mask-size:contain;mask-size:contain}.user-selection__user{justify-content:space-between;align-items:center;height:50px;display:flex}.user-selection__toggle{color:#00a898;cursor:pointer;background:#fff;border:none;font-size:14px;font-weight:600}.auth-screen{color:#333;background:#fff url(./bg@2x-DRVf577C.png) 50%/cover no-repeat fixed}.auth-page{text-align:center;flex-direction:column;max-width:460px;min-height:100%;margin:0 auto;padding:10px 30px;transition:padding-top .2s;display:flex}.auth-page-v2{text-align:center;flex-direction:column;width:100%;min-height:100%;margin:0 auto;transition:padding-top .2s;display:flex}.auth-page-v2 h1{color:#333;text-align:left;margin-top:64px;margin-bottom:34px;font-size:32px;font-weight:600}.auth-page-has-error{padding-top:60px}.auth-page-error{color:#000;background:#fc3;padding:10px 0;font-size:14px;font-weight:600;line-height:20px;transition:top .2s;position:fixed;top:-40px;left:0;right:0}.auth-page-has-error .auth-page-error{top:0}.auth-page-body{flex-direction:column;flex:1;justify-content:center;align-items:stretch;padding:30px 0;display:flex}.auth-page-body-v2{flex-direction:column;flex:1;justify-content:center;align-items:stretch;display:flex}.auth-page h1{margin-bottom:50px;font-size:24px;font-weight:400}.auth-page h1+p{color:#8a8a8a;margin-top:-36px;margin-bottom:40px}.auth-page-logo{background:url(./f-logo@2x-B6DZAOst.png) 50%/contain no-repeat;height:120px;position:absolute;top:-69px;left:0;right:0}.auth-form{background:#fff;border-radius:10px;margin-top:60px;padding:60px 40px 40px;font-size:14px;position:relative;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.auth-form-v2{flex-direction:column;flex:1;justify-content:flex-start;gap:34px;height:100%;padding:60px;font-size:14px;display:flex;overflow-y:auto}.auth-form-v2__header{flex-direction:column;gap:65px;display:flex}.auth-form-v2__header h1{margin:0}.auth-form-v2__header--transcosmos h1{color:#e20909}.auth-form-v2__header--transcosmos .auth-form-v2__header-logotype{align-items:center;gap:1rem;display:flex}.auth-form-v2__header--transcosmos .auth-form-v2__header-logotype .transcosmos-logotype{width:160px}.auth-form-v2__content{flex-direction:column;gap:10px;display:flex}.auth-form-v2__content .auth-form-v2__help-text{text-align:left;color:#555;margin:0 0 8px;line-height:1.4}.auth-form-v2__content label{margin-left:0;font-size:12px}.auth-form-v2__content .wrapped-input-error-message{font-size:12px}.auth-form-v2__content .auth-form-submission-row{margin:0}.auth-form-v2__content .auth-form-submission-container{flex-direction:column;gap:8px;display:flex}.auth-form-v2__footer{flex-direction:column;gap:17.5px;height:100%;display:flex}.auth-form-v2__footer div.terms-of-use{margin-top:0}.auth-form-v2__footer div.auth-form-link-v2{margin-top:auto;margin-bottom:0}.auth-form-v2 .terms-of-use{color:#757575;text-align:center;margin-top:24px;font-family:Work Sans;font-size:14px;font-weight:400}.auth-form-v2 .terms-of-use a{color:#757575;font-weight:700}.auth-form-v2 .auth-form-link:hover,.auth-form-v2 .auth-form-link-v2:hover{opacity:.7}.auth-form-v2 .auth-form-link-v2{margin-top:auto;margin-bottom:64px}.auth-form-v2 .auth-form-link-v2:hover{text-decoration:none}.auth-form-v2 .link-button{background:#00a8981a;border-radius:4px;padding:0 4px}.auth-form-v2--transcosmos .link-button{color:#e20909;background:#ff00001a}.auth-form-v2 .form-row{width:100%;min-height:96px;margin:0;position:relative}.auth-form-v2 .form-row .form-row-inner-layout{width:100%;position:absolute;top:0;left:0}.auth-form-v2 .form-row .form-row-inner-layout .wrapped-input{width:100%;margin:0}@media screen and (width<=1139px){.auth-form-v2{max-width:620px;margin:auto}}@media screen and (width<=719px){.auth-form-v2{padding:82px 16px 0}}@media screen and (width<=719px) and (height<=800px){.auth-form-v2{padding:32px 16px 0}.auth-form-v2__header{gap:24px}.auth-form-v2__content .form-row{min-height:82px}}@media screen and (width<=719px){.auth-form-v2__header--transcosmos h1{background:#e20909}}@media screen and (width<=719px) and (height<=790px){.auth-form-v2{padding-bottom:120px}}@media screen and (width<=719px){.auth-form-v2 h1{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(#00a898 0%,#006b5a 100%);-webkit-background-clip:text;background-clip:text;margin-top:16px;font-size:32px;font-weight:600}.auth-form-v2--transcosmos>div{justify-content:center;align-items:center;gap:1rem;display:flex}.auth-form-v2--transcosmos h1{-webkit-text-fill-color:transparent;background:#e20909;-webkit-background-clip:text;background-clip:text}.auth-form-v2 p{text-align:center}.auth-form-v2 .auth-form-submission-row .btn{height:66px}}@media screen and (width<=719px) and (height<=800px){.auth-form-v2 .auth-form-submission-row .btn{height:46px}}@media screen and (width<=719px){.auth-form-v2 .auth-form-link-v2{color:#333;background:#e6f6f5;justify-content:center;align-items:center;margin-bottom:0;padding:18px 16px;display:flex;position:fixed;bottom:0;left:0;right:0}.auth-form-v2 .auth-form-link-v2 .link-button{background:0 0}.auth-form-v2 .auth-form-link-v2--transcosmos{color:#fff;background:#e20909}.auth-form-v2 .auth-form-link-v2--transcosmos .link-button{color:#fff;background:0 0}.auth-form-v2 .form-row input{font-size:16px}}.auth-form .btn{width:100%;margin-top:20px;display:block}.auth-form .flat-button{color:#333;background-color:#ffbf0e00;width:100%;margin-top:20px;display:block}.auth-form-error{color:#f44;margin:15px 0}.auth-form-submission-row{margin-top:40px}.auth-form-link{margin-top:30px}.auth-form-link a{color:inherit}.auth-page .wrapped-input input{font-size:16px}.auth-page .wrapped-input label{margin:12px 16px 8px}.auth-page .wrapped-input .wrapped-input-inner-wrapper{border:1px solid #e0e0e0;border-radius:9px;padding:7px 15px}.auth-page .wrapped-input-focussed .wrapped-input-inner-wrapper,.auth-page .wrapped-input-error .wrapped-input-inner-wrapper{border-color:#ccc}.auth-page .wrapped-input-error-message{color:#fff;background:#333;border-radius:10px;margin-top:6px;padding:10px 15px;font-weight:400;position:relative}.auth-page .wrapped-input-error-message:before{content:"";pointer-events:none;border:6px solid #0000;border-bottom-color:#333;margin-left:-6px;display:block;position:absolute;bottom:100%;left:50%}@media (width>=791px){.auth-page .wrapped-input-error-message{white-space:nowrap;margin:0 0 0 10px;position:absolute;bottom:16px;left:100%}.auth-page .wrapped-input-error-message:before{border-color:#0000 #333 #0000 #0000;margin:-6px 0 0;inset:50% 100% auto auto}.auth-page .checkbox-row .wrapped-input-error-message{top:50%;bottom:unset;margin-top:-18px}}.selectable-input{background:#fff;border-radius:6px;flex-direction:row;align-items:center;height:26px;position:relative;box-shadow:0 2px 4px #0003}.selectable-input-menu-trigger{flex-direction:column;justify-content:center;display:flex;top:0;bottom:0;right:4px;position:absolute!important}.selectable-input-menu-trigger .icon{display:block}.selectable-input-value{flex-direction:row;justify-content:flex-start;align-items:center;display:flex;position:absolute;inset:0 30px 0 0}.selectable-input-selected-value{color:#fff;background:#ef4c30;border-radius:100px;flex-direction:row;align-items:center;max-width:100%;height:22px;margin:2px;padding:0 0 0 12px;display:flex}.selectable-input-selected-value .icon{cursor:pointer;background:#ffffff80}.selectable-input-selected-value .icon:hover{background:#ffffffb3}.selectable-input-menu-trigger .icon{background:#8a8a8a}.selectable-input-value-text{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.selectable-input-input{height:26px;font:inherit;background:0 0;border:none;outline:none;flex:1;width:100%;padding-left:12px;display:block}.selectable-input-wrapper-boxed{background-color:#fff;border-radius:6px;height:44px;padding:4px 16px 4px 12px}.selectable-input-wrapper-boxed label{color:#8a8a8a;margin-bottom:4px}.selectable-input-wrapper-boxed .selectable-input{box-shadow:unset;background:unset;height:100%}.selectable-input-wrapper-boxed .selectable-input .selectable-input-value{height:inherit}.selectable-input-wrapper-boxed .selectable-input .selectable-input-value input{height:inherit;padding-left:0}.selectable-input-wrapper-boxed .selectable-input .selectable-input-value .selectable-input-selected-value{background-color:#ef4c30;margin-left:0}.selectable-input-wrapper-boxed.selectable-input-wrapper-labeled{height:60px;padding:10px 16px 4px}.selectable-input-wrapper-boxed.selectable-input-wrapper-labeled .selectable-input{height:unset}.selectable-input-wrapper-boxed.selectable-input-wrapper-labeled .selectable-input .selectable-input-value{height:34px;font-size:14px}.selectable-input-wrapper-boxed.selectable-input-wrapper-labeled .selectable-input .selectable-input-menu-trigger{top:6px}.setting-modal-button-row{margin-top:30px;margin-bottom:30px;display:flex}.setting-modal-button-row>*{margin-right:10px}.setting-modal-button-row.centered{justify-content:center}.setting-modal-button-row:last-of-type{margin-bottom:0}.settings-modal-form-row{flex-direction:column;align-items:stretch;margin-bottom:25px;display:flex;position:relative}.settings-form-label-wrapper{align-items:flex-end;display:flex}.settings-modal-form-row label{color:#8a8a8a;margin-bottom:6px}.settings-form-label-wrapper .icon{width:20px;height:20px;position:relative;-webkit-mask-size:20px;mask-size:20px}.settings-modal-form-input{flex-direction:row;flex:2;align-items:center;display:flex}.settings-modal-form-input .wrapped-select{flex:1}.settings-form-image .image-input-wrapper{width:100%;height:328px}.settings-form-image .image-input-wrapper .image-input{width:100%;height:100%}.settings-form-image .image-input-preview{background-size:cover}.settings-form-file .file-input-wrapper,.settings-form-file .file-input-remove{width:100%}.settings-form-file .file-input-filename,.settings-form-file .file-input-select{font-size:16px;font-weight:inherit}.settings-form-file .file-input-filename,.settings-form-file .file-input-select,.settings-form-file .file-input-links{text-align:center}.settings-form-file .file-input-value,.settings-form-file .file-input-select{line-height:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:9px;padding:15px 12px}.settings-form-file .file-input-select{height:initial;color:#000;display:block}.settings-modal-form-row input{color:#000;font:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:5px;outline:none;flex:1;padding:10px 10px 10px 15px;font-size:16px;line-height:20px;display:block}.settings-form-row-small input{padding-top:12px;padding-bottom:10px;font-size:14px}.settings-modal-form-row input::placeholder{color:#bbb}.settings-modal-form-row input[disabled]{opacity:.5}.settings-form-row-error input{border-color:#f44}.settings-form-static-value{font-size:14px;font-weight:500}.settings-form-alert{text-align:center;color:#ef4c30;text-align:left;background-color:#ef4c301a;border:1px solid #0000;border-radius:9px;margin:20px 0;padding:12px 15px;font-size:14px;font-weight:500}.pay-settings-alert{text-align:center;color:#ef4c30;background-color:#ef4c301a;border:1px solid #0000;border-radius:9px;margin:0 -16px 40px;padding:10px;font-size:14px;font-weight:500}.settings-save-success{color:#00a898;background-color:#00a8981a}.settings-form-error{color:#ef4c30;margin-top:4px}.settings-form-help-message{color:#8a8a8a;margin-left:20px}.settings-modal-inline-submit{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.settings-modal-inline-submit .btn+.btn{margin-left:8px}.settings-form-section-title{color:#666}.settings-form-row-inline .settings-modal-form-input input{margin-right:16px}.settings-form-row-inline .settings-form-error{margin-right:80px}.settings-form-split-row{flex-direction:row;align-items:flex-start;margin:30px -16px;display:flex}.settings-form-split-row .settings-modal-form-row{flex:1;margin:0;padding:0 16px}.settings-form-split-row .settings-modal-form-row+.settings-modal-form-row{margin-left:16px}.settings-form-input-select{flex:1}.settings-modal-form-row>.color-dropdown{margin-top:0}.settings-form-image-square{display:flex}.settings-form-image-square .image-input-wrapper{width:256px;height:256px}.settings-form-toggle{margin:35px 0}.simple-toggle-content{margin-bottom:15px;display:flex}.simple-toggle-content input{color:#000;background:0 0;border:none;outline:none;flex:1;margin-left:15px;font-size:14px}.simple-toggle-content .toggle-button{align-items:center;height:100%;margin-left:auto;display:flex}.simple-toggle-content.toggle-field-disabled input{color:#bdbdbd;font-style:italic}.simple-toggle-content.toggle-field-disabled input:disabled{color:#bdbdbd;-webkit-text-fill-color:#bdbdbd}.root{width:100%}.hidden-button{display:none}.main-button{width:100%}.stat-container{display:grid}.stat-container .stat-title{color:#8a8a8a;margin-bottom:6px}.stat-container .stat{display:flex}.stat-container .stat>.stat-extra{font-weight:400;font-size:inherit;color:#a82058;margin-top:2px;margin-left:10px}.stat-container .legacy-warning,.stat-container .limit-indicator{color:#9e9e9e;align-items:center;display:flex}.stat-container .legacy-warning span,.stat-container .limit-indicator span{width:16px;height:16px;margin-left:8px}.usage-stats{border:thin solid #e0e0e0;border-radius:6px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:20px;display:grid}.usage-stats .stat-container{padding:20px 0 20px 15px;display:grid}.usage-stats .stat-container:not(:last-child){border-right:thin solid #e0e0e0}.usage-stats .stat-container>h4{color:#000;margin-bottom:8px}.usage-stats .stat-container>h4,.usage-stats .stat-container p{font-size:11px;font-weight:100}.usage-section{height:531px}.free-plan-container{background:#fff;border:1px solid #e0e0e0;border-radius:9px;padding:23px}.free-plan-container .free-plan-header{font-size:16px;font-weight:600px;margin-bottom:15px}.free-plan-container .free-plan-header .free-plan-rocket{margin-right:8px}.free-plan-container .free-plan-perks{margin-bottom:20px;margin-left:20px;list-style:none}.free-plan-container .free-plan-perks>li.free-plan-perk{color:#424242;padding:5px 0 0 4px;font-size:12px;line-height:16px;position:relative;right:20px}.free-plan-container .free-plan-perks>li.free-plan-perk>.free-plan-pink-check{width:12px;height:12px;margin-right:7px;position:relative;top:2px}.plan-services-section{gap:27px;padding-bottom:25px;display:grid}.plan-services-section .legacy-plan-warning{background-color:#ef4c301a;border-radius:6px;align-items:center;gap:16px;padding:16px 12px;font-weight:500;display:flex}.plan-services-section .legacy-plan-warning p{color:#424242}.plan-services-section .legacy-plan-warning a{color:#ef4c30;text-transform:uppercase;font-weight:600;text-decoration:none}.plan-services-section .legacy-plan-warning a:hover{text-decoration:underline}.plan-services-header{justify-content:space-between;align-items:center;display:flex}.plan-service-stats{grid-template-areas:"plan limit cost date";display:grid}.plan-service-stats #plan{grid-area:plan}.plan-service-stats #limit{grid-area:limit}.plan-service-stats #cost{grid-area:cost}.plan-service-stats #date{grid-area:date}.plan-services{list-style:none}.plan-services>li.service{color:#424242;margin-bottom:6px;padding:5px 0 0 2px;font-size:12px;position:relative}.plan-services>li.service>.service-green-check{width:12px;height:12px;margin-right:10px;position:relative;top:2px}.switch-yearly-plan{display:flex}.switch-yearly-plan .money-mouth-image2{width:20px;height:20px;margin-right:5px}.saved-card-box{background:#00a8981a;border:1px solid #00a898;border-radius:5px;outline:none;justify-content:space-between;align-items:center;margin:25px 0;padding:15px 18px;display:flex}.saved-card-box .card-info{justify-content:flex-start;align-items:center;display:flex}.saved-card-box .card-info .card-icon{margin-right:18px}.saved-card-box p{color:#666;font-size:10px;font-weight:500}.no-saved-card-box{background:#e9e9e933;border:1px solid #e9e9e9;border-radius:5px;outline:none;justify-content:space-between;align-items:center;margin:25px 0;padding:15px 18px;display:flex}.no-saved-card-box .card-info{justify-content:flex-start;align-items:center;display:flex}.no-saved-card-box .card-info .card-icon{margin-right:18px}.no-saved-card-box p{color:#8a8a8a;font-size:13px;font-weight:500}.trial-signup-modal{width:560px;padding-left:60px;padding-right:60px}.trial-warning{flex-direction:row;align-items:center;display:flex}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button){z-index:10000;color:#777;background:#fff;flex-direction:row;justify-content:flex-end;align-items:center;height:44px;padding:0 80px 0 20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 0 0 1px #0000001a}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button) .integrations-trial-wrapper{background:#f5f5f5;border-radius:5px;align-items:center;padding:2px 10px;font-weight:400;display:flex}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button) .integrations-trial-wrapper span{margin-right:8px}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button) .integrations-trial-wrapper>i{color:#ef4c30;margin-right:5px}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button) .integrations-trial-wrapper>b{margin-left:5px}.trial-warning-button-wrapper:not(.trial-warning-button-wrapper--button) .integrations-trial-tooltip-wrapper{align-items:center;height:45px;display:flex}.btn.trial-warning-button{margin:0 10px}.trial-warning-banner{color:#ef4c30;background:#ef4c301a;flex-direction:row;align-items:center;height:48px;padding:0 16px 0 32px;font-size:14px;font-weight:500;display:flex}.trial-signup-modal-header{border-top-left-radius:12px;border-top-right-radius:12px;position:absolute;top:0;left:0;right:0;overflow:hidden;box-shadow:0 0 0 1px #ef4c3033}.trial-signup-modal-header .icon-close-big{background-color:#00000080}.trial-warning-icon{background-color:#ef4c30;margin-right:8px}.trial-warning-banner-text{flex:1}.trial-signup-success{padding:100px}.modal h1.trial-signup-success-message{margin-bottom:10px;font-size:24px;font-weight:600}.trial-signup-success-message+p{color:#8a8a8a;font-size:16px;margin-bottom:30px!important}.modal-plan-select .team-settings-plan-select{flex-direction:row;margin:0;padding:0}.modal-plan-select .team-settings-plan-item+.team-settings-plan-item{margin-top:0;margin-left:16px}.modal-plan-select-billing .team-settings-plan-select{flex-direction:column;margin:0;padding:0}.modal-plan-select-billing .team-settings-plan-item+.team-settings-plan-item{margin-top:16px}.trial-signup-modal-storage{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:36px;padding:15px 20px}.trial-signup-modal-storage h2{margin-bottom:5px;font-size:16px}.trial-signup-modal-storage p{color:#666}.monthly-annual-planselect{margin:-5px 10px 10px;font-size:14px;display:flex}.monthly-annual-planselect p{padding-left:10px;padding-right:10px}.toggle-offer{color:#00a898;letter-spacing:.5px;text-transform:uppercase;font-weight:700;display:flex}.toggle-offer span{background:#00a898;margin-top:-3px}.domain-settings-section2 h4{margin-bottom:10px}.domain-settings-section2 .settings-form-row{margin-top:20px;margin-bottom:20px}.team-settings-domain-details{flex:1}.team-settings-domain-action span{padding:0 10px}.team-settings-subdomain{background:#f1f1f1;border-radius:9px;justify-content:space-between;align-items:center;margin:0 -16px;padding:10px 16px;display:flex}.team-settings-subdomain p{font-size:14px}.domain-settings .team-select-menu{margin-bottom:30px}.domain-settings-domain{background:#f1f1f1;border-radius:9px;flex-direction:row;align-items:center;margin:10px -16px;padding:10px 16px;font-size:14px;display:flex}.domain-settings-domain .icon-button-wrapper{margin-left:4px}.domain-settings-domain .icon{background:#8a8a8a}.domain-settings-domain-name{flex:1}.domain-settings-confirm{text-align:center}.domain-settings-confirm h5{margin:10px 0;font-size:20px}.domain-settings-error{color:red;margin-top:10px}.domain-settings-loading-message{text-align:center;margin:10px 20px 0}.callout-card{text-align:center;border-radius:6px;flex-flow:column wrap;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.callout-card .callout-card-content{flex-flow:column;justify-content:center;align-items:center;width:100%;padding:16px;display:flex}.callout-card .callout-card-content>*{white-space:pre-wrap;margin:0 0 8px}.callout-card .callout-card-content>:last-child{margin:0}.callout-card-border-solid{border-style:solid}.callout-card-border-dashed{border-style:dashed}.callout-card-border-none{border-style:none}.callout-card-alignment-left .callout-card-content{text-align:left;align-items:flex-start}.callout-card-alignment-center .callout-card-content{text-align:center;align-items:center}.callout-card-alignment-right .callout-card-content{text-align:right;align-items:flex-end}.callout-card>.callout-card-header-image{width:100%}.callout-card-type-panel{margin:0 -16px}.callout-card a,.callout-card p,.callout-card span{font-size:12px}.callout-card h1,.callout-card h2,.callout-card h3,.callout-card h4,.callout-card h5,.callout-card h6{font-size:16px}.callout-card-color-darkPink{border-width:1px;border-color:#a82058}.callout-card-color-darkPink.callout-card-border-none{background-color:#a82058;border-width:0}.callout-card-color-orange{border-width:1px;border-color:#ef4c30}.callout-card-color-orange.callout-card-border-none{background-color:#ef4c30;border-width:0}.callout-card-color-yellow{border-width:1px;border-color:#ffc00e}.callout-card-color-yellow.callout-card-border-none{background-color:#ffc00e;border-width:0}.callout-card-color-green{border-width:1px;border-color:#a1cd46}.callout-card-color-green.callout-card-border-none{background-color:#a1cd46;border-width:0}.callout-card-color-teal{border-width:1px;border-color:#00a898}.callout-card-color-teal.callout-card-border-none{background-color:#00a898;border-width:0}.callout-card-color-lightTeal{border-width:1px;border-color:#00a89833}.callout-card-color-lightTeal.callout-card-border-none{background-color:#00a89833;border-width:0}.callout-card-color-purple{border-width:1px;border-color:#43437a}.callout-card-color-purple.callout-card-border-none{background-color:#43437a;border-width:0}.callout-card-color-grey{border-width:1px;border-color:#eee}.callout-card-color-grey.callout-card-border-none{background-color:#eee;border-width:0}.callout-card-color-lightGrey{border-width:1px;border-color:#f5f5f5}.callout-card-color-lightGrey.callout-card-border-none{background-color:#f5f5f5;border-width:0}.callout-card-custom-fonts{background-color:#a820581a;width:312px;margin-left:-16px;margin-right:-16px;border:none!important}.callout-card-custom-fonts a{color:#a82058;font-weight:700;text-decoration:none}.callout-card-custom-fonts span[role=img]{font-size:16px}.over-limit-purchase-addon-modal .modal-header h1{color:#000;font-size:20px;font-weight:600}.over-limit-purchase-addon-modal .modal-content{flex-direction:column;gap:18px;display:flex}.over-limit-purchase-addon-modal .modal-content .callout-card{background-color:#f6f6f6;border-width:2px;border-color:#f2f2f2}.over-limit-purchase-addon-modal .modal-content .callout-card-content{flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;padding:26px 24px;display:flex}.over-limit-purchase-addon-modal .modal-content .callout-card-content>*{color:#424242;margin:0}.over-limit-purchase-addon-modal .modal-content .callout-card-content>:last-child{margin-left:auto}.over-limit-purchase-addon-modal .modal-content .callout-card-content .addon-pricing strong,.over-limit-purchase-addon-modal .modal-content .callout-card-content .addon-description strong{color:#000;font-size:18px;font-weight:600}.over-limit-purchase-addon-modal .modal-content .callout-card-content .addon-description{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}.over-limit-purchase-addon-modal .modal-content .callout-card-content .addon-description span{font-size:14px;font-weight:500}.over-limit-purchase-addon-modal .modal-content .callout-card-content .icon-style-circle{width:44px;height:44px}.over-limit-purchase-addon-modal .modal-content .callout-card-content .icon-style-circle .icon{width:30px;height:30px}.over-limit-purchase-addon-modal .addon-purchase-error{text-align:center;color:#ef4c30;text-align:left;background-color:#ef4c301a;border:1px solid #0000;border-radius:9px;padding:12px 15px;font-size:12px;font-weight:500}.over-limit-purchase-addon-modal .error-support-link{color:unset}.team-settings-header{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;display:flex}.team-settings-header h3{margin-bottom:0}.editor-limit-subheading{font-size:11px;font-weight:500;display:block}.team-members-form2{margin-top:unset}.team-members-member{flex-direction:row;align-items:center;margin:20px 0;display:flex}.team-members-member-details{flex:1}.team-members-member h4{margin-bottom:4px;font-size:16px;font-weight:500}.team-members-member p{color:#8a8a8a;margin:0}.team-select-menu{margin:0 -16px 20px}.team-members-invite h4{color:#8a8a8a}.team-members-invite p{font-style:italic}.team-members-add-form .settings-form-row{margin-top:0}.team-settings .banner{margin:10px -16px}.settings-header-wrapper{align-items:center;gap:.5rem;display:flex}.apps-settings{flex-direction:column;gap:18px;display:flex}.apps-settings h3{margin-bottom:0}.apps-settings input{color:#000;background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;outline:none;height:44px;margin-bottom:7px;padding:8px 16px;font-size:14px;line-height:20px}.apps-settings input::placeholder{color:#bbb}.apps-settings .settings-content-box{flex-direction:column;padding:0;display:flex}.apps-settings .settings-content-box .settings-content-row{border-bottom:1px solid #e9e9e9;justify-content:flex-start;align-items:center;gap:16px;width:100%;margin:0;padding:16px 25px;display:flex}.apps-settings .settings-content-box .settings-content-row:last-child{border-bottom:unset}.apps-settings .settings-content-box .settings-content-row .btn{margin-left:auto}.settings-modal{width:850px;max-height:calc(100vh - 80px);padding:0}.settings-modal>div,.settings-modal>form{flex-direction:column;height:100%;padding:35px 40px 0;display:flex;overflow:hidden}.settings-modal .modal-content{flex:1;overflow:auto}.settings-page-header{border-bottom:1px solid #e9e9e9;flex-direction:row;justify-content:flex-start;align-items:center;margin:-35px -40px 0;padding:32px 40px 16px;display:flex}.settings-page-header>*{margin:0 8px 0 0}.settings-page-header>:last-child{margin-right:0}.settings-page-header h1{white-space:nowrap;text-overflow:ellipsis;flex:1;margin-bottom:2px;font-size:19px;font-weight:500;overflow:hidden}.settings-page-header p{color:#8a8a8a;font-weight:500}.settings-page-header .icon-button-wrapper{width:40px;max-width:40px;height:40px;max-height:40px;padding:8px}.settings-page-header.modal-header-stepper{display:block}.settings-page-header-title{margin-left:10px}.settings-page-close-button{position:absolute;top:28px;right:22px}.settings-page-sidebar{min-width:160px;margin-top:26px;margin-bottom:40px;margin-left:-12px}.settings-page-tab{color:#616161;border-top-left-radius:20px;border-bottom-left-radius:20px;justify-content:left;align-items:center;margin-top:5px;margin-bottom:5px;margin-left:-10px;padding:10px 0 10px 24px;font-size:16px;font-weight:400;text-decoration:none;display:flex;overflow:visible}.settings-page-tab:hover:not(.active){color:#00a898;cursor:pointer;background-color:#00a8981a}.settings-page-tab:hover:not(.active) .icon{background-color:#00a898}.settings-page-tab.active{color:#00a898;background-color:#00a8981a;font-weight:500}.settings-vertical-line{border-right:1px solid #e9e9e9;width:1px;margin:-40px 0}.settings-page-content{-ms-overflow-style:none;scrollbar-width:none;background:#fcfcfc;place-content:flex-start center;width:100%;height:100%;margin-right:-40px;padding:40px 50px;overflow-y:scroll}.settings-page-content::-webkit-scrollbar{display:none}.settings-header{margin-bottom:1em;font-size:19px;font-weight:400}.settings-subheader{align-items:flex-end;margin-bottom:5px;display:flex}.settings-section-separation{margin-bottom:25px}.settings-content-box{background:#fff;border:1px solid #e9e9e9;border-radius:5px;outline:none;flex:1;margin-bottom:40px;padding:30px 25px;display:block}.settings-content-box .settings-content-row{margin-bottom:25px}.settings-content-box .settings-content-row:last-of-type{margin-bottom:0}.settings-content-box h4{margin-bottom:4px;font-size:15px;font-weight:500}.settings-content-box hr{background-color:#e8e8e8;border:#e8e8e8;height:1px;margin:0 -25px 30px}.shaded-content-box{background:#e9e9e933;border:1px solid #e9e9e9;border-radius:5px;outline:none;align-items:center;margin:0;padding:15px 18px;display:block}.shaded-content-box>:not(:last-child){margin-bottom:5px}.shaded-content-box .btn{margin-top:20px}.settings-list-item{border:1px solid #e9e9e9;border-top:unset;background:#fff;outline:none;flex-direction:row;flex:1;align-items:center;padding:20px;display:flex}.settings-list-item h4{margin-bottom:4px;font-size:16px;font-weight:500}.settings-list-item p{color:#8a8a8a;margin:0}.settings-list-item:first-of-type{border-top:1px solid #e9e9e9;border-top-left-radius:5px;border-top-right-radius:5px}.settings-list-item:last-of-type{border-bottom-right-radius:5px;border-bottom-left-radius:5px}a.settings-link-button{color:#00a898;text-transform:uppercase;margin:0 .3em;padding:.2em;font-size:11px;font-weight:600;text-decoration:none}a.settings-link-button:hover{background:#00a89833}a.settings-link-button.disabled{color:#9e9e9e;cursor:not-allowed;pointer-events:none}a.settings-link-button.disabled:hover{background:0 0}.settings-2fa-box{margin:0}.settings-2fa-modal{flex-direction:column;max-height:calc(100vh - 80px);display:flex}.settings-2fa-page-content{scrollbar-width:none;height:100%;margin-bottom:-40px;margin-left:-40px;margin-right:-40px;padding-bottom:40px;padding-left:40px;padding-right:40px;overflow-y:scroll}.settings-2fa-main-subtitles{color:#00a898;border-bottom:1px solid #e0e0e0;margin-top:20px;margin-bottom:10px;padding-bottom:4px;padding-left:4px;font-size:16px}.settings-2fa-main-text{font-size:14px;line-height:24px}.settings-2fa-qrcode{justify-content:center;align-items:center;margin:30px 0;display:flex}.settings-2fa-form-fields{margin-top:25px}.confirm-disable-2fa{flex-direction:column;display:flex}.confirm-disable-2fa-buttons-row{display:flex}.confirm-disable-2fa-buttons-row *{margin-right:10px}.scheduled-notifications{padding:24px}.scheduled-notifications h1{margin:0 0 16px;font-size:24px}.scheduled-notifications__header{align-items:center;gap:8px;display:flex}.scheduled-notifications__header h1{margin:0}.scheduled-notifications__header{margin-bottom:16px}.scheduled-notifications__tabs{border-bottom:1px solid #e5e5e5;gap:4px;margin-bottom:16px;display:flex}.scheduled-notifications__tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:14px;font-weight:500}.scheduled-notifications__tab:hover{color:#333}.scheduled-notifications__tab--active{color:#f6a623;border-bottom-color:#f6a623}.scheduled-notifications__tab-count{color:#999;margin-left:6px;font-weight:400}.scheduled-notifications__layout{align-items:flex-start;gap:24px;display:flex}.scheduled-notifications__list{flex:1;min-width:0}.scheduled-notifications__detail{background:#fafafa;border:1px solid #e5e5e5;border-radius:6px;flex-shrink:0;width:380px;max-height:calc(100vh - 48px);padding:20px;position:sticky;top:24px;overflow-y:auto}.scheduled-notifications__empty,.scheduled-notifications__error{text-align:center;color:#888;border:1px dashed #ddd;border-radius:6px;padding:48px 24px}.scheduled-notifications__error{color:#c0392b;background:#fff8f8;border-color:#f5c6cb}.scheduled-notifications__loading{color:#888;padding:24px}.sn-row{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:6px;width:100%;margin-bottom:12px;padding:16px;transition:border-color .1s;display:block}.sn-row:hover{border-color:#f6a623}.sn-row--selected{border-color:#f6a623;box-shadow:0 0 0 1px #f6a623}.sn-row__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.sn-row__title{margin:0;font-size:15px;font-weight:600}.sn-row__body{color:#555;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:13px;display:-webkit-box;overflow:hidden}.sn-row__meta{color:#666;flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}.sn-row__meta-label{color:#999;margin-right:4px}.sn-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.sn-pill--active{color:#1f7a3f;background:#e8f5ee}.sn-pill--completed{color:#555;background:#eef0f3}.sn-pill--cancelled{color:#a35a00;background:#fff4e6}.sn-pill--failed{color:#b3261e;background:#fdecea}.sn-detail__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sn-detail__close{cursor:pointer;color:#999;background:0 0;border:none;font-size:20px;line-height:1}.sn-detail h2{color:#555;margin:16px 0 6px;font-size:15px}.sn-detail__field{color:#333;word-break:break-word;margin:0 0 6px;font-size:13px}.sn-detail__error{color:#b3261e;background:#fdecea;border-left:3px solid #b3261e;border-radius:3px;margin-bottom:8px;padding:8px 12px;font-size:12px}.sn-detail__timeline{margin:0;padding:0;list-style:none}.sn-detail__run{border-bottom:1px solid #eee;grid-template-columns:1fr auto;gap:4px 12px;padding:8px 0;font-size:12px;display:grid}.sn-detail__run:last-child{border-bottom:none}.sn-detail__run-time{color:#333}.sn-detail__run-error{color:#b3261e;grid-column:1/-1;font-size:11px}.sn-detail__actions{gap:8px;margin:12px 0 4px;display:flex}.sn-btn{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:600;transition:background-color .1s,border-color .1s;display:inline-flex}.sn-btn:disabled{opacity:.6;cursor:not-allowed}.sn-btn--primary{color:#fff;background:#f6a623;border-color:#f6a623}.sn-btn--primary:hover:not(:disabled){background:#db8e10;border-color:#db8e10}.sn-btn--ghost{color:#555;background:#fff;border-color:#ccc}.sn-btn--ghost:hover:not(:disabled){background:#f5f5f5}.sn-btn--danger{color:#b3261e;background:#fff;border-color:#f5c6cb}.sn-btn--danger:hover:not(:disabled){background:#fdecea}.sn-edit{flex-direction:column;gap:12px;display:flex}.sn-edit__field{color:#555;flex-direction:column;gap:4px;font-size:12px;display:flex}.sn-edit__field span{color:#333;font-weight:600}.sn-edit__field input,.sn-edit__field textarea,.sn-edit__field select{font:inherit;color:#222;background:#fff;border:1px solid #ccc;border-radius:4px;padding:6px 8px;font-size:13px}.sn-edit__field input:focus,.sn-edit__field textarea:focus,.sn-edit__field select:focus{border-color:#f6a623;outline:none}.sn-edit__field textarea{resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.sn-edit__hint{color:#888;font-style:italic;font-weight:400}.sn-edit__advanced{border-top:1px solid #e5e5e5;padding-top:8px}.sn-edit__advanced summary{cursor:pointer;color:#666;margin-bottom:8px;font-size:12px;font-weight:600}.sn-edit__actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.token-expired__toast{color:#fff;text-wrap:nowrap;background-color:#333;width:fit-content;margin-bottom:32px;font-family:Work Sans,sans-serif;display:flex;right:1rem}.token-expired__toast p{font-size:13px}.token-expired__toast .Toastify__close-button{display:none}.snackbar{color:#fff;background:#333;border-radius:6px;min-width:200px;font-size:14px;overflow:hidden;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.snackbar-stripe{height:4px}.snackbar-content{padding:20px 50px 20px 28px;line-height:1.3em}.snackbar .icon-button-wrapper{opacity:0;transition:opacity .2;position:absolute;top:30px;right:14px}.snackbar:hover .icon-button-wrapper{opacity:1}@keyframes notification-slide-in{0%{margin-top:-64px;transform:translateY(160px)}to{margin-top:20px;transform:translateY(0)}}@keyframes notification-slide-out{0%{opacity:1}25%{opacity:0;margin-top:20px}50%{opacity:0;margin-top:-64px}to{opacity:0;margin-top:-64px}}.notifications{z-index:100001;pointer-events:none;max-width:300px;position:fixed;bottom:40px;right:40px}.notification-item{pointer-events:all;flex-direction:row;justify-content:flex-end;margin-top:20px;display:flex}.notification-item-enter{animation:.3s notification-slide-in}.notification-item-exit{animation:1s notification-slide-out}.offline-banner{z-index:100000;color:#000;text-align:center;opacity:0;background:#ffc00d;justify-content:center;align-items:center;height:36px;padding:10px;font-size:14px;font-weight:500;transition:top .2s;position:fixed;top:-36px;left:0;right:0}.offline-banner a{color:#000}.offline-banner-visible .offline-banner{opacity:1;top:0}.chip{color:#333;background-color:#eee;border-radius:6px;grid-auto-flow:column;gap:4px;width:fit-content;min-width:0;max-width:100%;padding:4px 8px;font-size:12px;text-decoration:none;transition:background .2s;display:grid}.chip-lg{font-size:15px}.chip-teal{color:#007b69;background-color:#00a8981a;padding:2px 8px;font-weight:600}.chip-orange{color:#ef4c30;background-color:#ef4c301a;padding:2px 8px;font-weight:600}.chip-yellow{color:#000;background-color:#ffc00e;padding:2px 8px;font-weight:600}.chip-green{color:#a1cd46;background-color:#a1cd461a;padding:2px 8px;font-weight:600}.chip-purple{color:#43437a;background-color:#43437a1a;padding:2px 8px;font-weight:600}.chip-grey{color:#8a8a8a;background-color:#e0e0e0;padding:2px 8px;font-weight:600}.chip .chip-content{text-overflow:ellipsis;white-space:nowrap;align-self:center;overflow:hidden}.chip>.icon{width:16px;height:16px;-webkit-mask-size:contain;mask-size:contain}a.chip:hover{background-color:#ffc00e}a.chip-teal:hover{background-color:#00a898}a.chip-orange:hover{background-color:#ef4c30}a.chip-yellow:hover{background-color:#ffc00e}a.chip-purple:hover{background-color:#43437a}a.chip-darkPink:hover{background-color:#a82058}.chip-no-background{background:0 0}.chip-disabled{color:#9e9e9e}.developer-libraries{border:1px solid #eee;border-radius:16px}.developer-libraries-item{border-bottom:1px solid #eee;grid-template-columns:auto 1fr auto;grid-auto-flow:column;justify-content:flex-start;align-items:center;gap:16px;padding:16px;display:grid}.developer-libraries-item:last-child{margin-left:auto}.developer-libraries-item:last-of-type{border-bottom:none}.developer-libraries-item-content{flex-direction:column;gap:8px;display:flex}.developer-libraries-item-content a{color:inherit;justify-content:flex-start;align-items:center;gap:4px;text-decoration:none;display:flex}.developer-libraries-item-content a:hover,.developer-libraries-item-content a:focus-visible{color:#00a898}.developer-libraries-item-content a:hover:after,.developer-libraries-item-content a:focus-visible:after{content:"";mask-type:alpha;background-color:#00a898;width:14px;height:14px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.developer-libraries-item-content h2,.developer-libraries-item-content h3{justify-content:flex-start;align-items:center;gap:8px;margin:0;display:flex}.developer-libraries-item-content h2>.chip,.developer-libraries-item-content h3>.chip{margin:-4px 0}.developer-libraries-item-content-status{justify-content:flex-start;align-items:center;gap:4px;display:flex}.developer-libraries-item-status{margin-left:auto;font-weight:500}.developer-libraries-item img{border-radius:50%;width:48px;height:48px}.developer-libraries-wrapper>div{margin-bottom:16px}.developer-libraries-wrapper>h2{margin-bottom:8px}.developer-libraries-wrapper .select-header{flex-direction:row;justify-content:space-between;display:flex}.developer-libraries-wrapper .select-header .select-label{margin-bottom:4px;line-height:14px}.developer-libraries-wrapper .select-header .select-tooltip{width:14px;height:14px;margin-right:8px}.developers-modal{width:580px;padding-top:0}.developers-page-close-button{position:absolute;top:16px;right:22px}.developers-page-tabs{border-bottom:1px solid #ddd;flex-direction:row;justify-content:flex-start;margin:0 0 40px;display:flex}.modal .developers-page-tabs{margin:0 -56px 40px;padding:0 40px}.developers-page-tab{color:#8a8a8a;margin-bottom:-2px;padding:16px;font-size:16px;font-weight:500;text-decoration:none;display:block;position:relative}*+.developers-page-tab{margin-left:20px}.developers-page-tab.active{color:#000}.developers-page-tab.active:before{content:"";background-color:#000;border-radius:2px;height:3px;position:absolute;bottom:0;left:0;right:0}.developer-libraries-access-token{flex-direction:column;align-items:center;margin:3px -14px 5px;padding:10px 16px 0;display:flex;position:relative}.developer-libraries-access-token .header{flex-direction:row;width:100%;margin:0;padding:10px 0 0}.developer-libraries-access-token .header .title{text-align:left;width:50%;padding:0}.developer-libraries-access-token .header .help{text-align:right;padding:0;display:block}.developer-libraries-access-token-buttons{width:100%;margin:0 0 20px;display:flex}.developer-libraries-access-token-buttons .delete{text-align:left;color:#d1cec5;justify-content:start;padding:0;font-weight:500}.developer-libraries-access-token-buttons .delete a{color:#d1cec5;text-decoration:none}.developer-libraries-access-token-buttons .delete:hover{filter:brightness(.9);background-color:#0000}.developer-libraries-access-token-buttons .regenerate{text-align:right;color:#00a898;padding:0;font-weight:500;display:block}.developer-libraries-access-token-buttons .regenerate a{color:#00a898;text-decoration:none}.developer-libraries-access-token-buttons .regenerate:hover{filter:brightness(.9);background-color:#0000}.developer-libraries-access-token-text{border:1px solid #eaeaea;border-radius:9px;align-items:center;margin:3px -14px;padding:12px 16px;display:flex}.developer-libraries-access-token-text-number{border:none;outline:none;width:92%;font-size:14px}.developer-libraries-access-token-text-capital-text{text-transform:uppercase}.btn.developer-libraries-access-token-generate-key{color:#00a898;background:#fff;border:1px solid #00a898}.btn.developer-libraries-access-token-generate-key:hover{color:#fff;background:#00a898}.developer-libraries-access-token-buttons .btn:focus{background:0 0}div .api-info pre,div .api-content pre{white-space:pre-line;word-break:break-all}div .api-info p{margin:1em 0;display:block}div .api-content p code{word-break:break-all}ul label .operation-type.delete,button span.http-verb.delete{background-color:#ee4d2f}ul label .operation-type.put,button span.http-verb.put{background-color:#434379}ul label .operation-type.post,button span.http-verb.post{background-color:#00a695}ul label .operation-type.get,button span.http-verb.get{background-color:#a1cd46}div .api-content h1{color:#ee4d2f}div .api-info h3{font-size:1.17em;font-weight:700}ul li label.-depth1.active span,ul li label.-depth1:hover span{color:#ee4d2f}div .api-content pre code{word-break:break-all}.admin-dashboard-page{padding:20px}.admin-dashboard-page .admin-chart-empty{color:#6b7280;padding:16px 0;font-size:14px}.admin-dashboard-page .stats-container{justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.admin-dashboard-page .stats-container div{text-align:center;background-color:#f9fafb;border-radius:8px;flex:1;padding:15px;box-shadow:0 4px 8px #0000001a}.admin-dashboard-page .stats-container div p{margin:0;font-size:16px}.admin-dashboard-page .stats-container div p:first-child{color:#6b7280;margin-bottom:5px}.admin-dashboard-page .stats-container div p:last-child{font-size:24px;font-weight:700}.admin-dashboard-page .charts-container{justify-content:space-between;gap:20px;display:flex}.admin-dashboard-page .charts-container .chart-container{background-color:#fff;border-radius:8px;flex:1;margin-top:20px;padding:20px;box-shadow:0 4px 8px #0000001a}.admin-dashboard-page .charts-container .chart-container h2{margin-bottom:5px;font-size:18px;font-weight:700}.admin-dashboard-page .charts-container .chart-container p{color:#6b7280;margin-bottom:20px;font-size:14px}.admin-dashboard-page .charts-container .chart-container .chart-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-dashboard-page .charts-container .chart-container .chart-header .chart-header-text{flex:1;min-width:0}.admin-dashboard-page .pql-funnel-pagination{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border-top:1px solid #e5e7eb;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-top:0;padding:20px 24px;display:flex}.admin-dashboard-page .pql-funnel-pagination .pagination-info{color:#6b7280;align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.admin-dashboard-page .pql-funnel-pagination .pagination-info:before{content:"📄";font-size:16px}.admin-dashboard-page .pql-funnel-pagination .pagination-controls{align-items:center;gap:6px;display:flex}.admin-dashboard-page .pql-funnel-pagination .pagination-controls button{font-weight:500;transition:all .2s;border-radius:6px!important}.admin-dashboard-page .pql-funnel-pagination .pagination-controls button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.admin-dashboard-page .pql-funnel-pagination .pagination-controls button:disabled{opacity:.5}.admin-dashboard-page .pql-funnel-pagination .pagination-controls .page-numbers{color:#424242;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin:0 12px;padding:8px 12px;font-size:14px;font-weight:600;box-shadow:0 1px 3px #0000001a}@media (width<=768px){.admin-dashboard-page .pql-funnel-pagination{border-bottom-right-radius:6px;border-bottom-left-radius:6px;flex-direction:column;gap:16px;padding:16px}.admin-dashboard-page .pql-funnel-pagination .pagination-info{font-size:13px}.admin-dashboard-page .pql-funnel-pagination .pagination-controls{gap:4px}.admin-dashboard-page .pql-funnel-pagination .pagination-controls button{font-size:13px;padding:6px 8px!important}.admin-dashboard-page .pql-funnel-pagination .pagination-controls .page-numbers{margin:0 8px;padding:6px 10px;font-size:13px}}@media (width<=480px){.admin-dashboard-page .pql-funnel-pagination .pagination-controls{flex-wrap:wrap;justify-content:center}}.admin-page{max-width:960px;margin:0 auto;padding:32px}.admin-page h1,.admin-page h2,.admin-page h3,.admin-page h4,.admin-page h5,.admin-page h6{margin:0;padding:0}.admin-page p{color:#8a8a8a}.admin-page-header{border-bottom:1px solid #eee;flex-direction:row;justify-content:flex-start;align-items:center;margin:0 0 24px;padding:8px 16px;display:flex}.admin-page-header input{border:1px solid #eee;border-radius:4px;min-width:200px;padding:8px}.admin-page-table{margin-bottom:32px}.admin-page-table:last-of-type{margin-bottom:0}.admin-page-table-header{border-bottom:1px solid #eee;flex-direction:row;align-items:center;font-weight:500;display:flex}.admin-page-table-item{color:inherit;border-bottom:1px solid #eee;flex-direction:row;align-items:center;text-decoration:none;display:flex}.admin-page-table-item:hover{background-color:#f5f5f5}.admin-page-table a.admin-page-table-item{cursor:pointer}.admin-page-table-header>*,.admin-page-table-item>*{flex:1;align-items:flex-start;padding:8px 20px}.admin-page-table-error{flex-direction:column;justify-content:center;align-items:center;padding:64px 0;display:flex}.admin-page-table-error h3{font-size:20px}.admin-page-table-error p{font-size:14px}.admin-page-table-loading{justify-content:center;align-items:center;margin:32px 0;display:flex}.admin-page .chip.status-active{background-color:#a1cd46}.admin-page .chip.status-rejected{color:#fff;background-color:#ef4c30}.admin-page .chip.status-private{color:#fff;background-color:#43437a}.admin-page .chip.status-testing{background-color:#ffc00e1a;border:1px solid #ffc00e}.admin-page .chip.status-approved{background-color:#a1cd461a;border:1px solid #a1cd46}.admin-page .missing-logo{width:32px;height:32px;display:block}.tci-nav-link{color:#e20909}.admin-users-page{max-width:1440px;margin:0 auto;padding:30px}.admin-users-page .admin-reset-password-form{align-items:center;gap:12px;margin:16px 0 12px;display:flex}.admin-users-page .admin-reset-password-form .admin-password-field input{width:280px}.admin-users-page .admin-reset-password-form .admin-password-submit{margin-top:1rem}.admin-users-page .admin-password-message{color:#8a8a8a;margin-top:8px;font-size:14px}.admin-users-page .admin-disable-2fa-wrapper{margin:16px 0 12px}.admin-users-page .admin-disable-2fa-wrapper .admin-disable-2fa-form{margin-bottom:8px;display:flex}.admin-users-page .admin-disable-2fa-wrapper .admin-disable-2fa-message{color:#8a8a8a;font-size:14px}.admin-user-item,.admin-users-header{border-bottom:1px solid #eee;flex-direction:row;align-items:center;gap:16px;padding:12px 16px;display:flex}.admin-users-header{background-color:#fafafa;font-weight:600}.admin-users-header p{color:#8a8a8a;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:13px}.admin-users-header>:first-child{flex:.5}.admin-users-header>:nth-child(2),.admin-users-header>:nth-child(3){flex:2}.admin-users-header>:nth-child(4){flex:1.5}.admin-users-header>:nth-child(5){flex:2}a.admin-user-item{cursor:pointer;color:inherit;text-decoration:none;transition:background-color .15s}.admin-user-item:hover{background-color:#f8f9fa}.admin-user-item .user-id-cell{flex:.5}.admin-user-item .user-name-cell{flex-direction:column;flex:2;gap:6px;display:flex}.admin-user-item .user-email-cell{flex:2}.admin-user-item .user-date-cell{flex:1.5}.admin-user-item .user-orgs-cell{flex:2}.admin-user-item h5{color:#8a8a8a;margin:0;font-size:14px;font-weight:500}.admin-user-item p{color:#8a8a8a;margin:0;font-size:14px}.admin-user-item .app-icon{flex:unset;margin-right:12px}.admin-users-page h2{color:#8a8a8a;font-size:18px;font-weight:400}.admin-users-page h1+h2{margin-top:-3em;margin-bottom:3em}.admin-users-page h3{font-size:14px}.admin-users-page h2+h3{margin-top:-3em;margin-bottom:3em}.admin-org-status,.admin-build-status,.admin-role-status{text-transform:capitalize;color:#fff;background-color:#bbb;border-radius:3px;margin:5px 0 5px 3px;padding:3px 6px;font-size:10px;display:inline-block}.admin-action-button{color:#fff;cursor:pointer;background-color:#bbb;border:none;border-radius:3px;margin:5px 0 5px 3px;padding:3px 5px;display:inline-block}.admin-action-button--upgrade{background-color:#00a898}.admin-action-button--downgrade{background-color:#ef4c30}.admin-org-paying,.admin-build-built{background-color:#00a898}.admin-org-free{background-color:#bbb}.admin-role-admin{background-color:#00a898}.admin-build-failed{background-color:red}.admin-library-active{background-color:#a1cd46}.admin-library-pending{color:#333;background-color:#ffc00e}.admin-library-approved{background-color:#00a898}.admin-library-deprecated{background-color:#ef4c30}.admin-user-organization+.admin-user-organization:before{content:", "}.admin-user-org-sub{display:inline-block}.admin-users-page .users-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.admin-users-page .users-header h1{margin-bottom:0}.admin-users-page .users-header input{border:1px solid #e0e0e0;border-radius:6px;width:100%;max-width:240px;padding:8px 12px;font-size:14px}.admin-users-page .users-header input:focus{outline:none}.admin-build-status-wrapper{flex-direction:row;align-items:center;display:flex}.admin-build-status-wrapper>*+*{margin-left:6px}.admin-users-page>h1{margin-bottom:0}.admin-build-options{margin-bottom:20px}.admin-build-options>button{cursor:pointer;background-color:#fff;border:none;margin-left:20px;font-size:30px;text-decoration:none}.admin-debug-page{max-width:1000px;margin:0 auto;padding:30px}.admin-debug-page h1,.admin-debug-page h2,.admin-debug-page h3,.admin-debug-page h4,.admin-debug-page h5,.admin-debug-page h6{margin-bottom:10px;padding:0}.admin-debug-page .styled-table{border-collapse:collapse;min-width:400px;margin-top:5px;margin-bottom:30px}.admin-debug-page .styled-table thead tr{text-align:left}.admin-debug-page .styled-table th,.admin-debug-page .styled-table td{padding:5px 5px 5px 0}.admin-debug-page .styled-table tbody tr{border-bottom:1px solid #d3d3d3}.admin-debug-page .styled-table thead tr:last-of-type{border-bottom:1px solid #009879}.admin-debug-page .styled-table tbody tr:last-of-type{border:none}.user-deletion-options .deletion-option{border:1px solid #eee;border-radius:8px;margin:20px 0;padding:15px}.user-deletion-options .deletion-option:hover{background-color:#f8f9fa}.user-deletion-options .deletion-option label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.user-deletion-options .deletion-option label input[type=radio]{margin-top:2px}.user-deletion-options .deletion-option label strong{color:#8a8a8a;font-size:16px}.user-deletion-options .deletion-option .option-description{color:#8a8a8a;margin:8px 0 0 24px;font-size:14px;line-height:1.4}.user-deletion-options .user-info{background-color:#f8f9fa;border-radius:8px;margin-top:30px;padding:15px}.user-deletion-options .user-info h4{color:#8a8a8a;margin:0 0 10px}.user-deletion-options .user-info p{margin:5px 0;font-size:14px}.user-deletion-options .user-info .active-apps-warning{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:6px;margin-top:15px;padding:12px}.user-deletion-options .user-info .active-apps-warning p{margin:0 0 8px}.user-deletion-options .user-info .active-apps-warning ul{margin:8px 0 0 20px}.user-deletion-options .user-info .active-apps-warning ul li{color:#8a8a8a;margin:2px 0;font-size:13px}.admin-user-item-wrapper{border-bottom:1px solid #ddd;flex-direction:column;margin:0 -20px;display:flex}.admin-user-item-wrapper:hover{background:#f5f5f5}.admin-user-item-wrapper .admin-user-item{border-bottom:none;margin:0}.admin-user-item-wrapper .admin-app-actions{align-items:center;padding:6px 20px 12px;display:flex}.admin-user-item-wrapper .admin-app-actions .admin-block-app-button{margin:0}.admin-user-item-wrapper .admin-app-actions .admin-block-message{margin-left:10px;font-size:12px;display:inline-block}.admin-app-detail-page{margin:0 auto;padding:30px}.admin-app-detail-page .back-link{color:#00a898;margin-bottom:20px;font-weight:500;text-decoration:none;display:inline-block}.admin-app-detail-page .back-link:hover{text-decoration:underline}.admin-app-detail-page .app-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.admin-app-detail-page .app-header h2{align-items:center;gap:10px;margin:0;font-size:28px;font-weight:600;display:flex}.admin-app-detail-page .app-header .blocked-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#ef4c30;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.admin-app-detail-page .app-info{background:#f9f9f9;border-radius:8px;margin-bottom:30px;padding:24px}.admin-app-detail-page .app-info .info-row{align-items:flex-start;margin-bottom:16px;display:flex}.admin-app-detail-page .app-info .info-row:last-child{margin-bottom:0}.admin-app-detail-page .app-info .info-row .info-label{color:#555;flex-shrink:0;min-width:140px;font-weight:600}.admin-app-detail-page .app-info .info-row .info-value{color:#333;flex:1}.admin-app-detail-page .app-info .info-row .info-value a{color:#00a898;text-decoration:none}.admin-app-detail-page .app-info .info-row .info-value a:hover{text-decoration:underline}.admin-app-detail-page .app-info .info-row .datasource-list{flex-direction:column;gap:6px;display:flex}.admin-app-detail-page .actions-section{margin-bottom:30px}.admin-app-detail-page .actions-section .action-message{margin-left:12px;font-size:14px;font-weight:500;display:inline-block}.admin-app-detail-page .danger-zone{border-top:2px solid #e0e0e0;margin-top:40px;padding-top:30px}.admin-app-detail-page .danger-zone h3{color:#ef4c30;margin:0 0 12px;font-size:20px;font-weight:600}.admin-app-detail-page .danger-zone .danger-description{color:#666;max-width:600px;margin-bottom:20px;font-size:14px;line-height:1.5}.admin-app-detail-page .danger-zone .delete-message{border-radius:4px;margin-top:12px;padding:12px;font-size:14px;font-weight:500}.admin-app-detail-page .danger-zone .delete-message.success{color:#2e7d32;background-color:#e8f5e9;border:1px solid #81c784}.admin-app-detail-page .danger-zone .delete-message.error{color:#c62828;background-color:#ffebee;border:1px solid #ef5350}.confirmation-step h3{color:#8a8a8a;margin:0 0 15px}.confirmation-step p{margin:10px 0;line-height:1.5}.confirmation-step p strong{color:#8a8a8a}.confirmation-step ul{margin:15px 0;padding-left:20px}.confirmation-step ul li{color:#8a8a8a;margin:5px 0}.confirmation-step .confirmation-input{margin:25px 0}.confirmation-step .confirmation-input label{color:#8a8a8a;margin-bottom:8px;font-weight:500;display:block}.confirmation-step .confirmation-input label strong{color:#e53e3e;font-family:monospace}.confirmation-step .confirmation-input input{border:2px solid #eee;border-radius:6px;width:100%;padding:10px;font-size:16px}.confirmation-step .confirmation-input input:focus{border-color:#e53e3e;outline:none;box-shadow:0 0 0 3px #e53e3e1a}.confirmation-step .confirmation-input input::placeholder{color:#a0a0a0;font-family:monospace}.user-deleted-indicator{color:#9b2c2c;background-color:#fed7d7;border-radius:12px;align-items:center;gap:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.user-marketing-unsubscribed-indicator{color:#c05621;background-color:#feebc8;border-radius:12px;align-items:center;gap:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.admin-user-header{margin:24px 0}.admin-user-header h1{color:#333;margin:0 0 4px;font-size:28px}.admin-user-header h2{color:#8a8a8a;margin:0;font-size:16px;font-weight:400}.admin-user-deletion-section,.admin-user-attribution,.admin-user-security,.admin-user-organizations,.admin-user-apps{background-color:#fff;border:1px solid #eee;border-radius:6px;margin:24px 0;padding:24px}.admin-user-deletion-section h4,.admin-user-attribution h4,.admin-user-security h4,.admin-user-organizations h4,.admin-user-apps h4{color:#333;margin:0 0 16px;font-size:16px;font-weight:600}.admin-user-deletion-section p,.admin-user-attribution p,.admin-user-security p,.admin-user-organizations p,.admin-user-apps p{color:#8a8a8a;margin:8px 0;font-size:14px}.admin-user-attribution .admin-user-attribution-dl{grid-template-columns:minmax(140px,180px) 1fr;gap:8px 16px;margin:0;font-size:14px;display:grid}.admin-user-attribution .admin-user-attribution-dt{color:#8a8a8a;margin:0;font-weight:500}.admin-user-attribution .admin-user-attribution-dd{color:#333;word-break:break-word;margin:0}.admin-user-deletion-section{background-color:#fff;border-color:#eee}.admin-user-deletion-section .user-status-indicators{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.admin-user-deletion-section .user-status-indicators .user-deleted-indicator,.admin-user-deletion-section .user-status-indicators .user-marketing-unsubscribed-indicator{margin:0}.admin-user-deletion-section .user-deletion-actions{margin-top:16px}.admin-user-security{background-color:#fff;border-color:#eee;flex-direction:column;gap:0;display:flex}.admin-user-security .admin-reset-password-form{flex-flow:wrap;align-items:center;gap:12px 16px;margin:0 0 16px;display:flex}.admin-user-security .admin-reset-password-form .admin-password-field-wrap{flex:0 auto;min-width:0}.admin-user-security .admin-reset-password-form .admin-password-field input{width:280px;max-width:100%}.admin-user-security .admin-reset-password-form .admin-password-submit{flex:none;margin-top:1rem}.admin-user-security .admin-google-unlink-row{flex-flow:wrap;align-items:flex-start;gap:12px 16px;margin-top:4px;display:flex}.admin-user-security .admin-google-unlink-row .admin-google-unlink-label{color:#333;min-width:100px;margin:0;padding-top:10px;font-size:14px;font-weight:600}.admin-user-security .admin-google-unlink-row .admin-google-unlink-actions{flex-direction:column;align-items:flex-start;gap:8px;max-width:420px;display:flex}.admin-user-security .admin-google-unlink-row .admin-google-unlink-hint{margin:0;line-height:1.4}.admin-user-security .admin-muted{color:#8a8a8a;font-size:14px}.admin-user-organizations,.admin-user-apps{background-color:#fff;border-color:#eee}.pql-funnel-container{background:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 4px 24px #0000000f}.pql-funnel-container.loading:after{content:"";z-index:10;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#fffc;position:absolute;inset:0}.pql-funnel-container.loading:before{content:"Loading...";z-index:11;color:#00a898;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pql-funnel-table-wrapper{max-height:70vh;overflow-y:auto}.pql-funnel-table-wrapper::-webkit-scrollbar{width:8px}.pql-funnel-table-wrapper::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.pql-funnel-table-wrapper::-webkit-scrollbar-thumb{background:#aaa;border-radius:4px}.pql-funnel-table-wrapper::-webkit-scrollbar-thumb:hover{background:#424242}.pql-funnel-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:14px;line-height:1.5}@media (width<=768px){.pql-funnel-table{min-width:800px}}.pql-funnel-header{color:#424242;text-align:left;text-transform:uppercase;letter-spacing:.5px;z-index:5;background:linear-gradient(135deg,#f5f5f5 0%,#fafafa 100%);border-bottom:2px solid #eee;padding:16px 12px;font-size:13px;font-weight:600;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.pql-funnel-header:first-child{border-top-left-radius:12px}.pql-funnel-header:last-child{border-top-right-radius:12px}.pql-funnel-header--date{width:15%}@media (width<=768px){.pql-funnel-header--date{width:120px}}.pql-funnel-header--numeric{text-align:center;width:8.5%}@media (width<=768px){.pql-funnel-header--numeric{width:80px}}.pql-funnel-sort-button{color:inherit;cursor:pointer;font-weight:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;background:0 0;border:none;align-items:center;gap:6px;transition:color .2s;display:flex}.pql-funnel-sort-button:hover{color:#00a898}.pql-funnel-sort-button:focus{color:#00a898;outline:none}.pql-funnel-cell{vertical-align:middle;border-bottom:1px solid #eee;padding:16px 12px;transition:background-color .2s}tr:hover .pql-funnel-cell{background-color:#00a89808}tr:nth-child(2n) .pql-funnel-cell{background-color:#f5f5f54d}tr:nth-child(2n):hover .pql-funnel-cell{background-color:#00a8980d}.pql-funnel-cell--date{text-align:left;color:#424242;font-family:SF Mono,Monaco,monospace;font-weight:500}.pql-funnel-cell--numeric{text-align:center;font-variant-numeric:tabular-nums;color:#000;font-size:15px;font-weight:600}.pql-funnel-cell--numeric[data-value="0"]{color:#aaa;font-weight:400}.pql-funnel-cell--empty{color:#757575;text-align:center;background:#f5f5f580;padding:32px 12px;font-style:italic}.pql-funnel-cell--empty:before{content:"📊";margin-bottom:8px;font-size:24px;display:block}.pql-funnel-actions{justify-content:flex-end;margin-bottom:16px;display:flex}.pql-funnel-error{color:#e0432f;background:#e0432f1a;border:1px solid #e0432f33;border-radius:8px;align-items:center;gap:8px;margin:0 24px 24px;padding:16px 20px;font-weight:500;display:flex}.pql-funnel-error:before{content:"⚠️";font-size:18px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.pql-funnel-container{border-radius:8px;margin:16px 0}.pql-funnel-table-wrapper{max-height:60vh;overflow-x:auto}.pql-funnel-header{padding:12px 8px;font-size:12px}.pql-funnel-cell{padding:12px 8px}.pql-funnel-cell--numeric{font-size:14px}}@media (width<=768px){.pql-funnel-container{border-radius:6px;margin:12px;box-shadow:0 1px 4px #0000001a}.pql-funnel-table-wrapper{max-height:50vh}.pql-funnel-header{padding:10px 6px;font-size:11px}.pql-funnel-header:first-child{border-top-left-radius:6px}.pql-funnel-header:last-child{border-top-right-radius:6px}.pql-funnel-cell{padding:10px 6px}.pql-funnel-cell--date,.pql-funnel-cell--numeric{font-size:13px}.pql-funnel-error{margin:0 12px 16px;padding:12px 16px;font-size:14px}}.hide-userflow-ui{display:none}.editor-with-ai-container{justify-content:space-between;height:100%;display:flex;position:relative}.editor-container{width:100%;height:100%;position:relative;overflow:hidden}.ai-container{z-index:9999;transition:all .3s;display:flex;position:relative}.collections-ai-assistant{z-index:1200;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-block}.collections-ai-assistant .ai-chat-trigger{cursor:pointer;z-index:9999;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:90px;right:21px;box-shadow:0 2px 12px #00000026}.collections-ai-assistant .ai-chat-trigger:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.collections-ai-assistant .ai-chat-trigger.has-conversation:after{content:"";background:#8b5cf6;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.collections-ai-assistant .ai-notification{z-index:99999;background:#fff;border-radius:16px;width:340px;animation:.4s cubic-bezier(.16,1,.3,1) notificationSlideIn;position:fixed;bottom:160px;right:20px;overflow:hidden;box-shadow:0 20px 40px #00000026,0 0 0 1px #0000000d}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.collections-ai-assistant .ai-notification-content{align-items:flex-start;gap:14px;padding:18px 18px 14px;display:flex;position:relative}.collections-ai-assistant .ai-notification-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 2px 12px #6366f126}.collections-ai-assistant .ai-notification-body{flex:1;min-width:0}.collections-ai-assistant .ai-notification-title{color:#1f2937;margin-bottom:4px;font-size:14px;font-weight:600}.collections-ai-assistant .ai-notification-message{color:#6b7280;font-size:13px;line-height:1.4}.collections-ai-assistant .ai-notification-close{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:12px;right:12px}.collections-ai-assistant .ai-notification-close:hover{background:#f3f4f6}.collections-ai-assistant .ai-notification-close svg{color:#9ca3af;width:16px;height:16px}.collections-ai-assistant .ai-notification-actions{gap:10px;padding:0 18px 18px;display:flex}.collections-ai-assistant .ai-notification-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.collections-ai-assistant .ai-notification-btn.primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 2px 8px #6366f14d}.collections-ai-assistant .ai-notification-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.collections-ai-assistant .ai-notification-btn.secondary{color:#6b7280;background:#f3f4f6}.collections-ai-assistant .ai-notification-btn.secondary:hover{background:#e5e7eb}.collections-ai-assistant .ai-chat-panel{z-index:99999;background:#fafafa;flex-direction:column;width:380px;height:100%;animation:.3s slideLeft;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@keyframes slideLeft{0%{width:0}to{width:380px}}.collections-ai-assistant .ai-chat-header{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);justify-content:space-between;align-items:center;width:380px;padding:16px 20px;display:flex}.collections-ai-assistant .ai-chat-header-left{align-items:center;gap:12px;display:flex}.collections-ai-assistant .ai-chat-header>.clear-history{color:#fff;cursor:pointer;background-color:#fff0;border:1px solid #fff;border-radius:5px;padding:2px 3px;transition:all .3s}.collections-ai-assistant .ai-chat-header>.clear-history:hover{background-color:#fff3}.collections-ai-assistant .ai-chat-header>.ai-chat-buttons{display:flex}.collections-ai-assistant .ai-chat-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 8px #0000001a}.collections-ai-assistant .ai-chat-title{color:#fff;letter-spacing:-.01em;align-items:center;margin-bottom:2px;font-size:15px;font-weight:600;display:flex}.collections-ai-assistant .ai-chat-title .badge{color:#6366f1;text-transform:uppercase;background-color:#ede9fe;border-radius:14px;margin-left:10px;padding:4px 11px;font-size:10px;display:inline}.collections-ai-assistant .ai-chat-subtitle{color:#ffffffbf;margin-top:1px;font-size:12px}.collections-ai-assistant .ai-chat-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:4px;display:flex}.collections-ai-assistant .ai-chat-close:hover{background:#ffffff40}.collections-ai-assistant .ai-chat-close svg{color:#fff;width:18px;height:18px}.collections-ai-assistant .ai-chat-history{background-color:#ede9fe;min-height:250px;max-height:250px;padding:4px;overflow-y:auto}.collections-ai-assistant .ai-chat-history>.ai-chat-history-older{color:#6366f1;text-align:center;cursor:pointer;border:1px solid #6366f1;border-radius:3px;margin:2px;padding:5px;transition:all .3s}.collections-ai-assistant .ai-chat-history>.ai-chat-history-older:hover{background-color:#ffffff1a}.collections-ai-assistant .ai-chat-history>.ai-chat-history-item{color:#fff;cursor:pointer;background-color:#8c8ee8;border-radius:3px;margin:2px;padding:3px 5px;font-size:14px;transition:all .3s}.collections-ai-assistant .ai-chat-history>.ai-chat-history-item:hover{color:#fff;background-color:#6366f1}.collections-ai-assistant .ai-chat-history>.ai-chat-history-loading{color:#6366f1;text-align:center}.collections-ai-assistant .ai-chat-history>.ai-chat-history-title{color:#6366f1;text-align:center;margin-bottom:3px;font-size:16px;font-weight:700}.collections-ai-assistant .ai-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;justify-content:flex-start;gap:16px;width:380px;padding:10px;display:flex;overflow-y:auto}.collections-ai-assistant .ai-chat-messages h1{margin:0;font-size:24px}.collections-ai-assistant .ai-chat-messages h2{margin:0;font-size:22px}.collections-ai-assistant .ai-chat-messages h3{margin:0;font-size:20px}.collections-ai-assistant .ai-chat-messages h4{margin:0;font-size:18px}.collections-ai-assistant .ai-chat-messages h5{margin:0;font-size:16px}.collections-ai-assistant .ai-chat-messages h6{margin:0;font-size:15px}.collections-ai-assistant .infinite-scroll-wrapper{flex:1}.collections-ai-assistant .loading-previous{text-align:center;color:#6366f1}.collections-ai-assistant .loading-previous-button{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:10px;outline:none;padding:10px 20px;transition:all .3s}.collections-ai-assistant .loading-previous-button:hover{background-color:#7c7ef6}.collections-ai-assistant .ai-chat-panel>#infinite-scroll{flex-direction:column;display:flex;overflow-y:auto}.collections-ai-assistant .ai-chat-messages .divider{border:2px solid #d3d3d3;border-radius:1px}.collections-ai-assistant .ai-chat-messages::-webkit-scrollbar{width:6px}.collections-ai-assistant .ai-chat-messages::-webkit-scrollbar-track{background:0 0}.collections-ai-assistant .ai-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.collections-ai-assistant .ai-chat-message{padding:10px;animation:.3s ease-in fadeInMessage;display:flex}.collections-ai-assistant .ai-chat-message.ai{-webkit-user-select:text;user-select:text;flex-direction:row}.collections-ai-assistant .ai-chat-message.user{-webkit-user-select:text;user-select:text;flex-direction:row-reverse}.collections-ai-assistant .ai-chat-message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin:2px;display:flex}.collections-ai-assistant .ai-chat-message.ai .ai-chat-message-avatar{background:#fff;box-shadow:0 1px 4px #0000001a}.collections-ai-assistant .ai-chat-message.user .ai-chat-message-avatar{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.collections-ai-assistant .ai-chat-message-avatar svg{width:16px;height:16px}.collections-ai-assistant .ai-chat-message.user .ai-chat-message-avatar svg{color:#fff}.collections-ai-assistant .ai-chat-divider{align-items:center;gap:12px;margin:4px 0;padding:12px 0;display:flex}.collections-ai-assistant .ai-chat-divider:before,.collections-ai-assistant .ai-chat-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.collections-ai-assistant .ai-chat-divider span{color:#6366f1;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#ede9fe;border-radius:14px;padding:6px 14px;font-size:11px;font-weight:600}.collections-ai-assistant .ai-chat-status{border:1px solid;border-radius:12px;align-items:center;gap:10px;margin-top:3px;margin-bottom:2px;padding:5px 10px;font-size:13px;font-weight:600;animation:.3s ease-in fadeInMessage;display:flex;box-shadow:0 12px 28px -18px #0f172a59}.collections-ai-assistant .ai-chat-status>.material-icons{background:#e2e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex}.collections-ai-assistant .ai-chat-status>div{text-align:center}.collections-ai-assistant .ai-chat-status.status-success{color:#2aad5a;background:linear-gradient(135deg,#247a4812 0%,#0dac4f19 100%);border-color:#2aad5a;box-shadow:0 12px 30px -18px #16653473}.collections-ai-assistant .ai-chat-status.status-success>.material-icons{color:#ecfdf3;background:#2aad5a;box-shadow:0 8px 18px -12px #16653499}.collections-ai-assistant .ai-chat-status.status-error{color:#ad2a2a;background:linear-gradient(135deg,#7a242412 0%,#ac0d0d19 100%);border-color:#ad2a2a;box-shadow:0 12px 30px -18px #16653473}.collections-ai-assistant .ai-chat-status.status-error>.material-icons{color:#ecfdf3;background:#ad2a2a;box-shadow:0 8px 18px -12px #65161699}.collections-ai-assistant .ai-chat-status.status-info{color:#2a93ad;background:linear-gradient(135deg,#245d7a12 0%,#0da2ac19 100%);border-color:#2a93ad;box-shadow:0 12px 30px -18px #164f6573}.collections-ai-assistant .ai-chat-status.status-info>.material-icons{color:#ecfdf3;background:#2a93ad;box-shadow:0 8px 18px -12px #16653499}.collections-ai-assistant .ai-chat-message-content{max-width:85%}.collections-ai-assistant .ai-chat-message-content .hint-prompt-tutorial{margin:5px}.collections-ai-assistant .ai-chat-message-content .hint-prompt-tutorial span{color:#6366f1;cursor:pointer}.collections-ai-assistant .ai-chat-message-content .hint-prompt-tutorial span:hover{text-decoration:underline}.collections-ai-assistant .ai-chat-message-bubble{color:#1f2937;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5}.collections-ai-assistant .ai-chat-message.ai .ai-chat-message-bubble{background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #00000014}.collections-ai-assistant .ai-chat-message.user .ai-chat-message-bubble{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:16px 16px 4px}.collections-ai-assistant .ai-chat-status-badge{color:#059669;background:#ecfdf5;border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.collections-ai-assistant .ai-chat-status-badge.pending{color:#d97706;background:#fef3c7}.collections-ai-assistant .ai-chat-status-badge svg{width:12px;height:12px}.collections-ai-assistant .ai-chat-suggestions{flex-direction:column;gap:8px;margin:12px;display:flex}.collections-ai-assistant .ai-chat-suggestion-buttons{gap:8px;display:flex}.collections-ai-assistant .ai-chat-suggestion-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.collections-ai-assistant .ai-chat-suggestion-btn.primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 2px 8px #6366f14d}.collections-ai-assistant .ai-chat-suggestion-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.collections-ai-assistant .ai-chat-suggestion-btn.secondary{color:#6b7280;background:#fff;border:1px solid #e5e7eb}.collections-ai-assistant .ai-chat-suggestion-btn.secondary:hover{background:#f9fafb;border-color:#d1d5db}.collections-ai-assistant .ai-chat-suggestion-btn.tertiary{color:#9ca3af;background:0 0;border:none;flex:.5}.collections-ai-assistant .ai-chat-suggestion-btn.tertiary:hover{color:#6b7280;background:#f3f4f6}.collections-ai-assistant .ai-chat-input-wrapper{align-items:center;gap:8px;width:360px;display:flex}.collections-ai-assistant .ai-chat-input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:1;height:60px;min-height:60px;max-height:100px;padding:10px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;transition:all .2s}.collections-ai-assistant .ai-chat-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.collections-ai-assistant .ai-chat-input::placeholder{color:#9ca3af}.collections-ai-assistant .ai-chat-input-submit{cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.collections-ai-assistant .ai-chat-input-submit:hover{transform:scale(1.05)}.collections-ai-assistant .ai-chat-input-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.collections-ai-assistant .ai-chat-input-submit svg{color:#fff;width:18px;height:18px}.collections-ai-assistant .helper-buttons{justify-content:center;display:flex}.collections-ai-assistant .prompt-tutorial-link{cursor:pointer;opacity:.8;color:#6366f1;text-transform:uppercase;background-color:#ede9fe;border:1px solid #6366f1;border-radius:14px;margin:4px 4px 0;padding:4px 11px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;transition:opacity .2s}.collections-ai-assistant .prompt-tutorial-link:hover{opacity:1}.collections-ai-assistant .ai-chat-choices{gap:8px;display:flex}.collections-ai-assistant .ai-chat-choices.spaced{margin-bottom:12px}.collections-ai-assistant .ai-chat-choices-question{padding:15px 5px;font-size:14px}.collections-ai-assistant .ai-chat-choices-choice{background-color:#fff;border:1px solid #e3e3e3;border-radius:10px;margin:5px;padding:3px 5px}.collections-ai-assistant .ai-chat-choice-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:1px solid #8b5cf6;border-radius:20px;padding:8px 14px;font-size:13px;transition:all .2s}.collections-ai-assistant .ai-chat-choice-btn:hover:not(:disabled){color:#6366f1;background:#f3f4f6;border-color:#8b5cf6}.collections-ai-assistant .ai-chat-choice-btn.selected{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#6366f1}.collections-ai-assistant .ai-chat-choice-btn.action{background:#059669;border:1px solid #059669;width:100%}.collections-ai-assistant .ai-chat-choice-btn.action:hover:not(:disabled){color:#059669;background:#f3f4f6;border-color:#059669}.collections-ai-assistant .ai-chat-suggestions.disabled{opacity:.5;pointer-events:none}.collections-ai-assistant .ai-chat-suggestion-btn:disabled,.collections-ai-assistant .ai-chat-choice-btn:disabled{cursor:not-allowed;opacity:.6}.collections-ai-assistant .ai-chat-preview-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b9814d}.collections-ai-assistant .ai-chat-preview-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.collections-ai-assistant .ai-chat-preview-btn span{font-size:16px}.collections-ai-assistant .ai-dev-note{color:#92400e;background:#fef3c7;border:1px dashed #f59e0b;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.4}.collections-ai-assistant .ai-chat-typing{background:#fff;border-radius:16px 16px 16px 4px;gap:4px;width:fit-content;padding:12px 16px;display:flex;box-shadow:0 1px 3px #00000014}.collections-ai-assistant .ai-chat-typing-dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingBounce}.collections-ai-assistant .ai-chat-typing-dot:first-child{animation-delay:0s}.collections-ai-assistant .ai-chat-typing-dot:nth-child(2){animation-delay:.2s}.collections-ai-assistant .ai-chat-typing-dot:nth-child(3){animation-delay:.4s}.collections-ai-assistant .ai-chat-progress{background:#fff;border-top:1px solid #f3f4f6;padding:16px 20px}.collections-ai-assistant .ai-chat-progress-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.collections-ai-assistant .ai-chat-progress-steps{gap:4px;display:flex}.collections-ai-assistant .ai-chat-progress-step{background:#e5e7eb;border-radius:2px;flex:1;height:4px;transition:background .3s}.collections-ai-assistant .ai-chat-progress-step.completed{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.collections-ai-assistant .ai-chat-progress-step.current{background:#fbbf24;animation:1.5s ease-in-out infinite progressPulse}.collections-ai-assistant .ai-chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.collections-ai-assistant .ai-chat-empty-icon{background:linear-gradient(135deg,#ede9fe 0%,#fae8ff 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex}.collections-ai-assistant .ai-chat-empty-icon svg{color:#8b5cf6;width:32px;height:32px}.collections-ai-assistant .ai-chat-empty-title{color:#1f2937;margin-bottom:4px;font-size:15px;font-weight:600}.collections-ai-assistant .ai-chat-empty-text{color:#6b7280;font-size:13px;line-height:1.5}.collections-ai-assistant .ai-chat-created-item{color:#6366f1;background:linear-gradient(135deg,#ede9fe 0%,#fae8ff 100%);border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.collections-ai-assistant .ai-chat-created-item svg{width:14px;height:14px}.collections-ai-assistant .ai-chat-panel.is-loading .ai-chat-suggestions{opacity:.6}.collections-ai-assistant .ai-schema-section{margin-bottom:12px}.collections-ai-assistant .ai-schema-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.collections-ai-assistant .ai-schema-cards{flex-direction:column;gap:8px;display:flex}.collections-ai-assistant .ai-schema-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.collections-ai-assistant .ai-schema-card.existing{background:#fefce8;border-color:#fde047}.collections-ai-assistant .ai-schema-card-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.collections-ai-assistant .ai-schema-card-icon{font-size:14px}.collections-ai-assistant .ai-schema-card-name{color:#1e293b;font-size:13px;font-weight:600}.collections-ai-assistant .ai-schema-card-badge{color:#92400e;text-transform:uppercase;letter-spacing:.3px;background:#fef3c7;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:500}.collections-ai-assistant .ai-schema-fields{flex-wrap:wrap;gap:4px;display:flex}.collections-ai-assistant .ai-schema-field{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;display:inline-flex}.collections-ai-assistant .ai-schema-card.existing .ai-schema-field{background:#fffbeb;border-color:#fde68a}.collections-ai-assistant .ai-schema-field-name{color:#334155;font-weight:500}.collections-ai-assistant .ai-schema-field-type{color:#94a3b8;font-size:10px}.collections-ai-assistant .ai-query-results{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.collections-ai-assistant .ai-query-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.collections-ai-assistant .ai-query-table-name{color:#1e293b;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.collections-ai-assistant .ai-query-table-name .material-icons{color:#6366f1;font-size:16px}.collections-ai-assistant .ai-query-count{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:500}.collections-ai-assistant .ai-query-table-wrapper{max-height:200px;overflow:auto}.collections-ai-assistant .ai-query-table{border-collapse:collapse;width:100%;font-size:12px}.collections-ai-assistant .ai-query-table th{text-align:left;color:#475569;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 12px;font-weight:600;position:sticky;top:0}.collections-ai-assistant .ai-query-table td{color:#334155;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f1f5f9;max-width:150px;padding:8px 12px;overflow:hidden}.collections-ai-assistant .ai-query-table tr:last-child td{border-bottom:none}.collections-ai-assistant .ai-query-table tr:hover td{background:#f8fafc}.collections-ai-assistant .ai-query-more{color:#64748b;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:10px 14px;font-size:11px;font-weight:500}.collections-ai-assistant .ai-feedback-container{max-width:85%;margin-top:4px;margin-bottom:8px;margin-left:44px}.collections-ai-assistant .ai-feedback-buttons{align-items:center;gap:4px;display:flex}.collections-ai-assistant .ai-feedback-label{color:#9ca3af;margin-right:4px;font-size:11px;font-weight:500}.collections-ai-assistant .ai-feedback-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.collections-ai-assistant .ai-feedback-btn:hover{color:#6b7280;background:#f3f4f6}.collections-ai-assistant .ai-feedback-btn.active.thumbs-up{color:#059669;background:#ecfdf5}.collections-ai-assistant .ai-feedback-btn.active.thumbs-down{color:#dc2626;background:#fef2f2}.collections-ai-assistant .ai-feedback-btn svg{display:block}.collections-ai-assistant .ai-feedback-text-area{margin-top:8px;animation:.2s ease-out feedbackSlideIn}@keyframes feedbackSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.collections-ai-assistant .ai-feedback-input{color:#374151;resize:none;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:12px;line-height:1.4}.collections-ai-assistant .ai-feedback-input::placeholder{color:#9ca3af}.collections-ai-assistant .ai-feedback-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f126}.collections-ai-assistant .ai-feedback-actions{gap:6px;margin-top:6px;display:flex}.collections-ai-assistant .ai-feedback-submit{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .15s}.collections-ai-assistant .ai-feedback-submit:hover:not(:disabled){background:#4f46e5}.collections-ai-assistant .ai-feedback-submit:disabled{opacity:.6;cursor:not-allowed}.collections-ai-assistant .ai-feedback-skip{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .15s}.collections-ai-assistant .ai-feedback-skip:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.collections-ai-assistant .ai-feedback-skip:disabled{opacity:.6;cursor:not-allowed}.collections-ai-assistant .ai-feedback-thanks{color:#059669;align-items:center;gap:6px;padding:4px 0;font-size:11px;font-weight:500;display:flex}.collections-ai-assistant .ai-feedback-thanks .ai-feedback-check{color:#059669;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex}.collections-ai-assistant .scrollable{height:100%;overflow:hidden auto}.collections-ai-assistant .ada-offline-banner{text-align:center;color:#fff;background-color:#fa5151;padding:5px 10px;font-weight:700}.qr-code-modal{z-index:9999999;width:380px;overflow:hidden auto}.qr-code-modal .ai-chat-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 8px #0000001a}.qr-code-modal .ai-chat-title{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:600}.qr-code-modal .ai-chat-subtitle{color:#ffffffbf;margin-top:1px;font-size:12px}.qr-code-modal .ai-chat-close{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.qr-code-modal .ai-chat-close:hover{background:#ffffff40}.qr-code-modal .ai-chat-close svg{color:#fff;width:18px;height:18px}.qr-code-modal>.inner-text{color:#333;text-align:center;width:380px;padding:10px 30px;font-size:14px}.qr-code-modal>.inner-text>b{color:#6366f1}.qr-code-modal>.qr-code{justify-content:center;width:380px;margin:20px 0;display:flex}.qr-code-modal>.view-in-browser{text-align:center;color:#6366f1;width:100%;min-width:380px;font-size:14px;display:block}.qr-code-modal .user-credentials{width:380px;padding:10px 30px}.qr-code-modal .user-credentials-title{margin-bottom:5px;font-size:15px}.qr-code-modal .user-credentials-row{justify-content:space-between;font-size:14px;display:flex}.qr-code-modal .user-credentials-row .credential{-webkit-user-select:all;user-select:all}.qr-code-modal .user-credentials-row b{color:#6366f1}.prompt-tutorial-title{color:#1f2937;margin:0;font-size:18px;font-weight:600}.prompt-tutorial-intro{color:#6b7280;margin:0 0 16px;font-size:13px;line-height:1.5}.prompt-tutorial-sections{flex-direction:column;gap:20px;display:flex}.prompt-tutorial-section-title{color:#374151;margin:0 0 8px;font-size:14px;font-weight:600}.prompt-tutorial-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.prompt-tutorial-item{text-align:left;color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;width:100%;padding:6px 10px;font-family:inherit;font-size:13px;line-height:1.4;transition:background .15s,border-color .15s;display:block}.prompt-tutorial-item:hover{background:#f3f4f6;border-color:#e5e7eb}.prompt-tutorial-item.copied{color:#059669;background:#ecfdf5;border-color:#a7f3d0;font-weight:500}.prompt-tutorial-modal-content-center{flex-direction:column;align-items:center;display:flex}.prompt-tutorial-modal-content-center .qr-code{justify-content:center;width:380px;margin:20px 0;display:flex}.prompt-tutorial-modal-content-center .view-in-browser{text-align:center;color:#6366f1;width:100%;min-width:380px;font-size:16px;display:block}.prompt-tutorial-modal-content-center .user-credentials{width:380px;padding:10px 30px}.prompt-tutorial-modal-content-center .user-credentials-title{margin-bottom:5px;font-size:15px}.prompt-tutorial-modal-content-center .user-credentials-row{justify-content:space-between;font-size:14px;display:flex}.prompt-tutorial-modal-content-center .user-credentials-row .credential{-webkit-user-select:all;user-select:all}.prompt-tutorial-modal-content-center .user-credentials-row b{color:#6366f1}.ai-analytics-page{padding:20px}.ai-analytics-page .primary-button{color:#fff;cursor:pointer;background:#6366f1;border:1px solid #6366f1;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}.ai-analytics-page .primary-button:hover:not(:disabled){background:#4f46e5;border-color:#4f46e5}.ai-analytics-page .primary-button:disabled{opacity:.6;cursor:not-allowed}.ai-analytics-page .primary-link{color:#fff;text-align:center;background:#6366f1;border:1px solid #6366f1;border-radius:6px;width:200px;margin:3px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ai-analytics-page .ai-analytics-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ai-analytics-page .ai-analytics-header h1{color:#1f2937;margin:0;font-size:24px;font-weight:700}.ai-analytics-page .ai-analytics-header .header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.ai-analytics-page .ai-analytics-header .date-range-filter{align-items:center;gap:8px;display:flex}.ai-analytics-page .ai-analytics-header .date-range-filter label{color:#6b7280;font-size:14px;font-weight:500}.ai-analytics-page .ai-analytics-header .date-range-filter input{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:14px}.ai-analytics-page .ai-analytics-header .date-range-filter input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f133}.ai-analytics-page .ai-analytics-header .export-button{color:#fff;cursor:pointer;background:#6366f1;border:1px solid #6366f1;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}.ai-analytics-page .ai-analytics-header .export-button:hover:not(:disabled){background:#4f46e5;border-color:#4f46e5}.ai-analytics-page .ai-analytics-header .export-button:disabled{opacity:.6;cursor:not-allowed}.ai-analytics-page .stats-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.ai-analytics-page .stat-card{text-align:center;background:#fff;border-radius:10px;padding:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.ai-analytics-page .stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.ai-analytics-page .stat-card .stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:13px;font-weight:500}.ai-analytics-page .stat-card .stat-value{color:#1f2937;font-size:28px;font-weight:700}.ai-analytics-page .stat-card.success .stat-value{color:#059669}.ai-analytics-page .stat-card.danger .stat-value{color:#dc2626}.ai-analytics-page .stat-card.warning .stat-value{color:#d97706}.ai-analytics-page .stat-card.info .stat-value{color:#6366f1}.ai-analytics-page .stats-flex{gap:8px;width:100%;display:flex}.ai-analytics-page .stats-flex .stat-card{width:100%}.ai-analytics-page .analytics-section{margin-bottom:32px}.ai-analytics-page .analytics-section .section-title{color:#1f2937;border-bottom:2px solid #e5e7eb;margin-bottom:16px;padding-bottom:8px;font-size:18px;font-weight:600}.ai-analytics-page .charts-container{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.ai-analytics-page .charts-container .chart-container{background-color:#fff;border-radius:10px;flex:1;min-width:400px;margin-bottom:16px;padding:20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.ai-analytics-page .charts-container .chart-container.full-width{flex-basis:100%;min-width:100%}.ai-analytics-page .charts-container .chart-container h2{color:#374151;margin-bottom:4px;font-size:16px;font-weight:600}.ai-analytics-page .charts-container .chart-container p{color:#9ca3af;margin-bottom:16px;font-size:13px}.ai-analytics-page .analytics-table-wrapper{background:#fff;border-radius:10px;margin-bottom:16px;overflow-x:auto;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.ai-analytics-page .analytics-table{border-collapse:collapse;width:100%;font-size:14px}.ai-analytics-page .analytics-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:12px;font-weight:600}.ai-analytics-page .analytics-table td{color:#374151;border-bottom:1px solid #f3f4f6;padding:10px 16px}.ai-analytics-page .analytics-table td.numeric{text-align:right;font-variant-numeric:tabular-nums}.ai-analytics-page .analytics-table tr:last-child td{border-bottom:none}.ai-analytics-page .analytics-table tr:hover{background:#f9fafb}.ai-analytics-page .analytics-table .empty-row td{text-align:center;color:#9ca3af;padding:24px;font-style:italic}.ai-analytics-page .clickable-row{transition:background .1s}.ai-analytics-page .clickable-row:hover{background:#eef2ff!important}.ai-analytics-page .row-expand-icon{color:#9ca3af;font-size:12px;transition:transform .2s;display:inline-block}.ai-analytics-page .row-expand-icon.open{transform:rotate(180deg)}.ai-analytics-page .row-expand-icon.small{font-size:10px}.ai-analytics-page .expanded-row:hover{background:0 0!important}.ai-analytics-page .app-conversations-panel{background:#f9fafb;border-top:1px solid #e5e7eb;padding:12px 16px 12px 48px}.ai-analytics-page .app-conversation-item{background:#fff;border-radius:8px;margin-bottom:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.ai-analytics-page .app-conversation-item.expanded{box-shadow:0 2px 6px #0000001a}.ai-analytics-page .app-conversation-header{cursor:pointer;align-items:center;gap:10px;padding:10px 14px;transition:background .1s;display:flex}.ai-analytics-page .app-conversation-header:hover{background:#f9fafb}.ai-analytics-page .app-conversation-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ai-analytics-page .app-conversation-user{color:#374151;font-size:13px;font-weight:600}.ai-analytics-page .app-conversation-email{color:#9ca3af;font-size:12px;font-weight:400}.ai-analytics-page .app-conversation-stats{color:#6b7280;align-items:center;gap:8px;font-size:12px;display:flex}.ai-analytics-page .app-conversation-errors{color:#dc2626;background:#fef2f2;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:500}.ai-analytics-page .app-conversation-date{color:#9ca3af;white-space:nowrap;flex-shrink:0;font-size:11px}.ai-analytics-page .feedback-tabs{gap:8px;margin-bottom:16px;display:flex}.ai-analytics-page .feedback-tabs .feedback-tab{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .15s}.ai-analytics-page .feedback-tabs .feedback-tab:hover{color:#6366f1;border-color:#6366f1}.ai-analytics-page .feedback-tabs .feedback-tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.ai-analytics-page .feedback-tabs .feedback-tab .tab-count{margin-left:6px;font-size:12px;font-weight:600}.ai-analytics-page .feedback-card{background:#fff;border-radius:10px;margin-bottom:12px;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 3px #00000014}.ai-analytics-page .feedback-card.expanded{box-shadow:0 2px 8px #0000001f}.ai-analytics-page .feedback-card .feedback-card-header{cursor:pointer;align-items:flex-start;gap:16px;padding:16px 20px;transition:background .1s;display:flex}.ai-analytics-page .feedback-card .feedback-card-header:hover{background:#f9fafb}.ai-analytics-page .feedback-card .feedback-expand-icon{color:#9ca3af;flex-shrink:0;margin-top:4px;font-size:14px;transition:transform .2s}.ai-analytics-page .feedback-card .feedback-expand-icon.open{transform:rotate(180deg)}.ai-analytics-page .feedback-card .feedback-rating{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex}.ai-analytics-page .feedback-card .feedback-rating.thumbs_up{background:#ecfdf5}.ai-analytics-page .feedback-card .feedback-rating.thumbs_down{background:#fef2f2}.ai-analytics-page .feedback-card .feedback-content{flex:1;min-width:0}.ai-analytics-page .feedback-card .feedback-content .feedback-meta{color:#9ca3af;flex-wrap:wrap;gap:16px;margin-bottom:6px;font-size:12px;display:flex}.ai-analytics-page .feedback-card .feedback-content .feedback-meta span{align-items:center;gap:4px;display:flex}.ai-analytics-page .feedback-card .feedback-content .feedback-meta strong{color:#6b7280;font-weight:500}.ai-analytics-page .feedback-card .feedback-content .feedback-text{color:#374151;font-size:14px;line-height:1.5}.ai-analytics-page .feedback-card .feedback-content .no-feedback-text{color:#d1d5db;font-size:13px;font-style:italic}.ai-analytics-page .conversation-thread{background:#fafbfc;border-top:1px solid #f3f4f6;padding:16px 20px;animation:.2s ease-out conversationSlideIn}@keyframes conversationSlideIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.ai-analytics-page .conversation-loading{text-align:center;color:#9ca3af;padding:16px;font-size:13px;font-style:italic}.ai-analytics-page .conversation-messages{flex-direction:column;gap:12px;display:flex}.ai-analytics-page .conversation-msg{border-radius:10px;padding:12px 16px;font-size:13px}.ai-analytics-page .conversation-msg.user{background:#eef2ff;border-left:3px solid #6366f1}.ai-analytics-page .conversation-msg.assistant{background:#fff;border-left:3px solid #10b981;box-shadow:0 1px 2px #0000000a}.ai-analytics-page .conversation-msg .conversation-msg-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.ai-analytics-page .conversation-msg .conversation-msg-role{text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.ai-analytics-page .conversation-msg .conversation-msg-role.user{color:#4f46e5}.ai-analytics-page .conversation-msg .conversation-msg-role.assistant{color:#059669}.ai-analytics-page .conversation-msg .conversation-msg-time{color:#9ca3af;font-size:11px}.ai-analytics-page .conversation-msg .conversation-msg-response-time{color:#059669;background:#ecfdf5;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:600}.ai-analytics-page .conversation-msg .conversation-msg-response-time.medium{color:#b45309;background:#fffbeb}.ai-analytics-page .conversation-msg .conversation-msg-response-time.slow{color:#dc2626;background:#fef2f2}.ai-analytics-page .conversation-msg .conversation-msg-error-badge{color:#fff;text-transform:uppercase;letter-spacing:.3px;background:#ef4444;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.ai-analytics-page .conversation-msg .conversation-msg-body{color:#374151;white-space:pre-wrap;word-break:break-word;line-height:1.6}.ai-analytics-page .conversation-msg .conversation-msg-statuses{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.ai-analytics-page .conversation-msg .conversation-status-badge{border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.ai-analytics-page .conversation-msg .conversation-status-badge.status-success{color:#059669;background:#ecfdf5}.ai-analytics-page .conversation-msg .conversation-status-badge.status-error{color:#dc2626;background:#fef2f2}.ai-analytics-page .conversation-msg .conversation-status-badge.status-info{color:#2563eb;background:#eff6ff}.ai-analytics-page .conversation-msg .conversation-msg-error{color:#dc2626;white-space:pre-wrap;word-break:break-word;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-top:8px;padding:8px 10px;font-family:monospace;font-size:12px}.ai-analytics-page .ai-pagination{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.ai-analytics-page .ai-pagination .pagination-info{color:#6b7280;font-size:13px}.ai-analytics-page .ai-pagination .pagination-controls{align-items:center;gap:6px;display:flex}.ai-analytics-page .ai-pagination .pagination-controls button{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .15s}.ai-analytics-page .ai-pagination .pagination-controls button:hover:not(:disabled){color:#6366f1;border-color:#6366f1}.ai-analytics-page .ai-pagination .pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.ai-analytics-page .ai-pagination .pagination-controls .page-info{color:#374151;padding:6px 12px;font-size:13px;font-weight:600}.ai-analytics-page .loading-container{color:#9ca3af;justify-content:center;align-items:center;padding:60px 20px;font-size:14px;display:flex}.ai-analytics-page .error-banner{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.ai-analytics-page .app-conversation-feedback{border-radius:4px;padding:1px 6px;font-size:12px}.ai-analytics-page .app-conversation-feedback.thumbs_up{background:#ecfdf5}.ai-analytics-page .app-conversation-feedback.thumbs_down{background:#fef2f2}.ai-analytics-page .conversation-feedback-banner{border-radius:8px;align-items:flex-start;gap:10px;margin-top:12px;padding:10px 14px;font-size:13px;display:flex}.ai-analytics-page .conversation-feedback-banner.thumbs_up{background:#ecfdf5;border:1px solid #a7f3d0}.ai-analytics-page .conversation-feedback-banner.thumbs_down{background:#fef2f2;border:1px solid #fecaca}.ai-analytics-page .conversation-feedback-banner .conversation-feedback-icon{flex-shrink:0;font-size:18px}.ai-analytics-page .conversation-feedback-banner .conversation-feedback-detail{flex-direction:column;gap:2px;display:flex}.ai-analytics-page .conversation-feedback-banner .conversation-feedback-label{color:#374151;font-size:12px;font-weight:600}.ai-analytics-page .conversation-feedback-banner .conversation-feedback-text{color:#6b7280;font-style:italic;line-height:1.4}.ai-analytics-page .ai-schema-section{margin-bottom:12px}.ai-analytics-page .ai-schema-section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.ai-analytics-page .ai-schema-cards{flex-direction:column;gap:8px;display:flex}.ai-analytics-page .ai-schema-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.ai-analytics-page .ai-schema-card.existing{background:#fefce8;border-color:#fde047}.ai-analytics-page .ai-schema-card-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.ai-analytics-page .ai-schema-card-icon{font-size:14px}.ai-analytics-page .ai-schema-card-name{color:#1e293b;font-size:13px;font-weight:600}.ai-analytics-page .ai-schema-card-badge{color:#92400e;text-transform:uppercase;letter-spacing:.3px;background:#fef3c7;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:500}.ai-analytics-page .ai-schema-fields{flex-wrap:wrap;gap:4px;display:flex}.ai-analytics-page .ai-schema-field{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;display:inline-flex}.ai-analytics-page .ai-schema-card.existing .ai-schema-field{background:#fffbeb;border-color:#fde68a}.ai-analytics-page .ai-schema-field-name{color:#334155;font-weight:500}.ai-analytics-page .ai-schema-field-type{color:#94a3b8;font-size:10px}.ai-analytics-page .ai-chat-choices{gap:8px;display:flex}.ai-analytics-page .ai-chat-choices.spaced{margin-bottom:12px}.ai-analytics-page .ai-chat-choices-question{padding:15px 5px;font-size:14px}.ai-analytics-page .ai-chat-choices-choice{background-color:#fff;border:1px solid #e3e3e3;border-radius:10px;margin:5px;padding:3px 5px}.ai-analytics-page .ai-chat-choice-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:1px solid #8b5cf6;border-radius:20px;padding:8px 14px;font-size:13px;transition:all .2s}.mcp-analytics-page{padding:20px}.mcp-analytics-page .mcp-analytics-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mcp-analytics-page .mcp-analytics-header h1{font-size:24px;font-weight:700}.mcp-analytics-page .header-controls{align-items:center;gap:12px;display:flex}.mcp-analytics-page .date-range{align-items:center;gap:8px;font-size:13px;display:flex}.mcp-analytics-page .date-range input{border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;font-size:13px}.mcp-analytics-page .primary-button{color:#fff;cursor:pointer;background:#6366f1;border:1px solid #6366f1;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600}.mcp-analytics-page .primary-button:hover:not(:disabled){background:#4f46e5}.mcp-analytics-page .primary-button:disabled{opacity:.6;cursor:not-allowed}.mcp-analytics-page .stats-cards{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:32px;display:grid}.mcp-analytics-page .stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.mcp-analytics-page .stat-card .stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px}.mcp-analytics-page .stat-card .stat-value{font-size:24px;font-weight:700}.mcp-analytics-page .section{margin-bottom:36px}.mcp-analytics-page .section h2{margin-bottom:16px;font-size:18px;font-weight:600}.mcp-analytics-page .section h3{margin-bottom:12px;font-size:15px;font-weight:600}.mcp-analytics-page .chart-container{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:20px}.mcp-analytics-page .analytics-table{border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-bottom:16px;overflow:hidden}.mcp-analytics-page .analytics-table th,.mcp-analytics-page .analytics-table td{text-align:left;border-bottom:1px solid #f3f4f6;padding:10px 14px;font-size:13px}.mcp-analytics-page .analytics-table th{color:#374151;background:#f9fafb;font-weight:600}.mcp-analytics-page .analytics-table td{color:#4b5563}.mcp-analytics-page .analytics-table .analytics-delete-btn{color:#b91c1c;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;transition:background .15s}.mcp-analytics-page .analytics-table .analytics-delete-btn:hover:not(:disabled){background:#fee2e2}.mcp-analytics-page .analytics-table .analytics-delete-btn:disabled{opacity:.6;cursor:not-allowed}.mcp-analytics-page .analytics-table .category-badge{border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.mcp-analytics-page .analytics-table .category-badge.ai{color:#7c3aed;background:#ede9fe}.mcp-analytics-page .analytics-table .category-badge.crud{color:#2563eb;background:#dbeafe}.mcp-analytics-page .analytics-table .category-badge.read{color:#6b7280;background:#f3f4f6}.mcp-analytics-page .pagination{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.mcp-analytics-page .pagination button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:4px 12px;font-size:12px}.mcp-analytics-page .pagination button:disabled{opacity:.4;cursor:not-allowed}.mcp-analytics-page .loading{text-align:center;color:#9ca3af;padding:60px;font-size:14px}.mcp-analytics-page .subsection{margin-bottom:24px}.mcp-analytics-page .section-unavailable{color:#6b7280;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:24px;font-size:13px}.admin-geographic-pricing .intro,.admin-geographic-pricing .empty{color:#6b7280;font-size:14px}.admin-geographic-pricing .intro{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-geographic-pricing .empty{margin-top:16px}.admin-geographic-pricing .summary-card{background-color:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 4px 8px #0000001a}.admin-geographic-pricing .summary-card .summary-card-header h2{margin-bottom:5px;font-size:18px;font-weight:700}.admin-geographic-pricing .summary-card .summary-card-header p{color:#6b7280;margin-bottom:20px;font-size:14px}.admin-geographic-pricing .summary-table{border-collapse:collapse;width:100%;margin-top:8px}.admin-geographic-pricing .summary-table th{text-align:left;padding:8px 4px;font-size:18px;font-weight:700}.admin-geographic-pricing .summary-table thead tr{border-bottom:1px solid #e5e7eb}.admin-geographic-pricing .summary-table tbody tr{border-bottom:1px solid #f3f4f6;font-size:14px}.admin-geographic-pricing .summary-table tbody tr.total-row{font-size:18px;font-weight:700}.admin-geographic-pricing .summary-table td{padding:8px 4px}.admin-geographic-pricing .summary-table .muted{color:#6b7280}.admin-geographic-pricing .summary-table .right{text-align:right}.admin-geographic-pricing .summary-table .coupon-id{color:#6b7280;font-family:monospace}.admin-geographic-pricing .granularity-row{justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;display:flex}.admin-geographic-pricing .granularity-label{color:#6b7280;font-size:14px;font-weight:700}.admin-geographic-pricing .granularity-select{width:160px}.admin-geographic-pricing .granularity-select .wrapped-select.boxed{height:auto}.admin-geographic-pricing .granularity-select .wrapped-select.boxed .multi-select-menu-selection{background-color:#f5f5f5}.onboarding-layout{flex-direction:row;width:100vw;height:100vh;display:flex}.onboarding-layout .onboarding-column{height:100vh;overflow:hidden}.onboarding-layout .onboarding-column:first-of-type{background-color:#fff;width:40%;max-width:690px}@media screen and (width<=1139px){.onboarding-layout .onboarding-column:first-of-type{flex:1;justify-content:center;align-items:center;width:100%;min-width:100%;display:flex}.onboarding-layout .onboarding-column:first-of-type>*{max-width:620px}}.onboarding-layout .onboarding-column:last-of-type{flex:1}@media screen and (width<=1139px){.onboarding-layout .onboarding-column:last-of-type{display:none}}.onboarding-layout .onboarding-default-graphic-background{background-image:url(./onboarding_background-ER4KZje6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.onboarding-layout .onboarding-default-graphic-background *{-webkit-user-select:none;user-select:none}.onboarding-layout .onboarding-default-graphic-background .onboarding-million-apps{flex-direction:column;justify-content:center;align-items:center;width:80%;height:auto;display:flex}.onboarding-layout .onboarding-default-graphic-background .onboarding-million-apps img{width:100%;height:auto;margin-bottom:32px}.onboarding-layout .onboarding-default-graphic-background .onboarding-million-apps h2{color:#fff;text-align:center;font-size:1.2rem}.onboarding-layout .onboarding-default-graphic-background .onboarding-doodads{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:auto;min-height:10%;position:absolute;left:0;right:0}.onboarding-layout .onboarding-default-graphic-background .upperdoodads{top:0}.onboarding-layout .onboarding-default-graphic-background .lowerdoodads{bottom:0}.adalo-logotype{content:url(./logo-D5g_SjCc.svg);width:173px;height:53px}@media screen and (width<=719px){.adalo-logotype{content:url(./logo_small-6cKRbdcV.svg);width:65px;height:65px;margin-left:auto;margin-right:auto}}.transcosmos-logotype{content:url(./logo_transcosmos-BlzKV5gD.svg);width:173px;height:53px}@media screen and (width<=719px){.transcosmos-logotype{width:85px;height:85px}}@keyframes graphic-fade-in{0%{opacity:0}to{opacity:1}}@keyframes graphic-fade-out{0%{opacity:1}25%{opacity:.7}50%{opacity:.3}to{opacity:0}}.formatted-text{text-align:left}*+.formatted-text h1,*+.formatted-text h2,*+.formatted-text h3,*+.formatted-text h4,*+.formatted-text h5,*+.formatted-text h6{margin-top:1em}.formatted-text p{margin-bottom:1em}.Toastify__toast-container{z-index:10050!important}*{box-sizing:border-box;margin:0;padding:0}html,body,#root,div[data-reactroot]{height:100%}body{color:#333;background:#fff;font-family:Work Sans,sans-serif;font-size:12px}svg,text{font-family:Work Sans,sans-serif}button,input{font:inherit}h1{margin-bottom:1.8em;font-size:32px;font-weight:600}h2,h3,h4,h5,h6{margin-bottom:1.5em;font-weight:500}h2,h3,h4{font-size:14px}h5,h6{font-size:12px}small{color:#9a9a9a;font-size:.866667em;font-weight:400}a{color:#00a898;cursor:pointer}a:hover{text-decoration:none}a.deemphasize{color:#9a9a9a;text-decoration:none}a.deemphasize:hover{text-decoration:underline}a.link-button{color:#00a898;text-transform:uppercase;letter-spacing:.02em;margin:0 .3em;padding:.2em 0;font-weight:600;text-decoration:none}a.link-button:hover{box-shadow:0 1px}a.camo{color:inherit;cursor:pointer;font-weight:600;text-decoration:none}a.camo:hover{text-decoration:underline}p.secondary{color:#666}p.large{font-size:14px;line-height:1.3em}.app{color:#333;height:100%;padding-top:64px;transition:padding .2s}.offline-banner-visible .app{padding-top:96px}.app-body{height:100%;position:relative}pre{background:#0000000a;border-radius:2px;margin:10px 0;padding:10px 20px}pre.pre-transparent{background:0 0;padding-left:0;padding-right:0}code{color:#4b7bff;background:#4b7bff22;border-radius:2px;padding:2px 4px}#schedule-4 h3{margin-top:1.5em;margin-bottom:.5em}#schedule-4 ol{margin-left:2em;list-style:lower-latin}#schedule-4 li{margin-bottom:.5em}#schedule-4 li ol{margin-top:.5em;margin-left:1em;list-style:lower-roman}#schedule-4 h4{margin-top:2em;margin-bottom:2em;font-size:14px;text-decoration:underline}#schedule-4 h5{margin-top:2em;margin-bottom:1em;font-size:12px;font-style:italic;font-weight:400}.rcw-message{word-wrap:break-word;white-space:pre-wrap;margin:10px;display:flex}.rcw-message-client{flex-direction:row-reverse}.rcw-timestamp{margin-top:5px;font-size:10px}.rcw-client{flex-direction:column;margin-left:auto;display:flex}.rcw-client .rcw-message-text{word-wrap:break-word;text-align:left;white-space:pre-wrap;background-color:#7e54d9;border-radius:10px;max-width:215px;padding:15px}.rcw-client .rcw-timestamp{align-self:flex-end}.rcw-response{flex-direction:column;align-items:flex-start;display:flex}.rcw-response .rcw-message-text{text-align:left;background-color:#f4f7f9;border-radius:10px;max-width:215px;padding:15px}.rcw-message-text p{margin:0}.rcw-message-text img{-o-object-fit:contain;object-fit:contain;width:100%}.rcw-avatar{border-radius:100%;width:40px;height:40px;margin-right:10px}.rcw-avatar-client{margin:0 0 0 10px}.rcw-snippet{text-align:left;background-color:#f4f7f9;border-radius:10px;max-width:215px;padding:15px}.rcw-snippet-title{margin:0}.rcw-snippet-details{border-left:2px solid #35e65d;margin-top:5px;padding-left:10px}.rcw-link{font-size:12px}.quick-button{cursor:pointer;background:0 0;border:2px solid #5e10bc;border-radius:15px;outline:0;padding:5px 10px;font-weight:600}.quick-button:active{color:#fff;background:#5e10bc}.rcw-conversation-container{font-family:Open Sans,Helvetica,Arial,sans-serif}.rcw-conversation-container .rcw-header{color:#fff;text-align:center;background-color:#5e10bc;border-radius:10px 10px 0 0;flex-direction:column;padding:15px 0 25px;display:flex}.rcw-conversation-container .rcw-title{margin:0;padding:10px 0;font-size:24px;font-weight:500}.rcw-conversation-container .rcw-subtitle{margin:0;padding:0;font-size:14px;font-weight:300}.rcw-conversation-container .rcw-close-button{display:none}.rcw-conversation-container .avatar{vertical-align:middle;border-radius:100%;width:40px;height:40px;margin-right:10px}.rcw-full-screen .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-full-screen .rcw-title{padding:0 0 15px}.rcw-full-screen .rcw-close-button{background-color:#5e10bc;border:0;width:40px;display:block;position:absolute;top:20px;right:10px}.rcw-full-screen .rcw-close{width:20px;height:20px}@media screen and (width<=800px){.rcw-conversation-container .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-conversation-container .rcw-title{padding:0 0 15px}.rcw-conversation-container .rcw-close-button{background-color:#5e10bc;border:0;width:40px;display:block;position:absolute;top:20px;right:10px}.rcw-conversation-container .rcw-close{width:20px;height:20px}}.rcw-loader{margin:10px;display:none}.rcw-loader.active{display:flex}.rcw-loader-container{text-align:left;background-color:#f4f7f9;border-radius:10px;max-width:215px;padding:15px}.rcw-loader-dots{background:gray;border-radius:50%;width:4px;height:4px;margin-right:2px;animation:.5s infinite alternate bounce;display:inline-block}.rcw-loader-dots:first-child{animation-delay:.2s}.rcw-loader-dots:nth-child(2){animation-delay:.3s}.rcw-loader-dots:nth-child(3){animation-delay:.4s}.rcw-messages-container{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;width:100%;padding-top:10px;overflow-y:scroll}.rcw-full-screen .rcw-messages-container{height:100%;max-height:none}@media screen and (width<=800px){.rcw-messages-container{height:100%;max-height:none}}.rcw-sender{background-color:#f4f7f9;border-radius:0 0 10px 10px;align-items:center;height:max-content;min-height:45px;max-height:95px;padding:10px;display:flex;position:relative;overflow:hidden}.rcw-sender.expand{height:55px}.rcw-new-message{resize:none;background-color:#fff;border:0;border-radius:5px;width:calc(100% - 75px);padding:10px 5px}.rcw-new-message:focus{outline:none}.rcw-new-message.expand{height:40px}.rcw-picker-icon{opacity:.8;margin-right:10px}.rcw-input{word-wrap:break-word;-webkit-user-select:text;user-select:text;white-space:pre-wrap;width:100%;max-height:78px;line-height:20px;display:block;overflow:hidden auto}.rcw-input:focus-visible{outline:none}.rcw-input[placeholder]:empty:before{color:gray;content:attr(placeholder)}.rcw-picker-btn,.rcw-send{cursor:pointer;background:#f4f7f9;border:0}.rcw-picker-btn .rcw-send-icon,.rcw-send .rcw-send-icon{height:25px}.rcw-message-disable{cursor:not-allowed;background-color:#f4f7f9}@media screen and (width<=800px){.rcw-sender{border-radius:0;flex-shrink:0}}.quick-buttons-container{white-space:nowrap;background:#fff;padding:10px;overflow-x:auto}.quick-buttons-container .quick-buttons{text-align:center;margin:0;padding:0;list-style:none}.quick-buttons-container .quick-buttons .quick-list-button{margin-right:10px;display:inline-block}@media screen and (width<=800px){.quick-buttons-container{padding-bottom:15px}}.rcw-conversation-container{border-radius:10px;flex-direction:column;width:600px;height:700px;display:flex;position:relative;box-shadow:0 2px 10px 1px #b5b5b5}.rcw-conversation-container.active{opacity:1;transition:opacity .3s,transform .3s;transform:translateY(0)}.rcw-conversation-container.hidden{opacity:0;pointer-events:none;z-index:-1;transition:opacity .3s,transform .3s;transform:translateY(10px)}.rcw-conversation-xy-resizer{cursor:nw-resize;background-color:#ffffff80;width:15px;height:15px;position:absolute;top:0;left:0}.rcw-conversation-x-resizer{cursor:col-resize;width:8px;height:calc(100% - 15px);position:absolute;top:15px;left:0}.rcw-conversation-y-resizer{cursor:row-resize;width:calc(100% - 15px);height:8px;position:absolute;top:0;left:15px}.emoji-mart-preview{display:none}.rcw-full-screen .rcw-conversation-container{flex-direction:column;height:100%;display:flex}@media screen and (width<=800px){.rcw-conversation-container{flex-direction:column;height:100%;display:flex}}.rcw-launcher .rcw-badge{color:#fff;text-align:center;background-color:red;border-radius:50%;width:25px;height:25px;line-height:25px;position:fixed;top:-10px;right:-5px}.rcw-launcher{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;cursor:pointer;background-color:#5e10bc;border:0;border-radius:50%;align-self:flex-end;width:60px;height:60px;margin-top:10px;animation-name:slide-in;animation-duration:.5s;animation-fill-mode:forwards;box-shadow:0 2px 10px 1px #b5b5b5}.rcw-launcher:focus{outline:none}.rcw-open-launcher{-moz-animation-delay:0;animation-delay:0;animation-name:rotation-rl;animation-duration:.5s;animation-fill-mode:forwards}.rcw-close-launcher,.rcw-open-launcher{-webkit-animation-delay:0;-webkit-animation-duration:.5s}.rcw-close-launcher{-moz-animation-delay:0;animation-delay:0;width:20px;animation-name:rotation-lr;animation-duration:.5s;animation-fill-mode:forwards}@media screen and (width<=800px){.rcw-launcher{margin:20px;position:fixed;bottom:0;right:0}.rcw-hide-sm{display:none}}.rcw-previewer-container{z-index:9999;background:#000000bf;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.rcw-previewer-container .rcw-previewer-image{margin:auto;transition:all .3s;position:absolute;inset:0}.rcw-previewer-container .rcw-previewer-tools{flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;bottom:16px;right:16px}.rcw-previewer-container .rcw-previewer-button{background-color:#fff;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;margin:16px;padding:0;display:flex;box-shadow:0 3px 8px #0000004d}.rcw-previewer-container .rcw-previewer-close-button{position:absolute;top:0;right:0}.rcw-previewer-container .rcw-previewer-veil{width:100%;height:100%;position:relative;overflow:scroll}@keyframes rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.rcw-widget-container{z-index:9999;flex-direction:column;margin:0 20px 20px 0;display:flex;position:fixed;bottom:0;right:0}.rcw-full-screen{width:100%;max-width:none;height:100vh;margin:0}@media screen and (width<=800px){.rcw-widget-container{width:100%;max-width:none;height:100vh;margin:0}}.rcw-previewer .rcw-message-img{cursor:pointer}.rcw-close-widget-container{width:max-content;height:max-content}.rcw-widget-container{transform:translate(0)translateY(-4.5rem)}.rcw-header{border-bottom:1px solid #e5e7eb;background-color:#fff!important;height:56px!important}.rcw-header .rcw-title{text-align:left;color:#101828;width:100%;font-family:Inter,serif;font-size:16px;font-weight:600;line-height:24px;padding:12px 16px!important}.rcw-header .rcw-title .avatar{width:32px;height:32px}.rcw-conversation-container{width:450px;max-height:75vh}.rcw-conversation-container .rcw-header{color:#fff;text-align:center;background-color:#5e10bc;border-radius:10px 10px 0 0;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;display:flex;padding:0!important}.rcw-conversation-container .rcw-header .rcw-close-button{cursor:pointer;background:0 0;border:0;border-radius:15%;justify-content:center;padding:15px;display:flex;top:0;right:0}.rcw-conversation-container .rcw-header img{border-radius:100%;display:none}.rcw-close-button:after{content:"×";font-size:24px}.rcw-subtitle{display:none}.custom-rcw-message{margin:0}.rcw-avatar{width:32px;height:32px}.rcw-message-text{white-space:normal}.rcw-link-text{color:#707600}.rcw-client{align-items:flex-end;max-width:80%}.rcw-client .rcw-message-text{color:#fff;background-color:#9b2bff;max-width:100%}.rcw-client .rcw-message-text p{-webkit-user-select:text;user-select:text;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.4em}.custom-rcw-message-text{background-color:#f2e9ff!important;max-width:80%!important}.custom-rcw-message-text p{-webkit-user-select:text;user-select:text;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.4em}.custom-rcw-message-text li{-webkit-user-select:text;user-select:text;margin-left:1.4rem;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.4em}.rcw-open-launcher,.rcw-close-launcher{background-position:50%;background-repeat:no-repeat;border-radius:100%;width:60px;height:60px}.rcw-close-launcher{rotate:45deg}.rcw-launcher{background:#fff}.rcw-hide-sm{display:block}.rcw-picker-btn{display:none}.rcw-send{background-color:#fff;margin-left:.75rem}.rcw-sender{background-color:#fff;min-height:65px;padding:10px}.rcw-new-message{width:90%}.rcw-input{border:1px solid #e5e7eb;border-radius:24px;height:47px;padding:13px 20px;overflow-y:hidden;box-shadow:0 0 8px #e5e7eb}.rcw-typing-indicator-container{text-align:center;z-index:1;background:#fff;border:0 solid #e5e7eb;border-radius:16px;width:42%;padding:7px 5px;font-size:13px;position:absolute;bottom:53px;left:25%;right:0;box-shadow:0 0 1rem #0003}@media screen and (width<=800px){.rcw-widget-container{z-index:9999;flex-direction:column;align-items:flex-end;width:92%;max-width:none;height:auto;margin:0 20px 20px 0;position:fixed;bottom:0;right:0}.rcw-conversation-container{border-radius:10px;flex-direction:column;width:90%;height:700px;display:flex;position:relative;box-shadow:0 2px 10px 1px #b5b5b5}.rcw-conversation-container .rcw-header img{width:15px;height:15px}.rcw-messages-container{height:75vh}.rcw-sender{background-color:#fff;border-radius:0 0 10px 10px;min-height:65px;padding:10px}.rcw-launcher{display:contents}}.panel{background:#fff;flex-direction:column;display:flex;box-shadow:0 0 0 1px #00000008,2px 0 3px #0000001a}.panel-body{flex:1;overflow:hidden scroll}.panel-section{border-top:1px solid #f3f3f3;margin:0 -32px;padding:10px 0;position:relative}.panel-section-header,.panel-menu{background:#fff;padding:6px 32px;line-height:20px}.panel-section-header{flex-direction:row;align-items:center;display:flex}.panel-section-header h4{line-height:inherit;white-space:nowrap;text-overflow:ellipsis;color:#8a8a8a;flex:1;margin:0;font-size:1em;font-weight:400;overflow:hidden}.panel-section-body{padding:12px 32px}.panel-section-body .empty-state{padding-bottom:10px}.panel-section-body.panel-section-body-nopad{padding:0}.panel-header-content{z-index:1000;position:relative;box-shadow:0 .5px #0003}.panel-menu{padding:0;transition:background-color .2s;position:relative;box-shadow:0 .5px #00000040,0 -.5px #0000001a}.panel-menu-option,.panel-menu-placeholder{cursor:pointer;padding:6px 20px}.panel-menu-selection .panel-menu-option,.panel-menu-placeholder{padding:12px 20px}.panel-menu-placeholder{opacity:.5}.panel-menu-dropdown{z-index:1;background:#fff;position:absolute;top:100%;left:0;right:0;box-shadow:0 1px #0000001a}.panel-menu-expand-arrow{margin-top:-12px;transition:transform .2s;position:absolute;top:50%;bottom:0;right:6px;transform:rotate(90deg)}.multi-menu-trigger.expanded .panel-menu{background:#fff}.multi-menu-trigger.expanded .panel-menu .panel-menu-expand-arrow{transform:rotate(270deg)}.magic-start-tooltip{margin-left:4rem}.panel-footer{justify-content:center;display:flex}.accordion-transition-enter{max-height:0;transition:max-height .5s;overflow:hidden}.accordion-transition-enter-active{max-height:1000px}.accordion-transition-exit{max-height:1000px;overflow:hidden}.accordion-transition-exit-active{max-height:0;transition:max-height .5s}.accordion-content{border-bottom:1px solid #0000001a}.accordion-content-with-paddings{padding:10px 32px 16px}.accordion>div[speed="3"]{max-width:calc(100% + 64px)}.accordion-disabled{opacity:.5}.accordion-disabled .accordion-title{pointer-events:none}.accordion-expand-disabled .accordion-title{cursor:not-allowed}.accordion-expand-disabled .accordion-title .expand-disabled-title{white-space:nowrap;text-overflow:ellipsis;color:#9e9e9e;flex:1;font-size:14px;font-weight:500;overflow:hidden}.accordion-expand-disabled .expand-disabled-icon{background-color:#9e9e9e}.accordion.accordion-boxed-yellow>.accordion-title{color:#333;background-color:#fff2cf}.accordion.accordion-boxed-yellow>.accordion-title:hover,.accordion.accordion-boxed-yellow>.accordion-title:focus{background-color:#ffc00e}.accordion.accordion-boxed-yellow>.accordion-title .icon{background-color:#333}.accordion.accordion-boxed-yellow>div>.accordion-children{background-color:#fff2cf}.accordion.accordion-boxed-yellow.accordion-expanded>.accordion-title{color:#333;background-color:#ffc00e}.accordion.accordion-boxed-yellow.accordion-expanded>.accordion-title .icon{background-color:#333}.accordion.accordion-boxed-yellow.accordion-expanded .accordion-children{background-color:#fff2cf}.accordion.accordion-boxed-yellow.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-yellow.accordion-expanded .filter-options{background-color:#0000;border:1px solid #ffc00e}.accordion.accordion-boxed-yellow .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#ffc00e33;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-yellow.accordion-disabled{opacity:.6}.accordion.accordion-boxed-yellow.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-yellow.accordion-light>.accordion-title{color:#424242;background-color:#fffefcd1}.accordion.accordion-boxed-yellow.accordion-light>.accordion-title:hover,.accordion.accordion-boxed-yellow.accordion-light>.accordion-title:focus{background-color:#ffc00e1a}.accordion.accordion-boxed-yellow.accordion-light>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-yellow.accordion-light>div>.accordion-children{background-color:#fffefcd1}.accordion.accordion-boxed-yellow.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#ffc00e1a}.accordion.accordion-boxed-yellow.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-yellow.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-yellow.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-yellow.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #ffc00e1a}.accordion.accordion-boxed-yellow.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#ffc00e33;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-yellow.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-yellow.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-orange.accordion-expanded>.accordion-title{color:#fff;background-color:#ef4c30}.accordion.accordion-boxed-orange.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-orange.accordion-expanded .accordion-children{background-color:#fcdbd6}.accordion.accordion-boxed-orange.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-orange.accordion-expanded .filter-options{background-color:#0000;border:1px solid #ef4c30}.accordion.accordion-boxed-orange .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#ef4c3033;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-orange.accordion-disabled{opacity:.6}.accordion.accordion-boxed-orange.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-orange.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#ef4c301a}.accordion.accordion-boxed-orange.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-orange.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-orange.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-orange.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #ef4c301a}.accordion.accordion-boxed-orange.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#ef4c3033;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-orange.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-orange.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-teal.accordion-expanded>.accordion-title{color:#fff;background-color:#00a898}.accordion.accordion-boxed-teal.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-teal.accordion-expanded .accordion-children{background-color:#cceeea}.accordion.accordion-boxed-teal.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-teal.accordion-expanded .filter-options{background-color:#0000;border:1px solid #00a898}.accordion.accordion-boxed-teal .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#00a89833;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-teal.accordion-disabled{opacity:.6}.accordion.accordion-boxed-teal.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-teal.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#00a8981a}.accordion.accordion-boxed-teal.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-teal.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-teal.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-teal.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #00a8981a}.accordion.accordion-boxed-teal.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#00a89833;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-teal.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-teal.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-green.accordion-expanded>.accordion-title{color:#fff;background-color:#a1cd46}.accordion.accordion-boxed-green.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-green.accordion-expanded .accordion-children{background-color:#ecf5da}.accordion.accordion-boxed-green.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-green.accordion-expanded .filter-options{background-color:#0000;border:1px solid #a1cd46}.accordion.accordion-boxed-green .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#a1cd4633;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-green.accordion-disabled{opacity:.6}.accordion.accordion-boxed-green.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-green.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#a1cd461a}.accordion.accordion-boxed-green.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-green.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-green.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-green.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #a1cd461a}.accordion.accordion-boxed-green.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#a1cd4633;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-green.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-green.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-dark-pink.accordion-expanded>.accordion-title{color:#fff;background-color:#a82058}.accordion.accordion-boxed-dark-pink.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-dark-pink.accordion-expanded .accordion-children{background-color:#eed2de}.accordion.accordion-boxed-dark-pink.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-dark-pink.accordion-expanded .filter-options{background-color:#0000;border:1px solid #a82058}.accordion.accordion-boxed-dark-pink .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#a8205833;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-dark-pink.accordion-disabled{opacity:.6}.accordion.accordion-boxed-dark-pink.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#a820581a}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #a820581a}.accordion.accordion-boxed-dark-pink.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#a8205833;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-dark-pink.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-purple.accordion-expanded>.accordion-title{color:#fff;background-color:#43437a}.accordion.accordion-boxed-purple.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-purple.accordion-expanded .accordion-children{background-color:#d9d9e4}.accordion.accordion-boxed-purple.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-purple.accordion-expanded .filter-options{background-color:#0000;border:1px solid #43437a}.accordion.accordion-boxed-purple .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#43437a33;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-purple.accordion-disabled{opacity:.6}.accordion.accordion-boxed-purple.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-purple.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#43437a1a}.accordion.accordion-boxed-purple.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-purple.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-purple.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-purple.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #43437a1a}.accordion.accordion-boxed-purple.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#43437a33;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-purple.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-purple.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-gray.accordion-expanded>.accordion-title{color:#fff;background-color:#eee}.accordion.accordion-boxed-gray.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-gray.accordion-expanded .accordion-children{background-color:#fcfcfc}.accordion.accordion-boxed-gray.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-gray.accordion-expanded .filter-options{background-color:#0000;border:1px solid #eee}.accordion.accordion-boxed-gray .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#eee3;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-gray.accordion-disabled{opacity:.6}.accordion.accordion-boxed-gray.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-gray.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#f5f5f5}.accordion.accordion-boxed-gray.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-gray.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-gray.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-gray.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #f5f5f5}.accordion.accordion-boxed-gray.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#f5f5f533;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-gray.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-gray.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-coral.accordion-expanded>.accordion-title{color:#fff;background-color:#f86c01}.accordion.accordion-boxed-coral.accordion-expanded>.accordion-title .icon{background-color:#fff}.accordion.accordion-boxed-coral.accordion-expanded .accordion-children{background-color:#fee2cc}.accordion.accordion-boxed-coral.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-coral.accordion-expanded .filter-options{background-color:#0000;border:1px solid #f86c01}.accordion.accordion-boxed-coral .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#f86c0133;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-coral.accordion-disabled{opacity:.6}.accordion.accordion-boxed-coral.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion.accordion-boxed-coral.accordion-light.accordion-expanded>.accordion-title{color:#424242;background-color:#a820581a}.accordion.accordion-boxed-coral.accordion-light.accordion-expanded>.accordion-title .icon{background-color:#424242}.accordion.accordion-boxed-coral.accordion-light.accordion-expanded .accordion-children{background-color:#fff}.accordion.accordion-boxed-coral.accordion-light.accordion-expanded .accordion-children .accordion-expanded .accordion-children .form-inspect-field-wrapper{background-color:#ffc00e33}.accordion.accordion-boxed-coral.accordion-light.accordion-expanded .filter-options{background-color:#0000;border:1px solid #a820581a}.accordion.accordion-boxed-coral.accordion-light .accordion-children-advanced-options>div>.accordion-children{width:unset;background-color:#a8205833;margin:16px -16px 0;padding:16px}.accordion.accordion-boxed-coral.accordion-light.accordion-disabled{opacity:.6}.accordion.accordion-boxed-coral.accordion-light.accordion-disabled .accordion-title{cursor:default;pointer-events:none;font-style:italic}.accordion-title{cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.accordion-title.feature-disabled span{color:#cecece}.accordion-title.feature-disabled span.icon{background:#cecece}.accordion-title.feature-disabled .accordion-call-to-action{content:attr(hovercontent);color:#ef4c30;text-transform:uppercase;margin:auto;font-size:10px;display:none;position:absolute;top:auto;bottom:auto;right:60px}.accordion-title.feature-disabled:hover .accordion-call-to-action{display:block}.accordion.accordion-expanded>.accordion-title.feature-disabled .title{color:#fff}.accordion-title>.icon{transition:transform .2s}.accordion-title>.accordion-icon{margin-right:8px}.accordion>.accordion-children{display:none}.accordion.accordion-expanded>.accordion-children{display:block}.accordion>div>.accordion-children>*{opacity:0}.accordion-expanded>div>.accordion-children>*{opacity:1;animation:.5s fadeIn}.accordion-boxed{border-radius:4px;overflow:hidden}.accordion-boxed>.accordion-title{background:#f1f1f1;padding:10px 16px;font-size:14px;transition:all .2s}.accordion-boxed>.accordion-title:hover{background:#e5e5e5}.accordion-boxed>.accordion-title .icon-button-wrapper{margin-top:-6px;margin-bottom:-6px}.accordion-boxed>.accordion-title .icon{background:#424242;transition:background .2s}.accordion-boxed>div>.accordion-children{background:#f1f1f1;margin:0;padding:8px 16px;transition:background .2s}.accordion-boxed.accordion-expanded>.accordion-title{color:#fff;background:#00a898}.accordion-boxed.accordion-expanded>.accordion-title .icon{background:#fff}.accordion-boxed-done{flex-direction:row;justify-content:flex-end;margin:15px 0 8px;display:flex}.accordion-boxed-done>*{margin-right:8px}.accordion-boxed-done>:last-child{margin-right:0}.expand-button{justify-content:center;align-items:center;width:100%;padding:10px;display:flex}.panel-item{appearance:none;background-color:#0000;border:none;border-radius:6px;flex-flow:wrap;justify-content:flex-start;place-items:center stretch;width:100%;min-height:50px;padding:0 32px;display:flex;position:relative}.panel-item.adjust-top{margin-top:-24px}.panel-item.fluid{border-radius:0;width:calc(100% + 64px);margin-left:-32px;margin-right:-32px}.panel-item.fluid:hover,.panel-item.fluid:active{border-radius:0}.panel-item.uppercase{text-transform:uppercase}.panel-item.uppercase .panel-item-header-title{letter-spacing:.06em;font-size:12px!important}.panel-item.hidden>.panel-item-header,.panel-item.hidden>.accordion-title{opacity:.5}.panel-item.item .panel-item-header,.panel-item.item .accordion-title{background-color:#f5f5f5;border-radius:6px}.panel-item.item .panel-item-header:hover,.panel-item.item .panel-item-header:active,.panel-item.item .accordion-title:hover,.panel-item.item .accordion-title:active{background-color:#eee}.panel-item.header .panel-item-header:hover .panel-item-header-wrapper:after{opacity:1}.panel-item.header .panel-item-header .panel-item-header-wrapper{padding-right:40px;position:relative}.panel-item.header .panel-item-header .panel-item-header-wrapper:after{content:"";opacity:0;mask-type:alpha;background-color:#333;width:24px;height:24px;transition:opacity .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M3%2017.25V21h3.75L17.81%209.94l-3.75-3.75L3%2017.25zM20.71%207.04c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M3%2017.25V21h3.75L17.81%209.94l-3.75-3.75L3%2017.25zM20.71%207.04c.39-.39.39-1.02%200-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:16px;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.panel-item.header .panel-item-header .panel-item-header-wrapper .panel-item-header-title{font-size:18px;font-weight:500}.panel-item .panel-item-header .panel-item-header-wrapper{text-align:left;overflow:hidden}.panel-item .panel-item-header .panel-item-header-wrapper .panel-item-header-title,.panel-item .panel-item-header .panel-item-header-wrapper .panel-item-header-subtitle{text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.panel-item .panel-item-header .panel-item-header-wrapper .panel-item-header-subtitle{color:#bdbdbd;font-size:12px;font-weight:400}.panel-item .panel-item-header .panel-item-header-actions+.panel-item-header-actions{margin-left:0}.panel-item .panel-item-header .panel-item-header-actions{margin-left:auto;position:relative}.panel-item .panel-item-header .panel-item-header-actions>*{margin-right:8px}.panel-item .panel-item-header .panel-item-header-actions>:last-child{margin-right:0}.panel-item .panel-item-header .panel-item-header-actions .icon-button-wrapper .icon{background-color:#333}.panel-item .panel-item-header .panel-item-header-actions .switch{cursor:pointer;background-color:#ccc;border-radius:20px;width:40px;height:20px;transition:background-color .2s;position:relative}.panel-item .panel-item-header .panel-item-header-actions .switch:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:1px;left:1px}.panel-item .panel-item-header .panel-item-header-actions .switch.on{background-color:#1fd16a}.panel-item .panel-item-header .panel-item-header-actions .switch.on:before{transform:translate(20px)}.panel-item .panel-item-header .panel-item-header-actions .right-panel-overflow-menu-trigger{right:unset;top:unset;position:relative}.panel-item .panel-item-header .panel-item-header-actions .right-panel-overflow-menu-trigger .icon{background-color:#333}.panel-item.accordion.accordion-expanded,.panel-item.accordion.header{box-shadow:0 0 0 1px #eee}.panel-item.accordion.accordion-boxed.accordion-expanded .accordion-title{color:#000;background-color:#0000}.panel-item.accordion.accordion-boxed.accordion-expanded .accordion-title:hover,.panel-item.accordion.accordion-boxed.accordion-expanded .accordion-title:active{background-color:#f5f5f5}.panel-item.accordion.accordion-boxed.accordion-expanded .accordion-children{background-color:#0000}.panel-item.accordion.accordion-boxed.accordion-expanded .accordion-children>.accordion-boxed-done{margin-left:-16px;margin-right:-16px}.panel-item.accordion.accordion-boxed>.accordion-title{padding:inherit}.panel-item.accordion .accordion-children{width:100%}.panel-item.accordion>:last-child{padding:0}.panel-item.accordion>:last-child>.accordion-children{padding:16px 32px}.panel-item.accordion .accordion-children>*{margin-bottom:8px}.panel-item.accordion .accordion-children>:last-child:not(.accordion-boxed-done){margin-bottom:0}.panel-item.accordion>*,.panel-item.accordion-expanded>*,.panel-item .panel-item-header{flex-basis:calc(100% + 64px);justify-content:flex-start;align-items:center;margin-left:-32px;margin-right:-32px;display:flex}.panel-item .accordion-title>.icon,.panel-item .panel-item-header>.icon{background-color:#333}.panel-item .panel-item-header,.panel-item.accordion>.accordion-title{background-color:#0000;width:100%;min-height:50px;padding:12px 32px;font-size:14px;transition:background .2s}.panel-item .panel-item-header>.icon,.panel-item.accordion>.accordion-title>.icon{margin-right:8px}.panel-item .panel-item-header:active,.panel-item .panel-item-header:hover,.panel-item.accordion>.accordion-title:active,.panel-item.accordion>.accordion-title:hover{cursor:pointer;background-color:#f5f5f5}.panel-item .panel-item-list{padding-left:16px;list-style-type:none}.panel-item .panel-item-list>*{margin-bottom:8px}.panel-item .panel-item-list>:last-child{margin-bottom:0}.panel-item.teal,.panel-item.screens{color:#00a898}.panel-item.teal .panel-item-header>.icon,.panel-item.screens .panel-item-header>.icon{background-color:#00a898}.panel-item.teal .panel-item-header:active,.panel-item.teal .panel-item-header:hover,.panel-item.teal .accordion-title:active,.panel-item.teal .accordion-title:hover,.panel-item.screens .panel-item-header:active,.panel-item.screens .panel-item-header:hover,.panel-item.screens .accordion-title:active,.panel-item.screens .accordion-title:hover{background-color:#00a8981a}.entity-textarea{background:#fff;border:1px solid #ddd;padding:2px;position:relative}.entity-textarea-placeholder-wrapper{position:relative}.entity-textarea-placeholder{color:#bbb;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:100%;line-height:1.4em;position:absolute;overflow:hidden}.entity-textarea-block{white-space:pre-line;cursor:text;min-height:1.4em;margin:0 -20px;padding:0 20px;line-height:1.4em;display:block;position:relative}.entity-textarea-segment{word-wrap:break-word;background:#fff;outline:none;min-width:2px;min-height:1.4em;padding:0 1px;display:inline}.entity-textarea-chip{-webkit-user-select:none;user-select:none;cursor:default;display:inline-block}.entity-textarea-chip:focus{outline:none}.wrapped-entity-textarea{background:0 0;border:none;padding-top:15px!important;padding-bottom:15px!important}.wrapped-entity-textarea .entity-textarea-block>span{-webkit-user-select:text;user-select:text}.symbol-entity{color:#00a898;border-radius:20px;justify-content:center;align-items:center;height:20px;margin-top:4px;display:flex}.formula-control.formula-control-invalid .entity-textarea{background-color:#fdd}.formula-control{position:relative}.formula-control.formula-control-contained .bindable-text-control-header{margin:0}.formula-control.formula-control-contained .bindable-text-control-label{display:none}.formula-control.formula-control-contained .bindable-text-control-trigger-wrapper{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;right:10px}.formula-control.formula-control-contained .entity-textarea{margin:0;padding-right:40px}@keyframes entity-detail-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes entity-detail-slide-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.entity-detail-wrapper{z-index:10000;position:fixed;inset:0}.entity-detail-wrapper-modal{z-index:99998;position:fixed;inset:0}.entity-detail-backdrop{position:absolute;inset:0}.entity-detail-popout{color:#000;width:320px;cursor:unset;pointer-events:none;flex-direction:column;font-size:12px;animation:.2s entity-detail-slide-down;display:flex;position:absolute;top:70px;bottom:0}.entity-detail-popout-sub{pointer-events:all;background:#fff;border-radius:4px;max-height:100%;padding:20px;overflow-y:auto;box-shadow:0 3px 15px #0000001a,0 10px 30px -2px #00000026}.entity-detail-popout-section>.wrapped-select,.entity-detail-popout-input{font-size:14px}.entity-detail-popout-section>.wrapped-select .multi-select-menu-selection.expanded{box-shadow:none}.entity-detail-popout-above{justify-content:flex-end;animation-name:entity-detail-slide-up}.entity-detail-popout-section{margin-top:12px}h4+.entity-detail-popout-section{margin-top:24px}.entity-detail-popout-section>.entity-detail-popout-label:first-of-type{margin-top:0}.entity-detail-popout-section>.entity-detail-popout-label{margin-top:12px}.entity-detail-popout-label{color:#8a8a8a;margin-bottom:3px}.entity-detail-popout-columns{flex-flow:wrap;margin:0 -6px;display:flex}.entity-detail-popout-columns>.entity-detail-popout-section{width:50%;padding:0 6px}.entity-detail-popout-input{border:1px solid #ddd;border-radius:4px;outline:none;width:100%;height:36px;padding:0 11px;display:block}.entity-detail-popout-header{margin-bottom:0;font-size:14px;font-weight:400}.entity-detail-popout .library-inspect-filter-item{margin-left:0;margin-right:0}.entity-detail-popout-delete{float:right;margin-top:-6px;margin-bottom:-6px}.bindable-text-control-trigger-wrapper{margin-top:-8px;margin-bottom:-8px}.bindable-text-control-trigger{color:#8a8a8a}.bindable-text-control-trigger:hover{color:#666}.bindable-text-control-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.bindable-text-control-entity-label{color:#fff;cursor:pointer;word-break:break-all;background:#ef4c30;border-radius:20px;align-items:center;margin:4px 0;padding:2px 3px 2px 10px;display:flex}.bindable-text-control-entity-label--icon-disabled{padding-right:10px}.bindable-text-control-entity-label--chip-disabled{cursor:default}.bindable-text-control-entity-label--chip-disabled .icon.icon-close{cursor:pointer}.bindable-text-control-entity-label .icon{background:#fff;margin-left:4px}.bindable-text-control-trigger{color:#8a8a8a;cursor:pointer}.entity-textarea-chip:hover .bindable-text-control-entity-label,.entity-textarea-chip:focus .bindable-text-control-entity-label{background:#d03f26}.entity-textarea-chip:hover .bindable-text-control-entity-label--chip-disabled,.entity-textarea-chip:focus .bindable-text-control-entity-label--chip-disabled{background:#ef4c30}.bindable-text-control .wrapped-entity-textarea{background:#f1f1f1;border-radius:6px;margin:0 -16px;padding:12px 16px;font-size:14px}.text-editor-sub .text-editor-input-backdrop{background:0 0}.text-editor-sub .bindable-text-control{margin-top:-10px}.text-editor-sub .bindable-text-control .wrapped-entity-textarea{font-size:inherit;background:0 0;border-radius:0;outline:1px solid #ffc100;margin:0;padding:0!important}.text-editor-sub .bindable-text-control-entity-label{padding-right:10px}.text-editor-sub .entity-textarea-block{min-height:1.1875em;line-height:inherit;margin:0;padding:0}.bindable-text-control .entity-textarea-segment{background:0 0;padding:0}.bindable-text-control-menu .multi-menu-item-label{padding-left:20px}.multi-menu-trigger.expanded .bindable-text-control-trigger-icon{background:#ef4c30}.multi-menu-trigger.expanded .bindable-text-control-trigger-icon .icon{background:#fff}.entity-textarea-block{margin-left:-16px;margin-right:-16px;padding-left:15px}.bindable-text-control-error-message{color:#f44;margin:5px 16px 0;font-weight:500}.bindable-text-control-api{margin:0 16px}.bindable-text-control-api .entity-textarea-api{background:unset;border:1px solid #e0e0e0}.bounding-box{pointer-events:none}.resize-click-target{fill:none;pointer-events:all}.resize-handle{fill:#fff;stroke:#ffc100;stroke-width:1.5px}.resize-handles.teal .resize-handle{stroke:#00a898}.resize-handles.child-object-bounding-box .resize-handle{stroke:#ffc100}.selection-box{fill:none;stroke:#ffc100;stroke-width:1px}.selection-box.teal{stroke:#00a898}.selection-box.child-object-bounding-box{stroke:#ffc100}.selection-box.section-element-bounding-box{stroke:#00a898;stroke-width:1px;stroke-dasharray:5 2}.container-resize-click-target{fill:"#00a898";pointer-events:all}.container-resize-click-target.transparent{opacity:.2}.group-bounding-box{fill:none;stroke:#ffc100;stroke-width:1px;stroke-dasharray:5 2}.section-drag-button{pointer-events:all;cursor:grab;fill:#00a996}.section-drag-button.light{fill:#00a9961a}.section-drag-button:active{cursor:grabbing}.section-drag-button:hover{fill:#006b5a}.section-switch-button{pointer-events:all;fill:#00a9961a}.section-switch-button:hover{fill:#00a996}.hover-selection-box{fill:none;stroke:#ffc100;stroke-width:1px;pointer-events:none}.hover-selection-box.teal{stroke:#00a898}.hover-selection-box.thick{stroke-width:2px;fill:#ffffff1a}.hover-selection-box.child-object-bounding-box{stroke:#ffc100}.hover-selection-box.possible-parent-bounding-box{fill:none;stroke:#00a898;stroke-width:1px;stroke-dasharray:5 2}.data-bindings-hover .hover-selection-box{stroke:#ffc100}.hover-selection-name{fill:#ffc100;font-size:10px}.label{cursor:default;position:relative}.label-editing .label-text{white-space:pre;color:#0000}.label input{width:100%;font:inherit;color:inherit;background:0 0;border:none;outline:none;min-width:2px;margin:0;padding:0;display:block;position:absolute;top:0;left:0}.image-placeholder-object rect,.image-placeholder-object line{stroke:#ccc;stroke-width:1px}.image-placeholder-object rect{fill:#eee}@font-face{font-family:web-icons-font;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)format("woff2")}.material-icons{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:web-icons-font;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.bounding-boxes .image-upload{pointer-events:all}.image-upload-backdrop{fill:#eee}.image-upload-object image{opacity:.2}.library-component-inner-wrapper{-webkit-font-smoothing:antialiased}.library-component-error{background-color:#fcc;border:1px solid #d00;width:100%;height:100%;padding:4px;display:block}.library-component-missing-license{z-index:100;background-color:#e5222266;border:1px solid #e52222;margin:20px;position:absolute;inset:0}.status-bar{-webkit-font-smoothing:antialiased;flex-direction:row;align-items:center;font-family:BlinkMacSystemFont,-apple-system,sans-serif;font-weight:500;display:flex}.status-bar-element{text-align:center;flex:1}.status-bar-element .status-bar-element-align-left{text-align:left}.status-bar-element .status-bar-element-align-right{text-align:right}.status-bar-icon{background:50% no-repeat;height:20px;display:block}.status-bar-element-align-left .status-bar-icon{background-position:0}.status-bar-element-align-right .status-bar-icon{background-position:100%}.status-bar.status-bar-light{color:#fff}.status-bar-ios-standard{height:20px}.status-bar-ios-notch{height:44px}.status-bar-ios{font-size:12px}.status-bar-ios.status-bar-ios-notch{font-size:15px;font-weight:600}.status-bar-icon-bars-ios{background-image:url(./bars-ios-black-Bu1rcIjF.svg);background-position:7px}.status-bar-light .status-bar-icon-bars-ios{background-image:url(./bars-ios-white-wQUDY8wZ.svg)}.status-bar-icon-bars-iphonex{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='51px'%20height='12px'%20viewBox='0%200%2051%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eiphonex-bars%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='iPhone-8'%20transform='translate(-310.000000,%20-67.000000)'%3e%3cg%20id='UI-Bars-/-Status-Bars-/-Black-Base'%20transform='translate(21.000000,%2062.000000)'%3e%3cg%20id='iphonex-bars'%20transform='translate(289.000000,%205.000000)'%3e%3cg%20id='Battery'%20transform='translate(26.000000,%200.000000)'%3e%3crect%20id='Rectangle'%20stroke='%23000000'%20opacity='0.35'%20x='0.5'%20y='0.833333333'%20width='21'%20height='10.3333333'%20rx='2.66666675'%3e%3c/rect%3e%3cpath%20d='M23,4%20L23,8%20C23.8047311,7.66122348%2024.328038,6.87313328%2024.328038,6%20C24.328038,5.12686672%2023.8047311,4.33877652%2023,4'%20id='Combined-Shape'%20fill='%23000000'%20fill-rule='nonzero'%20opacity='0.4'%3e%3c/path%3e%3crect%20id='Rectangle'%20fill='%23000000'%20fill-rule='nonzero'%20x='2'%20y='2.33333333'%20width='18'%20height='7.33333333'%20rx='1.33333337'%3e%3c/rect%3e%3c/g%3e%3cpath%20d='M1.66666667,7.33333333%20L2.66666667,7.33333333%20C3.21895142,7.33333333%203.66666667,7.78104858%203.66666667,8.33333333%20L3.66666667,10.3333333%20C3.66666667,10.8856181%203.21895142,11.3333333%202.66666667,11.3333333%20L1.66666667,11.3333333%20C1.11438192,11.3333333%200.666666667,10.8856181%200.666666667,10.3333333%20L0.666666667,8.33333333%20C0.666666667,7.78104858%201.11438192,7.33333333%201.66666667,7.33333333%20Z%20M6.33333333,5.33333333%20L7.33333333,5.33333333%20C7.88561808,5.33333333%208.33333333,5.78104858%208.33333333,6.33333333%20L8.33333333,10.3333333%20C8.33333333,10.8856181%207.88561808,11.3333333%207.33333333,11.3333333%20L6.33333333,11.3333333%20C5.78104858,11.3333333%205.33333333,10.8856181%205.33333333,10.3333333%20L5.33333333,6.33333333%20C5.33333333,5.78104858%205.78104858,5.33333333%206.33333333,5.33333333%20Z%20M11,3%20L12,3%20C12.5522847,3%2013,3.44771525%2013,4%20L13,10.3333333%20C13,10.8856181%2012.5522847,11.3333333%2012,11.3333333%20L11,11.3333333%20C10.4477153,11.3333333%2010,10.8856181%2010,10.3333333%20L10,4%20C10,3.44771525%2010.4477153,3%2011,3%20Z%20M15.6666667,0.666666667%20L16.6666667,0.666666667%20C17.2189514,0.666666667%2017.6666667,1.11438192%2017.6666667,1.66666667%20L17.6666667,10.3333333%20C17.6666667,10.8856181%2017.2189514,11.3333333%2016.6666667,11.3333333%20L15.6666667,11.3333333%20C15.1143819,11.3333333%2014.6666667,10.8856181%2014.6666667,10.3333333%20L14.6666667,1.66666667%20C14.6666667,1.11438192%2015.1143819,0.666666667%2015.6666667,0.666666667%20Z'%20id='Mobile-Signal'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:right 21px center}.status-bar-light .status-bar-icon-bars-iphonex{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='51px'%20height='12px'%20viewBox='0%200%2051%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eiphonex-bars-black%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='iphonex-bars-black'%3e%3cg%20id='Battery'%20transform='translate(26.000000,%200.000000)'%3e%3crect%20id='Rectangle'%20stroke='%23FFFFFF'%20opacity='0.35'%20x='0.5'%20y='0.833333333'%20width='21'%20height='10.3333333'%20rx='2.66666675'%3e%3c/rect%3e%3cpath%20d='M23,4%20L23,8%20C23.8047311,7.66122348%2024.328038,6.87313328%2024.328038,6%20C24.328038,5.12686672%2023.8047311,4.33877652%2023,4'%20id='Combined-Shape'%20fill='%23FFFFFF'%20fill-rule='nonzero'%20opacity='0.4'%3e%3c/path%3e%3crect%20id='Rectangle'%20fill='%23FFFFFF'%20fill-rule='nonzero'%20x='2'%20y='2.33333333'%20width='18'%20height='7.33333333'%20rx='1.33333337'%3e%3c/rect%3e%3c/g%3e%3cpath%20d='M1.66666667,7.33333333%20L2.66666667,7.33333333%20C3.21895142,7.33333333%203.66666667,7.78104858%203.66666667,8.33333333%20L3.66666667,10.3333333%20C3.66666667,10.8856181%203.21895142,11.3333333%202.66666667,11.3333333%20L1.66666667,11.3333333%20C1.11438192,11.3333333%200.666666667,10.8856181%200.666666667,10.3333333%20L0.666666667,8.33333333%20C0.666666667,7.78104858%201.11438192,7.33333333%201.66666667,7.33333333%20Z%20M6.33333333,5.33333333%20L7.33333333,5.33333333%20C7.88561808,5.33333333%208.33333333,5.78104858%208.33333333,6.33333333%20L8.33333333,10.3333333%20C8.33333333,10.8856181%207.88561808,11.3333333%207.33333333,11.3333333%20L6.33333333,11.3333333%20C5.78104858,11.3333333%205.33333333,10.8856181%205.33333333,10.3333333%20L5.33333333,6.33333333%20C5.33333333,5.78104858%205.78104858,5.33333333%206.33333333,5.33333333%20Z%20M11,3%20L12,3%20C12.5522847,3%2013,3.44771525%2013,4%20L13,10.3333333%20C13,10.8856181%2012.5522847,11.3333333%2012,11.3333333%20L11,11.3333333%20C10.4477153,11.3333333%2010,10.8856181%2010,10.3333333%20L10,4%20C10,3.44771525%2010.4477153,3%2011,3%20Z%20M15.6666667,0.666666667%20L16.6666667,0.666666667%20C17.2189514,0.666666667%2017.6666667,1.11438192%2017.6666667,1.66666667%20L17.6666667,10.3333333%20C17.6666667,10.8856181%2017.2189514,11.3333333%2016.6666667,11.3333333%20L15.6666667,11.3333333%20C15.1143819,11.3333333%2014.6666667,10.8856181%2014.6666667,10.3333333%20L14.6666667,1.66666667%20C14.6666667,1.11438192%2015.1143819,0.666666667%2015.6666667,0.666666667%20Z'%20id='Mobile-Signal'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.status-bar-icon-battery-ios{background-image:url(./battery-ios-black-Ci3G_JQ-.svg);background-position:right 4px center}.status-bar-light .status-bar-icon-battery-ios{background-image:url(./battery-ios-white-DxCZPY42.svg)}.status-bar-element-time-iphonex{width:54px;padding-left:21px}.status-bar-element-time-iphonex .status-bar-clock{width:54px}.status-bar-android{color:#4a4a4a;font-size:14px}.status-bar-android-standard{height:30px}.status-bar-element-time-android{padding-left:16px}.status-bar-element-time-android .status-bar-clock{width:39px}.status-bar-icon-android-combined{background-image:url(./android-icons-black-BjMyvTNx.svg);background-position:right 16px center}.status-bar-light .status-bar-icon-android-combined{background-image:url(./android-icons-white-DJi2xWVW.svg)}.shape-editor-point{fill:#fff;stroke:#999;stroke-location:outside;stroke-width:1px}.shape-editor-point.selected{stroke-width:2px}.shape-editor-point-wrapper{cursor:default}.shape-editor-point-target{fill:none;stroke:none}.shape-editor-active-line,.shape-editor-line{fill:none;stroke:#999;stroke-width:1px;pointerEvents:none}.image-upload-image{pointer-events:none;opacity:.5}.image-upload-backdrop{pointer-events:all}.add-component-backdrop{fill:none;pointer-events:all}.add-component-outline{stroke:#0006;stroke-width:.5px;fill:none}.empty-state.greedy.editor-empty-canvas{z-index:1;width:auto;margin-left:431px;transition:margin .2s;position:relative}.offline-banner-visible .empty-state.greedy.editor-empty-canvas{margin-top:96px}.editor-empty-canvas>:last-child{margin-bottom:50px}.editor-empty-canvas h1{font-size:24px}.editor-empty-canvas p{font-size:14px}.editor-empty-canvas .add-screen-link{color:#00a898!important}.launch-component-indicator{z-index:10000;position:fixed}.launch-component-sub{cursor:move;color:#00000080;white-space:nowrap;flex-direction:row;align-items:center;height:40px;font-size:10px;display:flex;position:absolute;top:-20px;right:3px}.launch-component-sub .icon{background:#00000080;margin-left:5px}.launch-component-sub:hover,.launch-component-wrapper-dragging .launch-component-sub{color:#00a898}.launch-component-sub:hover .icon,.launch-component-wrapper-dragging .launch-component-sub .icon{background:#00a898}.launch-component-dragging{opacity:.5;pointer-events:none}.launch-component-highlight{position:fixed;box-shadow:0 0 0 4px #00a898}.snap-grid line{fill:none}.snap-grid-debug{pointer-events:all}.snap-grid-debug line{fill:none;stroke:#0f0;opacity:.8}.snap-grid-debug-line-center{fill:#0ff}.link-wrapper .link-arrow{fill:#ddd}.link-wrapper .link-path{fill:none;stroke:#ddd}.canvas{z-index:1;-webkit-user-select:none;user-select:none;width:100%;height:calc(100% - 65px);position:absolute;inset:65px 0 0}.canvas .empty-state h1{margin-bottom:.5em}.canvas-backdrop{position:absolute;inset:0}.canvas-objects{z-index:1;pointer-events:none;transform-origin:0 0;position:fixed;top:0;left:0}.canvas-objects,.canvas-objects text{font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif}.canvas-objects>g{pointer-events:all}.bounding-boxes,.canvas-links{pointer-events:none;z-index:2;position:fixed;top:0;left:0;overflow:visible}.canvas-links{z-index:0}.marquee{z-index:9999;pointer-events:none;background:#c8c8c84d;border:2px solid #ddd;position:fixed}.text-editor-backdrop,.text-editor{z-index:10;transform-origin:0 0;position:fixed;top:0;left:0}.text-editor-sub{position:absolute}.text-editor-backdrop{position:fixed;inset:0}.text-editor textarea{color:#000;font:inherit;resize:none;z-index:1;background:0 0;border:none;outline:none;line-height:1.15em;position:relative}.text-editor-input-backdrop{background:#fff;height:1.15em;position:absolute;top:0;left:0}.page-background{fill:#fff;pointer-events:none}.page-shadow{pointer-events:none;z-index:1;transform-origin:0 0;position:fixed;top:0;left:0}.page-title-wrapper{pointer-events:none;z-index:1;position:fixed}.page-title-wrapper-transparent{opacity:.1}.canvas-loader{justify-content:center;align-items:center;display:flex;position:fixed;inset:0 0 0 431px}.device-icon{cursor:pointer;pointer-events:all;background-color:#9e9e9e;align-items:center;padding:2px 7px;display:flex}.responsive-header-container.medium-chip .device-icon{width:27px}.device-icon:hover{background-color:#757575}.responsive-screen-selector.active-screen .device-icon{background-color:#03a898}.responsive-screen-selector.active-screen .device-icon:hover{background-color:#0c9882}.responsive-screen-header{flex-direction:row;align-items:flex-end;max-width:100%;height:20px;margin-top:-20px;display:flex}.responsive-screen-selector{background-color:#f1f1f1;border-radius:4px;flex-direction:row;margin-bottom:8px;display:flex;overflow:hidden}.responsive-screen-selector.active-screen .responsive-screen-selector{background-color:#e5f6f5}.responsive-header-container.medium-chip .responsive-screen-selector{border-radius:3px;height:21px}.responsive-screen-selector .page-title{width:auto;margin-bottom:0;padding:5px;position:relative}.responsive-header-container.medium-chip .page-title{padding:2px;bottom:auto}.responsive-screen-selector .page-title-text{color:#424242;background-color:#f1f1f1;margin-left:4px;font-size:12px;font-weight:500}.responsive-header-container.medium-chip .page-title-text{font-size:10px}.responsive-screen-selector.active-screen .page-title-text,.responsive-screen-selector.active-screen .page-title{background-color:#e5f6f5}.small-responsive-header.active-screen .page-title-text{color:#00a898;font-weight:600}.small-responsive-header.active-screen .icon{background-color:#00a898}.responsive-header-container.medium-chip .screen-size-option .icon{margin-top:1px}.screen-selector{cursor:pointer;pointer-events:all;flex-grow:1;height:12px}.responsive-header-container .navbar-dropdown-children{width:185px;min-width:185px;margin-top:-1px;margin-left:-1px;padding:7px 0;position:absolute;top:20px;left:0}.responsive-header-container.medium-chip .navbar-dropdown-children{width:162px;min-width:162px}.screen-size-option{pointer-events:all;justify-content:space-between;align-items:center;width:auto;padding:4px 7px 4px 4px;display:flex}.responsive-header-container.medium-chip .screen-size-option{height:32px;padding:0 5px 0 2px}.screen-size-option:hover,.screen-size-option.active:hover{background-color:#f1f1f1}.screen-size-option.active span{color:#03a898}.screen-size-option.active{background-color:#00a89710}.navbar-dropdown-children .screen-size-option span{margin:0 0 0 7px;font-size:13px;font-weight:500}.responsive-header-container.medium-chip .screen-size-option span{align-items:center;margin-left:5px;font-size:12px}.device-information{flex-direction:row;align-items:center;display:flex}.device-name{margin-left:3px}.responsive-header-container.medium-chip .device-name{margin:0}.screen-size-option:hover span{font-weight:600}.page-title{color:#8a8a8a;cursor:pointer;pointer-events:all;white-space:nowrap;flex-direction:row;align-items:center;width:100%;margin-bottom:6px;display:flex;position:absolute;bottom:100%;left:0;overflow:hidden}.page-title-text{letter-spacing:.3px;background:#fff;font-size:10px;line-height:12px;display:inline}.page-title-icons{height:12px;margin-left:4px;display:block}.page-title-icons .icon{background-color:#8a8a8a;margin:-6px -2px}.responsive-screen-selector .icon{background-color:#424242}.device-icon .icon{background-color:#fff;align-self:center}.screen-size-option.active .icon{background-color:#03a898}.page-title.component-page-title{color:#8c1fe6}.page-title.component-page-title .icon{background-color:#8c1fe6}#panning{cursor:grab;z-index:999999;position:absolute;inset:0}#panning:hover:active{cursor:grabbing}.SelectedObjectSection .ObjectDetails{padding-left:8px}.SelectedObjectSection .ObjectDetails .summary{border:none;margin-left:-8px}.SelectedObjectSection .object-json{width:100%;overflow:auto}.DebugPanel{z-index:2;-webkit-user-select:text;user-select:text;background-color:#f0f8ff;width:360px;height:100%;transition:transform .5s ease-out,background-color .5s;position:absolute;top:0;right:0;transform:translate(360px)}.DebugPanel:hover{transform:translate(356px)}.DebugPanel.expanded{transform:translate(0)}.DebugPanel.active,.DebugPanel.active .Grip{background-color:#faebd7}.DebugPanel .content{width:100%;height:100%;padding:8px 4px;overflow:auto}.DebugPanel .content h2{margin-top:10px;margin-bottom:6px}.DebugPanel .Grip{cursor:pointer;text-align:center;white-space:nowrap;writing-mode:vertical-lr;text-orientation:sideways;background-color:#f0f8ff;padding:6px 4px;font-family:Courier New,Courier,monospace;font-size:12px;font-weight:700;position:absolute;top:30px;right:100%;transform:rotate(180deg)}.empty-state.data-upgrade-prompt{text-align:left;border-style:solid;align-items:flex-start;gap:4px;margin:0 -16px 8px}.empty-state.data-upgrade-prompt p{margin-bottom:7px}.empty-state.data-upgrade-prompt p a,.empty-state.data-upgrade-prompt p a:hover{color:#00a898;box-shadow:none;font-weight:700;text-decoration:none}.empty-state.data-upgrade-prompt p a:hover{color:#007b69}.empty-state.data-upgrade-prompt p a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #007b69}.empty-state.data-upgrade-prompt span{color:initial}.empty-state.data-upgrade-prompt .prompt-header{align-items:center;gap:8px;display:flex}.empty-state.data-upgrade-prompt .prompt-header h2{margin-bottom:4px;font-size:14px}.empty-state.data-upgrade-prompt .prompt-header span{font-size:18px}.empty-state.data-upgrade-prompt.new-trial.before p{color:#9e9e9e}.empty-state.data-upgrade-prompt.new-trial.during p,.empty-state.data-upgrade-prompt.new-trial.after p{color:#616161}.empty-state.data-upgrade-prompt.new-trial.customFonts-during-free-trial-prompt{background:#a820581a;border-style:none}.empty-state.data-upgrade-prompt.new-trial.customFonts-after-free-trial-prompt{background:#a820581a;border:none;margin-top:14px}.empty-state.data-upgrade-prompt.new-trial.externalCollection-during-free-trial-prompt{background:#ef4c301a;border-style:none}.empty-state.data-upgrade-prompt.new-trial.externalCollection-after-free-trial-prompt{background:#ef4c301a;border:none;margin-top:14px}.empty-state.data-upgrade-prompt.new-trial.externalCollection-upgrade-free-trial-prompt,.empty-state.data-upgrade-prompt.new-trial.externalDatabase-upgrade-free-trial-prompt{margin-top:14px}.empty-state.data-upgrade-prompt.new-trial.api-before-free-trial-prompt{margin-top:-3px}.empty-state.data-upgrade-prompt.new-trial.api-during-free-trial-prompt{background:#43437a1a;border:none}.empty-state.data-upgrade-prompt.new-trial.api-after-free-trial-prompt{background:#43437a1a;border:none;margin-top:-3px}.empty-state.data-upgrade-prompt.new-trial.api-during-free-trial-prompt.free-trial-with-api-key{margin-top:0}.empty-state.data-upgrade-prompt.new-trial.geolocation-during-free-trial-prompt{background:#fceeeb;border:none}.empty-state.data-upgrade-prompt.new-trial.geolocation-after-free-trial-prompt{background:#fceeeb;border:none;margin-top:3px}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt,.empty-state.data-upgrade-prompt.new-trial.customActions-during-free-trial-prompt,.empty-state.data-upgrade-prompt.new-trial.customActions-after-free-trial-prompt{background:#fff;border:none}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt>h2,.empty-state.data-upgrade-prompt.new-trial.customActions-during-free-trial-prompt>h2,.empty-state.data-upgrade-prompt.new-trial.customActions-after-free-trial-prompt>h2{font-size:14px}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt>p,.empty-state.data-upgrade-prompt.new-trial.customActions-during-free-trial-prompt>p,.empty-state.data-upgrade-prompt.new-trial.customActions-after-free-trial-prompt>p{color:#555;font-size:12px}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt>button,.empty-state.data-upgrade-prompt.new-trial.customActions-during-free-trial-prompt>button,.empty-state.data-upgrade-prompt.new-trial.customActions-after-free-trial-prompt>button{font-size:12px}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt{border:1px solid #eee}.empty-state.data-upgrade-prompt.new-trial.customActions-before-free-trial-prompt>p{color:#9e9e9e}.empty-state.data-upgrade-prompt.new-trial.designVersions-during-free-trial-prompt,.empty-state.data-upgrade-prompt.new-trial.designVersions-after-free-trial-prompt{background:#00a8981a;border:none;margin-top:14px}.prompt-integration-logos{flex-direction:row;gap:6px;width:100%;margin-top:6px;margin-bottom:14px;display:flex}.prompt-integration-logos .prompt-integration-logo-box{aspect-ratio:1;background:#f5f5f5;border:1px solid #dedede;border-radius:4px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;display:flex}.prompt-integration-logos .prompt-integration-logo-box img{object-fit:contain;max-width:60%;max-height:60%}.prompt-integration-logos .prompt-integration-logo-more{aspect-ratio:auto;color:#616161;white-space:nowrap;flex:1.6 1 0;padding:0 10px;font-size:12px}.prompt-button-container{flex-direction:row;justify-content:space-between;width:100%;display:flex}.prompt-button-container .btn.btn-small:not(:only-child){padding:0 20px}.xano-upsell-card{align-items:left;text-align:left;background-color:#fceeeb;border-radius:8px;flex-direction:column;justify-content:left;min-height:60px;margin:0 -16px 8px;padding:12px 15px 15px;display:flex}.xano-upsell-card h2.upsell-title{text-align:left;background:url(./xano-icon-D9F4H62O.svg) 0 no-repeat;width:100%;height:20px;margin:0 0 8px;padding:2px 0 0 26px}.xano-upsell-card a.upsell-link{text-align:center;text-transform:uppercase;color:#e26b54;border:1px solid #e26b54;border-radius:16px;width:136px;height:32px;margin:12px 0 0;padding:8px 16px;font-size:12px;font-weight:700;text-decoration:none;display:block}.prerequisite-alert__indicator{border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:6px 12px;font-size:12px;display:flex}.prerequisite-alert__icon{color:#aaa;font-size:18px}.prerequisite-alert--data .prerequisite-alert__indicator{background-color:#fff}.prerequisite-alert--data .prerequisite-alert__indicator--valid{color:#aaa}.prerequisite-alert--data .prerequisite-alert__indicator--invalid{color:#d3d3d3}.prerequisite-alert--component{margin-bottom:30px}.prerequisite-alert--component .prerequisite-alert__indicator{background-color:#f1f1f1;margin-left:-16px;margin-right:-16px}.prerequisite-alert--component .prerequisite-alert__indicator--valid{color:#333}.prerequisite-alert--component .prerequisite-alert__indicator--invalid{color:#aaa}.prerequisite-alert--component .help-link{margin:0 -16px}.form-selector{flex-direction:column;display:flex}.form-selector>*{margin-bottom:16px}.form-selector>:last-child{margin-bottom:0}.form-selector>.form-selector-selector{border:1px solid #eee;border-radius:6px;padding:16px;position:relative}.form-selector>.form-selector-selector.selected,.form-selector>.form-selector-selector:hover{cursor:pointer;background-color:#f5f5f5;border-color:#757575}.form-selector>.form-selector-selector.selected:after,.form-selector>.form-selector-selector:hover:after{content:"";mask-type:alpha;background-color:#000;width:24px;height:24px;display:inline-block;position:absolute;top:8px;right:8px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.form-selector>.form-selector-selector:last-child{margin-bottom:0}.form-selector>.form-selector-selector .form-selector-radio{display:none}.app-data-panel{flex-direction:column;margin-bottom:20px;display:flex}.app-data-panel .left-panel-title{color:#ef4c30;flex-direction:row;justify-content:flex-start;align-items:center;margin:0 -16px 0 0;display:flex}.app-data-panel .left-panel-title .icon{background-color:#ef4c30}.app-data-panel .left-panel-title .title{flex:1}.app-data-panel .left-panel-section-title{margin-bottom:8px;font-size:12px;font-weight:400}.app-data-panel>button.btn{color:#ef4c30;background-color:#0000;border-radius:0;justify-content:flex-start;width:calc(100% + 64px);height:auto;margin:0 -32px;padding:16px 32px;font-size:14px}.app-data-panel>button.btn:hover{background-color:#ef4c301a}.app-data-panel>button.btn .icon{background-color:#ef4c30;margin-right:8px}.app-data-panel .data-panel-accordion{margin:0 -32px}.app-data-panel .data-panel-accordion.accordion-expanded{box-shadow:inset 0 1px #eee,inset 0 -1px #eee}.app-data-panel .data-panel-accordion.accordion-expanded>.accordion-title{color:#ef4c30}.app-data-panel .data-panel-accordion.accordion-expanded>.accordion-title>.icon{background-color:#ef4c30}.app-data-panel .data-panel-accordion.accordion-expanded>.accordion-title>button.btn{color:#ef4c30;border:1px solid #ef4c30}.app-data-panel .data-panel-accordion.accordion-expanded>.accordion-title>button.btn:hover{color:#fff;background-color:#ef4c30}.app-data-panel .data-panel-accordion .accordion-title{flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.app-data-panel .data-panel-accordion .accordion-title>*{margin-right:8px}.app-data-panel .data-panel-accordion .accordion-title>:last-child{margin-right:0}.app-data-panel .data-panel-accordion .accordion-title:hover{background-color:#f5f5f5}.app-data-panel .data-panel-accordion .accordion-title .icon.icon-expand,.app-data-panel .data-panel-accordion .accordion-title .icon.icon-expand-vertical{width:8px;height:8px;-webkit-mask-size:contain;mask-size:contain}.app-data-panel .data-panel-accordion .accordion-title span.title{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:500;overflow:hidden}.app-data-panel .data-panel-accordion .accordion-title button.btn{color:#757575;text-transform:capitalize;letter-spacing:0;background-color:#0000;height:auto;padding:8px 16px}.app-data-panel .data-panel-accordion .accordion-title button.btn:hover{background-color:#e0e0e0}.app-data-panel .data-panel-accordion .accordion-children-wrapper{padding:16px}.app-data-panel .data-panel-accordion .accordion-children-wrapper>*{margin-bottom:8px}.app-data-panel .data-panel-accordion .accordion-children-wrapper>:last-child{margin-bottom:0}.app-data-panel .data-panel-accordion .accordion-children-wrapper>* .library-inspect-menu-control:first-child{margin-top:0}.app-data-panel .data-add-collection,.app-data-panel .data-edit-collection{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:16px}.app-data-panel .data-add-collection .wrapped-input,.app-data-panel .data-edit-collection .wrapped-input{margin:0 0 16px}.app-data-panel .data-add-collection .wrapped-input .wrapped-input-inner-wrapper,.app-data-panel .data-edit-collection .wrapped-input .wrapped-input-inner-wrapper{background-color:#f5f5f5;border:none;padding:0 16px}.app-data-panel .data-add-collection .wrapped-input .wrapped-input-inner-wrapper input,.app-data-panel .data-edit-collection .wrapped-input .wrapped-input-inner-wrapper input{font-size:14px}.app-data-panel .data-add-collection.form-inspect-field-wrapper,.app-data-panel .data-edit-collection.form-inspect-field-wrapper,.app-data-panel .data-edit-collection-property.form-inspect-field-wrapper{padding:0}.app-data-panel .data-add-collection.form-inspect-field-wrapper .disabled-alert,.app-data-panel .data-edit-collection.form-inspect-field-wrapper .disabled-alert,.app-data-panel .data-edit-collection-property.form-inspect-field-wrapper .disabled-alert{color:#616161;font-weight:500}.app-data-panel .data-add-collection.form-inspect-field-wrapper .disabled-alert span,.app-data-panel .data-edit-collection.form-inspect-field-wrapper .disabled-alert span,.app-data-panel .data-edit-collection-property.form-inspect-field-wrapper .disabled-alert span{color:#ef4c30;cursor:pointer;text-transform:uppercase;padding:0 2px}.app-data-panel .data-add-collection.form-inspect-field-wrapper .disabled-alert span:hover,.app-data-panel .data-edit-collection.form-inspect-field-wrapper .disabled-alert span:hover,.app-data-panel .data-edit-collection-property.form-inspect-field-wrapper .disabled-alert span:hover{background:#de583d26;border-radius:2px}.app-data-panel .data-add-collection .actions,.app-data-panel .data-edit-collection .actions,.app-data-panel .data-edit-collection-property .actions{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.app-data-panel .data-add-collection .actions button,.app-data-panel .data-edit-collection .actions button,.app-data-panel .data-edit-collection-property .actions button{border-radius:6px;width:auto;height:32px;margin-right:8px;font-size:12px}.app-data-panel .data-add-collection .actions button:last-of-type,.app-data-panel .data-edit-collection .actions button:last-of-type,.app-data-panel .data-edit-collection-property .actions button:last-of-type{margin-right:0}.app-data-panel .data-add-collection .library-inspect-menu-control .multi-select-menu-selection,.app-data-panel .data-edit-collection .library-inspect-menu-control .multi-select-menu-selection,.app-data-panel .data-edit-collection-property .library-inspect-menu-control .multi-select-menu-selection{box-shadow:none}.app-data-panel .data-add-collection{margin:0 -32px}.app-data-panel .data-edit-collection{margin:-10px -16px 0;padding:16px}.app-data-panel .magic-start-call-to-action{border:1px solid #333;border-radius:6px;flex-direction:column;place-self:flex-end;gap:10px;margin:2rem -1rem 0;padding:16px 22px;display:flex}.app-data-panel .magic-start-call-to-action h3{color:#424242;margin:0;font-size:17px;font-weight:600}.app-data-panel .magic-start-call-to-action p{color:#8c8c8c;margin-bottom:5px;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.app-data-panel .magic-start-call-to-action>span{align-self:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:600;line-height:14px;display:flex}@keyframes buildBridgePillars{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes buildBridgeDeck{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes buildBridgeArch{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.app-data-panel .add-to-database__accordion{position:relative}.app-data-panel .add-to-database__accordion .accordion-children{z-index:1;width:100%;margin-top:10px;padding:0;position:absolute}.app-data-panel .add-to-database__accordion__children{background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;flex:1;gap:14px;padding:14px;display:flex;box-shadow:0 1px 3px #0003}.app-data-panel .add-to-database__accordion__children>div{cursor:pointer;color:#757575;background-color:#f8f8f8;border-radius:6px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:36px 12px;font-size:14px;font-weight:500;display:flex;position:relative}.app-data-panel .add-to-database__accordion__children>div>.beta-label{color:#757575;background-color:#e7e7e7;margin:0;padding:4px 7px;font-size:10px;font-weight:700;line-height:11px;position:absolute;top:6px;right:6px}.app-data-panel .add-to-database__accordion__children>div .bridge-icon-option{width:50px;height:50px}.app-data-panel .add-to-database__accordion__children>div .bridge-icon-option path{transition:fill .2s}.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:first-child,.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(2),.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(4),.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(5),.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(6),.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(7){transform-origin:bottom;animation:.5s ease-out .2s forwards buildBridgePillars;transform:scaleY(0)}.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(3){transform-origin:0;animation:.6s ease-out .6s forwards buildBridgeDeck;transform:scaleX(0)}.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(8){opacity:0;animation:.5s ease-out 1.1s forwards buildBridgeArch;transform:scale(.8)}.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(9),.app-data-panel .add-to-database__accordion__children>div.sheetbridge-collection-option .bridge-icon-option path:nth-child(10){transform-origin:bottom;animation:.4s ease-out 1.5s forwards buildBridgePillars;transform:scaleY(0)}.app-data-panel .add-to-database__accordion__children>div:hover{color:#e0432f;background-color:#e0432f1a}.app-data-panel .add-to-database__accordion__children>div:hover .icon{background-color:#e0432f}.app-data-panel .add-to-database__accordion__children>div:hover.sheetbridge-collection-option{color:#14b8a6;background-color:#f0fdfa}.app-data-panel .add-to-database__accordion__children>div:hover.sheetbridge-collection-option .bridge-icon-option path{fill:#14b8a6}.app-data-panel .add-to-database__accordion__children>div:hover.magic-add{color:#fff;background:linear-gradient(#ef4c30 0%,#a82058 100%)}.app-data-panel .add-to-database__accordion__children>div:hover.magic-add .icon{background-color:#fff}.app-data-panel .add-to-database__accordion__children>div:hover.magic-add>.beta-label{color:#fff;background:#ebebeb4d}.collections-menu-option,.versions-menu{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.collections-menu-option .icon,.versions-menu .icon{margin-right:8px}.multi-menu-icon-text{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.multi-menu-icon-text .icon{margin-right:8px}.data-accordion-item{z-index:2147483647;border-radius:6px;margin-bottom:8px;display:block;overflow:hidden}.data-accordion-item .accordion{background-color:#f5f5f5;transition:all .2s}.data-accordion-item .accordion .accordion-title{flex-direction:row;padding:10px 16px;font-size:14px;display:flex}.data-accordion-item .accordion .accordion-title *{margin-right:8px}.data-accordion-item .accordion .accordion-title :last-child{margin-right:0}.data-accordion-item .accordion .accordion-title .title{flex:1}.data-accordion-item .accordion .accordion-title .icon-button-wrapper{margin:-8px 0}.data-accordion-item .accordion .data-accordion-subtitle{opacity:.6;font-size:11px}.data-accordion-item .accordion .data-accordion-title-text{flex:1}.data-accordion-item .accordion .accordion-children{padding:16px}.data-accordion-item .accordion .accordion-children form>*{margin:0 0 16px}.data-accordion-item .accordion .accordion-children form>:last-child{margin:0}.data-accordion-item .accordion .accordion-children .actions{flex-flow:row;justify-content:flex-end;display:flex}.data-accordion-item .accordion .accordion-children .actions button{border-radius:6px;height:32px;margin-bottom:0;margin-right:8px;font-size:12px}.data-accordion-item .accordion .accordion-children .actions button:last-child{margin-right:0}.data-accordion-item .accordion.accordion-expanded{background:0 0}.data-accordion-item .accordion.accordion-expanded .accordion-title{color:#fff;background-color:#ef4c30}.data-accordion-item .accordion.accordion-expanded .accordion-title .icon{background-color:#fff}.data-accordion-item .accordion.accordion-expanded .accordion-children{background-color:#ef4c301a}body>.data-accordion-item{box-shadow:0 20px 40px -10px #0003}.add-collection-wrapper{margin:0 -32px 40px}.add-collection-wrapper .btn-list-add{border-radius:0;height:50px;padding:0 32px}.help-outline-icon{color:gray;position:relative}.help-outline-icon:hover{color:#000;cursor:pointer}.external-collections-section{margin-bottom:40px}.data-collections-section-title{color:#777;margin:20px 0 12px}.data-collections-section-title .help-outline-icon{position:relative;top:7px;left:160px}.collections-header{justify-content:space-between;align-items:center;margin:20px 0 12px;display:flex}.collections-header .data-collections-section-title{flex:1;margin:0}.collections-header .btn{height:28px;padding:0 12px}.collections-header .btn.btn-text{color:#00a898}.collections-header .btn.btn-text:hover{background-color:#00a8981a}.collections-header .btn .icon{background-color:#00a898}.empty-state.data-api-collection-empty-state{margin:0 -16px 8px}.empty-state.data-api-collection-empty-state h2{background:url(./external-api-icon-banner-eJ0M6jIy.svg) top no-repeat;margin-top:5px;padding-top:38px}.empty-state.data-api-collection-empty-state a.upsell-link{color:#ef4c30;margin-left:5px;font-weight:600;text-decoration:none;box-shadow:0 0}.empty-state.data-collection-empty-state{margin:0 -16px 8px}.empty-state.data-collection-empty-state h2{color:#757575;margin:0}.empty-state.sheetbridge-empty-state{text-align:left;background:#f0fdfa;border:1px solid #ccfbf1;border-radius:8px;align-items:flex-start;margin:0 -16px 8px;padding:12px 15px 15px;position:relative}.empty-state.sheetbridge-empty-state .sheetbridge-logo-header{color:#111827;justify-content:center;align-items:center;margin-bottom:8px;font-size:18px;font-weight:700;display:flex}.empty-state.sheetbridge-empty-state .sheetbridge-logo-header .sheet-text,.empty-state.sheetbridge-empty-state .sheetbridge-logo-header .bridge-text{padding-bottom:3px;line-height:1}.empty-state.sheetbridge-empty-state .sheetbridge-logo-header .sheet-text{margin-right:-2px}.empty-state.sheetbridge-empty-state .sheetbridge-logo-header .bridge-text{margin-left:-2px}.empty-state.sheetbridge-empty-state .sheetbridge-logo-header .bridge-icon{flex-shrink:0;width:32px;height:32px;margin:0 -2px}.empty-state.sheetbridge-empty-state p{color:#777;margin-bottom:10px;font-size:12px;font-weight:400}.empty-state.sheetbridge-empty-state .sheetbridge-try-button{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#14b8a6;padding:0 20px;font-size:11px;font-weight:600}.empty-state.sheetbridge-empty-state .sheetbridge-try-button:hover{background-color:#0d9488}.edit-collection-relationship-field{-webkit-user-select:none;user-select:none;box-shadow:none;opacity:.5;background:#fff;border-radius:6px;padding:8px 16px 16px}.edit-collection-relationship-field .relationship-header{color:#8a8a8a;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.edit-collection-relationship-field .relationship-description{letter-spacing:0;text-align:left;flex-direction:column;font-family:Work Sans;font-size:14px;font-weight:400;line-height:16px;display:flex}.edit-collection-relationship-field .relationship-description *{margin-bottom:4px}.relationship-graphic-background{background:#fff;border-radius:6px;margin:24px;padding:8px}.app-settings-users-list{margin:0}.app-settings-user-item{border:1px solid #eaeaea;border-radius:9px;flex-direction:row;align-items:center;gap:14px;margin:10px -16px;padding:12px 16px;display:flex}.app-settings-user-item:hover{background:#fafafa}.app-settings-user-details{flex:1;overflow:hidden}.app-settings-user-name-select{color:#333;font-size:14px;font-weight:500}.app-settings-user-email-select{color:#8a8a8a;margin-top:2px;font-size:14px;font-weight:400}.app-settings-user-item-select{flex-direction:row;align-items:center;height:54px;margin:0 -10px;padding:5px 10px;display:flex}.app-settings-user-item-select-invite{flex-direction:row;align-items:center;height:54px;display:flex}.app-settings-user-details-select{flex:1}.app-settings-user-name{color:#333;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:14px;font-weight:500;overflow:hidden}.app-settings-user-email{color:#8a8a8a;margin-top:2px;font-size:14px;font-weight:400}.app-settings-user-owner .icon{background-color:#757575}.app-settings-user-email,.app-settings-user-email>*{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.app-settings-add-user-input{flex:1;width:300px;height:54px}.app-settings-add-user-input .multi-select-menu-selection{background-color:#fff;flex-direction:row;align-items:center;height:54px;margin:10px;padding-left:16px;font-weight:400;display:flex}.app-settings-add-user-input .multi-select-menu{height:54px;margin:10px -16px}.app-settings-add-user-input .multi-select-menu-selection{margin:0;padding-right:40px;line-height:54px;box-shadow:inset 0 0 0 1px #eaeaea}.app-settings-add-user-input .multi-select-menu-value{color:#333;font-size:14px;font-weight:500}.app-settings-add-user-input .multi-select-menu-expand-icon:before{visibility:hidden}.app-settings-user-action{margin-right:10px}.app-settings-api-key{flex-direction:column;align-items:center;margin:3px -14px 5px;padding:10px 16px 0;display:flex;position:relative}.app-settings-api-key .header{flex-direction:row;width:100%;margin:0;padding:10px 0 0}.app-settings-api-key .header .title{text-align:left;width:50%;padding:0}.app-settings-api-key .header .help{text-align:right;padding:0;display:block}.app-settings-api-buttons{width:100%;margin:0 0 20px;display:flex}.app-settings-trial,.app-settings-trial>div{margin:0}.btn.api-settings-generate-key{color:#00a898;background:#fff;border:1px solid #00a898}.btn.api-settings-generate-key.during-trial{margin-bottom:40px}.btn.api-settings-generate-key:hover{color:#fff;background:#00a898}.app-settings-api-buttons .btn:focus{background:0 0}.app-settings-api-buttons .delete{text-align:left;color:#d1cec5;justify-content:start;padding:0;font-weight:500}.app-settings-api-buttons .delete a{color:#d1cec5;text-decoration:none}.app-settings-api-buttons .delete:hover{filter:brightness(.9);background-color:#0000}.app-settings-api-buttons .regenerate{text-align:right;color:#00a898;padding:0;font-weight:500;display:block}.app-settings-api-buttons .regenerate a{color:#00a898;text-decoration:none}.app-settings-api-buttons .regenerate:hover{filter:brightness(.9);background-color:#0000}.app-settings-api-token{border:1px solid #eaeaea;border-radius:9px;align-items:center;margin:3px -14px;padding:12px 16px;display:flex}.app-settings-api-token-number{border:none;outline:none;width:92%;font-size:14px}.app-settings-api-token-capital-text{text-transform:uppercase}.app-settings-clone-button-wrapper{flex-direction:row;align-items:center;margin-right:30px;display:flex;position:relative}.app-settings-clone-button{height:40px;font:inherit;color:#fff;text-transform:uppercase;appearance:none;cursor:pointer;letter-spacing:.05em;background:#43437a;border:1px solid #0000;border-radius:50px;outline:none;flex-direction:row;justify-content:center;align-items:center;padding:0 25px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.app-settings-clone-button:hover{background:#36366d}.clone-url{-webkit-user-select:all;user-select:all;cursor:pointer;padding-top:5px;padding-bottom:16px}.clone-url a{color:#000}.app-settings-clone-menu-control{padding-top:10px}.multi-menu-item-label-text{width:100%}.toggle-field{position:relative}.toggle-field label,.toggle-field span{display:block}.toggle-field label{color:#424242;margin-bottom:4px;font-size:12px}.toggle-field span{color:#8a8a8a;margin-top:4px;font-size:10px}.toggle-field.toggle-field-large-help-text span{font-size:12px}.toggle-field.toggle-field-boxed label{color:#8a8a8a;position:absolute;top:10px;left:16px}.toggle-field.toggle-field-boxed span{padding-left:16px}.toggle-field.toggle-field-boxed .toggle-field-content{border:none;height:60px;margin:0;padding:5px 16px}.toggle-field.toggle-field-boxed .toggle-field-content input{background-color:unset;margin-top:14px}.toggle-field .toggle-field-content{background-color:#fff;border:1px solid #eee;border-radius:6px;justify-content:space-between;align-items:stretch;height:54px;margin:0 -16px;padding:12px 15px;display:flex}.toggle-field .toggle-field-content input{color:#000;background:0 0;border:none;outline:none;flex:1;font-size:14px}.toggle-field .toggle-field-content .toggle-button{align-items:center;height:100%;margin-left:auto;display:flex}.toggle-field.toggle-field-disabled input{color:#bdbdbd;font-style:italic}.toggle-field.toggle-field-disabled input:disabled{color:#bdbdbd;-webkit-text-fill-color:#bdbdbd}.toggle-field.toggle-field-boxed.toggle-field-input-hidden label{color:#000;flex-direction:column;justify-content:center;font-size:14px;display:flex;top:0;bottom:0}.toggle-field-label-tooltip{align-items:center;gap:8px;display:flex!important}.toggle-field-label-tooltip span{margin-top:0}.library-inspect .library-inspect-help-text{color:#777;margin-top:6px;font-size:11px}.library-inspect-help-text-header{color:#777;margin-top:-6px;margin-bottom:16px;font-size:11px}.mobile-only-select-menu .multi-select-menu-selection{background:0 0!important;border:1px solid #e9e9e9!important}.mobile-only-shared-layout-settings{margin-bottom:22px!important;padding:0!important}.library-inspect-menu-control-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.library-inspect-menu-control-header p{flex:1;margin:0}.library-inspect-menu-control-header .open-collection-link{color:#00a898;white-space:nowrap;font-size:12px;font-weight:500;text-decoration:none}.library-inspect-menu-control-header .open-collection-link:hover{text-decoration:underline}.password-field__label-container{justify-content:space-between;align-items:center;display:flex}.password-field__label{color:#666}.password-field__input-container{border:1px solid #eaeaea;border-radius:9px;align-items:center;margin:3px -14px;padding:12px 16px;display:flex}.password-field__input-container--error{border-color:#f44}.password-field__input{text-overflow:ellipsis;white-space:nowrap;border:none;outline:none;flex-grow:1;margin-right:5px;font-size:14px;overflow:hidden}.password-field__input:disabled{opacity:.3}.api-keys__container{flex-direction:column;gap:20px;display:flex}.api-keys__container .customActions-during-free-trial-prompt{margin-top:-30px}.api-keys__form.disabled{opacity:.5;pointer-events:none}.api-keys__control{justify-content:space-between;align-items:center;display:flex}.api-keys__control .btn-flat{margin:20px 0 0 -13px}.openai-button-keys__control{margin-bottom:30px}.openai-keys__org-message{margin-top:10px}.app-settings-section:first-of-type{margin-top:0}.app-settings-section{margin-top:32px}.app-settings-section h2{margin:0 0 10px;font-size:20px}.app-settings-section p{margin:10px 0 20px}.app-settings-section>.btn{width:100%}.tooltip-header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.invite-modal-page-content{height:275px}.invite-modal-form h1{color:#333;margin-top:20px;font-size:16px;font-weight:500}.invite-modal-form h2{color:#8a8a8a;margin-top:-10px;font-size:12px;font-weight:400}.invite-modal-form .btn{float:right;margin-top:-10px}.invite-modal-form .wrapped-input label{color:#333;font-size:12px;font-weight:500}.invite-modal-form{gap:34px;height:50px}.link-button-text{margin-left:8px;font-weight:600}.accounts-page form .modal-header h1{line-height:24px}.accounts-page form .modal-content{flex-direction:column;gap:9px;display:flex}.user-invite-form h1 div{flex-direction:row;align-items:center;gap:8px;display:flex}.user-invite-form .modal-content .wrapped-select label{color:#8a8a8a;margin:0 16px 5px}.user-invite-form .modal-content .wrapped-select .multi-select-menu-selection{padding:0 35px 0 16px;font-size:14px;line-height:36px}.mobile-layout-help-text-container{background-color:#f3f3f3;border-radius:8px;margin:0 -16px;padding:16px}.mobile-layout-help-header{flex-direction:row;align-items:center;display:flex}.mobile-layout-help-header>h2{color:#333;margin-bottom:0;margin-left:9px;font-size:14px;font-weight:600}.mobile-layout-help-header>.icon{background-color:#333}.mobile-layout-help-text-container>h3{font-weight:500px;color:#333;margin-top:14px;margin-bottom:5px;font-size:12px}.mobile-layout-help-text-container>p{color:#666;font-size:10px;font-weight:400;line-height:11.73px}.app-layout-settings>button{float:right;margin:16px -16px}.app-layout-settings>.library-inspect-menu-control>.multi-menu-trigger>.multi-menu-trigger-element>.multi-select-menu-selection{box-shadow:none;background-color:#fff;border:1px solid #e0e0e0}.app-layout-settings>.library-inspect-menu-control>.multi-menu-trigger.expanded>.multi-menu-trigger-element>.multi-select-menu-selection{border:1px solid #fff}.help-doc{color:#666;font-size:10px;font-weight:700}.settings-cta__toast{color:#fff;text-wrap:nowrap;background-color:#333;width:590px;margin-bottom:32px;font-family:Work Sans,sans-serif;display:flex;right:17rem}.settings-cta__toast .btn{text-wrap:nowrap}.settings-cta__toast-body>div{align-items:center;gap:2rem;display:flex}.settings-cta__toast-body>div h2{font-size:16px;font-weight:600px;text-wrap:wrap;max-width:100%;margin-bottom:4px}.settings-cta__toast-body>div p{font-size:13px}.settings-cta__toast .Toastify__close-button{display:none}.settings-cta__wrapper,.settings-cta__collapsed{background:#fff;border-top:1px solid #d8d8d8;width:100%;margin:0 -32px;position:sticky;bottom:0;box-shadow:0 -4px 8px #0000001a}.settings-cta__content{cursor:pointer;background:linear-gradient(#00a99600 0%,#00a99608 100%,#00a99604 100%);flex-direction:column;gap:12px;padding:32px 16px 12px 12px;transition:all .5s;display:flex}.settings-cta__content:hover{background:linear-gradient(#00a99600 0%,#00a9961a 100%,#00a9960d 100%)}.settings-cta__content img{align-self:center}.settings-cta__content__text{flex-direction:column;gap:4px;display:flex}.settings-cta__content__text h2{margin:0;font-size:18px;font-weight:500}.settings-cta__content__text p{color:#757575;margin:0;font-size:12px}.settings-cta__content span{text-transform:uppercase;color:#00a898;align-self:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.settings-cta__new-feature-label{position:absolute;top:12px;left:12px}.settings-cta__close_arrows{position:absolute;top:12px;right:12px}.settings-cta__collapsed{background-image:linear-gradient(#fff 0%,#00a99630 100%);transition:background-image .5s linear}.settings-cta__collapsed:hover{background-image:linear-gradient(#00a99605 0%,#00a99650 100%)}.settings-cta__collapsed .btn.btn-list-add{justify-content:center;align-items:center;height:64px;font-size:14px;display:flex}.settings-cta__collapsed .btn.btn-list-add span{margin-right:8px}.settings-cta__collapsed .btn.btn-list-add:hover:not([disabled]){background-color:#0000}.wrapped-textarea{flex:1;margin:25px 0;padding-bottom:1px;position:relative}.wrapped-textarea .wrapped-textarea-input{flex:1}.wrapped-textarea .wrapped-textarea-input ::-webkit-scrollbar{width:0}.wrapped-textarea .wrapped-textarea-input label,.wrapped-textarea .wrapped-textarea-input textarea{text-align:left;color:#8a8a8a;width:100%;display:block}.wrapped-textarea .wrapped-textarea-input textarea{font:inherit;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;height:auto;min-height:50px;padding:0;font-size:14px;transition:all .2s;overflow:auto}.wrapped-textarea label{margin:0 16px 5px;font-size:12px}.wrapped-textarea.wrapped-textarea-lg textarea{font-size:16px;line-height:54px}.wrapped-textarea textarea::placeholder{color:#b1b8cb}.wrapped-textarea-error-message{color:#f44;margin:5px 16px 0;font-weight:500}.wrapped-textarea-inner-wrapper{border:1px solid #e0e0e0;border-radius:9px;flex-direction:row;align-items:center;padding:16px;display:flex}.wrapped-textarea-focussed .wrapped-textarea-inner-wrapper,.wrapped-textarea-error .wrapped-textarea-inner-wrapper{border-color:#ccc}.wrapped-textarea.wrapped-textarea-error .wrapped-textarea-inner-wrapper{border-color:#f44!important}.wrapped-textarea-textarea{flex:1}.wrapped-textarea-prefix,.wrapped-textarea-suffix{color:#8a8a8a;line-height:44px}.wrapped-textarea-prefix{padding-right:2px}.wrapped-textarea-suffix{padding-left:2px}.magic-form-input__wrapper{border:1px solid #333;border-radius:4px;flex-direction:column;align-items:center;display:flex;overflow:hidden}.magic-form-input__wrapper.error{border:1px solid #ef4c30}.magic-form-input__field{resize:none;border:none;outline:none;width:100%;min-height:80px;padding:16px;font-family:Work Sans;font-size:13px}.magic-form-input__field::placeholder{color:#9e9e9e}.magic-form-input__field:disabled{min-height:unset}.magic-form-input__footer{border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;padding:8px;display:flex;position:relative}.magic-form-input__footer span{align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.magic-form-input__footer .btn.btn-small{padding:0 16px;font-size:12px;font-weight:700}.magic-add .suggested-collections-section{margin-top:2rem}.magic-start .suggested-collections-section{margin-top:1rem}.magic-add .suggested-collections-section,.magic-start .suggested-collections-section{flex-direction:column;align-items:center;gap:1rem;display:flex}.magic-add .suggested-collections-section>*,.magic-start .suggested-collections-section>*{width:100%}.magic-add .suggested-collections-section-title,.magic-start .suggested-collections-section-title{color:#424242;justify-content:space-between;align-items:center;display:flex}.magic-add .suggested-collections-section .suggested-collection-wrapper>.accordion,.magic-start .suggested-collections-section .suggested-collection-wrapper>.accordion{background-color:#f9f9f9;border:1px solid #0000;border-radius:4px;flex-direction:column;padding:13px;transition:border-color .3s;display:flex}.magic-add .suggested-collections-section .suggested-collection-wrapper>.accordion-expanded,.magic-start .suggested-collections-section .suggested-collection-wrapper>.accordion-expanded{background-color:#fff;border:1px solid #ebebeb}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children{padding:24px 0 8px 24px}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .accordion-title,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .accordion-title{transition:all .2s}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .data-accordion-item .accordion-children,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .data-accordion-item .accordion-children{padding:16px}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .data-accordion-item .tooltip-trigger,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .data-accordion-item .tooltip-trigger{width:100%}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container{flex-direction:column;align-items:center;display:flex;overflow:hidden}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container button,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container button{cursor:pointer;align-items:center;gap:8px;font-size:10px;font-weight:500;display:flex}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container button .icon,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-children .back-button-container button .icon{width:10px;height:10px}.magic-add .suggested-collections-section .suggested-collection-wrapper .accordion-title-icon,.magic-start .suggested-collections-section .suggested-collection-wrapper .accordion-title-icon{margin-left:auto}.magic-add .suggested-collections-section .suggested-collection-wrapper.last,.magic-start .suggested-collections-section .suggested-collection-wrapper.last{margin-bottom:1rem}.magic-add .suggested-collections-section .suggested-collection-name,.magic-start .suggested-collections-section .suggested-collection-name{font-size:14px;font-weight:500}.magic-add .suggested-collections-section .suggested-collection-description,.magic-start .suggested-collections-section .suggested-collection-description{color:#8a8a8a;margin-top:12px;padding:0 24px}.magic-add .suggested-collections-section .suggested-collection-fields,.magic-start .suggested-collections-section .suggested-collection-fields{color:#424242;flex-direction:column;gap:.5rem;font-weight:500;display:flex}.magic-add .suggested-collections-section .suggested-collection-field,.magic-start .suggested-collections-section .suggested-collection-field{background-color:#fff;border:1px solid #e3e3e3;border-radius:2px;align-items:center;gap:12px;padding:4px 10px;display:flex}.magic-add .suggested-collections-section .magic-start-generate-again,.magic-start .suggested-collections-section .magic-start-generate-again{flex-direction:column;align-items:center;gap:10px;display:flex}.magic-add .suggested-collections-section .magic-start-generate-again-button,.magic-start .suggested-collections-section .magic-start-generate-again-button{color:#9e9e9e;cursor:pointer;justify-content:center;align-items:center;gap:8px;transition:all .2s;display:flex}.magic-add .suggested-collections-section .magic-start-generate-again-button span,.magic-start .suggested-collections-section .magic-start-generate-again-button span{text-transform:uppercase;font-size:14px;font-weight:500}.magic-add .suggested-collections-section .magic-start-generate-again-button .icon,.magic-start .suggested-collections-section .magic-start-generate-again-button .icon{background-color:#9e9e9e}.magic-add .suggested-collections-section .magic-start-generate-again-text,.magic-start .suggested-collections-section .magic-start-generate-again-text{color:#a4a4a4;font-size:11px}.magic-add .suggested-collections-section .btn,.magic-start .suggested-collections-section .btn{width:fit-content}.data-accordion-item-without-paddings .accordion-children,.data-accordion-item-without-paddings .accordion-children-wrapper{padding:0!important}.data-accordion-item-without-paddings .accordion-children-wrapper .accordion-children{padding:16px!important}.db-assistant-panel{padding-bottom:1rem}.db-assistant-panel .right-panel-back{color:#ef4c30}.db-assistant-panel .right-panel-back:hover{background-color:#ef4c3033}.db-assistant-panel .right-panel-back .icon{background-color:#ef4c30}.db-assistant-panel .left-panel-title{padding-top:24px}.db-assistant-panel .left-panel-title .title{color:#424242;flex:1}.db-assistant-panel .left-panel-title .icon{background-color:#424242}.db-assistant-panel .left-panel-section-title{margin-bottom:8px;font-size:12px;font-weight:400}.db-assistant-error{grid-gap:1rem;flex-direction:column;gap:1rem;margin-top:-8px;display:flex}.db-assistant-error span{color:#ef4c30;padding:0 16px;font-weight:bolder}.magic-start .magic-database-setup-title{color:#424242;flex-direction:column;gap:18px;margin-top:20px;display:flex}.magic-start .magic-database-setup-content{flex-direction:column;gap:1rem;display:flex}.magic-start .magic-database-setup-content .schema-error-message{color:#ef4c30;margin-top:-8px;padding:0 16px;font-weight:bolder}.magic-start .magic-database-setup-content .tips-for-prompting{border-radius:6px;flex-direction:column;align-items:center;display:flex;overflow:hidden}.magic-start .magic-database-setup-content .tips-for-prompting.accordion-expanded{background-color:#f4f4f4;border:1px solid #bdbdbd80}.magic-start .magic-database-setup-content .tips-for-prompting.accordion-expanded .accordion-children{border-top:1px solid #bdbdbd80}.magic-start .magic-database-setup-content .tips-for-prompting .accordion-title{color:#424242;text-transform:uppercase;margin-left:-7px;padding:15px 0;font-size:12px;font-weight:500}.magic-start .magic-database-setup-content .tips-for-prompting .accordion-children{background-color:#fff;padding:24px 18px}.magic-start .magic-database-setup-content .tips-for-prompting-content{flex-direction:column;gap:24px;display:flex}.magic-start .magic-database-setup-content .tips-for-prompting-tip{flex-direction:column;gap:5px;display:flex}.magic-start .magic-database-setup-content .tips-for-prompting-tip-title{color:#333;font-size:12px;font-weight:500}.magic-start .magic-database-setup-content .tips-for-prompting-tip-prompt{color:#5f5f5f;-webkit-user-select:text;user-select:text;padding:12px 18px;font-size:12px;font-style:italic;font-weight:400}.magic-start>button.btn{color:#ef4c30;background-color:#0000;border-radius:0;justify-content:flex-start;width:calc(100% + 64px);height:auto;margin:0 -32px;padding:16px 32px;font-size:14px}.magic-start>button.btn:hover{background-color:#ef4c301a}.magic-start>button.btn .icon{background-color:#ef4c30;margin-right:8px}.magic-start-setup-complete{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%;display:flex}.magic-start-setup-complete h2{color:#424242;font-size:18px;font-weight:600}.magic-add .magic-add-setup-title{color:#424242;flex-direction:column;gap:18px;margin-top:20px;display:flex}.magic-add .magic-add-setup-title.feature-description{color:#333}.magic-add .magic-add-setup-title.feature-description>h2{margin-bottom:0;font-size:18px;font-weight:600}.magic-add .magic-add-setup-title.feature-description ul{flex-direction:column;gap:12px;padding-left:12px;display:flex}.magic-add .magic-add-setup__content{flex-direction:column;gap:1rem;display:flex}.magic-add .magic-add-setup__content .schema-error-message{color:#ef4c30;margin-top:-8px;padding:0 16px;font-weight:bolder}.magic-add .magic-add-setup__content__feature-list{flex-direction:column;gap:.5rem;display:flex}.magic-add .magic-add-setup__content__feature-list__item{color:#424242;border-radius:6px;padding:1px;font-size:.875rem;font-weight:500}.magic-add .magic-add-setup__content__feature-list__item:hover{background:linear-gradient(#ef4c30 0%,#a82058 100%);padding:2px}.magic-add .magic-add-setup__content__feature-list__item:hover>div{border:none;border-radius:4px}.magic-add .magic-add-setup__content__feature-list__item:hover>div .icon{background:linear-gradient(#ef4c30 0%,#a82058 100%)}.magic-add .magic-add-setup__content__feature-list__item__description{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;flex:1;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.magic-add .magic-add-setup__content__feature-list__item__description.--alternative{color:#757575;border-color:#e8e8e8}.magic-add .magic-add-setup>button.btn{color:#ef4c30;background-color:#0000;border-radius:0;justify-content:flex-start;width:calc(100% + 64px);height:auto;margin:0 -32px;padding:16px 32px;font-size:14px}.magic-add .magic-add-setup>button.btn:hover{background-color:#ef4c301a}.magic-add .magic-add-setup>button.btn .icon{background-color:#ef4c30;margin-right:8px}.magic-add .magic-add-setup__feature-prompting{flex-direction:column;gap:1rem;display:flex}.magic-add .magic-add-setup__feature-prompting__back-button-container{flex-direction:column;align-items:center;display:flex;overflow:hidden}.magic-add .magic-add-setup__feature-prompting__back-button-container button{cursor:pointer;align-items:center;gap:8px;font-size:10px;font-weight:500;display:flex}.magic-add .magic-add-setup__feature-prompting__back-button-container button .icon{width:10px;height:10px}.components-accordion:last-of-type{margin-bottom:15px}.components-accordion-title{color:#424242;justify-content:stretch;align-items:center;height:50px;padding:0 16px;font-size:15px;transition:background .2s;display:flex}.components-accordion-title-inner{flex:1;padding-left:8px}.components-accordion-title .components-count{border:1px solid #e0e0e0;border-radius:31px;justify-content:center;align-items:center;width:31px;height:31px;padding:0;display:flex}.components-accordion-title:hover{background-color:#00000008}.components-accordion-expanded .components-accordion-title{color:#00a898}.components-accordion-expanded .components-accordion-title .components-count{border:1px solid #00a898}.components-accordion-expanded .components-accordion-title .icon{background-color:#00a898}.components-accordion-expanded .components-accordion-children{border-bottom:1px solid #f5f5f5}.components-accordion-children{flex-flow:wrap;display:flex}.components-accordion-children>:nth-last-child(-n+2) .editor-add-component-item{margin-bottom:8px}.components-accordion-children.screen-templates{grid-template-columns:1fr 1fr 1fr 1fr;column-gap:16px;display:grid}.components-accordion .marketplace-cta-wrapper{text-align:center;border:1px dashed #e0e0e0;border-radius:6px;flex-direction:column;place-content:center;gap:8px;width:100%;padding:16px 32px;display:grid}.components-accordion .marketplace-cta-wrapper .marketplace-cta-content{gap:16px;display:grid}.components-accordion .marketplace-cta-wrapper .marketplace-cta-content a{justify-self:center}.components-accordion .marketplace-cta-wrapper h2{margin-bottom:0;font-size:16px}.tooltip-trigger{display:inline-block;position:relative}.tooltip-trigger.icon-styles .icon{background:#8a8a8a;transition:background .2s ease-in-out}.tooltip-trigger.icon-styles .icon:hover{background:#424242}.tooltip-container,.trial-tooltip-container{color:#fff;white-space:pre-wrap;word-wrap:break-word;z-index:999999;background-color:#333;border-radius:6px;flex-direction:column;max-width:300px;padding:14px 16px;font-family:inherit;font-size:12px;line-height:20px;display:flex}.tooltip-container-small{padding:8px 12px}.tooltip-container a,.trial-tooltip-container a,.tooltip-container code,.trial-tooltip-container code{color:#fff}.tooltip-link-container{flex-direction:row;align-items:center;margin-top:8px;display:flex}.tooltip-link-container .icon{margin-right:4px}.tooltip-link-container a{color:#ffc00e}.trial-tooltip-container{max-width:460px;padding:40px}.trial-tooltip-container h1,.trial-tooltip-container .trial-tooltip-header{margin-bottom:3px;font-size:19px;font-weight:500}.trial-tooltip-container h2,.trial-tooltip-container .trial-tooltip-subheader{margin-bottom:3px;font-size:15px}.trial-tooltip-container .tooltip-features-lists{gap:8px;display:flex}.trial-tooltip-container .tooltip-features-lists li{font-size:10px}.trial-tooltip-container p{margin:0;line-height:16px}.trial-tooltip-container ul{list-style-type:none}.trial-tooltip-container .icon-check-circle{width:14px;height:14px;margin-right:5px;position:relative;top:3px;-webkit-mask-size:contain;mask-size:contain}.trial-tooltip-container .btn.btn-text{color:#ffc00e;height:0;margin:20px 0 0 auto;padding:0;font-size:14px}.trial-tooltip-container .btn.btn-text:hover,.trial-tooltip-container .btn.btn-text:focus,.trial-tooltip-container .btn.btn-text.btn-focussed{color:#f4b400;background-color:#0000}.loading-expanded{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loading-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAAAXNSR0IArs4c6QAACE1JREFUeAHtnGuT1EQUhvGOghdUvKHs4pVSS/1g+dH/6h/R8otVfhAVvJSisKuIiooKKIrX98nOG842mUwyt92dnFP1Tnc6nU7nyZnTnc7s7tuXlgT2MoGbdlnnD6g/dwcdVP4O6Tbp1lFKn/+W/pH+kq5JV6RL0mXp19G2kp23nQa8XwgOSw9KD0l3Shj9ct+myf+u47+XvhuJ7R0xX8QyT44nPio9LgHWfZgGpA7vdDOAfUbalPD6pZkvbhkn5Ov+pATYm0cnLKFSXJa5j03lbfua2iKsbEinJELJws0dXOSJ7lHjT0l4LdYEyuX/KvOLRExFxNSrEjEX4X0cz7fAMfku5TkHuld6QLpF8nl8jTElvyGdlH6SFmY+6SJOwOB0XAKsz0Na5gH6g/SjdFEC8iwGXELPI9KRUV5JDbzMEzrelbiRczdf7Dwbps0npGckRn8snofwwMWcl85JeOoiDa8mNPEtIky5LzHlm/Ge9Kk06w1WE9fNJ7leMluOWcDLEl9Xt03qPFMpPIbR/T9pmUYf1iT6d7/kPsX+8S16U6KfczGfZB6NMc16QSI2Ym4bjyWWfi4RCnaD8Q17VTJo95W+4c1vS2fZmNWIV7ManXt2pNge5QxMgP1I+k3aLYaH0q8/JWJ17DcOQjhhjv6NNNM3LTastnobx78oxYGMRoCLt56QFjpKq/1pDXD08bRESDsk0W/rYeUZLDekqePyLIC508QzpkUYHcPoON7xmcS8c7cbIYFxAW8+IhHSfC1Af0wiXEx1LdMCBu4rEnc+2h/aeF+6EAv3SJ4+fy0dlW4f9RnQXOOa9IXUG/I0gDnmJYkT+06T8rx/YpQq2ZPGNXwpAZkHGIxrI08YBHKvcNEXMCd7XorxipDAY+cH0jVprxshA5AMfnYirps84ZAbwDV3sr6An1arBH+Mk2LAPSkxY1gVIxQAmfjL8inG9TKtI3x8JXWyPoAZUY8VrTL1OiWtElxfIqGAwW1diuECz744kpJ26wqYOSEPEXGEJRx8KK1CWNBlNBqevCHxzcVz8WLEoMf0jplHq3UBTIPMdYFMHiMG4bk7tpBNJ5ZkONB5ibHHDsYsivDxidQaj7sAZvQk7hqustVXh+f2oRihkMEPzzWHg8pflVhXGWuTAPO1OC65URoi/pwhMzADJK+3mEmYBw8meDHwGw2Xb7N17Yw3gZjENGWo9pYunJBhwDjg620wIryy3gEVHCsKN7TNtGyohqciuDge49U4HWHkBmvzYNwfcxBnQGuNN1Xt1f9gzs8iUbTX4kbMjwPMwjmT6mib2jDsWD60PPPjdyTCBIIh41TJS0VbO6tM8cEUBDNQ3P/nqiQ/IMAgfyGgAHSjFzd5MHH5kMSdQkA+J6VtJ8CLUsDa8GIGvW3WBBhXj+WMmum927BVG6f1eVkyZF7wPlftCR8RpIuZ5+G1FgHdocJ1Mt1iwhwYwAiWPPFusxIwLs4TCmaoQ3pi27ry7p8fF1WPaturb9WuErB3Gi6DG28p0poJ8FTL1NVeTLoWq44D7DpDfqgwg0npWVUALNYJcJw9XNo6Lj9bCGyOwLrKujOk0YP5LZl/6sQ+wkTj4x8702oC/HaCFw72Yl4t3ee9EfB+FQLVYgqCN6e1E2AB7FsJwAimh6XKImA82HDZmYNbhajTR/njmvqxmZV5G4BtgJ74OsSVM63WyKOz8v6yslhoD/a+9GCTmJzagx2HeVirLHowsGOIYN0zrRuB+MgMZFYjK4seXC6+E7zTuhEow2kdbqMHQx4PtuUMwiQmpyyIRWdlRlZZCZhCIAM7AUOjm+HB/K2JrWYXAbPTHuzUB2TaTgCgbzRViYCpFOMwLl/fiaaDs6wmgENGD653RMDxcY8KMabUB2SmH4EIsfTWuK9fq1m7JhAh4sG4uhW9uz4gM/0IRMBMNWxArudyLsy0P4HopQAGrC0uXbos054EogeXTyM3vILu2XZWF4HowQB2/AUOIaJ8uqM8rQeB6MEs7sQ/BQBuvWjRo82sGghEwBTzisheTJqAoTKDlYD5BSXmwc5//LFVmp+9CYwDTENAJg7nYAeNKa0ETAyOXgxk/9JnylMM+7ASMDRYnQesBWAGvLQpCDQBvqJ2gGtjhS1jsWn0TOPypA8FLvPjGHvZxrPTehJo8mCa8NqmwwSw04t7wqV6kwdTztIlUFmPcLhgm/CR1oPAOMA0wZOdf87KNnUBX65ZsC9tDIE2wLy2J/Z6VQ1PZl7spz1l0yYRGBeDfRx/m+EQ4TL+QCatI4E2D6YJD3L1e36V4dGEirhAr820JgKTAHMMsRjA0dvZ5rdr+esfQWizLoA5noHN0zR7NfEYyGUIUVGaCXQFTEhgnSIuX+LRCdkkx6RdAXM4gIHqWQVlrFEAmX9MkdZAoA9gDmdgAzDHeQHInuxXTtqVZgJ9AXMccRev9bHEYEMu30xr17DNkPpSwFuBDFibwwWhhJidJgLTAsZr8WTChSF7NsFASB7Qg7dpAQOuCbKBsjBE20A2eO8bVDoLYIMiXBAePLswUMdl6g32gWQegAHI4AZEPLc0wLNoBPjBxeZ5AQYqgAENTDwaoIi8PZwb4HJlV9/mCRhawPNUDdClAZpz4tXxJpT1VmZ73oANhsEN0MRhztHktZRzE0g9E1F2tQwvWrQBkDmz4zDni8DJYy4jTpN36v3UiTauPNbZ8fwyAPsiPatoA21opGU+btPmnhgw8a5lGYAIHawvk+fm+gYbnopqsGWe7WjxmFi+q/LLBBwvHO8DNjMPe6Jhx3pt+T0BuGmkb7uoee8DrgHTNmEkejZlfcFzTFoSSAJzIfA/tMiMPrB9i4kAAAAASUVORK5CYII=) 50%/contain no-repeat}.loading-icon-teal{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAm/SURBVHgBxVl9bFVnGX/ej3Nu7y5taYHytbEgZBjYIOh1bAiOhoATt/KVVTSmy8TExGRuU+ZijIY5NfHjH2eMmSFqNjLisB0GB4U1I0MkTosMFF038Q8QLZYV2tv23nvued/X3/OeWz6EsbaU9mlOz8c995zf+7y/9/d8XEE3YE8cPpzuK/R+QAViNhlXI52d6oQMlRChEMKSFXkl3XklZV5Z2+kcncr888zprY88UqARmqAR2OYDrXONc6uFMTOUYnDKKgIcKQ2AOQJYgLZ4uBEknRTWSodrShjh8CfsO0qoE9/+6MqTNEwbFuCmtr0LrYs3aCknOkEeFANhb3rAJAzvBYDjdgDFdUsGHnYMHjvL14Rzjr8ntbogHb2xdWn9W0PFMCTATW0tk2Knm4SQcxWAurIHga0Mmth7AJJc07jm72GQ3rPwtMMAZDJAvkcqlQzWGQxMdqUp3PvUsmW5Gwa8af/ulU65BwAqTYQpV+SBCWedEpK9Ba/Bj4JMAFC8Z8BMD1kG74GpBDxfkxrnfEbWSKaM9jNRMHF85Jv3rfrL9fDI6324vrVlLd6wCdgylkeHmWTX8YzyV7EX4KtIRg5ySsE8Jr6FLMYADuACzz9Twg0+1xncwpeZKvwZBoq7AxXqJd86/PpiGomH1+17eZ2WqgGP91wkjxJek7xo4CkqT7Nz/UGg3jDF6N+ptDr50+UPnL/8OY+1tU0NJ9gqVZJzAOtWJdUEPM0IjEuL5Bkk2cPwukyOtXRHv3p3/ZtDBrx2/671+Oo6AC2D4wWFxSP8Gve8hQs7pHJ7ttev/QcNw752sG1+INVHnDOZgKmEhZiABelAF0GJ5/Huo0/e87Hj7wu4obXlfszlZzHRACqsv8kvMj4n9kcfZn33jpUNr9EN2DOHDs2TqnQvDvWgl5lrCqwTsvxerdu3ZJdeoSBXcPgTB/dMsVJuZH0CB3gDZ12iQkxG67plnr5zo2DZvrFsWYc2QTPeleNXCcMvktbzmoFjQWvnFvzg2LHMewKmgfwWAKxEiPIAMTsKc4A/ZgKdzhfE0zsaGs7RKBnLWFxV9zK8+y4DVBIr1XGQwRDwcqiGDvO5u68J+OOtzfXQpNlMIQ5VvJ5iHGAAyljRHU2k7+1uaBigUbatCxZEUdXZVgDMwcMOQcZ6eoCGWil2++Qf//nQjKsAY2iNDBKsRyC1CquNhZLP8yVT/O7u7OiDvQS6MaJMzX5IYdExHRh0jAXIQHBsY7fwCsCrX/n1EnBpmmWABN4L71npN3Iv7F3T2EU32Z5ctKgfi+w4K4UHHbCnJeuHhapUPNfePvkiYKPcSusXlpPMfevVnphK5/au3vA6jZF9Zcnyt6WiTkiaYe8yIB4APOyi0sA8D3j1vn0ZOP9eFha/UBF7WB0QjHgwO2mMLS0zf0NyBQn1Ameg9fC2MKlQT4CXAxnJvrtMwlUsNFKUSJjC8bl99288QGNsX8hmz1HJFhEgYgQTDioGq985ZF8yjmuljewi5z2b0IDBG8ga8sMTNE6mFZ1iL2uwgUF74Fpg0l0t83TOIAXK+SH2oEUc/ZHGyVKhvCDKYJFX2IQi5GLtKjQWWxXkVnKM9hmDj5LCxVKcpXGy9AB1x6H0AYRsgon1ISMog/SLpuO6YmVgWWPtjZHqHl6zadjly2hZ49KlqAXBTvby4KZYNqQETdjD5BNariXIr73xN5Y1gTKGaRHHMWksKkiy0hwDRZLg+NTNcQ2paNxNs4eBOy6VKKU1xcQnkApAHMCCm+CLG1H+b2ncjT1MAKrDkIwxgvMKyIfh8NvP+uvzBuxtosnyw83N02mc7HmklCgbLvHXJzeggTEFTuhOcs5rELn9wvN7ZGip6EM0TsaNGBWK2PMYW6gS8C7QEZe2nT7CcW7HJZpIkp7YmA/SOFng8hOV0y7gyluppALHHorcJ23JvGnLCU+yIVvzGZt8kMbJ4MeMZBUDyBT3L2wCGpzulSUZHcFK6+dwbH0RzAm7D88T5/1mR5bG2H57/HiN0BADaYyNkKrx5iKnsA/ueqtXdqzdnDOO3qFyvyH2BZbvJHAq+kUaY0PGWAfOGrSxrG95YWMvB0FwvlE0Gp8Pg8A/Y5DWp5TCU8OgQQOeL5mz64UmGiN79WR7daAMZliDBNoyLSq0tgb7VBS9y/d4wH9d++l2tF46Ew5zZ8k3apSnCLlH5zZvv5VusrUj13VFVecjMCD7zYMtMPziqmy25yJgb9Z+n899Aeq8JvPGpVJ1UZrtc/dsr6KbZEzFLqVmUpF7EQo9usBxdceguV6qVKpz8N6LgDs2NL2GgPGnci+CkyGf0NukiXZbvmh23AzQDPbVo0enIZLJWPPko6HLgQLeDfBhqiI1UL948YWrALNBn78OnH3kGyle4oQPKnxs3Z19hbh1xq6f30ajZAcOHNC/+/uRqUhdAg1RyASB9+gtAGt9ZFNmUl/pX5d/5wrAbz/48BnUIj8xnhacM/tCVPnOD8ues7eXYtc2eee2TXSDBs7eQnV1k7XSMlMJGoQhuBrYjGXQBVehcI2oK5vNli7/3jWbgbN2Pf8lzMpjjpL82Flf/jNFEq972tAZHP+wt/HzL9LwgAZxdXU6RGERFQoyDkqqWJAikxEijrQsInnUiA4yEheWL1x4/v+//57t1pnNv3gcnH6cKImAvldh2dMedNJkSbh+Gvf9HhneKyIQp/o3bD52+XN4Znfu3CkXPPSQOt/RkcqkUirf3y/jKFKqqkpExaIMsCG2iVIEHoPLMl3sqZ99ibdDAsw2veWXT0AxvjzYa2PQvlClcg/DZ/setOIedYWUQQXiKf/MgR9dfvRizawtdXV1sqeqSlX39qpcGErkuSIE4HwQJKBxnscW+KOC6M/FfYMSdi27bqre96tdf8h8an0O4LLY0k7IchRMPO0bhkl7QKaVCgFWC9+d5cTa3dNSvCCaJs08WIvKIZ/PiwIg4VMaiGPp5SaVolJYEiFYCkWj6pq63qV33HHd3zmu+5MB29mND28zmlahw3wC5Qh7uFxDeU5TIn8Ov33JqwaPzx7lPUocV1tba2uMcZNwns5krK2sdKyyBn8lNHa65s/vWjRtWv/74dE0BOte97nT2K2saYE6GHoKx7dzrpGAdjTUIvC/2AKArujpET2oJJDCmvx/OvvWrFlTHOIjRvbDYtVL2z4J/n4GUtfALQKb8Df0/L3MwJdnd8+6c0t1dbWsqKiQ3d3dsltrUQuP47hYX18f0zBtRIAHreal56ohQ8sB/j6kpIsQQieHUs4GxycC7NPPmswzU6ZM8e+orKwUuVzOrVixwnDZSyO0/wFvKddyzvxgwgAAAABJRU5ErkJggg==) 50%/contain no-repeat}.loading-icon-white{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAdFSURBVHgBzZlbaFxFGMe/c85ubtvcr41J05hCxWgKohYfxEpBBFutCiIiffJJUFHy5lOpCoovVhTxSVAUKuKDoEWkqY/VhNqWhsTYhyaabpImm/v9nPX/nzOzmWy3Jru5rB/Mzpzr/OZ/vvnmso5swYaGhopLSkrudhynNQiCymQyWY9yARMu41Sw4LpugjnOxZEPzs3NDbW2ti5KjuZIDjY1NXXA9/0nUGwEJAEJlwScz1wfB8jVMeGZzDFsAOVr9fX11yVLywp4YmKiAxU9h2KFgUDlKk8DToHiuo/zLPvmXjSW9wZIkzi+WFNT07dZhk0BT09PV6OSk6jwgFGPFdrAJgWhhOaaz5wNMZAaOLDKbMxYJBL5qba2dmYjlg2BZ2dnj+Klx5CKWXGaogpQrM8tWkkNGZh7eN2GNV/ENAS2uLq62tPc3Hw1Z+BEIvEMKjqGovHDpFZNgZnPbmBk7bP7NqRotbX/BrbrmHfr5wjfU1dXdylrYMCewAufNi80imhoA8VK55AuQp3haDR6vaKiImG/Z2RkhJGjDMU23N+EfI9uWEphCd3GCBJ4nncJ0H9sGhg++ywePGHBKUUtpalIPyr5sby8/C/Jwm7evHkvgB4CaIyQlj/bdbExlxBFrmwIjJD1JLKXJfzUBBOrY1HR2ZWVlR/Qs8/LFmxsbOwg3vsIVI+kwRr3oHU3NjauiyCufTAzM1OLlj3PhtD0dRZdXZ5A4H93q7A0RIR+vPc7VpsGaxTmufZ4PB67IzDu7USLS3mekDj2NDizIXz+U2jxLdkmYxgbHx//HnWOixUiVc/2lZtHkB7OCAx1H+cQS1AYg61Sl9DIJ8rKyt7HtXnZZmtvb1+enJw8h3oYg5Wy8HGVOOAAvGZwcLDxNmDYC+y4lJKQpJZQac4H3tsJWBsadfwMkZa0sgGijlKbDcCg0rEOGB3tMLKGNDdQboH0ZWlp6ZjssDU0NMwhu0JYM5hYnb1oeHi4JgWMFhzVZdfqbCzfAuyvskvW1NT0J0DjOt4HRm3+IDIdVMAoxxhedCRIwer0rey+9YoOodZA5WNQ2oM86i4sLNwva+HL027AjkZ1u2SXjVEIyi7Bn1e1ugqa8Xp0dLSKY+MhJzTjBia/JnkyTvQ1rIoWZv4BcatcnGiTNP8lNB76TfJksViM8+TU9NUaWIoiULhMhzAJBxnlG/wEI5Ing5IT1vxCIKqg05GL8w93rw5lrjH6MGZdWS9ftsswJ16g7zIWmyTh3Mbl0Fem76Oqjl7O/B+MruDQh80JeIMXoaAocygWeobJ823g8AG7bjapJhcccpHv0R0uyZuML+fT2NEwoKkyXMJBWa1Q6K8cEj0dzhh/VZTANHKv5MkuX77MwSxYXl5WiWV0uiTAFxm+2LlS4UzCEAehvQckT4YOX4D6V9NjMfiWCReXNYVTCQ25R/JkgKugvwLUhyuo0Y7Q6HSzHOm42LMnPJ6eXh6XPBnqjhl1rUToaXdxcbFHr3yNS5i5cAX850HZZbtx40YlRIwwSiTTbN++fdMulykAHZA1lY0/M39VdtkAWwc3UK5AaA3OWJxQUYI3QdDP0yc/Ek49D0Plk7JLhr27cvZ2fPWUK2jwADPHccXKn4KCgm5cjGtIo66nr782Pz/fJDts3d3dUYTSOsJh7qtgzT4dcJaqqqqmUsA0XPhA0lYcEi5Cy9HKr6whfNuNImGGdhe+Jlc/Kd8l+NLSEkexuLk3BVxcXHwerL9LqLKn58hG5WYE7W92Apqw/f39DdgYVzuCBAy0aeh5bIBP3gZMg8O/jWxWr5zNKsTRjbgP0OfgHs2yTdbV1RVBVKiHS0YtV0jiONw1RIdraWn5235mHTBa+Q9u+iTNLVLDNfIWfLJfoMKLskWDz5bs37+/Bu9yAegbVQmNTkdluRE+hnpX7OcybgbCl15H9oasDSa2bxvF2bgPCwsLv5bsQKPYQSpGsRABwUVdyv3gww7hHbOT4ziTUDeR/nzGeSRafAbZx2bqKdo1OD81jYC1oMJP4UZXcf4zpONIh9LfxWfOnj3L0bOgr6+vtLq6OlZUVKSmYXRTNDiwBwf9TCITrMgGG9po/ZvgfEsy71kYtekyppNG9THPf3ThwoVO7PO62ObysIXrQQglHtzKRV9w8dm9UEyHE3VVQJ2zbW1tU3di2vAvA7zgFbynE8UKrbiJ1XYjCMy/uiL2s1DwNFR9hxGAwFCTi14HazavsrJSQRLcQCNSzegdIMkZmAZAhrUv8OLUHoYV+lw9WSrK8L7J3t5eRgEHbuBmUpk5zq1ynuCEfyH8p21qLcStVny+owBjZxyStXDn6OuyWdN/EShDNPAHBgam6a+bgVV1SQ4GtZ9CBS+hyP9AjFsU6IHGtjM9PT2diAouFUajXewHO3g+2dHRsYT7VyVLywnYGIdtZI/CVx9D5dxB4g5jq4R/PJ5COo2Op+rA5MXBHnTyyJEjPgOO5Gj/AiFFT57KOgrwAAAAAElFTkSuQmCC) 50%/contain no-repeat}.loading-icon{width:44px;height:44px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;display:block}.loading-small .loading-icon{width:22px;height:22px}.icon{mask-type:alpha;background:#333;width:24px;height:24px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-transparent{background-color:#0000}.icon-teal{background-color:#00a898}.icon-orange{background-color:#ef4c30}.icon-purple{background-color:#43437a}.icon-yellow{background-color:#ffc00e}.icon-green{background-color:#a1cd46}.icon-darkPink{background-color:#a82058}.icon-white{background-color:#fff}.icon-darkerGray{background-color:#aaa}.icon-filterLabel{background-color:#616161}.icon-midGray{background-color:#dedede}.icon-medium{width:21px;height:21px;-webkit-mask-size:contain;mask-size:contain}.icon-small{width:14px;height:14px;-webkit-mask-size:contain;mask-size:contain}.icon-big{width:28px;height:28px;-webkit-mask-size:contain;mask-size:contain}.icon-style-circle{border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.icon-style-circle>.icon{background-color:#fff}.icon-style-circle.icon-yellow>.icon{background-color:#000}.icon-style-circle.icon-small>.icon{width:10px;height:10px;-webkit-mask-size:contain;mask-size:contain}.icon-style-circle.icon-medium>.icon{width:17px;height:17px;-webkit-mask-size:contain;mask-size:contain}.icon-style-circle.icon-big>.icon{width:24px;height:24px;-webkit-mask-size:contain;mask-size:contain}.icon-color-lens{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%203c-4.97%200-9%204.03-9%209s4.03%209%209%209c.83%200%201.5-.67%201.5-1.5%200-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99%200-.83.67-1.5%201.5-1.5H16c2.76%200%205-2.24%205-5%200-4.42-4.03-8-9-8zm-5.5%209c-.83%200-1.5-.67-1.5-1.5S5.67%209%206.5%209%208%209.67%208%2010.5%207.33%2012%206.5%2012zm3-4C8.67%208%208%207.33%208%206.5S8.67%205%209.5%205s1.5.67%201.5%201.5S10.33%208%209.5%208zm5%200c-.83%200-1.5-.67-1.5-1.5S13.67%205%2014.5%205s1.5.67%201.5%201.5S15.33%208%2014.5%208zm3%204c-.83%200-1.5-.67-1.5-1.5S16.67%209%2017.5%209s1.5.67%201.5%201.5-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%203c-4.97%200-9%204.03-9%209s4.03%209%209%209c.83%200%201.5-.67%201.5-1.5%200-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99%200-.83.67-1.5%201.5-1.5H16c2.76%200%205-2.24%205-5%200-4.42-4.03-8-9-8zm-5.5%209c-.83%200-1.5-.67-1.5-1.5S5.67%209%206.5%209%208%209.67%208%2010.5%207.33%2012%206.5%2012zm3-4C8.67%208%208%207.33%208%206.5S8.67%205%209.5%205s1.5.67%201.5%201.5S10.33%208%209.5%208zm5%200c-.83%200-1.5-.67-1.5-1.5S13.67%205%2014.5%205s1.5.67%201.5%201.5S15.33%208%2014.5%208zm3%204c-.83%200-1.5-.67-1.5-1.5S16.67%209%2017.5%209s1.5.67%201.5%201.5-.67%201.5-1.5%201.5z'/%3e%3c/svg%3e")}.icon-dollar{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.8%2010.9c-2.27-.59-3-1.2-3-2.15%200-1.09%201.01-1.85%202.7-1.85%201.78%200%202.44.85%202.5%202.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5%201.68-3.5%203.61%200%202.31%201.91%203.46%204.7%204.13%202.5.6%203%201.48%203%202.41%200%20.69-.49%201.79-2.7%201.79-2.06%200-2.87-.92-2.98-2.1h-2.2c.12%202.19%201.76%203.42%203.68%203.83V21h3v-2.15c1.95-.37%203.5-1.5%203.5-3.55%200-2.84-2.43-3.81-4.7-4.4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M11.8%2010.9c-2.27-.59-3-1.2-3-2.15%200-1.09%201.01-1.85%202.7-1.85%201.78%200%202.44.85%202.5%202.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5%201.68-3.5%203.61%200%202.31%201.91%203.46%204.7%204.13%202.5.6%203%201.48%203%202.41%200%20.69-.49%201.79-2.7%201.79-2.06%200-2.87-.92-2.98-2.1h-2.2c.12%202.19%201.76%203.42%203.68%203.83V21h3v-2.15c1.95-.37%203.5-1.5%203.5-3.55%200-2.84-2.43-3.81-4.7-4.4z'/%3e%3c/svg%3e")}.icon.flipped{transform:rotateX(180deg)}.icon-placeholder{background:0 0;-webkit-mask:none;mask:none}.icon-label{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='12px'%20viewBox='0%200%2018%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text'%20fill='%23000000'%3e%3cpath%20d='M1.725,11%20L0.075,11%20L4.68,0.38%20L6.03,0.38%20L10.59,11%20L8.91,11%20L7.83,8.39%20L2.79,8.39%20L1.725,11%20Z%20M3.315,7.085%20L7.29,7.085%20L5.31,2.105%20L3.315,7.085%20Z%20M16.305,6.395%20C16.305,5.86499735%2016.1450016,5.47250128%2015.825,5.2175%20C15.5049984,4.96249873%2015.0800026,4.835%2014.55,4.835%20C14.149998,4.835%2013.7725018,4.91249923%2013.4175,5.0675%20C13.0624982,5.22250078%2012.7650012,5.4199988%2012.525,5.66%20L11.775,4.76%20C12.1250017,4.42999835%2012.5524975,4.17000095%2013.0575,3.98%20C13.5625025,3.78999905%2014.1049971,3.695%2014.685,3.695%20C15.1950025,3.695%2015.6374981,3.76749928%2016.0125,3.9125%20C16.3875019,4.05750073%2016.6949988,4.25499875%2016.935,4.505%20C17.1750012,4.75500125%2017.3549994,5.0499983%2017.475,5.39%20C17.5950006,5.7300017%2017.655,6.09499805%2017.655,6.485%20L17.655,9.59%20C17.655,9.8300012%2017.6624999,10.0824987%2017.6775,10.3475%20C17.6925001,10.6125013%2017.7199998,10.8299991%2017.76,11%20L16.485,11%20C16.4049996,10.6599983%2016.365,10.3200017%2016.365,9.98%20L16.32,9.98%20C16.0599987,10.3600019%2015.732502,10.6549989%2015.3375,10.865%20C14.942498,11.0750011%2014.4750027,11.18%2013.935,11.18%20C13.6549986,11.18%2013.3625015,11.1425004%2013.0575,11.0675%20C12.7524985,10.9924996%2012.4750012,10.8700009%2012.225,10.7%20C11.9749987,10.5299992%2011.7675008,10.3050014%2011.6025,10.025%20C11.4374992,9.7449986%2011.355,9.40000205%2011.355,8.99%20C11.355,8.4499973%2011.4999985,8.02250157%2011.79,7.7075%20C12.0800014,7.39249842%2012.4599976,7.15250083%2012.93,6.9875%20C13.4000023,6.82249918%2013.929997,6.71500025%2014.52,6.665%20C15.1100029,6.61499975%2015.704997,6.59%2016.305,6.59%20L16.305,6.395%20Z%20M15.96,7.61%20C15.6099982,7.61%2015.2475019,7.62499985%2014.8725,7.655%20C14.4974981,7.68500015%2014.1575015,7.74499955%2013.8525,7.835%20C13.5474985,7.92500045%2013.295001,8.0599991%2013.095,8.24%20C12.894999,8.4200009%2012.795,8.6599985%2012.795,8.96%20C12.795,9.17000105%2012.8374996,9.3449993%2012.9225,9.485%20C13.0075004,9.6250007%2013.1199993,9.73999955%2013.26,9.83%20C13.4000007,9.92000045%2013.5549992,9.98249982%2013.725,10.0175%20C13.8950008,10.0525002%2014.0699991,10.07%2014.25,10.07%20C14.9100033,10.07%2015.4174982,9.87250198%2015.7725,9.4775%20C16.1275018,9.08249802%2016.305,8.585003%2016.305,7.985%20L16.305,7.61%20L15.96,7.61%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='12px'%20viewBox='0%200%2018%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text'%20fill='%23000000'%3e%3cpath%20d='M1.725,11%20L0.075,11%20L4.68,0.38%20L6.03,0.38%20L10.59,11%20L8.91,11%20L7.83,8.39%20L2.79,8.39%20L1.725,11%20Z%20M3.315,7.085%20L7.29,7.085%20L5.31,2.105%20L3.315,7.085%20Z%20M16.305,6.395%20C16.305,5.86499735%2016.1450016,5.47250128%2015.825,5.2175%20C15.5049984,4.96249873%2015.0800026,4.835%2014.55,4.835%20C14.149998,4.835%2013.7725018,4.91249923%2013.4175,5.0675%20C13.0624982,5.22250078%2012.7650012,5.4199988%2012.525,5.66%20L11.775,4.76%20C12.1250017,4.42999835%2012.5524975,4.17000095%2013.0575,3.98%20C13.5625025,3.78999905%2014.1049971,3.695%2014.685,3.695%20C15.1950025,3.695%2015.6374981,3.76749928%2016.0125,3.9125%20C16.3875019,4.05750073%2016.6949988,4.25499875%2016.935,4.505%20C17.1750012,4.75500125%2017.3549994,5.0499983%2017.475,5.39%20C17.5950006,5.7300017%2017.655,6.09499805%2017.655,6.485%20L17.655,9.59%20C17.655,9.8300012%2017.6624999,10.0824987%2017.6775,10.3475%20C17.6925001,10.6125013%2017.7199998,10.8299991%2017.76,11%20L16.485,11%20C16.4049996,10.6599983%2016.365,10.3200017%2016.365,9.98%20L16.32,9.98%20C16.0599987,10.3600019%2015.732502,10.6549989%2015.3375,10.865%20C14.942498,11.0750011%2014.4750027,11.18%2013.935,11.18%20C13.6549986,11.18%2013.3625015,11.1425004%2013.0575,11.0675%20C12.7524985,10.9924996%2012.4750012,10.8700009%2012.225,10.7%20C11.9749987,10.5299992%2011.7675008,10.3050014%2011.6025,10.025%20C11.4374992,9.7449986%2011.355,9.40000205%2011.355,8.99%20C11.355,8.4499973%2011.4999985,8.02250157%2011.79,7.7075%20C12.0800014,7.39249842%2012.4599976,7.15250083%2012.93,6.9875%20C13.4000023,6.82249918%2013.929997,6.71500025%2014.52,6.665%20C15.1100029,6.61499975%2015.704997,6.59%2016.305,6.59%20L16.305,6.395%20Z%20M15.96,7.61%20C15.6099982,7.61%2015.2475019,7.62499985%2014.8725,7.655%20C14.4974981,7.68500015%2014.1575015,7.74499955%2013.8525,7.835%20C13.5474985,7.92500045%2013.295001,8.0599991%2013.095,8.24%20C12.894999,8.4200009%2012.795,8.6599985%2012.795,8.96%20C12.795,9.17000105%2012.8374996,9.3449993%2012.9225,9.485%20C13.0075004,9.6250007%2013.1199993,9.73999955%2013.26,9.83%20C13.4000007,9.92000045%2013.5549992,9.98249982%2013.725,10.0175%20C13.8950008,10.0525002%2014.0699991,10.07%2014.25,10.07%20C14.9100033,10.07%2015.4174982,9.87250198%2015.7725,9.4775%20C16.1275018,9.08249802%2016.305,8.585003%2016.305,7.985%20L16.305,7.61%20L15.96,7.61%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-section{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3esection%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='section'%20stroke='%23444444'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3esection%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='section'%20stroke='%23444444'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-ellipse{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eellipse%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-2.000000,%20-2.000000)'%20stroke='%23444444'%3e%3ccircle%20id='ellipse'%20cx='12'%20cy='12'%20r='9.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eellipse%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-2.000000,%20-2.000000)'%20stroke='%23444444'%3e%3ccircle%20id='ellipse'%20cx='12'%20cy='12'%20r='9.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-circle{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eOval%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20id='Oval'%20stroke='%23444444'%20cx='11'%20cy='11'%20r='10'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eOval%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20id='Oval'%20stroke='%23444444'%20cx='11'%20cy='11'%20r='10'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e")}.icon-pen{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23000000;stroke-miterlimit:10;}%20%3c/style%3e%3cpolygon%20points='7,22%208,18%2015,18%2016,22%20'/%3e%3cg%3e%3cpath%20class='st0'%20d='M12,1.5h-0.5v10.1V1.5H11l-5,11c0,0,3.5,1.6,3.5,4h1.6h0.8h1.6c0-2.4,3.5-4,3.5-4L12,1.5z'/%3e%3ccircle%20cx='11.5'%20cy='11'%20r='1'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23000000;stroke-miterlimit:10;}%20%3c/style%3e%3cpolygon%20points='7,22%208,18%2015,18%2016,22%20'/%3e%3cg%3e%3cpath%20class='st0'%20d='M12,1.5h-0.5v10.1V1.5H11l-5,11c0,0,3.5,1.6,3.5,4h1.6h0.8h1.6c0-2.4,3.5-4,3.5-4L12,1.5z'/%3e%3ccircle%20cx='11.5'%20cy='11'%20r='1'/%3e%3c/g%3e%3c/svg%3e")}.icon-text{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='12px'%20viewBox='0%200%2018%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text'%20fill='%23000000'%3e%3cpath%20d='M1.725,11%20L0.075,11%20L4.68,0.38%20L6.03,0.38%20L10.59,11%20L8.91,11%20L7.83,8.39%20L2.79,8.39%20L1.725,11%20Z%20M3.315,7.085%20L7.29,7.085%20L5.31,2.105%20L3.315,7.085%20Z%20M16.305,6.395%20C16.305,5.86499735%2016.1450016,5.47250128%2015.825,5.2175%20C15.5049984,4.96249873%2015.0800026,4.835%2014.55,4.835%20C14.149998,4.835%2013.7725018,4.91249923%2013.4175,5.0675%20C13.0624982,5.22250078%2012.7650012,5.4199988%2012.525,5.66%20L11.775,4.76%20C12.1250017,4.42999835%2012.5524975,4.17000095%2013.0575,3.98%20C13.5625025,3.78999905%2014.1049971,3.695%2014.685,3.695%20C15.1950025,3.695%2015.6374981,3.76749928%2016.0125,3.9125%20C16.3875019,4.05750073%2016.6949988,4.25499875%2016.935,4.505%20C17.1750012,4.75500125%2017.3549994,5.0499983%2017.475,5.39%20C17.5950006,5.7300017%2017.655,6.09499805%2017.655,6.485%20L17.655,9.59%20C17.655,9.8300012%2017.6624999,10.0824987%2017.6775,10.3475%20C17.6925001,10.6125013%2017.7199998,10.8299991%2017.76,11%20L16.485,11%20C16.4049996,10.6599983%2016.365,10.3200017%2016.365,9.98%20L16.32,9.98%20C16.0599987,10.3600019%2015.732502,10.6549989%2015.3375,10.865%20C14.942498,11.0750011%2014.4750027,11.18%2013.935,11.18%20C13.6549986,11.18%2013.3625015,11.1425004%2013.0575,11.0675%20C12.7524985,10.9924996%2012.4750012,10.8700009%2012.225,10.7%20C11.9749987,10.5299992%2011.7675008,10.3050014%2011.6025,10.025%20C11.4374992,9.7449986%2011.355,9.40000205%2011.355,8.99%20C11.355,8.4499973%2011.4999985,8.02250157%2011.79,7.7075%20C12.0800014,7.39249842%2012.4599976,7.15250083%2012.93,6.9875%20C13.4000023,6.82249918%2013.929997,6.71500025%2014.52,6.665%20C15.1100029,6.61499975%2015.704997,6.59%2016.305,6.59%20L16.305,6.395%20Z%20M15.96,7.61%20C15.6099982,7.61%2015.2475019,7.62499985%2014.8725,7.655%20C14.4974981,7.68500015%2014.1575015,7.74499955%2013.8525,7.835%20C13.5474985,7.92500045%2013.295001,8.0599991%2013.095,8.24%20C12.894999,8.4200009%2012.795,8.6599985%2012.795,8.96%20C12.795,9.17000105%2012.8374996,9.3449993%2012.9225,9.485%20C13.0075004,9.6250007%2013.1199993,9.73999955%2013.26,9.83%20C13.4000007,9.92000045%2013.5549992,9.98249982%2013.725,10.0175%20C13.8950008,10.0525002%2014.0699991,10.07%2014.25,10.07%20C14.9100033,10.07%2015.4174982,9.87250198%2015.7725,9.4775%20C16.1275018,9.08249802%2016.305,8.585003%2016.305,7.985%20L16.305,7.61%20L15.96,7.61%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='12px'%20viewBox='0%200%2018%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text'%20fill='%23000000'%3e%3cpath%20d='M1.725,11%20L0.075,11%20L4.68,0.38%20L6.03,0.38%20L10.59,11%20L8.91,11%20L7.83,8.39%20L2.79,8.39%20L1.725,11%20Z%20M3.315,7.085%20L7.29,7.085%20L5.31,2.105%20L3.315,7.085%20Z%20M16.305,6.395%20C16.305,5.86499735%2016.1450016,5.47250128%2015.825,5.2175%20C15.5049984,4.96249873%2015.0800026,4.835%2014.55,4.835%20C14.149998,4.835%2013.7725018,4.91249923%2013.4175,5.0675%20C13.0624982,5.22250078%2012.7650012,5.4199988%2012.525,5.66%20L11.775,4.76%20C12.1250017,4.42999835%2012.5524975,4.17000095%2013.0575,3.98%20C13.5625025,3.78999905%2014.1049971,3.695%2014.685,3.695%20C15.1950025,3.695%2015.6374981,3.76749928%2016.0125,3.9125%20C16.3875019,4.05750073%2016.6949988,4.25499875%2016.935,4.505%20C17.1750012,4.75500125%2017.3549994,5.0499983%2017.475,5.39%20C17.5950006,5.7300017%2017.655,6.09499805%2017.655,6.485%20L17.655,9.59%20C17.655,9.8300012%2017.6624999,10.0824987%2017.6775,10.3475%20C17.6925001,10.6125013%2017.7199998,10.8299991%2017.76,11%20L16.485,11%20C16.4049996,10.6599983%2016.365,10.3200017%2016.365,9.98%20L16.32,9.98%20C16.0599987,10.3600019%2015.732502,10.6549989%2015.3375,10.865%20C14.942498,11.0750011%2014.4750027,11.18%2013.935,11.18%20C13.6549986,11.18%2013.3625015,11.1425004%2013.0575,11.0675%20C12.7524985,10.9924996%2012.4750012,10.8700009%2012.225,10.7%20C11.9749987,10.5299992%2011.7675008,10.3050014%2011.6025,10.025%20C11.4374992,9.7449986%2011.355,9.40000205%2011.355,8.99%20C11.355,8.4499973%2011.4999985,8.02250157%2011.79,7.7075%20C12.0800014,7.39249842%2012.4599976,7.15250083%2012.93,6.9875%20C13.4000023,6.82249918%2013.929997,6.71500025%2014.52,6.665%20C15.1100029,6.61499975%2015.704997,6.59%2016.305,6.59%20L16.305,6.395%20Z%20M15.96,7.61%20C15.6099982,7.61%2015.2475019,7.62499985%2014.8725,7.655%20C14.4974981,7.68500015%2014.1575015,7.74499955%2013.8525,7.835%20C13.5474985,7.92500045%2013.295001,8.0599991%2013.095,8.24%20C12.894999,8.4200009%2012.795,8.6599985%2012.795,8.96%20C12.795,9.17000105%2012.8374996,9.3449993%2012.9225,9.485%20C13.0075004,9.6250007%2013.1199993,9.73999955%2013.26,9.83%20C13.4000007,9.92000045%2013.5549992,9.98249982%2013.725,10.0175%20C13.8950008,10.0525002%2014.0699991,10.07%2014.25,10.07%20C14.9100033,10.07%2015.4174982,9.87250198%2015.7725,9.4775%20C16.1275018,9.08249802%2016.305,8.585003%2016.305,7.985%20L16.305,7.61%20L15.96,7.61%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-list{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elist%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='list'%20stroke='%23444444'%3e%3crect%20id='Rectangle-3'%20x='0.5'%20y='0.5'%20width='19'%20height='15'%3e%3c/rect%3e%3cpath%20d='M0.62962963,5.5%20L19.4444444,5.5'%20id='Line'%20stroke-linecap='square'%3e%3c/path%3e%3cpath%20d='M0.62962963,10.5%20L19.4444444,10.5'%20id='Line-Copy'%20stroke-linecap='square'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elist%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='list'%20stroke='%23444444'%3e%3crect%20id='Rectangle-3'%20x='0.5'%20y='0.5'%20width='19'%20height='15'%3e%3c/rect%3e%3cpath%20d='M0.62962963,5.5%20L19.4444444,5.5'%20id='Line'%20stroke-linecap='square'%3e%3c/path%3e%3cpath%20d='M0.62962963,10.5%20L19.4444444,10.5'%20id='Line-Copy'%20stroke-linecap='square'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-image{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image'%3e%3cg%3e%3crect%20id='section'%20stroke='%23444444'%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3cpolygon%20id='Rectangle-14'%20fill='%23444444'%20points='3%207%206%204%2012%2010%2014%208%2017%2011%2017%2012%203%2012'%3e%3c/polygon%3e%3ccircle%20id='Path'%20fill='%23444444'%20cx='15.5'%20cy='4.5'%20r='1.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image'%3e%3cg%3e%3crect%20id='section'%20stroke='%23444444'%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3cpolygon%20id='Rectangle-14'%20fill='%23444444'%20points='3%207%206%204%2012%2010%2014%208%2017%2011%2017%2012%203%2012'%3e%3c/polygon%3e%3ccircle%20id='Path'%20fill='%23444444'%20cx='15.5'%20cy='4.5'%20r='1.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-button{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='17px'%20viewBox='0%200%2020%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ebutton%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='button'%20transform='translate(1.000000,%201.000000)'%20fill='%23000000'%3e%3cg%20transform='translate(-1.000000,%20-1.000000)'%3e%3cpath%20d='M18,10.0003662%20C19.2144467,9.08815986%2020,7.63581783%2020,6%20L20,5%20C20,2.23857625%2017.7614237,-4.4408921e-16%2015,0%20L5,0%20C2.23857625,5.55111512e-16%20-4.4408921e-16,2.23857625%200,5%20L0,6%20C3.33066907e-16,8.76142375%202.23857625,11%205,11%20L7,11%20L7,9.5%20C7,8.67157288%207.67157288,8%208.5,8%20L8.58578644,8%20C8.72606711,8%208.8648283,8.01473762%209,8.04335544%20L9,6%20C9,4.8954305%209.8954305,4%2011,4%20C12.1045695,4%2013,4.8954305%2013,6%20L13,7%20L15,7%20C16.6568542,7%2018,8.34314575%2018,10%20L18,10.0003662%20Z'%20id='Combined-Shape'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M13,17%20L13,15%20L15,13%20L15,10%20L12,10%20L12,12%20L10,12%20L10,13%20L11.1213203,14.1213203%20C11.6839295,14.6839295%2012,15.4469912%2012,16.2426407%20L12,17%20L10,17%20L10,15.8284271%20C10,15.2979941%209.78928632,14.7892863%209.41421356,14.4142136%20L8.58578644,13.5857864%20C8.21071368,13.2107137%208,12.7020059%208,12.1715729%20L8,11%20L8,10.29027%20L8,9.5%20C8,9.22385763%208.22385763,9%208.5,9%20L8.58578644,9%20C8.85100293,9%209.10535684,9.10535684%209.29289322,9.29289322%20L10,10%20L10,9%20L10,6%20C10,5.44771525%2010.4477153,5%2011,5%20C11.5522847,5%2012,5.44771525%2012,6%20L12,8%20L15,8%20C16.1045695,8%2017,8.8954305%2017,10%20L17,12.1715729%20C17,12.7020059%2016.7892863,13.2107137%2016.4142136,13.5857864%20L15.5857864,14.4142136%20C15.2107137,14.7892863%2015,15.2979941%2015,15.8284271%20L15,17%20L13,17%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='17px'%20viewBox='0%200%2020%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ebutton%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='button'%20transform='translate(1.000000,%201.000000)'%20fill='%23000000'%3e%3cg%20transform='translate(-1.000000,%20-1.000000)'%3e%3cpath%20d='M18,10.0003662%20C19.2144467,9.08815986%2020,7.63581783%2020,6%20L20,5%20C20,2.23857625%2017.7614237,-4.4408921e-16%2015,0%20L5,0%20C2.23857625,5.55111512e-16%20-4.4408921e-16,2.23857625%200,5%20L0,6%20C3.33066907e-16,8.76142375%202.23857625,11%205,11%20L7,11%20L7,9.5%20C7,8.67157288%207.67157288,8%208.5,8%20L8.58578644,8%20C8.72606711,8%208.8648283,8.01473762%209,8.04335544%20L9,6%20C9,4.8954305%209.8954305,4%2011,4%20C12.1045695,4%2013,4.8954305%2013,6%20L13,7%20L15,7%20C16.6568542,7%2018,8.34314575%2018,10%20L18,10.0003662%20Z'%20id='Combined-Shape'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M13,17%20L13,15%20L15,13%20L15,10%20L12,10%20L12,12%20L10,12%20L10,13%20L11.1213203,14.1213203%20C11.6839295,14.6839295%2012,15.4469912%2012,16.2426407%20L12,17%20L10,17%20L10,15.8284271%20C10,15.2979941%209.78928632,14.7892863%209.41421356,14.4142136%20L8.58578644,13.5857864%20C8.21071368,13.2107137%208,12.7020059%208,12.1715729%20L8,11%20L8,10.29027%20L8,9.5%20C8,9.22385763%208.22385763,9%208.5,9%20L8.58578644,9%20C8.85100293,9%209.10535684,9.10535684%209.29289322,9.29289322%20L10,10%20L10,9%20L10,6%20C10,5.44771525%2010.4477153,5%2011,5%20C11.5522847,5%2012,5.44771525%2012,6%20L12,8%20L15,8%20C16.1045695,8%2017,8.8954305%2017,10%20L17,12.1715729%20C17,12.7020059%2016.7892863,13.2107137%2016.4142136,13.5857864%20L15.5857864,14.4142136%20C15.2107137,14.7892863%2015,15.2979941%2015,15.8284271%20L15,17%20L13,17%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-forms{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eforms%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='forms'%20transform='translate(1.000000,%201.000000)'%20stroke-width='2'%20stroke='%23000000'%3e%3cg%3e%3cpath%20d='M4,5%20L2,5%20L2,5%20C0.8954305,5%20-1.3527075e-16,5.8954305%200,7%20L0,12%20L0,12%20C1.3527075e-16,13.1045695%200.8954305,14%202,14%20L16,14%20L16,14%20C17.1045695,14%2018,13.1045695%2018,12%20L18,7%20L18,7%20C18,5.8954305%2017.1045695,5%2016,5%20L8,5'%20id='Path-19'%3e%3c/path%3e%3cpath%20d='M3,0%20L3,0%20L3,0%20C4.65685425,-3.04359188e-16%206,1.34314575%206,3%20L6,7%20L6,7%20C6,8.65685425%204.65685425,10%203,10%20L3,10'%20id='Path-20'%3e%3c/path%3e%3cpath%20d='M9,0%20L9,0%20L9,0%20C7.34314575,3.04359188e-16%206,1.34314575%206,3%20L6,7%20L6,7%20C6,8.65685425%207.34314575,10%209,10%20L9,10'%20id='Path-21'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eforms%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='forms'%20transform='translate(1.000000,%201.000000)'%20stroke-width='2'%20stroke='%23000000'%3e%3cg%3e%3cpath%20d='M4,5%20L2,5%20L2,5%20C0.8954305,5%20-1.3527075e-16,5.8954305%200,7%20L0,12%20L0,12%20C1.3527075e-16,13.1045695%200.8954305,14%202,14%20L16,14%20L16,14%20C17.1045695,14%2018,13.1045695%2018,12%20L18,7%20L18,7%20C18,5.8954305%2017.1045695,5%2016,5%20L8,5'%20id='Path-19'%3e%3c/path%3e%3cpath%20d='M3,0%20L3,0%20L3,0%20C4.65685425,-3.04359188e-16%206,1.34314575%206,3%20L6,7%20L6,7%20C6,8.65685425%204.65685425,10%203,10%20L3,10'%20id='Path-20'%3e%3c/path%3e%3cpath%20d='M9,0%20L9,0%20L9,0%20C7.34314575,3.04359188e-16%206,1.34314575%206,3%20L6,7%20L6,7%20C6,8.65685425%207.34314575,10%209,10%20L9,10'%20id='Path-21'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-input{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='12px'%20viewBox='0%200%2022%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einput%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='input'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,11%20L21,11%20L21,1%20L1,1%20Z%20M22,0%20L22,12%20L0,12%20L0,0%20L22,0%20Z'%20id='Rectangle-path'%3e%3c/path%3e%3cpath%20d='M3,3%20L4,3%20L4,9%20L3,9%20L3,3%20Z%20M4,9%20L3,9%20L3,3%20L4,3%20L4,9%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='12px'%20viewBox='0%200%2022%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einput%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='input'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,11%20L21,11%20L21,1%20L1,1%20Z%20M22,0%20L22,12%20L0,12%20L0,0%20L22,0%20Z'%20id='Rectangle-path'%3e%3c/path%3e%3cpath%20d='M3,3%20L4,3%20L4,9%20L3,9%20L3,3%20Z%20M4,9%20L3,9%20L3,3%20L4,3%20L4,9%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-image-upload,.icon-image-upload-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='15px'%20viewBox='0%200%2016%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage-selector%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image-selector'%20fill='%23444444'%3e%3cpath%20d='M9,5%20L9,10%20L7,10%20L7,5%20L3,5%20L8,0%20L13,5%20L9,5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3cpolygon%20id='Path-4'%20fill-rule='nonzero'%20points='14%2013%2014%2012%2016%2012%2016%2015%200%2015%200%2012%202%2012%202%2013'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='15px'%20viewBox='0%200%2016%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage-selector%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image-selector'%20fill='%23444444'%3e%3cpath%20d='M9,5%20L9,10%20L7,10%20L7,5%20L3,5%20L8,0%20L13,5%20L9,5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3cpolygon%20id='Path-4'%20fill-rule='nonzero'%20points='14%2013%2014%2012%2016%2012%2016%2015%200%2015%200%2012%202%2012%202%2013'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-file-upload{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='22px'%20viewBox='0%200%2018%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%20fill-rule='nonzero'%20stroke='%23000000'%3e%3cg%20id='File-Icon'%3e%3cpath%20d='M11.7928932,0.5%20L11.5,0.5%20L11.5,6.5%20L17.5,6.5%20L17.5,6.20710678%20L11.7928932,0.5%20Z'%20id='Path-8'%3e%3c/path%3e%3cpath%20d='M0.5,0.5%20L0.5,21.5%20L17.5,21.5%20L17.5,6.5%20L11.5,6.5%20L11.5,0.5%20L0.5,0.5%20Z'%20id='Rectangle-26'%3e%3c/path%3e%3c/g%3e%3cg%20id='Group'%20transform='translate(8.000000,%209.000000)'%20stroke-width='1.5'%3e%3cpath%20d='M1,7%20L1,0'%20id='Path-2'%3e%3c/path%3e%3c/g%3e%3cpolyline%20id='Path-3'%20stroke-width='1.5'%20points='5%2012%209%208%2013%2012'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='22px'%20viewBox='0%200%2018%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%20fill-rule='nonzero'%20stroke='%23000000'%3e%3cg%20id='File-Icon'%3e%3cpath%20d='M11.7928932,0.5%20L11.5,0.5%20L11.5,6.5%20L17.5,6.5%20L17.5,6.20710678%20L11.7928932,0.5%20Z'%20id='Path-8'%3e%3c/path%3e%3cpath%20d='M0.5,0.5%20L0.5,21.5%20L17.5,21.5%20L17.5,6.5%20L11.5,6.5%20L11.5,0.5%20L0.5,0.5%20Z'%20id='Rectangle-26'%3e%3c/path%3e%3c/g%3e%3cg%20id='Group'%20transform='translate(8.000000,%209.000000)'%20stroke-width='1.5'%3e%3cpath%20d='M1,7%20L1,0'%20id='Path-2'%3e%3c/path%3e%3c/g%3e%3cpolyline%20id='Path-3'%20stroke-width='1.5'%20points='5%2012%209%208%2013%2012'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-file-upload-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='15px'%20height='19px'%20viewBox='0%200%2015%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20fill-rule='nonzero'%3e%3cg%20id='File-Icon-Copy'%20stroke='%23000000'%3e%3cpath%20d='M9.79289322,0.5%20L9.5,0.5%20L9.5,5.5%20L14.5,5.5%20L14.5,5.20710678%20L9.79289322,0.5%20Z'%20id='Path-8'%3e%3c/path%3e%3cpath%20d='M0.5,0.5%20L0.5,18.5%20L14.5,18.5%20L14.5,5.5%20L9.5,5.5%20L9.5,0.5%20L0.5,0.5%20Z'%20id='Rectangle-26'%3e%3c/path%3e%3c/g%3e%3crect%20id='Rectangle'%20fill='%23000000'%20x='7'%20y='8'%20width='1'%20height='6'%3e%3c/rect%3e%3cpath%20d='M10.5,10.5%20C8.5,8.5%207.5,7.5%207.5,7.5%20C7.5,7.5%206.5,8.5%204.5,10.5'%20id='Path-4'%20stroke='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='15px'%20height='19px'%20viewBox='0%200%2015%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20fill-rule='nonzero'%3e%3cg%20id='File-Icon-Copy'%20stroke='%23000000'%3e%3cpath%20d='M9.79289322,0.5%20L9.5,0.5%20L9.5,5.5%20L14.5,5.5%20L14.5,5.20710678%20L9.79289322,0.5%20Z'%20id='Path-8'%3e%3c/path%3e%3cpath%20d='M0.5,0.5%20L0.5,18.5%20L14.5,18.5%20L14.5,5.5%20L9.5,5.5%20L9.5,0.5%20L0.5,0.5%20Z'%20id='Rectangle-26'%3e%3c/path%3e%3c/g%3e%3crect%20id='Rectangle'%20fill='%23000000'%20x='7'%20y='8'%20width='1'%20height='6'%3e%3c/rect%3e%3cpath%20d='M10.5,10.5%20C8.5,8.5%207.5,7.5%207.5,7.5%20C7.5,7.5%206.5,8.5%204.5,10.5'%20id='Path-4'%20stroke='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-select{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eselect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='select'%20transform='translate(1.000000,%205.000000)'%3e%3crect%20id='Rectangle-2'%20stroke='%23000000'%20x='0.5'%20y='0.5'%20width='21'%20height='13'%20rx='3'%3e%3c/rect%3e%3cpolygon%20id='Path-2'%20fill='%23000000'%20points='19%206%2016.5%209%2014%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eselect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='select'%20transform='translate(1.000000,%205.000000)'%3e%3crect%20id='Rectangle-2'%20stroke='%23000000'%20x='0.5'%20y='0.5'%20width='21'%20height='13'%20rx='3'%3e%3c/rect%3e%3cpolygon%20id='Path-2'%20fill='%23000000'%20points='19%206%2016.5%209%2014%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-select-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='10px'%20viewBox='0%200%2018%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eselect-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group'%20transform='translate(-3.000000,%20-6.000000)'%3e%3cg%20id='select-small'%20transform='translate(3.000000,%206.000000)'%3e%3crect%20id='Rectangle-2-Copy'%20stroke='%23000000'%20x='0.5'%20y='0.5'%20width='17'%20height='9'%20rx='3'%3e%3c/rect%3e%3cpolygon%20id='Path-2-Copy'%20fill='%23000000'%20points='15%204%2013%207%2011%204'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='10px'%20viewBox='0%200%2018%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eselect-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group'%20transform='translate(-3.000000,%20-6.000000)'%3e%3cg%20id='select-small'%20transform='translate(3.000000,%206.000000)'%3e%3crect%20id='Rectangle-2-Copy'%20stroke='%23000000'%20x='0.5'%20y='0.5'%20width='17'%20height='9'%20rx='3'%3e%3c/rect%3e%3cpolygon%20id='Path-2-Copy'%20fill='%23000000'%20points='15%204%2013%207%2011%204'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-fit-window{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efit-window%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='fit-window'%3e%3cg%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20points='8%200%2014%200%2014%206'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(3.000000,%2011.000000)%20rotate(-180.000000)%20translate(-3.000000,%20-11.000000)%20'%20points='0%208%206%208%206%2014'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(3.000000,%203.000000)%20rotate(-90.000000)%20translate(-3.000000,%20-3.000000)%20'%20points='0%200%206%200%206%206'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(11.000000,%2011.000000)%20rotate(-270.000000)%20translate(-11.000000,%20-11.000000)%20'%20points='8%208%2014%208%2014%2014'%3e%3c/polygon%3e%3cpath%20d='M2,12%20L5,9'%20id='Path-10'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M2,2%20L5,5'%20id='Path-6'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M12,2%20L9,5'%20id='Path-8'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M12,12%20L9,9'%20id='Path-9'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efit-window%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='fit-window'%3e%3cg%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20points='8%200%2014%200%2014%206'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(3.000000,%2011.000000)%20rotate(-180.000000)%20translate(-3.000000,%20-11.000000)%20'%20points='0%208%206%208%206%2014'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(3.000000,%203.000000)%20rotate(-90.000000)%20translate(-3.000000,%20-3.000000)%20'%20points='0%200%206%200%206%206'%3e%3c/polygon%3e%3cpolygon%20id='Path-7'%20fill='%23000000'%20transform='translate(11.000000,%2011.000000)%20rotate(-270.000000)%20translate(-11.000000,%20-11.000000)%20'%20points='8%208%2014%208%2014%2014'%3e%3c/polygon%3e%3cpath%20d='M2,12%20L5,9'%20id='Path-10'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M2,2%20L5,5'%20id='Path-6'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M12,2%20L9,5'%20id='Path-8'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M12,12%20L9,9'%20id='Path-9'%20stroke='%23000000'%20stroke-width='2'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-inspect{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='3px'%20height='15px'%20viewBox='0%200%203%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einspect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='inspect'%20fill='%23000000'%3e%3cpath%20d='M0,7%20L3,7%20L3,15%20L0,15%20L0,7%20Z%20M0,0%20L3,0%20L3,3%20L0,3%20L0,0%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='3px'%20height='15px'%20viewBox='0%200%203%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einspect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='inspect'%20fill='%23000000'%3e%3cpath%20d='M0,7%20L3,7%20L3,15%20L0,15%20L0,7%20Z%20M0,0%20L3,0%20L3,3%20L0,3%20L0,0%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-connect{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='19px'%20viewBox='0%200%2020%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3econnect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(1.000000,%201.000000)'%20stroke-width='2'%20stroke='%23000000'%3e%3cg%3e%3ccircle%20id='Oval-5'%20cx='3'%20cy='14'%20r='3'%3e%3c/circle%3e%3ccircle%20id='Oval-5-Copy'%20cx='15'%20cy='14'%20r='3'%3e%3c/circle%3e%3ccircle%20id='Oval-5-Copy-2'%20cx='9'%20cy='3'%20r='3'%3e%3c/circle%3e%3cpath%20d='M10.432928,5.63727443%20L13.6429716,11.4443608'%20id='Path-27'%3e%3c/path%3e%3cpath%20d='M7.60670024,5.55327383%20L4.46568824,11.4952262'%20id='Path-26'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='19px'%20viewBox='0%200%2020%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3econnect%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(1.000000,%201.000000)'%20stroke-width='2'%20stroke='%23000000'%3e%3cg%3e%3ccircle%20id='Oval-5'%20cx='3'%20cy='14'%20r='3'%3e%3c/circle%3e%3ccircle%20id='Oval-5-Copy'%20cx='15'%20cy='14'%20r='3'%3e%3c/circle%3e%3ccircle%20id='Oval-5-Copy-2'%20cx='9'%20cy='3'%20r='3'%3e%3c/circle%3e%3cpath%20d='M10.432928,5.63727443%20L13.6429716,11.4443608'%20id='Path-27'%3e%3c/path%3e%3cpath%20d='M7.60670024,5.55327383%20L4.46568824,11.4952262'%20id='Path-26'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-close{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='7px'%20height='7px'%20viewBox='0%200%207%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eclose%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='close'%20fill='%23979797'%20fill-rule='nonzero'%3e%3cpolygon%20id='Path-3'%20points='6.35355339%205.64644661%205.64644661%206.35355339%200.646446609%201.35355339%201.35355339%200.646446609'%3e%3c/polygon%3e%3cpolygon%20id='Path-4'%20points='5.64644661%200.646446609%206.35355339%201.35355339%201.35355339%206.35355339%200.646446609%205.64644661'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='7px'%20height='7px'%20viewBox='0%200%207%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eclose%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='close'%20fill='%23979797'%20fill-rule='nonzero'%3e%3cpolygon%20id='Path-3'%20points='6.35355339%205.64644661%205.64644661%206.35355339%200.646446609%201.35355339%201.35355339%200.646446609'%3e%3c/polygon%3e%3cpolygon%20id='Path-4'%20points='5.64644661%200.646446609%206.35355339%201.35355339%201.35355339%206.35355339%200.646446609%205.64644661'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-close-big{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_close%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation/ic_close'%20transform='translate(-5.000000,%20-5.000000)'%3e%3cg%20id='ic_close'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Icon'%20fill='%23000000'%20points='19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_close%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation/ic_close'%20transform='translate(-5.000000,%20-5.000000)'%3e%3cg%20id='ic_close'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Icon'%20fill='%23000000'%20points='19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-clear{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_clear%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_clear'%20fill='%23000000'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='14%201.41%2012.59%200%207%205.59%201.41%200%200%201.41%205.59%207%200%2012.59%201.41%2014%207%208.41%2012.59%2014%2014%2012.59%208.41%207'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_clear%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_clear'%20fill='%23000000'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='14%201.41%2012.59%200%207%205.59%201.41%200%200%201.41%205.59%207%200%2012.59%201.41%2014%207%208.41%2012.59%2014%2014%2012.59%208.41%207'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-layers{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='19px'%20viewBox='0%200%2018%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_layers%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_layers'%20transform='translate(-3.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M11.99,18.54%20L4.62,12.81%20L3,14.07%20L12,21.07%20L21,14.07%20L19.37,12.8%20L11.99,18.54%20L11.99,18.54%20Z%20M12,16%20L19.36,10.27%20L21,9%20L12,2%20L3,9%20L4.63,10.27%20L12,16%20L12,16%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='19px'%20viewBox='0%200%2018%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_layers%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_layers'%20transform='translate(-3.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M11.99,18.54%20L4.62,12.81%20L3,14.07%20L12,21.07%20L21,14.07%20L19.37,12.8%20L11.99,18.54%20L11.99,18.54%20Z%20M12,16%20L19.36,10.27%20L21,9%20L12,2%20L3,9%20L4.63,10.27%20L12,16%20L12,16%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-section-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3esection%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='section-icon'%20stroke='%23444444'%3e%3crect%20id='section'%20x='0.5'%20y='0.5'%20width='15'%20height='11'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3esection%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='section-icon'%20stroke='%23444444'%3e%3crect%20id='section'%20x='0.5'%20y='0.5'%20width='15'%20height='11'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-ellipse-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eellipse-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-4.000000,%20-4.000000)'%20stroke='%23444444'%3e%3ccircle%20id='ellipse-small'%20cx='12'%20cy='12'%20r='7.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eellipse-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-4.000000,%20-4.000000)'%20stroke='%23444444'%3e%3ccircle%20id='ellipse-small'%20cx='12'%20cy='12'%20r='7.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-shape-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23000000;stroke-miterlimit:10;}%20%3c/style%3e%3cpath%20class='st0'%20d='M7.5,18.8c-0.5-0.2-1-0.7-1-1.3v-12c0-0.6,0.4-1,1-1h6c0.6,0,1.2,0.4,1.4,0.9l3.1,6.2c0.2,0.5,0.3,1.3,0,1.8%20l-3.1,6.7c-0.2,0.5-0.9,0.8-1.4,0.6L7.5,18.8z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23000000;stroke-miterlimit:10;}%20%3c/style%3e%3cpath%20class='st0'%20d='M7.5,18.8c-0.5-0.2-1-0.7-1-1.3v-12c0-0.6,0.4-1,1-1h6c0.6,0,1.2,0.4,1.4,0.9l3.1,6.2c0.2,0.5,0.3,1.3,0,1.8%20l-3.1,6.7c-0.2,0.5-0.9,0.8-1.4,0.6L7.5,18.8z'/%3e%3c/svg%3e")}.icon-image-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image'%3e%3cg%3e%3crect%20id='section'%20stroke='%23444444'%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3cpolygon%20id='Rectangle-14'%20fill='%23444444'%20points='3%207%206%204%2012%2010%2014%208%2017%2011%2017%2012%203%2012'%3e%3c/polygon%3e%3ccircle%20id='Path'%20fill='%23444444'%20cx='15.5'%20cy='4.5'%20r='1.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='15px'%20viewBox='0%200%2020%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eimage%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='image'%3e%3cg%3e%3crect%20id='section'%20stroke='%23444444'%20x='0.5'%20y='0.5'%20width='19'%20height='14'%3e%3c/rect%3e%3cpolygon%20id='Rectangle-14'%20fill='%23444444'%20points='3%207%206%204%2012%2010%2014%208%2017%2011%2017%2012%203%2012'%3e%3c/polygon%3e%3ccircle%20id='Path'%20fill='%23444444'%20cx='15.5'%20cy='4.5'%20r='1.5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-label-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='11px'%20viewBox='0%200%2016%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text-small'%20transform='translate(0.000000,%20-3.000000)'%20fill='%23000000'%3e%3cpath%20d='M1.495,13%20L0.065,13%20L4.056,3.796%20L5.226,3.796%20L9.178,13%20L7.722,13%20L6.786,10.738%20L2.418,10.738%20L1.495,13%20Z%20M2.873,9.607%20L6.318,9.607%20L4.602,5.291%20L2.873,9.607%20Z%20M14.131,9.009%20C14.131,8.54966437%2013.9923347,8.2095011%2013.715,7.9885%20C13.4376653,7.76749889%2013.0693356,7.657%2012.61,7.657%20C12.2633316,7.657%2011.9361682,7.72416599%2011.6285,7.8585%20C11.3208318,7.992834%2011.063001,8.16399896%2010.855,8.372%20L10.205,7.592%20C10.5083348,7.30599857%2010.8788311,7.08066749%2011.3165,6.916%20C11.7541689,6.75133251%2012.2243308,6.669%2012.727,6.669%20C13.1690022,6.669%2013.5524984,6.7318327%2013.8775,6.8575%20C14.2025016,6.98316729%2014.468999,7.15433225%2014.677,7.371%20C14.885001,7.58766775%2015.0409995,7.84333186%2015.145,8.138%20C15.2490005,8.43266814%2015.301,8.74899831%2015.301,9.087%20L15.301,11.778%20C15.301,11.986001%2015.3074999,12.2048322%2015.3205,12.4345%20C15.3335001,12.6641678%2015.3573332,12.8526659%2015.392,13%20L14.287,13%20C14.2176663,12.7053319%2014.183,12.4106681%2014.183,12.116%20L14.144,12.116%20C13.9186655,12.445335%2013.634835,12.7009991%2013.2925,12.883%20C12.950165,13.0650009%2012.5450023,13.156%2012.077,13.156%20C11.8343321,13.156%2011.5808347,13.1235003%2011.3165,13.0585%20C11.0521653,12.9934997%2010.8116677,12.8873341%2010.595,12.74%20C10.3783322,12.5926659%2010.1985007,12.3976679%2010.0555,12.155%20C9.91249928,11.9123321%209.841,11.6133351%209.841,11.258%20C9.841,10.7899977%209.96666541,10.4195014%2010.218,10.1465%20C10.4693346,9.87349864%2010.7986646,9.66550072%2011.206,9.5225%20C11.6133354,9.37949928%2012.0726641,9.28633355%2012.584,9.243%20C13.0953359,9.19966645%2013.6109974,9.178%2014.131,9.178%20L14.131,9.009%20Z%20M13.832,10.062%20C13.5286652,10.062%2013.2145016,10.0749999%2012.8895,10.101%20C12.5644984,10.1270001%2012.2698347,10.1789996%2012.0055,10.257%20C11.7411653,10.3350004%2011.5223342,10.4519992%2011.349,10.608%20C11.1756658,10.7640008%2011.089,10.9719987%2011.089,11.232%20C11.089,11.4140009%2011.125833,11.5656661%2011.1995,11.687%20C11.273167,11.8083339%2011.3706661,11.9079996%2011.492,11.986%20C11.6133339,12.0640004%2011.7476659,12.1181665%2011.895,12.1485%20C12.0423341,12.1788335%2012.1939992,12.194%2012.35,12.194%20C12.9220029,12.194%2013.3618318,12.022835%2013.6695,11.6805%20C13.9771682,11.338165%2014.131,10.9070026%2014.131,10.387%20L14.131,10.062%20L13.832,10.062%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='11px'%20viewBox='0%200%2016%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etext-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='text-small'%20transform='translate(0.000000,%20-3.000000)'%20fill='%23000000'%3e%3cpath%20d='M1.495,13%20L0.065,13%20L4.056,3.796%20L5.226,3.796%20L9.178,13%20L7.722,13%20L6.786,10.738%20L2.418,10.738%20L1.495,13%20Z%20M2.873,9.607%20L6.318,9.607%20L4.602,5.291%20L2.873,9.607%20Z%20M14.131,9.009%20C14.131,8.54966437%2013.9923347,8.2095011%2013.715,7.9885%20C13.4376653,7.76749889%2013.0693356,7.657%2012.61,7.657%20C12.2633316,7.657%2011.9361682,7.72416599%2011.6285,7.8585%20C11.3208318,7.992834%2011.063001,8.16399896%2010.855,8.372%20L10.205,7.592%20C10.5083348,7.30599857%2010.8788311,7.08066749%2011.3165,6.916%20C11.7541689,6.75133251%2012.2243308,6.669%2012.727,6.669%20C13.1690022,6.669%2013.5524984,6.7318327%2013.8775,6.8575%20C14.2025016,6.98316729%2014.468999,7.15433225%2014.677,7.371%20C14.885001,7.58766775%2015.0409995,7.84333186%2015.145,8.138%20C15.2490005,8.43266814%2015.301,8.74899831%2015.301,9.087%20L15.301,11.778%20C15.301,11.986001%2015.3074999,12.2048322%2015.3205,12.4345%20C15.3335001,12.6641678%2015.3573332,12.8526659%2015.392,13%20L14.287,13%20C14.2176663,12.7053319%2014.183,12.4106681%2014.183,12.116%20L14.144,12.116%20C13.9186655,12.445335%2013.634835,12.7009991%2013.2925,12.883%20C12.950165,13.0650009%2012.5450023,13.156%2012.077,13.156%20C11.8343321,13.156%2011.5808347,13.1235003%2011.3165,13.0585%20C11.0521653,12.9934997%2010.8116677,12.8873341%2010.595,12.74%20C10.3783322,12.5926659%2010.1985007,12.3976679%2010.0555,12.155%20C9.91249928,11.9123321%209.841,11.6133351%209.841,11.258%20C9.841,10.7899977%209.96666541,10.4195014%2010.218,10.1465%20C10.4693346,9.87349864%2010.7986646,9.66550072%2011.206,9.5225%20C11.6133354,9.37949928%2012.0726641,9.28633355%2012.584,9.243%20C13.0953359,9.19966645%2013.6109974,9.178%2014.131,9.178%20L14.131,9.009%20Z%20M13.832,10.062%20C13.5286652,10.062%2013.2145016,10.0749999%2012.8895,10.101%20C12.5644984,10.1270001%2012.2698347,10.1789996%2012.0055,10.257%20C11.7411653,10.3350004%2011.5223342,10.4519992%2011.349,10.608%20C11.1756658,10.7640008%2011.089,10.9719987%2011.089,11.232%20C11.089,11.4140009%2011.125833,11.5656661%2011.1995,11.687%20C11.273167,11.8083339%2011.3706661,11.9079996%2011.492,11.986%20C11.6133339,12.0640004%2011.7476659,12.1181665%2011.895,12.1485%20C12.0423341,12.1788335%2012.1939992,12.194%2012.35,12.194%20C12.9220029,12.194%2013.3618318,12.022835%2013.6695,11.6805%20C13.9771682,11.338165%2014.131,10.9070026%2014.131,10.387%20L14.131,10.062%20L13.832,10.062%20Z'%20id='Aa'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-list-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elist-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='list-small'%20stroke='%23444444'%3e%3crect%20id='Rectangle-3'%20x='0.5'%20y='0.5'%20width='15'%20height='12'%3e%3c/rect%3e%3cpath%20d='M0.503703704,4.5%20L15.5,4.5'%20id='Line'%20stroke-linecap='square'%3e%3c/path%3e%3cpath%20d='M0.503703704,8.5%20L15.5,8.5'%20id='Line-Copy'%20stroke-linecap='square'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elist-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='list-small'%20stroke='%23444444'%3e%3crect%20id='Rectangle-3'%20x='0.5'%20y='0.5'%20width='15'%20height='12'%3e%3c/rect%3e%3cpath%20d='M0.503703704,4.5%20L15.5,4.5'%20id='Line'%20stroke-linecap='square'%3e%3c/path%3e%3cpath%20d='M0.503703704,8.5%20L15.5,8.5'%20id='Line-Copy'%20stroke-linecap='square'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-input-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='10px'%20viewBox='0%200%2016%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einput-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='input-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,9%20L15,9%20L15,1%20L1,1%20Z%20M16,0%20L16,10%20L0,10%20L0,0%20L16,0%20Z'%20id='Rectangle-path'%3e%3c/path%3e%3cpath%20d='M2,2%20L3,2%20L3,8%20L2,8%20L2,2%20Z%20M3,8%20L2,8%20L2,2%20L3,2%20L3,8%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='10px'%20viewBox='0%200%2016%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3einput-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='input-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,9%20L15,9%20L15,1%20L1,1%20Z%20M16,0%20L16,10%20L0,10%20L0,0%20L16,0%20Z'%20id='Rectangle-path'%3e%3c/path%3e%3cpath%20d='M2,2%20L3,2%20L3,8%20L2,8%20L2,2%20Z%20M3,8%20L2,8%20L2,2%20L3,2%20L3,8%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-eye{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='12px'%20viewBox='0%200%2017%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eeye%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-275.000000,%20-341.000000)'%20fill='%23444444'%3e%3cg%20id='Layers'%20transform='translate(0.000000,%20189.000000)'%3e%3cg%20id='eye'%20transform='translate(275.000000,%20152.000000)'%3e%3cpath%20d='M0.751868944,6%20C2.09840293,2.91811237%205.17361663,0.76434801%208.75186894,0.76434801%20C12.3301213,0.76434801%2015.405335,2.91811237%2016.7518689,6%20C15.405335,9.08188763%2012.3301213,11.235652%208.75186894,11.235652%20C5.17361663,11.235652%202.09840293,9.08188763%200.751868944,6%20Z%20M8.75186894,9.78130421%20C10.8402256,9.78130421%2012.5331732,8.08835665%2012.5331732,6%20C12.5331732,3.91164335%2010.8402256,2.21869579%208.75186894,2.21869579%20C6.66351229,2.21869579%204.97056473,3.91164335%204.97056473,6%20C4.97056473,8.08835665%206.66351229,9.78130421%208.75186894,9.78130421%20Z%20M8.75186894,7.74521733%20C7.78801203,7.74521733%207.00665161,6.96385692%207.00665161,6%20C7.00665161,5.03614308%207.78801203,4.25478267%208.75186894,4.25478267%20C9.71572586,4.25478267%2010.4970863,5.03614308%2010.4970863,6%20C10.4970863,6.96385692%209.71572586,7.74521733%208.75186894,7.74521733%20Z'%20id='Combined-Shape-Copy'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='12px'%20viewBox='0%200%2017%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eeye%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-275.000000,%20-341.000000)'%20fill='%23444444'%3e%3cg%20id='Layers'%20transform='translate(0.000000,%20189.000000)'%3e%3cg%20id='eye'%20transform='translate(275.000000,%20152.000000)'%3e%3cpath%20d='M0.751868944,6%20C2.09840293,2.91811237%205.17361663,0.76434801%208.75186894,0.76434801%20C12.3301213,0.76434801%2015.405335,2.91811237%2016.7518689,6%20C15.405335,9.08188763%2012.3301213,11.235652%208.75186894,11.235652%20C5.17361663,11.235652%202.09840293,9.08188763%200.751868944,6%20Z%20M8.75186894,9.78130421%20C10.8402256,9.78130421%2012.5331732,8.08835665%2012.5331732,6%20C12.5331732,3.91164335%2010.8402256,2.21869579%208.75186894,2.21869579%20C6.66351229,2.21869579%204.97056473,3.91164335%204.97056473,6%20C4.97056473,8.08835665%206.66351229,9.78130421%208.75186894,9.78130421%20Z%20M8.75186894,7.74521733%20C7.78801203,7.74521733%207.00665161,6.96385692%207.00665161,6%20C7.00665161,5.03614308%207.78801203,4.25478267%208.75186894,4.25478267%20C9.71572586,4.25478267%2010.4970863,5.03614308%2010.4970863,6%20C10.4970863,6.96385692%209.71572586,7.74521733%208.75186894,7.74521733%20Z'%20id='Combined-Shape-Copy'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-eye-closed{-webkit-mask-image:url(./eye-closed-CqLuceWn.svg);mask-image:url(./eye-closed-CqLuceWn.svg)}.icon-hidden{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='15px'%20viewBox='0%200%2017%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ehidden%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='hidden'%20fill='%23444444'%3e%3cpath%20d='M3.85931205,10.7360862%20C2.50093945,9.81463451%201.41608805,8.5202354%200.751868944,7%20C2.09840293,3.91811237%205.17361663,1.76434801%208.75186894,1.76434801%20C9.95583994,1.76434801%2011.1028612,2.00817867%2012.1462456,2.44915272%20L14.3025051,0.292893219%20L15.7167186,1.70710678%20L2.70710678,14.7167186%20L1.29289322,13.3025051%20L3.85931205,10.7360862%20Z%20M10.7844884,3.81090992%20C10.1974772,3.43598904%209.50004886,3.21869579%208.75186894,3.21869579%20C6.66351229,3.21869579%204.97056473,4.91164335%204.97056473,7%20C4.97056473,7.74817991%205.18785799,8.44560827%205.56277886,9.03261941%20L7.08306284,7.51233543%20C7.03338536,7.35032763%207.00665161,7.17828581%207.00665161,7%20C7.00665161,6.03614308%207.78801203,5.25478267%208.75186894,5.25478267%20C8.93015476,5.25478267%209.10219657,5.28151642%209.26420437,5.3311939%20L10.7844884,3.81090992%20Z%20M7.30720483,12.1166206%20L8.64402934,10.7797961%20C8.67985348,10.7807993%208.71580224,10.7813042%208.75186894,10.7813042%20C10.8402256,10.7813042%2012.5331732,9.08835665%2012.5331732,7%20C12.5331732,6.9639333%2012.5326682,6.92798454%2012.531665,6.8921604%20L15.0122415,4.4115839%20C15.7369957,5.15784326%2016.3294818,6.03325883%2016.7518689,7%20C15.405335,10.0818876%2012.3301213,12.235652%208.75186894,12.235652%20C8.25973604,12.235652%207.77711848,12.194912%207.30720483,12.1166206%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='15px'%20viewBox='0%200%2017%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ehidden%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='hidden'%20fill='%23444444'%3e%3cpath%20d='M3.85931205,10.7360862%20C2.50093945,9.81463451%201.41608805,8.5202354%200.751868944,7%20C2.09840293,3.91811237%205.17361663,1.76434801%208.75186894,1.76434801%20C9.95583994,1.76434801%2011.1028612,2.00817867%2012.1462456,2.44915272%20L14.3025051,0.292893219%20L15.7167186,1.70710678%20L2.70710678,14.7167186%20L1.29289322,13.3025051%20L3.85931205,10.7360862%20Z%20M10.7844884,3.81090992%20C10.1974772,3.43598904%209.50004886,3.21869579%208.75186894,3.21869579%20C6.66351229,3.21869579%204.97056473,4.91164335%204.97056473,7%20C4.97056473,7.74817991%205.18785799,8.44560827%205.56277886,9.03261941%20L7.08306284,7.51233543%20C7.03338536,7.35032763%207.00665161,7.17828581%207.00665161,7%20C7.00665161,6.03614308%207.78801203,5.25478267%208.75186894,5.25478267%20C8.93015476,5.25478267%209.10219657,5.28151642%209.26420437,5.3311939%20L10.7844884,3.81090992%20Z%20M7.30720483,12.1166206%20L8.64402934,10.7797961%20C8.67985348,10.7807993%208.71580224,10.7813042%208.75186894,10.7813042%20C10.8402256,10.7813042%2012.5331732,9.08835665%2012.5331732,7%20C12.5331732,6.9639333%2012.5326682,6.92798454%2012.531665,6.8921604%20L15.0122415,4.4115839%20C15.7369957,5.15784326%2016.3294818,6.03325883%2016.7518689,7%20C15.405335,10.0818876%2012.3301213,12.235652%208.75186894,12.235652%20C8.25973604,12.235652%207.77711848,12.194912%207.30720483,12.1166206%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-group,.icon-group-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efolder%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='folder-icon'%20fill='%23444444'%3e%3cpath%20d='M5,1.137e-13%20C6,-2.75203687e-14%206,2%207,2%20C7.66666667,2%2010.6666667,2%2016,2%20L16,12%20L0,12%20L0,1.31622784e-17%20C2.66666667,1.69967629e-13%204.33333333,2.07863241e-13%205,1.137e-13%20Z'%20id='folder'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efolder%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='folder-icon'%20fill='%23444444'%3e%3cpath%20d='M5,1.137e-13%20C6,-2.75203687e-14%206,2%207,2%20C7.66666667,2%2010.6666667,2%2016,2%20L16,12%20L0,12%20L0,1.31622784e-17%20C2.66666667,1.69967629e-13%204.33333333,2.07863241e-13%205,1.137e-13%20Z'%20id='folder'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-lightning{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='7px'%20height='16px'%20viewBox='0%200%207%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elightning%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Lightning-gray'%20fill='%23444444'%3e%3cpolygon%20id='lightning'%20points='5%200%200%209%203%2010%202%2016%207%207%204%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='7px'%20height='16px'%20viewBox='0%200%207%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3elightning%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Lightning-gray'%20fill='%23444444'%3e%3cpolygon%20id='lightning'%20points='5%200%200%209%203%2010%202%2016%207%207%204%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-expand{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-expand-vertical{transform:rotate(90deg);-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy-3'%20transform='translate(-8.000000,%20-6.000000)'%20fill='%23000000'%3e%3cg%20id='ic_chevron_right'%3e%3cg%20transform='translate(8.000000,%206.000000)'%20id='Icon-24px'%3e%3cg%3e%3cpolygon%20id='Shape'%20points='2%200%200.59%201.41%205.17%206%200.59%2010.59%202%2012%208%206'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-down-arrow-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='6px'%20height='3px'%20viewBox='0%200%206%203'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3edown-arrow-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='down-arrow-small'%20fill='%23000000'%20points='0%200%203%203%206%200'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='6px'%20height='3px'%20viewBox='0%200%206%203'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3edown-arrow-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='down-arrow-small'%20fill='%23000000'%20points='0%200%203%203%206%200'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e")}.icon-up-arrow-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='6px'%20height='3px'%20viewBox='0%200%206%203'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eup-arrow-small%20copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='up-arrow-small-copy'%20fill='%23000000'%20transform='translate(3.000000,%201.500000)%20rotate(180.000000)%20translate(-3.000000,%20-1.500000)%20'%20points='0%200%203%203%206%200'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='6px'%20height='3px'%20viewBox='0%200%206%203'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eup-arrow-small%20copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='up-arrow-small-copy'%20fill='%23000000'%20transform='translate(3.000000,%201.500000)%20rotate(180.000000)%20translate(-3.000000,%20-1.500000)%20'%20points='0%200%203%203%206%200'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e")}.icon-trash{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM19%204h-3.5l-1-1h-5l-1%201H5v2h14V4z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM19%204h-3.5l-1-1h-5l-1%201H5v2h14V4z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-trash-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='13px'%20viewBox='0%200%2010%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etrash-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='trash-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='Page-1'%3e%3cg%20id='Desktop-HD'%3e%3cg%20id='Group-11'%3e%3cpath%20d='M2.9999,1%20C2.9999,0.44771525%203.44761525,0%203.9999,0%20L5.9999,0%20C6.55218475,0%206.9999,0.44771525%206.9999,1%20L9.203,1%20C9.643,1%2010,1.357%2010,1.797%20L10,3%20L0,3%20L0,1.801%20C0,1.358%200.358,1%200.801,1%20L2.9999,1%20Z%20M0.9999,13%20L0.9999,4%20L8.9999,4%20L8.9999,13%20L0.9999,13%20Z'%20id='trash'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='13px'%20viewBox='0%200%2010%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2050.2%20(55047)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etrash-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='trash-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='Page-1'%3e%3cg%20id='Desktop-HD'%3e%3cg%20id='Group-11'%3e%3cpath%20d='M2.9999,1%20C2.9999,0.44771525%203.44761525,0%203.9999,0%20L5.9999,0%20C6.55218475,0%206.9999,0.44771525%206.9999,1%20L9.203,1%20C9.643,1%2010,1.357%2010,1.797%20L10,3%20L0,3%20L0,1.801%20C0,1.358%200.358,1%200.801,1%20L2.9999,1%20Z%20M0.9999,13%20L0.9999,4%20L8.9999,4%20L8.9999,13%20L0.9999,13%20Z'%20id='trash'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-pencil-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_create%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_create'%20transform='translate(0.000000,%20-1.000000)'%20fill='%23000000'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M0,10.5%20L0,13%20L2.5,13%20L9.87333333,5.62666667%20L7.37333333,3.12666667%20L0,10.5%20L0,10.5%20Z%20M11.8066667,3.69333333%20C12.0666667,3.43333333%2012.0666667,3.01333333%2011.8066667,2.75333333%20L10.2466667,1.19333333%20C9.98666667,0.933333333%209.56666667,0.933333333%209.30666667,1.19333333%20L8.08666667,2.41333333%20L10.5866667,4.91333333%20L11.8066667,3.69333333%20L11.8066667,3.69333333%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_create%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_create'%20transform='translate(0.000000,%20-1.000000)'%20fill='%23000000'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M0,10.5%20L0,13%20L2.5,13%20L9.87333333,5.62666667%20L7.37333333,3.12666667%20L0,10.5%20L0,10.5%20Z%20M11.8066667,3.69333333%20C12.0666667,3.43333333%2012.0666667,3.01333333%2011.8066667,2.75333333%20L10.2466667,1.19333333%20C9.98666667,0.933333333%209.56666667,0.933333333%209.30666667,1.19333333%20L8.08666667,2.41333333%20L10.5866667,4.91333333%20L11.8066667,3.69333333%20L11.8066667,3.69333333%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-text-align-left{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-left'%20fill='%23444444'%3e%3cg%20id='Group-Copy-2'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='0'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='0'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-left'%20fill='%23444444'%3e%3cg%20id='Group-Copy-2'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='0'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='0'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-text-align-center{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-center'%20fill='%23444444'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='3'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='3'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-center'%20fill='%23444444'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='3'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='3'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-text-align-right{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-right'%20fill='%23444444'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='6'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='6'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='13px'%20viewBox='0%200%2016%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2047.1%20(45422)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='align-right'%20fill='%23444444'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy'%20x='6'%20y='4'%20width='10'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-2'%20x='0'%20y='8'%20width='16'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-3'%20x='6'%20y='12'%20width='10'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-database{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='17px'%20viewBox='0%200%2017%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3edatabase%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='database'%20stroke='%23000000'%3e%3cg%3e%3cpath%20d='M16.5,4%20C16.5,5.933%2012.918,7.5%208.5,7.5%20C4.082,7.5%200.5,5.933%200.5,4%20C0.5,2.067%204.082,0.5%208.5,0.5%20C12.918,0.5%2016.5,2.067%2016.5,4%20Z'%20id='Stroke-1'%3e%3c/path%3e%3cpath%20d='M0.5,4%20C0.5,5.933%204.082,7.5%208.5,7.5%20C12.918,7.5%2016.5,5.933%2016.5,4%20L16.5,7%20C16.5,8.933%2012.918,10.5%208.5,10.5%20C4.082,10.5%200.5,8.933%200.5,7%20L0.5,4%20Z'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M0.5,7%20C0.5,8.933%204.082,10.5%208.5,10.5%20C12.918,10.5%2016.5,8.933%2016.5,7%20L16.5,10%20C16.5,11.933%2012.918,13.5%208.5,13.5%20C4.082,13.5%200.5,11.933%200.5,10%20L0.5,7%20Z'%20id='Stroke-5'%3e%3c/path%3e%3cpath%20d='M0.5,10%20C0.5,11.933%204.082,13.5%208.5,13.5%20C12.918,13.5%2016.5,11.933%2016.5,10%20L16.5,13%20C16.5,14.933%2012.918,16.5%208.5,16.5%20C4.082,16.5%200.5,14.933%200.5,13%20L0.5,10%20Z'%20id='Stroke-7'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='17px'%20viewBox='0%200%2017%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3edatabase%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='database'%20stroke='%23000000'%3e%3cg%3e%3cpath%20d='M16.5,4%20C16.5,5.933%2012.918,7.5%208.5,7.5%20C4.082,7.5%200.5,5.933%200.5,4%20C0.5,2.067%204.082,0.5%208.5,0.5%20C12.918,0.5%2016.5,2.067%2016.5,4%20Z'%20id='Stroke-1'%3e%3c/path%3e%3cpath%20d='M0.5,4%20C0.5,5.933%204.082,7.5%208.5,7.5%20C12.918,7.5%2016.5,5.933%2016.5,4%20L16.5,7%20C16.5,8.933%2012.918,10.5%208.5,10.5%20C4.082,10.5%200.5,8.933%200.5,7%20L0.5,4%20Z'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M0.5,7%20C0.5,8.933%204.082,10.5%208.5,10.5%20C12.918,10.5%2016.5,8.933%2016.5,7%20L16.5,10%20C16.5,11.933%2012.918,13.5%208.5,13.5%20C4.082,13.5%200.5,11.933%200.5,10%20L0.5,7%20Z'%20id='Stroke-5'%3e%3c/path%3e%3cpath%20d='M0.5,10%20C0.5,11.933%204.082,13.5%208.5,13.5%20C12.918,13.5%2016.5,11.933%2016.5,10%20L16.5,13%20C16.5,14.933%2012.918,16.5%208.5,16.5%20C4.082,16.5%200.5,14.933%200.5,13%20L0.5,10%20Z'%20id='Stroke-7'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-table{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='13px'%20viewBox='0%200%2019%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etable%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Data'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(-60.000000,%20-181.000000)'%3e%3cg%20id='table'%20transform='translate(60.000000,%20181.000000)'%20stroke='%23FFFFFF'%3e%3cpolygon%20id='Stroke-1'%20points='0.5%2012.5%2018.5%2012.5%2018.5%200.5%200.5%200.5'%3e%3c/polygon%3e%3cpath%20d='M0.5,4.5%20L18.5,4.5'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M0.5,8.5%20L18.5,8.5'%20id='Stroke-4'%3e%3c/path%3e%3cpath%20d='M9.5,0.5%20L9.5,12.5'%20id='Stroke-5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='13px'%20viewBox='0%200%2019%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3etable%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Data'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(-60.000000,%20-181.000000)'%3e%3cg%20id='table'%20transform='translate(60.000000,%20181.000000)'%20stroke='%23FFFFFF'%3e%3cpolygon%20id='Stroke-1'%20points='0.5%2012.5%2018.5%2012.5%2018.5%200.5%200.5%200.5'%3e%3c/polygon%3e%3cpath%20d='M0.5,4.5%20L18.5,4.5'%20id='Stroke-3'%3e%3c/path%3e%3cpath%20d='M0.5,8.5%20L18.5,8.5'%20id='Stroke-4'%3e%3c/path%3e%3cpath%20d='M9.5,0.5%20L9.5,12.5'%20id='Stroke-5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-users{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='14px'%20viewBox='0%200%2020%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eusers%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.8123%200.447%206.5923%200.447%206.5923%206.2275%200.8123%206.2275'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='users'%20transform='translate(0.000000,%20-1.000000)'%3e%3cg%3e%3cpath%20d='M9.2661,5.6928%20C9.2661,7.2888%207.9721,8.5838%206.3761,8.5838%20C4.7801,8.5838%203.4851,7.2888%203.4851,5.6928%20C3.4851,4.0968%204.7801,2.8028%206.3761,2.8028%20C7.9721,2.8028%209.2661,4.0968%209.2661,5.6928'%20id='Fill-1'%20fill='%23010202'%3e%3c/path%3e%3cpath%20d='M0.7774,13.6415%20C1.3834,11.1395%203.6824,9.3065%206.3764,9.3065%20C9.0694,9.3065%2011.3334,11.1475%2011.9744,13.6415%20C12.2824,14.8415%200.4794,14.8715%200.7774,13.6415'%20id='Fill-3'%20fill='%23010202'%3e%3c/path%3e%3cg%20id='Group-7'%20transform='translate(10.000000,%200.553000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Clip-6'%3e%3c/g%3e%3cpath%20d='M6.5923,3.3375%20C6.5923,4.9335%205.2983,6.2275%203.7013,6.2275%20C2.1063,6.2275%200.8123,4.9335%200.8123,3.3375%20C0.8123,1.7405%202.1063,0.4465%203.7013,0.4465%20C5.2983,0.4465%206.5923,1.7405%206.5923,3.3375'%20id='Fill-5'%20fill='%23010202'%20mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M13.7017,7.5033%20C12.0267,7.5033%2010.5057,8.2133%209.4477,9.3523%20C10.8197,10.0793%2011.8927,11.2783%2012.4727,12.7323%20C15.6907,12.8293%2019.4767,12.5253%2019.3007,11.8383%20C18.6597,9.3453%2016.3947,7.5033%2013.7017,7.5033'%20id='Fill-8'%20fill='%23010202'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='14px'%20viewBox='0%200%2020%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eusers%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.8123%200.447%206.5923%200.447%206.5923%206.2275%200.8123%206.2275'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='users'%20transform='translate(0.000000,%20-1.000000)'%3e%3cg%3e%3cpath%20d='M9.2661,5.6928%20C9.2661,7.2888%207.9721,8.5838%206.3761,8.5838%20C4.7801,8.5838%203.4851,7.2888%203.4851,5.6928%20C3.4851,4.0968%204.7801,2.8028%206.3761,2.8028%20C7.9721,2.8028%209.2661,4.0968%209.2661,5.6928'%20id='Fill-1'%20fill='%23010202'%3e%3c/path%3e%3cpath%20d='M0.7774,13.6415%20C1.3834,11.1395%203.6824,9.3065%206.3764,9.3065%20C9.0694,9.3065%2011.3334,11.1475%2011.9744,13.6415%20C12.2824,14.8415%200.4794,14.8715%200.7774,13.6415'%20id='Fill-3'%20fill='%23010202'%3e%3c/path%3e%3cg%20id='Group-7'%20transform='translate(10.000000,%200.553000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Clip-6'%3e%3c/g%3e%3cpath%20d='M6.5923,3.3375%20C6.5923,4.9335%205.2983,6.2275%203.7013,6.2275%20C2.1063,6.2275%200.8123,4.9335%200.8123,3.3375%20C0.8123,1.7405%202.1063,0.4465%203.7013,0.4465%20C5.2983,0.4465%206.5923,1.7405%206.5923,3.3375'%20id='Fill-5'%20fill='%23010202'%20mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M13.7017,7.5033%20C12.0267,7.5033%2010.5057,8.2133%209.4477,9.3523%20C10.8197,10.0793%2011.8927,11.2783%2012.4727,12.7323%20C15.6907,12.8293%2019.4767,12.5253%2019.3007,11.8383%20C18.6597,9.3453%2016.3947,7.5033%2013.7017,7.5033'%20id='Fill-8'%20fill='%23010202'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-user{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3euser%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_person'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='ic_person'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M12,12%20C14.21,12%2016,10.21%2016,8%20C16,5.79%2014.21,4%2012,4%20C9.79,4%208,5.79%208,8%20C8,10.21%209.79,12%2012,12%20L12,12%20Z%20M12,14%20C9.33,14%204,15.34%204,18%20L4,20%20L20,20%20L20,18%20C20,15.34%2014.67,14%2012,14%20L12,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3euser%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_person'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='ic_person'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M12,12%20C14.21,12%2016,10.21%2016,8%20C16,5.79%2014.21,4%2012,4%20C9.79,4%208,5.79%208,8%20C8,10.21%209.79,12%2012,12%20L12,12%20Z%20M12,14%20C9.33,14%204,15.34%204,18%20L4,20%20L20,20%20L20,18%20C20,15.34%2014.67,14%2012,14%20L12,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-contact-email{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='18px'%20viewBox='0%200%2024%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3econtact-email%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Communication/ic_contact_mail'%20transform='translate(0.000000,%20-3.000000)'%3e%3cg%20id='ic_contact_mail'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M21,8%20L21,7%20L18,9%20L15,7%20L15,8%20L18,10%20L21,8%20L21,8%20Z%20M22,3%20L2,3%20C0.9,3%200,3.9%200,5%20L0,19%20C0,20.1%200.9,21%202,21%20L22,21%20C23.1,21%2023.99,20.1%2023.99,19%20L24,5%20C24,3.9%2023.1,3%2022,3%20L22,3%20Z%20M8,6%20C9.66,6%2011,7.34%2011,9%20C11,10.66%209.66,12%208,12%20C6.34,12%205,10.66%205,9%20C5,7.34%206.34,6%208,6%20L8,6%20Z%20M14,18%20L2,18%20L2,17%20C2,15%206,13.9%208,13.9%20C10,13.9%2014,15%2014,17%20L14,18%20L14,18%20Z%20M22,12%20L14,12%20L14,6%20L22,6%20L22,12%20L22,12%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='18px'%20viewBox='0%200%2024%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3econtact-email%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Communication/ic_contact_mail'%20transform='translate(0.000000,%20-3.000000)'%3e%3cg%20id='ic_contact_mail'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M21,8%20L21,7%20L18,9%20L15,7%20L15,8%20L18,10%20L21,8%20L21,8%20Z%20M22,3%20L2,3%20C0.9,3%200,3.9%200,5%20L0,19%20C0,20.1%200.9,21%202,21%20L22,21%20C23.1,21%2023.99,20.1%2023.99,19%20L24,5%20C24,3.9%2023.1,3%2022,3%20L22,3%20Z%20M8,6%20C9.66,6%2011,7.34%2011,9%20C11,10.66%209.66,12%208,12%20C6.34,12%205,10.66%205,9%20C5,7.34%206.34,6%208,6%20L8,6%20Z%20M14,18%20L2,18%20L2,17%20C2,15%206,13.9%208,13.9%20C10,13.9%2014,15%2014,17%20L14,18%20L14,18%20Z%20M22,12%20L14,12%20L14,6%20L22,6%20L22,12%20L22,12%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-fat-arrow{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='21px'%20height='7px'%20viewBox='0%200%2021%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efat-arrow%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Editor'%20transform='translate(-461.000000,%20-355.000000)'%20fill='%23444444'%20fill-rule='nonzero'%3e%3cg%20id='fat-arrow'%20transform='translate(461.000000,%20355.000000)'%3e%3cpolygon%20id='Path'%20transform='translate(18.000000,%203.500000)%20rotate(-90.000000)%20translate(-18.000000,%20-3.500000)%20'%20points='14.5%200.5%2021.5%200.5%2018%206.5'%3e%3c/polygon%3e%3cpolygon%20id='Path-5'%20points='19%203%2019%204%200%204%200%203'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='21px'%20height='7px'%20viewBox='0%200%2021%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3efat-arrow%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Editor'%20transform='translate(-461.000000,%20-355.000000)'%20fill='%23444444'%20fill-rule='nonzero'%3e%3cg%20id='fat-arrow'%20transform='translate(461.000000,%20355.000000)'%3e%3cpolygon%20id='Path'%20transform='translate(18.000000,%203.500000)%20rotate(-90.000000)%20translate(-18.000000,%20-3.500000)%20'%20points='14.5%200.5%2021.5%200.5%2018%206.5'%3e%3c/polygon%3e%3cpolygon%20id='Path-5'%20points='19%203%2019%204%200%204%200%203'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-plus{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eadd-icon%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-340.000000,%20-38.000000)'%20fill='%23FFFFFF'%3e%3cg%20id='Group-4'%20transform='translate(327.000000,%2024.000000)'%3e%3cpath%20d='M21,20%20L21,14%20L19,14%20L19,20%20L13,20%20L13,22%20L19,22%20L19,28%20L21,28%20L21,22%20L27,22%20L27,20%20L21,20%20Z'%20id='add-icon'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eadd-icon%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-340.000000,%20-38.000000)'%20fill='%23FFFFFF'%3e%3cg%20id='Group-4'%20transform='translate(327.000000,%2024.000000)'%3e%3cpath%20d='M21,20%20L21,14%20L19,14%20L19,20%20L13,20%20L13,22%20L19,22%20L19,28%20L21,28%20L21,22%20L27,22%20L27,20%20L21,20%20Z'%20id='add-icon'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-plus-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='10px'%20viewBox='0%200%2010%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eadd-icon%20copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='add-icon-copy'%20fill='%23000000'%20points='6%204%206%20-5.68434189e-14%204%20-5.68434189e-14%204%204%201.38777878e-16%204%201.38777878e-16%206%204%206%204%2010%206%2010%206%206%2010%206%2010%204'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='10px'%20viewBox='0%200%2010%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eadd-icon%20copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='add-icon-copy'%20fill='%23000000'%20points='6%204%206%20-5.68434189e-14%204%20-5.68434189e-14%204%204%201.38777878e-16%204%201.38777878e-16%206%204%206%204%2010%206%2010%206%206%2010%206%2010%204'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e")}.icon-play{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='12px'%20viewBox='0%200%2010%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eplay%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Editor++'%20transform='translate(-918.000000,%20-19.000000)'%20fill='%23FFFFFF'%3e%3cg%20id='Group-14'%20transform='translate(898.000000,%209.000000)'%3e%3cg%20id='Group-10'%3e%3cpolygon%20id='play'%20points='20%2010%2020%2021.547%2030%2015.773'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='10px'%20height='12px'%20viewBox='0%200%2010%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eplay%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Editor++'%20transform='translate(-918.000000,%20-19.000000)'%20fill='%23FFFFFF'%3e%3cg%20id='Group-14'%20transform='translate(898.000000,%209.000000)'%3e%3cg%20id='Group-10'%3e%3cpolygon%20id='play'%20points='20%2010%2020%2021.547%2030%2015.773'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-play-demo{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM6.2807%201.42111V0C4.87017%200.140704%203.58596%200.703518%202.54737%201.55477L3.54386%202.5608C4.32281%201.95578%205.25614%201.54774%206.2807%201.42111ZM2.55439%203.55276L1.55088%202.55377C0.701755%203.59497%200.140351%204.88241%200%206.29648H1.41754C1.54386%205.26935%201.95088%204.33367%202.55439%203.55276ZM1.41754%207.70352H0C0.140351%209.11759%200.701755%2010.405%201.55088%2011.4462L2.55439%2010.4402C1.95088%209.66633%201.54386%208.73065%201.41754%207.70352ZM2.54737%2012.4452C3.58596%2013.2965%204.87719%2013.8593%206.2807%2014V12.5789C5.25614%2012.4523%204.32281%2012.0442%203.54386%2011.4392L2.54737%2012.4452ZM14%207C14%2010.6301%2011.2491%2013.6271%207.7193%2014V12.5789C10.4702%2012.2131%2012.5965%209.84925%2012.5965%207C12.5965%204.15075%2010.4702%201.78693%207.7193%201.42111V0C11.2491%200.372864%2014%203.36985%2014%207Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM7.7193%205.44523L5.57895%203.83417V10.1658L7.7193%208.55477L9.78947%207L7.7193%205.44523ZM6.2807%201.42111V0C4.87017%200.140704%203.58596%200.703518%202.54737%201.55477L3.54386%202.5608C4.32281%201.95578%205.25614%201.54774%206.2807%201.42111ZM2.55439%203.55276L1.55088%202.55377C0.701755%203.59497%200.140351%204.88241%200%206.29648H1.41754C1.54386%205.26935%201.95088%204.33367%202.55439%203.55276ZM1.41754%207.70352H0C0.140351%209.11759%200.701755%2010.405%201.55088%2011.4462L2.55439%2010.4402C1.95088%209.66633%201.54386%208.73065%201.41754%207.70352ZM2.54737%2012.4452C3.58596%2013.2965%204.87719%2013.8593%206.2807%2014V12.5789C5.25614%2012.4523%204.32281%2012.0442%203.54386%2011.4392L2.54737%2012.4452ZM14%207C14%2010.6301%2011.2491%2013.6271%207.7193%2014V12.5789C10.4702%2012.2131%2012.5965%209.84925%2012.5965%207C12.5965%204.15075%2010.4702%201.78693%207.7193%201.42111V0C11.2491%200.372864%2014%203.36985%2014%207Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-security-badge{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23010101;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='12.0523281'%20cy='9.4269247'%20rx='1.5167463'%20ry='1.4625239'/%3e%3cpath%20class='st0'%20d='M20.5027714,5.4804311c-6.0188341-0.6035814-7.7763338-3.9464936-7.8485603-4.1089964%20C12.5338345,1.1392879,12.3171558,1,12.0523281,1l0,0c-0.2648287,0-0.4815073,0.1392879-0.6018839,0.3714347%20c-0.0722256,0.1392879-1.8297253,3.505415-7.8485608,4.1089964C3.2648289,5.5036459,3,5.7822218,3,6.1072273v5.7804527%20c0,6.6858253,8.4022942,10.9341087,8.7634249,11.0966129c0.0963011,0.0464287,0.1926022,0.0696449,0.3129787,0.0696449%20s0.2166786-0.0232143,0.3129797-0.0696449c0.3611298-0.1857185,8.7393475-4.4107876,8.7393475-11.096612V6.1304417%20C21.1046562,5.8054366,20.8398266,5.5268602,20.5027714,5.4804311z%20M13.9061289,15.5788116%20c0.4574318,0,0.8426371,0.3482199,0.8426371,0.8125134c0,0.4410782-0.3611298,0.8125134-0.8426371,0.8125134h-1.0352392v0.8821583%20c0,0.4410782-0.3611298,0.8125134-0.8426371,0.8125134c-0.4574318,0-0.8426371-0.3482208-0.8426371-0.8125134v-5.7108088%20c-1.348218-0.3482199-2.3593826-1.5321674-2.3593826-2.9482632c0-1.6946702,1.4204454-3.0643363,3.1779451-3.0643363%20s3.1779451,1.3696656,3.1779451,3.0643363c0,1.4160948-1.0111647,2.6000433-2.3593836,2.9482632v3.2036257%20C12.8227396,15.5788136,13.9061289,15.5788136,13.9061289,15.5788116z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23010101;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='12.0523281'%20cy='9.4269247'%20rx='1.5167463'%20ry='1.4625239'/%3e%3cpath%20class='st0'%20d='M20.5027714,5.4804311c-6.0188341-0.6035814-7.7763338-3.9464936-7.8485603-4.1089964%20C12.5338345,1.1392879,12.3171558,1,12.0523281,1l0,0c-0.2648287,0-0.4815073,0.1392879-0.6018839,0.3714347%20c-0.0722256,0.1392879-1.8297253,3.505415-7.8485608,4.1089964C3.2648289,5.5036459,3,5.7822218,3,6.1072273v5.7804527%20c0,6.6858253,8.4022942,10.9341087,8.7634249,11.0966129c0.0963011,0.0464287,0.1926022,0.0696449,0.3129787,0.0696449%20s0.2166786-0.0232143,0.3129797-0.0696449c0.3611298-0.1857185,8.7393475-4.4107876,8.7393475-11.096612V6.1304417%20C21.1046562,5.8054366,20.8398266,5.5268602,20.5027714,5.4804311z%20M13.9061289,15.5788116%20c0.4574318,0,0.8426371,0.3482199,0.8426371,0.8125134c0,0.4410782-0.3611298,0.8125134-0.8426371,0.8125134h-1.0352392v0.8821583%20c0,0.4410782-0.3611298,0.8125134-0.8426371,0.8125134c-0.4574318,0-0.8426371-0.3482208-0.8426371-0.8125134v-5.7108088%20c-1.348218-0.3482199-2.3593826-1.5321674-2.3593826-2.9482632c0-1.6946702,1.4204454-3.0643363,3.1779451-3.0643363%20s3.1779451,1.3696656,3.1779451,3.0643363c0,1.4160948-1.0111647,2.6000433-2.3593836,2.9482632v3.2036257%20C12.8227396,15.5788136,13.9061289,15.5788136,13.9061289,15.5788116z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-info{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-6h2v6zm0-8h-2V7h2v2z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-6h2v6zm0-8h-2V7h2v2z'/%3e%3c/svg%3e")}.icon-info-outline{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.3%203.5H7.7V4.9H6.3V3.5ZM6.3%206.3H7.7V10.5H6.3V6.3ZM7%200C3.136%200%200%203.136%200%207C0%2010.864%203.136%2014%207%2014C10.864%2014%2014%2010.864%2014%207C14%203.136%2010.864%200%207%200ZM7%2012.6C3.913%2012.6%201.4%2010.087%201.4%207C1.4%203.913%203.913%201.4%207%201.4C10.087%201.4%2012.6%203.913%2012.6%207C12.6%2010.087%2010.087%2012.6%207%2012.6Z'%20fill='%239E9E9E'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.3%203.5H7.7V4.9H6.3V3.5ZM6.3%206.3H7.7V10.5H6.3V6.3ZM7%200C3.136%200%200%203.136%200%207C0%2010.864%203.136%2014%207%2014C10.864%2014%2014%2010.864%2014%207C14%203.136%2010.864%200%207%200ZM7%2012.6C3.913%2012.6%201.4%2010.087%201.4%207C1.4%203.913%203.913%201.4%207%201.4C10.087%201.4%2012.6%203.913%2012.6%207C12.6%2010.087%2010.087%2012.6%207%2012.6Z'%20fill='%239E9E9E'/%3e%3c/svg%3e")}.icon-screen{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3escreen%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='screen'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M8,1%20L16,1%20C17.1045695,1%2018,1.8954305%2018,3%20L18,21%20C18,22.1045695%2017.1045695,23%2016,23%20L8,23%20C6.8954305,23%206,22.1045695%206,21%20L6,3%20C6,1.8954305%206.8954305,1%208,1%20Z%20M7,4%20L7,20%20L17,20%20L17,4%20L7,4%20Z'%20id='Combined-Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3escreen%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='screen'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M8,1%20L16,1%20C17.1045695,1%2018,1.8954305%2018,3%20L18,21%20C18,22.1045695%2017.1045695,23%2016,23%20L8,23%20C6.8954305,23%206,22.1045695%206,21%20L6,3%20C6,1.8954305%206.8954305,1%208,1%20Z%20M7,4%20L7,20%20L17,20%20L17,4%20L7,4%20Z'%20id='Combined-Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-screen-lock{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='22px'%20viewBox='0%200%2012%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group'%20fill='%23000000'%3e%3cg%20id='screen'%20fill-rule='nonzero'%3e%3cpath%20d='M2,0%20L10,0%20C11.1045695,0%2012,0.8954305%2012,2%20L12,20%20C12,21.1045695%2011.1045695,22%2010,22%20L2,22%20C0.8954305,22%200,21.1045695%200,20%20L0,2%20C0,0.8954305%200.8954305,0%202,0%20Z%20M1,3%20L1,19%20L11,19%20L11,3%20L1,3%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M4,15%20C3.45,15%203,14.55%203,14%20L3,11%20C3,10.45%203.45,10%204,10%20L4,9%20C4,7.9%204.89,7%206,7%20C7.1,7%208,7.89%208,9%20L8,10%20C8.55,10%209,10.45%209,11%20L9,14%20C9,14.55%208.55,15%208,15%20L4,15%20Z%20M4.8,9%20L4.8,10%20L7.2,10%20L7.2,9%20C7.2,8.34%206.66,7.8%206,7.8%20C5.34,7.8%204.8,8.34%204.8,9%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='22px'%20viewBox='0%200%2012%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group'%20fill='%23000000'%3e%3cg%20id='screen'%20fill-rule='nonzero'%3e%3cpath%20d='M2,0%20L10,0%20C11.1045695,0%2012,0.8954305%2012,2%20L12,20%20C12,21.1045695%2011.1045695,22%2010,22%20L2,22%20C0.8954305,22%200,21.1045695%200,20%20L0,2%20C0,0.8954305%200.8954305,0%202,0%20Z%20M1,3%20L1,19%20L11,19%20L11,3%20L1,3%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M4,15%20C3.45,15%203,14.55%203,14%20L3,11%20C3,10.45%203.45,10%204,10%20L4,9%20C4,7.9%204.89,7%206,7%20C7.1,7%208,7.89%208,9%20L8,10%20C8.55,10%209,10.45%209,11%20L9,14%20C9,14.55%208.55,15%208,15%20L4,15%20Z%20M4.8,9%20L4.8,10%20L7.2,10%20L7.2,9%20C7.2,8.34%206.66,7.8%206,7.8%20C5.34,7.8%204.8,8.34%204.8,9%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-lock{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm-6%209c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm3.1-9H8.9V6c0-1.71%201.39-3.1%203.1-3.1%201.71%200%203.1%201.39%203.1%203.1v2z'%20fill='%23757575'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm-6%209c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm3.1-9H8.9V6c0-1.71%201.39-3.1%203.1-3.1%201.71%200%203.1%201.39%203.1%203.1v2z'%20fill='%23757575'/%3e%3c/svg%3e")}.icon-lock-small{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M11.7%206h-.5V4.9c0-1.7-1.4-3.2-3.1-3.2S4.9%203.1%204.9%204.9V6h-.7C3.5%206%203%206.5%203%207.2v6.6c0%20.7.5%201.2%201.2%201.2h7.6c.7%200%201.2-.5%201.2-1.2V7.3c0-.7-.6-1.3-1.3-1.3zM8%2011.8c-.7%200-1.2-.6-1.2-1.3%200-.7.6-1.3%201.2-1.3s1.2.6%201.2%201.3c0%20.8-.5%201.3-1.2%201.3zM9.9%206H6.1V4.9c0-1.1.9-2%201.9-2s1.9.9%201.9%202V6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M11.7%206h-.5V4.9c0-1.7-1.4-3.2-3.1-3.2S4.9%203.1%204.9%204.9V6h-.7C3.5%206%203%206.5%203%207.2v6.6c0%20.7.5%201.2%201.2%201.2h7.6c.7%200%201.2-.5%201.2-1.2V7.3c0-.7-.6-1.3-1.3-1.3zM8%2011.8c-.7%200-1.2-.6-1.2-1.3%200-.7.6-1.3%201.2-1.3s1.2.6%201.2%201.3c0%20.8-.5%201.3-1.2%201.3zM9.9%206H6.1V4.9c0-1.1.9-2%201.9-2s1.9.9%201.9%202V6z'/%3e%3c/svg%3e")}.icon-align-left{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_85)'%3e%3cpath%20d='M4%2022H2V2H4V22ZM22%207H6V10H22V7ZM16%2014H6V17H16V14Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_85'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_85)'%3e%3cpath%20d='M4%2022H2V2H4V22ZM22%207H6V10H22V7ZM16%2014H6V17H16V14Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_85'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-right{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_79)'%3e%3cpath%20d='M20%202H22V22H20V2ZM2%2010H18V7H2V10ZM8%2017H18V14H8V17Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_79'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_79)'%3e%3cpath%20d='M20%202H22V22H20V2ZM2%2010H18V7H2V10ZM8%2017H18V14H8V17Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_79'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-horizontal-center{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_82)'%3e%3cpath%20d='M11%202H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_82'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_82)'%3e%3cpath%20d='M11%202H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_82'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-top{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_76)'%3e%3cpath%20d='M22%202V4H2V2H22ZM7%2022H10V6H7V22ZM14%2016H17V6H14V16Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_76'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_76)'%3e%3cpath%20d='M22%202V4H2V2H22ZM7%2022H10V6H7V22ZM14%2016H17V6H14V16Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_76'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-bottom{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_73)'%3e%3cpath%20d='M22%2022H2V20H22V22ZM10%202H7V18H10V2ZM17%208H14V18H17V8Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_73'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_73)'%3e%3cpath%20d='M22%2022H2V20H22V22ZM10%202H7V18H10V2ZM17%208H14V18H17V8Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_73'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-vertical-center{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_94)'%3e%3cpath%20d='M21.9998%2011H16.9998V6H13.9998V11H9.99984V3H6.99984V11H1.83984V13H6.99984V21H9.99984V13H13.9998V18H16.9998V13H21.9998V11Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_94'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_94)'%3e%3cpath%20d='M21.9998%2011H16.9998V6H13.9998V11H9.99984V3H6.99984V11H1.83984V13H6.99984V21H9.99984V13H13.9998V18H16.9998V13H21.9998V11Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_94'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-align-parent-left{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-left%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-929.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-left'%3e%3cg%20id='Group-11'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10'%20fill='%23000000'%20x='0'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-left%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-929.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-left'%3e%3cg%20id='Group-11'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10'%20fill='%23000000'%20x='0'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-align-parent-right{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1010.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-right'%20transform='translate(81.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-3'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='8'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10-Copy'%20fill='%23000000'%20x='15'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-right%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1010.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-right'%20transform='translate(81.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-3'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='8'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10-Copy'%20fill='%23000000'%20x='15'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-align-parent-horizontal-center{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-horizontal-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-970.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-horizontal-center'%20transform='translate(41.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-2'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='6'%20y='10'%20width='4'%20height='3'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-horizontal-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-970.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-horizontal-center'%20transform='translate(41.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-2'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='6'%20y='10'%20width='4'%20height='3'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-align-parent-top{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-top%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1076.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-top'%20transform='translate(155.000000,%208.000000)%20rotate(-90.000000)%20translate(-155.000000,%20-8.000000)%20translate(147.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-3'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='8'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10-Copy'%20fill='%23000000'%20x='15'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-top%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1076.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-top'%20transform='translate(155.000000,%208.000000)%20rotate(-90.000000)%20translate(-155.000000,%20-8.000000)%20translate(147.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-3'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='8'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10-Copy'%20fill='%23000000'%20x='15'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-align-parent-bottom{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-bottom%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1156.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-bottom'%20transform='translate(235.000000,%208.000000)%20rotate(-90.000000)%20translate(-235.000000,%20-8.000000)%20translate(227.000000,%200.000000)'%3e%3cg%20id='Group-11'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10'%20fill='%23000000'%20x='0'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-bottom%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1156.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-bottom'%20transform='translate(235.000000,%208.000000)%20rotate(-90.000000)%20translate(-235.000000,%20-8.000000)%20translate(227.000000,%200.000000)'%3e%3cg%20id='Group-11'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='10'%20width='5'%20height='3'%3e%3c/rect%3e%3c/g%3e%3crect%20id='Rectangle-10'%20fill='%23000000'%20x='0'%20y='0'%20width='1'%20height='16'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-align-parent-vertical-center{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-vetical-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1116.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-vetical-center'%20transform='translate(195.000000,%208.000000)%20rotate(-90.000000)%20translate(-195.000000,%20-8.000000)%20translate(187.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-2'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='6'%20y='10'%20width='4'%20height='3'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ealign-parent-vetical-center%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Group-/-Ungroup-/-Align'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Add-Object-Menu'%20transform='translate(-1116.000000,%20-66.000000)'%3e%3cg%20id='align-to-parent'%20transform='translate(929.000000,%2066.000000)'%3e%3cg%20id='align-parent-vetical-center'%20transform='translate(195.000000,%208.000000)%20rotate(-90.000000)%20translate(-195.000000,%20-8.000000)%20translate(187.000000,%200.000000)'%3e%3cg%20id='Group-11-Copy-2'%3e%3crect%20id='Rectangle-16'%20fill='%23000000'%20opacity='0.5'%20x='3'%20y='3'%20width='10'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle-8'%20stroke='%23000000'%20opacity='0.200000003'%20x='0.5'%20y='0.5'%20width='15'%20height='15'%3e%3c/rect%3e%3crect%20id='Rectangle-16-Copy'%20fill='%23000000'%20opacity='0.5'%20x='6'%20y='10'%20width='4'%20height='3'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-date-picker{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5ICg1MTAwMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q2FsZW5kYXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2FsZW5kYXIiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cGF0aCBkPSJNMywyLjY2NDUzNTI2ZS0xNSBMMTUsMi42NjQ1MzUyNmUtMTUgQzE2LjY1Njg1NDIsMi4yMjA0NDYwNWUtMTUgMTgsMS4zNDMxNDU3NSAxOCwzIEwxOCwxNSBDMTgsMTYuNjU2ODU0MiAxNi42NTY4NTQyLDE4IDE1LDE4IEwzLDE4IEMxLjM0MzE0NTc1LDE4IDAsMTYuNjU2ODU0MiAwLDE1IEwwLDMgQzAsMS4zNDMxNDU3NSAxLjM0MzE0NTc1LDIuMjIwNDQ2MDVlLTE1IDMsMi42NjQ1MzUyNmUtMTUgWiBNMSw1IEMxLDcuMjIyMjIyMjIgMSwxMC41NTU1NTU2IDEsMTUgQzEsMTYuMTA0NTY5NSAxLjg5NTQzMDUsMTcgMywxNyBMMTUsMTcgQzE2LjEwNDU2OTUsMTcgMTcsMTYuMTA0NTY5NSAxNywxNSBDMTcsMTAuNTU1NTU1NiAxNyw3LjIyMjIyMjIyIDE3LDUgTDEsNSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPHRleHQgaWQ9IjUiIGZvbnQtZmFtaWx5PSJTRlByb1RleHQtU2VtaWJvbGQsIFNGIFBybyBUZXh0IiBmb250LXNpemU9IjExIiBmb250LXdlaWdodD0iNTAwIj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1LjQzODk2NDg0IiB5PSIxNC44MDAwMDAyIj41PC90c3Bhbj4KICAgICAgICAgICAgPC90ZXh0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5ICg1MTAwMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q2FsZW5kYXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2FsZW5kYXIiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cGF0aCBkPSJNMywyLjY2NDUzNTI2ZS0xNSBMMTUsMi42NjQ1MzUyNmUtMTUgQzE2LjY1Njg1NDIsMi4yMjA0NDYwNWUtMTUgMTgsMS4zNDMxNDU3NSAxOCwzIEwxOCwxNSBDMTgsMTYuNjU2ODU0MiAxNi42NTY4NTQyLDE4IDE1LDE4IEwzLDE4IEMxLjM0MzE0NTc1LDE4IDAsMTYuNjU2ODU0MiAwLDE1IEwwLDMgQzAsMS4zNDMxNDU3NSAxLjM0MzE0NTc1LDIuMjIwNDQ2MDVlLTE1IDMsMi42NjQ1MzUyNmUtMTUgWiBNMSw1IEMxLDcuMjIyMjIyMjIgMSwxMC41NTU1NTU2IDEsMTUgQzEsMTYuMTA0NTY5NSAxLjg5NTQzMDUsMTcgMywxNyBMMTUsMTcgQzE2LjEwNDU2OTUsMTcgMTcsMTYuMTA0NTY5NSAxNywxNSBDMTcsMTAuNTU1NTU1NiAxNyw3LjIyMjIyMjIyIDE3LDUgTDEsNSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPHRleHQgaWQ9IjUiIGZvbnQtZmFtaWx5PSJTRlByb1RleHQtU2VtaWJvbGQsIFNGIFBybyBUZXh0IiBmb250LXNpemU9IjExIiBmb250LXdlaWdodD0iNTAwIj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1LjQzODk2NDg0IiB5PSIxNC44MDAwMDAyIj41PC90c3Bhbj4KICAgICAgICAgICAgPC90ZXh0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}.icon-date-picker-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eCalendar-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Calendar-small'%20fill='%23000000'%3e%3cpath%20d='M3,1%20C1.8954305,1%201,1.8954305%201,3%20L1,11%20C1,12.1045695%201.8954305,13%203,13%20L11,13%20C12.1045695,13%2013,12.1045695%2013,11%20L13,3%20C13,1.8954305%2012.1045695,1%2011,1%20L3,1%20Z%20M3,0%20L11,0%20C12.6568542,0%2014,1.34314575%2014,3%20L14,11%20C14,12.6568542%2012.6568542,14%2011,14%20L3,14%20C1.34314575,14%200,12.6568542%200,11%20L0,3%20C0,1.34314575%201.34314575,0%203,0%20Z'%20id='Rectangle-2'%20fill-rule='nonzero'%3e%3c/path%3e%3cpolygon%20id='Rectangle-3'%20points='1%201%207%200%2013%201%2014%204%200%204'%3e%3c/polygon%3e%3cpath%20d='M7.03125,11.3406248%20C5.86328125,11.3406248%205.0546875,10.6296873%205.0078125,9.63749981%20L5.953125,9.63749981%20C6.015625,10.1570311%206.45703125,10.5007811%207.0390625,10.5007811%20C7.69921875,10.5007811%208.1484375,10.0554686%208.1484375,9.38359356%20C8.1484375,8.70781231%207.6953125,8.25078106%207.046875,8.25078106%20C6.58203125,8.25078106%206.21875,8.45781231%206.01171875,8.80546856%20L5.09765625,8.80546856%20L5.390625,5.56328106%20L8.78515625,5.56328106%20L8.78515625,6.41484356%20L6.171875,6.41484356%20L6.03515625,7.99687481%20L6.1015625,7.99687481%20C6.3515625,7.66093731%206.75,7.46953106%207.29296875,7.46953106%20C8.36328125,7.46953106%209.12109375,8.25468731%209.12109375,9.36015606%20C9.12109375,10.5359373%208.28125,11.3406248%207.03125,11.3406248%20Z'%20id='5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='14px'%20viewBox='0%200%2014%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eCalendar-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Calendar-small'%20fill='%23000000'%3e%3cpath%20d='M3,1%20C1.8954305,1%201,1.8954305%201,3%20L1,11%20C1,12.1045695%201.8954305,13%203,13%20L11,13%20C12.1045695,13%2013,12.1045695%2013,11%20L13,3%20C13,1.8954305%2012.1045695,1%2011,1%20L3,1%20Z%20M3,0%20L11,0%20C12.6568542,0%2014,1.34314575%2014,3%20L14,11%20C14,12.6568542%2012.6568542,14%2011,14%20L3,14%20C1.34314575,14%200,12.6568542%200,11%20L0,3%20C0,1.34314575%201.34314575,0%203,0%20Z'%20id='Rectangle-2'%20fill-rule='nonzero'%3e%3c/path%3e%3cpolygon%20id='Rectangle-3'%20points='1%201%207%200%2013%201%2014%204%200%204'%3e%3c/polygon%3e%3cpath%20d='M7.03125,11.3406248%20C5.86328125,11.3406248%205.0546875,10.6296873%205.0078125,9.63749981%20L5.953125,9.63749981%20C6.015625,10.1570311%206.45703125,10.5007811%207.0390625,10.5007811%20C7.69921875,10.5007811%208.1484375,10.0554686%208.1484375,9.38359356%20C8.1484375,8.70781231%207.6953125,8.25078106%207.046875,8.25078106%20C6.58203125,8.25078106%206.21875,8.45781231%206.01171875,8.80546856%20L5.09765625,8.80546856%20L5.390625,5.56328106%20L8.78515625,5.56328106%20L8.78515625,6.41484356%20L6.171875,6.41484356%20L6.03515625,7.99687481%20L6.1015625,7.99687481%20C6.3515625,7.66093731%206.75,7.46953106%207.29296875,7.46953106%20C8.36328125,7.46953106%209.12109375,8.25468731%209.12109375,9.36015606%20C9.12109375,10.5359373%208.28125,11.3406248%207.03125,11.3406248%20Z'%20id='5'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-web-view,.icon-web-view-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='11px'%20viewBox='0%200%2019%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ewebview%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-9.000000,%20-12.000000)'%20fill='%23000000'%3e%3cpath%20d='M14.7675781,15.5214844%20L10.8066406,17.4726562%20L10.8066406,17.5722656%20L14.7675781,19.5234375%20L14.7675781,21.046875%20L9.3359375,18.1113281%20L9.3359375,16.9335938%20L14.7675781,13.9980469%20L14.7675781,15.5214844%20Z%20M17.4394531,22.8105469%20L16.1035156,22.8105469%20L19.1796875,12.1113281%20L20.515625,12.1113281%20L17.4394531,22.8105469%20Z%20M21.8515625,15.5214844%20L21.8515625,13.9980469%20L27.2832031,16.9335938%20L27.2832031,18.1113281%20L21.8515625,21.046875%20L21.8515625,19.5234375%20L25.8125,17.5722656%20L25.8125,17.4726562%20L21.8515625,15.5214844%20Z'%20id='webview'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='11px'%20viewBox='0%200%2019%2011'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ewebview%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-9.000000,%20-12.000000)'%20fill='%23000000'%3e%3cpath%20d='M14.7675781,15.5214844%20L10.8066406,17.4726562%20L10.8066406,17.5722656%20L14.7675781,19.5234375%20L14.7675781,21.046875%20L9.3359375,18.1113281%20L9.3359375,16.9335938%20L14.7675781,13.9980469%20L14.7675781,15.5214844%20Z%20M17.4394531,22.8105469%20L16.1035156,22.8105469%20L19.1796875,12.1113281%20L20.515625,12.1113281%20L17.4394531,22.8105469%20Z%20M21.8515625,15.5214844%20L21.8515625,13.9980469%20L27.2832031,16.9335938%20L27.2832031,18.1113281%20L21.8515625,21.046875%20L21.8515625,19.5234375%20L25.8125,17.5722656%20L25.8125,17.4726562%20L21.8515625,15.5214844%20Z'%20id='webview'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-user-login{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cellipse%20class='st0'%20cx='9.471'%20cy='6.978'%20rx='4.471'%20ry='4.478'/%3e%3cpath%20class='st0'%20d='M10.66,16.402c0-0.989,0.261-1.904,0.686-2.703c-0.691-0.132-1.338-0.199-1.881-0.199%20C6.64,13.5,1,15.287,1,18.833V21.5h13C12.06,20.759,10.66,18.768,10.66,16.402z'/%3e%3cpath%20class='st0'%20d='M21.817,8.477c-1.442-1.303-3.643-1.167-4.909,0.304c-0.998,1.16-1.119,2.804-0.417,4.086l-3.958,4.599%20l1.743,1.575l0.765-0.889l1.743,1.575l1.53-1.778l-1.743-1.575l1.663-1.933c1.329,0.553,2.906,0.224,3.904-0.936%20C23.403,12.034,23.259,9.78,21.817,8.477z%20M20.394,11.93c-0.421,0.489-1.157,0.534-1.636,0.101s-0.527-1.187-0.107-1.676%20s1.157-0.534,1.636-0.101C20.767,10.687,20.815,11.441,20.394,11.93z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cellipse%20class='st0'%20cx='9.471'%20cy='6.978'%20rx='4.471'%20ry='4.478'/%3e%3cpath%20class='st0'%20d='M10.66,16.402c0-0.989,0.261-1.904,0.686-2.703c-0.691-0.132-1.338-0.199-1.881-0.199%20C6.64,13.5,1,15.287,1,18.833V21.5h13C12.06,20.759,10.66,18.768,10.66,16.402z'/%3e%3cpath%20class='st0'%20d='M21.817,8.477c-1.442-1.303-3.643-1.167-4.909,0.304c-0.998,1.16-1.119,2.804-0.417,4.086l-3.958,4.599%20l1.743,1.575l0.765-0.889l1.743,1.575l1.53-1.778l-1.743-1.575l1.663-1.933c1.329,0.553,2.906,0.224,3.904-0.936%20C23.403,12.034,23.259,9.78,21.817,8.477z%20M20.394,11.93c-0.421,0.489-1.157,0.534-1.636,0.101s-0.527-1.187-0.107-1.676%20s1.157-0.534,1.636-0.101C20.767,10.687,20.815,11.441,20.394,11.93z'/%3e%3c/g%3e%3c/svg%3e")}.icon-user-login-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2024%2024'%20width='14px'%20height='12px'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cellipse%20class='st0'%20cx='9.471'%20cy='6.978'%20rx='4.471'%20ry='4.478'/%3e%3cpath%20class='st0'%20d='M10.66,16.402c0-0.989,0.261-1.904,0.686-2.703c-0.691-0.132-1.338-0.199-1.881-0.199%20C6.64,13.5,1,15.287,1,18.833V21.5h13C12.06,20.759,10.66,18.768,10.66,16.402z'/%3e%3cpath%20class='st0'%20d='M21.817,8.477c-1.442-1.303-3.643-1.167-4.909,0.304c-0.998,1.16-1.119,2.804-0.417,4.086l-3.958,4.599%20l1.743,1.575l0.765-0.889l1.743,1.575l1.53-1.778l-1.743-1.575l1.663-1.933c1.329,0.553,2.906,0.224,3.904-0.936%20C23.403,12.034,23.259,9.78,21.817,8.477z%20M20.394,11.93c-0.421,0.489-1.157,0.534-1.636,0.101s-0.527-1.187-0.107-1.676%20s1.157-0.534,1.636-0.101C20.767,10.687,20.815,11.441,20.394,11.93z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2024%2024'%20width='14px'%20height='12px'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cellipse%20class='st0'%20cx='9.471'%20cy='6.978'%20rx='4.471'%20ry='4.478'/%3e%3cpath%20class='st0'%20d='M10.66,16.402c0-0.989,0.261-1.904,0.686-2.703c-0.691-0.132-1.338-0.199-1.881-0.199%20C6.64,13.5,1,15.287,1,18.833V21.5h13C12.06,20.759,10.66,18.768,10.66,16.402z'/%3e%3cpath%20class='st0'%20d='M21.817,8.477c-1.442-1.303-3.643-1.167-4.909,0.304c-0.998,1.16-1.119,2.804-0.417,4.086l-3.958,4.599%20l1.743,1.575l0.765-0.889l1.743,1.575l1.53-1.778l-1.743-1.575l1.663-1.933c1.329,0.553,2.906,0.224,3.904-0.936%20C23.403,12.034,23.259,9.78,21.817,8.477z%20M20.394,11.93c-0.421,0.489-1.157,0.534-1.636,0.101s-0.527-1.187-0.107-1.676%20s1.157-0.534,1.636-0.101C20.767,10.687,20.815,11.441,20.394,11.93z'/%3e%3c/g%3e%3c/svg%3e")}.icon-home{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='17px'%20viewBox='0%200%2020%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eIcon%2024px%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon-24px'%20fill='%23000000'%3e%3cpolygon%20id='Shape'%20points='8%2017%208%2011%2012%2011%2012%2017%2017%2017%2017%209%2020%209%2010%200%200%209%203%209%203%2017'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='17px'%20viewBox='0%200%2020%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eIcon%2024px%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Icon-24px'%20fill='%23000000'%3e%3cpolygon%20id='Shape'%20points='8%2017%208%2011%2012%2011%2012%2017%2017%2017%2017%209%2020%209%2010%200%200%209%203%209%203%2017'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-home-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='10px'%20viewBox='0%200%2012%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ehome-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-976.000000,%20-147.000000)'%20fill='%23000000'%3e%3cg%20id='Home-Screen-Copy'%20transform='translate(976.000000,%20147.000000)'%3e%3cpath%20d='M10,4.999%20L10,10%20L7,10%20L7,6%20L5,6%20L5,10%20L2,10%20L2,4.999%20L0,4.999%20L-2.22044605e-16,4.16055513%20C-2.34328542e-16,4.06024917%200.0501303406,3.96657977%200.133589941,3.91094004%20L6,0%20L11.8664101,3.91094004%20C11.9498697,3.96657977%2012,4.06024917%2012,4.16055513%20L12,4.999%20L10,4.999%20Z'%20id='home-small'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='10px'%20viewBox='0%200%2012%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ehome-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Desktop-HD'%20transform='translate(-976.000000,%20-147.000000)'%20fill='%23000000'%3e%3cg%20id='Home-Screen-Copy'%20transform='translate(976.000000,%20147.000000)'%3e%3cpath%20d='M10,4.999%20L10,10%20L7,10%20L7,6%20L5,6%20L5,10%20L2,10%20L2,4.999%20L0,4.999%20L-2.22044605e-16,4.16055513%20C-2.34328542e-16,4.06024917%200.0501303406,3.96657977%200.133589941,3.91094004%20L6,0%20L11.8664101,3.91094004%20C11.9498697,3.96657977%2012,4.06024917%2012,4.16055513%20L12,4.999%20L10,4.999%20Z'%20id='home-small'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-component{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='18px'%20viewBox='0%200%2024%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M18,13.2439414%20L18,18%20L0,18%20L0,12.7092415%20C0.463215718,12.8967464%200.969549778,13%201.5,13%20C3.709139,13%205.5,11.209139%205.5,9%20C5.5,6.790861%203.709139,5%201.5,5%20C0.969549778,5%200.463215718,5.10325357%20-3.33066907e-16,5.29075852%20L0,0%20L18,0%20L18,4.75605856%20C18.4691684,4.59023133%2018.9740469,4.5%2019.5,4.5%20C21.9852814,4.5%2024,6.51471863%2024,9%20C24,11.4852814%2021.9852814,13.5%2019.5,13.5%20C18.9740469,13.5%2018.4691684,13.4097687%2018,13.2439414%20Z'%20id='component'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='18px'%20viewBox='0%200%2024%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M18,13.2439414%20L18,18%20L0,18%20L0,12.7092415%20C0.463215718,12.8967464%200.969549778,13%201.5,13%20C3.709139,13%205.5,11.209139%205.5,9%20C5.5,6.790861%203.709139,5%201.5,5%20C0.969549778,5%200.463215718,5.10325357%20-3.33066907e-16,5.29075852%20L0,0%20L18,0%20L18,4.75605856%20C18.4691684,4.59023133%2018.9740469,4.5%2019.5,4.5%20C21.9852814,4.5%2024,6.51471863%2024,9%20C24,11.4852814%2021.9852814,13.5%2019.5,13.5%20C18.9740469,13.5%2018.4691684,13.4097687%2018,13.2439414%20Z'%20id='component'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-component-small,.icon-libraryComponent-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M12,8.82929429%20L12,12%20L0,12%20L0,8.29197816%20C0.306231174,8.42577625%200.644447644,8.5%201,8.5%20C2.38071187,8.5%203.5,7.38071187%203.5,6%20C3.5,4.61928813%202.38071187,3.5%201,3.5%20C0.644447644,3.5%200.306231174,3.57422375%20-8.32667268e-17,3.70802184%20L0,0%20L12,0%20L12,3.17070571%20C12.3127789,3.06015422%2012.6493646,3%2013,3%20C14.6568542,3%2016,4.34314575%2016,6%20C16,7.65685425%2014.6568542,9%2013,9%20C12.6493646,9%2012.3127789,8.93984578%2012,8.82929429%20Z'%20id='component-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M12,8.82929429%20L12,12%20L0,12%20L0,8.29197816%20C0.306231174,8.42577625%200.644447644,8.5%201,8.5%20C2.38071187,8.5%203.5,7.38071187%203.5,6%20C3.5,4.61928813%202.38071187,3.5%201,3.5%20C0.644447644,3.5%200.306231174,3.57422375%20-8.32667268e-17,3.70802184%20L0,0%20L12,0%20L12,3.17070571%20C12.3127789,3.06015422%2012.6493646,3%2013,3%20C14.6568542,3%2016,4.34314575%2016,6%20C16,7.65685425%2014.6568542,9%2013,9%20C12.6493646,9%2012.3127789,8.93984578%2012,8.82929429%20Z'%20id='component-small'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-component-instance{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='23px'%20height='18px'%20viewBox='0%200%2023%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-instance%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M17.25,0.75%20L0.75,0.75%20L0.75,5.25822876%20C0.832927616,5.25275473%200.916295571,5.25%201,5.25%20C3.07106781,5.25%204.75,6.92893219%204.75,9%20C4.75,11.0710678%203.07106781,12.75%201,12.75%20C0.916295594,12.75%200.832927663,12.7472453%200.75,12.7417708%20L0.75,17.25%20L17.25,17.25%20L17.25,12.6350587%20L18.0824063,12.7270766%20C18.2202574,12.7423152%2018.3595799,12.75%2018.5,12.75%20C20.5710678,12.75%2022.25,11.0710678%2022.25,9%20C22.25,6.92893219%2020.5710678,5.25%2018.5,5.25%20C18.3595799,5.25%2018.2202574,5.25768477%2018.0824063,5.27292344%20L17.25,5.36494129%20L17.25,0.75%20Z'%20id='component-instance'%20stroke='%23000000'%20stroke-width='1.5'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='23px'%20height='18px'%20viewBox='0%200%2023%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-instance%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M17.25,0.75%20L0.75,0.75%20L0.75,5.25822876%20C0.832927616,5.25275473%200.916295571,5.25%201,5.25%20C3.07106781,5.25%204.75,6.92893219%204.75,9%20C4.75,11.0710678%203.07106781,12.75%201,12.75%20C0.916295594,12.75%200.832927663,12.7472453%200.75,12.7417708%20L0.75,17.25%20L17.25,17.25%20L17.25,12.6350587%20L18.0824063,12.7270766%20C18.2202574,12.7423152%2018.3595799,12.75%2018.5,12.75%20C20.5710678,12.75%2022.25,11.0710678%2022.25,9%20C22.25,6.92893219%2020.5710678,5.25%2018.5,5.25%20C18.3595799,5.25%2018.2202574,5.25768477%2018.0824063,5.27292344%20L17.25,5.36494129%20L17.25,0.75%20Z'%20id='component-instance'%20stroke='%23000000'%20stroke-width='1.5'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-component-instance-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-instance-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M11.5,0.5%20L0.5,0.5%20L0.5,3.55010598%20C0.663035115,3.51698234%200.830365156,3.5%201,3.5%20C2.38071187,3.5%203.5,4.61928813%203.5,6%20C3.5,7.38071187%202.38071187,8.5%201,8.5%20C0.830365156,8.5%200.663035115,8.48301766%200.5,8.44989402%20L0.5,11.5%20L11.5,11.5%20L11.5,8.12225691%20L12.166623,8.35787435%20C12.4316529,8.45154897%2012.7121648,8.5%2013,8.5%20C14.3807119,8.5%2015.5,7.38071187%2015.5,6%20C15.5,4.61928813%2014.3807119,3.5%2013,3.5%20C12.7121648,3.5%2012.4316529,3.54845103%2012.166623,3.64212565%20L11.5,3.87774309%20L11.5,0.5%20Z'%20id='component-instance-small'%20stroke='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='12px'%20viewBox='0%200%2016%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2051.1%20(57501)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ecomponent-instance-small%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M11.5,0.5%20L0.5,0.5%20L0.5,3.55010598%20C0.663035115,3.51698234%200.830365156,3.5%201,3.5%20C2.38071187,3.5%203.5,4.61928813%203.5,6%20C3.5,7.38071187%202.38071187,8.5%201,8.5%20C0.830365156,8.5%200.663035115,8.48301766%200.5,8.44989402%20L0.5,11.5%20L11.5,11.5%20L11.5,8.12225691%20L12.166623,8.35787435%20C12.4316529,8.45154897%2012.7121648,8.5%2013,8.5%20C14.3807119,8.5%2015.5,7.38071187%2015.5,6%20C15.5,4.61928813%2014.3807119,3.5%2013,3.5%20C12.7121648,3.5%2012.4316529,3.54845103%2012.166623,3.64212565%20L11.5,3.87774309%20L11.5,0.5%20Z'%20id='component-instance-small'%20stroke='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-distribute-vertical-spacing{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_160)'%3e%3cpath%20d='M22%202V4H2V2H22ZM7%2010.5V13.5H17V10.5H7ZM2%2020V22H22V20H2Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_160'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_160)'%3e%3cpath%20d='M22%202V4H2V2H22ZM7%2010.5V13.5H17V10.5H7ZM2%2020V22H22V20H2Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_160'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-distribute-horizontal-spacing{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_157)'%3e%3cpath%20d='M4%2022H2V2H4V22ZM22%202H20V22H22V2ZM13.5%207H10.5V17H13.5V7Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_157'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_117_157)'%3e%3cpath%20d='M4%2022H2V2H4V22ZM22%202H20V22H22V2ZM13.5%207H10.5V17H13.5V7Z'%20fill='%23424242'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_117_157'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-json{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyICg2Njg2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmb250LWZhbWlseT0iU0ZQcm9UZXh0LVJlZ3VsYXIsIFNGIFBybyBUZXh0IiBmb250LXdlaWdodD0ibm9ybWFsIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMi4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHRleHQgaWQ9InstfSIgZm9udC1zaXplPSIxNiI+CiAgICAgICAgICAgICAgICA8dHNwYW4geD0iMC4zMTA1NDY4NzUiIHk9IjE1Ij57PC90c3Bhbj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI2LjQxOTkyMTg4IiB5PSIxNSIgZm9udC1zaXplPSI5Ij4gICAgPC90c3Bhbj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSIxNi41ODAwNzgxIiB5PSIxNSIgbGV0dGVyLXNwYWNpbmc9IjEiPn08L3RzcGFuPgogICAgICAgICAgICA8L3RleHQ+CiAgICAgICAgICAgIDx0ZXh0IGlkPSLigKLigKLigKIiIGZvbnQtc2l6ZT0iNyI+CiAgICAgICAgICAgICAgICA8dHNwYW4geD0iNi4yMDg5ODQzOCIgeT0iMTMiPuKAouKAouKAojwvdHNwYW4+CiAgICAgICAgICAgIDwvdGV4dD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyICg2Njg2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmb250LWZhbWlseT0iU0ZQcm9UZXh0LVJlZ3VsYXIsIFNGIFBybyBUZXh0IiBmb250LXdlaWdodD0ibm9ybWFsIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMi4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHRleHQgaWQ9InstfSIgZm9udC1zaXplPSIxNiI+CiAgICAgICAgICAgICAgICA8dHNwYW4geD0iMC4zMTA1NDY4NzUiIHk9IjE1Ij57PC90c3Bhbj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI2LjQxOTkyMTg4IiB5PSIxNSIgZm9udC1zaXplPSI5Ij4gICAgPC90c3Bhbj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSIxNi41ODAwNzgxIiB5PSIxNSIgbGV0dGVyLXNwYWNpbmc9IjEiPn08L3RzcGFuPgogICAgICAgICAgICA8L3RleHQ+CiAgICAgICAgICAgIDx0ZXh0IGlkPSLigKLigKLigKIiIGZvbnQtc2l6ZT0iNyI+CiAgICAgICAgICAgICAgICA8dHNwYW4geD0iNi4yMDg5ODQzOCIgeT0iMTMiPuKAouKAouKAojwvdHNwYW4+CiAgICAgICAgICAgIDwvdGV4dD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.icon-rows{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1343.000000,%20-822.000000)'%20fill-rule='nonzero'%20stroke='%233B6FFF'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-3'%20transform='translate(127.000000,%2012.000000)'%3e%3cg%20id='Group-2'%20transform='translate(2.000000,%200.000000)'%3e%3crect%20id='Rectangle'%20x='0.5'%20y='0.5'%20width='21'%20height='5'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-6'%20x='0.5'%20y='8.5'%20width='21'%20height='5'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-7'%20x='0.5'%20y='16.5'%20width='21'%20height='5'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1343.000000,%20-822.000000)'%20fill-rule='nonzero'%20stroke='%233B6FFF'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-3'%20transform='translate(127.000000,%2012.000000)'%3e%3cg%20id='Group-2'%20transform='translate(2.000000,%200.000000)'%3e%3crect%20id='Rectangle'%20x='0.5'%20y='0.5'%20width='21'%20height='5'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-6'%20x='0.5'%20y='8.5'%20width='21'%20height='5'%3e%3c/rect%3e%3crect%20id='Rectangle-Copy-7'%20x='0.5'%20y='16.5'%20width='21'%20height='5'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-columns{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%20Copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1463.000000,%20-824.000000)'%20fill-rule='nonzero'%20stroke='%238A8A8A'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-5'%20transform='translate(240.000000,%2014.000000)'%3e%3cg%20id='Group-2-Copy'%20transform='translate(20.000000,%2011.000000)%20rotate(90.000000)%20translate(-20.000000,%20-11.000000)%20translate(9.000000,%200.000000)'%3e%3cpath%20d='M0.5,0.5%20L0.5,5.5%20L21.5,5.5%20L21.5,0.5%20L0.5,0.5%20Z%20M0.5,8.5%20L0.5,13.5%20L21.5,13.5%20L21.5,8.5%20L0.5,8.5%20Z%20M0.5,16.5%20L0.5,21.5%20L21.5,21.5%20L21.5,16.5%20L0.5,16.5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%20Copy%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1463.000000,%20-824.000000)'%20fill-rule='nonzero'%20stroke='%238A8A8A'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-5'%20transform='translate(240.000000,%2014.000000)'%3e%3cg%20id='Group-2-Copy'%20transform='translate(20.000000,%2011.000000)%20rotate(90.000000)%20translate(-20.000000,%20-11.000000)%20translate(9.000000,%200.000000)'%3e%3cpath%20d='M0.5,0.5%20L0.5,5.5%20L21.5,5.5%20L21.5,0.5%20L0.5,0.5%20Z%20M0.5,8.5%20L0.5,13.5%20L21.5,13.5%20L21.5,8.5%20L0.5,8.5%20Z%20M0.5,16.5%20L0.5,21.5%20L21.5,21.5%20L21.5,16.5%20L0.5,16.5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-grid{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1404.000000,%20-825.000000)'%20fill-rule='nonzero'%20stroke='%238A8A8A'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-4'%20transform='translate(190.000000,%2015.000000)'%3e%3cg%20id='Group'%3e%3cpath%20d='M0.5,0.5%20L0.5,8.5%20L8.5,8.5%20L8.5,0.5%20L0.5,0.5%20Z%20M11.5,0.5%20L11.5,8.5%20L19.5,8.5%20L19.5,0.5%20L11.5,0.5%20Z%20M0.5,11.5%20L0.5,19.5%20L8.5,19.5%20L8.5,11.5%20L0.5,11.5%20Z%20M11.5,11.5%20L11.5,19.5%20L19.5,19.5%20L19.5,11.5%20L11.5,11.5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.1%20(67048)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard-Copy'%20transform='translate(-1404.000000,%20-825.000000)'%20fill-rule='nonzero'%20stroke='%238A8A8A'%3e%3cg%20id='Group-6'%20transform='translate(1214.000000,%20810.000000)'%3e%3cg%20id='Group-4'%20transform='translate(190.000000,%2015.000000)'%3e%3cg%20id='Group'%3e%3cpath%20d='M0.5,0.5%20L0.5,8.5%20L8.5,8.5%20L8.5,0.5%20L0.5,0.5%20Z%20M11.5,0.5%20L11.5,8.5%20L19.5,8.5%20L19.5,0.5%20L11.5,0.5%20Z%20M0.5,11.5%20L0.5,19.5%20L8.5,19.5%20L8.5,11.5%20L0.5,11.5%20Z%20M11.5,11.5%20L11.5,19.5%20L19.5,19.5%20L19.5,11.5%20L11.5,11.5%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-carousel,.icon-carousel-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-Copy-2'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,15%20L19,15%20L19,1%20L1,1%20Z%20M0,0%20L20,0%20L20,16%20L0,16%20L0,0%20Z'%20id='Rectangle'%3e%3c/path%3e%3cg%20id='Group-2'%20transform='translate(4.000000,%2011.000000)'%3e%3ccircle%20id='Oval'%20cx='1.5'%20cy='1.5'%20r='1.5'%3e%3c/circle%3e%3cpath%20d='M6,2.5%20C6.55228475,2.5%207,2.05228475%207,1.5%20C7,0.94771525%206.55228475,0.5%206,0.5%20C5.44771525,0.5%205,0.94771525%205,1.5%20C5,2.05228475%205.44771525,2.5%206,2.5%20Z%20M6,3%20C5.17157288,3%204.5,2.32842712%204.5,1.5%20C4.5,0.671572875%205.17157288,0%206,0%20C6.82842712,0%207.5,0.671572875%207.5,1.5%20C7.5,2.32842712%206.82842712,3%206,3%20Z'%20id='Oval-Copy'%3e%3c/path%3e%3cpath%20d='M10.5,2.5%20C11.0522847,2.5%2011.5,2.05228475%2011.5,1.5%20C11.5,0.94771525%2011.0522847,0.5%2010.5,0.5%20C9.94771525,0.5%209.5,0.94771525%209.5,1.5%20C9.5,2.05228475%209.94771525,2.5%2010.5,2.5%20Z%20M10.5,3%20C9.67157288,3%209,2.32842712%209,1.5%20C9,0.671572875%209.67157288,0%2010.5,0%20C11.3284271,0%2012,0.671572875%2012,1.5%20C12,2.32842712%2011.3284271,3%2010.5,3%20Z'%20id='Oval-Copy-2'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='16px'%20viewBox='0%200%2020%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-Copy-2'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M1,1%20L1,15%20L19,15%20L19,1%20L1,1%20Z%20M0,0%20L20,0%20L20,16%20L0,16%20L0,0%20Z'%20id='Rectangle'%3e%3c/path%3e%3cg%20id='Group-2'%20transform='translate(4.000000,%2011.000000)'%3e%3ccircle%20id='Oval'%20cx='1.5'%20cy='1.5'%20r='1.5'%3e%3c/circle%3e%3cpath%20d='M6,2.5%20C6.55228475,2.5%207,2.05228475%207,1.5%20C7,0.94771525%206.55228475,0.5%206,0.5%20C5.44771525,0.5%205,0.94771525%205,1.5%20C5,2.05228475%205.44771525,2.5%206,2.5%20Z%20M6,3%20C5.17157288,3%204.5,2.32842712%204.5,1.5%20C4.5,0.671572875%205.17157288,0%206,0%20C6.82842712,0%207.5,0.671572875%207.5,1.5%20C7.5,2.32842712%206.82842712,3%206,3%20Z'%20id='Oval-Copy'%3e%3c/path%3e%3cpath%20d='M10.5,2.5%20C11.0522847,2.5%2011.5,2.05228475%2011.5,1.5%20C11.5,0.94771525%2011.0522847,0.5%2010.5,0.5%20C9.94771525,0.5%209.5,0.94771525%209.5,1.5%20C9.5,2.05228475%209.94771525,2.5%2010.5,2.5%20Z%20M10.5,3%20C9.67157288,3%209,2.32842712%209,1.5%20C9,0.671572875%209.67157288,0%2010.5,0%20C11.3284271,0%2012,0.671572875%2012,1.5%20C12,2.32842712%2011.3284271,3%2010.5,3%20Z'%20id='Oval-Copy-2'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-account-circle{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_account_circle%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_account_circle'%20transform='translate(-2.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M12,2%20C6.48,2%202,6.48%202,12%20C2,17.52%206.48,22%2012,22%20C17.52,22%2022,17.52%2022,12%20C22,6.48%2017.52,2%2012,2%20L12,2%20Z%20M12,5%20C13.66,5%2015,6.34%2015,8%20C15,9.66%2013.66,11%2012,11%20C10.34,11%209,9.66%209,8%20C9,6.34%2010.34,5%2012,5%20L12,5%20Z%20M12,19.2%20C9.5,19.2%207.29,17.92%206,15.98%20C6.03,13.99%2010,12.9%2012,12.9%20C13.99,12.9%2017.97,13.99%2018,15.98%20C16.71,17.92%2014.5,19.2%2012,19.2%20L12,19.2%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_account_circle%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_account_circle'%20transform='translate(-2.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M12,2%20C6.48,2%202,6.48%202,12%20C2,17.52%206.48,22%2012,22%20C17.52,22%2022,17.52%2022,12%20C22,6.48%2017.52,2%2012,2%20L12,2%20Z%20M12,5%20C13.66,5%2015,6.34%2015,8%20C15,9.66%2013.66,11%2012,11%20C10.34,11%209,9.66%209,8%20C9,6.34%2010.34,5%2012,5%20L12,5%20Z%20M12,19.2%20C9.5,19.2%207.29,17.92%206,15.98%20C6.03,13.99%2010,12.9%2012,12.9%20C13.99,12.9%2017.97,13.99%2018,15.98%20C16.71,17.92%2014.5,19.2%2012,19.2%20L12,19.2%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-settings{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_settings%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_settings'%20transform='translate(-2.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19.43,12.98%20C19.47,12.66%2019.5,12.34%2019.5,12%20C19.5,11.66%2019.47,11.34%2019.43,11.02%20L21.54,9.37%20C21.73,9.22%2021.78,8.95%2021.66,8.73%20L19.66,5.27%20C19.54,5.05%2019.27,4.97%2019.05,5.05%20L16.56,6.05%20C16.04,5.65%2015.48,5.32%2014.87,5.07%20L14.49,2.42%20C14.46,2.18%2014.25,2%2014,2%20L10,2%20C9.75,2%209.54,2.18%209.51,2.42%20L9.13,5.07%20C8.52,5.32%207.96,5.66%207.44,6.05%20L4.95,5.05%20C4.72,4.96%204.46,5.05%204.34,5.27%20L2.34,8.73%20C2.21,8.95%202.27,9.22%202.46,9.37%20L4.57,11.02%20C4.53,11.34%204.5,11.67%204.5,12%20C4.5,12.33%204.53,12.66%204.57,12.98%20L2.46,14.63%20C2.27,14.78%202.22,15.05%202.34,15.27%20L4.34,18.73%20C4.46,18.95%204.73,19.03%204.95,18.95%20L7.44,17.95%20C7.96,18.35%208.52,18.68%209.13,18.93%20L9.51,21.58%20C9.54,21.82%209.75,22%2010,22%20L14,22%20C14.25,22%2014.46,21.82%2014.49,21.58%20L14.87,18.93%20C15.48,18.68%2016.04,18.34%2016.56,17.95%20L19.05,18.95%20C19.28,19.04%2019.54,18.95%2019.66,18.73%20L21.66,15.27%20C21.78,15.05%2021.73,14.78%2021.54,14.63%20L19.43,12.98%20L19.43,12.98%20Z%20M12,15.5%20C10.07,15.5%208.5,13.93%208.5,12%20C8.5,10.07%2010.07,8.5%2012,8.5%20C13.93,8.5%2015.5,10.07%2015.5,12%20C15.5,13.93%2013.93,15.5%2012,15.5%20L12,15.5%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='20px'%20height='20px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_settings%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_settings'%20transform='translate(-2.000000,%20-2.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19.43,12.98%20C19.47,12.66%2019.5,12.34%2019.5,12%20C19.5,11.66%2019.47,11.34%2019.43,11.02%20L21.54,9.37%20C21.73,9.22%2021.78,8.95%2021.66,8.73%20L19.66,5.27%20C19.54,5.05%2019.27,4.97%2019.05,5.05%20L16.56,6.05%20C16.04,5.65%2015.48,5.32%2014.87,5.07%20L14.49,2.42%20C14.46,2.18%2014.25,2%2014,2%20L10,2%20C9.75,2%209.54,2.18%209.51,2.42%20L9.13,5.07%20C8.52,5.32%207.96,5.66%207.44,6.05%20L4.95,5.05%20C4.72,4.96%204.46,5.05%204.34,5.27%20L2.34,8.73%20C2.21,8.95%202.27,9.22%202.46,9.37%20L4.57,11.02%20C4.53,11.34%204.5,11.67%204.5,12%20C4.5,12.33%204.53,12.66%204.57,12.98%20L2.46,14.63%20C2.27,14.78%202.22,15.05%202.34,15.27%20L4.34,18.73%20C4.46,18.95%204.73,19.03%204.95,18.95%20L7.44,17.95%20C7.96,18.35%208.52,18.68%209.13,18.93%20L9.51,21.58%20C9.54,21.82%209.75,22%2010,22%20L14,22%20C14.25,22%2014.46,21.82%2014.49,21.58%20L14.87,18.93%20C15.48,18.68%2016.04,18.34%2016.56,17.95%20L19.05,18.95%20C19.28,19.04%2019.54,18.95%2019.66,18.73%20L21.66,15.27%20C21.78,15.05%2021.73,14.78%2021.54,14.63%20L19.43,12.98%20L19.43,12.98%20Z%20M12,15.5%20C10.07,15.5%208.5,13.93%208.5,12%20C8.5,10.07%2010.07,8.5%2012,8.5%20C13.93,8.5%2015.5,10.07%2015.5,12%20C15.5,13.93%2013.93,15.5%2012,15.5%20L12,15.5%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-done-all{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='14px'%20viewBox='0%200%2024%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_done_all%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_done_all'%20transform='translate(0.000000,%20-5.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M18,7%20L16.59,5.59%20L10.25,11.93%20L11.66,13.34%20L18,7%20L18,7%20Z%20M22.24,5.59%20L11.66,16.17%20L7.48,12%20L6.07,13.41%20L11.66,19%20L23.66,7%20L22.24,5.59%20L22.24,5.59%20Z%20M0.41,13.41%20L6,19%20L7.41,17.59%20L1.83,12%20L0.41,13.41%20L0.41,13.41%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='14px'%20viewBox='0%200%2024%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_done_all%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_done_all'%20transform='translate(0.000000,%20-5.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M18,7%20L16.59,5.59%20L10.25,11.93%20L11.66,13.34%20L18,7%20L18,7%20Z%20M22.24,5.59%20L11.66,16.17%20L7.48,12%20L6.07,13.41%20L11.66,19%20L23.66,7%20L22.24,5.59%20L22.24,5.59%20Z%20M0.41,13.41%20L6,19%20L7.41,17.59%20L1.83,12%20L0.41,13.41%20L0.41,13.41%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-done{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='14px'%20viewBox='0%200%2018%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_done%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_done'%20transform='translate(-3.000000,%20-5.000000)'%3e%3cg%20id='ic_done'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Icon'%20fill='%23000000'%20points='9%2016.2%204.8%2012%203.4%2013.4%209%2019%2021%207%2019.6%205.6'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='14px'%20viewBox='0%200%2018%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_done%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_done'%20transform='translate(-3.000000,%20-5.000000)'%3e%3cg%20id='ic_done'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Icon'%20fill='%23000000'%20points='9%2016.2%204.8%2012%203.4%2013.4%209%2019%2021%207%2019.6%205.6'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-apps{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_apps%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_apps'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M4,8%20L8,8%20L8,4%20L4,4%20L4,8%20L4,8%20Z%20M10,20%20L14,20%20L14,16%20L10,16%20L10,20%20L10,20%20Z%20M4,20%20L8,20%20L8,16%20L4,16%20L4,20%20L4,20%20Z%20M4,14%20L8,14%20L8,10%20L4,10%20L4,14%20L4,14%20Z%20M10,14%20L14,14%20L14,10%20L10,10%20L10,14%20L10,14%20Z%20M16,4%20L16,8%20L20,8%20L20,4%20L16,4%20L16,4%20Z%20M10,8%20L14,8%20L14,4%20L10,4%20L10,8%20L10,8%20Z%20M16,14%20L20,14%20L20,10%20L16,10%20L16,14%20L16,14%20Z%20M16,20%20L20,20%20L20,16%20L16,16%20L16,20%20L16,20%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_apps%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_apps'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M4,8%20L8,8%20L8,4%20L4,4%20L4,8%20L4,8%20Z%20M10,20%20L14,20%20L14,16%20L10,16%20L10,20%20L10,20%20Z%20M4,20%20L8,20%20L8,16%20L4,16%20L4,20%20L4,20%20Z%20M4,14%20L8,14%20L8,10%20L4,10%20L4,14%20L4,14%20Z%20M10,14%20L14,14%20L14,10%20L10,10%20L10,14%20L10,14%20Z%20M16,4%20L16,8%20L20,8%20L20,4%20L16,4%20L16,4%20Z%20M10,8%20L14,8%20L14,4%20L10,4%20L10,8%20L10,8%20Z%20M16,14%20L20,14%20L20,10%20L16,10%20L16,14%20L16,14%20Z%20M16,20%20L20,20%20L20,16%20L16,16%20L16,20%20L16,20%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-arrow-back{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_arrow_back%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_arrow_back'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Shape'%20fill='%23000000'%20points='20%2011%207.83%2011%2013.42%205.41%2012%204%204%2012%2012%2020%2013.41%2018.59%207.83%2013%2020%2013'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_arrow_back%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_arrow_back'%20transform='translate(-4.000000,%20-4.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpolygon%20id='Shape'%20fill='%23000000'%20points='20%2011%207.83%2011%2013.42%205.41%2012%204%204%2012%2012%2020%2013.41%2018.59%207.83%2013%2020%2013'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-arrow-next{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%200L3.295%200.705L6.085%203.5H0V4.5H6.085L3.295%207.295L4%208L8%204L4%200Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%200L3.295%200.705L6.085%203.5H0V4.5H6.085L3.295%207.295L4%208L8%204L4%200Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-google-g-logo{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBmaWxsPSdub25lJz4KICAgIDxwYXRoCiAgICAgICAgZD0iTTIyLjU2IDEyLjI1YzAtLjc4LS4wNy0xLjUzLS4yLTIuMjVIMTJ2NC4yNmg1LjkyYy0uMjYgMS4zNy0xLjA0IDIuNTMtMi4yMSAzLjMxdjIuNzdoMy41N2MyLjA4LTEuOTIgMy4yOC00Ljc0IDMuMjgtOC4wOXoiCiAgICAgICAgZmlsbD0iIzQyODVGNCIKICAgIC8+CiAgICA8cGF0aAogICAgICAgIGQ9Ik0xMiAyM2MyLjk3IDAgNS40Ni0uOTggNy4yOC0yLjY2bC0zLjU3LTIuNzdjLS45OC42Ni0yLjIzIDEuMDYtMy43MSAxLjA2LTIuODYgMC01LjI5LTEuOTMtNi4xNi00LjUzSDIuMTh2Mi44NEMzLjk5IDIwLjUzIDcuNyAyMyAxMiAyM3oiCiAgICAgICAgZmlsbD0iIzM0QTg1MyIKICAgIC8+CiAgICA8cGF0aAogICAgICAgIGQ9Ik01Ljg0IDE0LjA5Yy0uMjItLjY2LS4zNS0xLjM2LS4zNS0yLjA5cy4xMy0xLjQzLjM1LTIuMDlWNy4wN0gyLjE4QzEuNDMgOC41NSAxIDEwLjIyIDEgMTJzLjQzIDMuNDUgMS4xOCA0LjkzbDIuODUtMi4yMi44MS0uNjJ6IgogICAgICAgIGZpbGw9IiNGQkJDMDUiCiAgICAvPgogICAgPHBhdGgKICAgICAgICBkPSJNMTIgNS4zOGMxLjYyIDAgMy4wNi41NiA0LjIxIDEuNjRsMy4xNS0zLjE1QzE3LjQ1IDIuMDkgMTQuOTcgMSAxMiAxIDcuNyAxIDMuOTkgMy40NyAyLjE4IDcuMDdsMy42NiAyLjg0Yy44Ny0yLjYgMy4zLTQuNTMgNi4xNi00LjUzeiIKICAgICAgICBmaWxsPSIjRUE0MzM1IgogICAgLz4KICAgIDxwYXRoIGQ9Ik0xIDFoMjJ2MjJIMXoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+) 50% no-repeat}.icon-slim-arrow-next{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.6.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M15,6l6,6l-6,6l-1.4-1.4l3.6-3.6H3v-2h14.2l-3.6-3.6L15,6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.6.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M15,6l6,6l-6,6l-1.4-1.4l3.6-3.6H3v-2h14.2l-3.6-3.6L15,6z'/%3e%3c/svg%3e")}.icon-chevron-left{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_left%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_chevron_left'%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20fill='%23000000'%20points='15.41%207.41%2014%206%208%2012%2014%2018%2015.41%2016.59%2010.83%2012'%3e%3c/polygon%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eic_chevron_left%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_chevron_left'%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%20id='Icon-24px'%3e%3cpolygon%20id='Shape'%20fill='%23000000'%20points='15.41%207.41%2014%206%208%2012%2014%2018%2015.41%2016.59%2010.83%2012'%3e%3c/polygon%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-people{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3epeople%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_people'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='ic_people'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M16,11%20C17.66,11%2018.99,9.66%2018.99,8%20C18.99,6.34%2017.66,5%2016,5%20C14.34,5%2013,6.34%2013,8%20C13,9.66%2014.34,11%2016,11%20L16,11%20Z%20M8,11%20C9.66,11%2010.99,9.66%2010.99,8%20C10.99,6.34%209.66,5%208,5%20C6.34,5%205,6.34%205,8%20C5,9.66%206.34,11%208,11%20L8,11%20Z%20M8,13%20C5.67,13%201,14.17%201,16.5%20L1,19%20L15,19%20L15,16.5%20C15,14.17%2010.33,13%208,13%20L8,13%20Z%20M16,13%20C15.71,13%2015.38,13.02%2015.03,13.05%20C16.19,13.89%2017,15.02%2017,16.5%20L17,19%20L23,19%20L23,16.5%20C23,14.17%2018.33,13%2016,13%20L16,13%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3epeople%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_people'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='ic_people'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M16,11%20C17.66,11%2018.99,9.66%2018.99,8%20C18.99,6.34%2017.66,5%2016,5%20C14.34,5%2013,6.34%2013,8%20C13,9.66%2014.34,11%2016,11%20L16,11%20Z%20M8,11%20C9.66,11%2010.99,9.66%2010.99,8%20C10.99,6.34%209.66,5%208,5%20C6.34,5%205,6.34%205,8%20C5,9.66%206.34,11%208,11%20L8,11%20Z%20M8,13%20C5.67,13%201,14.17%201,16.5%20L1,19%20L15,19%20L15,16.5%20C15,14.17%2010.33,13%208,13%20L8,13%20Z%20M16,13%20C15.71,13%2015.38,13.02%2015.03,13.05%20C16.19,13.89%2017,15.02%2017,16.5%20L17,19%20L23,19%20L23,16.5%20C23,14.17%2018.33,13%2016,13%20L16,13%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-magic-text{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20points='5,9.9%208.9,9.9%208.9,21.5%2011.1,21.5%2011.1,9.9%2015,9.9%2015,7.8%205,7.8%20'/%3e%3cpath%20d='M22,3.2C22,3.1,21.9,3,21.8,3.1l-2.3,1.2c0,0-0.1,0-0.1,0l-2.3-1.2C17,3.1,16.9,3.2,17,3.3l1.2,2.3c0,0,0,0.1,0,0.1L17,7.9%20C17,8,17.1,8.1,17.2,8.1l2.3-1.2c0,0,0.1,0,0.1,0l2.3,1.2C21.9,8.1,22,8,22,7.9l-1.2-2.3c0,0,0-0.1,0-0.1L22,3.2z'/%3e%3cpath%20d='M11.8,4.5C11.8,4.5,11.8,4.5,11.8,4.5l0.8,1.1c0,0,0.1,0,0.1,0l0-1.3c0,0,0,0,0,0l1.1-0.7c0,0,0-0.1,0-0.1l-1.3,0%20c0,0,0,0,0,0l-0.7-1.1c0,0-0.1,0-0.1,0l0,1.3c0,0,0,0,0,0l-1.1,0.7c0,0,0,0.1,0,0.1L11.8,4.5z'/%3e%3cpath%20d='M18.4,11.7C18.3,11.7,18.3,11.6,18.4,11.7l-0.8-1.2c0-0.1-0.1,0-0.1,0l0,1.4c0,0,0,0,0,0.1l-1.2,0.8c-0.1,0,0,0.1,0,0.1%20l1.4,0c0,0,0,0,0.1,0l0.8,1.2c0,0.1,0.1,0,0.1,0l0-1.4c0,0,0,0,0-0.1l1.2-0.8c0.1,0,0-0.1,0-0.1L18.4,11.7z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%3e%3cpolygon%20points='5,9.9%208.9,9.9%208.9,21.5%2011.1,21.5%2011.1,9.9%2015,9.9%2015,7.8%205,7.8%20'/%3e%3cpath%20d='M22,3.2C22,3.1,21.9,3,21.8,3.1l-2.3,1.2c0,0-0.1,0-0.1,0l-2.3-1.2C17,3.1,16.9,3.2,17,3.3l1.2,2.3c0,0,0,0.1,0,0.1L17,7.9%20C17,8,17.1,8.1,17.2,8.1l2.3-1.2c0,0,0.1,0,0.1,0l2.3,1.2C21.9,8.1,22,8,22,7.9l-1.2-2.3c0,0,0-0.1,0-0.1L22,3.2z'/%3e%3cpath%20d='M11.8,4.5C11.8,4.5,11.8,4.5,11.8,4.5l0.8,1.1c0,0,0.1,0,0.1,0l0-1.3c0,0,0,0,0,0l1.1-0.7c0,0,0-0.1,0-0.1l-1.3,0%20c0,0,0,0,0,0l-0.7-1.1c0,0-0.1,0-0.1,0l0,1.3c0,0,0,0,0,0l-1.1,0.7c0,0,0,0.1,0,0.1L11.8,4.5z'/%3e%3cpath%20d='M18.4,11.7C18.3,11.7,18.3,11.6,18.4,11.7l-0.8-1.2c0-0.1-0.1,0-0.1,0l0,1.4c0,0,0,0,0,0.1l-1.2,0.8c-0.1,0,0,0.1,0,0.1%20l1.4,0c0,0,0,0,0.1,0l0.8,1.2c0,0.1,0.1,0,0.1,0l0-1.4c0,0,0,0,0-0.1l1.2-0.8c0.1,0,0-0.1,0-0.1L18.4,11.7z'/%3e%3c/g%3e%3c/svg%3e")}.icon-magic-number{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='18px'%20viewBox='0%200%2019%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2-Copy-2'%20fill='%23000000'%3e%3cg%20id='Group-2-Copy'%3e%3cpath%20d='M4.08007812,7.61132812%20L4.20996094,7.61132812%20C4.64290581,7.61132812%204.99080272,7.81233523%205.25366211,8.21435547%20C5.5165215,8.61637571%205.83349424,9.55028564%206.20458984,11.0161133%20C6.79834281,9.90282646%207.36580133,9.08024354%207.90698242,8.54833984%20C8.44816351,8.01643614%208.98469786,7.75048828%209.51660156,7.75048828%20C9.86295746,7.75048828%2010.149006,7.86490771%2010.3747559,8.09375%20C10.6005057,8.32259229%2010.7133789,8.61327949%2010.7133789,8.96582031%20C10.7133789,9.30599128%2010.6051443,9.60286332%2010.3886719,9.85644531%20C10.1721994,10.1100273%209.87223499,10.2924799%209.48876953,10.4038086%20L8.75585938,9.40185547%20C8.38476377,9.56266356%208.02140477,9.8595356%207.66577148,10.2924805%20C7.3101382,10.7254253%206.96842612,11.2820604%206.640625,11.9624023%20C6.67773456,12.0861009%206.73030565,12.2685535%206.79833984,12.5097656%20C7.46012701,14.8167433%208.186845,15.9702148%208.97851562,15.9702148%20C9.1578785,15.9702148%209.33260006,15.9593914%209.50268555,15.9377441%20C9.67277103,15.9160969%209.84749259,15.8867189%2010.0268555,15.8496094%20L10.0268555,16.5825195%20C9.42691757,16.7680673%208.92749223,16.9025875%208.52856445,16.986084%20C8.12963668,17.0695805%207.79101702,17.1113281%207.51269531,17.1113281%20C6.85090815,17.1113281%206.3329283,16.865481%205.95874023,16.3737793%20C5.58455217,15.8820776%205.24902492,14.9620836%204.95214844,13.6137695%20C4.30273113,14.8074604%203.7151719,15.6702447%203.18945312,16.2021484%20C2.66373435,16.7340521%202.1442083,17%201.63085938,17%20C1.25976377,17%200.941244819,16.8809419%200.675292969,16.6428223%20C0.409341118,16.4047026%200.276367188,16.118654%200.276367188,15.784668%20C0.276367188,15.4692367%200.387694199,15.1878268%200.610351562,14.9404297%20C0.833008926,14.6930326%201.12678854,14.5260421%201.49169922,14.4394531%20L2.30810547,15.4414062%20C2.71631063,15.1630845%203.10904759,14.7858097%203.48632813,14.3095703%20C3.86360866,13.833331%204.21305178,13.2736035%204.53466797,12.6303711%20C4.22542163,11.6531527%203.96720481,10.9001491%203.76000977,10.3713379%20C3.55281472,9.84252665%203.36881591,9.46061315%203.20800781,9.22558594%20L1.47314453,9.09570312%20L1.47314453,8.44628906%20L4.08007812,7.61132812%20Z'%20id='x'%3e%3c/path%3e%3cg%20id='magic-text'%20transform='translate(7.000000,%200.000000)'%3e%3cpath%20d='M12,1.2%20C12,1.1%2011.9,1%2011.8,1.1%20L9.5,2.3%20C9.5,2.3%209.4,2.3%209.4,2.3%20L7.1,1.1%20C7,1.1%206.9,1.2%207,1.3%20L8.2,3.6%20C8.2,3.6%208.2,3.7%208.2,3.7%20L7,5.9%20C7,6%207.1,6.1%207.2,6.1%20L9.5,4.9%20C9.5,4.9%209.6,4.9%209.6,4.9%20L11.9,6.1%20C11.9,6.1%2012,6%2012,5.9%20L10.8,3.6%20C10.8,3.6%2010.8,3.5%2010.8,3.5%20L12,1.2%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M1.8,2.5%20C1.8,2.5%201.8,2.5%201.8,2.5%20L2.6,3.6%20C2.6,3.6%202.7,3.6%202.7,3.6%20L2.7,2.3%20C2.7,2.3%202.7,2.3%202.7,2.3%20L3.8,1.6%20C3.8,1.6%203.8,1.5%203.8,1.5%20L2.5,1.5%20C2.5,1.5%202.5,1.5%202.5,1.5%20L1.8,0.4%20C1.8,0.4%201.7,0.4%201.7,0.4%20L1.7,1.7%20C1.7,1.7%201.7,1.7%201.7,1.7%20L0.6,2.4%20C0.6,2.4%200.6,2.5%200.6,2.5%20L1.8,2.5%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M8.4,9.7%20C8.3,9.7%208.3,9.6%208.4,9.7%20L7.6,8.5%20C7.6,8.4%207.5,8.5%207.5,8.5%20L7.5,9.9%20C7.5,9.9%207.5,9.9%207.5,10%20L6.3,10.8%20C6.2,10.8%206.3,10.9%206.3,10.9%20L7.7,10.9%20C7.7,10.9%207.7,10.9%207.8,10.9%20L8.6,12.1%20C8.6,12.2%208.7,12.1%208.7,12.1%20L8.7,10.7%20C8.7,10.7%208.7,10.7%208.7,10.6%20L9.9,9.8%20C10,9.8%209.9,9.7%209.9,9.7%20L8.4,9.7%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='18px'%20viewBox='0%200%2019%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%202%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2-Copy-2'%20fill='%23000000'%3e%3cg%20id='Group-2-Copy'%3e%3cpath%20d='M4.08007812,7.61132812%20L4.20996094,7.61132812%20C4.64290581,7.61132812%204.99080272,7.81233523%205.25366211,8.21435547%20C5.5165215,8.61637571%205.83349424,9.55028564%206.20458984,11.0161133%20C6.79834281,9.90282646%207.36580133,9.08024354%207.90698242,8.54833984%20C8.44816351,8.01643614%208.98469786,7.75048828%209.51660156,7.75048828%20C9.86295746,7.75048828%2010.149006,7.86490771%2010.3747559,8.09375%20C10.6005057,8.32259229%2010.7133789,8.61327949%2010.7133789,8.96582031%20C10.7133789,9.30599128%2010.6051443,9.60286332%2010.3886719,9.85644531%20C10.1721994,10.1100273%209.87223499,10.2924799%209.48876953,10.4038086%20L8.75585938,9.40185547%20C8.38476377,9.56266356%208.02140477,9.8595356%207.66577148,10.2924805%20C7.3101382,10.7254253%206.96842612,11.2820604%206.640625,11.9624023%20C6.67773456,12.0861009%206.73030565,12.2685535%206.79833984,12.5097656%20C7.46012701,14.8167433%208.186845,15.9702148%208.97851562,15.9702148%20C9.1578785,15.9702148%209.33260006,15.9593914%209.50268555,15.9377441%20C9.67277103,15.9160969%209.84749259,15.8867189%2010.0268555,15.8496094%20L10.0268555,16.5825195%20C9.42691757,16.7680673%208.92749223,16.9025875%208.52856445,16.986084%20C8.12963668,17.0695805%207.79101702,17.1113281%207.51269531,17.1113281%20C6.85090815,17.1113281%206.3329283,16.865481%205.95874023,16.3737793%20C5.58455217,15.8820776%205.24902492,14.9620836%204.95214844,13.6137695%20C4.30273113,14.8074604%203.7151719,15.6702447%203.18945312,16.2021484%20C2.66373435,16.7340521%202.1442083,17%201.63085938,17%20C1.25976377,17%200.941244819,16.8809419%200.675292969,16.6428223%20C0.409341118,16.4047026%200.276367188,16.118654%200.276367188,15.784668%20C0.276367188,15.4692367%200.387694199,15.1878268%200.610351562,14.9404297%20C0.833008926,14.6930326%201.12678854,14.5260421%201.49169922,14.4394531%20L2.30810547,15.4414062%20C2.71631063,15.1630845%203.10904759,14.7858097%203.48632813,14.3095703%20C3.86360866,13.833331%204.21305178,13.2736035%204.53466797,12.6303711%20C4.22542163,11.6531527%203.96720481,10.9001491%203.76000977,10.3713379%20C3.55281472,9.84252665%203.36881591,9.46061315%203.20800781,9.22558594%20L1.47314453,9.09570312%20L1.47314453,8.44628906%20L4.08007812,7.61132812%20Z'%20id='x'%3e%3c/path%3e%3cg%20id='magic-text'%20transform='translate(7.000000,%200.000000)'%3e%3cpath%20d='M12,1.2%20C12,1.1%2011.9,1%2011.8,1.1%20L9.5,2.3%20C9.5,2.3%209.4,2.3%209.4,2.3%20L7.1,1.1%20C7,1.1%206.9,1.2%207,1.3%20L8.2,3.6%20C8.2,3.6%208.2,3.7%208.2,3.7%20L7,5.9%20C7,6%207.1,6.1%207.2,6.1%20L9.5,4.9%20C9.5,4.9%209.6,4.9%209.6,4.9%20L11.9,6.1%20C11.9,6.1%2012,6%2012,5.9%20L10.8,3.6%20C10.8,3.6%2010.8,3.5%2010.8,3.5%20L12,1.2%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M1.8,2.5%20C1.8,2.5%201.8,2.5%201.8,2.5%20L2.6,3.6%20C2.6,3.6%202.7,3.6%202.7,3.6%20L2.7,2.3%20C2.7,2.3%202.7,2.3%202.7,2.3%20L3.8,1.6%20C3.8,1.6%203.8,1.5%203.8,1.5%20L2.5,1.5%20C2.5,1.5%202.5,1.5%202.5,1.5%20L1.8,0.4%20C1.8,0.4%201.7,0.4%201.7,0.4%20L1.7,1.7%20C1.7,1.7%201.7,1.7%201.7,1.7%20L0.6,2.4%20C0.6,2.4%200.6,2.5%200.6,2.5%20L1.8,2.5%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M8.4,9.7%20C8.3,9.7%208.3,9.6%208.4,9.7%20L7.6,8.5%20C7.6,8.4%207.5,8.5%207.5,8.5%20L7.5,9.9%20C7.5,9.9%207.5,9.9%207.5,10%20L6.3,10.8%20C6.2,10.8%206.3,10.9%206.3,10.9%20L7.7,10.9%20C7.7,10.9%207.7,10.9%207.8,10.9%20L8.6,12.1%20C8.6,12.2%208.7,12.1%208.7,12.1%20L8.7,10.7%20C8.7,10.7%208.7,10.7%208.7,10.6%20L9.9,9.8%20C10,9.8%209.9,9.7%209.9,9.7%20L8.4,9.7%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-magic-text-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='14px'%20viewBox='0%200%2012%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eDynamic_Magic_Text_Icon-01%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Dynamic_Magic_Text_Icon-01'%20fill='%23000000'%3e%3cpolygon%20id='Path'%20points='0%205.53%202.75294118%205.53%202.75294118%2013.65%204.30588235%2013.65%204.30588235%205.53%207.05882353%205.53%207.05882353%204.06%200%204.06'%3e%3c/polygon%3e%3cpath%20d='M12,0.84%20C12,0.77%2011.9294118,0.7%2011.8588235,0.77%20L10.2352941,1.61%20C10.2352941,1.61%2010.1647059,1.61%2010.1647059,1.61%20L8.54117647,0.77%20C8.47058824,0.77%208.4,0.84%208.47058824,0.91%20L9.31764706,2.52%20C9.31764706,2.52%209.31764706,2.59%209.31764706,2.59%20L8.47058824,4.13%20C8.47058824,4.2%208.54117647,4.27%208.61176471,4.27%20L10.2352941,3.43%20C10.2352941,3.43%2010.3058824,3.43%2010.3058824,3.43%20L11.9294118,4.27%20C11.9294118,4.27%2012,4.2%2012,4.13%20L11.1529412,2.52%20C11.1529412,2.52%2011.1529412,2.45%2011.1529412,2.45%20L12,0.84%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M4.8,1.75%20C4.8,1.75%204.8,1.75%204.8,1.75%20L5.36470588,2.52%20C5.36470588,2.52%205.43529412,2.52%205.43529412,2.52%20L5.43529412,1.61%20C5.43529412,1.61%205.43529412,1.61%205.43529412,1.61%20L6.21176471,1.12%20C6.21176471,1.12%206.21176471,1.05%206.21176471,1.05%20L5.29411765,1.05%20C5.29411765,1.05%205.29411765,1.05%205.29411765,1.05%20L4.8,0.28%20C4.8,0.28%204.72941176,0.28%204.72941176,0.28%20L4.72941176,1.19%20C4.72941176,1.19%204.72941176,1.19%204.72941176,1.19%20L3.95294118,1.68%20C3.95294118,1.68%203.95294118,1.75%203.95294118,1.75%20L4.8,1.75%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M9.45882353,6.79%20C9.38823529,6.79%209.38823529,6.72%209.45882353,6.79%20L8.89411765,5.95%20C8.89411765,5.88%208.82352941,5.95%208.82352941,5.95%20L8.82352941,6.93%20C8.82352941,6.93%208.82352941,6.93%208.82352941,7%20L7.97647059,7.56%20C7.90588235,7.56%207.97647059,7.63%207.97647059,7.63%20L8.96470588,7.63%20C8.96470588,7.63%208.96470588,7.63%209.03529412,7.63%20L9.6,8.47%20C9.6,8.54%209.67058824,8.47%209.67058824,8.47%20L9.67058824,7.49%20C9.67058824,7.49%209.67058824,7.49%209.67058824,7.42%20L10.5176471,6.86%20C10.5882353,6.86%2010.5176471,6.79%2010.5176471,6.79%20L9.45882353,6.79%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='14px'%20viewBox='0%200%2012%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2052.2%20(67145)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eDynamic_Magic_Text_Icon-01%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Dynamic_Magic_Text_Icon-01'%20fill='%23000000'%3e%3cpolygon%20id='Path'%20points='0%205.53%202.75294118%205.53%202.75294118%2013.65%204.30588235%2013.65%204.30588235%205.53%207.05882353%205.53%207.05882353%204.06%200%204.06'%3e%3c/polygon%3e%3cpath%20d='M12,0.84%20C12,0.77%2011.9294118,0.7%2011.8588235,0.77%20L10.2352941,1.61%20C10.2352941,1.61%2010.1647059,1.61%2010.1647059,1.61%20L8.54117647,0.77%20C8.47058824,0.77%208.4,0.84%208.47058824,0.91%20L9.31764706,2.52%20C9.31764706,2.52%209.31764706,2.59%209.31764706,2.59%20L8.47058824,4.13%20C8.47058824,4.2%208.54117647,4.27%208.61176471,4.27%20L10.2352941,3.43%20C10.2352941,3.43%2010.3058824,3.43%2010.3058824,3.43%20L11.9294118,4.27%20C11.9294118,4.27%2012,4.2%2012,4.13%20L11.1529412,2.52%20C11.1529412,2.52%2011.1529412,2.45%2011.1529412,2.45%20L12,0.84%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M4.8,1.75%20C4.8,1.75%204.8,1.75%204.8,1.75%20L5.36470588,2.52%20C5.36470588,2.52%205.43529412,2.52%205.43529412,2.52%20L5.43529412,1.61%20C5.43529412,1.61%205.43529412,1.61%205.43529412,1.61%20L6.21176471,1.12%20C6.21176471,1.12%206.21176471,1.05%206.21176471,1.05%20L5.29411765,1.05%20C5.29411765,1.05%205.29411765,1.05%205.29411765,1.05%20L4.8,0.28%20C4.8,0.28%204.72941176,0.28%204.72941176,0.28%20L4.72941176,1.19%20C4.72941176,1.19%204.72941176,1.19%204.72941176,1.19%20L3.95294118,1.68%20C3.95294118,1.68%203.95294118,1.75%203.95294118,1.75%20L4.8,1.75%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M9.45882353,6.79%20C9.38823529,6.79%209.38823529,6.72%209.45882353,6.79%20L8.89411765,5.95%20C8.89411765,5.88%208.82352941,5.95%208.82352941,5.95%20L8.82352941,6.93%20C8.82352941,6.93%208.82352941,6.93%208.82352941,7%20L7.97647059,7.56%20C7.90588235,7.56%207.97647059,7.63%207.97647059,7.63%20L8.96470588,7.63%20C8.96470588,7.63%208.96470588,7.63%209.03529412,7.63%20L9.6,8.47%20C9.6,8.54%209.67058824,8.47%209.67058824,8.47%20L9.67058824,7.49%20C9.67058824,7.49%209.67058824,7.49%209.67058824,7.42%20L10.5176471,6.86%20C10.5882353,6.86%2010.5176471,6.79%2010.5176471,6.79%20L9.45882353,6.79%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-magic-visibility{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M18.8,5.9l1.2-2.4c0.1-0.1-0.1-0.2-0.2-0.2l-2.4,1.2c0,0-0.1,0-0.1,0l-2.3-1.2C15,3.3,14.9,3.4,15,3.5l1.2,2.4%20c0,0,0,0.1,0,0.1L15,8.3c-0.1,0.1,0.1,0.2,0.2,0.2l2.3-1.2c0,0,0.1,0,0.1,0l2.4,1.2c0.1,0.1,0.2-0.1,0.2-0.2L18.8,6%20C18.8,6,18.8,5.9,18.8,5.9z'/%3e%3cpath%20d='M10.7,6.2l1.1-0.7c0,0,0-0.1,0-0.1l-1.3,0c0,0,0,0,0,0L9.7,4.2c0,0-0.1,0-0.1,0l0,1.3c0,0,0,0,0,0L8.4,6.4c0,0,0,0.1,0,0.1%20l1.3,0c0,0,0,0,0,0l0.7,1.1c0,0,0.1,0,0.1,0L10.7,6.2C10.7,6.2,10.7,6.2,10.7,6.2z'/%3e%3cpath%20d='M21.6,13.4l1.2-0.8c0.1,0,0-0.1,0-0.1l-1.5,0c0,0,0,0-0.1,0l-0.8-1.2c0-0.1-0.1,0-0.1,0l0,1.5c0,0,0,0,0,0.1L19,13.5%20c-0.1,0,0,0.1,0,0.1l1.5,0c0,0,0,0,0.1,0l0.8,1.2c0,0.1,0.1,0,0.1,0L21.6,13.4C21.5,13.4,21.6,13.4,21.6,13.4z'/%3e%3cpath%20d='M9.8,10c-3.2,0-6,2-7.1,4.8c1.1,2.8,3.9,4.8,7.1,4.8s6-2,7.1-4.8C15.8,12,13.1,10,9.8,10z%20M9.8,18c-1.8,0-3.2-1.4-3.2-3.2%20s1.4-3.2,3.2-3.2s3.2,1.4,3.2,3.2S11.6,18,9.8,18z%20M9.8,12.9c-1.1,0-1.9,0.9-1.9,1.9s0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9%20S10.9,12.9,9.8,12.9z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M18.8,5.9l1.2-2.4c0.1-0.1-0.1-0.2-0.2-0.2l-2.4,1.2c0,0-0.1,0-0.1,0l-2.3-1.2C15,3.3,14.9,3.4,15,3.5l1.2,2.4%20c0,0,0,0.1,0,0.1L15,8.3c-0.1,0.1,0.1,0.2,0.2,0.2l2.3-1.2c0,0,0.1,0,0.1,0l2.4,1.2c0.1,0.1,0.2-0.1,0.2-0.2L18.8,6%20C18.8,6,18.8,5.9,18.8,5.9z'/%3e%3cpath%20d='M10.7,6.2l1.1-0.7c0,0,0-0.1,0-0.1l-1.3,0c0,0,0,0,0,0L9.7,4.2c0,0-0.1,0-0.1,0l0,1.3c0,0,0,0,0,0L8.4,6.4c0,0,0,0.1,0,0.1%20l1.3,0c0,0,0,0,0,0l0.7,1.1c0,0,0.1,0,0.1,0L10.7,6.2C10.7,6.2,10.7,6.2,10.7,6.2z'/%3e%3cpath%20d='M21.6,13.4l1.2-0.8c0.1,0,0-0.1,0-0.1l-1.5,0c0,0,0,0-0.1,0l-0.8-1.2c0-0.1-0.1,0-0.1,0l0,1.5c0,0,0,0,0,0.1L19,13.5%20c-0.1,0,0,0.1,0,0.1l1.5,0c0,0,0,0,0.1,0l0.8,1.2c0,0.1,0.1,0,0.1,0L21.6,13.4C21.5,13.4,21.6,13.4,21.6,13.4z'/%3e%3cpath%20d='M9.8,10c-3.2,0-6,2-7.1,4.8c1.1,2.8,3.9,4.8,7.1,4.8s6-2,7.1-4.8C15.8,12,13.1,10,9.8,10z%20M9.8,18c-1.8,0-3.2-1.4-3.2-3.2%20s1.4-3.2,3.2-3.2s3.2,1.4,3.2,3.2S11.6,18,9.8,18z%20M9.8,12.9c-1.1,0-1.9,0.9-1.9,1.9s0.9,1.9,1.9,1.9s1.9-0.9,1.9-1.9%20S10.9,12.9,9.8,12.9z'/%3e%3c/svg%3e")}.icon-checkbox,.icon-check-box{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_check_box%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Toggle/ic_check_box'%20transform='translate(-3.000000,%20-3.000000)'%3e%3cg%20id='ic_check_box'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19,3%20L5,3%20C3.89,3%203,3.9%203,5%20L3,19%20C3,20.1%203.89,21%205,21%20L19,21%20C20.11,21%2021,20.1%2021,19%20L21,5%20C21,3.9%2020.11,3%2019,3%20L19,3%20Z%20M10,17%20L5,12%20L6.41,10.59%20L10,14.17%20L17.59,6.58%20L19,8%20L10,17%20L10,17%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_check_box%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Toggle/ic_check_box'%20transform='translate(-3.000000,%20-3.000000)'%3e%3cg%20id='ic_check_box'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19,3%20L5,3%20C3.89,3%203,3.9%203,5%20L3,19%20C3,20.1%203.89,21%205,21%20L19,21%20C20.11,21%2021,20.1%2021,19%20L21,5%20C21,3.9%2020.11,3%2019,3%20L19,3%20Z%20M10,17%20L5,12%20L6.41,10.59%20L10,14.17%20L17.59,6.58%20L19,8%20L10,17%20L10,17%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-checkbox-empty,.icon-check-box-empty{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_check_box_outline_blank%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Toggle/ic_check_box_outline_blank'%20transform='translate(-3.000000,%20-3.000000)'%3e%3cg%20id='ic_check_box_outline_blank'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19,5%20L19,19%20L5,19%20L5,5%20L19,5%20L19,5%20Z%20M19,3%20L5,3%20C3.9,3%203,3.9%203,5%20L3,19%20C3,20.1%203.9,21%205,21%20L19,21%20C20.1,21%2021,20.1%2021,19%20L21,5%20C21,3.9%2020.1,3%2019,3%20L19,3%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_check_box_outline_blank%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Toggle/ic_check_box_outline_blank'%20transform='translate(-3.000000,%20-3.000000)'%3e%3cg%20id='ic_check_box_outline_blank'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M19,5%20L19,19%20L5,19%20L5,5%20L19,5%20L19,5%20Z%20M19,3%20L5,3%20C3.9,3%203,3.9%203,5%20L3,19%20C3,20.1%203.9,21%205,21%20L19,21%20C20.1,21%2021,20.1%2021,19%20L21,5%20C21,3.9%2020.1,3%2019,3%20L19,3%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-check{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'/%3e%3c/svg%3e")}.icon-check-small{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'/%3e%3c/svg%3e");-webkit-mask-size:18px;mask-size:18px}.icon-check-circle{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z'/%3e%3c/svg%3e")}.icon-branding{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%203c-4.97%200-9%204.03-9%209s4.03%209%209%209c.83%200%201.5-.67%201.5-1.5%200-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99%200-.83.67-1.5%201.5-1.5H16c2.76%200%205-2.24%205-5%200-4.42-4.03-8-9-8zm-5.5%209c-.83%200-1.5-.67-1.5-1.5S5.67%209%206.5%209%208%209.67%208%2010.5%207.33%2012%206.5%2012zm3-4C8.67%208%208%207.33%208%206.5S8.67%205%209.5%205s1.5.67%201.5%201.5S10.33%208%209.5%208zm5%200c-.83%200-1.5-.67-1.5-1.5S13.67%205%2014.5%205s1.5.67%201.5%201.5S15.33%208%2014.5%208zm3%204c-.83%200-1.5-.67-1.5-1.5S16.67%209%2017.5%209s1.5.67%201.5%201.5-.67%201.5-1.5%201.5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%203c-4.97%200-9%204.03-9%209s4.03%209%209%209c.83%200%201.5-.67%201.5-1.5%200-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99%200-.83.67-1.5%201.5-1.5H16c2.76%200%205-2.24%205-5%200-4.42-4.03-8-9-8zm-5.5%209c-.83%200-1.5-.67-1.5-1.5S5.67%209%206.5%209%208%209.67%208%2010.5%207.33%2012%206.5%2012zm3-4C8.67%208%208%207.33%208%206.5S8.67%205%209.5%205s1.5.67%201.5%201.5S10.33%208%209.5%208zm5%200c-.83%200-1.5-.67-1.5-1.5S13.67%205%2014.5%205s1.5.67%201.5%201.5S15.33%208%2014.5%208zm3%204c-.83%200-1.5-.67-1.5-1.5S16.67%209%2017.5%209s1.5.67%201.5%201.5-.67%201.5-1.5%201.5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-report-problem{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='19px'%20viewBox='0%200%2022%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_report_problem%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_report_problem'%20transform='translate(-1.000000,%20-2.000000)'%3e%3cg%20id='ic_report_problem'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='19px'%20viewBox='0%200%2022%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_report_problem%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_report_problem'%20transform='translate(-1.000000,%20-2.000000)'%3e%3cg%20id='ic_report_problem'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-report-problem-small{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='15px'%20viewBox='0%200%2022%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_report_problem%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_report_problem'%20transform='translate(-1.000000,%20-2.000000)'%3e%3cg%20id='ic_report_problem'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='15px'%20viewBox='0%200%2022%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_report_problem%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Action/ic_report_problem'%20transform='translate(-1.000000,%20-2.000000)'%3e%3cg%20id='ic_report_problem'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-people-outline{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_people_outline%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_people_outline'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='ic_people_outline'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M16.5,13%20C15.3,13%2013.43,13.34%2012,14%20C10.57,13.33%208.7,13%207.5,13%20C5.33,13%201,14.08%201,16.25%20L1,19%20L23,19%20L23,16.25%20C23,14.08%2018.67,13%2016.5,13%20L16.5,13%20Z%20M12.5,17.5%20L2.5,17.5%20L2.5,16.25%20C2.5,15.71%205.06,14.5%207.5,14.5%20C9.94,14.5%2012.5,15.71%2012.5,16.25%20L12.5,17.5%20L12.5,17.5%20Z%20M21.5,17.5%20L14,17.5%20L14,16.25%20C14,15.79%2013.8,15.39%2013.48,15.03%20C14.36,14.73%2015.44,14.5%2016.5,14.5%20C18.94,14.5%2021.5,15.71%2021.5,16.25%20L21.5,17.5%20L21.5,17.5%20Z%20M7.5,12%20C9.43,12%2011,10.43%2011,8.5%20C11,6.57%209.43,5%207.5,5%20C5.57,5%204,6.57%204,8.5%20C4,10.43%205.57,12%207.5,12%20L7.5,12%20Z%20M7.5,6.5%20C8.6,6.5%209.5,7.4%209.5,8.5%20C9.5,9.6%208.6,10.5%207.5,10.5%20C6.4,10.5%205.5,9.6%205.5,8.5%20C5.5,7.4%206.4,6.5%207.5,6.5%20L7.5,6.5%20Z%20M16.5,12%20C18.43,12%2020,10.43%2020,8.5%20C20,6.57%2018.43,5%2016.5,5%20C14.57,5%2013,6.57%2013,8.5%20C13,10.43%2014.57,12%2016.5,12%20L16.5,12%20Z%20M16.5,6.5%20C17.6,6.5%2018.5,7.4%2018.5,8.5%20C18.5,9.6%2017.6,10.5%2016.5,10.5%20C15.4,10.5%2014.5,9.6%2014.5,8.5%20C14.5,7.4%2015.4,6.5%2016.5,6.5%20L16.5,6.5%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='14px'%20viewBox='0%200%2022%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_people_outline%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Social/ic_people_outline'%20transform='translate(-1.000000,%20-5.000000)'%3e%3cg%20id='ic_people_outline'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M16.5,13%20C15.3,13%2013.43,13.34%2012,14%20C10.57,13.33%208.7,13%207.5,13%20C5.33,13%201,14.08%201,16.25%20L1,19%20L23,19%20L23,16.25%20C23,14.08%2018.67,13%2016.5,13%20L16.5,13%20Z%20M12.5,17.5%20L2.5,17.5%20L2.5,16.25%20C2.5,15.71%205.06,14.5%207.5,14.5%20C9.94,14.5%2012.5,15.71%2012.5,16.25%20L12.5,17.5%20L12.5,17.5%20Z%20M21.5,17.5%20L14,17.5%20L14,16.25%20C14,15.79%2013.8,15.39%2013.48,15.03%20C14.36,14.73%2015.44,14.5%2016.5,14.5%20C18.94,14.5%2021.5,15.71%2021.5,16.25%20L21.5,17.5%20L21.5,17.5%20Z%20M7.5,12%20C9.43,12%2011,10.43%2011,8.5%20C11,6.57%209.43,5%207.5,5%20C5.57,5%204,6.57%204,8.5%20C4,10.43%205.57,12%207.5,12%20L7.5,12%20Z%20M7.5,6.5%20C8.6,6.5%209.5,7.4%209.5,8.5%20C9.5,9.6%208.6,10.5%207.5,10.5%20C6.4,10.5%205.5,9.6%205.5,8.5%20C5.5,7.4%206.4,6.5%207.5,6.5%20L7.5,6.5%20Z%20M16.5,12%20C18.43,12%2020,10.43%2020,8.5%20C20,6.57%2018.43,5%2016.5,5%20C14.57,5%2013,6.57%2013,8.5%20C13,10.43%2014.57,12%2016.5,12%20L16.5,12%20Z%20M16.5,6.5%20C17.6,6.5%2018.5,7.4%2018.5,8.5%20C18.5,9.6%2017.6,10.5%2016.5,10.5%20C15.4,10.5%2014.5,9.6%2014.5,8.5%20C14.5,7.4%2015.4,6.5%2016.5,6.5%20L16.5,6.5%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-phonelink{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='16px'%20viewBox='0%200%2024%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_phonelink%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_phonelink'%20transform='translate(0.000000,%20-4.000000)'%3e%3cg%20id='ic_phonelink'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M4,6%20L22,6%20L22,4%20L4,4%20C2.9,4%202,4.9%202,6%20L2,17%20L0,17%20L0,20%20L14,20%20L14,17%20L4,17%20L4,6%20L4,6%20Z%20M23,8%20L17,8%20C16.45,8%2016,8.45%2016,9%20L16,19%20C16,19.55%2016.45,20%2017,20%20L23,20%20C23.55,20%2024,19.55%2024,19%20L24,9%20C24,8.45%2023.55,8%2023,8%20L23,8%20Z%20M22,17%20L18,17%20L18,10%20L22,10%20L22,17%20L22,17%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='16px'%20viewBox='0%200%2024%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_phonelink%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_phonelink'%20transform='translate(0.000000,%20-4.000000)'%3e%3cg%20id='ic_phonelink'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M4,6%20L22,6%20L22,4%20L4,4%20C2.9,4%202,4.9%202,6%20L2,17%20L0,17%20L0,20%20L14,20%20L14,17%20L4,17%20L4,6%20L4,6%20Z%20M23,8%20L17,8%20C16.45,8%2016,8.45%2016,9%20L16,19%20C16,19.55%2016.45,20%2017,20%20L23,20%20C23.55,20%2024,19.55%2024,19%20L24,9%20C24,8.45%2023.55,8%2023,8%20L23,8%20Z%20M22,17%20L18,17%20L18,10%20L22,10%20L22,17%20L22,17%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-more-vert{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='4px'%20height='16px'%20viewBox='0%200%204%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_more_vert%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation/ic_more_vert'%20transform='translate(-10.000000,%20-4.000000)'%3e%3cg%20id='ic_more_vert'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M12,8%20C13.1,8%2014,7.1%2014,6%20C14,4.9%2013.1,4%2012,4%20C10.9,4%2010,4.9%2010,6%20C10,7.1%2010.9,8%2012,8%20L12,8%20Z%20M12,10%20C10.9,10%2010,10.9%2010,12%20C10,13.1%2010.9,14%2012,14%20C13.1,14%2014,13.1%2014,12%20C14,10.9%2013.1,10%2012,10%20L12,10%20Z%20M12,16%20C10.9,16%2010,16.9%2010,18%20C10,19.1%2010.9,20%2012,20%20C13.1,20%2014,19.1%2014,18%20C14,16.9%2013.1,16%2012,16%20L12,16%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='4px'%20height='16px'%20viewBox='0%200%204%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eic_more_vert%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Navigation/ic_more_vert'%20transform='translate(-10.000000,%20-4.000000)'%3e%3cg%20id='ic_more_vert'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M12,8%20C13.1,8%2014,7.1%2014,6%20C14,4.9%2013.1,4%2012,4%20C10.9,4%2010,4.9%2010,6%20C10,7.1%2010.9,8%2012,8%20L12,8%20Z%20M12,10%20C10.9,10%2010,10.9%2010,12%20C10,13.1%2010.9,14%2012,14%20C13.1,14%2014,13.1%2014,12%20C14,10.9%2013.1,10%2012,10%20L12,10%20Z%20M12,16%20C10.9,16%2010,16.9%2010,18%20C10,19.1%2010.9,20%2012,20%20C13.1,20%2014,19.1%2014,18%20C14,16.9%2013.1,16%2012,16%20L12,16%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-more-horiz{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20width='24'%3e%3cpath%20d='M5.825%2014.1q-.875%200-1.487-.625-.613-.625-.613-1.475%200-.875.613-1.488Q4.95%209.9%205.825%209.9q.85%200%201.463.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.463.625Zm6.175%200q-.85%200-1.475-.625Q9.9%2012.85%209.9%2012q0-.875.625-1.488Q11.15%209.9%2012%209.9q.875%200%201.488.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.488.625Zm6.175%200q-.85%200-1.463-.625Q16.1%2012.85%2016.1%2012q0-.875.612-1.488.613-.612%201.463-.612.875%200%201.488.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.488.625Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20width='24'%3e%3cpath%20d='M5.825%2014.1q-.875%200-1.487-.625-.613-.625-.613-1.475%200-.875.613-1.488Q4.95%209.9%205.825%209.9q.85%200%201.463.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.463.625Zm6.175%200q-.85%200-1.475-.625Q9.9%2012.85%209.9%2012q0-.875.625-1.488Q11.15%209.9%2012%209.9q.875%200%201.488.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.488.625Zm6.175%200q-.85%200-1.463-.625Q16.1%2012.85%2016.1%2012q0-.875.612-1.488.613-.612%201.463-.612.875%200%201.488.612.612.613.612%201.488%200%20.85-.612%201.475-.613.625-1.488.625Z'/%3e%3c/svg%3e")}.icon-uploaded-image{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard-Copy-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M18.8,17.4%20L18.8,7.4%20C18.8,6.6%2018.2,6%2017.4,6%20L7.4,6%20C6.6,6%206,6.6%206,7.4%20L6,17.4%20C6,18.2%206.6,18.8%207.4,18.8%20L17.4,18.8%20C18.2,18.8%2018.8,18.2%2018.8,17.4%20Z%20M9.9,13.4%20L11.7,15.6%20L14.2,12.4%20L17.4,16.7%20L7.4,16.7%20L9.9,13.4%20Z'%20id='Shape'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%20Copy%202%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard-Copy-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M18.8,17.4%20L18.8,7.4%20C18.8,6.6%2018.2,6%2017.4,6%20L7.4,6%20C6.6,6%206,6.6%206,7.4%20L6,17.4%20C6,18.2%206.6,18.8%207.4,18.8%20L17.4,18.8%20C18.2,18.8%2018.8,18.2%2018.8,17.4%20Z%20M9.9,13.4%20L11.7,15.6%20L14.2,12.4%20L17.4,16.7%20L7.4,16.7%20L9.9,13.4%20Z'%20id='Shape'%20fill='%23000000'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon-dynamic-image{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%20Copy%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard-Copy-3'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='dynamic-image'%20transform='translate(4.000000,%200.000000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M15.8,3%20L17.1,0.5%20C17.2,0.4%2017,0.3%2016.9,0.3%20L14.4,1.6%20C14.4,1.6%2014.3,1.6%2014.3,1.6%20L11.8,0.3%20C11.7,0.2%2011.6,0.4%2011.6,0.5%20L13,3%20C13,3%2013,3.1%2013,3.1%20L11.7,5.5%20C11.6,5.6%2011.8,5.7%2011.9,5.7%20L14.3,4.4%20C14.3,4.4%2014.4,4.4%2014.4,4.4%20L16.9,5.7%20C17,5.8%2017.1,5.6%2017.1,5.5%20L15.8,3%20C15.7,3.1%2015.7,3.1%2015.8,3%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M7.2,3.4%20L8.4,2.6%20C8.4,2.6%208.4,2.5%208.4,2.5%20L7,2.5%20C7,2.5%207,2.5%207,2.5%20L6.1,1.3%20C6.1,1.3%206,1.3%206,1.3%20L6,2.7%20C6,2.7%206,2.7%206,2.7%20L4.8,3.5%20C4.8,3.5%204.8,3.6%204.8,3.6%20L6.2,3.6%20C6.2,3.6%206.2,3.6%206.2,3.6%20L7,4.9%20C7,4.9%207.1,4.9%207.1,4.9%20L7.2,3.4%20C7.1,3.4%207.1,3.4%207.2,3.4%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M18.7,11%20L20,10.1%20C20.1,10.1%2020,10%2020,10%20L18.4,10%20C18.4,10%2018.4,10%2018.3,10%20L17.4,8.7%20C17.4,8.6%2017.3,8.7%2017.3,8.7%20L17.3,10.3%20C17.3,10.3%2017.3,10.3%2017.3,10.4%20L16,11.1%20C15.9,11.1%2016,11.2%2016,11.2%20L17.5,11.2%20C17.5,11.2%2017.5,11.2%2017.6,11.2%20L18.5,12.5%20C18.5,12.6%2018.6,12.5%2018.6,12.5%20L18.7,11%20C18.6,11%2018.6,11%2018.7,11%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M13.5,19.4%20L13.5,9.4%20C13.5,8.6%2012.9,8%2012.1,8%20L2.1,8%20C1.3,8%200.7,8.6%200.7,9.4%20L0.7,19.4%20C0.7,20.2%201.3,20.8%202.1,20.8%20L12.1,20.8%20C12.9,20.8%2013.5,20.2%2013.5,19.4%20Z%20M4.6,15.4%20L6.4,17.6%20L8.9,14.4%20L12.1,18.7%20L2.1,18.7%20L4.6,15.4%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%20Copy%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard-Copy-3'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='dynamic-image'%20transform='translate(4.000000,%200.000000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cpath%20d='M15.8,3%20L17.1,0.5%20C17.2,0.4%2017,0.3%2016.9,0.3%20L14.4,1.6%20C14.4,1.6%2014.3,1.6%2014.3,1.6%20L11.8,0.3%20C11.7,0.2%2011.6,0.4%2011.6,0.5%20L13,3%20C13,3%2013,3.1%2013,3.1%20L11.7,5.5%20C11.6,5.6%2011.8,5.7%2011.9,5.7%20L14.3,4.4%20C14.3,4.4%2014.4,4.4%2014.4,4.4%20L16.9,5.7%20C17,5.8%2017.1,5.6%2017.1,5.5%20L15.8,3%20C15.7,3.1%2015.7,3.1%2015.8,3%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M7.2,3.4%20L8.4,2.6%20C8.4,2.6%208.4,2.5%208.4,2.5%20L7,2.5%20C7,2.5%207,2.5%207,2.5%20L6.1,1.3%20C6.1,1.3%206,1.3%206,1.3%20L6,2.7%20C6,2.7%206,2.7%206,2.7%20L4.8,3.5%20C4.8,3.5%204.8,3.6%204.8,3.6%20L6.2,3.6%20C6.2,3.6%206.2,3.6%206.2,3.6%20L7,4.9%20C7,4.9%207.1,4.9%207.1,4.9%20L7.2,3.4%20C7.1,3.4%207.1,3.4%207.2,3.4%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M18.7,11%20L20,10.1%20C20.1,10.1%2020,10%2020,10%20L18.4,10%20C18.4,10%2018.4,10%2018.3,10%20L17.4,8.7%20C17.4,8.6%2017.3,8.7%2017.3,8.7%20L17.3,10.3%20C17.3,10.3%2017.3,10.3%2017.3,10.4%20L16,11.1%20C15.9,11.1%2016,11.2%2016,11.2%20L17.5,11.2%20C17.5,11.2%2017.5,11.2%2017.6,11.2%20L18.5,12.5%20C18.5,12.6%2018.6,12.5%2018.6,12.5%20L18.7,11%20C18.6,11%2018.6,11%2018.7,11%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M13.5,19.4%20L13.5,9.4%20C13.5,8.6%2012.9,8%2012.1,8%20L2.1,8%20C1.3,8%200.7,8.6%200.7,9.4%20L0.7,19.4%20C0.7,20.2%201.3,20.8%202.1,20.8%20L12.1,20.8%20C12.9,20.8%2013.5,20.2%2013.5,19.4%20Z%20M4.6,15.4%20L6.4,17.6%20L8.9,14.4%20L12.1,18.7%20L2.1,18.7%20L4.6,15.4%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-warning{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Alert/ic_warning'%3e%3cg%20id='ic_warning'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Artboard'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Alert/ic_warning'%3e%3cg%20id='ic_warning'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M1,21%20L23,21%20L12,2%20L1,21%20L1,21%20Z%20M13,18%20L11,18%20L11,16%20L13,16%20L13,18%20L13,18%20Z%20M13,14%20L11,14%20L11,10%20L13,10%20L13,14%20L13,14%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-send{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M2.01%2021L23%2012%202.01%203%202%2010l15%202-15%202z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M2.01%2021L23%2012%202.01%203%202%2010l15%202-15%202z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-copy{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm-1%204H8c-1.1%200-1.99.9-1.99%202L6%2021c0%201.1.89%202%201.99%202H19c1.1%200%202-.9%202-2V11l-6-6zM8%2021V7h6v5h5v9H8z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M16%201H4c-1.1%200-2%20.9-2%202v14h2V3h12V1zm-1%204H8c-1.1%200-1.99.9-1.99%202L6%2021c0%201.1.89%202%201.99%202H19c1.1%200%202-.9%202-2V11l-6-6zM8%2021V7h6v5h5v9H8z'/%3e%3c/svg%3e")}.icon-duplicate{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_39)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%202C16%200.8954%2015.1046%200%2014%200H2C0.8954%200%200%200.8954%200%202V13C0%2014.1046%200.8954%2015%202%2015V2H16Z'%20fill='%23616161'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%204C4.89543%204%204%204.89543%204%206V17C4%2018.1046%204.89543%2019%206%2019H18C19.1046%2019%2020%2018.1046%2020%2017V6C20%204.89543%2019.1046%204%2018%204H6ZM18%206H12H6V17H18V6Z'%20fill='%23616161'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_39'%3e%3crect%20width='20'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_39)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%202C16%200.8954%2015.1046%200%2014%200H2C0.8954%200%200%200.8954%200%202V13C0%2014.1046%200.8954%2015%202%2015V2H16Z'%20fill='%23616161'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%204C4.89543%204%204%204.89543%204%206V17C4%2018.1046%204.89543%2019%206%2019H18C19.1046%2019%2020%2018.1046%2020%2017V6C20%204.89543%2019.1046%204%2018%204H6ZM18%206H12H6V17H18V6Z'%20fill='%23616161'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_39'%3e%3crect%20width='20'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-text-format{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M5%2017v2h14v-2H5zm4.5-4.2h5l.9%202.2h2.1L12.75%204h-1.5L6.5%2015h2.1l.9-2.2zM12%205.98L13.87%2011h-3.74L12%205.98z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-filter-7{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3%205H1v16c0%201.1.9%202%202%202h16v-2H3V5zm18-4H7c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2zm0%2016H7V3h14v14zm-8-2l4-8V5h-6v2h4l-4%208h2z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3%205H1v16c0%201.1.9%202%202%202h16v-2H3V5zm18-4H7c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2zm0%2016H7V3h14v14zm-8-2l4-8V5h-6v2h4l-4%208h2z'/%3e%3c/svg%3e")}.icon-date-range{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M18.017,10.04V5.509c0-0.81-0.66-1.47-1.47-1.47h-1.53v-2h-2v2h-6v-2h-2v2h-1.53c-0.81,0-1.47,0.66-1.47,1.47%20v12.06c0,0.81,0.66,1.47,1.47,1.47h6.532v0.001h6h0.365h0.027c0.888,0,1.607-0.72,1.607-1.607v-0.027V17.04v-7H18.017z%20M4.017,6.039h12v1h-12V6.039z%20M11.047,17.04c0,0,0-0.001,0-0.001h-7.03v-8h12v2.03c0.001,0,0.001,0,0.002,0v5.971H11.047z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.017'%20y='10.039'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M18.017,10.04V5.509c0-0.81-0.66-1.47-1.47-1.47h-1.53v-2h-2v2h-6v-2h-2v2h-1.53c-0.81,0-1.47,0.66-1.47,1.47%20v12.06c0,0.81,0.66,1.47,1.47,1.47h6.532v0.001h6h0.365h0.027c0.888,0,1.607-0.72,1.607-1.607v-0.027V17.04v-7H18.017z%20M4.017,6.039h12v1h-12V6.039z%20M11.047,17.04c0,0,0-0.001,0-0.001h-7.03v-8h12v2.03c0.001,0,0.001,0,0.002,0v5.971H11.047z'/%3e%3c/g%3e%3c/svg%3e")}.icon-date-and-time-range{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M17,12c-2.761,0-5,2.239-5,5s2.239,5,5,5s5-2.239,5-5S19.761,12,17,12z%20M18.29,20l-1.99-2L16,17.7V14h1v3.3%20l2,1.99L18.29,20z'/%3e%3cpath%20class='st0'%20d='M4,17V9h12v2.08c0.33-0.06,0.67-0.09,1.02-0.09c0.34,0,0.66,0.03,0.98,0.09V5.47C18,4.66,17.34,4,16.53,4H15V2%20h-2v2H7V2H5v2H3.47C2.66,4,2,4.66,2,5.47v12.06C2,18.34,2.66,19,3.47,19h7.9c-0.23-0.62-0.35-1.3-0.35-2H4z%20M4,6h12v1H4V6z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='10'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M17,12c-2.761,0-5,2.239-5,5s2.239,5,5,5s5-2.239,5-5S19.761,12,17,12z%20M18.29,20l-1.99-2L16,17.7V14h1v3.3%20l2,1.99L18.29,20z'/%3e%3cpath%20class='st0'%20d='M4,17V9h12v2.08c0.33-0.06,0.67-0.09,1.02-0.09c0.34,0,0.66,0.03,0.98,0.09V5.47C18,4.66,17.34,4,16.53,4H15V2%20h-2v2H7V2H5v2H3.47C2.66,4,2,4.66,2,5.47v12.06C2,18.34,2.66,19,3.47,19h7.9c-0.23-0.62-0.35-1.3-0.35-2H4z%20M4,6h12v1H4V6z'/%3e%3c/g%3e%3c/svg%3e")}.icon-date-none{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5.0150886'%20y='10.013567'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.015089'%20y='10.013567'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M13.6880627,12.0150928c0.4099731-0.2699585,0.8599854-0.4899902,1.3300171-0.6499634v-1.3500366h-2v2%20H13.6880627z'/%3e%3cpath%20class='st0'%20d='M4.0180793,17.0150928v-8h12v2.0900269c0.3200073-0.0499878,0.6399536-0.0800171,0.9699707-0.0800171%20c0.3500366,0,0.6900024,0.0300293,1.0300293,0.0900269V5.4851246c0-0.8099976-0.6600342-1.4700317-1.4700317-1.4700317h-1.5299683%20v-2h-2v2H7.0180793v-2h-2v2H3.4880502c-0.8099976,0-1.4699707,0.6600342-1.4699707,1.4700317v12.0599976%20c0,0.8099976,0.6599731,1.4699707,1.4699707,1.4699707h7.8599854c-0.2299805-0.6199951-0.3499756-1.2999878-0.3499756-2H4.0180793z%20M4.0180793,6.0150928h12v1h-12V6.0150928z'/%3e%3cpath%20class='st0'%20d='M20.6381359,13.4535084c-0.0065918-0.0077515-0.0084229-0.0177612-0.0153809-0.0252686%20c-0.0063477-0.0068359-0.0152588-0.0091553-0.0217896-0.015686c-0.9318848-0.9946899-2.253418-1.619751-3.723938-1.619751%20c-2.8206177,0-5.1071777,2.2865601-5.1071777,5.1072388c0,1.3302002,0.5128174,2.5376587,1.3460693,3.4464722%20c0.0066528,0.0077515,0.0084229,0.0177612,0.0154419,0.0252686c0.0063477,0.0068359,0.0152588,0.0091553,0.0217896,0.0157471%20c0.9318848,0.9946289,2.2533569,1.6196899,3.723877,1.6196899c2.8206177,0,5.1072388-2.2865601,5.1072388-5.1071777%20C21.9842663,15.5697803,21.4714489,14.3623219,20.6381359,13.4535084z%20M13.2290173,16.9000416%20c0-2.0147095,1.6333008-3.6480103,3.6480103-3.6480103c0.7927246,0,1.5209961,0.2593384,2.1193237,0.6887817L13.7687511,18.78615%20C13.4330578,18.2342701,13.2290173,17.5931568,13.2290173,16.9000416z%20M16.8770275,20.5480518%20c-0.7927246,0-1.5209961-0.2593994-2.1193848-0.6888428l5.2276611-4.8453369%20c0.3356323,0.5518799,0.5397339,1.1929932,0.5397339,1.8861694C20.5250378,18.9147511,18.891798,20.5480518,16.8770275,20.5480518z%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='5.0150886'%20y='10.013567'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.015089'%20y='10.013567'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M13.6880627,12.0150928c0.4099731-0.2699585,0.8599854-0.4899902,1.3300171-0.6499634v-1.3500366h-2v2%20H13.6880627z'/%3e%3cpath%20class='st0'%20d='M4.0180793,17.0150928v-8h12v2.0900269c0.3200073-0.0499878,0.6399536-0.0800171,0.9699707-0.0800171%20c0.3500366,0,0.6900024,0.0300293,1.0300293,0.0900269V5.4851246c0-0.8099976-0.6600342-1.4700317-1.4700317-1.4700317h-1.5299683%20v-2h-2v2H7.0180793v-2h-2v2H3.4880502c-0.8099976,0-1.4699707,0.6600342-1.4699707,1.4700317v12.0599976%20c0,0.8099976,0.6599731,1.4699707,1.4699707,1.4699707h7.8599854c-0.2299805-0.6199951-0.3499756-1.2999878-0.3499756-2H4.0180793z%20M4.0180793,6.0150928h12v1h-12V6.0150928z'/%3e%3cpath%20class='st0'%20d='M20.6381359,13.4535084c-0.0065918-0.0077515-0.0084229-0.0177612-0.0153809-0.0252686%20c-0.0063477-0.0068359-0.0152588-0.0091553-0.0217896-0.015686c-0.9318848-0.9946899-2.253418-1.619751-3.723938-1.619751%20c-2.8206177,0-5.1071777,2.2865601-5.1071777,5.1072388c0,1.3302002,0.5128174,2.5376587,1.3460693,3.4464722%20c0.0066528,0.0077515,0.0084229,0.0177612,0.0154419,0.0252686c0.0063477,0.0068359,0.0152588,0.0091553,0.0217896,0.0157471%20c0.9318848,0.9946289,2.2533569,1.6196899,3.723877,1.6196899c2.8206177,0,5.1072388-2.2865601,5.1072388-5.1071777%20C21.9842663,15.5697803,21.4714489,14.3623219,20.6381359,13.4535084z%20M13.2290173,16.9000416%20c0-2.0147095,1.6333008-3.6480103,3.6480103-3.6480103c0.7927246,0,1.5209961,0.2593384,2.1193237,0.6887817L13.7687511,18.78615%20C13.4330578,18.2342701,13.2290173,17.5931568,13.2290173,16.9000416z%20M16.8770275,20.5480518%20c-0.7927246,0-1.5209961-0.2593994-2.1193848-0.6888428l5.2276611-4.8453369%20c0.3356323,0.5518799,0.5397339,1.1929932,0.5397339,1.8861694C20.5250378,18.9147511,18.891798,20.5480518,16.8770275,20.5480518z%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-attach-file{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20width='20'%20height='20'%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5a2.5%202.5%200%200%201%205%200v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5a2.5%202.5%200%200%200%205%200V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20width='20'%20height='20'%3e%3cpath%20d='M16.5%206v11.5c0%202.21-1.79%204-4%204s-4-1.79-4-4V5a2.5%202.5%200%200%201%205%200v10.5c0%20.55-.45%201-1%201s-1-.45-1-1V6H10v9.5a2.5%202.5%200%200%200%205%200V5c0-2.21-1.79-4-4-4S7%202.79%207%205v12.5c0%203.04%202.46%205.5%205.5%205.5s5.5-2.46%205.5-5.5V6h-1.5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-dynamic-file{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='-3%200%2026%2026'%20width='26'%20height='26'%20style='enable-background:new%200%200%2026%2026;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23EF4C30;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M16.903,5.582L15.8,3.453c-0.016-0.03-0.016-0.066,0-0.097l1.12-2.165c0.047-0.09-0.049-0.188-0.138-0.14%20l-2.134,1.137c-0.03,0.016-0.065,0.016-0.095,0l-2.1-1.118c-0.089-0.047-0.185,0.05-0.138,0.14l1.111,2.146%20c0.016,0.03,0.016,0.066,0,0.097l-1.093,2.111c-0.047,0.09,0.049,0.188,0.138,0.14l2.082-1.109c0.03-0.016,0.065-0.016,0.095,0%20l2.116,1.127C16.853,5.77,16.95,5.673,16.903,5.582z'/%3e%3cpath%20class='st0'%20d='M7.388,3.754c0.017,0,0.033,0.009,0.042,0.023l0.663,1.012C8.12,4.831,8.186,4.812,8.186,4.76l0.021-1.205%20c0-0.017,0.009-0.033,0.023-0.042l1.006-0.678C9.278,2.807,9.259,2.741,9.208,2.74L8.001,2.718c-0.017,0-0.033-0.009-0.042-0.023%20L7.302,1.691C7.274,1.649,7.208,1.668,7.208,1.719L7.187,2.934c0,0.017-0.009,0.033-0.023,0.042L6.183,3.637%20C6.141,3.666,6.16,3.732,6.21,3.733L7.388,3.754z'/%3e%3cpath%20class='st0'%20d='M18.444,9.461l-1.34-0.024c-0.019,0-0.036-0.01-0.046-0.026l-0.73-1.114c-0.031-0.047-0.103-0.026-0.104,0.031%20L16.2,9.676c0,0.019-0.01,0.037-0.025,0.047l-1.089,0.734c-0.047,0.031-0.025,0.105,0.031,0.106l1.307,0.023%20c0.019,0,0.036,0.01,0.046,0.026l0.735,1.123c0.031,0.047,0.103,0.026,0.104-0.031l0.023-1.337c0-0.019,0.01-0.037,0.025-0.047%20l1.116-0.752C18.521,9.536,18.5,9.462,18.444,9.461z'/%3e%3cpath%20class='st0'%20d='M12.386,18.966c0,1.606-1.298,2.906-2.899,2.906c-1.602,0-2.899-1.3-2.899-2.906V9.884%20c0-1.003,0.812-1.816,1.812-1.816s1.812,0.814,1.812,1.816v7.629c0,0.4-0.326,0.727-0.725,0.727s-0.725-0.327-0.725-0.727V10.61%20H7.674v6.902c0,1.003,0.812,1.816,1.812,1.816c1,0,1.812-0.814,1.812-1.816V9.884c0-1.606-1.297-2.906-2.899-2.906%20c-1.602,0-2.899,1.3-2.899,2.906v9.082c0,2.209,1.783,3.996,3.987,3.996c2.204,0,3.987-1.787,3.987-3.996V10.61h-1.087%20L12.386,18.966z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='-3%200%2026%2026'%20width='26'%20height='26'%20style='enable-background:new%200%200%2026%2026;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23EF4C30;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M16.903,5.582L15.8,3.453c-0.016-0.03-0.016-0.066,0-0.097l1.12-2.165c0.047-0.09-0.049-0.188-0.138-0.14%20l-2.134,1.137c-0.03,0.016-0.065,0.016-0.095,0l-2.1-1.118c-0.089-0.047-0.185,0.05-0.138,0.14l1.111,2.146%20c0.016,0.03,0.016,0.066,0,0.097l-1.093,2.111c-0.047,0.09,0.049,0.188,0.138,0.14l2.082-1.109c0.03-0.016,0.065-0.016,0.095,0%20l2.116,1.127C16.853,5.77,16.95,5.673,16.903,5.582z'/%3e%3cpath%20class='st0'%20d='M7.388,3.754c0.017,0,0.033,0.009,0.042,0.023l0.663,1.012C8.12,4.831,8.186,4.812,8.186,4.76l0.021-1.205%20c0-0.017,0.009-0.033,0.023-0.042l1.006-0.678C9.278,2.807,9.259,2.741,9.208,2.74L8.001,2.718c-0.017,0-0.033-0.009-0.042-0.023%20L7.302,1.691C7.274,1.649,7.208,1.668,7.208,1.719L7.187,2.934c0,0.017-0.009,0.033-0.023,0.042L6.183,3.637%20C6.141,3.666,6.16,3.732,6.21,3.733L7.388,3.754z'/%3e%3cpath%20class='st0'%20d='M18.444,9.461l-1.34-0.024c-0.019,0-0.036-0.01-0.046-0.026l-0.73-1.114c-0.031-0.047-0.103-0.026-0.104,0.031%20L16.2,9.676c0,0.019-0.01,0.037-0.025,0.047l-1.089,0.734c-0.047,0.031-0.025,0.105,0.031,0.106l1.307,0.023%20c0.019,0,0.036,0.01,0.046,0.026l0.735,1.123c0.031,0.047,0.103,0.026,0.104-0.031l0.023-1.337c0-0.019,0.01-0.037,0.025-0.047%20l1.116-0.752C18.521,9.536,18.5,9.462,18.444,9.461z'/%3e%3cpath%20class='st0'%20d='M12.386,18.966c0,1.606-1.298,2.906-2.899,2.906c-1.602,0-2.899-1.3-2.899-2.906V9.884%20c0-1.003,0.812-1.816,1.812-1.816s1.812,0.814,1.812,1.816v7.629c0,0.4-0.326,0.727-0.725,0.727s-0.725-0.327-0.725-0.727V10.61%20H7.674v6.902c0,1.003,0.812,1.816,1.812,1.816c1,0,1.812-0.814,1.812-1.816V9.884c0-1.606-1.297-2.906-2.899-2.906%20c-1.602,0-2.899,1.3-2.899,2.906v9.082c0,2.209,1.783,3.996,3.987,3.996c2.204,0,3.987-1.787,3.987-3.996V10.61h-1.087%20L12.386,18.966z'/%3e%3c/g%3e%3c/svg%3e")}.icon-autorenew{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-view-list{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M4%2014h4v-4H4v4zm0%205h4v-4H4v4zM4%209h4V5H4v4zm5%205h12v-4H9v4zm0%205h12v-4H9v4zM9%205v4h12V5H9z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M4%2014h4v-4H4v4zm0%205h4v-4H4v4zM4%209h4V5H4v4zm5%205h12v-4H9v4zm0%205h12v-4H9v4zM9%205v4h12V5H9z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-photo{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M-3-3h24v24H-3z'/%3e%3cpath%20d='M18%2016V2c0-1.1-.9-2-2-2H2C.9%200%200%20.9%200%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2zM5.5%2010.5L8%2013.51%2011.5%209l4.5%206H2l3.5-4.5z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M-3-3h24v24H-3z'/%3e%3cpath%20d='M18%2016V2c0-1.1-.9-2-2-2H2C.9%200%200%20.9%200%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2zM5.5%2010.5L8%2013.51%2011.5%209l4.5%206H2l3.5-4.5z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e")}.icon-data{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2023.71'%3e%3ctitle%3edata%20tab%20icon_400%3c/title%3e%3cpath%20d='M20.16,2.69,21.34.45A.11.11,0,0,0,21.19.3L19,1.48a.09.09,0,0,1-.1,0L16.64.32a.11.11,0,0,0-.14.15l1.16,2.22a.09.09,0,0,1,0,.1L16.52,5a.11.11,0,0,0,.14.15L18.85,4A.09.09,0,0,1,19,4l2.22,1.17A.11.11,0,0,0,21.32,5L20.16,2.79A.09.09,0,0,1,20.16,2.69Z'%20transform='translate(-3%20-0.29)'/%3e%3cpath%20d='M12.2,2.86l1.06-.71a.06.06,0,0,0,0-.1L12,2a.05.05,0,0,1,0,0l-.69-1a.05.05,0,0,0-.1,0l0,1.25a.08.08,0,0,1,0,0l-1,.68a.05.05,0,0,0,0,.1l1.24,0s0,0,0,0l.7,1a.06.06,0,0,0,.1,0l0-1.25A.05.05,0,0,1,12.2,2.86Z'%20transform='translate(-3%20-0.29)'/%3e%3cpath%20d='M21.8,9.91,23,9.13a.06.06,0,0,0,0-.11L21.53,9a.05.05,0,0,1-.05,0l-.76-1.15a.06.06,0,0,0-.11,0l0,1.39a.05.05,0,0,1,0,0l-1.14.76a.06.06,0,0,0,0,.11l1.38,0,.05,0,.77,1.17a.06.06,0,0,0,.11,0l0-1.39A.05.05,0,0,1,21.8,9.91Z'%20transform='translate(-3%20-0.29)'/%3e%3cpolygon%20points='3%2015.71%207%2015.71%207%2013.71%203%2013.65%203%2015.71'/%3e%3cpolygon%20points='8%2015.71%2012%2015.71%2012%2013.71%208%2013.65%208%2015.71'/%3e%3cpath%20d='M17.51,10.25,13.67,6.46A1.63,1.63,0,0,0,12.52,6H4.62A1.67,1.67,0,0,0,4,6.12a1.77,1.77,0,0,0-.53.34A1.56,1.56,0,0,0,3,7.59V22.41A1.61,1.61,0,0,0,4.62,24H16.38A1.61,1.61,0,0,0,18,22.41v-11A1.55,1.55,0,0,0,17.51,10.25ZM12,7.16,15.84,11H12.58a.58.58,0,0,1-.58-.57Zm4,6.78V20H5V13H16Z'%20transform='translate(-3%20-0.29)'/%3e%3crect%20x='3'%20y='16.71'%20width='4'%20height='2'/%3e%3crect%20x='8'%20y='16.71'%20width='4'%20height='2'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2023.71'%3e%3ctitle%3edata%20tab%20icon_400%3c/title%3e%3cpath%20d='M20.16,2.69,21.34.45A.11.11,0,0,0,21.19.3L19,1.48a.09.09,0,0,1-.1,0L16.64.32a.11.11,0,0,0-.14.15l1.16,2.22a.09.09,0,0,1,0,.1L16.52,5a.11.11,0,0,0,.14.15L18.85,4A.09.09,0,0,1,19,4l2.22,1.17A.11.11,0,0,0,21.32,5L20.16,2.79A.09.09,0,0,1,20.16,2.69Z'%20transform='translate(-3%20-0.29)'/%3e%3cpath%20d='M12.2,2.86l1.06-.71a.06.06,0,0,0,0-.1L12,2a.05.05,0,0,1,0,0l-.69-1a.05.05,0,0,0-.1,0l0,1.25a.08.08,0,0,1,0,0l-1,.68a.05.05,0,0,0,0,.1l1.24,0s0,0,0,0l.7,1a.06.06,0,0,0,.1,0l0-1.25A.05.05,0,0,1,12.2,2.86Z'%20transform='translate(-3%20-0.29)'/%3e%3cpath%20d='M21.8,9.91,23,9.13a.06.06,0,0,0,0-.11L21.53,9a.05.05,0,0,1-.05,0l-.76-1.15a.06.06,0,0,0-.11,0l0,1.39a.05.05,0,0,1,0,0l-1.14.76a.06.06,0,0,0,0,.11l1.38,0,.05,0,.77,1.17a.06.06,0,0,0,.11,0l0-1.39A.05.05,0,0,1,21.8,9.91Z'%20transform='translate(-3%20-0.29)'/%3e%3cpolygon%20points='3%2015.71%207%2015.71%207%2013.71%203%2013.65%203%2015.71'/%3e%3cpolygon%20points='8%2015.71%2012%2015.71%2012%2013.71%208%2013.65%208%2015.71'/%3e%3cpath%20d='M17.51,10.25,13.67,6.46A1.63,1.63,0,0,0,12.52,6H4.62A1.67,1.67,0,0,0,4,6.12a1.77,1.77,0,0,0-.53.34A1.56,1.56,0,0,0,3,7.59V22.41A1.61,1.61,0,0,0,4.62,24H16.38A1.61,1.61,0,0,0,18,22.41v-11A1.55,1.55,0,0,0,17.51,10.25ZM12,7.16,15.84,11H12.58a.58.58,0,0,1-.58-.57Zm4,6.78V20H5V13H16Z'%20transform='translate(-3%20-0.29)'/%3e%3crect%20x='3'%20y='16.71'%20width='4'%20height='2'/%3e%3crect%20x='8'%20y='16.71'%20width='4'%20height='2'/%3e%3c/svg%3e")}.icon-screens{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%2017C4%2018.1046%204.89543%2019%206%2019H18C19.1046%2019%2020%2018.1046%2020%2017V6C20%204.89543%2019.1046%204%2018%204V17H4Z'%20fill='%23616161'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%200C0.895431%200%200%200.89543%200%202V13C0%2014.1046%200.895431%2015%202%2015H14C15.1046%2015%2016%2014.1046%2016%2013V2C16%200.895431%2015.1046%200%2014%200H2ZM14%204H2V13H14V4Z'%20fill='%23616161'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='19'%20viewBox='0%200%2020%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%2017C4%2018.1046%204.89543%2019%206%2019H18C19.1046%2019%2020%2018.1046%2020%2017V6C20%204.89543%2019.1046%204%2018%204V17H4Z'%20fill='%23616161'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%200C0.895431%200%200%200.89543%200%202V13C0%2014.1046%200.895431%2015%202%2015H14C15.1046%2015%2016%2014.1046%2016%2013V2C16%200.895431%2015.1046%200%2014%200H2ZM14%204H2V13H14V4Z'%20fill='%23616161'/%3e%3c/svg%3e")}.icon-normal-screen{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3ctitle%3eicons%20for%20screens%20panel%3c/title%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cpath%20d='M3.75,2A1.75,1.75,0,0,0,2,3.75v15.5A1.76,1.76,0,0,0,3.75,21h16.5A1.76,1.76,0,0,0,22,19.25V3.75A1.75,1.75,0,0,0,20.25,2ZM20,19H4V6H20Z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3ctitle%3eicons%20for%20screens%20panel%3c/title%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cpath%20d='M3.75,2A1.75,1.75,0,0,0,2,3.75v15.5A1.76,1.76,0,0,0,3.75,21h16.5A1.76,1.76,0,0,0,22,19.25V3.75A1.75,1.75,0,0,0,20.25,2ZM20,19H4V6H20Z'/%3e%3c/g%3e%3c/svg%3e")}.icon-welcome-screen{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3ctitle%3eicons%20for%20screens%20panel%3c/title%3e%3cg%20id='Layer_1'%20data-name='Layer%201'%3e%3cpath%20d='M14.8,11V9.77A2.71,2.71,0,0,0,12,7.36,2.71,2.71,0,0,0,9.2,9.77V11A1.3,1.3,0,0,0,8,12.19v3.56A1.28,1.28,0,0,0,9.2,17h5.5A1.29,1.29,0,0,0,16,15.84V12.2A1.24,1.24,0,0,0,14.8,11Zm-1.3,0h-3V9.77A1.36,1.36,0,0,1,12,8.51a1.36,1.36,0,0,1,1.5,1.26Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cpath%20d='M3.75,2A1.75,1.75,0,0,0,2,3.75v15.5A1.76,1.76,0,0,0,3.75,21h16.5A1.76,1.76,0,0,0,22,19.25V3.75A1.75,1.75,0,0,0,20.25,2ZM20,19H4V6H20Z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3ctitle%3eicons%20for%20screens%20panel%3c/title%3e%3cg%20id='Layer_1'%20data-name='Layer%201'%3e%3cpath%20d='M14.8,11V9.77A2.71,2.71,0,0,0,12,7.36,2.71,2.71,0,0,0,9.2,9.77V11A1.3,1.3,0,0,0,8,12.19v3.56A1.28,1.28,0,0,0,9.2,17h5.5A1.29,1.29,0,0,0,16,15.84V12.2A1.24,1.24,0,0,0,14.8,11Zm-1.3,0h-3V9.77A1.36,1.36,0,0,1,12,8.51a1.36,1.36,0,0,1,1.5,1.26Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cpath%20d='M3.75,2A1.75,1.75,0,0,0,2,3.75v15.5A1.76,1.76,0,0,0,3.75,21h16.5A1.76,1.76,0,0,0,22,19.25V3.75A1.75,1.75,0,0,0,20.25,2ZM20,19H4V6H20Z'/%3e%3c/g%3e%3c/svg%3e")}.icon-collections{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.5529%200C15.1447%200%2015.6872%200.226772%2016.1064%200.655118L21.3342%205.99685C21.7534%206.4252%2022%206.97953%2022%207.58425V21.7449C22%2022.9921%2021.0013%2024%2019.793%2024H5.20701C3.98637%2024%203%2022.9795%203%2021.7449V2.24252C3%201.6378%203.22193%201.08346%203.64114%200.655118C3.85075%200.440945%204.09734%200.277165%204.35626%200.16378C4.61518%200.0629921%204.89877%200%205.19468%200H14.5529ZM19.6944%207.67244H19.6738V7.65141L19.6944%207.67244ZM14.6111%202L19.8889%207H15.6667C15.0837%207%2014.6111%206.55228%2014.6111%206V2ZM19%2010H6V19H19V10ZM7%2011H12V14H7V11ZM18%2011H13V14H18V11ZM13%2015H18V18H13V15ZM12%2015H7V18H12V15Z'%20fill='black'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.5529%200C15.1447%200%2015.6872%200.226772%2016.1064%200.655118L21.3342%205.99685C21.7534%206.4252%2022%206.97953%2022%207.58425V21.7449C22%2022.9921%2021.0013%2024%2019.793%2024H5.20701C3.98637%2024%203%2022.9795%203%2021.7449V2.24252C3%201.6378%203.22193%201.08346%203.64114%200.655118C3.85075%200.440945%204.09734%200.277165%204.35626%200.16378C4.61518%200.0629921%204.89877%200%205.19468%200H14.5529ZM19.6944%207.67244H19.6738V7.65141L19.6944%207.67244ZM14.6111%202L19.8889%207H15.6667C15.0837%207%2014.6111%206.55228%2014.6111%206V2ZM19%2010H6V19H19V10ZM7%2011H12V14H7V11ZM18%2011H13V14H18V11ZM13%2015H18V18H13V15ZM12%2015H7V18H12V15Z'%20fill='black'%20/%3e%3c/svg%3e")}.icon-search{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27A6.471%206.471%200%200%200%2016%209.5%206.5%206.5%200%201%200%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M15.5%2014h-.79l-.28-.27A6.471%206.471%200%200%200%2016%209.5%206.5%206.5%200%201%200%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-import-csv{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M20.35%206.5l-4.93-4.9a2.08%202.08%200%200%200-1.48-.6H5.08a2.37%202.37%200%200%200-.8.15%202.08%202.08%200%200%200-.67.45A2%202%200%200%200%203%203.06v17.87A2.08%202.08%200%200%200%205.09%2023h13.82A2.08%202.08%200%200%200%2021%2020.93V8a2.17%202.17%200%200%200-.65-1.5zM14%2016v5h-4v-5H6l6-6%206%206zm.48-8a.75.75%200%200%201-.76-.75V3l5.1%205z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M20.35%206.5l-4.93-4.9a2.08%202.08%200%200%200-1.48-.6H5.08a2.37%202.37%200%200%200-.8.15%202.08%202.08%200%200%200-.67.45A2%202%200%200%200%203%203.06v17.87A2.08%202.08%200%200%200%205.09%2023h13.82A2.08%202.08%200%200%200%2021%2020.93V8a2.17%202.17%200%200%200-.65-1.5zM14%2016v5h-4v-5H6l6-6%206%206zm.48-8a.75.75%200%200%201-.76-.75V3l5.1%205z'/%3e%3c/svg%3e")}.icon-export-csv{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19.35%2010.04C18.67%206.59%2015.64%204%2012%204%209.11%204%206.6%205.64%205.35%208.04%202.34%208.36%200%2010.91%200%2014c0%203.31%202.69%206%206%206h13c2.76%200%205-2.24%205-5%200-2.64-2.05-4.78-4.65-4.96zM17%2013l-5%205-5-5h3V9h4v4h3z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19.35%2010.04C18.67%206.59%2015.64%204%2012%204%209.11%204%206.6%205.64%205.35%208.04%202.34%208.36%200%2010.91%200%2014c0%203.31%202.69%206%206%206h13c2.76%200%205-2.24%205-5%200-2.64-2.05-4.78-4.65-4.96zM17%2013l-5%205-5-5h3V9h4v4h3z'/%3e%3c/svg%3e")}.icon-relationship{-webkit-mask-image:url(./relationship-BMZHkXID.svg);mask-image:url(./relationship-BMZHkXID.svg)}.icon-relationship-single{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M20.3%206.5l-4.9-4.9c-.4-.4-.9-.6-1.5-.6H5.1c-.3%200-.6.1-.8.2-.3.1-.5.2-.7.4-.4.4-.6.9-.6%201.5V21c0%201.1.9%202%202.1%202h13.8c1.1%200%202.1-.9%202.1-2.1V8c0-.6-.2-1.1-.7-1.5zM8.7%2016.8l-2.1-2.1c-1.4-1.4-1.4-3.8%200-5.2C8%208%2010.4%208%2011.8%209.4l2.1%202.1-1%201-2.1-2.1c-.9-.9-2.4-.9-3.3%200-.9.9-.9%202.4%200%203.3l2.1%202.1-.9%201zm5.8-.6l-1%201.1-4.2-4.2%201.1-1%204.1%204.1zm2.6%203.7c-1.4%201.4-3.8%201.4-5.2%200l-2.1-2.1%201-1%202.1%202.1c.9.9%202.4.9%203.3%200%20.9-.9.9-2.4%200-3.3l-2.2-2%201-1%202.1%202.1c1.4%201.4%201.4%203.8%200%205.2zM14.5%208c-.4%200-.8-.3-.8-.7V3l5.1%205h-4.3z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M20.3%206.5l-4.9-4.9c-.4-.4-.9-.6-1.5-.6H5.1c-.3%200-.6.1-.8.2-.3.1-.5.2-.7.4-.4.4-.6.9-.6%201.5V21c0%201.1.9%202%202.1%202h13.8c1.1%200%202.1-.9%202.1-2.1V8c0-.6-.2-1.1-.7-1.5zM8.7%2016.8l-2.1-2.1c-1.4-1.4-1.4-3.8%200-5.2C8%208%2010.4%208%2011.8%209.4l2.1%202.1-1%201-2.1-2.1c-.9-.9-2.4-.9-3.3%200-.9.9-.9%202.4%200%203.3l2.1%202.1-.9%201zm5.8-.6l-1%201.1-4.2-4.2%201.1-1%204.1%204.1zm2.6%203.7c-1.4%201.4-3.8%201.4-5.2%200l-2.1-2.1%201-1%202.1%202.1c.9.9%202.4.9%203.3%200%20.9-.9.9-2.4%200-3.3l-2.2-2%201-1%202.1%202.1c1.4%201.4%201.4%203.8%200%205.2zM14.5%208c-.4%200-.8-.3-.8-.7V3l5.1%205h-4.3z'/%3e%3c/svg%3e")}.icon-relationship-many{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M21.42%205.79L17%201.52A1.88%201.88%200%200%200%2015.72%201H7.85a2.17%202.17%200%200%200-.71.13%202%202%200%200%200-.6.39A1.73%201.73%200%200%200%206%202.79v15.57a1.85%201.85%200%200%200%201.86%201.81h12.28A1.84%201.84%200%200%200%2022%2018.36V7.1a1.89%201.89%200%200%200-.58-1.31zm-10.63%209L9%2012.91a3.24%203.24%200%200%201%204.57-4.58l1.83%201.83-.9.84-1.83-1.8A2%202%200%200%200%209.83%2012l1.83%201.83zm5-.46l-.92.91-3.66-3.66.92-.91zm2.28%203.2a3.24%203.24%200%200%201-4.57%200l-1.83-1.83.87-.87%201.83%201.83a2%202%200%201%200%202.83-2.83L15.41%2012l.87-.87%201.83%201.83a3.22%203.22%200%200%201%200%204.52zM15.9%207.1a.66.66%200%200%201-.65-.65V2.74l4.4%204.36z'/%3e%3cpath%20d='M5%2022a1%201%200%200%201-1-1V5h-.13a2.18%202.18%200%200%200-.72.13%201.73%201.73%200%200%200-.6.39A1.65%201.65%200%200%200%202%206.78v15.43A1.84%201.84%200%200%200%203.88%2024h12.39a1.85%201.85%200%200%200%201.88-1.79V22z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M21.42%205.79L17%201.52A1.88%201.88%200%200%200%2015.72%201H7.85a2.17%202.17%200%200%200-.71.13%202%202%200%200%200-.6.39A1.73%201.73%200%200%200%206%202.79v15.57a1.85%201.85%200%200%200%201.86%201.81h12.28A1.84%201.84%200%200%200%2022%2018.36V7.1a1.89%201.89%200%200%200-.58-1.31zm-10.63%209L9%2012.91a3.24%203.24%200%200%201%204.57-4.58l1.83%201.83-.9.84-1.83-1.8A2%202%200%200%200%209.83%2012l1.83%201.83zm5-.46l-.92.91-3.66-3.66.92-.91zm2.28%203.2a3.24%203.24%200%200%201-4.57%200l-1.83-1.83.87-.87%201.83%201.83a2%202%200%201%200%202.83-2.83L15.41%2012l.87-.87%201.83%201.83a3.22%203.22%200%200%201%200%204.52zM15.9%207.1a.66.66%200%200%201-.65-.65V2.74l4.4%204.36z'/%3e%3cpath%20d='M5%2022a1%201%200%200%201-1-1V5h-.13a2.18%202.18%200%200%200-.72.13%201.73%201.73%200%200%200-.6.39A1.65%201.65%200%200%200%202%206.78v15.43A1.84%201.84%200%200%200%203.88%2024h12.39a1.85%201.85%200%200%200%201.88-1.79V22z'/%3e%3c/svg%3e")}.icon-computer{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='16px'%20viewBox='0%200%2024%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2057.1%20(83088)%20-%20https://sketch.com%20--%3e%3ctitle%3eicon-computer%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_computer'%20transform='translate(0.000000,%20-4.000000)'%3e%3cg%20id='ic_computer'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M20,18%20C21.1,18%2021.99,17.1%2021.99,16%20L22,6%20C22,4.9%2021.1,4%2020,4%20L4,4%20C2.9,4%202,4.9%202,6%20L2,16%20C2,17.1%202.9,18%204,18%20L0,18%20L0,20%20L24,20%20L24,18%20L20,18%20L20,18%20Z%20M4,6%20L20,6%20L20,16%20L4,16%20L4,6%20L4,6%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='16px'%20viewBox='0%200%2024%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2057.1%20(83088)%20-%20https://sketch.com%20--%3e%3ctitle%3eicon-computer%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_computer'%20transform='translate(0.000000,%20-4.000000)'%3e%3cg%20id='ic_computer'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M20,18%20C21.1,18%2021.99,17.1%2021.99,16%20L22,6%20C22,4.9%2021.1,4%2020,4%20L4,4%20C2.9,4%202,4.9%202,6%20L2,16%20C2,17.1%202.9,18%204,18%20L0,18%20L0,20%20L24,20%20L24,18%20L20,18%20L20,18%20Z%20M4,6%20L20,6%20L20,16%20L4,16%20L4,6%20L4,6%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-smartphone{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='22px'%20viewBox='0%200%2014%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2057.1%20(83088)%20-%20https://sketch.com%20--%3e%3ctitle%3eicon-smartphone%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_smartphone'%20transform='translate(-5.000000,%20-1.000000)'%3e%3cg%20id='ic_smartphone'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M17,1.01%20L7,1%20C5.9,1%205,1.9%205,3%20L5,21%20C5,22.1%205.9,23%207,23%20L17,23%20C18.1,23%2019,22.1%2019,21%20L19,3%20C19,1.9%2018.1,1.01%2017,1.01%20L17,1.01%20Z%20M17,19%20L7,19%20L7,5%20L17,5%20L17,19%20L17,19%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='22px'%20viewBox='0%200%2014%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2057.1%20(83088)%20-%20https://sketch.com%20--%3e%3ctitle%3eicon-smartphone%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Hardware/ic_smartphone'%20transform='translate(-5.000000,%20-1.000000)'%3e%3cg%20id='ic_smartphone'%3e%3cpolygon%20id='Bounds'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3cpath%20d='M17,1.01%20L7,1%20C5.9,1%205,1.9%205,3%20L5,21%20C5,22.1%205.9,23%207,23%20L17,23%20C18.1,23%2019,22.1%2019,21%20L19,3%20C19,1.9%2018.1,1.01%2017,1.01%20L17,1.01%20Z%20M17,19%20L7,19%20L7,5%20L17,5%20L17,19%20L17,19%20Z'%20id='Icon'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-link{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3.9%2012c0-1.71%201.39-3.1%203.1-3.1h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-1.9H7c-1.71%200-3.1-1.39-3.1-3.1zM8%2013h8v-2H8v2zm9-6h-4v1.9h4c1.71%200%203.1%201.39%203.1%203.1s-1.39%203.1-3.1%203.1h-4V17h4c2.76%200%205-2.24%205-5s-2.24-5-5-5z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3.9%2012c0-1.71%201.39-3.1%203.1-3.1h4V7H7c-2.76%200-5%202.24-5%205s2.24%205%205%205h4v-1.9H7c-1.71%200-3.1-1.39-3.1-3.1zM8%2013h8v-2H8v2zm9-6h-4v1.9h4c1.71%200%203.1%201.39%203.1%203.1s-1.39%203.1-3.1%203.1h-4V17h4c2.76%200%205-2.24%205-5s-2.24-5-5-5z'/%3e%3c/svg%3e")}.icon-keyboard-back{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%2011H6.8l3.6-3.6L9%206l-6%206%206%206%201.4-1.4L6.8%2013H21z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M21%2011H6.8l3.6-3.6L9%206l-6%206%206%206%201.4-1.4L6.8%2013H21z'/%3e%3c/svg%3e")}.icon-money-mouth.face{-webkit-mask-image:url(./money-mouth-face-JZeUiZAe.png);mask-image:url(./money-mouth-face-JZeUiZAe.png)}.icon-arrow-drop-down{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M7%2010l5%205%205-5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M7%2010l5%205%205-5z'/%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3c/svg%3e")}.icon-help{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0z'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16a10%2010%200%20100%2020%2010%2010%200%20000-20zm0%2018a8%208%200%20110-16%208%208%200%20010%2016zm0-14a4%204%200%2000-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.8-3%205h2c0-2.3%203-2.5%203-5a4%204%200%2000-4-4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3e%3cpath%20fill='none'%20d='M0%200h24v24H0z'/%3e%3cpath%20d='M11%2018h2v-2h-2v2zm1-16a10%2010%200%20100%2020%2010%2010%200%20000-20zm0%2018a8%208%200%20110-16%208%208%200%20010%2016zm0-14a4%204%200%2000-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.8-3%205h2c0-2.3%203-2.5%203-5a4%204%200%2000-4-4z'/%3e%3c/svg%3e")}.icon-help-small{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTggMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgPGVsbGlwc2UgaWQ9Ik92YWwiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNEOEQ4RDgiIGN4PSI5IiBjeT0iOC41IiByeD0iOCIgcnk9IjcuNSI+PC9lbGxpcHNlPgogICAgICAgICAgICA8dGV4dCBpZD0iPyIgZm9udC1mYW1pbHk9IkhlbHZldGljYS1Cb2xkLCBIZWx2ZXRpY2EiIGZvbnQtc2l6ZT0iMTMiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1IiB5PSIxMyI+PzwvdHNwYW4+CiAgICAgICAgICAgIDwvdGV4dD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTggMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgPGVsbGlwc2UgaWQ9Ik92YWwiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNEOEQ4RDgiIGN4PSI5IiBjeT0iOC41IiByeD0iOCIgcnk9IjcuNSI+PC9lbGxpcHNlPgogICAgICAgICAgICA8dGV4dCBpZD0iPyIgZm9udC1mYW1pbHk9IkhlbHZldGljYS1Cb2xkLCBIZWx2ZXRpY2EiIGZvbnQtc2l6ZT0iMTMiIGZvbnQtd2VpZ2h0PSJib2xkIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1IiB5PSIxMyI+PzwvdHNwYW4+CiAgICAgICAgICAgIDwvdGV4dD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.icon-action{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M7%202v11h3v9l7-12h-4l4-8z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M7%202v11h3v9l7-12h-4l4-8z'/%3e%3c/svg%3e")}.icon-conditional-action{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M7%208v8h2v6l5-8.4h-2.8L14%208zM18.7%205.7l-1-1.9%201-2v-.2l-2%201a.1.1%200%2001-.2%200l-1.9-1s-.2%200-.1.1l1%202a.1.1%200%20010%20.1l-1%202s0%20.1.1%200l2-1%202%201c.1.1.2%200%20.1%200zM9%204h1l.6%201V3.9l1-.6v-.1h-1.1l-.6-1v1.2l-1%20.6zM20.2%209.3h-1.3l-.6-1h-.1v1.2l-1%20.7h1.2l.6%201h.1V10l1-.7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M7%208v8h2v6l5-8.4h-2.8L14%208zM18.7%205.7l-1-1.9%201-2v-.2l-2%201a.1.1%200%2001-.2%200l-1.9-1s-.2%200-.1.1l1%202a.1.1%200%20010%20.1l-1%202s0%20.1.1%200l2-1%202%201c.1.1.2%200%20.1%200zM9%204h1l.6%201V3.9l1-.6v-.1h-1.1l-.6-1v1.2l-1%20.6zM20.2%209.3h-1.3l-.6-1h-.1v1.2l-1%20.7h1.2l.6%201h.1V10l1-.7z'/%3e%3c/svg%3e")}.icon-thumb-up{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M1%2021h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17%201%207.59%207.59C7.22%207.95%207%208.45%207%209v10c0%201.1.9%202%202%202h9c.83%200%201.54-.5%201.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M1%2021h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17%201%207.59%207.59C7.22%207.95%207%208.45%207%209v10c0%201.1.9%202%202%202h9c.83%200%201.54-.5%201.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z'/%3e%3c/svg%3e")}.icon-thumb-down{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M15%203H6c-.83%200-1.54.5-1.84%201.22l-3.02%207.05c-.09.23-.14.47-.14.73v2c0%201.1.9%202%202%202h6.31l-.95%204.57-.03.32c0%20.41.17.79.44%201.06L9.83%2023l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4%200v12h4V3h-4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M15%203H6c-.83%200-1.54.5-1.84%201.22l-3.02%207.05c-.09.23-.14.47-.14.73v2c0%201.1.9%202%202%202h6.31l-.95%204.57-.03.32c0%20.41.17.79.44%201.06L9.83%2023l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4%200v12h4V3h-4z'/%3e%3c/svg%3e")}.icon-analytics{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.6,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%20id='Layer_1'%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cg%3e%3cpath%20d='M8.3,16.1c1.1,0,2-0.9,2-2c0-0.4-0.1-0.8-0.3-1.1l1.2-1.5c0.2,0.1,0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.1l1.2,1.5%20c-0.2,0.3-0.3,0.7-0.3,1.1c0,1.1,0.9,2,2,2s2-0.9,2-2c0-0.4-0.1-0.8-0.3-1.1l1.2-1.5c0.2,0.1,0.5,0.1,0.7,0.1c1.1,0,2-0.9,2-2%20s-0.9-2-2-2c-1.1,0-2,0.9-2,2c0,0.4,0.1,0.8,0.3,1.1l-1.2,1.5c-0.2-0.1-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.1l-1.2-1.5%20c0.2-0.3,0.3-0.7,0.3-1.1c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2c0,0.4,0.1,0.8,0.3,1.1L9,12.2c-0.2-0.1-0.5-0.1-0.7-0.1%20c-1.1,0-2,0.9-2,2S7.2,16.1,8.3,16.1z%20M19.1,8.9c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C18.3,9.2,18.6,8.9,19.1,8.9z%20M15.5,13.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C14.7,13.6,15,13.3,15.5,13.3z%20M11.9,8.9c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C11.1,9.2,11.4,8.9,11.9,8.9z%20M8.3,13.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C7.5,13.6,7.9,13.3,8.3,13.3z'/%3e%3cpolygon%20points='4,18%204,5%203,5%203,19%2022,19%2022,18%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.6,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%20id='Layer_1'%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cg%3e%3cpath%20d='M8.3,16.1c1.1,0,2-0.9,2-2c0-0.4-0.1-0.8-0.3-1.1l1.2-1.5c0.2,0.1,0.5,0.1,0.7,0.1c0.3,0,0.5-0.1,0.7-0.1l1.2,1.5%20c-0.2,0.3-0.3,0.7-0.3,1.1c0,1.1,0.9,2,2,2s2-0.9,2-2c0-0.4-0.1-0.8-0.3-1.1l1.2-1.5c0.2,0.1,0.5,0.1,0.7,0.1c1.1,0,2-0.9,2-2%20s-0.9-2-2-2c-1.1,0-2,0.9-2,2c0,0.4,0.1,0.8,0.3,1.1l-1.2,1.5c-0.2-0.1-0.5-0.1-0.7-0.1c-0.3,0-0.5,0.1-0.7,0.1l-1.2-1.5%20c0.2-0.3,0.3-0.7,0.3-1.1c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2c0,0.4,0.1,0.8,0.3,1.1L9,12.2c-0.2-0.1-0.5-0.1-0.7-0.1%20c-1.1,0-2,0.9-2,2S7.2,16.1,8.3,16.1z%20M19.1,8.9c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C18.3,9.2,18.6,8.9,19.1,8.9z%20M15.5,13.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C14.7,13.6,15,13.3,15.5,13.3z%20M11.9,8.9c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C11.1,9.2,11.4,8.9,11.9,8.9z%20M8.3,13.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8%20C7.5,13.6,7.9,13.3,8.3,13.3z'/%3e%3cpolygon%20points='4,18%204,5%203,5%203,19%2022,19%2022,18%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-versions{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5305%204.99844L15.5615%204.97196L13.6721%204.95996H7.95018C7.71492%204.95996%207.4894%205.00325%207.28218%205.0874C7.10543%205.1583%206.94208%205.2605%206.79459%205.38913C6.7824%205.39994%206.77021%205.41197%206.75801%205.42277C6.44352%205.73173%206.24605%206.1597%206.24361%206.62973L6.20703%2012.037V21.5676C6.20703%2022.5137%206.99084%2023.2867%207.95018%2023.2867H19.4842C19.8255%2023.2867%2020.1424%2023.1893%2020.4118%2023.0198C20.4935%2022.9645%2020.5703%2022.9008%2020.6434%2022.831C20.9786%2022.5053%2021.1578%2022.0809%2021.1615%2021.6181L21.2261%2012.1103L21.2627%206.72831C21.2688%205.78224%2020.4898%205.00443%2019.5305%204.99844ZM13.7342%2018.7798C11.1281%2018.7798%209.01191%2016.6929%209.01191%2014.1227C9.01191%2011.5525%2011.1281%209.4656%2013.7342%209.4656C16.3404%209.4656%2018.4566%2011.5525%2018.4566%2014.1227C18.4566%2016.6929%2016.3404%2018.7798%2013.7342%2018.7798ZM13.7342%2010.7122C11.8253%2010.7122%2010.276%2012.239%2010.276%2014.1227C10.276%2016.0065%2011.8241%2017.5332%2013.7342%2017.5332C15.6444%2017.5332%2017.1925%2016.0065%2017.1925%2014.1227C17.1925%2012.2402%2015.6444%2010.7122%2013.7342%2010.7122ZM15.4628%2013.7669L13.7086%2015.6494C13.5794%2015.7769%2013.4246%2015.8538%2013.2442%2015.8538C13.0638%2015.8538%2012.909%2015.7769%2012.7798%2015.6494L11.8497%2014.6577C11.5925%2014.4028%2011.6181%2013.9953%2011.8765%2013.7657C12.1337%2013.512%2012.547%2013.5372%2012.7798%2013.7921L13.2442%2014.2754L14.5339%2012.9013C14.7667%2012.6465%2015.1787%2012.6465%2015.4372%2012.8761C15.6956%2013.1045%2015.6956%2013.512%2015.4628%2013.7669Z'%20fill='black'/%3e%3cpath%20d='M4.67248%203.7837C4.67248%203.68773%204.75136%203.60996%204.84866%203.60996H17.6613C17.7055%203.60996%2017.7455%203.6266%2017.7764%203.65313L17.7777%203.45487C17.7838%202.50877%2017.0049%201.73102%2016.0456%201.725L12.0766%201.69856L10.1871%201.68652H4.46526C4.22999%201.68652%204.00448%201.72978%203.79726%201.81396C3.6205%201.88487%203.45716%201.98706%203.30966%202.1157C3.29746%202.1265%203.28528%202.13853%203.27309%202.14936C2.95858%202.45829%202.76112%202.88626%202.75868%203.35632L2.72211%208.76356V18.2941C2.72211%2019.2402%203.5059%2020.0132%204.46526%2020.0132H4.67248V3.7837Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5305%204.99844L15.5615%204.97196L13.6721%204.95996H7.95018C7.71492%204.95996%207.4894%205.00325%207.28218%205.0874C7.10543%205.1583%206.94208%205.2605%206.79459%205.38913C6.7824%205.39994%206.77021%205.41197%206.75801%205.42277C6.44352%205.73173%206.24605%206.1597%206.24361%206.62973L6.20703%2012.037V21.5676C6.20703%2022.5137%206.99084%2023.2867%207.95018%2023.2867H19.4842C19.8255%2023.2867%2020.1424%2023.1893%2020.4118%2023.0198C20.4935%2022.9645%2020.5703%2022.9008%2020.6434%2022.831C20.9786%2022.5053%2021.1578%2022.0809%2021.1615%2021.6181L21.2261%2012.1103L21.2627%206.72831C21.2688%205.78224%2020.4898%205.00443%2019.5305%204.99844ZM13.7342%2018.7798C11.1281%2018.7798%209.01191%2016.6929%209.01191%2014.1227C9.01191%2011.5525%2011.1281%209.4656%2013.7342%209.4656C16.3404%209.4656%2018.4566%2011.5525%2018.4566%2014.1227C18.4566%2016.6929%2016.3404%2018.7798%2013.7342%2018.7798ZM13.7342%2010.7122C11.8253%2010.7122%2010.276%2012.239%2010.276%2014.1227C10.276%2016.0065%2011.8241%2017.5332%2013.7342%2017.5332C15.6444%2017.5332%2017.1925%2016.0065%2017.1925%2014.1227C17.1925%2012.2402%2015.6444%2010.7122%2013.7342%2010.7122ZM15.4628%2013.7669L13.7086%2015.6494C13.5794%2015.7769%2013.4246%2015.8538%2013.2442%2015.8538C13.0638%2015.8538%2012.909%2015.7769%2012.7798%2015.6494L11.8497%2014.6577C11.5925%2014.4028%2011.6181%2013.9953%2011.8765%2013.7657C12.1337%2013.512%2012.547%2013.5372%2012.7798%2013.7921L13.2442%2014.2754L14.5339%2012.9013C14.7667%2012.6465%2015.1787%2012.6465%2015.4372%2012.8761C15.6956%2013.1045%2015.6956%2013.512%2015.4628%2013.7669Z'%20fill='black'/%3e%3cpath%20d='M4.67248%203.7837C4.67248%203.68773%204.75136%203.60996%204.84866%203.60996H17.6613C17.7055%203.60996%2017.7455%203.6266%2017.7764%203.65313L17.7777%203.45487C17.7838%202.50877%2017.0049%201.73102%2016.0456%201.725L12.0766%201.69856L10.1871%201.68652H4.46526C4.22999%201.68652%204.00448%201.72978%203.79726%201.81396C3.6205%201.88487%203.45716%201.98706%203.30966%202.1157C3.29746%202.1265%203.28528%202.13853%203.27309%202.14936C2.95858%202.45829%202.76112%202.88626%202.75868%203.35632L2.72211%208.76356V18.2941C2.72211%2019.2402%203.5059%2020.0132%204.46526%2020.0132H4.67248V3.7837Z'%20fill='black'/%3e%3c/svg%3e")}.icon-versions-full{-webkit-mask-image:url(./versions-full-aAEcvA1O.svg);mask-image:url(./versions-full-aAEcvA1O.svg)}.icon-restore{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm-2%2016c-2.05%200-3.81-1.24-4.58-3h1.71c.63.9%201.68%201.5%202.87%201.5%201.93%200%203.5-1.57%203.5-3.5S13.93%209.5%2012%209.5c-1.35%200-2.52.78-3.1%201.9l1.6%201.6h-4V9l1.3%201.3C8.69%208.92%2010.23%208%2012%208c2.76%200%205%202.24%205%205s-2.24%205-5%205z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M14%202H6c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6zm-2%2016c-2.05%200-3.81-1.24-4.58-3h1.71c.63.9%201.68%201.5%202.87%201.5%201.93%200%203.5-1.57%203.5-3.5S13.93%209.5%2012%209.5c-1.35%200-2.52.78-3.1%201.9l1.6%201.6h-4V9l1.3%201.3C8.69%208.92%2010.23%208%2012%208c2.76%200%205%202.24%205%205s-2.24%205-5%205z'/%3e%3c/svg%3e")}.icon-design-backup{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%2011.6067V18H12.8933L11.56%2016.6667H7.83333V12.94L6.5%2011.6067Z'%20fill='black'/%3e%3cpath%20d='M23.7467%2021.5267L21.8334%2019.5867V21.3333H3.16672V18.5667H4.50005V17.5H3.16672V13.0667H4.50005V12H3.16672V7.73332H4.50005V6.66666H3.16672V2.93999L13.7934%2013.5067V11.6267L2.97339%200.859991C2.88014%200.765972%202.761%200.701851%202.63117%200.675805C2.50134%200.649759%202.36669%200.662966%202.2444%200.713744C2.1221%200.764522%202.0177%200.850569%201.9445%200.960916C1.8713%201.07126%201.83262%201.20091%201.83339%201.33332V22C1.83339%2022.1768%201.90362%2022.3464%202.02865%2022.4714C2.15367%2022.5964%202.32324%2022.6667%202.50005%2022.6667H23.2734C23.4058%2022.6674%2023.5354%2022.6287%2023.6458%2022.5555C23.7561%2022.4823%2023.8422%2022.3779%2023.893%2022.2556C23.9437%2022.1334%2023.9569%2021.9987%2023.9309%2021.8689C23.9049%2021.739%2023.8407%2021.6199%2023.7467%2021.5267V21.5267Z'%20fill='black'/%3e%3cpath%20d='M16.5%2020H19.1666C19.5202%2020%2019.8594%2019.8596%2020.1094%2019.6095C20.3595%2019.3595%2020.5%2019.0203%2020.5%2018.6667V5.80003L18.9666%202.98003C18.848%202.77457%2018.6768%202.60448%2018.4705%202.48729C18.2643%202.3701%2018.0305%202.31006%2017.7933%202.31336C17.5507%202.31529%2017.3133%202.38335%2017.1065%202.51022C16.8998%202.6371%2016.7315%202.81797%2016.62%203.03336L15.1666%205.81336V18.6667C15.1666%2019.0203%2015.3071%2019.3595%2015.5572%2019.6095C15.8072%2019.8596%2016.1463%2020%2016.5%2020ZM16.5%206.13336L17.7933%203.62003L19.1666%206.14003V16H16.5V6.13336ZM16.5%2017.0867H19.1666V18.7134H16.5V17.0867Z'%20fill='black'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%2011.6067V18H12.8933L11.56%2016.6667H7.83333V12.94L6.5%2011.6067Z'%20fill='black'/%3e%3cpath%20d='M23.7467%2021.5267L21.8334%2019.5867V21.3333H3.16672V18.5667H4.50005V17.5H3.16672V13.0667H4.50005V12H3.16672V7.73332H4.50005V6.66666H3.16672V2.93999L13.7934%2013.5067V11.6267L2.97339%200.859991C2.88014%200.765972%202.761%200.701851%202.63117%200.675805C2.50134%200.649759%202.36669%200.662966%202.2444%200.713744C2.1221%200.764522%202.0177%200.850569%201.9445%200.960916C1.8713%201.07126%201.83262%201.20091%201.83339%201.33332V22C1.83339%2022.1768%201.90362%2022.3464%202.02865%2022.4714C2.15367%2022.5964%202.32324%2022.6667%202.50005%2022.6667H23.2734C23.4058%2022.6674%2023.5354%2022.6287%2023.6458%2022.5555C23.7561%2022.4823%2023.8422%2022.3779%2023.893%2022.2556C23.9437%2022.1334%2023.9569%2021.9987%2023.9309%2021.8689C23.9049%2021.739%2023.8407%2021.6199%2023.7467%2021.5267V21.5267Z'%20fill='black'/%3e%3cpath%20d='M16.5%2020H19.1666C19.5202%2020%2019.8594%2019.8596%2020.1094%2019.6095C20.3595%2019.3595%2020.5%2019.0203%2020.5%2018.6667V5.80003L18.9666%202.98003C18.848%202.77457%2018.6768%202.60448%2018.4705%202.48729C18.2643%202.3701%2018.0305%202.31006%2017.7933%202.31336C17.5507%202.31529%2017.3133%202.38335%2017.1065%202.51022C16.8998%202.6371%2016.7315%202.81797%2016.62%203.03336L15.1666%205.81336V18.6667C15.1666%2019.0203%2015.3071%2019.3595%2015.5572%2019.6095C15.8072%2019.8596%2016.1463%2020%2016.5%2020ZM16.5%206.13336L17.7933%203.62003L19.1666%206.14003V16H16.5V6.13336ZM16.5%2017.0867H19.1666V18.7134H16.5V17.0867Z'%20fill='black'/%3e%3c/svg%3e")}.icon-refresh{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic_refresh%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_refresh'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M17.65,6.35%20C16.2,4.9%2014.21,4%2012,4%20C7.58,4%204.01,7.58%204.01,12%20C4.01,16.42%207.58,20%2012,20%20C15.73,20%2018.84,17.45%2019.73,14%20L17.65,14%20C16.83,16.33%2014.61,18%2012,18%20C8.69,18%206,15.31%206,12%20C6,8.69%208.69,6%2012,6%20C13.66,6%2015.14,6.69%2016.22,7.78%20L13,11%20L20,11%20L20,4%20L17.65,6.35%20L17.65,6.35%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic_refresh%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_refresh'%3e%3cg%20id='Icon-24px'%3e%3cpath%20d='M17.65,6.35%20C16.2,4.9%2014.21,4%2012,4%20C7.58,4%204.01,7.58%204.01,12%20C4.01,16.42%207.58,20%2012,20%20C15.73,20%2018.84,17.45%2019.73,14%20L17.65,14%20C16.83,16.33%2014.61,18%2012,18%20C8.69,18%206,15.31%206,12%20C6,8.69%208.69,6%2012,6%20C13.66,6%2015.14,6.69%2016.22,7.78%20L13,11%20L20,11%20L20,4%20L17.65,6.35%20L17.65,6.35%20Z'%20id='Shape'%20fill='%23000000'%3e%3c/path%3e%3cpolygon%20id='Shape'%20points='0%200%2024%200%2024%2024%200%2024'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-marketplace{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M10.1,11H3.9C3.4,11,3,10.6,3,10.1V3.9C3,3.4,3.4,3,3.9,3h6.2C10.6,3,11,3.4,11,3.9v6.2C11,10.6,10.6,11,10.1,11z'/%3e%3cpath%20d='M20.1,11h-6.2c-0.5,0-0.9-0.4-0.9-0.9V3.9C13,3.4,13.4,3,13.9,3h6.2C20.6,3,21,3.4,21,3.9v6.2C21,10.6,20.6,11,20.1,11z'/%3e%3cpath%20d='M10.1,21H3.9C3.4,21,3,20.6,3,20.1v-6.2C3,13.4,3.4,13,3.9,13h6.2c0.5,0,0.9,0.4,0.9,0.9v6.2C11,20.6,10.6,21,10.1,21z'/%3e%3crect%20x='13'%20y='16'%20width='8'%20height='2'/%3e%3crect%20x='13'%20y='16'%20transform='matrix(6.123234e-17%20-1%201%206.123234e-17%20-1.818989e-12%2034)'%20width='8'%20height='2'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cpath%20d='M10.1,11H3.9C3.4,11,3,10.6,3,10.1V3.9C3,3.4,3.4,3,3.9,3h6.2C10.6,3,11,3.4,11,3.9v6.2C11,10.6,10.6,11,10.1,11z'/%3e%3cpath%20d='M20.1,11h-6.2c-0.5,0-0.9-0.4-0.9-0.9V3.9C13,3.4,13.4,3,13.9,3h6.2C20.6,3,21,3.4,21,3.9v6.2C21,10.6,20.6,11,20.1,11z'/%3e%3cpath%20d='M10.1,21H3.9C3.4,21,3,20.6,3,20.1v-6.2C3,13.4,3.4,13,3.9,13h6.2c0.5,0,0.9,0.4,0.9,0.9v6.2C11,20.6,10.6,21,10.1,21z'/%3e%3crect%20x='13'%20y='16'%20width='8'%20height='2'/%3e%3crect%20x='13'%20y='16'%20transform='matrix(6.123234e-17%20-1%201%206.123234e-17%20-1.818989e-12%2034)'%20width='8'%20height='2'/%3e%3c/svg%3e")}.icon-code{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.4%2016.6L4.8%2012l4.6-4.6L8%206l-6%206%206%206%201.4-1.4zm5.2%200l4.6-4.6-4.6-4.6L16%206l6%206-6%206-1.4-1.4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M9.4%2016.6L4.8%2012l4.6-4.6L8%206l-6%206%206%206%201.4-1.4zm5.2%200l4.6-4.6-4.6-4.6L16%206l6%206-6%206-1.4-1.4z'/%3e%3c/svg%3e")}.icon-launch{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e")}.icon-download{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%209h-4V3H9v6H5l7%207%207-7zM5%2018v2h14v-2H5z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M19%209h-4V3H9v6H5l7%207%207-7zM5%2018v2h14v-2H5z'/%3e%3c/svg%3e")}.icon-warning-emoji{background-image:url(./warning-emoji-CiuGEw6B.png);background-size:contain;background-color:unset}.icon-menu-book{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65%20c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5%20c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z%20M21,18.5%20c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z'/%3e%3cg%3e%3cpath%20d='M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66%20C14.13,10.85,15.7,10.5,17.5,10.5z'/%3e%3cpath%20d='M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24%20C15.8,11.66,14.26,11.96,13,12.49z'/%3e%3cpath%20d='M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52%20C19.21,14.41,18.36,14.33,17.5,14.33z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20enable-background='new%200%200%2024%2024'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cg%3e%3crect%20fill='none'%20height='24'%20width='24'/%3e%3c/g%3e%3cg%3e%3cg/%3e%3cg%3e%3cpath%20d='M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65%20c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5%20c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z%20M21,18.5%20c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z'/%3e%3cg%3e%3cpath%20d='M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66%20C14.13,10.85,15.7,10.5,17.5,10.5z'/%3e%3cpath%20d='M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24%20C15.8,11.66,14.26,11.96,13,12.49z'/%3e%3cpath%20d='M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52%20C19.21,14.41,18.36,14.33,17.5,14.33z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-ondemand-video{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%203H3c-1.11%200-2%20.89-2%202v12c0%201.1.89%202%202%202h5v2h8v-2h5c1.1%200%201.99-.9%201.99-2L23%205c0-1.11-.9-2-2-2zm0%2014H3V5h18v12zm-5-6l-7%204V7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M21%203H3c-1.11%200-2%20.89-2%202v12c0%201.1.89%202%202%202h5v2h8v-2h5c1.1%200%201.99-.9%201.99-2L23%205c0-1.11-.9-2-2-2zm0%2014H3V5h18v12zm-5-6l-7%204V7z'/%3e%3c/svg%3e")}.icon-lock-open{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M18.01,9H17V8V6c0-2.761-2.239-5-5-5C9.581,1,7.564,2.718,7.101,5h2.083C9.597,3.837,10.696,3,12,3%20c1.657,0,3,1.343,3,3v2v1H5.99C4.89,9,4,9.89,4,10.99v10.02C4,22.11,4.89,23,5.99,23h12.02c1.1,0,1.99-0.89,1.99-1.99V10.99%20C20,9.89,19.11,9,18.01,9z%20M13.41,17.41C13.05,17.78,12.55,18,12,18c-1.1,0-2-0.9-2-2c0-0.55,0.22-1.05,0.59-1.41%20C10.95,14.22,11.45,14,12,14c0.55,0,1.05,0.22,1.41,0.59C13.78,14.95,14,15.45,14,16S13.78,17.05,13.41,17.41z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M18.01,9H17V8V6c0-2.761-2.239-5-5-5C9.581,1,7.564,2.718,7.101,5h2.083C9.597,3.837,10.696,3,12,3%20c1.657,0,3,1.343,3,3v2v1H5.99C4.89,9,4,9.89,4,10.99v10.02C4,22.11,4.89,23,5.99,23h12.02c1.1,0,1.99-0.89,1.99-1.99V10.99%20C20,9.89,19.11,9,18.01,9z%20M13.41,17.41C13.05,17.78,12.55,18,12,18c-1.1,0-2-0.9-2-2c0-0.55,0.22-1.05,0.59-1.41%20C10.95,14.22,11.45,14,12,14c0.55,0,1.05,0.22,1.41,0.59C13.78,14.95,14,15.45,14,16S13.78,17.05,13.41,17.41z'/%3e%3c/svg%3e")}.icon-power{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%203h-2v10h2V3zm4.83%202.17l-1.42%201.42C17.99%207.86%2019%209.81%2019%2012c0%203.87-3.13%207-7%207s-7-3.13-7-7c0-2.19%201.01-4.14%202.58-5.42L6.17%205.17C4.23%206.82%203%209.26%203%2012c0%204.97%204.03%209%209%209s9-4.03%209-9c0-2.74-1.23-5.18-3.17-6.83z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M13%203h-2v10h2V3zm4.83%202.17l-1.42%201.42C17.99%207.86%2019%209.81%2019%2012c0%203.87-3.13%207-7%207s-7-3.13-7-7c0-2.19%201.01-4.14%202.58-5.42L6.17%205.17C4.23%206.82%203%209.26%203%2012c0%204.97%204.03%209%209%209s9-4.03%209-9c0-2.74-1.23-5.18-3.17-6.83z'/%3e%3c/svg%3e")}.icon-key{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12.65%2010C11.83%207.67%209.61%206%207%206c-3.31%200-6%202.69-6%206s2.69%206%206%206c2.61%200%204.83-1.67%205.65-4H17v4h4v-4h2v-4H12.65zM7%2014c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12.65%2010C11.83%207.67%209.61%206%207%206c-3.31%200-6%202.69-6%206s2.69%206%206%206c2.61%200%204.83-1.67%205.65-4H17v4h4v-4h2v-4H12.65zM7%2014c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202z'/%3e%3c/svg%3e")}.icon-person-add{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M15%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9%204c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M15%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm-9-2V7H4v3H1v2h3v3h2v-3h3v-2H6zm9%204c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z'/%3e%3c/svg%3e")}.icon-share{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92%201.61%200%202.92-1.31%202.92-2.92s-1.31-2.92-2.92-2.92z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M18%2016.08c-.76%200-1.44.3-1.96.77L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.12%204.16c-.05.21-.08.43-.08.65%200%201.61%201.31%202.92%202.92%202.92%201.61%200%202.92-1.31%202.92-2.92s-1.31-2.92-2.92-2.92z'/%3e%3c/svg%3e")}.icon-change-input{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M21%203.01H3c-1.1%200-2%20.9-2%202V9h2V4.99h18v14.03H3V15H1v4.01c0%201.1.9%201.98%202%201.98h18c1.1%200%202-.88%202-1.98v-14c0-1.11-.9-2-2-2zM11%2016l4-4-4-4v3H1v2h10v3zM21%203.01H3c-1.1%200-2%20.9-2%202V9h2V4.99h18v14.03H3V15H1v4.01c0%201.1.9%201.98%202%201.98h18c1.1%200%202-.88%202-1.98v-14c0-1.11-.9-2-2-2zM11%2016l4-4-4-4v3H1v2h10v3z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cg%20fill='none'%3e%3cpath%20d='M0%200h24v24H0V0z'/%3e%3cpath%20d='M0%200h24v24H0V0z'%20opacity='.87'/%3e%3c/g%3e%3cpath%20d='M21%203.01H3c-1.1%200-2%20.9-2%202V9h2V4.99h18v14.03H3V15H1v4.01c0%201.1.9%201.98%202%201.98h18c1.1%200%202-.88%202-1.98v-14c0-1.11-.9-2-2-2zM11%2016l4-4-4-4v3H1v2h10v3zM21%203.01H3c-1.1%200-2%20.9-2%202V9h2V4.99h18v14.03H3V15H1v4.01c0%201.1.9%201.98%202%201.98h18c1.1%200%202-.88%202-1.98v-14c0-1.11-.9-2-2-2zM11%2016l4-4-4-4v3H1v2h10v3z'/%3e%3c/svg%3e")}.icon-email{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6zm-2%200l-8%205-8-5h16zm0%2012H4V8l8%205%208-5v10z'/%3e%3c/svg%3e")}.icon-new-window{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e")}.icon-square-root{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21.439,12.068c-0.401-0.09-0.799-0.098-1.16,0.152c-0.175,0.121-0.354,0.237-0.517,0.373%20c-0.577,0.481-1.025,1.083-1.444,1.709c-0.17,0.254-0.346,0.504-0.548,0.799c-0.158-0.544-0.301-1.035-0.444-1.526%20c-0.154-0.528-0.425-0.986-0.778-1.395c-0.106-0.123-0.219-0.172-0.386-0.139c-0.775,0.155-1.553,0.294-2.329,0.444%20c-0.042,0.008-0.099,0.043-0.113,0.08c-0.08,0.22,0.021,0.337,0.246,0.324c1.036-0.057,1.7,0.306,1.969,1.338%20c0.231,0.886,0.453,1.774,0.672,2.663c0.015,0.061,0,0.146-0.033,0.2c-0.455,0.764-0.896,1.539-1.38,2.282%20c-0.273,0.419-0.604,0.802-0.938,1.172c-0.277,0.307-0.388,0.296-0.726,0.06c-0.111-0.077-0.214-0.167-0.328-0.24%20c-0.374-0.241-0.878-0.132-1.099,0.235c-0.232,0.383-0.125,0.903,0.239,1.156c0.438,0.303,0.886,0.282,1.34,0.044%20c0.435-0.229,0.776-0.575,1.089-0.953c0.699-0.847,1.253-1.798,1.821-2.74c0.067-0.111,0.133-0.221,0.216-0.358%20c0.021,0.075,0.034,0.116,0.044,0.159c0.159,0.694,0.303,1.391,0.481,2.08c0.126,0.489,0.259,0.984,0.459,1.444%20c0.225,0.516,0.745,0.679,1.244,0.45c0.167-0.077,0.328-0.179,0.474-0.294c0.695-0.547,1.226-1.246,1.689-2.005%20c0.026-0.042,0.041-0.091,0.06-0.135c-0.312-0.234-0.327-0.229-0.52,0.083c-0.076,0.122-0.149,0.252-0.249,0.35%20c-0.285,0.281-0.565,0.572-0.881,0.811c-0.246,0.186-0.405,0.11-0.522-0.181c-0.076-0.188-0.146-0.381-0.195-0.579%20c-0.299-1.229-0.582-2.462-0.893-3.688c-0.072-0.284-0.035-0.492,0.125-0.729c0.403-0.595,0.782-1.205,1.284-1.722%20c0.313-0.322,0.657-0.432,1.077-0.292c0.091,0.03,0.183,0.06,0.277,0.072c0.195,0.025,0.393,0.063,0.587,0.051%20c0.406-0.026,0.633-0.273,0.665-0.678C22.045,12.544,21.793,12.148,21.439,12.068z'/%3e%3cpath%20class='st0'%20d='M14.09,1.981c0,0.01-0.01,0.02-0.01,0.03l-0.583,1.82l-4.469,13.96l-1.587-4.91l-0.482-1.48%20c-0.05-0.17-0.151-0.31-0.261-0.42h-4.72c-0.001,0-0.001,0-0.002,0v1.999c0.001,0,0.001,0,0.002,0h3.374l2.701,8.31%20c0.141,0.42,0.532,0.69,0.954,0.69c0.1,0,0.211-0.02,0.311-0.05c0.02-0.01,0.05-0.02,0.07-0.03c0.04-0.01,0.07-0.03,0.1-0.04%20c0.251-0.11,0.452-0.33,0.542-0.61l5.513-17.27h6.47v-2H14.09z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21.439,12.068c-0.401-0.09-0.799-0.098-1.16,0.152c-0.175,0.121-0.354,0.237-0.517,0.373%20c-0.577,0.481-1.025,1.083-1.444,1.709c-0.17,0.254-0.346,0.504-0.548,0.799c-0.158-0.544-0.301-1.035-0.444-1.526%20c-0.154-0.528-0.425-0.986-0.778-1.395c-0.106-0.123-0.219-0.172-0.386-0.139c-0.775,0.155-1.553,0.294-2.329,0.444%20c-0.042,0.008-0.099,0.043-0.113,0.08c-0.08,0.22,0.021,0.337,0.246,0.324c1.036-0.057,1.7,0.306,1.969,1.338%20c0.231,0.886,0.453,1.774,0.672,2.663c0.015,0.061,0,0.146-0.033,0.2c-0.455,0.764-0.896,1.539-1.38,2.282%20c-0.273,0.419-0.604,0.802-0.938,1.172c-0.277,0.307-0.388,0.296-0.726,0.06c-0.111-0.077-0.214-0.167-0.328-0.24%20c-0.374-0.241-0.878-0.132-1.099,0.235c-0.232,0.383-0.125,0.903,0.239,1.156c0.438,0.303,0.886,0.282,1.34,0.044%20c0.435-0.229,0.776-0.575,1.089-0.953c0.699-0.847,1.253-1.798,1.821-2.74c0.067-0.111,0.133-0.221,0.216-0.358%20c0.021,0.075,0.034,0.116,0.044,0.159c0.159,0.694,0.303,1.391,0.481,2.08c0.126,0.489,0.259,0.984,0.459,1.444%20c0.225,0.516,0.745,0.679,1.244,0.45c0.167-0.077,0.328-0.179,0.474-0.294c0.695-0.547,1.226-1.246,1.689-2.005%20c0.026-0.042,0.041-0.091,0.06-0.135c-0.312-0.234-0.327-0.229-0.52,0.083c-0.076,0.122-0.149,0.252-0.249,0.35%20c-0.285,0.281-0.565,0.572-0.881,0.811c-0.246,0.186-0.405,0.11-0.522-0.181c-0.076-0.188-0.146-0.381-0.195-0.579%20c-0.299-1.229-0.582-2.462-0.893-3.688c-0.072-0.284-0.035-0.492,0.125-0.729c0.403-0.595,0.782-1.205,1.284-1.722%20c0.313-0.322,0.657-0.432,1.077-0.292c0.091,0.03,0.183,0.06,0.277,0.072c0.195,0.025,0.393,0.063,0.587,0.051%20c0.406-0.026,0.633-0.273,0.665-0.678C22.045,12.544,21.793,12.148,21.439,12.068z'/%3e%3cpath%20class='st0'%20d='M14.09,1.981c0,0.01-0.01,0.02-0.01,0.03l-0.583,1.82l-4.469,13.96l-1.587-4.91l-0.482-1.48%20c-0.05-0.17-0.151-0.31-0.261-0.42h-4.72c-0.001,0-0.001,0-0.002,0v1.999c0.001,0,0.001,0,0.002,0h3.374l2.701,8.31%20c0.141,0.42,0.532,0.69,0.954,0.69c0.1,0,0.211-0.02,0.311-0.05c0.02-0.01,0.05-0.02,0.07-0.03c0.04-0.01,0.07-0.03,0.1-0.04%20c0.251-0.11,0.452-0.33,0.542-0.61l5.513-17.27h6.47v-2H14.09z'/%3e%3c/g%3e%3c/svg%3e")}.icon-round{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.946,15.579c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.255-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.383-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.127,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20C18.639,7.668,18.955,7.335,19,6.787c0.044-0.54-0.306-1.075-0.801-1.183C17.64,5.482,17.085,5.471,16.58,5.81%20c-0.243,0.163-0.494,0.32-0.721,0.504c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08%20c-0.221-0.735-0.42-1.399-0.62-2.064c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187%20c-1.081,0.209-2.166,0.398-3.249,0.6C7.528,6.177,7.448,6.225,7.43,6.274C7.318,6.571,7.458,6.73,7.773,6.713%20c1.446-0.077,2.371,0.414,2.747,1.809c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271%20c-0.634,1.033-1.249,2.08-1.925,3.085c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.013,0.081%20c-0.155-0.105-0.299-0.226-0.457-0.325c-0.522-0.326-1.224-0.178-1.534,0.317C4.851,17.655,5,18.357,5.509,18.699%20c0.61,0.41,1.235,0.382,1.869,0.059c0.607-0.309,1.083-0.777,1.518-1.288c0.976-1.145,1.748-2.431,2.54-3.704%20c0.093-0.149,0.186-0.299,0.302-0.484c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812%20c0.176,0.662,0.361,1.331,0.64,1.952c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397%20c0.97-0.739,1.71-1.685,2.356-2.71C17.898,15.704,17.92,15.637,17.946,15.579z'/%3e%3cpolygon%20class='st0'%20points='6.998,3.5%207,3.498%207,2.002%206.998,2%203.5,2%203.002,2%202,2%202,22%203.5,22%203.5,3.5%20'/%3e%3cpolygon%20class='st0'%20points='21.997,2%2020.503,2%2020.5,2.003%2020.5,20.5%2017.006,20.5%2017,20.506%2017,21.994%2017.006,22%2020.503,22%2020.994,22%2021.997,22%2022,21.997%2022,2.003%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.946,15.579c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.255-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.383-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.127,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20C18.639,7.668,18.955,7.335,19,6.787c0.044-0.54-0.306-1.075-0.801-1.183C17.64,5.482,17.085,5.471,16.58,5.81%20c-0.243,0.163-0.494,0.32-0.721,0.504c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08%20c-0.221-0.735-0.42-1.399-0.62-2.064c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187%20c-1.081,0.209-2.166,0.398-3.249,0.6C7.528,6.177,7.448,6.225,7.43,6.274C7.318,6.571,7.458,6.73,7.773,6.713%20c1.446-0.077,2.371,0.414,2.747,1.809c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271%20c-0.634,1.033-1.249,2.08-1.925,3.085c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.013,0.081%20c-0.155-0.105-0.299-0.226-0.457-0.325c-0.522-0.326-1.224-0.178-1.534,0.317C4.851,17.655,5,18.357,5.509,18.699%20c0.61,0.41,1.235,0.382,1.869,0.059c0.607-0.309,1.083-0.777,1.518-1.288c0.976-1.145,1.748-2.431,2.54-3.704%20c0.093-0.149,0.186-0.299,0.302-0.484c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812%20c0.176,0.662,0.361,1.331,0.64,1.952c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397%20c0.97-0.739,1.71-1.685,2.356-2.71C17.898,15.704,17.92,15.637,17.946,15.579z'/%3e%3cpolygon%20class='st0'%20points='6.998,3.5%207,3.498%207,2.002%206.998,2%203.5,2%203.002,2%202,2%202,22%203.5,22%203.5,3.5%20'/%3e%3cpolygon%20class='st0'%20points='21.997,2%2020.503,2%2020.5,2.003%2020.5,20.5%2017.006,20.5%2017,20.506%2017,21.994%2017.006,22%2020.503,22%2020.994,22%2021.997,22%2022,21.997%2022,2.003%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-random{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='15.706,3%2017.791,5.086%203,19.877%204.123,21%2018.914,6.209%2021,8.294%2021,3%20'/%3e%3cpolygon%20class='st0'%20points='15.31,14.187%2015.31,14.187%2014.123,13%2013,14.123%2017.134,18.257%2017.134,18.257%2017.791,18.914%2015.706,21%2021,21%2021,15.706%2018.914,17.791%20'/%3e%3cpolygon%20class='st0'%20points='9.877,11%2011,9.877%2010.872,9.749%2010.872,9.749%207.214,6.091%206.866,5.743%206.866,5.743%204.123,3%203,4.123%207.265,8.388%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='15.706,3%2017.791,5.086%203,19.877%204.123,21%2018.914,6.209%2021,8.294%2021,3%20'/%3e%3cpolygon%20class='st0'%20points='15.31,14.187%2015.31,14.187%2014.123,13%2013,14.123%2017.134,18.257%2017.134,18.257%2017.791,18.914%2015.706,21%2021,21%2021,15.706%2018.914,17.791%20'/%3e%3cpolygon%20class='st0'%20points='9.877,11%2011,9.877%2010.872,9.749%2010.872,9.749%207.214,6.091%206.866,5.743%206.866,5.743%204.123,3%203,4.123%207.265,8.388%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-integer{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.946,15.585c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.254-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.384-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.127,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20C18.639,7.674,18.955,7.341,19,6.793c0.044-0.54-0.306-1.075-0.801-1.183c-0.559-0.122-1.114-0.133-1.619,0.206%20c-0.243,0.164-0.494,0.32-0.721,0.504c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08%20c-0.221-0.735-0.42-1.399-0.62-2.064c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187%20c-1.081,0.209-2.166,0.398-3.249,0.6C7.528,6.184,7.448,6.231,7.43,6.28C7.318,6.577,7.458,6.736,7.773,6.719%20c1.446-0.077,2.371,0.414,2.747,1.809c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271%20c-0.634,1.034-1.25,2.08-1.925,3.085c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.012,0.081%20c-0.155-0.105-0.299-0.226-0.457-0.325c-0.522-0.326-1.224-0.178-1.534,0.317C4.851,17.661,5,18.363,5.509,18.705%20c0.61,0.41,1.235,0.382,1.869,0.059c0.607-0.309,1.083-0.777,1.518-1.288c0.976-1.145,1.748-2.431,2.54-3.704%20c0.093-0.149,0.186-0.299,0.302-0.484c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812%20c0.176,0.662,0.361,1.331,0.64,1.952c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397%20c0.97-0.739,1.71-1.685,2.356-2.71C17.898,15.71,17.92,15.643,17.946,15.585z'/%3e%3cpath%20class='st0'%20d='M3.5,20.5v-17h3.497C6.999,3.5,7,3.498,7,3.497V2.003C7,2.001,6.999,2,6.997,2H3.495H3.003H2.005%20C2.002,2,2,2.002,2,2.005v19.989C2,21.998,2.002,22,2.005,22h1.004h0.485h3.496C6.996,22,7,21.996,7,21.991v-1.481%20C7,20.504,6.996,20.5,6.991,20.5H3.5z'/%3e%3cpolygon%20class='st0'%20points='21.999,2%2020.994,2%2020.501,2%2017.006,2%2017,2.006%2017,3.494%2017.006,3.5%2020.5,3.5%2020.5,20.5%2017.004,20.5%2017,20.504%2017,21.996%2017.004,22%2020.501,22%2020.996,22%2021.999,22%2022,21.999%2022,2.001%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.946,15.585c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.254-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.384-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.127,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20C18.639,7.674,18.955,7.341,19,6.793c0.044-0.54-0.306-1.075-0.801-1.183c-0.559-0.122-1.114-0.133-1.619,0.206%20c-0.243,0.164-0.494,0.32-0.721,0.504c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08%20c-0.221-0.735-0.42-1.399-0.62-2.064c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187%20c-1.081,0.209-2.166,0.398-3.249,0.6C7.528,6.184,7.448,6.231,7.43,6.28C7.318,6.577,7.458,6.736,7.773,6.719%20c1.446-0.077,2.371,0.414,2.747,1.809c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271%20c-0.634,1.034-1.25,2.08-1.925,3.085c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.012,0.081%20c-0.155-0.105-0.299-0.226-0.457-0.325c-0.522-0.326-1.224-0.178-1.534,0.317C4.851,17.661,5,18.363,5.509,18.705%20c0.61,0.41,1.235,0.382,1.869,0.059c0.607-0.309,1.083-0.777,1.518-1.288c0.976-1.145,1.748-2.431,2.54-3.704%20c0.093-0.149,0.186-0.299,0.302-0.484c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812%20c0.176,0.662,0.361,1.331,0.64,1.952c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397%20c0.97-0.739,1.71-1.685,2.356-2.71C17.898,15.71,17.92,15.643,17.946,15.585z'/%3e%3cpath%20class='st0'%20d='M3.5,20.5v-17h3.497C6.999,3.5,7,3.498,7,3.497V2.003C7,2.001,6.999,2,6.997,2H3.495H3.003H2.005%20C2.002,2,2,2.002,2,2.005v19.989C2,21.998,2.002,22,2.005,22h1.004h0.485h3.496C6.996,22,7,21.996,7,21.991v-1.481%20C7,20.504,6.996,20.5,6.991,20.5H3.5z'/%3e%3cpolygon%20class='st0'%20points='21.999,2%2020.994,2%2020.501,2%2017.006,2%2017,2.006%2017,3.494%2017.006,3.5%2020.5,3.5%2020.5,20.5%2017.004,20.5%2017,20.504%2017,21.996%2017.004,22%2020.501,22%2020.996,22%2021.999,22%2022,21.999%2022,2.001%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-exponent{-webkit-mask-image:url(./exponent-Do5ZZdWt.svg);mask-image:url(./exponent-Do5ZZdWt.svg)}.icon-absolute-value{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M18.182,5.602c-0.559-0.122-1.114-0.133-1.619,0.206c-0.244,0.164-0.494,0.32-0.721,0.504%20c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08c-0.221-0.735-0.42-1.399-0.62-2.064%20c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187c-1.081,0.209-2.166,0.398-3.249,0.6%20C7.512,6.175,7.431,6.222,7.413,6.272C7.302,6.569,7.442,6.727,7.756,6.711c1.446-0.077,2.371,0.414,2.747,1.809%20c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271c-0.634,1.034-1.249,2.08-1.925,3.085%20c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.012,0.081c-0.155-0.105-0.299-0.226-0.457-0.325%20c-0.522-0.326-1.224-0.178-1.534,0.317c-0.324,0.518-0.175,1.221,0.334,1.562c0.61,0.41,1.235,0.382,1.869,0.059%20c0.607-0.309,1.083-0.777,1.519-1.288c0.976-1.145,1.748-2.431,2.54-3.704c0.093-0.149,0.186-0.299,0.302-0.484%20c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812c0.176,0.662,0.361,1.331,0.64,1.952%20c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397c0.97-0.739,1.71-1.685,2.356-2.71%20c0.036-0.057,0.057-0.123,0.084-0.182c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.254-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.383-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.126,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20c0.566-0.035,0.882-0.369,0.927-0.917C19.027,6.245,18.677,5.71,18.182,5.602z'/%3e%3cpolygon%20class='st0'%20points='2.007,2%202,2.007%202,21.993%202.007,22%203.493,22%203.5,21.993%203.5,2.007%203.493,2%20'/%3e%3cpolygon%20class='st0'%20points='21.999,2%2020.501,2%2020.5,2.001%2020.5,21.999%2020.501,22%2021.999,22%2022,21.999%2022,2.001%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M18.182,5.602c-0.559-0.122-1.114-0.133-1.619,0.206c-0.244,0.164-0.494,0.32-0.721,0.504%20c-0.805,0.651-1.43,1.464-2.015,2.311c-0.237,0.344-0.482,0.682-0.765,1.08c-0.221-0.735-0.42-1.399-0.62-2.064%20c-0.215-0.714-0.593-1.333-1.085-1.886c-0.148-0.167-0.305-0.233-0.539-0.187c-1.081,0.209-2.166,0.398-3.249,0.6%20C7.512,6.175,7.431,6.222,7.413,6.272C7.302,6.569,7.442,6.727,7.756,6.711c1.446-0.077,2.371,0.414,2.747,1.809%20c0.323,1.197,0.631,2.399,0.938,3.6c0.021,0.082-0.001,0.198-0.046,0.271c-0.634,1.034-1.249,2.08-1.925,3.085%20c-0.381,0.567-0.843,1.084-1.309,1.585c-0.386,0.414-0.541,0.4-1.012,0.081c-0.155-0.105-0.299-0.226-0.457-0.325%20c-0.522-0.326-1.224-0.178-1.534,0.317c-0.324,0.518-0.175,1.221,0.334,1.562c0.61,0.41,1.235,0.382,1.869,0.059%20c0.607-0.309,1.083-0.777,1.519-1.288c0.976-1.145,1.748-2.431,2.54-3.704c0.093-0.149,0.186-0.299,0.302-0.484%20c0.029,0.101,0.047,0.157,0.061,0.215c0.222,0.938,0.423,1.881,0.671,2.812c0.176,0.662,0.361,1.331,0.64,1.952%20c0.313,0.698,1.039,0.918,1.736,0.608c0.233-0.104,0.457-0.242,0.661-0.397c0.97-0.739,1.71-1.685,2.356-2.71%20c0.036-0.057,0.057-0.123,0.084-0.182c-0.435-0.316-0.456-0.31-0.726,0.112c-0.106,0.165-0.208,0.34-0.347,0.473%20c-0.397,0.379-0.788,0.774-1.23,1.096c-0.344,0.251-0.564,0.148-0.728-0.244c-0.106-0.254-0.204-0.516-0.271-0.783%20c-0.417-1.662-0.812-3.329-1.245-4.986c-0.1-0.383-0.049-0.666,0.175-0.985c0.563-0.804,1.091-1.63,1.791-2.328%20c0.436-0.435,0.917-0.584,1.502-0.395c0.126,0.041,0.256,0.081,0.387,0.098c0.272,0.034,0.548,0.085,0.819,0.068%20c0.566-0.035,0.882-0.369,0.927-0.917C19.027,6.245,18.677,5.71,18.182,5.602z'/%3e%3cpolygon%20class='st0'%20points='2.007,2%202,2.007%202,21.993%202.007,22%203.493,22%203.5,21.993%203.5,2.007%203.493,2%20'/%3e%3cpolygon%20class='st0'%20points='21.999,2%2020.501,2%2020.5,2.001%2020.5,21.999%2020.501,22%2021.999,22%2022,21.999%2022,2.001%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-logarithm{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.451,5h-0.006H17h-3h-0.356h-0.007C13.009,5,12.5,5.509,12.5,6.137v0.007V6.5v4v0.38v0.001%20c0,0.618,0.501,1.118,1.118,1.118h0.001H14h3h0.448h0.01c0.576,0,1.042-0.467,1.042-1.042v-0.01V10.5v-1V8H17h-1.5v1.5H17v1h-3v-4%20h2.5H17h1.5V6.055V6.049C18.5,5.47,18.03,5,17.451,5z'/%3e%3cpath%20class='st0'%20d='M10.451,5h-0.006H10H7H6.644H6.637C6.009,5,5.5,5.509,5.5,6.137v0.007V6.5v4v0.38v0.001%20C5.5,11.499,6.001,12,6.618,12H6.62H7h3h0.448h0.01c0.576,0,1.042-0.467,1.042-1.042v-0.01V10.5v-1V9V8V6.5V6.055V6.049V6h-0.01%20C11.463,5.445,11.013,5,10.451,5z%20M10,8v1.5V10v0.5H7v-4h2.5H10V8z'/%3e%3cpath%20class='st0'%20d='M22.632,12H21.16c-0.051,0-0.099,0.01-0.143,0.029c-0.088,0.038-0.159,0.11-0.196,0.2%20c-0.019,0.045-0.029,0.094-0.029,0.146v2.25c0,0.052,0.01,0.101,0.029,0.146c0.037,0.09,0.108,0.162,0.196,0.2%20C21.06,14.989,21.109,15,21.16,15h1.472C22.835,15,23,14.832,23,14.625v-2.25C23,12.168,22.835,12,22.632,12z%20M22.264,14.25h-0.736%20v-1.5h0.736V14.25z'/%3e%3cpath%20class='st0'%20d='M20.204,12.28c-0.006-0.022-0.009-0.044-0.019-0.064c-0.009-0.02-0.024-0.037-0.037-0.056%20c-0.015-0.022-0.029-0.043-0.049-0.061c-0.004-0.004-0.006-0.01-0.011-0.014c-0.013-0.011-0.029-0.015-0.043-0.024%20c-0.022-0.014-0.043-0.028-0.067-0.037c-0.025-0.009-0.049-0.012-0.075-0.015C19.886,12.008,19.871,12,19.854,12%20c-0.006,0-0.011,0.003-0.017,0.003c-0.026,0.001-0.05,0.009-0.076,0.016c-0.022,0.006-0.043,0.01-0.063,0.019%20c-0.02,0.01-0.037,0.024-0.055,0.038c-0.021,0.016-0.042,0.03-0.06,0.049c-0.004,0.005-0.01,0.007-0.014,0.011l-0.319,0.395%20c-0.129,0.16-0.107,0.396,0.05,0.528c0.055,0.046,0.119,0.066,0.185,0.075v1.49c0,0.207,0.165,0.375,0.368,0.375%20c0.203,0,0.368-0.168,0.368-0.375v-2.25c0-0.006-0.003-0.011-0.003-0.017C20.218,12.331,20.21,12.306,20.204,12.28z'/%3e%3cpath%20class='st0'%20d='M3,10.5H2.5V7V5.28V5H2.22H1.3H1v0.3V7v3.94c0,0.41,0.23,0.76,0.56,0.93C1.71,11.96,1.88,12,2.06,12H3h1.2h0.3%20v-0.3v-0.9v-0.3H4.2H3z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17.451,5h-0.006H17h-3h-0.356h-0.007C13.009,5,12.5,5.509,12.5,6.137v0.007V6.5v4v0.38v0.001%20c0,0.618,0.501,1.118,1.118,1.118h0.001H14h3h0.448h0.01c0.576,0,1.042-0.467,1.042-1.042v-0.01V10.5v-1V8H17h-1.5v1.5H17v1h-3v-4%20h2.5H17h1.5V6.055V6.049C18.5,5.47,18.03,5,17.451,5z'/%3e%3cpath%20class='st0'%20d='M10.451,5h-0.006H10H7H6.644H6.637C6.009,5,5.5,5.509,5.5,6.137v0.007V6.5v4v0.38v0.001%20C5.5,11.499,6.001,12,6.618,12H6.62H7h3h0.448h0.01c0.576,0,1.042-0.467,1.042-1.042v-0.01V10.5v-1V9V8V6.5V6.055V6.049V6h-0.01%20C11.463,5.445,11.013,5,10.451,5z%20M10,8v1.5V10v0.5H7v-4h2.5H10V8z'/%3e%3cpath%20class='st0'%20d='M22.632,12H21.16c-0.051,0-0.099,0.01-0.143,0.029c-0.088,0.038-0.159,0.11-0.196,0.2%20c-0.019,0.045-0.029,0.094-0.029,0.146v2.25c0,0.052,0.01,0.101,0.029,0.146c0.037,0.09,0.108,0.162,0.196,0.2%20C21.06,14.989,21.109,15,21.16,15h1.472C22.835,15,23,14.832,23,14.625v-2.25C23,12.168,22.835,12,22.632,12z%20M22.264,14.25h-0.736%20v-1.5h0.736V14.25z'/%3e%3cpath%20class='st0'%20d='M20.204,12.28c-0.006-0.022-0.009-0.044-0.019-0.064c-0.009-0.02-0.024-0.037-0.037-0.056%20c-0.015-0.022-0.029-0.043-0.049-0.061c-0.004-0.004-0.006-0.01-0.011-0.014c-0.013-0.011-0.029-0.015-0.043-0.024%20c-0.022-0.014-0.043-0.028-0.067-0.037c-0.025-0.009-0.049-0.012-0.075-0.015C19.886,12.008,19.871,12,19.854,12%20c-0.006,0-0.011,0.003-0.017,0.003c-0.026,0.001-0.05,0.009-0.076,0.016c-0.022,0.006-0.043,0.01-0.063,0.019%20c-0.02,0.01-0.037,0.024-0.055,0.038c-0.021,0.016-0.042,0.03-0.06,0.049c-0.004,0.005-0.01,0.007-0.014,0.011l-0.319,0.395%20c-0.129,0.16-0.107,0.396,0.05,0.528c0.055,0.046,0.119,0.066,0.185,0.075v1.49c0,0.207,0.165,0.375,0.368,0.375%20c0.203,0,0.368-0.168,0.368-0.375v-2.25c0-0.006-0.003-0.011-0.003-0.017C20.218,12.331,20.21,12.306,20.204,12.28z'/%3e%3cpath%20class='st0'%20d='M3,10.5H2.5V7V5.28V5H2.22H1.3H1v0.3V7v3.94c0,0.41,0.23,0.76,0.56,0.93C1.71,11.96,1.88,12,2.06,12H3h1.2h0.3%20v-0.3v-0.9v-0.3H4.2H3z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-text-asc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,15.706%2018,3%2016,3%2016,15.706%2014,15.706%2017,21%2020,15.706%20'/%3e%3cpath%20class='st0'%20d='M8.24,13.588H4v1.387h3.46L4,18.988v1.207C4,20.64,4.34,21,4.76,21H9v-1.387H5.27L9,15.272v-0.879%20C9,13.948,8.66,13.588,8.24,13.588z'/%3e%3cpath%20class='st0'%20d='M7.92,3H4.999C4.447,3,4,3.447,4,3.999V4v0.5v6h1.5V8h2v2.5H9v-6V4.08V4H8.984C8.941,3.443,8.488,3,7.92,3z%20M7.5,6.5h-2v-2h2V6.5z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,15.706%2018,3%2016,3%2016,15.706%2014,15.706%2017,21%2020,15.706%20'/%3e%3cpath%20class='st0'%20d='M8.24,13.588H4v1.387h3.46L4,18.988v1.207C4,20.64,4.34,21,4.76,21H9v-1.387H5.27L9,15.272v-0.879%20C9,13.948,8.66,13.588,8.24,13.588z'/%3e%3cpath%20class='st0'%20d='M7.92,3H4.999C4.447,3,4,3.447,4,3.999V4v0.5v6h1.5V8h2v2.5H9v-6V4.08V4H8.984C8.941,3.443,8.488,3,7.92,3z%20M7.5,6.5h-2v-2h2V6.5z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-text-desc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='17.992,15.697%2017.992,3%2015.992,3%2015.992,15.697%2014.003,15.697%2017.003,20.992%2020.003,15.697%20'/%3e%3cpath%20class='st0'%20d='M8.243,3h-4.24v1.387h3.46L4.003,8.4v1.207c0,0.445,0.34,0.805,0.76,0.805h4.24V9.025h-3.73l3.73-4.341V3.805%20C9.003,3.36,8.663,3,8.243,3z'/%3e%3cpath%20class='st0'%20d='M7.917,13.5H4.996c-0.552,0-0.999,0.447-0.999,0.999V14.5V15v6h1.5v-2.5h2V21h1.5v-6v-0.42V14.5H8.981%20C8.938,13.943,8.485,13.5,7.917,13.5z%20M7.497,17h-2v-2h2V17z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='17.992,15.697%2017.992,3%2015.992,3%2015.992,15.697%2014.003,15.697%2017.003,20.992%2020.003,15.697%20'/%3e%3cpath%20class='st0'%20d='M8.243,3h-4.24v1.387h3.46L4.003,8.4v1.207c0,0.445,0.34,0.805,0.76,0.805h4.24V9.025h-3.73l3.73-4.341V3.805%20C9.003,3.36,8.663,3,8.243,3z'/%3e%3cpath%20class='st0'%20d='M7.917,13.5H4.996c-0.552,0-0.999,0.447-0.999,0.999V14.5V15v6h1.5v-2.5h2V21h1.5v-6v-0.42V14.5H8.981%20C8.938,13.943,8.485,13.5,7.917,13.5z%20M7.497,17h-2v-2h2V17z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-number-asc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpolygon%20class='st0'%20points='9.01,3.69%209,3.7%209,3.68%20'/%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,16%2018,3%2016,3%2016,16%2014,16%2017,21%2020,16%20'/%3e%3cpolygon%20class='st0'%20points='5.5,10.412%207,10.412%207,3%206.5,3%205.5,3%204,3%204,4.588%205.5,4.588%20'/%3e%3cpath%20class='st0'%20d='M7.018,13.588H5.482C4.663,13.588,4,14.291,4,15.157v1.627c0,0.866,0.663,1.569,1.482,1.569H7v1.059H4.014%20C4.006,19.412,4,19.418,4,19.427v1.558C4,20.993,4.006,21,4.014,21h3.001c0.82,0,1.485-0.704,1.485-1.573v-0.001%20c0-0.008-0.006-0.015-0.014-0.015H8.5v-2.628v-0.019v-1.608C8.5,14.291,7.837,13.588,7.018,13.588z%20M7,16.765H5.5v-1.588H7V16.765z%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpolygon%20class='st0'%20points='9.01,3.69%209,3.7%209,3.68%20'/%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,16%2018,3%2016,3%2016,16%2014,16%2017,21%2020,16%20'/%3e%3cpolygon%20class='st0'%20points='5.5,10.412%207,10.412%207,3%206.5,3%205.5,3%204,3%204,4.588%205.5,4.588%20'/%3e%3cpath%20class='st0'%20d='M7.018,13.588H5.482C4.663,13.588,4,14.291,4,15.157v1.627c0,0.866,0.663,1.569,1.482,1.569H7v1.059H4.014%20C4.006,19.412,4,19.418,4,19.427v1.558C4,20.993,4.006,21,4.014,21h3.001c0.82,0,1.485-0.704,1.485-1.573v-0.001%20c0-0.008-0.006-0.015-0.014-0.015H8.5v-2.628v-0.019v-1.608C8.5,14.291,7.837,13.588,7.018,13.588z%20M7,16.765H5.5v-1.588H7V16.765z%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-number-desc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,16%2018,3%2016,3%2016,16%2014,16%2017,21%2020,16%20'/%3e%3cpolygon%20class='st0'%20points='6,13.588%204.5,13.588%204.5,15.176%206,15.176%206,21%207.5,21%207.5,13.588%207,13.588%20'/%3e%3cpath%20class='st0'%20d='M7.018,3H5.482C4.663,3,4,3.702,4,4.569v1.627c0,0.866,0.663,1.569,1.482,1.569H7v1.059H4.014%20C4.006,8.823,4,8.83,4,8.838v1.559c0,0.008,0.006,0.015,0.014,0.015h3.001c0.82,0,1.485-0.704,1.485-1.573V8.838%20c0-0.008-0.006-0.015-0.014-0.015H8.5V6.196V6.176V4.569C8.5,3.702,7.837,3,7.018,3z%20M7,6.176H5.5V4.588H7V6.176z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='18,16%2018,3%2016,3%2016,16%2014,16%2017,21%2020,16%20'/%3e%3cpolygon%20class='st0'%20points='6,13.588%204.5,13.588%204.5,15.176%206,15.176%206,21%207.5,21%207.5,13.588%207,13.588%20'/%3e%3cpath%20class='st0'%20d='M7.018,3H5.482C4.663,3,4,3.702,4,4.569v1.627c0,0.866,0.663,1.569,1.482,1.569H7v1.059H4.014%20C4.006,8.823,4,8.83,4,8.838v1.559c0,0.008,0.006,0.015,0.014,0.015h3.001c0.82,0,1.485-0.704,1.485-1.573V8.838%20c0-0.008-0.006-0.015-0.014-0.015H8.5V6.196V6.176V4.569C8.5,3.702,7.837,3,7.018,3z%20M7,6.176H5.5V4.588H7V6.176z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-boolean-asc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='19.002,15.698%2019.002,2.992%2017.002,2.992%2017.002,15.698%2015.002,15.698%2018.002,20.992%2021.002,15.698%20'/%3e%3cpath%20class='st0'%20d='M10.106,3.008H9.978H9.502h-5H4.069H3.895c-0.493,0-0.892,0.4-0.892,0.892v6.227%20c0,0.487,0.394,0.881,0.881,0.881h0.119h0.5h5h0.5h0.119c0.487,0,0.881-0.394,0.881-0.881V3.904%20C11.002,3.409,10.601,3.008,10.106,3.008z%20M4.502,9.508v-5h5v5H4.502z'/%3e%3cpath%20class='st0'%20d='M10.119,13.008H3.877c-0.486,0-0.879,0.394-0.879,0.879v6.241c0,0.486,0.394,0.879,0.879,0.879h6.241%20c0.486,0,0.879-0.394,0.879-0.879v-6.241C10.998,13.401,10.604,13.008,10.119,13.008z%20M6.848,18.583l-0.85,0.85l-0.84-0.84%20l-1.17-1.17l0.85-0.85l1.17,1.17l3.15-3.16l0.85,0.85L6.848,18.583z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='19.002,15.698%2019.002,2.992%2017.002,2.992%2017.002,15.698%2015.002,15.698%2018.002,20.992%2021.002,15.698%20'/%3e%3cpath%20class='st0'%20d='M10.106,3.008H9.978H9.502h-5H4.069H3.895c-0.493,0-0.892,0.4-0.892,0.892v6.227%20c0,0.487,0.394,0.881,0.881,0.881h0.119h0.5h5h0.5h0.119c0.487,0,0.881-0.394,0.881-0.881V3.904%20C11.002,3.409,10.601,3.008,10.106,3.008z%20M4.502,9.508v-5h5v5H4.502z'/%3e%3cpath%20class='st0'%20d='M10.119,13.008H3.877c-0.486,0-0.879,0.394-0.879,0.879v6.241c0,0.486,0.394,0.879,0.879,0.879h6.241%20c0.486,0,0.879-0.394,0.879-0.879v-6.241C10.998,13.401,10.604,13.008,10.119,13.008z%20M6.848,18.583l-0.85,0.85l-0.84-0.84%20l-1.17-1.17l0.85-0.85l1.17,1.17l3.15-3.16l0.85,0.85L6.848,18.583z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-boolean-desc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='19,15.696%2019,2.991%2017,2.991%2017,15.696%2015,15.696%2018,20.991%2021,15.696%20'/%3e%3cpath%20class='st0'%20d='M10.104,13.009H9.975H9.5h-5H4.067H3.892C3.4,13.009,3,13.409,3,13.902v6.227c0,0.487,0.394,0.881,0.881,0.881%20H4h0.5h5H10h0.119c0.487,0,0.881-0.394,0.881-0.881v-6.223C11,13.411,10.599,13.009,10.104,13.009z%20M4.5,19.509v-5h5v5H4.5z'/%3e%3cpath%20class='st0'%20d='M10.121,3.009H3.879C3.394,3.009,3,3.403,3,3.889v6.241c0,0.486,0.394,0.879,0.879,0.879h6.241%20c0.486,0,0.879-0.394,0.879-0.879V3.889C11,3.403,10.606,3.009,10.121,3.009z%20M6.85,8.584L6,9.434l-0.84-0.84l-1.17-1.17l0.85-0.85%20l1.17,1.17l3.15-3.16l0.85,0.85L6.85,8.584z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='19,15.696%2019,2.991%2017,2.991%2017,15.696%2015,15.696%2018,20.991%2021,15.696%20'/%3e%3cpath%20class='st0'%20d='M10.104,13.009H9.975H9.5h-5H4.067H3.892C3.4,13.009,3,13.409,3,13.902v6.227c0,0.487,0.394,0.881,0.881,0.881%20H4h0.5h5H10h0.119c0.487,0,0.881-0.394,0.881-0.881v-6.223C11,13.411,10.599,13.009,10.104,13.009z%20M4.5,19.509v-5h5v5H4.5z'/%3e%3cpath%20class='st0'%20d='M10.121,3.009H3.879C3.394,3.009,3,3.403,3,3.889v6.241c0,0.486,0.394,0.879,0.879,0.879h6.241%20c0.486,0,0.879-0.394,0.879-0.879V3.889C11,3.403,10.606,3.009,10.121,3.009z%20M6.85,8.584L6,9.434l-0.84-0.84l-1.17-1.17l0.85-0.85%20l1.17,1.17l3.15-3.16l0.85,0.85L6.85,8.584z'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-dateOnly-desc,.icon-sort-date-desc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='17.987,15.997%2017.987,2.997%2015.987,2.997%2015.987,15.997%2013.987,15.997%2016.987,20.997%2019.987,15.997%20'/%3e%3cpolygon%20class='st0'%20points='7.513,13.591%206.013,13.591%206.013,15.179%207.513,15.179%207.513,21.002%209.013,21.002%209.013,13.591%208.513,13.591%20'/%3e%3cpolygon%20class='st0'%20points='10.513,3.011%209.013,3.011%209.013,4.599%2010.513,4.599%2010.513,10.423%2012.013,10.423%2012.013,3.011%2011.513,3.011%20'/%3e%3cpolygon%20class='st0'%20points='7.513,10.423%208.013,10.423%208.013,3.423%208.013,3.011%207.513,3.011%206.513,3.011%204.013,3.011%204.013,4.599%206.513,4.599%206.513,5.835%204.013,5.835%204.013,7.423%206.513,7.423%206.513,8.835%204.013,8.835%204.013,10.423%206.513,10.423%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='17.987,15.997%2017.987,2.997%2015.987,2.997%2015.987,15.997%2013.987,15.997%2016.987,20.997%2019.987,15.997%20'/%3e%3cpolygon%20class='st0'%20points='7.513,13.591%206.013,13.591%206.013,15.179%207.513,15.179%207.513,21.002%209.013,21.002%209.013,13.591%208.513,13.591%20'/%3e%3cpolygon%20class='st0'%20points='10.513,3.011%209.013,3.011%209.013,4.599%2010.513,4.599%2010.513,10.423%2012.013,10.423%2012.013,3.011%2011.513,3.011%20'/%3e%3cpolygon%20class='st0'%20points='7.513,10.423%208.013,10.423%208.013,3.423%208.013,3.011%207.513,3.011%206.513,3.011%204.013,3.011%204.013,4.599%206.513,4.599%206.513,5.835%204.013,5.835%204.013,7.423%206.513,7.423%206.513,8.835%204.013,8.835%204.013,10.423%206.513,10.423%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-dateOnly-asc,.icon-sort-date-asc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='9.008,3.684%209.008,3.704%209.018,3.694%20'/%3e%3cpolygon%20class='st0'%20points='18.008,16.004%2018.008,2.996%2016.008,2.996%2016.008,16.004%2014.008,16.004%2017.008,21.004%2020.008,16.004%20'/%3e%3cpolygon%20class='st0'%20points='7.492,10.408%208.992,10.408%208.992,2.996%208.492,2.996%207.492,2.996%205.992,2.996%205.992,4.585%207.492,4.585%20'/%3e%3cpolygon%20class='st0'%20points='10.492,13.585%208.992,13.585%208.992,15.173%2010.492,15.173%2010.492,20.996%2011.992,20.996%2011.992,13.585%2011.492,13.585%20'/%3e%3cpolygon%20class='st0'%20points='6.492,13.585%203.992,13.585%203.992,15.173%206.492,15.173%206.492,16.408%203.992,16.408%203.992,17.996%206.492,17.996%206.492,19.408%203.992,19.408%203.992,20.996%206.492,20.996%207.492,20.996%207.992,20.996%207.992,13.996%207.992,13.585%207.492,13.585%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='9.008,3.684%209.008,3.704%209.018,3.694%20'/%3e%3cpolygon%20class='st0'%20points='18.008,16.004%2018.008,2.996%2016.008,2.996%2016.008,16.004%2014.008,16.004%2017.008,21.004%2020.008,16.004%20'/%3e%3cpolygon%20class='st0'%20points='7.492,10.408%208.992,10.408%208.992,2.996%208.492,2.996%207.492,2.996%205.992,2.996%205.992,4.585%207.492,4.585%20'/%3e%3cpolygon%20class='st0'%20points='10.492,13.585%208.992,13.585%208.992,15.173%2010.492,15.173%2010.492,20.996%2011.992,20.996%2011.992,13.585%2011.492,13.585%20'/%3e%3cpolygon%20class='st0'%20points='6.492,13.585%203.992,13.585%203.992,15.173%206.492,15.173%206.492,16.408%203.992,16.408%203.992,17.996%206.492,17.996%206.492,19.408%203.992,19.408%203.992,20.996%206.492,20.996%207.492,20.996%207.992,20.996%207.992,13.996%207.992,13.585%207.492,13.585%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-location-asc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;}%20.st1{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:0.9853657,0.9853657;}%20.st2{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M13.4834909,10.4089575c-0.161932,0.0259256-0.3122425,0.0980282-0.4485483,0.2055359'/%3e%3cpath%20class='st1'%20d='M12.4749966,11.4118729c-0.1470633,0.3519316-0.2362556,0.759017-0.2538786,1.1593695%20c-0.0441036,1.0019474,0.2457466,1.9675961,0.5208864,2.8975191c0.2751389,0.929924,0.5458841,1.9126701,0.461585,2.9097462%20c-0.1242819,1.4699898-1.0177641,2.6439152-2.0197554,3.1879482c-0.696167,0.377985-1.4418497,0.5088482-2.1934948,0.5618935'/%3e%3cpath%20class='st0'%20d='M8.4955616,22.153801c-0.1655188,0.0059547-0.330863,0.0099392-0.4955702,0.0137577'/%3e%3c/g%3e%3c/g%3e%3cpath%20class='st2'%20d='M5.9999914,8.3741493c-2.7642856,0-5,2.2889462-5,5.1190481c0,3.8392859,5,9.5068026,5,9.5068026%20s5-5.6675167,5-9.5068026C10.9999914,10.6630955,8.7642775,8.3741493,5.9999914,8.3741493z%20M5.9999914,15.3214283%20c-0.9857144,0-1.7857141-0.819047-1.7857141-1.8282309s0.7999997-1.8282318,1.7857141-1.8282318%20s1.7857141,0.8190479,1.7857141,1.8282318S6.9857059,15.3214283,5.9999914,15.3214283z'/%3e%3cpath%20class='st2'%20d='M13.8418522,1c-1.7460003,0-3.1581402,1.4085-3.1581402,3.1500001%20C10.683712,6.5124998,13.8418522,10,13.8418522,10s3.1581402-3.4875002,3.1581402-5.8499999%20C16.9999924,2.4085,15.5878515,1,13.8418522,1z%20M13.8418522,5.2750001c-0.6226053,0-1.1279068-0.5040002-1.1279068-1.125%20s0.5053015-1.125,1.1279068-1.125c0.6226044,0,1.1279068,0.5039999,1.1279068,1.125S14.4644566,5.2750001,13.8418522,5.2750001z'/%3e%3crect%20x='18.9999943'%20y='5.1173897'%20class='st2'%20width='2'%20height='17.8826103'/%3e%3cpolygon%20class='st2'%20points='20.0000134,1%2017.0000248,6%2023.0000076,5.9999967%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;}%20.st1{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:0.9853657,0.9853657;}%20.st2{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M13.4834909,10.4089575c-0.161932,0.0259256-0.3122425,0.0980282-0.4485483,0.2055359'/%3e%3cpath%20class='st1'%20d='M12.4749966,11.4118729c-0.1470633,0.3519316-0.2362556,0.759017-0.2538786,1.1593695%20c-0.0441036,1.0019474,0.2457466,1.9675961,0.5208864,2.8975191c0.2751389,0.929924,0.5458841,1.9126701,0.461585,2.9097462%20c-0.1242819,1.4699898-1.0177641,2.6439152-2.0197554,3.1879482c-0.696167,0.377985-1.4418497,0.5088482-2.1934948,0.5618935'/%3e%3cpath%20class='st0'%20d='M8.4955616,22.153801c-0.1655188,0.0059547-0.330863,0.0099392-0.4955702,0.0137577'/%3e%3c/g%3e%3c/g%3e%3cpath%20class='st2'%20d='M5.9999914,8.3741493c-2.7642856,0-5,2.2889462-5,5.1190481c0,3.8392859,5,9.5068026,5,9.5068026%20s5-5.6675167,5-9.5068026C10.9999914,10.6630955,8.7642775,8.3741493,5.9999914,8.3741493z%20M5.9999914,15.3214283%20c-0.9857144,0-1.7857141-0.819047-1.7857141-1.8282309s0.7999997-1.8282318,1.7857141-1.8282318%20s1.7857141,0.8190479,1.7857141,1.8282318S6.9857059,15.3214283,5.9999914,15.3214283z'/%3e%3cpath%20class='st2'%20d='M13.8418522,1c-1.7460003,0-3.1581402,1.4085-3.1581402,3.1500001%20C10.683712,6.5124998,13.8418522,10,13.8418522,10s3.1581402-3.4875002,3.1581402-5.8499999%20C16.9999924,2.4085,15.5878515,1,13.8418522,1z%20M13.8418522,5.2750001c-0.6226053,0-1.1279068-0.5040002-1.1279068-1.125%20s0.5053015-1.125,1.1279068-1.125c0.6226044,0,1.1279068,0.5039999,1.1279068,1.125S14.4644566,5.2750001,13.8418522,5.2750001z'/%3e%3crect%20x='18.9999943'%20y='5.1173897'%20class='st2'%20width='2'%20height='17.8826103'/%3e%3cpolygon%20class='st2'%20points='20.0000134,1%2017.0000248,6%2023.0000076,5.9999967%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort-location-desc{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;}%20.st1{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.0433519,1.0433519;}%20.st2{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M13.9999933,10.000001c-0.1641312,0.0248508-0.3173504,0.0907021-0.4575844,0.1886969'/%3e%3cpath%20class='st1'%20d='M12.9115038,11.0044222c-0.1698475,0.3716774-0.2729149,0.8060722-0.2927895,1.2330656%20c-0.0482578,1.0367956,0.2688942,2.0360289,0.5699492,2.9982939s0.5973015,1.9791918,0.5050631,3.0109472%20c-0.1359882,1.5211124-1.1136293,2.7358685-2.2099991,3.2988224c-0.7810678,0.4010544-1.6190987,0.5332527-2.462719,0.5854607'/%3e%3cpath%20class='st0'%20d='M8.4968262,22.1548271c-0.1659365,0.0053463-0.3316784,0.0091114-0.4968333,0.0127316'/%3e%3c/g%3e%3c/g%3e%3cpath%20class='st2'%20d='M5.9999928,8.3741503c-2.7642856,0-5,2.2889452-5,5.1190472c0,3.8392859,5,9.5068026,5,9.5068026%20s5.0000005-5.6675167,5.0000005-9.5068026C10.9999933,10.6630955,8.7642784,8.3741503,5.9999928,8.3741503z%20M5.9999928,15.3214293%20c-0.9857144,0-1.7857141-0.8190479-1.7857141-1.8282318s0.7999997-1.8282309,1.7857141-1.8282309%20s1.7857141,0.8190479,1.7857141,1.8282309S6.9857073,15.3214293,5.9999928,15.3214293z'/%3e%3cpath%20class='st2'%20d='M14.8418531,1.0000005c-1.7459993,0-3.1581392,1.4085002-3.1581392,3.1500001%20c0,2.3625002,3.1581392,5.8500004,3.1581392,5.8500004s3.1581392-3.4875002,3.1581392-5.8500004%20C17.9999924,2.4085007,16.5878525,1.0000005,14.8418531,1.0000005z%20M14.8418531,5.2750006%20c-0.6226044,0-1.1279068-0.5040002-1.1279068-1.125s0.5053024-1.125,1.1279068-1.125%20c0.6226053,0,1.1279068,0.5039999,1.1279068,1.125S15.4644585,5.2750006,14.8418531,5.2750006z'/%3e%3crect%20x='19.0302639'%20y='0.9999926'%20class='st2'%20width='2'%20height='17.8826103'/%3e%3cpolygon%20class='st2'%20points='20.000021,23.0000076%2023.0000076,18.0000076%2017.0000229,18.0000114%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;}%20.st1{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.0433519,1.0433519;}%20.st2{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M13.9999933,10.000001c-0.1641312,0.0248508-0.3173504,0.0907021-0.4575844,0.1886969'/%3e%3cpath%20class='st1'%20d='M12.9115038,11.0044222c-0.1698475,0.3716774-0.2729149,0.8060722-0.2927895,1.2330656%20c-0.0482578,1.0367956,0.2688942,2.0360289,0.5699492,2.9982939s0.5973015,1.9791918,0.5050631,3.0109472%20c-0.1359882,1.5211124-1.1136293,2.7358685-2.2099991,3.2988224c-0.7810678,0.4010544-1.6190987,0.5332527-2.462719,0.5854607'/%3e%3cpath%20class='st0'%20d='M8.4968262,22.1548271c-0.1659365,0.0053463-0.3316784,0.0091114-0.4968333,0.0127316'/%3e%3c/g%3e%3c/g%3e%3cpath%20class='st2'%20d='M5.9999928,8.3741503c-2.7642856,0-5,2.2889452-5,5.1190472c0,3.8392859,5,9.5068026,5,9.5068026%20s5.0000005-5.6675167,5.0000005-9.5068026C10.9999933,10.6630955,8.7642784,8.3741503,5.9999928,8.3741503z%20M5.9999928,15.3214293%20c-0.9857144,0-1.7857141-0.8190479-1.7857141-1.8282318s0.7999997-1.8282309,1.7857141-1.8282309%20s1.7857141,0.8190479,1.7857141,1.8282309S6.9857073,15.3214293,5.9999928,15.3214293z'/%3e%3cpath%20class='st2'%20d='M14.8418531,1.0000005c-1.7459993,0-3.1581392,1.4085002-3.1581392,3.1500001%20c0,2.3625002,3.1581392,5.8500004,3.1581392,5.8500004s3.1581392-3.4875002,3.1581392-5.8500004%20C17.9999924,2.4085007,16.5878525,1.0000005,14.8418531,1.0000005z%20M14.8418531,5.2750006%20c-0.6226044,0-1.1279068-0.5040002-1.1279068-1.125s0.5053024-1.125,1.1279068-1.125%20c0.6226053,0,1.1279068,0.5039999,1.1279068,1.125S15.4644585,5.2750006,14.8418531,5.2750006z'/%3e%3crect%20x='19.0302639'%20y='0.9999926'%20class='st2'%20width='2'%20height='17.8826103'/%3e%3cpolygon%20class='st2'%20points='20.000021,23.0000076%2023.0000076,18.0000076%2017.0000229,18.0000114%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-sort{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='48'%20width='48'%3e%3cpath%20d='M6%2036v-3h12v3Zm0-10.5v-3h24v3ZM6%2015v-3h36v3Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='48'%20width='48'%3e%3cpath%20d='M6%2036v-3h12v3Zm0-10.5v-3h24v3ZM6%2015v-3h36v3Z'/%3e%3c/svg%3e")}.icon-send-backward{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21,2H9C8.448,2,8,2.448,8,3v2v2h8c0.552,0,1,0.448,1,1v8h2h2c0.552,0,1-0.448,1-1V3C22,2.448,21.552,2,21,2z'%20/%3e%3cpath%20class='st0'%20d='M15,8H3C2.448,8,2,8.448,2,9v12c0,0.552,0.448,1,1,1h12c0.552,0,1-0.448,1-1V9C16,8.448,15.552,8,15,8z%20M14,20%20H4V10h10V20z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21,2H9C8.448,2,8,2.448,8,3v2v2h8c0.552,0,1,0.448,1,1v8h2h2c0.552,0,1-0.448,1-1V3C22,2.448,21.552,2,21,2z'%20/%3e%3cpath%20class='st0'%20d='M15,8H3C2.448,8,2,8.448,2,9v12c0,0.552,0.448,1,1,1h12c0.552,0,1-0.448,1-1V9C16,8.448,15.552,8,15,8z%20M14,20%20H4V10h10V20z'/%3e%3c/g%3e%3c/svg%3e")}.icon-send-to-back{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17,8.007C17,7.451,16.549,7,15.993,7h-5.008v3.092c0,0.507-0.411,0.919-0.919,0.919H7v4.983%20C7,16.549,7.451,17,8.007,17h4.978v-3.071c0-0.507,0.411-0.919,0.919-0.919H17V8.007z'/%3e%3cpath%20class='st0'%20d='M10,9.173V1.827C10,1.37,9.63,1,9.173,1H1.827C1.37,1,1,1.37,1,1.827v7.346C1,9.63,1.37,10,1.827,10h7.346%20C9.63,10,10,9.63,10,9.173z%20M8.568,8.568H2.432V2.432h6.136V8.568z'/%3e%3cpath%20class='st0'%20d='M22.173,14h-7.346C14.37,14,14,14.37,14,14.827v7.346C14,22.63,14.37,23,14.827,23h7.346%20C22.63,23,23,22.63,23,22.173v-7.346C23,14.37,22.63,14,22.173,14z%20M21.568,21.568h-6.136v-6.136h6.136V21.568z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M17,8.007C17,7.451,16.549,7,15.993,7h-5.008v3.092c0,0.507-0.411,0.919-0.919,0.919H7v4.983%20C7,16.549,7.451,17,8.007,17h4.978v-3.071c0-0.507,0.411-0.919,0.919-0.919H17V8.007z'/%3e%3cpath%20class='st0'%20d='M10,9.173V1.827C10,1.37,9.63,1,9.173,1H1.827C1.37,1,1,1.37,1,1.827v7.346C1,9.63,1.37,10,1.827,10h7.346%20C9.63,10,10,9.63,10,9.173z%20M8.568,8.568H2.432V2.432h6.136V8.568z'/%3e%3cpath%20class='st0'%20d='M22.173,14h-7.346C14.37,14,14,14.37,14,14.827v7.346C14,22.63,14.37,23,14.827,23h7.346%20C22.63,23,23,22.63,23,22.173v-7.346C23,14.37,22.63,14,22.173,14z%20M21.568,21.568h-6.136v-6.136h6.136V21.568z'/%3e%3c/g%3e%3c/svg%3e")}.icon-bring-forward{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M9.005,16.003l11.999-0.013c0.552-0.001,1-0.449,0.999-1.001L21.991,2.99c-0.001-0.552-0.449-1-1.001-0.999%20L8.99,2.003c-0.552,0.001-1,0.449-0.999,1.001l0.013,11.999C8.004,15.556,8.452,16.004,9.005,16.003z'/%3e%3cpath%20class='st0'%20d='M3.011,22.009l12-0.013c0.552-0.001,1-0.449,0.999-1.001l-0.002-2l-0.002-2l-2,0.002l0.002,2l0.001,1%20l-10,0.011l-0.011-10l1-0.001l2-0.002l-0.002-2l-2,0.002l-2,0.002c-0.552,0.001-1,0.449-0.999,1.001l0.013,12%20C2.01,21.563,2.458,22.01,3.011,22.009z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M9.005,16.003l11.999-0.013c0.552-0.001,1-0.449,0.999-1.001L21.991,2.99c-0.001-0.552-0.449-1-1.001-0.999%20L8.99,2.003c-0.552,0.001-1,0.449-0.999,1.001l0.013,11.999C8.004,15.556,8.452,16.004,9.005,16.003z'/%3e%3cpath%20class='st0'%20d='M3.011,22.009l12-0.013c0.552-0.001,1-0.449,0.999-1.001l-0.002-2l-0.002-2l-2,0.002l0.002,2l0.001,1%20l-10,0.011l-0.011-10l1-0.001l2-0.002l-0.002-2l-2,0.002l-2,0.002c-0.552,0.001-1,0.449-0.999,1.001l0.013,12%20C2.01,21.563,2.458,22.01,3.011,22.009z'/%3e%3c/g%3e%3c/svg%3e")}.icon-bring-to-front{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M15.993,17H8.007C7.451,17,7,16.549,7,15.993V8.007C7,7.451,7.451,7,8.007,7h7.987C16.549,7,17,7.451,17,8.007%20v7.987C17,16.549,16.549,17,15.993,17z'/%3e%3cpath%20class='st0'%20d='M6,8.568H2.432V2.432h6.136V6H10V1.827C10,1.37,9.63,1,9.173,1H1.827C1.37,1,1,1.37,1,1.827v7.346%20C1,9.63,1.37,10,1.827,10H6V8.568z'/%3e%3cpath%20class='st0'%20d='M22.173,14H18v1.432h3.568v6.136h-6.136V18H14v4.173C14,22.63,14.37,23,14.827,23h7.346%20C22.63,23,23,22.63,23,22.173v-7.346C23,14.37,22.63,14,22.173,14z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M15.993,17H8.007C7.451,17,7,16.549,7,15.993V8.007C7,7.451,7.451,7,8.007,7h7.987C16.549,7,17,7.451,17,8.007%20v7.987C17,16.549,16.549,17,15.993,17z'/%3e%3cpath%20class='st0'%20d='M6,8.568H2.432V2.432h6.136V6H10V1.827C10,1.37,9.63,1,9.173,1H1.827C1.37,1,1,1.37,1,1.827v7.346%20C1,9.63,1.37,10,1.827,10H6V8.568z'/%3e%3cpath%20class='st0'%20d='M22.173,14H18v1.432h3.568v6.136h-6.136V18H14v4.173C14,22.63,14.37,23,14.827,23h7.346%20C22.63,23,23,22.63,23,22.173v-7.346C23,14.37,22.63,14,22.173,14z'/%3e%3c/g%3e%3c/svg%3e")}.icon-float-down{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='9.007'%20y='1.002'%20transform='matrix(0.0019%20-1%201%200.0019%207.9862%2012.0048)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.002'%20y='1.002'%20transform='matrix(0.0019%20-1%201%200.0019%203.9889%207.9998)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.998'%20y='0.997'%20transform='matrix(0.0019%20-1%201%200.0019%2011.9748%2015.991)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.007'%20y='1.003'%20transform='matrix(0.0019%20-1%201%200.0019%2015.9702%2020.0061)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.003'%20y='4.996'%20transform='matrix(0.0019%20-1%201%200.0019%2015.9643%2027.9869)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.996'%20y='4.996'%20transform='matrix(0.0019%20-1%201%200.0019%20-4.0042%207.9808)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='20.997'%20y='8.997'%20transform='matrix(0.0019%20-1%201%200.0019%2011.9579%2031.9747)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.997'%20y='9'%20transform='matrix(0.0019%20-1%201%200.0019%20-8.0072%2011.9776)'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M23.016,13.141c0.001-0.015,0.008-0.027,0.008-0.042c0.001-0.609-0.446-1.104-0.998-1.105l-20-0.038%20c-0.552-0.001-1.001,0.492-1.002,1.102c0,0.015,0.007,0.027,0.008,0.042c-0.001,0.015-0.008,0.027-0.008,0.042l-0.017,8.745%20c-0.001,0.609,0.446,1.104,0.998,1.105c0.002,0,0.003-0.001,0.005-0.001s0.003,0.001,0.005,0.001l20,0.038%20c0.552,0.001,1.001-0.492,1.002-1.102c0-0.02-0.009-0.036-0.01-0.055l0.017-8.69C23.024,13.168,23.017,13.155,23.016,13.141z%20M21.009,20.82l-18-0.034l0.013-6.621l18,0.034L21.009,20.82z'/%3e%3cpath%20class='st0'%20d='M2.999,0.996L2.075,0.995C1.48,0.994,0.998,1.474,0.997,2.068L0.995,2.993l2,0.004L2.999,0.996z'/%3e%3cpath%20class='st0'%20d='M23.005,2.08c0.001-0.594-0.479-1.076-1.074-1.078l-0.924-0.002l-0.004,2l2,0.004L23.005,2.08z'/%3e%3cpolygon%20class='st0'%20points='14.98,7.974%2012.98,7.974%2012.98,3.974%2010.98,3.974%2010.98,7.974%208.98,7.974%2011.98,10.974%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='9.007'%20y='1.002'%20transform='matrix(0.0019%20-1%201%200.0019%207.9862%2012.0048)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.002'%20y='1.002'%20transform='matrix(0.0019%20-1%201%200.0019%203.9889%207.9998)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.998'%20y='0.997'%20transform='matrix(0.0019%20-1%201%200.0019%2011.9748%2015.991)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.007'%20y='1.003'%20transform='matrix(0.0019%20-1%201%200.0019%2015.9702%2020.0061)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.003'%20y='4.996'%20transform='matrix(0.0019%20-1%201%200.0019%2015.9643%2027.9869)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.996'%20y='4.996'%20transform='matrix(0.0019%20-1%201%200.0019%20-4.0042%207.9808)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='20.997'%20y='8.997'%20transform='matrix(0.0019%20-1%201%200.0019%2011.9579%2031.9747)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.997'%20y='9'%20transform='matrix(0.0019%20-1%201%200.0019%20-8.0072%2011.9776)'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M23.016,13.141c0.001-0.015,0.008-0.027,0.008-0.042c0.001-0.609-0.446-1.104-0.998-1.105l-20-0.038%20c-0.552-0.001-1.001,0.492-1.002,1.102c0,0.015,0.007,0.027,0.008,0.042c-0.001,0.015-0.008,0.027-0.008,0.042l-0.017,8.745%20c-0.001,0.609,0.446,1.104,0.998,1.105c0.002,0,0.003-0.001,0.005-0.001s0.003,0.001,0.005,0.001l20,0.038%20c0.552,0.001,1.001-0.492,1.002-1.102c0-0.02-0.009-0.036-0.01-0.055l0.017-8.69C23.024,13.168,23.017,13.155,23.016,13.141z%20M21.009,20.82l-18-0.034l0.013-6.621l18,0.034L21.009,20.82z'/%3e%3cpath%20class='st0'%20d='M2.999,0.996L2.075,0.995C1.48,0.994,0.998,1.474,0.997,2.068L0.995,2.993l2,0.004L2.999,0.996z'/%3e%3cpath%20class='st0'%20d='M23.005,2.08c0.001-0.594-0.479-1.076-1.074-1.078l-0.924-0.002l-0.004,2l2,0.004L23.005,2.08z'/%3e%3cpolygon%20class='st0'%20points='14.98,7.974%2012.98,7.974%2012.98,3.974%2010.98,3.974%2010.98,7.974%208.98,7.974%2011.98,10.974%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-float-left{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='21'%20y='9.007'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='4.997'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='13.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='16.997'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='21.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.005'%20y='1.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.005'%20y='20.999'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='0.999'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M10,0.989c-0.013,0-0.024,0.007-0.038,0.008C9.949,0.996,9.938,0.989,9.925,0.989H2c-0.552,0-1,0.448-1,1%20C1,1.99,1.001,1.992,1.001,1.994S1,1.997,1,1.999v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C11,1.436,10.552,0.989,10,0.989z%20M9,20.989H3v-18h6V20.989z'/%3e%3cpolygon%20class='st0'%20points='15,8.999%2012,11.999%2015,14.999%2015,12.999%2019,12.999%2019,10.999%2015,10.999%20'/%3e%3cpath%20class='st0'%20d='M21.924,0.999H21v2h2V2.074C23,1.48,22.518,0.999,21.924,0.999z'/%3e%3cpath%20class='st0'%20d='M21,22.999h0.924c0.594,0,1.076-0.482,1.076-1.076v-0.924h-2V22.999z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='21'%20y='9.007'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='4.997'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='13.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='16.997'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='21.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.005'%20y='1.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.005'%20y='20.999'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='0.999'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M10,0.989c-0.013,0-0.024,0.007-0.038,0.008C9.949,0.996,9.938,0.989,9.925,0.989H2c-0.552,0-1,0.448-1,1%20C1,1.99,1.001,1.992,1.001,1.994S1,1.997,1,1.999v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C11,1.436,10.552,0.989,10,0.989z%20M9,20.989H3v-18h6V20.989z'/%3e%3cpolygon%20class='st0'%20points='15,8.999%2012,11.999%2015,14.999%2015,12.999%2019,12.999%2019,10.999%2015,10.999%20'/%3e%3cpath%20class='st0'%20d='M21.924,0.999H21v2h2V2.074C23,1.48,22.518,0.999,21.924,0.999z'/%3e%3cpath%20class='st0'%20d='M21,22.999h0.924c0.594,0,1.076-0.482,1.076-1.076v-0.924h-2V22.999z'/%3e%3c/g%3e%3c/svg%3e")}.icon-float-right{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='1'%20y='9.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='5.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='13.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='17.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5'%20y='1.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M22,0.995c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H14c-0.552,0-1,0.448-1,1%20C13,1.997,13.001,1.998,13.001,2S13,2.003,13,2.005v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C23,1.443,22.552,0.995,22,0.995z%20M21,20.995h-6v-18h6V20.995z'/%3e%3cpath%20class='st0'%20d='M1,2.077v0.924h2v-2H2.076C1.482,1.001,1,1.483,1,2.077z'/%3e%3cpath%20class='st0'%20d='M1,21.929c0,0.594,0.482,1.076,1.076,1.076H3v-2H1V21.929z'/%3e%3cpolygon%20class='st0'%20points='9,11.005%205,11.005%205,13.005%209,13.005%209,15.005%2012,12.005%209,9.005%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='1'%20y='9.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='5.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='13.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1'%20y='17.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5'%20y='1.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M22,0.995c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H14c-0.552,0-1,0.448-1,1%20C13,1.997,13.001,1.998,13.001,2S13,2.003,13,2.005v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C23,1.443,22.552,0.995,22,0.995z%20M21,20.995h-6v-18h6V20.995z'/%3e%3cpath%20class='st0'%20d='M1,2.077v0.924h2v-2H2.076C1.482,1.001,1,1.483,1,2.077z'/%3e%3cpath%20class='st0'%20d='M1,21.929c0,0.594,0.482,1.076,1.076,1.076H3v-2H1V21.929z'/%3e%3cpolygon%20class='st0'%20points='9,11.005%205,11.005%205,13.005%209,13.005%209,15.005%2012,12.005%209,9.005%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-float-up{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='13.002'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-8.0269%2035.9612)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.002'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-4.0346%2039.9612)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-12.0208%2031.9596)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.002'%20y='21'%20transform='matrix(0.0019%20-1%201%200.0019%20-16.0097%2027.9603)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.997'%20y='17.001'%20transform='matrix(0.0019%20-1%201%200.0019%20-16.0075%2019.9629)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='17.003'%20transform='matrix(0.0019%20-1%201%200.0019%203.9557%2039.9689)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.002'%20y='13.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-12.0034%2015.9771)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.002'%20y='13.005'%20transform='matrix(0.0019%20-1%201%200.0019%207.9549%2035.9793)'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M1.974,12.006l20,0.038c0.552,0.001,1.001-0.492,1.002-1.102c0-0.015-0.007-0.027-0.008-0.042%20c0.001-0.015,0.008-0.027,0.008-0.042l0.017-8.745c0.001-0.609-0.446-1.104-0.998-1.105c-0.002,0-0.003,0.001-0.005,0.001%20s-0.003-0.001-0.005-0.001l-20-0.038C1.433,0.97,0.984,1.463,0.983,2.072c0,0.02,0.009,0.036,0.01,0.055l-0.017,8.69%20c0,0.015,0.007,0.027,0.008,0.042c-0.001,0.015-0.008,0.027-0.008,0.042C0.975,11.51,1.422,12.005,1.974,12.006z%20M2.991,3.18%20l18,0.034l-0.013,6.621l-18-0.034L2.991,3.18z'/%3e%3cpath%20class='st0'%20d='M21,23.002l0.924,0.002c0.594,0.001,1.077-0.48,1.078-1.074l0.002-0.924l-2-0.004L21,23.002z'/%3e%3cpath%20class='st0'%20d='M1.001,21.925C1,22.519,1.48,23.002,2.075,23.003l0.924,0.002l0.004-2l-2-0.004L1.001,21.925z'/%3e%3cpolygon%20class='st0'%20points='9.02,16.026%2011.02,16.026%2011.02,20.026%2013.02,20.026%2013.02,16.026%2015.02,16.026%2012.02,13.026%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='13.002'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-8.0269%2035.9612)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.002'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-4.0346%2039.9612)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9'%20y='21.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-12.0208%2031.9596)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.002'%20y='21'%20transform='matrix(0.0019%20-1%201%200.0019%20-16.0097%2027.9603)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.997'%20y='17.001'%20transform='matrix(0.0019%20-1%201%200.0019%20-16.0075%2019.9629)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='17.003'%20transform='matrix(0.0019%20-1%201%200.0019%203.9557%2039.9689)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.002'%20y='13.002'%20transform='matrix(0.0019%20-1%201%200.0019%20-12.0034%2015.9771)'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.002'%20y='13.005'%20transform='matrix(0.0019%20-1%201%200.0019%207.9549%2035.9793)'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M1.974,12.006l20,0.038c0.552,0.001,1.001-0.492,1.002-1.102c0-0.015-0.007-0.027-0.008-0.042%20c0.001-0.015,0.008-0.027,0.008-0.042l0.017-8.745c0.001-0.609-0.446-1.104-0.998-1.105c-0.002,0-0.003,0.001-0.005,0.001%20s-0.003-0.001-0.005-0.001l-20-0.038C1.433,0.97,0.984,1.463,0.983,2.072c0,0.02,0.009,0.036,0.01,0.055l-0.017,8.69%20c0,0.015,0.007,0.027,0.008,0.042c-0.001,0.015-0.008,0.027-0.008,0.042C0.975,11.51,1.422,12.005,1.974,12.006z%20M2.991,3.18%20l18,0.034l-0.013,6.621l-18-0.034L2.991,3.18z'/%3e%3cpath%20class='st0'%20d='M21,23.002l0.924,0.002c0.594,0.001,1.077-0.48,1.078-1.074l0.002-0.924l-2-0.004L21,23.002z'/%3e%3cpath%20class='st0'%20d='M1.001,21.925C1,22.519,1.48,23.002,2.075,23.003l0.924,0.002l0.004-2l-2-0.004L1.001,21.925z'/%3e%3cpolygon%20class='st0'%20points='9.02,16.026%2011.02,16.026%2011.02,20.026%2013.02,20.026%2013.02,16.026%2015.02,16.026%2012.02,13.026%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-modal{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='14.676,9.985%2015.511,9.143%2016.36,9.985%2017.014,9.322%2016.167,8.482%2017.002,7.639%2016.34,6.985%2015.506,7.826%2014.668,6.995%2014.014,7.657%2014.85,8.487%2014.014,9.33%20'/%3e%3cpath%20class='st0'%20d='M2.986,0.985c-1.1,0-2,0.9-2,2h2V0.985z'/%3e%3crect%20x='1.014'%20y='8.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.014'%20y='4.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M21.014,1.003v2h2C23.014,1.903,22.114,1.003,21.014,1.003z'/%3e%3cpath%20class='st0'%20d='M3.014,23.015v-2H1.022C1.022,22.115,1.919,23.015,3.014,23.015z'/%3e%3crect%20x='1.014'%20y='12.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.014'%20y='16.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='4.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='8.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M21.014,22.985c1.1,0,2-0.9,2-2h-2V22.985z'/%3e%3crect%20x='21.014'%20y='4.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='12.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='16.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='16.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M18.514,4.985h-13c-0.276,0-0.5,0.224-0.5,0.5v11c0,0.276,0.224,0.5,0.5,0.5h13c0.276,0,0.5-0.224,0.5-0.5v-11%20C19.014,5.208,18.79,4.985,18.514,4.985z%20M18.014,15.985h-12v-10h12V15.985z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpolygon%20class='st0'%20points='14.676,9.985%2015.511,9.143%2016.36,9.985%2017.014,9.322%2016.167,8.482%2017.002,7.639%2016.34,6.985%2015.506,7.826%2014.668,6.995%2014.014,7.657%2014.85,8.487%2014.014,9.33%20'/%3e%3cpath%20class='st0'%20d='M2.986,0.985c-1.1,0-2,0.9-2,2h2V0.985z'/%3e%3crect%20x='1.014'%20y='8.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='9.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.014'%20y='4.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M21.014,1.003v2h2C23.014,1.903,22.114,1.003,21.014,1.003z'/%3e%3cpath%20class='st0'%20d='M3.014,23.015v-2H1.022C1.022,22.115,1.919,23.015,3.014,23.015z'/%3e%3crect%20x='1.014'%20y='12.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.014'%20y='16.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='4.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='8.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M21.014,22.985c1.1,0,2-0.9,2-2h-2V22.985z'/%3e%3crect%20x='21.014'%20y='4.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='12.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.014'%20y='16.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.014'%20y='20.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='16.986'%20y='0.985'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M18.514,4.985h-13c-0.276,0-0.5,0.224-0.5,0.5v11c0,0.276,0.224,0.5,0.5,0.5h13c0.276,0,0.5-0.224,0.5-0.5v-11%20C19.014,5.208,18.79,4.985,18.514,4.985z%20M18.014,15.985h-12v-10h12V15.985z'/%3e%3c/g%3e%3c/svg%3e")}.icon-none{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='21.002'%20y='9'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.002'%20y='5'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='13.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.004'%20y='17.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.004'%20y='21.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='16.997'%20y='0.999'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='4.996'%20y='21'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.001'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.996'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.996'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.001'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.996'%20y='21'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M23.002,2.077c0-0.594-0.482-1.076-1.076-1.076h-0.924v2h2V2.077z'/%3e%3cpath%20class='st0'%20d='M21.001,23.002h0.924c0.594,0,1.076-0.482,1.076-1.076v-0.924h-2V23.002z'/%3e%3crect%20x='0.996'%20y='9.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.001'%20y='5.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.996'%20y='13.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.001'%20y='17'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M2.996,1.005H2.072c-0.594,0-1.076,0.482-1.076,1.076v0.924h2V1.005z'/%3e%3cpath%20class='st0'%20d='M0.996,21.93c0,0.594,0.482,1.076,1.076,1.076h0.924v-2h-2V21.93z'/%3e%3cpath%20class='st0'%20d='M17.146,7.271c-0.009-0.011-0.012-0.024-0.021-0.035c-0.009-0.009-0.021-0.013-0.03-0.021%20c-1.277-1.363-3.089-2.22-5.104-2.22c-3.866,0-7,3.134-7,7c0,1.823,0.703,3.478,1.845,4.724c0.009,0.011,0.012,0.024,0.021,0.035%20c0.009,0.009,0.021,0.013,0.03,0.022c1.277,1.363,3.089,2.22,5.104,2.22c3.866,0,7-3.134,7-7%20C18.991,10.172,18.288,8.517,17.146,7.271z%20M6.991,11.995c0-2.761,2.239-5,5-5c1.086,0,2.085,0.355,2.905,0.944L7.73,14.58%20C7.27,13.824,6.991,12.945,6.991,11.995z%20M11.991,16.995c-1.087,0-2.085-0.356-2.905-0.944l7.165-6.641%20c0.46,0.756,0.74,1.635,0.74,2.585C16.991,14.756,14.752,16.995,11.991,16.995z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3crect%20x='21.002'%20y='9'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.002'%20y='5'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='13.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21.004'%20y='17.001'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17.004'%20y='21.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='16.997'%20y='0.999'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='4.996'%20y='21'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='5.001'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.996'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='12.996'%20y='1.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13.001'%20y='21.005'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='8.996'%20y='21'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M23.002,2.077c0-0.594-0.482-1.076-1.076-1.076h-0.924v2h2V2.077z'/%3e%3cpath%20class='st0'%20d='M21.001,23.002h0.924c0.594,0,1.076-0.482,1.076-1.076v-0.924h-2V23.002z'/%3e%3crect%20x='0.996'%20y='9.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.001'%20y='5.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='0.996'%20y='13.002'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='1.001'%20y='17'%20class='st0'%20width='2'%20height='2'/%3e%3cpath%20class='st0'%20d='M2.996,1.005H2.072c-0.594,0-1.076,0.482-1.076,1.076v0.924h2V1.005z'/%3e%3cpath%20class='st0'%20d='M0.996,21.93c0,0.594,0.482,1.076,1.076,1.076h0.924v-2h-2V21.93z'/%3e%3cpath%20class='st0'%20d='M17.146,7.271c-0.009-0.011-0.012-0.024-0.021-0.035c-0.009-0.009-0.021-0.013-0.03-0.021%20c-1.277-1.363-3.089-2.22-5.104-2.22c-3.866,0-7,3.134-7,7c0,1.823,0.703,3.478,1.845,4.724c0.009,0.011,0.012,0.024,0.021,0.035%20c0.009,0.009,0.021,0.013,0.03,0.022c1.277,1.363,3.089,2.22,5.104,2.22c3.866,0,7-3.134,7-7%20C18.991,10.172,18.288,8.517,17.146,7.271z%20M6.991,11.995c0-2.761,2.239-5,5-5c1.086,0,2.085,0.355,2.905,0.944L7.73,14.58%20C7.27,13.824,6.991,12.945,6.991,11.995z%20M11.991,16.995c-1.087,0-2.085-0.356-2.905-0.944l7.165-6.641%20c0.46,0.756,0.74,1.635,0.74,2.585C16.991,14.756,14.752,16.995,11.991,16.995z'/%3e%3c/g%3e%3c/svg%3e")}.icon-push{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.429,9L12,11.125v-9.07C12,2.025,11.975,2,11.945,2h-1.889c-0.005,0-0.005,0.008-0.009,0.009%20C10.03,2.008,10.016,2,10,2H2C1.448,2,1,2.448,1,3v18c0,0.552,0.448,1,1,1h8.055H11h0.945C11.975,22,12,21.975,12,21.945v-9.07%20L14.429,15v-2H19v-2h-4.571V9z%20M10,20H3V4h7V20z'/%3e%3crect%20x='21'%20y='11'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='19.987'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='16'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='16'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='20'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='19.987'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='6'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='6'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.429,9L12,11.125v-9.07C12,2.025,11.975,2,11.945,2h-1.889c-0.005,0-0.005,0.008-0.009,0.009%20C10.03,2.008,10.016,2,10,2H2C1.448,2,1,2.448,1,3v18c0,0.552,0.448,1,1,1h8.055H11h0.945C11.975,22,12,21.975,12,21.945v-9.07%20L14.429,15v-2H19v-2h-4.571V9z%20M10,20H3V4h7V20z'/%3e%3crect%20x='21'%20y='11'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='19.987'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='21'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='16'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='16'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='20'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='19.987'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='6'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='6'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='17'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3crect%20x='13'%20y='2'%20class='st0'%20width='2'%20height='2'/%3e%3c/g%3e%3c/svg%3e")}.icon-slide-down{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M23.001,12.07c0.001-0.013,0.008-0.024,0.008-0.038c0.001-0.55-0.446-0.997-0.998-0.998L2.01,11%20c-0.552-0.001-1.001,0.444-1.002,0.995c0,0.013,0.007,0.024,0.008,0.038c-0.001,0.013-0.008,0.024-0.008,0.038l-0.017,7.897%20c-0.001,0.55,0.446,0.997,0.998,0.998c0.002,0,0.003-0.001,0.005-0.001S1.998,20.966,2,20.966L22,21%20c0.552,0.001,1.001-0.444,1.002-0.995c0-0.018-0.009-0.033-0.01-0.05l0.016-7.847C23.008,12.095,23.001,12.083,23.001,12.07z%20M20.994,19.005l-18-0.031l0.013-5.979l18,0.031L20.994,19.005z'/%3e%3cpolygon%20class='st0'%20points='14.992,7%2012.992,7%2012.992,3%2010.992,3%2010.992,7%208.992,7%2011.992,10%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M23.001,12.07c0.001-0.013,0.008-0.024,0.008-0.038c0.001-0.55-0.446-0.997-0.998-0.998L2.01,11%20c-0.552-0.001-1.001,0.444-1.002,0.995c0,0.013,0.007,0.024,0.008,0.038c-0.001,0.013-0.008,0.024-0.008,0.038l-0.017,7.897%20c-0.001,0.55,0.446,0.997,0.998,0.998c0.002,0,0.003-0.001,0.005-0.001S1.998,20.966,2,20.966L22,21%20c0.552,0.001,1.001-0.444,1.002-0.995c0-0.018-0.009-0.033-0.01-0.05l0.016-7.847C23.008,12.095,23.001,12.083,23.001,12.07z%20M20.994,19.005l-18-0.031l0.013-5.979l18,0.031L20.994,19.005z'/%3e%3cpolygon%20class='st0'%20points='14.992,7%2012.992,7%2012.992,3%2010.992,3%2010.992,7%208.992,7%2011.992,10%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-slide-left{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M12.002,0.995c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H3.998%20c-0.553,0-1,0.448-1,1c0,0.002,0.001,0.003,0.001,0.005S2.998,2.003,2.998,2.005v20c0,0.552,0.448,1,1,1%20c0.018,0,0.033-0.009,0.05-0.01h7.878c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.553,0,1-0.448,1-1%20v-20C13.002,1.443,12.554,0.995,12.002,0.995z%20M11.001,20.995H4.999v-18h6.003V20.995z'/%3e%3cpolygon%20class='st0'%20points='17.002,11.005%2017.002,9.005%2014.002,12.005%2017.002,15.005%2017.002,13.005%2021.002,13.005%2021.002,11.005%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M12.002,0.995c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H3.998%20c-0.553,0-1,0.448-1,1c0,0.002,0.001,0.003,0.001,0.005S2.998,2.003,2.998,2.005v20c0,0.552,0.448,1,1,1%20c0.018,0,0.033-0.009,0.05-0.01h7.878c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.553,0,1-0.448,1-1%20v-20C13.002,1.443,12.554,0.995,12.002,0.995z%20M11.001,20.995H4.999v-18h6.003V20.995z'/%3e%3cpolygon%20class='st0'%20points='17.002,11.005%2017.002,9.005%2014.002,12.005%2017.002,15.005%2017.002,13.005%2021.002,13.005%2021.002,11.005%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-slide-right{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M20,1.006c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H12c-0.552,0-1,0.448-1,1%20c0,0.002,0.001,0.003,0.001,0.005S11,2.014,11,2.016v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C21,1.453,20.552,1.006,20,1.006z%20M19,21.006h-6v-18h6V21.006z'/%3e%3cpolygon%20class='st0'%20points='7,11.016%203,11.016%203,13.016%207,13.016%207,15.016%2010,12.016%207,9.016%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M20,1.006c-0.013,0-0.024,0.007-0.038,0.008c-0.013-0.001-0.024-0.008-0.038-0.008H12c-0.552,0-1,0.448-1,1%20c0,0.002,0.001,0.003,0.001,0.005S11,2.014,11,2.016v20c0,0.552,0.448,1,1,1c0.018,0,0.033-0.009,0.05-0.01h7.874%20c0.013,0,0.024-0.007,0.038-0.008c0.013,0.001,0.024,0.008,0.038,0.008c0.552,0,1-0.448,1-1v-20C21,1.453,20.552,1.006,20,1.006z%20M19,21.006h-6v-18h6V21.006z'/%3e%3cpolygon%20class='st0'%20points='7,11.016%203,11.016%203,13.016%207,13.016%207,15.016%2010,12.016%207,9.016%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-slide-up{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M23.008,4.033c0.001-0.55-0.446-0.997-0.998-0.998c-0.002,0-0.003,0.001-0.005,0.001S22.002,3.034,22,3.034%20L2,3C1.448,2.999,0.999,3.444,0.998,3.995c0,0.018,0.009,0.033,0.01,0.05l-0.017,7.847c0,0.013,0.007,0.024,0.008,0.038%20c-0.001,0.013-0.008,0.024-0.008,0.038c-0.001,0.55,0.446,0.997,0.998,0.998l20,0.034c0.552,0.001,1.001-0.444,1.002-0.995%20c0-0.013-0.007-0.024-0.008-0.038c0.001-0.013,0.008-0.024,0.008-0.038L23.008,4.033z%20M20.994,11.005l-18-0.031l0.013-5.979%20l18,0.031L20.994,11.005z'/%3e%3cpolygon%20class='st0'%20points='9.008,17%2011.008,17%2011.008,21%2013.008,21%2013.008,17%2015.008,17%2012.008,14%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M23.008,4.033c0.001-0.55-0.446-0.997-0.998-0.998c-0.002,0-0.003,0.001-0.005,0.001S22.002,3.034,22,3.034%20L2,3C1.448,2.999,0.999,3.444,0.998,3.995c0,0.018,0.009,0.033,0.01,0.05l-0.017,7.847c0,0.013,0.007,0.024,0.008,0.038%20c-0.001,0.013-0.008,0.024-0.008,0.038c-0.001,0.55,0.446,0.997,0.998,0.998l20,0.034c0.552,0.001,1.001-0.444,1.002-0.995%20c0-0.013-0.007-0.024-0.008-0.038c0.001-0.013,0.008-0.024,0.008-0.038L23.008,4.033z%20M20.994,11.005l-18-0.031l0.013-5.979%20l18,0.031L20.994,11.005z'/%3e%3cpolygon%20class='st0'%20points='9.008,17%2011.008,17%2011.008,21%2013.008,21%2013.008,17%2015.008,17%2012.008,14%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-after{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M16,9c0,0.552,0.448,1,1,1h3c0.552,0,1-0.448,1-1V6c0-0.552-0.448-1-1-1s-1,0.448-1,1v0.277%20C17.344,4.279,14.845,3,12.039,3C7.047,3,3,7.029,3,12c0,4.971,4.047,9,9.039,9c4.609,0,8.404-3.437,8.961-7.875h-2.283%20c-0.539,3.191-3.319,5.625-6.678,5.625c-3.744,0-6.779-3.022-6.779-6.75c0-3.728,3.035-6.75,6.779-6.75%20c2.237,0,4.212,1.086,5.445,2.75H17C16.448,8,16,8.448,16,9z'/%3e%3cpath%20class='st0'%20d='M12.052,7.99c-0.55,0-1,0.45-1,1v3.94v0.62c0.1,0.31,0.35,0.56,0.69,0.65l1.17,0.3l1.8,0.47%20c0.08,0.02,0.16,0.03,0.24,0.03c0.45,0,0.86-0.3,0.98-0.75c0.13-0.54-0.19-1.08-0.72-1.22l-2.16-0.56V8.99%20C13.052,8.44,12.602,7.99,12.052,7.99z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M16,9c0,0.552,0.448,1,1,1h3c0.552,0,1-0.448,1-1V6c0-0.552-0.448-1-1-1s-1,0.448-1,1v0.277%20C17.344,4.279,14.845,3,12.039,3C7.047,3,3,7.029,3,12c0,4.971,4.047,9,9.039,9c4.609,0,8.404-3.437,8.961-7.875h-2.283%20c-0.539,3.191-3.319,5.625-6.678,5.625c-3.744,0-6.779-3.022-6.779-6.75c0-3.728,3.035-6.75,6.779-6.75%20c2.237,0,4.212,1.086,5.445,2.75H17C16.448,8,16,8.448,16,9z'/%3e%3cpath%20class='st0'%20d='M12.052,7.99c-0.55,0-1,0.45-1,1v3.94v0.62c0.1,0.31,0.35,0.56,0.69,0.65l1.17,0.3l1.8,0.47%20c0.08,0.02,0.16,0.03,0.24,0.03c0.45,0,0.86-0.3,0.98-0.75c0.13-0.54-0.19-1.08-0.72-1.22l-2.16-0.56V8.99%20C13.052,8.44,12.602,7.99,12.052,7.99z'/%3e%3c/g%3e%3c/svg%3e")}.icon-before{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.961,3C9.155,3,6.656,4.279,5,6.277V6c0-0.552-0.448-1-1-1S3,5.448,3,6v3c0,0.552,0.448,1,1,1h3%20c0.552,0,1-0.448,1-1c0-0.552-0.448-1-1-1H6.516c1.234-1.664,3.208-2.75,5.445-2.75c3.744,0,6.779,3.022,6.779,6.75%20c0,3.728-3.035,6.75-6.779,6.75c-3.358,0-6.139-2.434-6.678-5.625H3C3.557,17.563,7.352,21,11.961,21C16.953,21,21,16.971,21,12%20C21,7.029,16.953,3,11.961,3z'/%3e%3cpath%20class='st0'%20d='M12,8c-0.55,0-1,0.45-1,1v3.94v0.62c0.1,0.31,0.35,0.56,0.69,0.65l1.17,0.3l1.8,0.47%20c0.08,0.02,0.16,0.03,0.24,0.03c0.45,0,0.86-0.3,0.98-0.75c0.13-0.54-0.19-1.08-0.72-1.22L13,12.48V9C13,8.45,12.55,8,12,8z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.961,3C9.155,3,6.656,4.279,5,6.277V6c0-0.552-0.448-1-1-1S3,5.448,3,6v3c0,0.552,0.448,1,1,1h3%20c0.552,0,1-0.448,1-1c0-0.552-0.448-1-1-1H6.516c1.234-1.664,3.208-2.75,5.445-2.75c3.744,0,6.779,3.022,6.779,6.75%20c0,3.728-3.035,6.75-6.779,6.75c-3.358,0-6.139-2.434-6.678-5.625H3C3.557,17.563,7.352,21,11.961,21C16.953,21,21,16.971,21,12%20C21,7.029,16.953,3,11.961,3z'/%3e%3cpath%20class='st0'%20d='M12,8c-0.55,0-1,0.45-1,1v3.94v0.62c0.1,0.31,0.35,0.56,0.69,0.65l1.17,0.3l1.8,0.47%20c0.08,0.02,0.16,0.03,0.24,0.03c0.45,0,0.86-0.3,0.98-0.75c0.13-0.54-0.19-1.08-0.72-1.22L13,12.48V9C13,8.45,12.55,8,12,8z'/%3e%3c/g%3e%3c/svg%3e")}.icon-between{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M2.25,4C1.56,4,1,4.56,1,5.25v13.5C1,19.44,1.56,20,2.25,20s1.25-0.56,1.25-1.25V5.25C3.5,4.56,2.94,4,2.25,4z%20'/%3e%3cpath%20class='st0'%20d='M21.75,4c-0.69,0-1.25,0.56-1.25,1.25v13.5c0,0.69,0.56,1.25,1.25,1.25S23,19.44,23,18.75V5.25%20C23,4.56,22.44,4,21.75,4z'/%3e%3cpolygon%20class='st0'%20points='16.011,10.743%208.011,10.743%208.011,9%205.011,12%208.011,15%208.011,13.243%2016.011,13.243%2016.011,15%2019.011,12%2016.011,9%20'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M2.25,4C1.56,4,1,4.56,1,5.25v13.5C1,19.44,1.56,20,2.25,20s1.25-0.56,1.25-1.25V5.25C3.5,4.56,2.94,4,2.25,4z%20'/%3e%3cpath%20class='st0'%20d='M21.75,4c-0.69,0-1.25,0.56-1.25,1.25v13.5c0,0.69,0.56,1.25,1.25,1.25S23,19.44,23,18.75V5.25%20C23,4.56,22.44,4,21.75,4z'/%3e%3cpolygon%20class='st0'%20points='16.011,10.743%208.011,10.743%208.011,9%205.011,12%208.011,15%208.011,13.243%2016.011,13.243%2016.011,15%2019.011,12%2016.011,9%20'/%3e%3c/g%3e%3c/svg%3e")}.icon-contains{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M2.012,11.99c0,1.77,0.683,3.38,1.829,4.61c1.335,1.47,3.322,2.39,5.529,2.39h11.3%20c0.725,0,1.314-0.56,1.314-1.25c0-0.51-0.326-0.95-0.778-1.14c-0.168-0.07-0.347-0.11-0.536-0.11H19.45%20c-0.2,0.03-0.399,0.04-0.61,0.04H9.338c-0.21,0-0.42-0.01-0.62-0.04c-1.871-0.23-3.406-1.52-3.91-3.21h13.728%20c0.725,0,1.314-0.56,1.314-1.25s-0.589-1.25-1.314-1.25H4.808c0.557-1.88,2.386-3.25,4.53-3.25h9.492V7.51h1.808%20c0.2,0,0.399-0.04,0.568-0.12c0.441-0.2,0.746-0.63,0.746-1.13c0-0.69-0.589-1.25-1.314-1.25H8.991C6.92,5.1,5.07,6.01,3.82,7.41%20C2.684,8.64,2.012,10.23,2.012,11.99z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M2.012,11.99c0,1.77,0.683,3.38,1.829,4.61c1.335,1.47,3.322,2.39,5.529,2.39h11.3%20c0.725,0,1.314-0.56,1.314-1.25c0-0.51-0.326-0.95-0.778-1.14c-0.168-0.07-0.347-0.11-0.536-0.11H19.45%20c-0.2,0.03-0.399,0.04-0.61,0.04H9.338c-0.21,0-0.42-0.01-0.62-0.04c-1.871-0.23-3.406-1.52-3.91-3.21h13.728%20c0.725,0,1.314-0.56,1.314-1.25s-0.589-1.25-1.314-1.25H4.808c0.557-1.88,2.386-3.25,4.53-3.25h9.492V7.51h1.808%20c0.2,0,0.399-0.04,0.568-0.12c0.441-0.2,0.746-0.63,0.746-1.13c0-0.69-0.589-1.25-1.314-1.25H8.991C6.92,5.1,5.07,6.01,3.82,7.41%20C2.684,8.64,2.012,10.23,2.012,11.99z'/%3e%3c/svg%3e")}.icon-equal-to{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M4.25,10.25h15.5C20.44,10.25,21,9.69,21,9s-0.56-1.25-1.25-1.25H4.25C3.56,7.75,3,8.31,3,9%20S3.56,10.25,4.25,10.25z'/%3e%3cpath%20class='st0'%20d='M19.75,13.75H4.25C3.56,13.75,3,14.31,3,15c0,0.69,0.56,1.25,1.25,1.25h15.5c0.69,0,1.25-0.56,1.25-1.25%20C21,14.31,20.44,13.75,19.75,13.75z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M4.25,10.25h15.5C20.44,10.25,21,9.69,21,9s-0.56-1.25-1.25-1.25H4.25C3.56,7.75,3,8.31,3,9%20S3.56,10.25,4.25,10.25z'/%3e%3cpath%20class='st0'%20d='M19.75,13.75H4.25C3.56,13.75,3,14.31,3,15c0,0.69,0.56,1.25,1.25,1.25h15.5c0.69,0,1.25-0.56,1.25-1.25%20C21,14.31,20.44,13.75,19.75,13.75z'/%3e%3c/g%3e%3c/svg%3e")}.icon-greater-or-equal-to{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M19.7,19.451H4.27c-0.703,0-1.272,0.57-1.272,1.272c0,0.703,0.57,1.272,1.272,1.272H19.7%20c0.703,0,1.272-0.57,1.272-1.272C20.973,20.021,20.403,19.451,19.7,19.451z'/%3e%3cpath%20class='st0'%20d='M3.138,17.231c0.305,0.641,1.103,0.928,1.783,0.64l15.265-6.458c0.497-0.21,0.79-0.67,0.794-1.152%20c0.059-0.52-0.215-1.041-0.743-1.281L5.168,2.128C4.497,1.823,3.69,2.089,3.367,2.722C3.043,3.355,3.325,4.115,3.996,4.42%20l12.592,5.726L3.817,15.549C3.137,15.837,2.833,16.59,3.138,17.231z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M19.7,19.451H4.27c-0.703,0-1.272,0.57-1.272,1.272c0,0.703,0.57,1.272,1.272,1.272H19.7%20c0.703,0,1.272-0.57,1.272-1.272C20.973,20.021,20.403,19.451,19.7,19.451z'/%3e%3cpath%20class='st0'%20d='M3.138,17.231c0.305,0.641,1.103,0.928,1.783,0.64l15.265-6.458c0.497-0.21,0.79-0.67,0.794-1.152%20c0.059-0.52-0.215-1.041-0.743-1.281L5.168,2.128C4.497,1.823,3.69,2.089,3.367,2.722C3.043,3.355,3.325,4.115,3.996,4.42%20l12.592,5.726L3.817,15.549C3.137,15.837,2.833,16.59,3.138,17.231z'/%3e%3c/g%3e%3c/svg%3e")}.icon-greater-than{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M20.224,10.928L4.964,4.114C4.285,3.811,3.471,4.069,3.146,4.69C2.822,5.312,3.11,6.062,3.79,6.366l12.93,5.774%20L3.812,17.583c-0.68,0.287-0.98,1.028-0.671,1.656c0.309,0.628,1.11,0.905,1.79,0.618l15.26-6.436%20c0.514-0.217,0.81-0.695,0.79-1.186C21.06,11.71,20.773,11.173,20.224,10.928z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M20.224,10.928L4.964,4.114C4.285,3.811,3.471,4.069,3.146,4.69C2.822,5.312,3.11,6.062,3.79,6.366l12.93,5.774%20L3.812,17.583c-0.68,0.287-0.98,1.028-0.671,1.656c0.309,0.628,1.11,0.905,1.79,0.618l15.26-6.436%20c0.514-0.217,0.81-0.695,0.79-1.186C21.06,11.71,20.773,11.173,20.224,10.928z'/%3e%3c/svg%3e")}.icon-less-than-or-equal-to{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M19.75,19.5H4.25C3.56,19.5,3,20.06,3,20.75S3.56,22,4.25,22h15.5c0.69,0,1.25-0.56,1.25-1.25%20S20.44,19.5,19.75,19.5z'/%3e%3cpath%20class='st0'%20d='M3.794,11.47l15.307,6.397c0.682,0.285,1.482,0.001,1.788-0.634h0c0.306-0.635,0.001-1.381-0.681-1.666%20L7.235,10.145l12.991-5.724c0.681-0.3,0.969-1.057,0.643-1.691c-0.326-0.634-1.142-0.905-1.823-0.605L3.758,8.861%20c-0.562,0.248-0.85,0.806-0.753,1.351C2.957,10.731,3.255,11.244,3.794,11.47z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M19.75,19.5H4.25C3.56,19.5,3,20.06,3,20.75S3.56,22,4.25,22h15.5c0.69,0,1.25-0.56,1.25-1.25%20S20.44,19.5,19.75,19.5z'/%3e%3cpath%20class='st0'%20d='M3.794,11.47l15.307,6.397c0.682,0.285,1.482,0.001,1.788-0.634h0c0.306-0.635,0.001-1.381-0.681-1.666%20L7.235,10.145l12.991-5.724c0.681-0.3,0.969-1.057,0.643-1.691c-0.326-0.634-1.142-0.905-1.823-0.605L3.758,8.861%20c-0.562,0.248-0.85,0.806-0.753,1.351C2.957,10.731,3.255,11.244,3.794,11.47z'/%3e%3c/g%3e%3c/svg%3e")}.icon-less-than{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M20.173,17.631L7.395,12.077L20.218,6.39c0.679-0.301,0.963-1.052,0.635-1.677%20c-0.328-0.625-1.143-0.888-1.822-0.587L3.796,10.884c-0.652,0.289-0.934,0.992-0.665,1.601c0.101,0.341,0.352,0.642,0.726,0.805%20l15.174,6.596c0.676,0.294,1.479,0.027,1.795-0.595C21.141,18.668,20.849,17.925,20.173,17.631z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cpath%20class='st0'%20d='M20.173,17.631L7.395,12.077L20.218,6.39c0.679-0.301,0.963-1.052,0.635-1.677%20c-0.328-0.625-1.143-0.888-1.822-0.587L3.796,10.884c-0.652,0.289-0.934,0.992-0.665,1.601c0.101,0.341,0.352,0.642,0.726,0.805%20l15.174,6.596c0.676,0.294,1.479,0.027,1.795-0.595C21.141,18.668,20.849,17.925,20.173,17.631z'/%3e%3c/svg%3e")}.icon-not-equal-to{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M13.854,10.34h5.896c0.69,0,1.25-0.56,1.25-1.25s-0.56-1.25-1.25-1.25h-4.021L13.854,10.34z'/%3e%3cpath%20class='st0'%20d='M15.32,4.737L12.992,7.84H4.25C3.56,7.84,3,8.4,3,9.09s0.56,1.25,1.25,1.25h6.867l-2.625,3.5H4.25%20C3.56,13.84,3,14.4,3,15.09c0,0.69,0.56,1.25,1.25,1.25h2.367L5,18.496l1.023,0.767l10.32-13.76L15.32,4.737z'/%3e%3cpath%20class='st0'%20d='M19.75,13.84h-8.521l-1.875,2.5H19.75c0.69,0,1.25-0.56,1.25-1.25C21,14.4,20.44,13.84,19.75,13.84z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M13.854,10.34h5.896c0.69,0,1.25-0.56,1.25-1.25s-0.56-1.25-1.25-1.25h-4.021L13.854,10.34z'/%3e%3cpath%20class='st0'%20d='M15.32,4.737L12.992,7.84H4.25C3.56,7.84,3,8.4,3,9.09s0.56,1.25,1.25,1.25h6.867l-2.625,3.5H4.25%20C3.56,13.84,3,14.4,3,15.09c0,0.69,0.56,1.25,1.25,1.25h2.367L5,18.496l1.023,0.767l10.32-13.76L15.32,4.737z'/%3e%3cpath%20class='st0'%20d='M19.75,13.84h-8.521l-1.875,2.5H19.75c0.69,0,1.25-0.56,1.25-1.25C21,14.4,20.44,13.84,19.75,13.84z'/%3e%3c/g%3e%3c/svg%3e")}.icon-not-contains{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.308,10.794l-1.956,2.5h6.218c0.727,0,1.317-0.56,1.317-1.25s-0.59-1.25-1.317-1.25H14.308z'/%3e%3cpath%20class='st0'%20d='M18.865,7.544v-0.02h1.812c0.2,0,0.4-0.04,0.569-0.12c0.443-0.2,0.748-0.63,0.748-1.13%20c0-0.69-0.59-1.25-1.317-1.25h-1.854l-1.972,2.52H18.865z'/%3e%3cpath%20class='st0'%20d='M21.246,16.614c-0.169-0.07-0.348-0.11-0.537-0.11h-1.222c-0.2,0.03-0.4,0.04-0.611,0.04H9.808l-1.821,2.327%20c0.452,0.082,0.916,0.133,1.394,0.133h11.328c0.727,0,1.317-0.56,1.317-1.25C22.026,17.244,21.699,16.804,21.246,16.614z'/%3e%3cpath%20class='st0'%20d='M17.411,2.963L15.88,5.024H9.001c-2.076,0.09-3.93,1-5.184,2.4c-1.138,1.23-1.812,2.82-1.812,4.58%20c0,1.77,0.685,3.38,1.833,4.61c0.615,0.676,1.376,1.223,2.226,1.63l-0.893,1.202l1.204,0.894l12.24-16.483L17.411,2.963z%20M9.349,7.544h4.66l-2.413,3.25H4.808C5.366,8.914,7.2,7.544,9.349,7.544z%20M4.808,13.294h4.932l-2.162,2.912%20C6.243,15.693,5.205,14.621,4.808,13.294z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.308,10.794l-1.956,2.5h6.218c0.727,0,1.317-0.56,1.317-1.25s-0.59-1.25-1.317-1.25H14.308z'/%3e%3cpath%20class='st0'%20d='M18.865,7.544v-0.02h1.812c0.2,0,0.4-0.04,0.569-0.12c0.443-0.2,0.748-0.63,0.748-1.13%20c0-0.69-0.59-1.25-1.317-1.25h-1.854l-1.972,2.52H18.865z'/%3e%3cpath%20class='st0'%20d='M21.246,16.614c-0.169-0.07-0.348-0.11-0.537-0.11h-1.222c-0.2,0.03-0.4,0.04-0.611,0.04H9.808l-1.821,2.327%20c0.452,0.082,0.916,0.133,1.394,0.133h11.328c0.727,0,1.317-0.56,1.317-1.25C22.026,17.244,21.699,16.804,21.246,16.614z'/%3e%3cpath%20class='st0'%20d='M17.411,2.963L15.88,5.024H9.001c-2.076,0.09-3.93,1-5.184,2.4c-1.138,1.23-1.812,2.82-1.812,4.58%20c0,1.77,0.685,3.38,1.833,4.61c0.615,0.676,1.376,1.223,2.226,1.63l-0.893,1.202l1.204,0.894l12.24-16.483L17.411,2.963z%20M9.349,7.544h4.66l-2.413,3.25H4.808C5.366,8.914,7.2,7.544,9.349,7.544z%20M4.808,13.294h4.932l-2.162,2.912%20C6.243,15.693,5.205,14.621,4.808,13.294z'/%3e%3c/g%3e%3c/svg%3e")}.icon-notification-permission{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21.862,6.573v-0.59c0-1.629-1.28-2.951-2.857-2.951s-2.857,1.322-2.857,2.951v0.59%20c-0.629,0-1.143,0.531-1.143,1.181v4.722c0,0.649,0.514,1.181,1.143,1.181h5.714c0.629,0,1.143-0.531,1.143-1.181V7.753%20C23.005,7.104,22.491,6.573,21.862,6.573z%20M20.948,6.573h-3.886v-0.59c0-1.11,0.869-2.007,1.943-2.007s1.943,0.897,1.943,2.007%20V6.573z'/%3e%3cpath%20class='st0'%20d='M8.995,22c1.1,0,2-0.923,2-2.051h-4C6.995,21.077,7.885,22,8.995,22z'/%3e%3cpath%20class='st0'%20d='M14.995,14.382c-1.952-1.299-3.24-3.517-3.24-6.038c0-1.138,0.27-2.21,0.737-3.169%20c-0.578-0.428-1.241-0.755-1.997-0.939V3.538c0-0.851-0.67-1.538-1.5-1.538s-1.5,0.687-1.5,1.538v0.697%20c-2.87,0.697-4.5,3.323-4.5,6.482v5.128l-2,2.051v1.026h16v-1.026l-2-2.051V14.382z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M21.862,6.573v-0.59c0-1.629-1.28-2.951-2.857-2.951s-2.857,1.322-2.857,2.951v0.59%20c-0.629,0-1.143,0.531-1.143,1.181v4.722c0,0.649,0.514,1.181,1.143,1.181h5.714c0.629,0,1.143-0.531,1.143-1.181V7.753%20C23.005,7.104,22.491,6.573,21.862,6.573z%20M20.948,6.573h-3.886v-0.59c0-1.11,0.869-2.007,1.943-2.007s1.943,0.897,1.943,2.007%20V6.573z'/%3e%3cpath%20class='st0'%20d='M8.995,22c1.1,0,2-0.923,2-2.051h-4C6.995,21.077,7.885,22,8.995,22z'/%3e%3cpath%20class='st0'%20d='M14.995,14.382c-1.952-1.299-3.24-3.517-3.24-6.038c0-1.138,0.27-2.21,0.737-3.169%20c-0.578-0.428-1.241-0.755-1.997-0.939V3.538c0-0.851-0.67-1.538-1.5-1.538s-1.5,0.687-1.5,1.538v0.697%20c-2.87,0.697-4.5,3.323-4.5,6.482v5.128l-2,2.051v1.026h16v-1.026l-2-2.051V14.382z'/%3e%3c/g%3e%3c/svg%3e")}.icon-location{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zm0%209.5c-1.38%200-2.5-1.12-2.5-2.5s1.12-2.5%202.5-2.5%202.5%201.12%202.5%202.5-1.12%202.5-2.5%202.5z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%202C8.13%202%205%205.13%205%209c0%205.25%207%2013%207%2013s7-7.75%207-13c0-3.87-3.13-7-7-7zm0%209.5c-1.38%200-2.5-1.12-2.5-2.5s1.12-2.5%202.5-2.5%202.5%201.12%202.5%202.5-1.12%202.5-2.5%202.5z'/%3e%3c/svg%3e")}.icon-location-disabled{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%204.5C11.38%204.5%2012.5%205.62%2012.5%207C12.5%207.74%2012.17%208.39%2011.67%208.85L15.3%2012.48C16.28%2010.62%2017%208.68%2017%207C17%203.13%2013.87%200%2010%200C8.02%200%206.24%200.83%204.96%202.15L8.15%205.34C8.61%204.82%209.26%204.5%2010%204.5ZM14.37%2014.1L9.74%209.47L9.63%209.36L1.27%201L0%202.27L3.18%205.45C3.07%205.95%203%206.47%203%207C3%2012.25%2010%2020%2010%2020C10%2020%2011.67%2018.15%2013.38%2015.65L16.73%2019L18%2017.73L14.37%2014.1Z'%20fill='%23CECECE'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%204.5C11.38%204.5%2012.5%205.62%2012.5%207C12.5%207.74%2012.17%208.39%2011.67%208.85L15.3%2012.48C16.28%2010.62%2017%208.68%2017%207C17%203.13%2013.87%200%2010%200C8.02%200%206.24%200.83%204.96%202.15L8.15%205.34C8.61%204.82%209.26%204.5%2010%204.5ZM14.37%2014.1L9.74%209.47L9.63%209.36L1.27%201L0%202.27L3.18%205.45C3.07%205.95%203%206.47%203%207C3%2012.25%2010%2020%2010%2020C10%2020%2011.67%2018.15%2013.38%2015.65L16.73%2019L18%2017.73L14.37%2014.1Z'%20fill='%23CECECE'/%3e%3c/svg%3e")}.icon-tune{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='18px'%20viewBox='0%200%2024%2024'%20width='18px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M3%2017v2h6v-2H3zM3%205v2h10V5H3zm10%2016v-2h8v-2h-8v-2h-2v6h2zM7%209v2H3v2h4v2h2V9H7zm14%204v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z'/%3e%3c/svg%3e")}.icon-free{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.90932%203.25C8.3665%203.25%208.9068%203.95833%208.95592%205H10.7651C10.7078%203.56667%209.84824%202.25%208.13728%201.825V0H5.68136V1.8C5.24748%201.9%204.83816%202.05%204.46977%202.25L5.67317%203.475C6.00882%203.33333%206.41814%203.25%206.90932%203.25ZM1.03967%200.883333L0%201.94167L2.81612%204.80833C2.81612%206.54167%204.0932%207.48333%206.017%208.06667L8.89043%2010.9917C8.61209%2011.3917%208.03086%2011.75%206.90932%2011.75C5.22292%2011.75%204.55982%2010.9833%204.46977%2010H2.66877C2.767%2011.825%204.10957%2012.85%205.68136%2013.1917V15H8.13728V13.2083C8.92317%2013.0583%209.6272%2012.75%2010.1429%2012.275L11.9603%2014.125L13%2013.0667L1.03967%200.883333Z'%20fill='%23616161'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.90932%203.25C8.3665%203.25%208.9068%203.95833%208.95592%205H10.7651C10.7078%203.56667%209.84824%202.25%208.13728%201.825V0H5.68136V1.8C5.24748%201.9%204.83816%202.05%204.46977%202.25L5.67317%203.475C6.00882%203.33333%206.41814%203.25%206.90932%203.25ZM1.03967%200.883333L0%201.94167L2.81612%204.80833C2.81612%206.54167%204.0932%207.48333%206.017%208.06667L8.89043%2010.9917C8.61209%2011.3917%208.03086%2011.75%206.90932%2011.75C5.22292%2011.75%204.55982%2010.9833%204.46977%2010H2.66877C2.767%2011.825%204.10957%2012.85%205.68136%2013.1917V15H8.13728V13.2083C8.92317%2013.0583%209.6272%2012.75%2010.1429%2012.275L11.9603%2014.125L13%2013.0667L1.03967%200.883333Z'%20fill='%23616161'/%3e%3c/svg%3e")}.icon-paid{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.84479%207.02222C2.83792%206.49778%202.19253%205.95556%202.19253%205.11111C2.19253%204.14222%203.08546%203.46667%204.57957%203.46667C6.15324%203.46667%206.73674%204.22222%206.78978%205.33333H8.74361C8.68173%203.80444%207.75344%202.4%205.9057%201.94667V0H3.25344V1.92C1.53831%202.29333%200.159135%203.41333%200.159135%205.12889C0.159135%207.18222%201.84774%208.20444%204.31434%208.8C6.52456%209.33333%206.9666%2010.1156%206.9666%2010.9422C6.9666%2011.5556%206.5334%2012.5333%204.57957%2012.5333C2.75835%2012.5333%202.04224%2011.7156%201.94499%2010.6667H0C0.10609%2012.6133%201.55599%2013.7067%203.25344%2014.0711V16H5.9057V14.0889C7.62967%2013.76%209%2012.7556%209%2010.9333C9%208.40889%206.85167%207.54667%204.84479%207.02222Z'%20fill='%23616161'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.84479%207.02222C2.83792%206.49778%202.19253%205.95556%202.19253%205.11111C2.19253%204.14222%203.08546%203.46667%204.57957%203.46667C6.15324%203.46667%206.73674%204.22222%206.78978%205.33333H8.74361C8.68173%203.80444%207.75344%202.4%205.9057%201.94667V0H3.25344V1.92C1.53831%202.29333%200.159135%203.41333%200.159135%205.12889C0.159135%207.18222%201.84774%208.20444%204.31434%208.8C6.52456%209.33333%206.9666%2010.1156%206.9666%2010.9422C6.9666%2011.5556%206.5334%2012.5333%204.57957%2012.5333C2.75835%2012.5333%202.04224%2011.7156%201.94499%2010.6667H0C0.10609%2012.6133%201.55599%2013.7067%203.25344%2014.0711V16H5.9057V14.0889C7.62967%2013.76%209%2012.7556%209%2010.9333C9%208.40889%206.85167%207.54667%204.84479%207.02222Z'%20fill='%23616161'/%3e%3c/svg%3e")}.icon-shop{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='15'%20viewBox='0%200%2017%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%200.5H1.5V2.25H15.5V0.5ZM16.375%209.25V7.5L15.5%203.125H1.5L0.625%207.5V9.25H1.5V14.5H10.25V9.25H13.75V14.5H15.5V9.25H16.375ZM8.5%2012.75H3.25V9.25H8.5V12.75Z'%20fill='%2300A898'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='15'%20viewBox='0%200%2017%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%200.5H1.5V2.25H15.5V0.5ZM16.375%209.25V7.5L15.5%203.125H1.5L0.625%207.5V9.25H1.5V14.5H10.25V9.25H13.75V14.5H15.5V9.25H16.375ZM8.5%2012.75H3.25V9.25H8.5V12.75Z'%20fill='%2300A898'/%3e%3c/svg%3e")}.icon-open-in-new{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M19%2019H5V5h7V3H5c-1.11%200-2%20.9-2%202v14c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2v-7h-2v7zM14%203v2h3.59l-9.83%209.83%201.41%201.41L19%206.41V10h2V3h-7z'/%3e%3c/svg%3e")}.icon-installs{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.336%205.55232H18.84C18.6278%205.55232%2018.4243%205.62717%2018.2743%205.76041C18.1243%205.89365%2018.04%206.07436%2018.04%206.2628C18.04%206.45123%2018.1243%206.63194%2018.2743%206.76518C18.4243%206.89842%2018.6278%206.97328%2018.84%206.97328H22.4V21.1829H1.6V6.97328H5.104C5.31617%206.97328%205.51966%206.89842%205.66969%206.76518C5.81971%206.63194%205.904%206.45123%205.904%206.2628C5.904%206.07436%205.81971%205.89365%205.66969%205.76041C5.51966%205.62717%205.31617%205.55232%205.104%205.55232H1.664C1.44856%205.54466%201.2336%205.57575%201.03203%205.64372C0.830466%205.71169%200.646445%205.81514%200.491026%205.94786C0.335607%206.08058%200.211995%206.23983%200.127615%206.41604C0.0432352%206.59225%20-0.000172048%206.78179%205.12478e-07%206.97328V21.1829C-0.000172048%2021.3744%200.0432352%2021.5639%200.127615%2021.7401C0.211995%2021.9163%200.335607%2022.0756%200.491026%2022.2083C0.646445%2022.341%200.830466%2022.4445%201.03203%2022.5125C1.2336%2022.5804%201.44856%2022.6115%201.664%2022.6039H22.336C22.5514%2022.6115%2022.7664%2022.5804%2022.968%2022.5125C23.1695%2022.4445%2023.3536%2022.341%2023.509%2022.2083C23.6644%2022.0756%2023.788%2021.9163%2023.8724%2021.7401C23.9568%2021.5639%2024.0002%2021.3744%2024%2021.1829V6.97328C24.0002%206.78179%2023.9568%206.59225%2023.8724%206.41604C23.788%206.23983%2023.6644%206.08058%2023.509%205.94786C23.3536%205.81514%2023.1695%205.71169%2022.968%205.64372C22.7664%205.57575%2022.5514%205.54466%2022.336%205.55232V5.55232Z'%20fill='%23333333'/%3e%3cpath%20d='M5.8401%2013.2753L11.4401%2018.1706C11.5896%2018.3007%2011.7907%2018.3737%2012.0001%2018.3737C12.2095%2018.3737%2012.4105%2018.3007%2012.5601%2018.1706L18.1601%2013.2753C18.3118%2013.1434%2018.3983%2012.9634%2018.4005%2012.7749C18.4028%2012.5863%2018.3206%2012.4047%2018.1721%2012.27C18.0236%2012.1353%2017.8209%2012.0585%2017.6086%2012.0565C17.3963%2012.0545%2017.1918%2012.1275%2017.0401%2012.2594L12.8001%2015.961V2.71048C12.8001%202.52205%2012.7158%202.34134%2012.5658%202.2081C12.4157%202.07485%2012.2123%202%2012.0001%202C11.7879%202%2011.5844%202.07485%2011.4344%202.2081C11.2844%202.34134%2011.2001%202.52205%2011.2001%202.71048V15.961L6.9601%2012.2594C6.80839%2012.1275%206.6039%2012.0545%206.39161%2012.0565C6.17932%2012.0585%205.97662%2012.1353%205.8281%2012.27C5.67958%2012.4047%205.5974%2012.5863%205.59965%2012.7749C5.6019%2012.9634%205.6884%2013.1434%205.8401%2013.2753V13.2753Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.336%205.55232H18.84C18.6278%205.55232%2018.4243%205.62717%2018.2743%205.76041C18.1243%205.89365%2018.04%206.07436%2018.04%206.2628C18.04%206.45123%2018.1243%206.63194%2018.2743%206.76518C18.4243%206.89842%2018.6278%206.97328%2018.84%206.97328H22.4V21.1829H1.6V6.97328H5.104C5.31617%206.97328%205.51966%206.89842%205.66969%206.76518C5.81971%206.63194%205.904%206.45123%205.904%206.2628C5.904%206.07436%205.81971%205.89365%205.66969%205.76041C5.51966%205.62717%205.31617%205.55232%205.104%205.55232H1.664C1.44856%205.54466%201.2336%205.57575%201.03203%205.64372C0.830466%205.71169%200.646445%205.81514%200.491026%205.94786C0.335607%206.08058%200.211995%206.23983%200.127615%206.41604C0.0432352%206.59225%20-0.000172048%206.78179%205.12478e-07%206.97328V21.1829C-0.000172048%2021.3744%200.0432352%2021.5639%200.127615%2021.7401C0.211995%2021.9163%200.335607%2022.0756%200.491026%2022.2083C0.646445%2022.341%200.830466%2022.4445%201.03203%2022.5125C1.2336%2022.5804%201.44856%2022.6115%201.664%2022.6039H22.336C22.5514%2022.6115%2022.7664%2022.5804%2022.968%2022.5125C23.1695%2022.4445%2023.3536%2022.341%2023.509%2022.2083C23.6644%2022.0756%2023.788%2021.9163%2023.8724%2021.7401C23.9568%2021.5639%2024.0002%2021.3744%2024%2021.1829V6.97328C24.0002%206.78179%2023.9568%206.59225%2023.8724%206.41604C23.788%206.23983%2023.6644%206.08058%2023.509%205.94786C23.3536%205.81514%2023.1695%205.71169%2022.968%205.64372C22.7664%205.57575%2022.5514%205.54466%2022.336%205.55232V5.55232Z'%20fill='%23333333'/%3e%3cpath%20d='M5.8401%2013.2753L11.4401%2018.1706C11.5896%2018.3007%2011.7907%2018.3737%2012.0001%2018.3737C12.2095%2018.3737%2012.4105%2018.3007%2012.5601%2018.1706L18.1601%2013.2753C18.3118%2013.1434%2018.3983%2012.9634%2018.4005%2012.7749C18.4028%2012.5863%2018.3206%2012.4047%2018.1721%2012.27C18.0236%2012.1353%2017.8209%2012.0585%2017.6086%2012.0565C17.3963%2012.0545%2017.1918%2012.1275%2017.0401%2012.2594L12.8001%2015.961V2.71048C12.8001%202.52205%2012.7158%202.34134%2012.5658%202.2081C12.4157%202.07485%2012.2123%202%2012.0001%202C11.7879%202%2011.5844%202.07485%2011.4344%202.2081C11.2844%202.34134%2011.2001%202.52205%2011.2001%202.71048V15.961L6.9601%2012.2594C6.80839%2012.1275%206.6039%2012.0545%206.39161%2012.0565C6.17932%2012.0585%205.97662%2012.1353%205.8281%2012.27C5.67958%2012.4047%205.5974%2012.5863%205.59965%2012.7749C5.6019%2012.9634%205.6884%2013.1434%205.8401%2013.2753V13.2753Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-help-tear{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5%202C6.81%202%203%205.81%203%2010.5C3%2015.19%206.81%2019%2011.5%2019H12V22C16.86%2019.66%2020%2015%2020%2010.5C20%205.81%2016.19%202%2011.5%202ZM12.5%2016.5H10.5V14.5H12.5V16.5ZM12.5%2013H10.5C10.5%209.75%2013.5%2010%2013.5%208C13.5%206.9%2012.6%206%2011.5%206C10.4%206%209.5%206.9%209.5%208H7.5C7.5%205.79%209.29%204%2011.5%204C13.71%204%2015.5%205.79%2015.5%208C15.5%2010.5%2012.5%2010.75%2012.5%2013Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.5%202C6.81%202%203%205.81%203%2010.5C3%2015.19%206.81%2019%2011.5%2019H12V22C16.86%2019.66%2020%2015%2020%2010.5C20%205.81%2016.19%202%2011.5%202ZM12.5%2016.5H10.5V14.5H12.5V16.5ZM12.5%2013H10.5C10.5%209.75%2013.5%2010%2013.5%208C13.5%206.9%2012.6%206%2011.5%206C10.4%206%209.5%206.9%209.5%208H7.5C7.5%205.79%209.29%204%2011.5%204C13.71%204%2015.5%205.79%2015.5%208C15.5%2010.5%2012.5%2010.75%2012.5%2013Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-help-text{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M660-160h40v-160h-40v160Zm20-200q8%200%2014-6t6-14q0-8-6-14t-14-6q-8%200-14%206t-6%2014q0%208%206%2014t14%206ZM200-800v640-640%20200-200Zm80%20400h147q11-23%2025.5-43t32.5-37H280v80Zm0%20160h123q-3-20-3-40t3-40H280v80ZM200-80q-33%200-56.5-23.5T120-160v-640q0-33%2023.5-56.5T200-880h320l240%20240v92q-19-6-39-9t-41-3v-40H480v-200H200v640h227q11%2023%2025.5%2043T485-80H200Zm480-400q83%200%20141.5%2058.5T880-280q0%2083-58.5%20141.5T680-80q-83%200-141.5-58.5T480-280q0-83%2058.5-141.5T680-480Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M660-160h40v-160h-40v160Zm20-200q8%200%2014-6t6-14q0-8-6-14t-14-6q-8%200-14%206t-6%2014q0%208%206%2014t14%206ZM200-800v640-640%20200-200Zm80%20400h147q11-23%2025.5-43t32.5-37H280v80Zm0%20160h123q-3-20-3-40t3-40H280v80ZM200-80q-33%200-56.5-23.5T120-160v-640q0-33%2023.5-56.5T200-880h320l240%20240v92q-19-6-39-9t-41-3v-40H480v-200H200v640h227q11%2023%2025.5%2043T485-80H200Zm480-400q83%200%20141.5%2058.5T880-280q0%2083-58.5%20141.5T680-80q-83%200-141.5-58.5T480-280q0-83%2058.5-141.5T680-480Z'/%3e%3c/svg%3e")}.icon-edit-calendar{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6465%2010.671L14.3833%2011.3253L7.13531%2017.7622H6.39971V17.1079L13.6477%2010.671H13.6465ZM16.5253%206.39424C16.3154%206.39488%2016.1141%206.46875%2015.9649%206.59993L14.5009%207.9001L17.5009%2010.5644L18.9649%209.26421C19.0391%209.19848%2019.0979%209.12041%2019.1381%209.03446C19.1782%208.94851%2019.1989%208.85638%2019.1989%208.76333C19.1989%208.67028%2019.1782%208.57814%2019.1381%208.49219C19.0979%208.40624%2019.0391%208.32817%2018.9649%208.26244L17.0929%206.59993C17.0188%206.53375%2016.9305%206.48145%2016.8332%206.44612C16.7359%206.41079%2016.6316%206.39315%2016.5265%206.39424H16.5253ZM13.6453%208.66102L4.80011%2016.5185V19.1828H7.80011L16.6465%2011.3253L13.6453%208.66102Z'%20fill='%23333333'/%3e%3cpath%20d='M20.4%200H18V2.13144H6V0H3.6V2.13144H2.4C1.76348%202.13144%201.15303%202.356%200.702944%202.75572C0.252856%203.15544%200%203.69758%200%204.26287V21.3144C0%2021.8797%200.252856%2022.4218%200.702944%2022.8215C1.15303%2023.2212%201.76348%2023.4458%202.4%2023.4458H21.6C22.2365%2023.4458%2022.847%2023.2212%2023.2971%2022.8215C23.7471%2022.4218%2024%2021.8797%2024%2021.3144V4.26287C24%203.69758%2023.7471%203.15544%2023.2971%202.75572C22.847%202.356%2022.2365%202.13144%2021.6%202.13144H20.4V0ZM2.4%2021.3144V4.26287H21.6V21.3144H2.4Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6465%2010.671L14.3833%2011.3253L7.13531%2017.7622H6.39971V17.1079L13.6477%2010.671H13.6465ZM16.5253%206.39424C16.3154%206.39488%2016.1141%206.46875%2015.9649%206.59993L14.5009%207.9001L17.5009%2010.5644L18.9649%209.26421C19.0391%209.19848%2019.0979%209.12041%2019.1381%209.03446C19.1782%208.94851%2019.1989%208.85638%2019.1989%208.76333C19.1989%208.67028%2019.1782%208.57814%2019.1381%208.49219C19.0979%208.40624%2019.0391%208.32817%2018.9649%208.26244L17.0929%206.59993C17.0188%206.53375%2016.9305%206.48145%2016.8332%206.44612C16.7359%206.41079%2016.6316%206.39315%2016.5265%206.39424H16.5253ZM13.6453%208.66102L4.80011%2016.5185V19.1828H7.80011L16.6465%2011.3253L13.6453%208.66102Z'%20fill='%23333333'/%3e%3cpath%20d='M20.4%200H18V2.13144H6V0H3.6V2.13144H2.4C1.76348%202.13144%201.15303%202.356%200.702944%202.75572C0.252856%203.15544%200%203.69758%200%204.26287V21.3144C0%2021.8797%200.252856%2022.4218%200.702944%2022.8215C1.15303%2023.2212%201.76348%2023.4458%202.4%2023.4458H21.6C22.2365%2023.4458%2022.847%2023.2212%2023.2971%2022.8215C23.7471%2022.4218%2024%2021.8797%2024%2021.3144V4.26287C24%203.69758%2023.7471%203.15544%2023.2971%202.75572C22.847%202.356%2022.2365%202.13144%2021.6%202.13144H20.4V0ZM2.4%2021.3144V4.26287H21.6V21.3144H2.4Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-support-star{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%208H4V6H20V8ZM18%202H6V4H18V2ZM22%2012V20C22%2020.5304%2021.7893%2021.0391%2021.4142%2021.4142C21.0391%2021.7893%2020.5304%2022%2020%2022H4C3.47005%2021.9984%202.96227%2021.7872%202.58753%2021.4125C2.2128%2021.0377%202.00158%2020.5299%202%2020V12C2.00158%2011.4701%202.2128%2010.9623%202.58753%2010.5875C2.96227%2010.2128%203.47005%2010.0016%204%2010H20C20.5299%2010.0016%2021.0377%2010.2128%2021.4125%2010.5875C21.7872%2010.9623%2021.9984%2011.4701%2022%2012ZM13.927%2017.042L16.25%2015.056L13.191%2014.8L12%2012L10.809%2014.8L7.75%2015.056L10.073%2017.042L9.373%2020L12%2018.428L14.627%2020L13.927%2017.042Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%208H4V6H20V8ZM18%202H6V4H18V2ZM22%2012V20C22%2020.5304%2021.7893%2021.0391%2021.4142%2021.4142C21.0391%2021.7893%2020.5304%2022%2020%2022H4C3.47005%2021.9984%202.96227%2021.7872%202.58753%2021.4125C2.2128%2021.0377%202.00158%2020.5299%202%2020V12C2.00158%2011.4701%202.2128%2010.9623%202.58753%2010.5875C2.96227%2010.2128%203.47005%2010.0016%204%2010H20C20.5299%2010.0016%2021.0377%2010.2128%2021.4125%2010.5875C21.7872%2010.9623%2021.9984%2011.4701%2022%2012ZM13.927%2017.042L16.25%2015.056L13.191%2014.8L12%2012L10.809%2014.8L7.75%2015.056L10.073%2017.042L9.373%2020L12%2018.428L14.627%2020L13.927%2017.042Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-my-location{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm8.94%203c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83%203.52%203.52%206.83%203.06%2011H1v2h2.06c.46%204.17%203.77%207.48%207.94%207.94V23h2v-2.06c4.17-.46%207.48-3.77%207.94-7.94H23v-2h-2.06zM12%2019c-3.87%200-7-3.13-7-7s3.13-7%207-7%207%203.13%207%207-3.13%207-7%207z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M12%208c-2.21%200-4%201.79-4%204s1.79%204%204%204%204-1.79%204-4-1.79-4-4-4zm8.94%203c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83%203.52%203.52%206.83%203.06%2011H1v2h2.06c.46%204.17%203.77%207.48%207.94%207.94V23h2v-2.06c4.17-.46%207.48-3.77%207.94-7.94H23v-2h-2.06zM12%2019c-3.87%200-7-3.13-7-7s3.13-7%207-7%207%203.13%207%207-3.13%207-7%207z'/%3e%3c/svg%3e")}.icon-location-permission{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.3571424,10.5333338v-0.4888897c0-1.3493328-1.0560007-2.4444442-2.3571424-2.4444442%20s-2.3571424,1.0951114-2.3571424,2.4444442v0.4888897c-0.5185719,0-0.9428577,0.4399996-0.9428577,0.9777775v3.9111109%20c0,0.5377779,0.4242859,0.9777775,0.9428577,0.9777775h4.7142849c0.5185709,0,0.9428577-0.4399996,0.9428577-0.9777775v-3.9111109%20C15.3000002,10.9733334,14.8757133,10.5333338,14.3571424,10.5333338z%20M13.6028576,10.5333338h-3.2057133v-0.4888897%20c0-0.9191113,0.7165709-1.6622219,1.6028576-1.6622219c0.8862858,0,1.6028576,0.7431107,1.6028576,1.6622219L13.6028576,10.5333338%20z'/%3e%3cpath%20class='st0'%20d='M20.9400024,11C20.4799805,6.8299561,17.1699829,3.5199585,13,3.0599976V1h-2v2.0599976%20C6.8300171,3.5199585,3.5200195,6.8299561,3.0599976,11H1v2h2.0599976C3.5200195,17.1699829,6.8300171,20.4799805,11,20.9400024V23%20h2v-2.0599976C17.1699829,20.4799805,20.4799805,17.1699829,20.9400024,13H23v-2H20.9400024z%20M16.9500122,16.9500122%20C15.6799927,18.2199707,13.9400024,19,12,19c-3.8699951,0-7-3.1300049-7-7c0-1.9400024,0.7800293-3.6799927,2.0499878-4.9500122%20C8.3200073,5.7799683,10.0599976,5,12,5s3.6799927,0.7799683,4.9500122,2.0499878C18.2199707,8.3200073,19,10.0599976,19,12%20S18.2199707,15.6799927,16.9500122,16.9500122z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M14.3571424,10.5333338v-0.4888897c0-1.3493328-1.0560007-2.4444442-2.3571424-2.4444442%20s-2.3571424,1.0951114-2.3571424,2.4444442v0.4888897c-0.5185719,0-0.9428577,0.4399996-0.9428577,0.9777775v3.9111109%20c0,0.5377779,0.4242859,0.9777775,0.9428577,0.9777775h4.7142849c0.5185709,0,0.9428577-0.4399996,0.9428577-0.9777775v-3.9111109%20C15.3000002,10.9733334,14.8757133,10.5333338,14.3571424,10.5333338z%20M13.6028576,10.5333338h-3.2057133v-0.4888897%20c0-0.9191113,0.7165709-1.6622219,1.6028576-1.6622219c0.8862858,0,1.6028576,0.7431107,1.6028576,1.6622219L13.6028576,10.5333338%20z'/%3e%3cpath%20class='st0'%20d='M20.9400024,11C20.4799805,6.8299561,17.1699829,3.5199585,13,3.0599976V1h-2v2.0599976%20C6.8300171,3.5199585,3.5200195,6.8299561,3.0599976,11H1v2h2.0599976C3.5200195,17.1699829,6.8300171,20.4799805,11,20.9400024V23%20h2v-2.0599976C17.1699829,20.4799805,20.4799805,17.1699829,20.9400024,13H23v-2H20.9400024z%20M16.9500122,16.9500122%20C15.6799927,18.2199707,13.9400024,19,12,19c-3.8699951,0-7-3.1300049-7-7c0-1.9400024,0.7800293-3.6799927,2.0499878-4.9500122%20C8.3200073,5.7799683,10.0599976,5,12,5s3.6799927,0.7799683,4.9500122,2.0499878C18.2199707,8.3200073,19,10.0599976,19,12%20S18.2199707,15.6799927,16.9500122,16.9500122z'/%3e%3c/g%3e%3c/svg%3e")}.icon-within{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.9256028,1.9256028;}%20.st1{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='12'%20cy='18.4259281'%20rx='10'%20ry='4.0952392'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M12.0500002,1.021167c-3.2895002,0-5.9500003,2.7238452-5.9500003,6.0916662%20c0,4.5687499,5.9500003,11.3130951,5.9500003,11.3130951S18,11.6815834,18,7.1128335%20C18,3.7450123,15.3394995,1.021167,12.0500002,1.021167z%20M12.0500002,9.2884293c-1.1730003,0-2.125-0.9746666-2.125-2.1755958%20s0.9519997-2.1755948,2.125-2.1755948s2.125,0.9746661,2.125,2.1755948S13.2230005,9.2884293,12.0500002,9.2884293z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.9256028,1.9256028;}%20.st1{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='12'%20cy='18.4259281'%20rx='10'%20ry='4.0952392'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M12.0500002,1.021167c-3.2895002,0-5.9500003,2.7238452-5.9500003,6.0916662%20c0,4.5687499,5.9500003,11.3130951,5.9500003,11.3130951S18,11.6815834,18,7.1128335%20C18,3.7450123,15.3394995,1.021167,12.0500002,1.021167z%20M12.0500002,9.2884293c-1.1730003,0-2.125-0.9746666-2.125-2.1755958%20s0.9519997-2.1755948,2.125-2.1755948s2.125,0.9746661,2.125,2.1755948S13.2230005,9.2884293,12.0500002,9.2884293z'/%3e%3c/g%3e%3c/svg%3e")}.icon-not-within{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.9389423,1.9389423;}%20.st1{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='13.2460709'%20cy='18.7198753'%20rx='9.2272863'%20ry='3.7845378'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M5.4906831,1.0126364c-2.4850557,0-4.4949327,2.0999324-4.4949327,4.6963339%20c0,3.5222507,4.4949327,8.7217636,4.4949327,8.7217636s4.4949336-5.1995125,4.4949336-8.7217636%20C9.9856167,3.1125689,7.975739,1.0126364,5.4906831,1.0126364z%20M5.4906831,7.3862329%20c-0.8861437,0-1.6053331-0.7514133-1.6053331-1.6772623s0.7191894-1.6772623,1.6053331-1.6772623%20s1.6053333,0.7514133,1.6053333,1.6772623S6.3768272,7.3862329,5.4906831,7.3862329z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:none;stroke:%23333333;stroke-miterlimit:10;stroke-dasharray:1.9389423,1.9389423;}%20.st1{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cg%3e%3cellipse%20class='st0'%20cx='13.2460709'%20cy='18.7198753'%20rx='9.2272863'%20ry='3.7845378'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M5.4906831,1.0126364c-2.4850557,0-4.4949327,2.0999324-4.4949327,4.6963339%20c0,3.5222507,4.4949327,8.7217636,4.4949327,8.7217636s4.4949336-5.1995125,4.4949336-8.7217636%20C9.9856167,3.1125689,7.975739,1.0126364,5.4906831,1.0126364z%20M5.4906831,7.3862329%20c-0.8861437,0-1.6053331-0.7514133-1.6053331-1.6772623s0.7191894-1.6772623,1.6053331-1.6772623%20s1.6053333,0.7514133,1.6053333,1.6772623S6.3768272,7.3862329,5.4906831,7.3862329z'/%3e%3c/g%3e%3c/svg%3e")}.icon-kilometers{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M20.4615383,9h-6.9230766C12.6923265,9,12,9.75002,12,10.666667V19h2.3076925v-7.5h1.5384617v5.833334%20h2.3076925v-5.8500166h1.5384617V19H22v-8.333333C22,9.75002,21.3076744,9,20.4615383,9z'/%3e%3cg%3e%3cpath%20class='st0'%20d='M10,17.5700073L7.9099731,19l-3.3199463-4.6600342L4.5,14.2199707V19H3.0300293%20C2.460022,19,2,18.539978,2,17.9699707V6.0499878C2,5.4699707,2.4699707,5,3.0499878,5H4.5v6.8800049L7.1699829,8%20L9.289978,9.3999634l-2.5099487,3.6500244L10,17.5700073z'/%3e%3cpolygon%20class='st0'%20points='4.5900269,14.3399658%204.5,14.2799683%204.5,14.2199707%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M20.4615383,9h-6.9230766C12.6923265,9,12,9.75002,12,10.666667V19h2.3076925v-7.5h1.5384617v5.833334%20h2.3076925v-5.8500166h1.5384617V19H22v-8.333333C22,9.75002,21.3076744,9,20.4615383,9z'/%3e%3cg%3e%3cpath%20class='st0'%20d='M10,17.5700073L7.9099731,19l-3.3199463-4.6600342L4.5,14.2199707V19H3.0300293%20C2.460022,19,2,18.539978,2,17.9699707V6.0499878C2,5.4699707,2.4699707,5,3.0499878,5H4.5v6.8800049L7.1699829,8%20L9.289978,9.3999634l-2.5099487,3.6500244L10,17.5700073z'/%3e%3cpolygon%20class='st0'%20points='4.5900269,14.3399658%204.5,14.2799683%204.5,14.2199707%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.icon-miles{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M13.0256414,8.6296301H5.6410255C4.7384815,8.6296301,4,9.4074287,4,10.3580246V19h2.4615383v-7.7777777%20h1.6410255v6.0493822h2.4615383v-6.0666828h1.6410265V19h2.4615383v-8.6419754%20C14.666667,9.4074287,13.9281855,8.6296301,13.0256414,8.6296301z'/%3e%3cpath%20class='st0'%20d='M19.0953407,19h-2.0093746c-0.0106583,0-0.0192986-0.0086403-0.0192986-0.0192986V9.4804907%20c0-0.4699173,0.3809433-0.8508606,0.8508606-0.8508606h2.0631733C19.9913597,8.6296301,20,8.6382704,20,8.6489286v9.4464121%20C20,18.5949707,19.5949707,19,19.0953407,19z'/%3e%3cpath%20class='st0'%20d='M19.0992737,7.5925927h-1.1318798c-0.4974575,0-0.9007263-0.4032693-0.9007263-0.9007273V5.9063492%20C17.0666676,5.4057865,17.4724522,5,17.9730148,5h1.1262589C19.5967312,5,20,5.4032693,20,5.9007268v0.7911386%20C20,7.1893234,19.5967312,7.5925927,19.0992737,7.5925927z'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23333333;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M13.0256414,8.6296301H5.6410255C4.7384815,8.6296301,4,9.4074287,4,10.3580246V19h2.4615383v-7.7777777%20h1.6410255v6.0493822h2.4615383v-6.0666828h1.6410265V19h2.4615383v-8.6419754%20C14.666667,9.4074287,13.9281855,8.6296301,13.0256414,8.6296301z'/%3e%3cpath%20class='st0'%20d='M19.0953407,19h-2.0093746c-0.0106583,0-0.0192986-0.0086403-0.0192986-0.0192986V9.4804907%20c0-0.4699173,0.3809433-0.8508606,0.8508606-0.8508606h2.0631733C19.9913597,8.6296301,20,8.6382704,20,8.6489286v9.4464121%20C20,18.5949707,19.5949707,19,19.0953407,19z'/%3e%3cpath%20class='st0'%20d='M19.0992737,7.5925927h-1.1318798c-0.4974575,0-0.9007263-0.4032693-0.9007263-0.9007273V5.9063492%20C17.0666676,5.4057865,17.4724522,5,17.9730148,5h1.1262589C19.5967312,5,20,5.4032693,20,5.9007268v0.7911386%20C20,7.1893234,19.5967312,7.5925927,19.0992737,7.5925927z'/%3e%3c/g%3e%3c/svg%3e")}.icon-distance{-webkit-mask-image:url(./distance-DxCoTWlU.svg);mask-image:url(./distance-DxCoTWlU.svg)}.icon-calendar-blank{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3%203,3.89%203,5V19A2,2%200%200,0%205,21H19A2,2%200%200,0%2021,19V5C21,3.89%2020.1,3%2019,3H18V1'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3%203,3.89%203,5V19A2,2%200%200,0%205,21H19A2,2%200%200,0%2021,19V5C21,3.89%2020.1,3%2019,3H18V1'%20/%3e%3c/svg%3e")}.icon-list-check{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%200C3.36%200%200%203.36%200%207.5C0%2011.64%203.36%2015%207.5%2015C11.64%2015%2015%2011.64%2015%207.5C15%203.36%2011.64%200%207.5%200ZM6%2011.25L2.25%207.5L3.3075%206.4425L6%209.1275L11.6925%203.435L12.75%204.5L6%2011.25Z'%20fill='%23333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%200C3.36%200%200%203.36%200%207.5C0%2011.64%203.36%2015%207.5%2015C11.64%2015%2015%2011.64%2015%207.5C15%203.36%2011.64%200%207.5%200ZM6%2011.25L2.25%207.5L3.3075%206.4425L6%209.1275L11.6925%203.435L12.75%204.5L6%2011.25Z'%20fill='%23333'/%3e%3c/svg%3e")}.icon-magic-layout{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23424242;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M4.00085,5.98419H21.9989V3.98163H4.00085A2.00707,2.00707,0,0,0,2.0011,5.98419V16.99792H.00128v3.00379H13.99976V16.99792H4.00085Z'/%3e%3cpath%20class='cls-1'%20d='M22.99878,7.98669H16.99945a1.00351,1.00351,0,0,0-.99988,1.00123V19.00043a1.00351,1.00351,0,0,0,.99988,1.00128h5.99933a1.00353,1.00353,0,0,0,.99994-1.00128V8.98792A1.00352,1.00352,0,0,0,22.99878,7.98669Zm-.99988,9.01123H17.99933V9.9892H21.9989Z'/%3e%3cpath%20class='cls-1'%20d='M9.65717,7.72992a.0838.0838,0,0,0-.11213-.1142l-1.75421.8584A.08633.08633,0,0,1,7.7121,8.4726L5.96606,7.531a.08391.08391,0,0,0-.11669.10974l.89111,1.74579a.08151.08151,0,0,1-.00153.07714l-.9461,1.68189a.08376.08376,0,0,0,.11206.1142l1.76794-.86506a.0862.0862,0,0,1,.07874.00153l1.70294.91834a.08393.08393,0,0,0,.1167-.10975L8.70209,9.50208A.08127.08127,0,0,1,8.70367,9.425Z'/%3e%3cpath%20class='cls-1'%20d='M13.36292,8.23114a.0411.0411,0,0,1-.01825-.03424l.00244-.96948a.0426.0426,0,0,0-.07733-.02381l-.55994.79047a.04274.04274,0,0,1-.035.01788l-.99866-.0025a.04146.04146,0,0,0-.02429.07575l.82061.55725a.04149.04149,0,0,1,.01825.03424l-.0025.962a.0426.0426,0,0,0,.07733.02381l.56433-.79664a.04282.04282,0,0,1,.035-.01788l.97406.00244a.04146.04146,0,0,0,.02429-.07574Z'/%3e%3cpath%20class='cls-1'%20d='M6.17017,15.68048l.62634-.88415a.04726.04726,0,0,1,.03882-.01984l1.081.00268a.046.046,0,0,0,.027-.084l-.88825-.60321a.04583.04583,0,0,1-.02026-.038l.00275-1.076a.04726.04726,0,0,0-.08582-.02637l-.62146.87726a.04751.04751,0,0,1-.03882.01983l-1.10833-.00274a.046.046,0,0,0-.027.084l.9107.61847a.04565.04565,0,0,1,.02027.038l-.00275,1.06762A.04729.04729,0,0,0,6.17017,15.68048Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23424242;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M4.00085,5.98419H21.9989V3.98163H4.00085A2.00707,2.00707,0,0,0,2.0011,5.98419V16.99792H.00128v3.00379H13.99976V16.99792H4.00085Z'/%3e%3cpath%20class='cls-1'%20d='M22.99878,7.98669H16.99945a1.00351,1.00351,0,0,0-.99988,1.00123V19.00043a1.00351,1.00351,0,0,0,.99988,1.00128h5.99933a1.00353,1.00353,0,0,0,.99994-1.00128V8.98792A1.00352,1.00352,0,0,0,22.99878,7.98669Zm-.99988,9.01123H17.99933V9.9892H21.9989Z'/%3e%3cpath%20class='cls-1'%20d='M9.65717,7.72992a.0838.0838,0,0,0-.11213-.1142l-1.75421.8584A.08633.08633,0,0,1,7.7121,8.4726L5.96606,7.531a.08391.08391,0,0,0-.11669.10974l.89111,1.74579a.08151.08151,0,0,1-.00153.07714l-.9461,1.68189a.08376.08376,0,0,0,.11206.1142l1.76794-.86506a.0862.0862,0,0,1,.07874.00153l1.70294.91834a.08393.08393,0,0,0,.1167-.10975L8.70209,9.50208A.08127.08127,0,0,1,8.70367,9.425Z'/%3e%3cpath%20class='cls-1'%20d='M13.36292,8.23114a.0411.0411,0,0,1-.01825-.03424l.00244-.96948a.0426.0426,0,0,0-.07733-.02381l-.55994.79047a.04274.04274,0,0,1-.035.01788l-.99866-.0025a.04146.04146,0,0,0-.02429.07575l.82061.55725a.04149.04149,0,0,1,.01825.03424l-.0025.962a.0426.0426,0,0,0,.07733.02381l.56433-.79664a.04282.04282,0,0,1,.035-.01788l.97406.00244a.04146.04146,0,0,0,.02429-.07574Z'/%3e%3cpath%20class='cls-1'%20d='M6.17017,15.68048l.62634-.88415a.04726.04726,0,0,1,.03882-.01984l1.081.00268a.046.046,0,0,0,.027-.084l-.88825-.60321a.04583.04583,0,0,1-.02026-.038l.00275-1.076a.04726.04726,0,0,0-.08582-.02637l-.62146.87726a.04751.04751,0,0,1-.03882.01983l-1.10833-.00274a.046.046,0,0,0-.027.084l.9107.61847a.04565.04565,0,0,1,.02027.038l-.00275,1.06762A.04729.04729,0,0,0,6.17017,15.68048Z'/%3e%3c/svg%3e")}.icon-mobile{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.14286%2011.3077H6.85714V2.15385H1.14286V11.3077ZM1.14286%200H6.85714C7.48571%200%208%200.566364%208%201.27273V12.7273C8%2013.0648%207.87959%2013.3885%207.66527%2013.6272C7.45094%2013.8659%207.16025%2014%206.85714%2014H1.14286C0.839753%2014%200.549062%2013.8659%200.334735%2013.6272C0.120408%2013.3885%200%2013.0648%200%2012.7273V1.27273C0%200.566364%200.508571%200%201.14286%200ZM3.92857%2012C3.65243%2012%203.42857%2012.2239%203.42857%2012.5C3.42857%2012.7761%203.65243%2013%203.92857%2013H4.07143C4.34757%2013%204.57143%2012.7761%204.57143%2012.5C4.57143%2012.2239%204.34757%2012%204.07143%2012H3.92857Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.14286%2011.3077H6.85714V2.15385H1.14286V11.3077ZM1.14286%200H6.85714C7.48571%200%208%200.566364%208%201.27273V12.7273C8%2013.0648%207.87959%2013.3885%207.66527%2013.6272C7.45094%2013.8659%207.16025%2014%206.85714%2014H1.14286C0.839753%2014%200.549062%2013.8659%200.334735%2013.6272C0.120408%2013.3885%200%2013.0648%200%2012.7273V1.27273C0%200.566364%200.508571%200%201.14286%200ZM3.92857%2012C3.65243%2012%203.42857%2012.2239%203.42857%2012.5C3.42857%2012.7761%203.65243%2013%203.92857%2013H4.07143C4.34757%2013%204.57143%2012.7761%204.57143%2012.5C4.57143%2012.2239%204.34757%2012%204.07143%2012H3.92857Z'%20fill='%23424242'/%3e%3c/svg%3e");-webkit-mask-size:10px;mask-size:10px}.icon-mobile-small,.icon-mobile-medium{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.14286%2011.3077H6.85714V2.15385H1.14286V11.3077ZM1.14286%200H6.85714C7.48571%200%208%200.566364%208%201.27273V12.7273C8%2013.0648%207.87959%2013.3885%207.66527%2013.6272C7.45094%2013.8659%207.16025%2014%206.85714%2014H1.14286C0.839753%2014%200.549062%2013.8659%200.334735%2013.6272C0.120408%2013.3885%200%2013.0648%200%2012.7273V1.27273C0%200.566364%200.508571%200%201.14286%200ZM3.92857%2012C3.65243%2012%203.42857%2012.2239%203.42857%2012.5C3.42857%2012.7761%203.65243%2013%203.92857%2013H4.07143C4.34757%2013%204.57143%2012.7761%204.57143%2012.5C4.57143%2012.2239%204.34757%2012%204.07143%2012H3.92857Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='14'%20viewBox='0%200%208%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.14286%2011.3077H6.85714V2.15385H1.14286V11.3077ZM1.14286%200H6.85714C7.48571%200%208%200.566364%208%201.27273V12.7273C8%2013.0648%207.87959%2013.3885%207.66527%2013.6272C7.45094%2013.8659%207.16025%2014%206.85714%2014H1.14286C0.839753%2014%200.549062%2013.8659%200.334735%2013.6272C0.120408%2013.3885%200%2013.0648%200%2012.7273V1.27273C0%200.566364%200.508571%200%201.14286%200ZM3.92857%2012C3.65243%2012%203.42857%2012.2239%203.42857%2012.5C3.42857%2012.7761%203.65243%2013%203.92857%2013H4.07143C4.34757%2013%204.57143%2012.7761%204.57143%2012.5C4.57143%2012.2239%204.34757%2012%204.07143%2012H3.92857Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-mobile-off{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.99988%204.79221L0.495117%201.83057L1.74255%200.817383L12.5076%2013.5459L11.2601%2014.5591L10.5598%2013.731C10.36%2013.9044%2010.113%2014%209.85699%2014H4.14276C3.83966%2014%203.54895%2013.8659%203.33459%2013.6272C3.1203%2013.3885%202.99988%2013.0648%202.99988%2012.7273V4.79221ZM8.51025%2011.3077H4.14276V6.14352L8.51025%2011.3077ZM9.85699%202.15384V7.94531L10.9999%209.29666V1.27274C10.9999%200.566376%2010.4856%200%209.85699%200H4.14276C3.85675%200%203.59625%200.115173%203.39648%200.306396L4.95892%202.15384H9.85699ZM6.92847%2012C6.65228%2012%206.42847%2012.2238%206.42847%2012.5C6.42847%2012.7762%206.65228%2013%206.92847%2013H7.07129C7.34747%2013%207.57129%2012.7762%207.57129%2012.5C7.57129%2012.2238%207.34747%2012%207.07129%2012H6.92847Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.99988%204.79221L0.495117%201.83057L1.74255%200.817383L12.5076%2013.5459L11.2601%2014.5591L10.5598%2013.731C10.36%2013.9044%2010.113%2014%209.85699%2014H4.14276C3.83966%2014%203.54895%2013.8659%203.33459%2013.6272C3.1203%2013.3885%202.99988%2013.0648%202.99988%2012.7273V4.79221ZM8.51025%2011.3077H4.14276V6.14352L8.51025%2011.3077ZM9.85699%202.15384V7.94531L10.9999%209.29666V1.27274C10.9999%200.566376%2010.4856%200%209.85699%200H4.14276C3.85675%200%203.59625%200.115173%203.39648%200.306396L4.95892%202.15384H9.85699ZM6.92847%2012C6.65228%2012%206.42847%2012.2238%206.42847%2012.5C6.42847%2012.7762%206.65228%2013%206.92847%2013H7.07129C7.34747%2013%207.57129%2012.7762%207.57129%2012.5C7.57129%2012.2238%207.34747%2012%207.07129%2012H6.92847Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-tablet{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8333%2011.7647H1.16667L1.16667%202H10.8333M7.33333%2014.6667H4.66667L4.66667%2014H7.33333M10%200L2%200C1.46957%200%200.960859%200.210714%200.585787%200.585786C0.210714%200.960859%20-8.21178e-09%201.46957%20-1.11758e-08%202L-7.82305e-08%2014C-8.11945e-08%2014.5304%200.210714%2015.0391%200.585786%2015.4142C0.960859%2015.7893%201.46957%2016%202%2016H10C10.5304%2016%2011.0391%2015.7893%2011.4142%2015.4142C11.7893%2015.0391%2012%2014.5304%2012%2014L12%202C12%201.46957%2011.7893%200.960859%2011.4142%200.585786C11.0391%200.210714%2010.5304%200%2010%200Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8333%2011.7647H1.16667L1.16667%202H10.8333M7.33333%2014.6667H4.66667L4.66667%2014H7.33333M10%200L2%200C1.46957%200%200.960859%200.210714%200.585787%200.585786C0.210714%200.960859%20-8.21178e-09%201.46957%20-1.11758e-08%202L-7.82305e-08%2014C-8.11945e-08%2014.5304%200.210714%2015.0391%200.585786%2015.4142C0.960859%2015.7893%201.46957%2016%202%2016H10C10.5304%2016%2011.0391%2015.7893%2011.4142%2015.4142C11.7893%2015.0391%2012%2014.5304%2012%2014L12%202C12%201.46957%2011.7893%200.960859%2011.4142%200.585786C11.0391%200.210714%2010.5304%200%2010%200Z'%20fill='%23424242'/%3e%3c/svg%3e");-webkit-mask-size:15px;mask-size:15px}.icon-tablet-small,.icon-tablet-medium{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8333%2011.7647H1.16667L1.16667%202H10.8333M7.33333%2014.6667H4.66667L4.66667%2014H7.33333M10%200L2%200C1.46957%200%200.960859%200.210714%200.585787%200.585786C0.210714%200.960859%20-8.21178e-09%201.46957%20-1.11758e-08%202L-7.82305e-08%2014C-8.11945e-08%2014.5304%200.210714%2015.0391%200.585786%2015.4142C0.960859%2015.7893%201.46957%2016%202%2016H10C10.5304%2016%2011.0391%2015.7893%2011.4142%2015.4142C11.7893%2015.0391%2012%2014.5304%2012%2014L12%202C12%201.46957%2011.7893%200.960859%2011.4142%200.585786C11.0391%200.210714%2010.5304%200%2010%200Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='16'%20viewBox='0%200%2012%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8333%2011.7647H1.16667L1.16667%202H10.8333M7.33333%2014.6667H4.66667L4.66667%2014H7.33333M10%200L2%200C1.46957%200%200.960859%200.210714%200.585787%200.585786C0.210714%200.960859%20-8.21178e-09%201.46957%20-1.11758e-08%202L-7.82305e-08%2014C-8.11945e-08%2014.5304%200.210714%2015.0391%200.585786%2015.4142C0.960859%2015.7893%201.46957%2016%202%2016H10C10.5304%2016%2011.0391%2015.7893%2011.4142%2015.4142C11.7893%2015.0391%2012%2014.5304%2012%2014L12%202C12%201.46957%2011.7893%200.960859%2011.4142%200.585786C11.0391%200.210714%2010.5304%200%2010%200Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-tablet-off{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='18'%20viewBox='0%200%2015%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9434%2016.1909L12.9843%2017.524L14.1302%2016.6292L1.146%200L0%200.894806L1.99988%203.45609V14.1909C1.99988%2014.7214%202.21057%2015.2301%202.58569%2015.6052C2.96075%2015.9802%203.46942%2016.1909%203.99988%2016.1909H11.9434ZM8.63647%2011.9557L3.16656%204.95029V11.9557H8.63647ZM13.9999%202.19095V14.02L12.388%2011.9557H12.8332V2.19095H4.76361L3.30054%200.3172C3.52216%200.234497%203.75879%200.190948%203.99988%200.190948H11.9999C12.5303%200.190948%2013.039%200.401672%2013.4141%200.776733C13.7892%201.15179%2013.9999%201.66052%2013.9999%202.19095ZM9.33319%2014.8576H6.66656V14.1909H9.33319V14.8576Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='18'%20viewBox='0%200%2015%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.9434%2016.1909L12.9843%2017.524L14.1302%2016.6292L1.146%200L0%200.894806L1.99988%203.45609V14.1909C1.99988%2014.7214%202.21057%2015.2301%202.58569%2015.6052C2.96075%2015.9802%203.46942%2016.1909%203.99988%2016.1909H11.9434ZM8.63647%2011.9557L3.16656%204.95029V11.9557H8.63647ZM13.9999%202.19095V14.02L12.388%2011.9557H12.8332V2.19095H4.76361L3.30054%200.3172C3.52216%200.234497%203.75879%200.190948%203.99988%200.190948H11.9999C12.5303%200.190948%2013.039%200.401672%2013.4141%200.776733C13.7892%201.15179%2013.9999%201.66052%2013.9999%202.19095ZM9.33319%2014.8576H6.66656V14.1909H9.33319V14.8576Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-desktop{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e")}.icon-desktop-small{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");-webkit-mask-size:15px;mask-size:15px}.icon-desktop-medium{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");-webkit-mask-size:17px;mask-size:17px}.icon-desktop-large{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z'/%3e%3c/svg%3e");-webkit-mask-size:20px;mask-size:20px}.icon-desktop-off{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='19'%20viewBox='0%200%2022%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.4538%2017.594L1.01904%200L0.000293779%201.08135L2.35977%203.21735C2.03374%203.53278%201.83333%203.96687%201.83333%204.44824V13.1982C1.83333%2013.6624%202.02649%2014.1075%202.3703%2014.4357C2.71412%2014.7639%203.18044%2014.9482%203.66667%2014.9482H0V16.6982H17.251L19.435%2018.6754L20.4538%2017.594ZM13.3849%2013.1982L3.71943%204.44824H3.66667V13.1982H13.3849ZM18.3333%204.44824V13.0488L19.7392%2014.3215C20.0142%2014.0079%2020.1667%2013.6105%2020.1667%2013.1982V4.44824C20.1667%203.47699%2019.3417%202.69824%2018.3333%202.69824H6.89988L8.83296%204.44824H18.3333ZM22%2016.3682L20.4315%2014.9482H22V16.3682Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='19'%20viewBox='0%200%2022%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.4538%2017.594L1.01904%200L0.000293779%201.08135L2.35977%203.21735C2.03374%203.53278%201.83333%203.96687%201.83333%204.44824V13.1982C1.83333%2013.6624%202.02649%2014.1075%202.3703%2014.4357C2.71412%2014.7639%203.18044%2014.9482%203.66667%2014.9482H0V16.6982H17.251L19.435%2018.6754L20.4538%2017.594ZM13.3849%2013.1982L3.71943%204.44824H3.66667V13.1982H13.3849ZM18.3333%204.44824V13.0488L19.7392%2014.3215C20.0142%2014.0079%2020.1667%2013.6105%2020.1667%2013.1982V4.44824C20.1667%203.47699%2019.3417%202.69824%2018.3333%202.69824H6.89988L8.83296%204.44824H18.3333ZM22%2016.3682L20.4315%2014.9482H22V16.3682Z'%20fill='%23424242'/%3e%3c/svg%3e");-webkit-mask-size:21px;mask-size:21px}.icon-add-circle{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm5%2011h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%200%2024%2024'%20width='24px'%20fill='%23000000'%3e%3cpath%20d='M0%200h24v24H0V0z'%20fill='none'/%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm5%2011h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3e%3c/svg%3e")}.icon-magic-layout-enabled{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23424242;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M4.00085,5.98419H21.9989V3.98163H4.00085A2.00707,2.00707,0,0,0,2.0011,5.98419V16.99792H.00128v3.00379H13.99976V16.99792H4.00085Z'/%3e%3cpath%20class='cls-1'%20d='M22.99878,7.98669H16.99945a1.00351,1.00351,0,0,0-.99988,1.00123V19.00043a1.00351,1.00351,0,0,0,.99988,1.00128h5.99933a1.00353,1.00353,0,0,0,.99994-1.00128V8.98792A1.00352,1.00352,0,0,0,22.99878,7.98669Zm-.99988,9.01123H17.99933V9.9892H21.9989Z'/%3e%3cpath%20class='cls-1'%20d='M9.65717,7.72992a.0838.0838,0,0,0-.11213-.1142l-1.75421.8584A.08633.08633,0,0,1,7.7121,8.4726L5.96606,7.531a.08391.08391,0,0,0-.11669.10974l.89111,1.74579a.08151.08151,0,0,1-.00153.07714l-.9461,1.68189a.08376.08376,0,0,0,.11206.1142l1.76794-.86506a.0862.0862,0,0,1,.07874.00153l1.70294.91834a.08393.08393,0,0,0,.1167-.10975L8.70209,9.50208A.08127.08127,0,0,1,8.70367,9.425Z'/%3e%3cpath%20class='cls-1'%20d='M13.36292,8.23114a.0411.0411,0,0,1-.01825-.03424l.00244-.96948a.0426.0426,0,0,0-.07733-.02381l-.55994.79047a.04274.04274,0,0,1-.035.01788l-.99866-.0025a.04146.04146,0,0,0-.02429.07575l.82061.55725a.04149.04149,0,0,1,.01825.03424l-.0025.962a.0426.0426,0,0,0,.07733.02381l.56433-.79664a.04282.04282,0,0,1,.035-.01788l.97406.00244a.04146.04146,0,0,0,.02429-.07574Z'/%3e%3cpath%20class='cls-1'%20d='M6.17017,15.68048l.62634-.88415a.04726.04726,0,0,1,.03882-.01984l1.081.00268a.046.046,0,0,0,.027-.084l-.88825-.60321a.04583.04583,0,0,1-.02026-.038l.00275-1.076a.04726.04726,0,0,0-.08582-.02637l-.62146.87726a.04751.04751,0,0,1-.03882.01983l-1.10833-.00274a.046.046,0,0,0-.027.084l.9107.61847a.04565.04565,0,0,1,.02027.038l-.00275,1.06762A.04729.04729,0,0,0,6.17017,15.68048Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23424242;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M4.00085,5.98419H21.9989V3.98163H4.00085A2.00707,2.00707,0,0,0,2.0011,5.98419V16.99792H.00128v3.00379H13.99976V16.99792H4.00085Z'/%3e%3cpath%20class='cls-1'%20d='M22.99878,7.98669H16.99945a1.00351,1.00351,0,0,0-.99988,1.00123V19.00043a1.00351,1.00351,0,0,0,.99988,1.00128h5.99933a1.00353,1.00353,0,0,0,.99994-1.00128V8.98792A1.00352,1.00352,0,0,0,22.99878,7.98669Zm-.99988,9.01123H17.99933V9.9892H21.9989Z'/%3e%3cpath%20class='cls-1'%20d='M9.65717,7.72992a.0838.0838,0,0,0-.11213-.1142l-1.75421.8584A.08633.08633,0,0,1,7.7121,8.4726L5.96606,7.531a.08391.08391,0,0,0-.11669.10974l.89111,1.74579a.08151.08151,0,0,1-.00153.07714l-.9461,1.68189a.08376.08376,0,0,0,.11206.1142l1.76794-.86506a.0862.0862,0,0,1,.07874.00153l1.70294.91834a.08393.08393,0,0,0,.1167-.10975L8.70209,9.50208A.08127.08127,0,0,1,8.70367,9.425Z'/%3e%3cpath%20class='cls-1'%20d='M13.36292,8.23114a.0411.0411,0,0,1-.01825-.03424l.00244-.96948a.0426.0426,0,0,0-.07733-.02381l-.55994.79047a.04274.04274,0,0,1-.035.01788l-.99866-.0025a.04146.04146,0,0,0-.02429.07575l.82061.55725a.04149.04149,0,0,1,.01825.03424l-.0025.962a.0426.0426,0,0,0,.07733.02381l.56433-.79664a.04282.04282,0,0,1,.035-.01788l.97406.00244a.04146.04146,0,0,0,.02429-.07574Z'/%3e%3cpath%20class='cls-1'%20d='M6.17017,15.68048l.62634-.88415a.04726.04726,0,0,1,.03882-.01984l1.081.00268a.046.046,0,0,0,.027-.084l-.88825-.60321a.04583.04583,0,0,1-.02026-.038l.00275-1.076a.04726.04726,0,0,0-.08582-.02637l-.62146.87726a.04751.04751,0,0,1-.03882.01983l-1.10833-.00274a.046.046,0,0,0-.027.084l.9107.61847a.04565.04565,0,0,1,.02027.038l-.00275,1.06762A.04729.04729,0,0,0,6.17017,15.68048Z'/%3e%3c/svg%3e");-webkit-mask-size:20px;mask-size:20px}.icon-adalo-sparkles{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20d='m53.91,100.97l18.22-5.67c.76-.24.76-1.31,0-1.55l-18.22-5.67c-.25-.08-.45-.28-.53-.53l-5.58-17.92c-.24-.76-1.31-.76-1.55,0l-5.63,18.06c-.08.25-.28.45-.53.53l-17.77,5.53c-.76.24-.76,1.31,0,1.55l17.77,5.53c.25.08.45.28.53.53l5.63,18.06c.24.76,1.31.76,1.55,0l5.58-17.92c.08-.25.28-.45.53-.53Z'%20fill='%23ff3a17'/%3e%3cpath%20d='m38.25,36.06l17.18-5.35c.72-.22.72-1.24,0-1.46l-17.18-5.35c-.24-.07-.43-.26-.5-.5l-5.26-16.9c-.22-.72-1.24-.72-1.46,0l-5.31,17.03c-.07.24-.26.43-.5.5l-16.76,5.22c-.72.22-.72,1.24,0,1.46l16.76,5.22c.24.07.43.26.5.5l5.31,17.03c.22.72,1.24.72,1.46,0l5.26-16.9c.07-.24.26-.43.5-.5Z'%20fill='%23fb0'/%3e%3cpath%20d='m96.66,43.75l-9.05-29.05c-.38-1.21-2.09-1.21-2.47,0l-9.05,29.05c-.13.41-.44.72-.85.85l-28.58,8.9c-1.21.38-1.21,2.09,0,2.47l28.8,8.97c.41.13.72.44.85.85l8.82,28.33c.38,1.21,2.09,1.21,2.47,0l8.82-28.33c.13-.41.44-.72.85-.85l28.8-8.97c1.21-.38,1.21-2.09,0-2.47l-28.58-8.9c-.41-.13-.72-.44-.85-.85Z'%20fill='%2300ab95'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%3e%3cpath%20d='m53.91,100.97l18.22-5.67c.76-.24.76-1.31,0-1.55l-18.22-5.67c-.25-.08-.45-.28-.53-.53l-5.58-17.92c-.24-.76-1.31-.76-1.55,0l-5.63,18.06c-.08.25-.28.45-.53.53l-17.77,5.53c-.76.24-.76,1.31,0,1.55l17.77,5.53c.25.08.45.28.53.53l5.63,18.06c.24.76,1.31.76,1.55,0l5.58-17.92c.08-.25.28-.45.53-.53Z'%20fill='%23ff3a17'/%3e%3cpath%20d='m38.25,36.06l17.18-5.35c.72-.22.72-1.24,0-1.46l-17.18-5.35c-.24-.07-.43-.26-.5-.5l-5.26-16.9c-.22-.72-1.24-.72-1.46,0l-5.31,17.03c-.07.24-.26.43-.5.5l-16.76,5.22c-.72.22-.72,1.24,0,1.46l16.76,5.22c.24.07.43.26.5.5l5.31,17.03c.22.72,1.24.72,1.46,0l5.26-16.9c.07-.24.26-.43.5-.5Z'%20fill='%23fb0'/%3e%3cpath%20d='m96.66,43.75l-9.05-29.05c-.38-1.21-2.09-1.21-2.47,0l-9.05,29.05c-.13.41-.44.72-.85.85l-28.58,8.9c-1.21.38-1.21,2.09,0,2.47l28.8,8.97c.41.13.72.44.85.85l8.82,28.33c.38,1.21,2.09,1.21,2.47,0l8.82-28.33c.13-.41.44-.72.85-.85l28.8-8.97c1.21-.38,1.21-2.09,0-2.47l-28.58-8.9c-.41-.13-.72-.44-.85-.85Z'%20fill='%2300ab95'/%3e%3c/svg%3e")}.icon-experts{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='23.26'%20height='22.18'%20viewBox='0%200%2023.26%2022.18'%3e%3cpath%20d='m23.26,11.09c0-1.2-1.42-2.08-1.75-3.17-.44-1.09.22-2.73-.44-3.6-.66-.98-2.4-.87-3.17-1.53-.98-.66-1.42-2.4-2.51-2.73-1.09-.33-2.4.76-3.6.76S9.28-.27,8.19.06c-1.2.33-1.64,2.08-2.51,2.73-.98.66-2.73.55-3.39,1.53-.66.87-.11,2.51-.44,3.6-.44,1.09-1.86,1.97-1.86,3.17s1.53,2.08,1.86,3.17c.44,1.09-.22,2.73.44,3.6.66.98,2.4.87,3.06,1.53.98.66,1.42,2.4,2.51,2.73,1.09.33,2.4-.76,3.6-.76s2.51,1.09,3.6.76c1.2-.33,1.64-2.08,2.51-2.73.98-.66,2.73-.66,3.39-1.53.66-.87.11-2.51.44-3.6.44-1.09,1.86-1.97,1.86-3.17Zm-5.39-3.55l-7.8,8.5c-.13.14-.31.22-.49.22h0c-.19,0-.37-.08-.49-.22l-3.7-4.1c-.25-.27-.23-.7.05-.95.28-.25.7-.23.95.05l3.21,3.55,7.3-7.96c.25-.27.67-.29.95-.04.27.25.29.67.04.95Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='23.26'%20height='22.18'%20viewBox='0%200%2023.26%2022.18'%3e%3cpath%20d='m23.26,11.09c0-1.2-1.42-2.08-1.75-3.17-.44-1.09.22-2.73-.44-3.6-.66-.98-2.4-.87-3.17-1.53-.98-.66-1.42-2.4-2.51-2.73-1.09-.33-2.4.76-3.6.76S9.28-.27,8.19.06c-1.2.33-1.64,2.08-2.51,2.73-.98.66-2.73.55-3.39,1.53-.66.87-.11,2.51-.44,3.6-.44,1.09-1.86,1.97-1.86,3.17s1.53,2.08,1.86,3.17c.44,1.09-.22,2.73.44,3.6.66.98,2.4.87,3.06,1.53.98.66,1.42,2.4,2.51,2.73,1.09.33,2.4-.76,3.6-.76s2.51,1.09,3.6.76c1.2-.33,1.64-2.08,2.51-2.73.98-.66,2.73-.66,3.39-1.53.66-.87.11-2.51.44-3.6.44-1.09,1.86-1.97,1.86-3.17Zm-5.39-3.55l-7.8,8.5c-.13.14-.31.22-.49.22h0c-.19,0-.37-.08-.49-.22l-3.7-4.1c-.25-.27-.23-.7.05-.95.28-.25.7-.23.95.05l3.21,3.55,7.3-7.96c.25-.27.67-.29.95-.04.27.25.29.67.04.95Z'/%3e%3c/svg%3e")}.icon-database-collections{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M20.38,11v10.22c0.02,0.12-0.08,0.22-0.22,0.22H8v1.55C8.04,23,8.08,23,8.12,23h12.06c1,0,1.82-0.81,1.82-1.8V11H20.38z'/%3e%3crect%20x='11.5'%20y='14'%20width='4.5'%20height='2.99'/%3e%3crect%20x='6'%20y='10'%20width='4.5'%20height='2.99'/%3e%3crect%20x='6'%20y='14'%20width='4.5'%20height='2.99'/%3e%3cpath%20d='M19,18.22V7.01c0-0.48-0.21-0.92-0.56-1.26l-4.38-4.22C13.7,1.18,13.24,1,12.74,1H4.86C4.61,1,4.37,1.04,4.15,1.13%20c-0.22,0.09-0.42,0.22-0.6,0.39C3.19,1.86,3,2.3,3,2.78v15.44C3,19.2,3.83,20,4.86,20h12.29C18.17,20,19,19.2,19,18.22z%20M17,10%20v2.99V14v2.99V18h-1h-4.5h-1H6H5v-1.01V14v-1.01V10V8.99h1h4.5h1H16h1V10z%20M13.22,7.07c-0.37,0-0.68-0.29-0.68-0.65v-3.7l4.53,4.35%20H13.22z'/%3e%3crect%20x='11.5'%20y='10'%20width='4.5'%20height='2.99'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20d='M20.38,11v10.22c0.02,0.12-0.08,0.22-0.22,0.22H8v1.55C8.04,23,8.08,23,8.12,23h12.06c1,0,1.82-0.81,1.82-1.8V11H20.38z'/%3e%3crect%20x='11.5'%20y='14'%20width='4.5'%20height='2.99'/%3e%3crect%20x='6'%20y='10'%20width='4.5'%20height='2.99'/%3e%3crect%20x='6'%20y='14'%20width='4.5'%20height='2.99'/%3e%3cpath%20d='M19,18.22V7.01c0-0.48-0.21-0.92-0.56-1.26l-4.38-4.22C13.7,1.18,13.24,1,12.74,1H4.86C4.61,1,4.37,1.04,4.15,1.13%20c-0.22,0.09-0.42,0.22-0.6,0.39C3.19,1.86,3,2.3,3,2.78v15.44C3,19.2,3.83,20,4.86,20h12.29C18.17,20,19,19.2,19,18.22z%20M17,10%20v2.99V14v2.99V18h-1h-4.5h-1H6H5v-1.01V14v-1.01V10V8.99h1h4.5h1H16h1V10z%20M13.22,7.07c-0.37,0-0.68-0.29-0.68-0.65v-3.7l4.53,4.35%20H13.22z'/%3e%3crect%20x='11.5'%20y='10'%20width='4.5'%20height='2.99'/%3e%3c/g%3e%3c/svg%3e")}.icon-add-collection{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='29'%20height='29'%20viewBox='0%200%2029%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.3687%2026.2826H3.05267V7.6308H13.737V4.57812H3.05267C1.3737%204.57812%200%205.95183%200%207.6308V25.9468C0%2027.6258%201.3737%2028.9995%203.05267%2028.9995H21.3687C23.0477%2028.9995%2024.4214%2027.6258%2024.4214%2025.9468V15.2625H21.3687V26.2826Z'%20fill='%23757575'/%3e%3cpath%20d='M24.4207%200H21.3681V4.57901H16.7891C16.8043%204.59428%2016.7891%207.63169%2016.7891%207.63169H21.3681V12.1954C21.3833%2012.2107%2024.4207%2012.1954%2024.4207%2012.1954V7.63169H28.9998V4.57901H24.4207V0Z'%20fill='%23757575'/%3e%3cpath%20d='M18.3123%2010.6836H6.10156V13.7363H18.3123V10.6836Z'%20fill='%23757575'/%3e%3cpath%20d='M6.10156%2015.2656V18.3183H18.3123V15.2656H13.7332H6.10156Z'%20fill='%23757575'/%3e%3cpath%20d='M18.3123%2019.8438H6.10156V22.8964H18.3123V19.8438Z'%20fill='%23757575'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='29'%20height='29'%20viewBox='0%200%2029%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.3687%2026.2826H3.05267V7.6308H13.737V4.57812H3.05267C1.3737%204.57812%200%205.95183%200%207.6308V25.9468C0%2027.6258%201.3737%2028.9995%203.05267%2028.9995H21.3687C23.0477%2028.9995%2024.4214%2027.6258%2024.4214%2025.9468V15.2625H21.3687V26.2826Z'%20fill='%23757575'/%3e%3cpath%20d='M24.4207%200H21.3681V4.57901H16.7891C16.8043%204.59428%2016.7891%207.63169%2016.7891%207.63169H21.3681V12.1954C21.3833%2012.2107%2024.4207%2012.1954%2024.4207%2012.1954V7.63169H28.9998V4.57901H24.4207V0Z'%20fill='%23757575'/%3e%3cpath%20d='M18.3123%2010.6836H6.10156V13.7363H18.3123V10.6836Z'%20fill='%23757575'/%3e%3cpath%20d='M6.10156%2015.2656V18.3183H18.3123V15.2656H13.7332H6.10156Z'%20fill='%23757575'/%3e%3cpath%20d='M18.3123%2019.8438H6.10156V22.8964H18.3123V19.8438Z'%20fill='%23757575'/%3e%3c/svg%3e")}.icon-add-to-photos{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'%20/%3e%3cpath%20d='M4%206H2v14c0%201.1.9%202%202%202h14v-2H4V6zm16-4H8c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm-1%209h-4v4h-2v-4H9V9h4V5h2v4h4v2z'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3e%3cpath%20d='M0%200h24v24H0z'%20fill='none'%20/%3e%3cpath%20d='M4%206H2v14c0%201.1.9%202%202%202h14v-2H4V6zm16-4H8c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2zm-1%209h-4v4h-2v-4H9V9h4V5h2v4h4v2z'%20/%3e%3c/svg%3e")}.icon-monitor-arrow-down{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%2016H3V4H21M21%202H3C1.9%202%201%202.9%201%204V16C1%2017.1%201.9%2018%203%2018H10V20H8V22H16V20H14V18H21C22.1%2018%2023%2017.1%2023%2016V4C23%202.9%2022.1%202%2021%202ZM16%2010H13V6H11V10H8L12%2014L16%2010Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%2016H3V4H21M21%202H3C1.9%202%201%202.9%201%204V16C1%2017.1%201.9%2018%203%2018H10V20H8V22H16V20H14V18H21C22.1%2018%2023%2017.1%2023%2016V4C23%202.9%2022.1%202%2021%202ZM16%2010H13V6H11V10H8L12%2014L16%2010Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-play-box-multiple-outline{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%206H2V20C2%2021.1%202.9%2022%204%2022H18V20H4V6ZM20%204V16H8V4H20ZM20%202H8C6.9%202%206%202.9%206%204V16C6%2017.1%206.9%2018%208%2018H20C21.1%2018%2022%2017.1%2022%2016V4C22%202.9%2021.1%202%2020%202ZM12%2014.5V5.5L18%2010L12%2014.5Z'%20fill='%2300A996'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%206H2V20C2%2021.1%202.9%2022%204%2022H18V20H4V6ZM20%204V16H8V4H20ZM20%202H8C6.9%202%206%202.9%206%204V16C6%2017.1%206.9%2018%208%2018H20C21.1%2018%2022%2017.1%2022%2016V4C22%202.9%2021.1%202%2020%202ZM12%2014.5V5.5L18%2010L12%2014.5Z'%20fill='%2300A996'/%3e%3c/svg%3e")}.icon-ai-star{-webkit-mask-image:url(./ai-star-321iZovH.gif);mask-image:url(./ai-star-321iZovH.gif)}.icon-article{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_34_878)'%3e%3cpath%20d='M19%203H5C3.9%203%203%203.9%203%205V19C3%2020.1%203.9%2021%205%2021H19C20.1%2021%2021%2020.1%2021%2019V5C21%203.9%2020.1%203%2019%203ZM14%2017H7V15H14V17ZM17%2013H7V11H17V13ZM17%209H7V7H17V9Z'%20fill='%2300A996'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_34_878'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_34_878)'%3e%3cpath%20d='M19%203H5C3.9%203%203%203.9%203%205V19C3%2020.1%203.9%2021%205%2021H19C20.1%2021%2021%2020.1%2021%2019V5C21%203.9%2020.1%203%2019%203ZM14%2017H7V15H14V17ZM17%2013H7V11H17V13ZM17%209H7V7H17V9Z'%20fill='%2300A996'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_34_878'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-account-group{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%205.5C12.9283%205.5%2013.8185%205.86875%2014.4749%206.52513C15.1313%207.1815%2015.5%208.07174%2015.5%209C15.5%209.92826%2015.1313%2010.8185%2014.4749%2011.4749C13.8185%2012.1313%2012.9283%2012.5%2012%2012.5C11.0717%2012.5%2010.1815%2012.1313%209.52513%2011.4749C8.86875%2010.8185%208.5%209.92826%208.5%209C8.5%208.07174%208.86875%207.1815%209.52513%206.52513C10.1815%205.86875%2011.0717%205.5%2012%205.5ZM5%208C5.56%208%206.08%208.15%206.53%208.42C6.38%209.85%206.8%2011.27%207.66%2012.38C7.16%2013.34%206.16%2014%205%2014C4.20435%2014%203.44129%2013.6839%202.87868%2013.1213C2.31607%2012.5587%202%2011.7956%202%2011C2%2010.2044%202.31607%209.44129%202.87868%208.87868C3.44129%208.31607%204.20435%208%205%208ZM19%208C19.7956%208%2020.5587%208.31607%2021.1213%208.87868C21.6839%209.44129%2022%2010.2044%2022%2011C22%2011.7956%2021.6839%2012.5587%2021.1213%2013.1213C20.5587%2013.6839%2019.7956%2014%2019%2014C17.84%2014%2016.84%2013.34%2016.34%2012.38C17.2%2011.27%2017.62%209.85%2017.47%208.42C17.92%208.15%2018.44%208%2019%208ZM5.5%2018.25C5.5%2016.18%208.41%2014.5%2012%2014.5C15.59%2014.5%2018.5%2016.18%2018.5%2018.25V20H5.5V18.25ZM0%2020V18.5C0%2017.11%201.89%2015.94%204.45%2015.6C3.86%2016.28%203.5%2017.22%203.5%2018.25V20H0ZM24%2020H20.5V18.25C20.5%2017.22%2020.14%2016.28%2019.55%2015.6C22.11%2015.94%2024%2017.11%2024%2018.5V20Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%205.5C12.9283%205.5%2013.8185%205.86875%2014.4749%206.52513C15.1313%207.1815%2015.5%208.07174%2015.5%209C15.5%209.92826%2015.1313%2010.8185%2014.4749%2011.4749C13.8185%2012.1313%2012.9283%2012.5%2012%2012.5C11.0717%2012.5%2010.1815%2012.1313%209.52513%2011.4749C8.86875%2010.8185%208.5%209.92826%208.5%209C8.5%208.07174%208.86875%207.1815%209.52513%206.52513C10.1815%205.86875%2011.0717%205.5%2012%205.5ZM5%208C5.56%208%206.08%208.15%206.53%208.42C6.38%209.85%206.8%2011.27%207.66%2012.38C7.16%2013.34%206.16%2014%205%2014C4.20435%2014%203.44129%2013.6839%202.87868%2013.1213C2.31607%2012.5587%202%2011.7956%202%2011C2%2010.2044%202.31607%209.44129%202.87868%208.87868C3.44129%208.31607%204.20435%208%205%208ZM19%208C19.7956%208%2020.5587%208.31607%2021.1213%208.87868C21.6839%209.44129%2022%2010.2044%2022%2011C22%2011.7956%2021.6839%2012.5587%2021.1213%2013.1213C20.5587%2013.6839%2019.7956%2014%2019%2014C17.84%2014%2016.84%2013.34%2016.34%2012.38C17.2%2011.27%2017.62%209.85%2017.47%208.42C17.92%208.15%2018.44%208%2019%208ZM5.5%2018.25C5.5%2016.18%208.41%2014.5%2012%2014.5C15.59%2014.5%2018.5%2016.18%2018.5%2018.25V20H5.5V18.25ZM0%2020V18.5C0%2017.11%201.89%2015.94%204.45%2015.6C3.86%2016.28%203.5%2017.22%203.5%2018.25V20H0ZM24%2020H20.5V18.25C20.5%2017.22%2020.14%2016.28%2019.55%2015.6C22.11%2015.94%2024%2017.11%2024%2018.5V20Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-calendar-check{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2019H5V8H19M19%203H18V1H16V3H8V1H6V3H5C3.89%203%203%203.9%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V5C21%204.46957%2020.7893%203.96086%2020.4142%203.58579C20.0391%203.21071%2019.5304%203%2019%203ZM16.53%2011.06L15.47%2010L10.59%2014.88L8.47%2012.76L7.41%2013.82L10.59%2017L16.53%2011.06Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2019H5V8H19M19%203H18V1H16V3H8V1H6V3H5C3.89%203%203%203.9%203%205V19C3%2019.5304%203.21071%2020.0391%203.58579%2020.4142C3.96086%2020.7893%204.46957%2021%205%2021H19C19.5304%2021%2020.0391%2020.7893%2020.4142%2020.4142C20.7893%2020.0391%2021%2019.5304%2021%2019V5C21%204.46957%2020.7893%203.96086%2020.4142%203.58579C20.0391%203.21071%2019.5304%203%2019%203ZM16.53%2011.06L15.47%2010L10.59%2014.88L8.47%2012.76L7.41%2013.82L10.59%2017L16.53%2011.06Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-credit-card{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%204H4C3.46957%204%202.96086%204.21071%202.58579%204.58579C2.21071%204.96086%202%205.46957%202%206V18C2%2018.5304%202.21071%2019.0391%202.58579%2019.4142C2.96086%2019.7893%203.46957%2020%204%2020H20C20.5304%2020%2021.0391%2019.7893%2021.4142%2019.4142C21.7893%2019.0391%2022%2018.5304%2022%2018V6C22%205.46957%2021.7893%204.96086%2021.4142%204.58579C21.0391%204.21071%2020.5304%204%2020%204ZM20%2011H4V8H20V11Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%204H4C3.46957%204%202.96086%204.21071%202.58579%204.58579C2.21071%204.96086%202%205.46957%202%206V18C2%2018.5304%202.21071%2019.0391%202.58579%2019.4142C2.96086%2019.7893%203.46957%2020%204%2020H20C20.5304%2020%2021.0391%2019.7893%2021.4142%2019.4142C21.7893%2019.0391%2022%2018.5304%2022%2018V6C22%205.46957%2021.7893%204.96086%2021.4142%204.58579C21.0391%204.21071%2020.5304%204%2020%204ZM20%2011H4V8H20V11Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-ticket{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.58%2014.8L12%2012.5L8.42%2014.8L9.5%2010.68L6.21%208L10.46%207.74L12%203.8L13.54%207.74L17.79%208L14.5%2010.68M20%2010C20%208.89%2020.9%208%2022%208V4C22%202.89%2021.1%202%2020%202H4C3.46957%202%202.96086%202.21071%202.58579%202.58579C2.21071%202.96086%202%203.46957%202%204V8C3.11%208%204%208.9%204%2010C4%2010.5304%203.78929%2011.0391%203.41421%2011.4142C3.03914%2011.7893%202.53043%2012%202%2012V16C2%2016.5304%202.21071%2017.0391%202.58579%2017.4142C2.96086%2017.7893%203.46957%2018%204%2018H20C20.5304%2018%2021.0391%2017.7893%2021.4142%2017.4142C21.7893%2017.0391%2022%2016.5304%2022%2016V12C21.4696%2012%2020.9609%2011.7893%2020.5858%2011.4142C20.2107%2011.0391%2020%2010.5304%2020%2010Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.58%2014.8L12%2012.5L8.42%2014.8L9.5%2010.68L6.21%208L10.46%207.74L12%203.8L13.54%207.74L17.79%208L14.5%2010.68M20%2010C20%208.89%2020.9%208%2022%208V4C22%202.89%2021.1%202%2020%202H4C3.46957%202%202.96086%202.21071%202.58579%202.58579C2.21071%202.96086%202%203.46957%202%204V8C3.11%208%204%208.9%204%2010C4%2010.5304%203.78929%2011.0391%203.41421%2011.4142C3.03914%2011.7893%202.53043%2012%202%2012V16C2%2016.5304%202.21071%2017.0391%202.58579%2017.4142C2.96086%2017.7893%203.46957%2018%204%2018H20C20.5304%2018%2021.0391%2017.7893%2021.4142%2017.4142C21.7893%2017.0391%2022%2016.5304%2022%2016V12C21.4696%2012%2020.9609%2011.7893%2020.5858%2011.4142C20.2107%2011.0391%2020%2010.5304%2020%2010Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-text-search{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.31%2018.9L22.39%2022L21%2023.39L17.88%2020.32C17.19%2020.75%2016.37%2021%2015.5%2021C13%2021%2011%2019%2011%2016.5C11%2014%2013%2012%2015.5%2012C18%2012%2020%2014%2020%2016.5C20%2017.38%2019.75%2018.21%2019.31%2018.9ZM15.5%2019C16.88%2019%2018%2017.88%2018%2016.5C18%2015.12%2016.88%2014%2015.5%2014C14.12%2014%2013%2015.12%2013%2016.5C13%2017.88%2014.12%2019%2015.5%2019ZM21%204V6H3V4H21ZM3%2016V14H9V16H3ZM3%2011V9H21V11H18.97C17.96%2010.37%2016.77%2010%2015.5%2010C14.23%2010%2013.04%2010.37%2012.03%2011H3Z'%20fill='%23424242'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.31%2018.9L22.39%2022L21%2023.39L17.88%2020.32C17.19%2020.75%2016.37%2021%2015.5%2021C13%2021%2011%2019%2011%2016.5C11%2014%2013%2012%2015.5%2012C18%2012%2020%2014%2020%2016.5C20%2017.38%2019.75%2018.21%2019.31%2018.9ZM15.5%2019C16.88%2019%2018%2017.88%2018%2016.5C18%2015.12%2016.88%2014%2015.5%2014C14.12%2014%2013%2015.12%2013%2016.5C13%2017.88%2014.12%2019%2015.5%2019ZM21%204V6H3V4H21ZM3%2016V14H9V16H3ZM3%2011V9H21V11H18.97C17.96%2010.37%2016.77%2010%2015.5%2010C14.23%2010%2013.04%2010.37%2012.03%2011H3Z'%20fill='%23424242'/%3e%3c/svg%3e")}.icon-plus-box-multiple{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2011H15V15H13V11H9V9H13V5H15V9H19M20%202H8C7.46957%202%206.96086%202.21071%206.58579%202.58579C6.21071%202.96086%206%203.46957%206%204V16C6%2016.5304%206.21071%2017.0391%206.58579%2017.4142C6.96086%2017.7893%207.46957%2018%208%2018H20C20.5304%2018%2021.0391%2017.7893%2021.4142%2017.4142C21.7893%2017.0391%2022%2016.5304%2022%2016V4C22%203.46957%2021.7893%202.96086%2021.4142%202.58579C21.0391%202.21071%2020.5304%202%2020%202ZM4%206H2V20C2%2020.5304%202.21071%2021.0391%202.58579%2021.4142C2.96086%2021.7893%203.46957%2022%204%2022H18V20H4V6Z'%20fill='%2300A996'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2011H15V15H13V11H9V9H13V5H15V9H19M20%202H8C7.46957%202%206.96086%202.21071%206.58579%202.58579C6.21071%202.96086%206%203.46957%206%204V16C6%2016.5304%206.21071%2017.0391%206.58579%2017.4142C6.96086%2017.7893%207.46957%2018%208%2018H20C20.5304%2018%2021.0391%2017.7893%2021.4142%2017.4142C21.7893%2017.0391%2022%2016.5304%2022%2016V4C22%203.46957%2021.7893%202.96086%2021.4142%202.58579C21.0391%202.21071%2020.5304%202%2020%202ZM4%206H2V20C2%2020.5304%202.21071%2021.0391%202.58579%2021.4142C2.96086%2021.7893%203.46957%2022%204%2022H18V20H4V6Z'%20fill='%2300A996'/%3e%3c/svg%3e")}.icon-close-double-arrows{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4998%201.08984L14.9998%205.58984V1.99984H12.9998V8.99984H19.9998V6.99984H16.4098L20.9098%202.49984L19.4998%201.08984ZM3.99984%2010.9998V12.9998H7.58984L3.08984%2017.4998L4.49984%2018.9098L8.99984%2014.4098V17.9998H10.9998V10.9998H3.99984Z'%20fill='%23757575'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4998%201.08984L14.9998%205.58984V1.99984H12.9998V8.99984H19.9998V6.99984H16.4098L20.9098%202.49984L19.4998%201.08984ZM3.99984%2010.9998V12.9998H7.58984L3.08984%2017.4998L4.49984%2018.9098L8.99984%2014.4098V17.9998H10.9998V10.9998H3.99984Z'%20fill='%23757575'/%3e%3c/svg%3e");-webkit-mask-size:20px;mask-size:20px}.icon-mailbox{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Markunread%20mailbox'%20clip-path='url(%23clip0_228_328)'%3e%3cpath%20id='Vector'%20d='M20%206H10V11C10%2011.55%209.55%2012%209%2012C8.45%2012%208%2011.55%208%2011V4H13C13.55%204%2014%203.55%2014%203V1C14%200.45%2013.55%200%2013%200H7C6.45%200%206%200.45%206%201V6H4C2.9%206%202%206.9%202%208V20C2%2021.1%202.9%2022%204%2022H20C21.1%2022%2022%2021.1%2022%2020V8C22%206.9%2021.1%206%2020%206Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_228_328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Markunread%20mailbox'%20clip-path='url(%23clip0_228_328)'%3e%3cpath%20id='Vector'%20d='M20%206H10V11C10%2011.55%209.55%2012%209%2012C8.45%2012%208%2011.55%208%2011V4H13C13.55%204%2014%203.55%2014%203V1C14%200.45%2013.55%200%2013%200H7C6.45%200%206%200.45%206%201V6H4C2.9%206%202%206.9%202%208V20C2%2021.1%202.9%2022%204%2022H20C21.1%2022%2022%2021.1%2022%2020V8C22%206.9%2021.1%206%2020%206Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_228_328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.icon-button-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='buttons_alt_FILL0_wght400_GRAD0_opsz24%202'%3e%3cpath%20id='Vector'%20d='M4%2018C3.45%2018%202.97917%2017.8042%202.5875%2017.4125C2.19583%2017.0208%202%2016.55%202%2016V8C2%207.45%202.19583%206.97917%202.5875%206.5875C2.97917%206.19583%203.45%206%204%206H20C20.55%206%2021.0208%206.19583%2021.4125%206.5875C21.8042%206.97917%2022%207.45%2022%208V16C22%2016.55%2021.8042%2017.0208%2021.4125%2017.4125C21.0208%2017.8042%2020.55%2018%2020%2018H4ZM4%2016H20V8H4V16ZM7.25%2015H8.75V12.75H11V11.25H8.75V9H7.25V11.25H5V12.75H7.25V15Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='buttons_alt_FILL0_wght400_GRAD0_opsz24%202'%3e%3cpath%20id='Vector'%20d='M4%2018C3.45%2018%202.97917%2017.8042%202.5875%2017.4125C2.19583%2017.0208%202%2016.55%202%2016V8C2%207.45%202.19583%206.97917%202.5875%206.5875C2.97917%206.19583%203.45%206%204%206H20C20.55%206%2021.0208%206.19583%2021.4125%206.5875C21.8042%206.97917%2022%207.45%2022%208V16C22%2016.55%2021.8042%2017.0208%2021.4125%2017.4125C21.0208%2017.8042%2020.55%2018%2020%2018H4ZM4%2016H20V8H4V16ZM7.25%2015H8.75V12.75H11V11.25H8.75V9H7.25V11.25H5V12.75H7.25V15Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-image-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='image_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M5%2021C4.45%2021%203.97917%2020.8042%203.5875%2020.4125C3.19583%2020.0208%203%2019.55%203%2019V5C3%204.45%203.19583%203.97917%203.5875%203.5875C3.97917%203.19583%204.45%203%205%203H19C19.55%203%2020.0208%203.19583%2020.4125%203.5875C20.8042%203.97917%2021%204.45%2021%205V19C21%2019.55%2020.8042%2020.0208%2020.4125%2020.4125C20.0208%2020.8042%2019.55%2021%2019%2021H5ZM5%2019H19V5H5V19ZM6%2017H18L14.25%2012L11.25%2016L9%2013L6%2017Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='image_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M5%2021C4.45%2021%203.97917%2020.8042%203.5875%2020.4125C3.19583%2020.0208%203%2019.55%203%2019V5C3%204.45%203.19583%203.97917%203.5875%203.5875C3.97917%203.19583%204.45%203%205%203H19C19.55%203%2020.0208%203.19583%2020.4125%203.5875C20.8042%203.97917%2021%204.45%2021%205V19C21%2019.55%2020.8042%2020.0208%2020.4125%2020.4125C20.0208%2020.8042%2019.55%2021%2019%2021H5ZM5%2019H19V5H5V19ZM6%2017H18L14.25%2012L11.25%2016L9%2013L6%2017Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-list-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='view_list_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M9%2018H20V15.325H9V18ZM4%208.675H7V6H4V8.675ZM4%2013.35H7V10.675H4V13.35ZM4%2018H7V15.325H4V18ZM9%2013.35H20V10.675H9V13.35ZM9%208.675H20V6H9V8.675ZM4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='view_list_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M9%2018H20V15.325H9V18ZM4%208.675H7V6H4V8.675ZM4%2013.35H7V10.675H4V13.35ZM4%2018H7V15.325H4V18ZM9%2013.35H20V10.675H9V13.35ZM9%208.675H20V6H9V8.675ZM4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-rectangle-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='rectangle_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M2%2020V4H22V20H2ZM4%2018H20V6H4V18Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='rectangle_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M2%2020V4H22V20H2ZM4%2018H20V6H4V18Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-screen-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='web_asset_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4ZM4%2018H20V8H4V18Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='web_asset_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4ZM4%2018H20V8H4V18Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-section-shortcut{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='capture_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4ZM4%2018H20V6H4V18ZM6%2016H18V8H6V16Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='capture_FILL0_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M4%2020C3.45%2020%202.97917%2019.8042%202.5875%2019.4125C2.19583%2019.0208%202%2018.55%202%2018V6C2%205.45%202.19583%204.97917%202.5875%204.5875C2.97917%204.19583%203.45%204%204%204H20C20.55%204%2021.0208%204.19583%2021.4125%204.5875C21.8042%204.97917%2022%205.45%2022%206V18C22%2018.55%2021.8042%2019.0208%2021.4125%2019.4125C21.0208%2019.8042%2020.55%2020%2020%2020H4ZM4%2018H20V6H4V18ZM6%2016H18V8H6V16Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.icon-bottom-left-corner{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='30'%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.3664%206.25L3.81968%206.25L3.81968%203.75L6.3664%203.75L6.3664%206.25ZM26.7402%2013.75L24.1935%2013.75L24.1935%2016.25L26.7402%2016.25L26.7402%2013.75ZM26.7402%2023.75L24.1935%2023.75L24.1935%2026.25L26.7402%2026.25L26.7402%2023.75ZM16.5533%203.75L14.0066%203.75L14.0066%206.25L16.5533%206.25L16.5533%203.75ZM26.7402%203.75L24.1935%203.75L24.1935%206.25L26.7402%206.25L26.7402%203.75ZM3.81967%2020C3.81967%2021.6576%204.49046%2023.2473%205.68447%2024.4194C6.87848%2025.5915%208.49791%2026.25%2010.1865%2026.25L16.5533%2026.25L16.5533%2023.75L10.1865%2023.75C9.17334%2023.75%208.20169%2023.3549%207.48528%2022.6516C6.76888%2021.9484%206.3664%2020.9946%206.3664%2020L6.3664%2013.75L3.81967%2013.75L3.81967%2020Z'%20fill='%23444444'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='30'%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.3664%206.25L3.81968%206.25L3.81968%203.75L6.3664%203.75L6.3664%206.25ZM26.7402%2013.75L24.1935%2013.75L24.1935%2016.25L26.7402%2016.25L26.7402%2013.75ZM26.7402%2023.75L24.1935%2023.75L24.1935%2026.25L26.7402%2026.25L26.7402%2023.75ZM16.5533%203.75L14.0066%203.75L14.0066%206.25L16.5533%206.25L16.5533%203.75ZM26.7402%203.75L24.1935%203.75L24.1935%206.25L26.7402%206.25L26.7402%203.75ZM3.81967%2020C3.81967%2021.6576%204.49046%2023.2473%205.68447%2024.4194C6.87848%2025.5915%208.49791%2026.25%2010.1865%2026.25L16.5533%2026.25L16.5533%2023.75L10.1865%2023.75C9.17334%2023.75%208.20169%2023.3549%207.48528%2022.6516C6.76888%2021.9484%206.3664%2020.9946%206.3664%2020L6.3664%2013.75L3.81967%2013.75L3.81967%2020Z'%20fill='%23444444'/%3e%3c/svg%3e")}.icon-bottom-right-corner{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='32'%20viewBox='0%200%2031%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.53027%2024.9135L6.53027%2027.4603L4.03027%2027.4603L4.03027%2024.9135L6.53027%2024.9135ZM14.0303%204.5397L14.0303%207.08643L16.5303%207.08643L16.5303%204.5397L14.0303%204.5397ZM24.0303%204.5397L24.0303%207.08643L26.5303%207.08643L26.5303%204.5397L24.0303%204.5397ZM4.03027%2014.7266L4.03027%2017.2733L6.53027%2017.2733L6.53027%2014.7266L4.03027%2014.7266ZM4.03027%204.5397L4.03027%207.08643L6.53027%207.08643L6.53027%204.5397L4.03027%204.5397ZM20.2803%2027.4603C21.9379%2027.4603%2023.5276%2026.7895%2024.6997%2025.5955C25.8718%2024.4015%2026.5303%2022.782%2026.5303%2021.0934L26.5303%2014.7266L24.0303%2014.7266L24.0303%2021.0934C24.0303%2022.1066%2023.6352%2023.0782%2022.9319%2023.7947C22.2287%2024.5111%2021.2748%2024.9135%2020.2803%2024.9135L14.0303%2024.9135L14.0303%2027.4603L20.2803%2027.4603Z'%20fill='%23444444'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='32'%20viewBox='0%200%2031%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.53027%2024.9135L6.53027%2027.4603L4.03027%2027.4603L4.03027%2024.9135L6.53027%2024.9135ZM14.0303%204.5397L14.0303%207.08643L16.5303%207.08643L16.5303%204.5397L14.0303%204.5397ZM24.0303%204.5397L24.0303%207.08643L26.5303%207.08643L26.5303%204.5397L24.0303%204.5397ZM4.03027%2014.7266L4.03027%2017.2733L6.53027%2017.2733L6.53027%2014.7266L4.03027%2014.7266ZM4.03027%204.5397L4.03027%207.08643L6.53027%207.08643L6.53027%204.5397L4.03027%204.5397ZM20.2803%2027.4603C21.9379%2027.4603%2023.5276%2026.7895%2024.6997%2025.5955C25.8718%2024.4015%2026.5303%2022.782%2026.5303%2021.0934L26.5303%2014.7266L24.0303%2014.7266L24.0303%2021.0934C24.0303%2022.1066%2023.6352%2023.0782%2022.9319%2023.7947C22.2287%2024.5111%2021.2748%2024.9135%2020.2803%2024.9135L14.0303%2024.9135L14.0303%2027.4603L20.2803%2027.4603Z'%20fill='%23444444'/%3e%3c/svg%3e")}.icon-top-left-corner{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='32'%20viewBox='0%200%2031%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.0303%207.08646L24.0303%204.53973L26.5303%204.53973L26.5303%207.08646L24.0303%207.08646ZM16.5303%2027.4603L16.5303%2024.9136L14.0303%2024.9136L14.0303%2027.4603L16.5303%2027.4603ZM6.53027%2027.4603L6.53027%2024.9136L4.03027%2024.9136L4.03027%2027.4603L6.53027%2027.4603ZM26.5303%2017.2734L26.5303%2014.7267L24.0303%2014.7267L24.0303%2017.2734L26.5303%2017.2734ZM26.5303%2027.4603L26.5303%2024.9136L24.0303%2024.9136L24.0303%2027.4603L26.5303%2027.4603ZM10.2803%204.53974C8.62267%204.53974%207.03296%205.21052%205.86086%206.40454C4.68875%207.59855%204.03027%209.21797%204.03027%2010.9066L4.03027%2017.2734L6.53027%2017.2734L6.53027%2010.9066C6.53027%209.89341%206.92536%208.92175%207.62862%208.20534C8.33188%207.48894%209.28571%207.08646%2010.2803%207.08646L16.5303%207.08646L16.5303%204.53974L10.2803%204.53974Z'%20fill='%23444444'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='32'%20viewBox='0%200%2031%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.0303%207.08646L24.0303%204.53973L26.5303%204.53973L26.5303%207.08646L24.0303%207.08646ZM16.5303%2027.4603L16.5303%2024.9136L14.0303%2024.9136L14.0303%2027.4603L16.5303%2027.4603ZM6.53027%2027.4603L6.53027%2024.9136L4.03027%2024.9136L4.03027%2027.4603L6.53027%2027.4603ZM26.5303%2017.2734L26.5303%2014.7267L24.0303%2014.7267L24.0303%2017.2734L26.5303%2017.2734ZM26.5303%2027.4603L26.5303%2024.9136L24.0303%2024.9136L24.0303%2027.4603L26.5303%2027.4603ZM10.2803%204.53974C8.62267%204.53974%207.03296%205.21052%205.86086%206.40454C4.68875%207.59855%204.03027%209.21797%204.03027%2010.9066L4.03027%2017.2734L6.53027%2017.2734L6.53027%2010.9066C6.53027%209.89341%206.92536%208.92175%207.62862%208.20534C8.33188%207.48894%209.28571%207.08646%2010.2803%207.08646L16.5303%207.08646L16.5303%204.53974L10.2803%204.53974Z'%20fill='%23444444'/%3e%3c/svg%3e")}.icon-top-right-corner{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='30'%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.1941%2023.75H26.7409V26.25H24.1941V23.75ZM3.82031%2016.25H6.36704V13.75H3.82031V16.25ZM3.82031%206.25H6.36704V3.75H3.82031V6.25ZM14.0072%2026.25H16.554V23.75H14.0072V26.25ZM3.82031%2026.25H6.36704V23.75H3.82031V26.25ZM26.7409%2010C26.7409%208.3424%2026.0701%206.75269%2024.8761%205.58058C23.6821%204.40848%2022.0626%203.75%2020.3741%203.75H14.0072V6.25H20.3741C21.3872%206.25%2022.3589%206.64509%2023.0753%207.34835C23.7917%208.05161%2024.1941%209.00544%2024.1941%2010V16.25H26.7409V10Z'%20fill='%23444444'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='30'%20viewBox='0%200%2031%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.1941%2023.75H26.7409V26.25H24.1941V23.75ZM3.82031%2016.25H6.36704V13.75H3.82031V16.25ZM3.82031%206.25H6.36704V3.75H3.82031V6.25ZM14.0072%2026.25H16.554V23.75H14.0072V26.25ZM3.82031%2026.25H6.36704V23.75H3.82031V26.25ZM26.7409%2010C26.7409%208.3424%2026.0701%206.75269%2024.8761%205.58058C23.6821%204.40848%2022.0626%203.75%2020.3741%203.75H14.0072V6.25H20.3741C21.3872%206.25%2022.3589%206.64509%2023.0753%207.34835C23.7917%208.05161%2024.1941%209.00544%2024.1941%2010V16.25H26.7409V10Z'%20fill='%23444444'/%3e%3c/svg%3e")}.icon-palette-outline{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C10.6868%2022%209.38642%2021.7413%208.17317%2021.2388C6.95991%2020.7362%205.85752%2019.9997%204.92893%2019.0711C3.05357%2017.1957%202%2014.6522%202%2012C2%209.34784%203.05357%206.8043%204.92893%204.92893C6.8043%203.05357%209.34784%202%2012%202C17.5%202%2022%206%2022%2011C22%2012.5913%2021.3679%2014.1174%2020.2426%2015.2426C19.1174%2016.3679%2017.5913%2017%2016%2017H14.2C13.9%2017%2013.7%2017.2%2013.7%2017.5C13.7%2017.6%2013.8%2017.7%2013.8%2017.8C14.2%2018.3%2014.4%2018.9%2014.4%2019.5C14.5%2020.9%2013.4%2022%2012%2022ZM12%204C9.87827%204%207.84344%204.84285%206.34315%206.34315C4.84285%207.84344%204%209.87827%204%2012C4%2014.1217%204.84285%2016.1566%206.34315%2017.6569C7.84344%2019.1571%209.87827%2020%2012%2020C12.3%2020%2012.5%2019.8%2012.5%2019.5C12.5%2019.3%2012.4%2019.2%2012.4%2019.1C12%2018.6%2011.8%2018.1%2011.8%2017.5C11.8%2016.1%2012.9%2015%2014.3%2015H16C17.0609%2015%2018.0783%2014.5786%2018.8284%2013.8284C19.5786%2013.0783%2020%2012.0609%2020%2011C20%207.1%2016.4%204%2012%204ZM6.5%2010C7.3%2010%208%2010.7%208%2011.5C8%2012.3%207.3%2013%206.5%2013C5.7%2013%205%2012.3%205%2011.5C5%2010.7%205.7%2010%206.5%2010ZM9.5%206C10.3%206%2011%206.7%2011%207.5C11%208.3%2010.3%209%209.5%209C8.7%209%208%208.3%208%207.5C8%206.7%208.7%206%209.5%206ZM14.5%206C15.3%206%2016%206.7%2016%207.5C16%208.3%2015.3%209%2014.5%209C13.7%209%2013%208.3%2013%207.5C13%206.7%2013.7%206%2014.5%206ZM17.5%2010C18.3%2010%2019%2010.7%2019%2011.5C19%2012.3%2018.3%2013%2017.5%2013C16.7%2013%2016%2012.3%2016%2011.5C16%2010.7%2016.7%2010%2017.5%2010Z'%20fill='%23757575'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C10.6868%2022%209.38642%2021.7413%208.17317%2021.2388C6.95991%2020.7362%205.85752%2019.9997%204.92893%2019.0711C3.05357%2017.1957%202%2014.6522%202%2012C2%209.34784%203.05357%206.8043%204.92893%204.92893C6.8043%203.05357%209.34784%202%2012%202C17.5%202%2022%206%2022%2011C22%2012.5913%2021.3679%2014.1174%2020.2426%2015.2426C19.1174%2016.3679%2017.5913%2017%2016%2017H14.2C13.9%2017%2013.7%2017.2%2013.7%2017.5C13.7%2017.6%2013.8%2017.7%2013.8%2017.8C14.2%2018.3%2014.4%2018.9%2014.4%2019.5C14.5%2020.9%2013.4%2022%2012%2022ZM12%204C9.87827%204%207.84344%204.84285%206.34315%206.34315C4.84285%207.84344%204%209.87827%204%2012C4%2014.1217%204.84285%2016.1566%206.34315%2017.6569C7.84344%2019.1571%209.87827%2020%2012%2020C12.3%2020%2012.5%2019.8%2012.5%2019.5C12.5%2019.3%2012.4%2019.2%2012.4%2019.1C12%2018.6%2011.8%2018.1%2011.8%2017.5C11.8%2016.1%2012.9%2015%2014.3%2015H16C17.0609%2015%2018.0783%2014.5786%2018.8284%2013.8284C19.5786%2013.0783%2020%2012.0609%2020%2011C20%207.1%2016.4%204%2012%204ZM6.5%2010C7.3%2010%208%2010.7%208%2011.5C8%2012.3%207.3%2013%206.5%2013C5.7%2013%205%2012.3%205%2011.5C5%2010.7%205.7%2010%206.5%2010ZM9.5%206C10.3%206%2011%206.7%2011%207.5C11%208.3%2010.3%209%209.5%209C8.7%209%208%208.3%208%207.5C8%206.7%208.7%206%209.5%206ZM14.5%206C15.3%206%2016%206.7%2016%207.5C16%208.3%2015.3%209%2014.5%209C13.7%209%2013%208.3%2013%207.5C13%206.7%2013.7%206%2014.5%206ZM17.5%2010C18.3%2010%2019%2010.7%2019%2011.5C19%2012.3%2018.3%2013%2017.5%2013C16.7%2013%2016%2012.3%2016%2011.5C16%2010.7%2016.7%2010%2017.5%2010Z'%20fill='%23757575'/%3e%3c/svg%3e")}.icon-gmail{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.09125%2014H3.63531V7.82094L0%205.09125V12.9087C0%2013.5137%200.489687%2014%201.09125%2014Z'%20fill='%234285F4'/%3e%3cpath%20d='M12.3647%2014H14.9088C15.5103%2014%2016%2013.5103%2016%2012.9087V5.09125L12.3647%207.8175V14Z'%20fill='%2334A853'/%3e%3cpath%20d='M12.3647%203.09125V7.8175L16%205.09125V3.63531C16%202.28812%2014.4609%201.51687%2013.3825%202.32656L12.3647%203.09125Z'%20fill='%23FBBC04'/%3e%3cpath%20d='M3.63531%207.82094V3.09125L8%206.365L12.3647%203.09125V7.82094L8%2011.0912L3.63531%207.82094Z'%20fill='%23EA4335'/%3e%3cpath%20d='M0%203.63844V5.09437L3.63531%207.82062V3.09125L2.6175%202.32969C1.53906%201.52%200%202.29125%200%203.63844Z'%20fill='%23C5221F'/%3e%3c/svg%3e") 50% no-repeat}.icon-google-drive{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='15'%20viewBox='0%200%2016%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_43)'%3e%3cpath%20d='M1.20962%2012.252L1.91523%2013.4708C2.06186%2013.7274%202.27261%2013.929%202.52004%2014.0757C3.22879%2013.176%203.72203%2012.4857%204.00003%2012.0046C4.28209%2011.5164%204.62878%2010.7527%205.04009%209.71369C3.93159%209.56775%203.0916%209.49481%202.52011%209.49481C1.97155%209.49481%201.13155%209.56775%200%209.71369C0%209.99775%200.0733119%2010.2818%200.219936%2010.5384L1.20962%2012.252Z'%20fill='%230066DA'/%3e%3cpath%20d='M13.48%2014.0757C13.7275%2013.929%2013.9382%2013.7274%2014.0848%2013.4708L14.378%2012.9668L15.7801%2010.5384C15.924%2010.2874%2015.9998%2010.0031%2016%209.71369C14.8619%209.56775%2014.0235%209.49481%2013.4846%209.49481C12.9055%209.49481%2012.067%209.56775%2010.9691%209.71369C11.3755%2010.7584%2011.7177%2011.5221%2011.9955%2012.0046C12.2757%2012.4914%2012.7705%2013.1817%2013.48%2014.0757V14.0757Z'%20fill='%23EA4335'/%3e%3cpath%20d='M8%204.5819C8.81999%203.5916%209.38511%202.82791%209.6953%202.29098C9.94511%201.85861%2010.22%201.16824%2010.52%200.219936C10.2726%200.0733119%209.98855%200%209.6953%200H6.3047C6.01145%200%205.72746%200.0824994%205.47996%200.219936C5.86158%201.30755%206.18545%202.08161%206.45145%202.54204C6.74545%203.05091%207.26163%203.73085%208%204.5819Z'%20fill='%2300832D'/%3e%3cpath%20d='M10.9599%209.71368H5.04009L2.52011%2014.0756C2.76748%2014.2223%203.05154%2014.2956%203.34479%2014.2956H12.6552C12.9485%2014.2956%2013.2326%2014.2131%2013.48%2014.0756L10.9599%209.71368Z'%20fill='%232684FC'/%3e%3cpath%20d='M7.99994%204.58187L5.47998%200.220001C5.23248%200.366624%205.02173%200.568183%204.87511%200.824804L0.219934%208.88886C0.0760066%209.13991%200.000190152%209.42422%200%209.7136H5.04005L7.99994%204.58187Z'%20fill='%2300AC47'/%3e%3cpath%20d='M13.4525%204.85684L11.1248%200.824748C10.9783%200.568125%2010.7675%200.366564%2010.52%200.21994L8.00006%204.58191L10.9599%209.71368H15.9909C15.9909%209.42956%2015.9176%209.14556%2015.7709%208.88894L13.4525%204.85684Z'%20fill='%23FFBA00'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_43'%3e%3crect%20width='16'%20height='14.2956'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50% no-repeat}.icon-google-sheets{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='22'%20viewBox='0%200%2016%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_19)'%3e%3cpath%20d='M10.4994%200L16%205.3913L13.2497%205.88299L10.4994%205.3913L9.9978%202.69565L10.4994%200Z'%20fill='%2300832D'/%3e%3cpath%20d='M10.4994%205.3913V0H1.50055C0.673267%200%200%200.659896%200%201.47075V20.0945C0%2020.9053%200.673267%2021.5652%201.50055%2021.5652H14.5039C15.3311%2021.5652%2016.0044%2020.9053%2016.0044%2020.0945V5.3913H10.4994Z'%20fill='%2300AC47'/%3e%3cpath%20d='M3.0011%208.3328V15.4407H13.0033V8.3328H3.0011ZM7.37514%2014.2115H4.25082V12.4949H7.37514V14.2115ZM7.37514%2011.2743H4.25082V9.55771H7.37514V11.2743ZM11.7492%2014.2115H8.62486V12.4949H11.7492V14.2115ZM11.7492%2011.2743H8.62486V9.55771H11.7492V11.2743Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_19'%3e%3crect%20width='16'%20height='21.5652'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50% no-repeat}.icon-chatgpt{background:url(./chatgpt-logo-DERmzcCi.svg) 50% no-repeat}.icon-mailchimp{background:url(./mailchimp-logo-CF5DWgXG.svg) 50% no-repeat}.icon-sendgrid{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_2)'%3e%3cpath%20d='M5.33337%205.33331H0V16H10.6667V5.33331H5.33337Z'%20fill='%239DE1F3'/%3e%3cpath%20d='M5.33338%200V10.6666H16V0H5.33338Z'%20fill='%2327B4E1'/%3e%3cpath%20d='M0%2016H5.33331V10.6667H0V16ZM10.6667%205.33331H16V0H10.6667V5.33331Z'%20fill='%231A82E2'/%3e%3cpath%20d='M5.33338%2010.6667H10.6667V5.33338H5.33338V10.6667Z'%20fill='%23239FD7'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_2'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50% no-repeat}.icon-slack{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_33)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.44445%2010.0775C4.44445%209.14543%205.14924%208.39507%206.02469%208.39507C6.90015%208.39507%207.60494%209.14543%207.60494%2010.0775V14.2188C7.60494%2015.1509%206.90015%2015.9012%206.02469%2015.9012C5.14924%2015.9012%204.44445%2015.1509%204.44445%2014.2188V10.0775Z'%20fill='%23E01E5A'%20stroke='%23E01E5A'%20stroke-width='0.790123'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.0775%2011.5556C9.14542%2011.5556%208.39506%2010.8508%208.39506%209.97531C8.39506%209.09986%209.14542%208.39507%2010.0775%208.39507H14.2188C15.1509%208.39507%2015.9012%209.09986%2015.9012%209.97531C15.9012%2010.8508%2015.1509%2011.5556%2014.2188%2011.5556H10.0775Z'%20fill='%23ECB22D'%20stroke='%23ECB22D'%20stroke-width='0.790123'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.39506%201.78118C8.39506%200.84913%209.09985%200.0987701%209.97531%200.0987701C10.8508%200.0987701%2011.5556%200.84913%2011.5556%201.78118V5.92251C11.5556%206.85458%2010.8508%207.60494%209.97531%207.60494C9.09985%207.60494%208.39506%206.85458%208.39506%205.92251V1.78118Z'%20fill='%232FB67C'%20stroke='%232FB67C'%20stroke-width='0.790123'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.78118%207.60494C0.84913%207.60494%200.0987692%206.90015%200.0987692%206.02469C0.0987692%205.14923%200.84913%204.44444%201.78118%204.44444H5.92251C6.85458%204.44444%207.60494%205.14923%207.60494%206.02469C7.60494%206.90015%206.85458%207.60494%205.92251%207.60494H1.78118Z'%20fill='%2336C5F1'%20stroke='%2336C5F1'%20stroke-width='0.790123'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.49877%2014.4987C8.49832%2014.709%208.5394%2014.9172%208.61965%2015.1116C8.6999%2015.3059%208.81773%2015.4825%208.9664%2015.6311C9.11506%2015.7798%209.29162%2015.8976%209.48594%2015.9779C9.68027%2016.0581%209.88853%2016.0992%2010.0988%2016.0987C10.9852%2016.0987%2011.6988%2015.3851%2011.6988%2014.4987C11.6992%2014.2885%2011.6581%2014.0802%2011.5779%2013.8859C11.4976%2013.6916%2011.3798%2013.515%2011.2311%2013.3664C11.0825%2013.2177%2010.9059%2013.0999%2010.7116%2013.0196C10.5173%2012.9394%2010.309%2012.8983%2010.0988%2012.8987H8.49877V14.4987Z'%20fill='%23ECB22D'%20stroke='%23ECB22D'%20stroke-width='0.790123'%20stroke-linecap='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4988%207.69876H12.8988V6.09876C12.8988%205.21236%2013.6124%204.49876%2014.4988%204.49876C15.3852%204.49876%2016.0988%205.21236%2016.0988%206.09876C16.0988%206.98516%2015.3852%207.69876%2014.4988%207.69876Z'%20fill='%232FB67C'%20stroke='%232FB67C'%20stroke-width='0.790123'%20stroke-linecap='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.69877%208.49876H3.29877V10.0988C3.29877%2010.9852%202.58517%2011.6988%201.69877%2011.6988C1.48853%2011.6992%201.28027%2011.6581%201.08595%2011.5779C0.891622%2011.4976%200.715062%2011.3798%200.566399%2011.2311C0.417736%2011.0825%200.299898%2010.9059%200.219649%2010.7116C0.1394%2010.5173%200.0983208%2010.309%200.098769%2010.0988C0.098769%209.21236%200.812369%208.49876%201.69877%208.49876Z'%20fill='%23E01E5A'%20stroke='%23E01E5A'%20stroke-width='0.790123'%20stroke-linecap='round'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.69877%201.69876V3.29876H6.09877C5.88853%203.29921%205.68027%203.25813%205.48594%203.17788C5.29162%203.09763%205.11506%202.97979%204.9664%202.83113C4.81773%202.68247%204.6999%202.5059%204.61965%202.31158C4.5394%202.11726%204.49832%201.909%204.49877%201.69876C4.49877%200.812358%205.21237%200.0987585%206.09877%200.0987585C6.30901%200.0983103%206.51727%200.13939%206.71159%200.219638C6.90591%200.299887%207.08247%200.417725%207.23114%200.566388C7.3798%200.715051%207.49764%200.891612%207.57789%201.08593C7.65814%201.28026%207.69922%201.48852%207.69877%201.69876V1.69876Z'%20fill='%2336C5F1'%20stroke='%2336C5F1'%20stroke-width='0.790123'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_33'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50% no-repeat}.icon-twilio{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1_24)'%3e%3cpath%20d='M7.98828%200.0116577C3.58419%200.0116577%200%203.59584%200%207.99994C0%2012.404%203.58419%2015.9882%207.98828%2015.9882C12.4158%2016.0116%2016%2012.4275%2016%207.99994C16%203.57242%2012.4158%200.0116577%207.98828%200.0116577ZM7.98828%2013.9033C4.75549%2013.9033%202.10834%2011.2562%202.10834%207.99994C2.10834%204.76715%204.75549%202.12%207.98828%202.12C11.2445%202.12%2013.8916%204.76715%2013.8916%207.99994C13.8916%2011.2562%2011.2445%2013.9033%207.98828%2013.9033Z'%20fill='%23E31E26'/%3e%3cpath%20d='M9.9795%207.67197C10.8981%207.67197%2011.6427%206.92731%2011.6427%206.00872C11.6427%205.09014%2010.8981%204.34547%209.9795%204.34547C9.06091%204.34547%208.31625%205.09014%208.31625%206.00872C8.31625%206.92731%209.06091%207.67197%209.9795%207.67197Z'%20fill='%23E31E26'/%3e%3cpath%20d='M9.9795%2011.6544C10.8981%2011.6544%2011.6427%2010.9097%2011.6427%209.99116C11.6427%209.07257%2010.8981%208.32791%209.9795%208.32791C9.06091%208.32791%208.31625%209.07257%208.31625%209.99116C8.31625%2010.9097%209.06091%2011.6544%209.9795%2011.6544Z'%20fill='%23E31E26'/%3e%3cpath%20d='M5.99707%2011.6544C6.91566%2011.6544%207.66032%2010.9097%207.66032%209.99116C7.66032%209.07257%206.91566%208.32791%205.99707%208.32791C5.07848%208.32791%204.33382%209.07257%204.33382%209.99116C4.33382%2010.9097%205.07848%2011.6544%205.99707%2011.6544Z'%20fill='%23E31E26'/%3e%3cpath%20d='M5.99707%207.67197C6.91566%207.67197%207.66032%206.92731%207.66032%206.00872C7.66032%205.09014%206.91566%204.34547%205.99707%204.34547C5.07848%204.34547%204.33382%205.09014%204.33382%206.00872C4.33382%206.92731%205.07848%207.67197%205.99707%207.67197Z'%20fill='%23E31E26'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_24'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50% no-repeat}.icon-docs{background:url("data:image/svg+xml,%3csvg%20width='34'%20height='34'%20viewBox='0%200%2034%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17'%20cy='17'%20r='17'%20fill='%23DD593D'%20fill-opacity='0.9'/%3e%3cpath%20d='M11.4%2013H10V23.5C10%2024.325%2010.63%2025%2011.4%2025H21.2V23.5H11.4V13ZM22.6%2010H14.2C13.43%2010%2012.8%2010.675%2012.8%2011.5V20.5C12.8%2021.325%2013.43%2022%2014.2%2022H22.6C23.37%2022%2024%2021.325%2024%2020.5V11.5C24%2010.675%2023.37%2010%2022.6%2010ZM21.9%2016.75H14.9V15.25H21.9V16.75ZM19.1%2019.75H14.9V18.25H19.1V19.75ZM21.9%2013.75H14.9V12.25H21.9V13.75Z'%20fill='white'/%3e%3c/svg%3e") 50% no-repeat}.icon-gray-sparkles{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='45'%20viewBox='0%200%2028%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.26936%2020.9086L13.6061%2017.2253L21.0675%2021.3109L17.0422%2014.3858L21.1834%206.92514L20.8174%206.29558L13.847%2010.3472L6.38558%206.26155L10.7768%2013.8163L6.63568%2021.2769L7.26936%2020.9086Z'%20fill='%23E8DCCE'/%3e%3cpath%20d='M10.962%2033.1179L15.3594%2035.6567L15.4755%2041.5489L18.2501%2036.7432L24.161%2036.6607L24.4132%2036.2238L19.576%2033.4311L19.4599%2027.5389L16.4331%2032.7815L10.5222%2032.864L10.962%2033.1179Z'%20fill='%23E8DCCE'/%3e%3c/svg%3e") 50% no-repeat}.icon-hand-shaking{background:url(./hand-shaking-DVnPsU2g.svg) 50% no-repeat}.icon-clap{background:url(./clap-B9WF8nGq.svg) 50% no-repeat}.icon-party-guy{background:url(./party-guy-BR7KT5ep.svg) 50% no-repeat}.icon-setup-sparkles{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2035%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.3246%2016.435L29.0323%209.31126L33.2731%202.76067L33.3731%202.05942L26.3903%204.64185C26.377%204.73484%2026.3302%204.81916%2026.26%204.87625C26.1898%204.93334%2026.1021%204.95854%2026.0161%204.94629C25.9302%204.93403%2025.853%204.88534%2025.8016%204.81093C25.7501%204.73651%2025.7287%204.64246%2025.7419%204.54947L20.0825%200.165594C20.0825%200.165594%2019.4342%200.073212%2019.7084%200.470028L21.9508%207.94443C21.9716%208.00179%2021.978%208.06439%2021.9692%208.12594C21.9604%208.18748%2021.9369%208.24581%2021.9008%208.29506L17.66%2014.8457C17.66%2014.8457%2017.61%2015.1963%2017.9841%2014.8918L24.9669%2012.3094L30.9505%2016.7395C31.2247%2017.1363%2031.5988%2016.8319%2031.2747%2016.7857L31.3246%2016.435ZM0.730539%205.9939L3.97213%206.45581L5.41747%2010.2392L5.96705%206.38233L9.50841%204.74049L9.55838%204.38987L5.99262%203.88177L4.54729%200.098373L3.94774%204.30587L0.406379%205.94771L0.730539%205.9939ZM34.3884%2029.7504L30.1743%2029.1499L28.729%2025.3665L28.4048%2025.3203L27.8053%2029.5278L24.2139%2031.5203L28.1038%2032.0746L29.5492%2035.858L29.8733%2035.9042L30.4729%2031.6967L34.0642%2029.7042L34.3884%2029.7504Z'%20fill='%23EF4C30'/%3e%3c/svg%3e") 50% no-repeat}.icon-components-empty{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M480-80q-33%200-56.5-23.5T400-160v-320q0-33%2023.5-56.5T480-560h320q33%200%2056.5%2023.5T880-480v320q0%2033-23.5%2056.5T800-80H480Zm0-80h320v-320H480v320Zm-240-80v-400q0-33%2023.5-56.5T320-720h400v80H320v400h-80ZM80-400v-400q0-33%2023.5-56.5T160-880h400v80H160v400H80Zm400%20240v-320%20320Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M480-80q-33%200-56.5-23.5T400-160v-320q0-33%2023.5-56.5T480-560h320q33%200%2056.5%2023.5T880-480v320q0%2033-23.5%2056.5T800-80H480Zm0-80h320v-320H480v320Zm-240-80v-400q0-33%2023.5-56.5T320-720h400v80H320v400h-80ZM80-400v-400q0-33%2023.5-56.5T160-880h400v80H160v400H80Zm400%20240v-320%20320Z'/%3e%3c/svg%3e")}.icon-marketplace-empty{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M240-500v-220h220v220H240Zm0%20260v-220h220v220H240Zm260-260v-220h220v220H500Zm0%20260v-220h220v220H500ZM320-580h60v-60h-60v60Zm260%200h60v-60h-60v60ZM320-320h60v-60h-60v60Zm260%200h60v-60h-60v60ZM380-580Zm200%200Zm0%20200Zm-200%200ZM200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h560q33%200%2056.5%2023.5T840-760v560q0%2033-23.5%2056.5T760-120H200Zm0-80h560v-560H200v560Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M240-500v-220h220v220H240Zm0%20260v-220h220v220H240Zm260-260v-220h220v220H500Zm0%20260v-220h220v220H500ZM320-580h60v-60h-60v60Zm260%200h60v-60h-60v60ZM320-320h60v-60h-60v60Zm260%200h60v-60h-60v60ZM380-580Zm200%200Zm0%20200Zm-200%200ZM200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h560q33%200%2056.5%2023.5T840-760v560q0%2033-23.5%2056.5T760-120H200Zm0-80h560v-560H200v560Z'/%3e%3c/svg%3e")}.icon-sections-empty{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M160-160q-33%200-56.5-23.5T80-240v-480q0-33%2023.5-56.5T160-800h640q33%200%2056.5%2023.5T880-720v480q0%2033-23.5%2056.5T800-160H160Zm0-80h640v-480H160v480Zm80-80h480v-320H240v320Zm-80%2080v-480%20480Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M160-160q-33%200-56.5-23.5T80-240v-480q0-33%2023.5-56.5T160-800h640q33%200%2056.5%2023.5T880-720v480q0%2033-23.5%2056.5T800-160H160Zm0-80h640v-480H160v480Zm80-80h480v-320H240v320Zm-80%2080v-480%20480Z'/%3e%3c/svg%3e")}.icon-features-empty{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M160-80q-33%200-56.5-23.5T80-160v-360q0-33%2023.5-56.5T160-600h80v-200q0-33%2023.5-56.5T320-880h480q33%200%2056.5%2023.5T880-800v360q0%2033-23.5%2056.5T800-360h-80v200q0%2033-23.5%2056.5T640-80H160Zm0-80h480v-280H160v280Zm560-280h80v-280H320v120h320q33%200%2056.5%2023.5T720-520v80Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20d='M160-80q-33%200-56.5-23.5T80-160v-360q0-33%2023.5-56.5T160-600h80v-200q0-33%2023.5-56.5T320-880h480q33%200%2056.5%2023.5T880-800v360q0%2033-23.5%2056.5T800-360h-80v200q0%2033-23.5%2056.5T640-80H160Zm0-80h480v-280H160v280Zm560-280h80v-280H320v120h320q33%200%2056.5%2023.5T720-520v80Z'/%3e%3c/svg%3e")}.icon-features-gallery{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='browse_FILL1_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M2.25%209.75V3.75C2.25%203.3375%202.39687%202.98438%202.69063%202.69063C2.98438%202.39687%203.3375%202.25%203.75%202.25H8.25V9.75H2.25ZM9.75%202.25H14.25C14.6625%202.25%2015.0156%202.39687%2015.3094%202.69063C15.6031%202.98438%2015.75%203.3375%2015.75%203.75V6.75H9.75V2.25ZM9.75%2015.75V8.25H15.75V14.25C15.75%2014.6625%2015.6031%2015.0156%2015.3094%2015.3094C15.0156%2015.6031%2014.6625%2015.75%2014.25%2015.75H9.75ZM2.25%2011.25H8.25V15.75H3.75C3.3375%2015.75%202.98438%2015.6031%202.69063%2015.3094C2.39687%2015.0156%202.25%2014.6625%202.25%2014.25V11.25Z'%20fill='%2300A898'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='browse_FILL1_wght400_GRAD0_opsz24%201'%3e%3cpath%20id='Vector'%20d='M2.25%209.75V3.75C2.25%203.3375%202.39687%202.98438%202.69063%202.69063C2.98438%202.39687%203.3375%202.25%203.75%202.25H8.25V9.75H2.25ZM9.75%202.25H14.25C14.6625%202.25%2015.0156%202.39687%2015.3094%202.69063C15.6031%202.98438%2015.75%203.3375%2015.75%203.75V6.75H9.75V2.25ZM9.75%2015.75V8.25H15.75V14.25C15.75%2014.6625%2015.6031%2015.0156%2015.3094%2015.3094C15.0156%2015.6031%2014.6625%2015.75%2014.25%2015.75H9.75ZM2.25%2011.25H8.25V15.75H3.75C3.3375%2015.75%202.98438%2015.6031%202.69063%2015.3094C2.39687%2015.0156%202.25%2014.6625%202.25%2014.25V11.25Z'%20fill='%2300A898'/%3e%3c/g%3e%3c/svg%3e")}.icon-rn-version-mismatch{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tIEZpcnN0IHZlcnNpb24gY2lyY2xlIC0tPgogIDxjaXJjbGUgY3g9IjgiIGN5PSIxMiIgcj0iNiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPgogIDwhLS0gInYxIiB0ZXh0IC0tPgogIDx0ZXh0IHg9IjYiIHk9IjEzIiBmb250LXNpemU9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiPnYxPC90ZXh0PgogIDwhLS0gU2Vjb25kIHZlcnNpb24gY2lyY2xlIC0tPgogIDxjaXJjbGUgY3g9IjE2IiBjeT0iMTIiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KICA8IS0tICJ2MiIgdGV4dCAtLT4KICA8dGV4dCB4PSIxNCIgeT0iMTMiIGZvbnQtc2l6ZT0iNiIgZmlsbD0iY3VycmVudENvbG9yIiBmb250LWZhbWlseT0ic2Fucy1zZXJpZiI+djI8L3RleHQ+CiAgPCEtLSBXYXJuaW5nIHRyaWFuZ2xlIC0tPgogIDxwYXRoIGQ9Ik0xMiA0TDE0IDhIMTBMMTIgNFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4g);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tIEZpcnN0IHZlcnNpb24gY2lyY2xlIC0tPgogIDxjaXJjbGUgY3g9IjgiIGN5PSIxMiIgcj0iNiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPgogIDwhLS0gInYxIiB0ZXh0IC0tPgogIDx0ZXh0IHg9IjYiIHk9IjEzIiBmb250LXNpemU9IjYiIGZpbGw9ImN1cnJlbnRDb2xvciIgZm9udC1mYW1pbHk9InNhbnMtc2VyaWYiPnYxPC90ZXh0PgogIDwhLS0gU2Vjb25kIHZlcnNpb24gY2lyY2xlIC0tPgogIDxjaXJjbGUgY3g9IjE2IiBjeT0iMTIiIHI9IjYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KICA8IS0tICJ2MiIgdGV4dCAtLT4KICA8dGV4dCB4PSIxNCIgeT0iMTMiIGZvbnQtc2l6ZT0iNiIgZmlsbD0iY3VycmVudENvbG9yIiBmb250LWZhbWlseT0ic2Fucy1zZXJpZiI+djI8L3RleHQ+CiAgPCEtLSBXYXJuaW5nIHRyaWFuZ2xlIC0tPgogIDxwYXRoIGQ9Ik0xMiA0TDE0IDhIMTBMMTIgNFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4g)}.icon-expand-all{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.59%2011L12%206.42L7.41%2011L6%209.59L12%203.59L18%209.59L16.59%2011Z'%20fill='%23333333'/%3e%3cpath%20d='M7.41%2013.59L12%2018.17L16.59%2013.59L18%2015L12%2021L6%2015L7.41%2013.59Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.59%2011L12%206.42L7.41%2011L6%209.59L12%203.59L18%209.59L16.59%2011Z'%20fill='%23333333'/%3e%3cpath%20d='M7.41%2013.59L12%2018.17L16.59%2013.59L18%2015L12%2021L6%2015L7.41%2013.59Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-collapse-all{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%203L12%207.58L16.59%203L18%204.41L12%2010.41L6%204.41L7.41%203Z'%20fill='%23333333'/%3e%3cpath%20d='M16.59%2020.41L12%2015.83L7.41%2020.41L6%2019L12%2013L18%2019L16.59%2020.41Z'%20fill='%23333333'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%203L12%207.58L16.59%203L18%204.41L12%2010.41L6%204.41L7.41%203Z'%20fill='%23333333'/%3e%3cpath%20d='M16.59%2020.41L12%2015.83L7.41%2020.41L6%2019L12%2013L18%2019L16.59%2020.41Z'%20fill='%23333333'/%3e%3c/svg%3e")}.icon-button-wrapper{cursor:pointer;background-color:#0000;border-radius:50%;width:32px;max-width:32px;height:32px;max-height:32px;padding:4px;transition:background-color .2s;display:block}.icon-button-wrapper .icon,.icon-button-wrapper .icon:hover,.icon-button-wrapper .icon:focus,.icon-button-wrapper .icon:active{background-color:#333}.icon-button-wrapper:hover{background-color:#33333326}.icon-button-wrapper:active,.icon-button-wrapper:focus{background-color:#3333334d}.icon-button-wrapper-loading{pointer-events:none}.icon-button-wrapper-rounded{border-radius:6px}.icon-button-wrapper-large{width:48px;max-width:48px;height:48px;max-height:48px;margin-left:-12px;margin-right:-12px;padding:12px}.icon-button-wrapper-small{width:24px;height:24px}.icon-button-wrapper-small .icon{width:16px;height:16px;-webkit-mask-size:contain;mask-size:contain}.icon-button-wrapper-active{background-color:#33333326}.icon-button-wrapper-disabled{pointer-events:none}.icon-button-wrapper-orange .icon,.icon-button-wrapper-orange .icon:hover,.icon-button-wrapper-orange .icon:focus,.icon-button-wrapper-orange .icon:active{background-color:#ef4c30}.icon-button-wrapper-orange.icon-button-wrapper-muted .icon{background-color:#8a8a8a}.icon-button-wrapper-orange:hover{background-color:#ef4c3026}.icon-button-wrapper-orange:hover .icon{background-color:#ef4c30}.icon-button-wrapper-orange:active,.icon-button-wrapper-orange:focus{background-color:#ef4c304d}.icon-button-wrapper-orange:active .icon,.icon-button-wrapper-orange:focus .icon{background-color:#ef4c30}.icon-button-wrapper-orange.icon-button-wrapper-active{background-color:#ef4c301a}.icon-button-wrapper-orange.icon-button-wrapper-solid{background-color:#ef4c30}.icon-button-wrapper-orange.icon-button-wrapper-solid .icon{background-color:#fff}.icon-button-wrapper-orange.icon-button-wrapper-disabled{opacity:.5}.icon-button-wrapper-yellow .icon,.icon-button-wrapper-yellow .icon:hover,.icon-button-wrapper-yellow .icon:focus,.icon-button-wrapper-yellow .icon:active{background-color:#ffc00e}.icon-button-wrapper-yellow.icon-button-wrapper-muted .icon{background-color:#8a8a8a}.icon-button-wrapper-yellow:hover{background-color:#ffc00e26}.icon-button-wrapper-yellow:hover .icon{background-color:#ffc00e}.icon-button-wrapper-yellow:active,.icon-button-wrapper-yellow:focus{background-color:#ffc00e4d}.icon-button-wrapper-yellow:active .icon,.icon-button-wrapper-yellow:focus .icon{background-color:#ffc00e}.icon-button-wrapper-yellow.icon-button-wrapper-active{background-color:#ffc00e1a}.icon-button-wrapper-yellow.icon-button-wrapper-solid{background-color:#ffc00e}.icon-button-wrapper-yellow.icon-button-wrapper-solid .icon{background-color:#fff}.icon-button-wrapper-yellow.icon-button-wrapper-disabled{opacity:.5}.icon-button-wrapper-darkPink .icon,.icon-button-wrapper-darkPink .icon:hover,.icon-button-wrapper-darkPink .icon:focus,.icon-button-wrapper-darkPink .icon:active{background-color:#a82058}.icon-button-wrapper-darkPink.icon-button-wrapper-muted .icon{background-color:#8a8a8a}.icon-button-wrapper-darkPink:hover{background-color:#a8205826}.icon-button-wrapper-darkPink:hover .icon{background-color:#a82058}.icon-button-wrapper-darkPink:active,.icon-button-wrapper-darkPink:focus{background-color:#a820584d}.icon-button-wrapper-darkPink:active .icon,.icon-button-wrapper-darkPink:focus .icon{background-color:#a82058}.icon-button-wrapper-darkPink.icon-button-wrapper-active{background-color:#a820581a}.icon-button-wrapper-darkPink.icon-button-wrapper-solid{background-color:#a82058}.icon-button-wrapper-darkPink.icon-button-wrapper-solid .icon{background-color:#fff}.icon-button-wrapper-darkPink.icon-button-wrapper-disabled{opacity:.5}.icon-button-wrapper-light .icon,.icon-button-wrapper-light .icon:hover,.icon-button-wrapper-light .icon:focus,.icon-button-wrapper-light .icon:active,.icon-button-wrapper-light.icon-button-wrapper-muted .icon{background-color:#8a8a8a}.icon-button-wrapper-light:hover{background-color:#8a8a8a26}.icon-button-wrapper-light:hover .icon{background-color:#8a8a8a}.icon-button-wrapper-light:active,.icon-button-wrapper-light:focus{background-color:#8a8a8a4d}.icon-button-wrapper-light:active .icon,.icon-button-wrapper-light:focus .icon{background-color:#8a8a8a}.icon-button-wrapper-light.icon-button-wrapper-active{background-color:#8a8a8a1a}.icon-button-wrapper-light.icon-button-wrapper-solid{background-color:#8a8a8a}.icon-button-wrapper-light.icon-button-wrapper-solid .icon{background-color:#fff}.icon-button-wrapper-light.icon-button-wrapper-disabled{opacity:.5}.icon-button-wrapper-white .icon,.icon-button-wrapper-white .icon:hover,.icon-button-wrapper-white .icon:focus,.icon-button-wrapper-white .icon:active{background-color:#fff}.icon-button-wrapper-white.icon-button-wrapper-muted .icon{background-color:#8a8a8a}.icon-button-wrapper-white:hover{background-color:#ffffff26}.icon-button-wrapper-white:hover .icon{background-color:#fff}.icon-button-wrapper-white:active,.icon-button-wrapper-white:focus{background-color:#ffffff4d}.icon-button-wrapper-white:active .icon,.icon-button-wrapper-white:focus .icon{background-color:#fff}.icon-button-wrapper-white.icon-button-wrapper-active{background-color:#ffffff1a}.icon-button-wrapper-white.icon-button-wrapper-solid,.icon-button-wrapper-white.icon-button-wrapper-solid .icon{background-color:#fff}.icon-button-wrapper-white.icon-button-wrapper-disabled{opacity:.5}.btn{appearance:none;font:inherit;font-size:inherit;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#00a898;border:1px solid #0000;border-radius:50px;outline:none;flex-direction:row;justify-content:center;align-items:center;height:40px;padding:0 25px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.btn:hover,.btn:focus-visible,.btn.btn-focussed{background-color:#008f81;text-decoration:none}.btn:active{background-color:#00756a;transition:none}.btn .icon{background-color:#fff}.btn.btn-text{color:#8a8a8a;background-color:#0000}.btn.btn-text:hover,.btn.btn-text:focus-visible,.btn.btn-text.btn-focussed{background-color:#e8e8e8}.btn.btn-text .icon{background-color:#8a8a8a}.btn.btn-outlined{color:#8a8a8a;background-color:#0000;border-color:#3333331a}.btn.btn-outlined:hover:not([disabled]),.btn.btn-outlined:focus-visible:not([disabled]),.btn.btn-outlined.btn-focussed{color:#8a8a8a;background-color:#3333331a}.btn.btn-outlined:hover:not([disabled]) .icon,.btn.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-outlined.btn-focussed .icon{background-color:#8a8a8a}.btn.btn-outlined:active:not([disabled]){background-color:#2626261a;border-color:#2626261a}.btn.btn-outlined .icon{background-color:#8a8a8a}.btn.btn-flat{background-color:unset;color:#8a8a8a;background:0 0;border-radius:50px;padding:0 16px}.btn.btn-flat .icon{background-color:#8a8a8a}.btn.btn-flat:hover:not([disabled]),.btn.btn-flat:focus-visible:not([disabled]),.btn.btn-flat.btn-focussed{background-color:#8a8a8a1a}.btn.btn-flat:active:not([disabled]){background-color:#8a8a8a26}.btn.btn-list-add{color:#00a898;background:0 0;border-radius:6px;justify-content:flex-start;width:100%;padding:0 16px}.btn.btn-list-add .icon{background-color:#00a898}.btn.btn-list-add:hover:not([disabled]),.btn.btn-list-add:focus-visible:not([disabled]),.btn.btn-list-add.btn-focussed{background-color:#00a8981a}.btn.btn-list-add:active:not([disabled]){background-color:#00a89826}.btn.btn-fit-content{width:fit-content}.btn.btn-square{border-radius:6px}.btn.btn-block,.btn.btn-fluid{white-space:nowrap;text-overflow:ellipsis;align-items:center;width:100%;display:flex;overflow:hidden}.btn.btn-padded{padding-left:40px;padding-right:40px}.btn.btn-large{height:50px;padding:0 30px;font-size:14px}.btn.btn-large.btn-square{border-radius:9px}.btn.btn-medium{height:40px;padding:0 25px}.btn.btn-medium.btn-square{border-radius:4px}.btn.btn-medium.btn-list-add{background-color:unset;padding:0 16px}.btn.btn-medium.btn-list-add:hover:not([disabled]),.btn.btn-medium.btn-list-add:focus-visible:not([disabled]),.btn.btn-medium.btn-list-add.btn-focussed{color:#00756a}.btn.btn-medium.btn-list-add:hover:not([disabled]) .icon,.btn.btn-medium.btn-list-add:focus-visible:not([disabled]) .icon,.btn.btn-medium.btn-list-add.btn-focussed .icon{background:#00756a}.btn.btn-medium.btn-list-add:active:not([disabled]){color:#00423c}.btn.btn-small{height:32px;padding:0 25px}.btn.btn-small.btn-square{border-radius:4px}.btn.btn-small.btn-list-add{background-color:unset;padding:0 12px}.btn.btn-small.btn-list-add:hover:not([disabled]),.btn.btn-small.btn-list-add:focus-visible:not([disabled]),.btn.btn-small.btn-list-add.btn-focussed{color:#00756a}.btn.btn-small.btn-list-add:hover:not([disabled]) .icon,.btn.btn-small.btn-list-add:focus-visible:not([disabled]) .icon,.btn.btn-small.btn-list-add.btn-focussed .icon{background:#00756a}.btn.btn-small.btn-list-add:active:not([disabled]){color:#00423c}.btn.btn-link{background-color:unset;color:#616161;background:0 0;justify-content:flex-start;margin-top:5px;margin-left:-16px;margin-right:-16px;padding:12px}.btn.btn-link .icon{background-color:#616161}.btn.btn-link:hover:not([disabled]),.btn.btn-link:focus-visible:not([disabled]),.btn.btn-link.btn-focussed{color:#00a898;background-color:#00a8981a}.btn.btn-link:hover:not([disabled]) .icon,.btn.btn-link:focus-visible:not([disabled]) .icon,.btn.btn-link.btn-focussed .icon{background:#00756a}.btn.btn-link:active:not([disabled]){color:#00a898;background-color:#00a8981a}.btn.btn-link:active:not([disabled]) .icon{background:#00756a}.btn.btn-dark-pink{color:#fff;background:#a82058}.btn.btn-dark-pink:hover,.btn.btn-dark-pink:focus-visible,.btn.btn-dark-pink.btn-focussed{background-color:#931c4d;text-decoration:none}.btn.btn-dark-pink:active{background-color:#7d1842;transition:none}.btn.btn-dark-pink .icon{background-color:#fff}.btn.btn-dark-pink.btn-text{color:#a82058;background-color:#0000}.btn.btn-dark-pink.btn-text:hover,.btn.btn-dark-pink.btn-text:focus-visible,.btn.btn-dark-pink.btn-text.btn-focussed{background-color:#eed2de}.btn.btn-dark-pink.btn-text .icon{background-color:#a82058}.btn.btn-dark-pink.btn-outlined{color:#a82058;background-color:#0000;border-color:#a82058}.btn.btn-dark-pink.btn-outlined:hover:not([disabled]),.btn.btn-dark-pink.btn-outlined:focus-visible:not([disabled]),.btn.btn-dark-pink.btn-outlined.btn-focussed{color:#fff;background-color:#a82058}.btn.btn-dark-pink.btn-outlined:hover:not([disabled]) .icon,.btn.btn-dark-pink.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-dark-pink.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-dark-pink.btn-outlined:active:not([disabled]){background-color:#931c4d;border-color:#931c4d}.btn.btn-dark-pink.btn-outlined .icon{background-color:#a82058}.btn.btn-dark-pink.btn-secondary{color:#a82058;background-color:#fdeeed1a;border:none}.btn.btn-dark-pink.btn-secondary .icon{background-color:#a82058}.btn.btn-dark-pink.btn-list-add{color:#a82058;background:0 0}.btn.btn-dark-pink.btn-list-add .icon{background-color:#a82058}.btn.btn-dark-pink.btn-list-add:hover:not([disabled]),.btn.btn-dark-pink.btn-list-add:focus-visible:not([disabled]),.btn.btn-dark-pink.btn-list-add.btn-focussed{background-color:#a820581a}.btn.btn-dark-pink.btn-list-add:active:not([disabled]){background-color:#a8205826}.btn.btn-dark-pink.btn-list-add.btn-small{background-color:unset}.btn.btn-dark-pink.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-dark-pink.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-dark-pink.btn-list-add.btn-small.btn-focussed{color:#7d1842}.btn.btn-dark-pink.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-dark-pink.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-dark-pink.btn-list-add.btn-small.btn-focussed .icon{background:#7d1842}.btn.btn-dark-pink.btn-list-add.btn-small:active:not([disabled]){color:#52102b}.btn.btn-orange{color:#fff;background:#ef4c30}.btn.btn-orange:hover,.btn.btn-orange:focus-visible,.btn.btn-orange.btn-focussed{background-color:#ed3818;text-decoration:none}.btn.btn-orange:active{background-color:#db2f11;transition:none}.btn.btn-orange .icon{background-color:#fff}.btn.btn-orange.btn-text{color:#ef4c30;background-color:#0000}.btn.btn-orange.btn-text:hover,.btn.btn-orange.btn-text:focus-visible,.btn.btn-orange.btn-text.btn-focussed{background-color:#fcdbd6}.btn.btn-orange.btn-text .icon{background-color:#ef4c30}.btn.btn-orange.btn-outlined{color:#ef4c30;background-color:#0000;border-color:#ef4c30}.btn.btn-orange.btn-outlined:hover:not([disabled]),.btn.btn-orange.btn-outlined:focus-visible:not([disabled]),.btn.btn-orange.btn-outlined.btn-focussed{color:#fff;background-color:#ef4c30}.btn.btn-orange.btn-outlined:hover:not([disabled]) .icon,.btn.btn-orange.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-orange.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-orange.btn-outlined:active:not([disabled]){background-color:#ed3818;border-color:#ed3818}.btn.btn-orange.btn-outlined .icon{background-color:#ef4c30}.btn.btn-orange.btn-secondary{color:#ef4c30;background-color:#ef4c301a;border:none}.btn.btn-orange.btn-secondary .icon{background-color:#ef4c30}.btn.btn-orange.btn-list-add{color:#ef4c30;background:0 0}.btn.btn-orange.btn-list-add .icon{background-color:#ef4c30}.btn.btn-orange.btn-list-add:hover:not([disabled]),.btn.btn-orange.btn-list-add:focus-visible:not([disabled]),.btn.btn-orange.btn-list-add.btn-focussed{background-color:#ef4c301a}.btn.btn-orange.btn-list-add:active:not([disabled]){background-color:#ef4c3026}.btn.btn-orange.btn-list-add.btn-small{background-color:unset}.btn.btn-orange.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-orange.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-orange.btn-list-add.btn-small.btn-focussed{color:#db2f11}.btn.btn-orange.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-orange.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-orange.btn-list-add.btn-small.btn-focussed .icon{background:#db2f11}.btn.btn-orange.btn-list-add.btn-small:active:not([disabled]){color:#ac250d}.btn.btn-orange.btn-gradient{background:linear-gradient(#ef4c30 0%,#a82058 100%);border:none;outline:none;position:relative}.btn.btn-orange.btn-gradient[disabled]{color:#ccc;background:0 0;border:1px solid #ccc}.btn.btn-yellow{color:#333;background:#ffc00e}.btn.btn-yellow:hover,.btn.btn-yellow:focus-visible,.btn.btn-yellow.btn-focussed{background-color:#f4b400;text-decoration:none}.btn.btn-yellow:active{background-color:#daa100;transition:none}.btn.btn-yellow .icon{background-color:#333}.btn.btn-yellow.btn-text{color:#333;background-color:#0000}.btn.btn-yellow.btn-text:hover,.btn.btn-yellow.btn-text:focus-visible,.btn.btn-yellow.btn-text.btn-focussed{background-color:#fff2cf}.btn.btn-yellow.btn-text .icon{background-color:#333}.btn.btn-yellow.btn-outlined{color:#ffc00e;background-color:#0000;border-color:#ffc00e}.btn.btn-yellow.btn-outlined:hover:not([disabled]),.btn.btn-yellow.btn-outlined:focus-visible:not([disabled]),.btn.btn-yellow.btn-outlined.btn-focussed{color:#333;background-color:#ffc00e}.btn.btn-yellow.btn-outlined:hover:not([disabled]) .icon,.btn.btn-yellow.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-yellow.btn-outlined.btn-focussed .icon{background-color:#333}.btn.btn-yellow.btn-outlined:active:not([disabled]){background-color:#f4b400;border-color:#f4b400}.btn.btn-yellow.btn-outlined .icon{background-color:#ffc00e}.btn.btn-yellow.btn-secondary{color:#ffc00e;background-color:#ffc00e1a;border:none}.btn.btn-yellow.btn-secondary .icon{background-color:#ffc00e}.btn.btn-yellow.btn-list-add{color:#ffc00e;background:0 0}.btn.btn-yellow.btn-list-add .icon{background-color:#ffc00e}.btn.btn-yellow.btn-list-add:hover:not([disabled]),.btn.btn-yellow.btn-list-add:focus-visible:not([disabled]),.btn.btn-yellow.btn-list-add.btn-focussed{background-color:#ffc00e1a}.btn.btn-yellow.btn-list-add:active:not([disabled]){background-color:#ffc00e26}.btn.btn-yellow.btn-list-add.btn-small{background-color:unset}.btn.btn-yellow.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-yellow.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-yellow.btn-list-add.btn-small.btn-focussed{color:#daa100}.btn.btn-yellow.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-yellow.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-yellow.btn-list-add.btn-small.btn-focussed .icon{background:#daa100}.btn.btn-yellow.btn-list-add.btn-small:active:not([disabled]){color:#a77b00}.btn.btn-green{color:#fff;background:#a1cd46}.btn.btn-green:hover,.btn.btn-green:focus-visible,.btn.btn-green.btn-focussed{background-color:#96c435;text-decoration:none}.btn.btn-green:active{background-color:#86b030;transition:none}.btn.btn-green .icon{background-color:#fff}.btn.btn-green.btn-text{color:#a1cd46;background-color:#0000}.btn.btn-green.btn-text:hover,.btn.btn-green.btn-text:focus-visible,.btn.btn-green.btn-text.btn-focussed{background-color:#ecf5da}.btn.btn-green.btn-text .icon{background-color:#a1cd46}.btn.btn-green.btn-outlined{color:#a1cd46;background-color:#0000;border-color:#a1cd46}.btn.btn-green.btn-outlined:hover:not([disabled]),.btn.btn-green.btn-outlined:focus-visible:not([disabled]),.btn.btn-green.btn-outlined.btn-focussed{color:#fff;background-color:#a1cd46}.btn.btn-green.btn-outlined:hover:not([disabled]) .icon,.btn.btn-green.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-green.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-green.btn-outlined:active:not([disabled]){background-color:#96c435;border-color:#96c435}.btn.btn-green.btn-outlined .icon{background-color:#a1cd46}.btn.btn-green.btn-secondary{color:#a1cd46;background-color:#a1cd461a;border:none}.btn.btn-green.btn-secondary .icon{background-color:#a1cd46}.btn.btn-green.btn-list-add{color:#a1cd46;background:0 0}.btn.btn-green.btn-list-add .icon{background-color:#a1cd46}.btn.btn-green.btn-list-add:hover:not([disabled]),.btn.btn-green.btn-list-add:focus-visible:not([disabled]),.btn.btn-green.btn-list-add.btn-focussed{background-color:#a1cd461a}.btn.btn-green.btn-list-add:active:not([disabled]){background-color:#a1cd4626}.btn.btn-green.btn-list-add.btn-small{background-color:unset}.btn.btn-green.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-green.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-green.btn-list-add.btn-small.btn-focussed{color:#86b030}.btn.btn-green.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-green.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-green.btn-list-add.btn-small.btn-focussed .icon{background:#86b030}.btn.btn-green.btn-list-add.btn-small:active:not([disabled]){color:#688825}.btn.btn-purple{color:#fff;background:#43437a}.btn.btn-purple:hover,.btn.btn-purple:focus-visible,.btn.btn-purple.btn-focussed{background-color:#3a3a6a;text-decoration:none}.btn.btn-purple:active{background-color:#313159;transition:none}.btn.btn-purple .icon{background-color:#fff}.btn.btn-purple.btn-text{color:#43437a;background-color:#0000}.btn.btn-purple.btn-text:hover,.btn.btn-purple.btn-text:focus-visible,.btn.btn-purple.btn-text.btn-focussed{background-color:#d9d9e4}.btn.btn-purple.btn-text .icon{background-color:#43437a}.btn.btn-purple.btn-outlined{color:#43437a;background-color:#0000;border-color:#43437a}.btn.btn-purple.btn-outlined:hover:not([disabled]),.btn.btn-purple.btn-outlined:focus-visible:not([disabled]),.btn.btn-purple.btn-outlined.btn-focussed{color:#fff;background-color:#43437a}.btn.btn-purple.btn-outlined:hover:not([disabled]) .icon,.btn.btn-purple.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-purple.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-purple.btn-outlined:active:not([disabled]){background-color:#3a3a6a;border-color:#3a3a6a}.btn.btn-purple.btn-outlined .icon{background-color:#43437a}.btn.btn-purple.btn-secondary{color:#43437a;background-color:#43437a1a;border:none}.btn.btn-purple.btn-secondary .icon{background-color:#43437a}.btn.btn-purple.btn-list-add{color:#43437a;background:0 0}.btn.btn-purple.btn-list-add .icon{background-color:#43437a}.btn.btn-purple.btn-list-add:hover:not([disabled]),.btn.btn-purple.btn-list-add:focus-visible:not([disabled]),.btn.btn-purple.btn-list-add.btn-focussed{background-color:#43437a1a}.btn.btn-purple.btn-list-add:active:not([disabled]){background-color:#43437a26}.btn.btn-purple.btn-list-add.btn-small{background-color:unset}.btn.btn-purple.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-purple.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-purple.btn-list-add.btn-small.btn-focussed{color:#313159}.btn.btn-purple.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-purple.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-purple.btn-list-add.btn-small.btn-focussed .icon{background:#313159}.btn.btn-purple.btn-list-add.btn-small:active:not([disabled]){color:#1f1f38}.btn.btn-teal{color:#fff;background:#00a898}.btn.btn-teal:hover,.btn.btn-teal:focus-visible,.btn.btn-teal.btn-focussed{background-color:#008f81;text-decoration:none}.btn.btn-teal:active{background-color:#00756a;transition:none}.btn.btn-teal .icon{background-color:#fff}.btn.btn-teal.btn-secondary{color:#00a898;background-color:#00a8981a;border:none}.btn.btn-teal.btn-secondary .icon{background-color:#00a898}.btn.btn-teal.btn-text{color:#00a898;background-color:#0000}.btn.btn-teal.btn-text:hover,.btn.btn-teal.btn-text:focus-visible,.btn.btn-teal.btn-text.btn-focussed{background-color:#cceeea}.btn.btn-teal.btn-text .icon{background-color:#00a898}.btn.btn-teal.btn-outlined{color:#00a898;background-color:#0000;border-color:#00a898}.btn.btn-teal.btn-outlined:hover:not([disabled]),.btn.btn-teal.btn-outlined:focus-visible:not([disabled]),.btn.btn-teal.btn-outlined.btn-focussed{color:#fff;background-color:#00a898}.btn.btn-teal.btn-outlined:hover:not([disabled]) .icon,.btn.btn-teal.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-teal.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-teal.btn-outlined:active:not([disabled]){background-color:#008f81;border-color:#008f81}.btn.btn-teal.btn-outlined .icon{background-color:#00a898}.btn.btn-teal.btn-list-add{color:#00a898;background:0 0}.btn.btn-teal.btn-list-add .icon{background-color:#00a898}.btn.btn-teal.btn-list-add:hover:not([disabled]),.btn.btn-teal.btn-list-add:focus-visible:not([disabled]),.btn.btn-teal.btn-list-add.btn-focussed{background-color:#00a8981a}.btn.btn-teal.btn-list-add:active:not([disabled]){background-color:#00a89826}.btn.btn-teal.btn-list-add.btn-small{background-color:unset}.btn.btn-teal.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-teal.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-teal.btn-list-add.btn-small.btn-focussed{color:#00756a}.btn.btn-teal.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-teal.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-teal.btn-list-add.btn-small.btn-focussed .icon{background:#00756a}.btn.btn-teal.btn-list-add.btn-small:active:not([disabled]){color:#00423c}.btn.btn-teal.btn-gradient{background:linear-gradient(#00a898 0%,#006b5a 100%);border:none;outline:none}.btn.btn-teal.btn-gradient[disabled]{color:#ccc;background:0 0;border:1px solid #ccc}.btn.btn-gray{color:#333;background:#eee}.btn.btn-gray:hover,.btn.btn-gray:focus-visible,.btn.btn-gray.btn-focussed{background-color:#e1e1e1;text-decoration:none}.btn.btn-gray:active{background-color:#d5d5d5;transition:none}.btn.btn-gray .icon{background-color:#333}.btn.btn-gray.btn-text{color:#8a8a8a;background-color:#0000}.btn.btn-gray.btn-text:hover,.btn.btn-gray.btn-text:focus-visible,.btn.btn-gray.btn-text.btn-focussed{background-color:#e8e8e8}.btn.btn-gray.btn-text .icon{background-color:#8a8a8a}.btn.btn-gray.btn-outlined{color:#8a8a8a;background-color:#0000;border-color:#3333331a}.btn.btn-gray.btn-outlined:hover:not([disabled]),.btn.btn-gray.btn-outlined:focus-visible:not([disabled]),.btn.btn-gray.btn-outlined.btn-focussed{color:#8a8a8a;background-color:#3333331a}.btn.btn-gray.btn-outlined:hover:not([disabled]) .icon,.btn.btn-gray.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-gray.btn-outlined.btn-focussed .icon{background-color:#8a8a8a}.btn.btn-gray.btn-outlined:active:not([disabled]){background-color:#2626261a;border-color:#2626261a}.btn.btn-gray.btn-outlined .icon{background-color:#8a8a8a}.btn.btn-gray.btn-list-add{color:#8a8a8a;background:0 0}.btn.btn-gray.btn-list-add .icon{background-color:#8a8a8a}.btn.btn-gray.btn-list-add:hover:not([disabled]),.btn.btn-gray.btn-list-add:focus-visible:not([disabled]),.btn.btn-gray.btn-list-add.btn-focussed{background-color:#8a8a8a1a}.btn.btn-gray.btn-list-add:active:not([disabled]){background-color:#8a8a8a26}.btn.btn-gray.btn-list-add.btn-small{background-color:unset}.btn.btn-gray.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-gray.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-gray.btn-list-add.btn-small.btn-focussed{color:#717171}.btn.btn-gray.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-gray.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-gray.btn-list-add.btn-small.btn-focussed .icon{background:#717171}.btn.btn-gray.btn-list-add.btn-small:active:not([disabled]){color:#575757}.btn.btn-white{background:#fff}.btn.btn-white.btn-text{color:#333;background-color:#0000}.btn.btn-white.btn-text:hover,.btn.btn-white.btn-text:focus-visible,.btn.btn-white.btn-text.btn-focussed{background-color:#d6d6d6}.btn.btn-white.btn-text .icon{background-color:#333}.btn.btn-white.btn-text:hover{background-color:#fff}.btn.btn-white.btn-outlined{border-color:#ccc}.btn.btn-white.btn-outlined:hover,.btn.btn-white.btn-outlined.btn-focussed{background-color:#fff;border-width:2px;border-color:#00a898}.btn.btn-white.btn-outlined:hover .icon,.btn.btn-white.btn-outlined.btn-focussed .icon,.btn.btn-white.btn-outlined .icon-teal{background-color:#00a898}.btn.btn-white.btn-outlined .icon-midGray{background-color:#dedede}.btn.btn-dark-gray{color:#616161;background:#616161}.btn.btn-dark-gray:hover,.btn.btn-dark-gray:focus-visible,.btn.btn-dark-gray.btn-focussed{background-color:#545454;text-decoration:none}.btn.btn-dark-gray:active{background-color:#484848;transition:none}.btn.btn-dark-gray .icon{background-color:#616161}.btn.btn-dark-gray{transition:all .2s}.btn.btn-dark-gray.btn-text{color:#616161;background-color:#0000}.btn.btn-dark-gray.btn-text:hover,.btn.btn-dark-gray.btn-text:focus-visible,.btn.btn-dark-gray.btn-text.btn-focussed{background-color:#dfdfdf}.btn.btn-dark-gray.btn-text .icon{background-color:#616161}.btn.btn-dark-gray.btn-outlined{color:#616161;background-color:#0000;border-color:#6161611a}.btn.btn-dark-gray.btn-outlined:hover:not([disabled]),.btn.btn-dark-gray.btn-outlined:focus-visible:not([disabled]),.btn.btn-dark-gray.btn-outlined.btn-focussed{color:#616161;background-color:#6161611a}.btn.btn-dark-gray.btn-outlined:hover:not([disabled]) .icon,.btn.btn-dark-gray.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-dark-gray.btn-outlined.btn-focussed .icon{background-color:#616161}.btn.btn-dark-gray.btn-outlined:active:not([disabled]){background-color:#5454541a;border-color:#5454541a}.btn.btn-dark-gray.btn-outlined .icon{background-color:#616161}.btn.btn-dark-gray.btn-list-add{background-color:unset}.btn.btn-dark-gray.btn-list-add:focus-visible:not([disabled]){color:#616161;background-color:unset}.btn.btn-dark-gray.btn-list-add:focus-visible:not([disabled]) .icon{background:#616161}.btn.btn-dark-gray.btn-list-add:hover:not([disabled]){color:#333;background-color:#0000}.btn.btn-dark-gray.btn-list-add:hover:not([disabled]) .icon{background:#333}.btn.btn-dark-gray.btn-list-add:active:not([disabled]){color:#333}.btn.btn-dark-gray.btn-list-add.btn-small{background-color:unset}.btn.btn-dark-gray.btn-list-add.btn-small:focus-visible:not([disabled]){color:#616161;background-color:unset}.btn.btn-dark-gray.btn-list-add.btn-small:focus-visible:not([disabled]) .icon{background:#616161}.btn.btn-dark-gray.btn-list-add.btn-small:hover:not([disabled]){color:#333;background-color:#0000}.btn.btn-dark-gray.btn-list-add.btn-small:hover:not([disabled]) .icon{background:#333}.btn.btn-dark-gray.btn-list-add.btn-small:active:not([disabled]){color:#333}.btn.btn-dark-gray.btn-list-add.btn-small.btn-background:focus-visible:not([disabled]){color:#616161;background-color:unset}.btn.btn-dark-gray.btn-list-add.btn-small.btn-background:focus-visible:not([disabled]) .icon{background:#616161}.btn.btn-dark-gray.btn-list-add.btn-small.btn-background:hover:not([disabled]){color:#333;background-color:#dedede}.btn.btn-dark-gray.btn-list-add.btn-small.btn-background:hover:not([disabled]) .icon{background:#333}.btn.btn-dark-gray.btn-list-add.btn-small.btn-background:active:not([disabled]){color:#333}.btn.btn-dark-gray.btn-list-add.btn-background:focus-visible:not([disabled]){color:#616161;background-color:unset}.btn.btn-dark-gray.btn-list-add.btn-background:focus-visible:not([disabled]) .icon{background:#616161}.btn.btn-dark-gray.btn-list-add.btn-background:hover:not([disabled]){color:#333;background-color:#eee}.btn.btn-dark-gray.btn-list-add.btn-background:hover:not([disabled]) .icon{background:#333}.btn.btn-dark-gray.btn-list-add.btn-background:active:not([disabled]){color:#333}.btn.btn-red{color:#fff;background:#e0432f}.btn.btn-red:hover,.btn.btn-red:focus-visible,.btn.btn-red.btn-focussed{background-color:#d63420;text-decoration:none}.btn.btn-red:active{background-color:#bf2f1d;transition:none}.btn.btn-red .icon{background-color:#fff}.btn.btn-red.btn-secondary{color:#e0432f;background-color:#e0432f1a;border:none}.btn.btn-red.btn-secondary .icon{background-color:#e0432f}.btn.btn-red.btn-text{color:#e0432f;background-color:#0000}.btn.btn-red.btn-text:hover,.btn.btn-red.btn-text:focus-visible,.btn.btn-red.btn-text.btn-focussed{background-color:#f9d9d5}.btn.btn-red.btn-text .icon{background-color:#e0432f}.btn.btn-red.btn-outlined{color:#e0432f;background-color:#0000;border-color:#e0432f}.btn.btn-red.btn-outlined:hover:not([disabled]),.btn.btn-red.btn-outlined:focus-visible:not([disabled]),.btn.btn-red.btn-outlined.btn-focussed{color:#fff;background-color:#e0432f}.btn.btn-red.btn-outlined:hover:not([disabled]) .icon,.btn.btn-red.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-red.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-red.btn-outlined:active:not([disabled]){background-color:#d63420;border-color:#d63420}.btn.btn-red.btn-outlined .icon{background-color:#e0432f}.btn.btn-red.btn-list-add{color:#e0432f;background:0 0}.btn.btn-red.btn-list-add .icon{background-color:#e0432f}.btn.btn-red.btn-list-add:hover:not([disabled]),.btn.btn-red.btn-list-add:focus-visible:not([disabled]),.btn.btn-red.btn-list-add.btn-focussed{background-color:#e0432f1a}.btn.btn-red.btn-list-add:active:not([disabled]){background-color:#e0432f26}.btn.btn-red.btn-list-add.btn-small{background-color:unset}.btn.btn-red.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-red.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-red.btn-list-add.btn-small.btn-focussed{color:#bf2f1d}.btn.btn-red.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-red.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-red.btn-list-add.btn-small.btn-focussed .icon{background:#bf2f1d}.btn.btn-red.btn-list-add.btn-small:active:not([disabled]){color:#932416}.btn.btn-pink{color:#fff;background:#fdeeed}.btn.btn-pink:hover,.btn.btn-pink:focus-visible,.btn.btn-pink.btn-focussed{background-color:#fad8d6;text-decoration:none}.btn.btn-pink:active{background-color:#f8c3bf;transition:none}.btn.btn-pink .icon{background-color:#fff}.btn.btn-pink.btn-secondary{color:#fdeeed;background-color:#fdeeed1a;border:none}.btn.btn-pink.btn-secondary .icon{background-color:#fdeeed}.btn.btn-pink.btn-text{color:#fdeeed;background-color:#0000}.btn.btn-pink.btn-text:hover,.btn.btn-pink.btn-text:focus-visible,.btn.btn-pink.btn-text.btn-focussed{background-color:#fffcfb}.btn.btn-pink.btn-text .icon{background-color:#fdeeed}.btn.btn-pink.btn-outlined{color:#fdeeed;background-color:#0000;border-color:#fdeeed}.btn.btn-pink.btn-outlined:hover:not([disabled]),.btn.btn-pink.btn-outlined:focus-visible:not([disabled]),.btn.btn-pink.btn-outlined.btn-focussed{color:#fff;background-color:#fdeeed}.btn.btn-pink.btn-outlined:hover:not([disabled]) .icon,.btn.btn-pink.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-pink.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-pink.btn-outlined:active:not([disabled]){background-color:#fad8d6;border-color:#fad8d6}.btn.btn-pink.btn-outlined .icon{background-color:#fdeeed}.btn.btn-pink.btn-list-add{color:#fdeeed;background:0 0}.btn.btn-pink.btn-list-add .icon{background-color:#fdeeed}.btn.btn-pink.btn-list-add:hover:not([disabled]),.btn.btn-pink.btn-list-add:focus-visible:not([disabled]),.btn.btn-pink.btn-list-add.btn-focussed{background-color:#fdeeed1a}.btn.btn-pink.btn-list-add:active:not([disabled]){background-color:#fdeeed26}.btn.btn-pink.btn-list-add.btn-small{background-color:unset}.btn.btn-pink.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-pink.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-pink.btn-list-add.btn-small.btn-focussed{color:#f8c3bf}.btn.btn-pink.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-pink.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-pink.btn-list-add.btn-small.btn-focussed .icon{background:#f8c3bf}.btn.btn-pink.btn-list-add.btn-small:active:not([disabled]){color:#f39791}.btn.btn-transcosmos-red{color:#fff;background:#e20909}.btn.btn-transcosmos-red:hover,.btn.btn-transcosmos-red:focus-visible,.btn.btn-transcosmos-red.btn-focussed{background-color:#c90808;text-decoration:none}.btn.btn-transcosmos-red:active{background-color:#b10707;transition:none}.btn.btn-transcosmos-red .icon{background-color:#fff}.btn.btn-black{color:#fff;background:#333}.btn.btn-black:hover,.btn.btn-black:focus-visible,.btn.btn-black.btn-focussed{background-color:#262626;text-decoration:none}.btn.btn-black:active{background-color:#1a1a1a;transition:none}.btn.btn-black .icon{background-color:#fff}.btn.btn-black.btn-secondary{color:#333;background-color:#e0e0e0;border:none}.btn.btn-black.btn-secondary .icon{background-color:#333}.btn.btn-black.btn-text{color:#333;background-color:#0000}.btn.btn-black.btn-text:hover,.btn.btn-black.btn-text:focus-visible,.btn.btn-black.btn-text.btn-focussed{background-color:#d6d6d6}.btn.btn-black.btn-text .icon{background-color:#333}.btn.btn-black.btn-outlined{color:#333;background-color:#0000;border-color:#333}.btn.btn-black.btn-outlined:hover:not([disabled]),.btn.btn-black.btn-outlined:focus-visible:not([disabled]),.btn.btn-black.btn-outlined.btn-focussed{color:#fff;background-color:#333}.btn.btn-black.btn-outlined:hover:not([disabled]) .icon,.btn.btn-black.btn-outlined:focus-visible:not([disabled]) .icon,.btn.btn-black.btn-outlined.btn-focussed .icon{background-color:#fff}.btn.btn-black.btn-outlined:active:not([disabled]){background-color:#262626;border-color:#262626}.btn.btn-black.btn-outlined .icon{background-color:#333}.btn.btn-black.btn-list-add{color:#333;background:0 0}.btn.btn-black.btn-list-add .icon{background-color:#333}.btn.btn-black.btn-list-add:hover:not([disabled]),.btn.btn-black.btn-list-add:focus-visible:not([disabled]),.btn.btn-black.btn-list-add.btn-focussed{background-color:#3333331a}.btn.btn-black.btn-list-add:active:not([disabled]){background-color:#33333326}.btn.btn-black.btn-list-add.btn-small{background-color:unset}.btn.btn-black.btn-list-add.btn-small:hover:not([disabled]),.btn.btn-black.btn-list-add.btn-small:focus-visible:not([disabled]),.btn.btn-black.btn-list-add.btn-small.btn-focussed{color:#1a1a1a}.btn.btn-black.btn-list-add.btn-small:hover:not([disabled]) .icon,.btn.btn-black.btn-list-add.btn-small:focus-visible:not([disabled]) .icon,.btn.btn-black.btn-list-add.btn-small.btn-focussed .icon{background:#1a1a1a}.btn.btn-black.btn-list-add.btn-small:active:not([disabled]){color:#000}.btn:disabled{color:#ccc;opacity:.5;cursor:not-allowed;background:0 0;border:1px solid #ccc}.btn:disabled .icon{background-color:#ccc}.btn .icon{transition:all .2s}.btn:focus-visible{background:red}.btn-danger{background:#d30}.btn-danger:hover:not([disabled]),.btn-danger:focus:not([disabled]){background:#e30}.btn-secondary{color:#000;background:0 0;border:1px solid #ccc}.btn-secondary:hover:not([disabled]),.btn-secondary:focus-visible:not([disabled]){background:0 0;border-color:#aaa}.btn-secondary.btn-danger{color:#d30}.btn-loading-loader{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.btn>.icon+*{margin-left:5px}.btn>.icon:first-child{margin-left:-4px}.btn>.icon:last-child{margin-right:-4px}.btn>.icon.icon-expand-vertical:last-child{margin-right:-12px}.btn.icon-right>.icon{margin-left:6px}.form-row .btn-fluid{border-radius:6px;justify-content:flex-start;padding:0 16px}.btn>.icon:first-child{margin-right:4px}.multi-menu-trigger.expanded .btn.btn-list-add{background:#00a8981a}.multi-menu-trigger.expanded .btn.btn-list-add.btn-orange{background:#ef4c301a}.multi-menu-trigger.expanded .btn.btn-list-add.btn-gray{background:#8a8a8a1a}.multi-menu-trigger.expanded .btn.btn-list-add.btn-yellow{background:#ffc00e1a}.template-item{cursor:pointer;border:1px solid #9c9c9c;border-radius:6px;flex-direction:column;gap:16px;width:326px;text-decoration:none;transition:box-shadow .15s ease-in;display:flex;position:relative}.template-item--selected{border:2px solid #00a898}.template-item--selected .template-item__checkmark{opacity:1;background:#00a898;border:2px solid #fff}.template-item--selected .template-item__checkmark .icon{background:#fff}.template-item img{border-bottom:1px solid #e0e0e0;border-radius:6px 6px 0 0}.template-item:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.template-item:hover .template-item__checkmark{opacity:1}.template-item__header{flex-direction:row;align-items:center;gap:16px;height:auto;margin-bottom:8px;display:inline-flex}.template-item__header h2{color:#333;vertical-align:middle;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-family:Work Sans;font-size:16px;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;overflow:hidden}.template-item__checkmark{opacity:0;pointer-events:none;z-index:1;background:#e0e0e0;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.template-item__info{text-align:left;flex-direction:column;align-self:flex-start;padding:0 16px;display:flex;position:relative}.template-item__info p{color:#757575;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:3.6em;font-family:Work Sans;font-size:12px;font-style:normal;font-weight:500;line-height:normal;display:-webkit-box;overflow:hidden}.template-item__footer{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;padding:0 16px;display:flex}.template-item__footer>:last-child{margin-left:auto}.template-item__footer__screenCount{color:#00a898;background-color:#00a8981a;border-radius:4px;padding:5px 10px}.editor-add-component-item{cursor:pointer;margin-bottom:24px;position:relative}.editor-add-component-item--show-view{cursor:default;pointer-events:none}.editor-add-component-item-teaser{pointer-events:none}.editor-add-component-icon{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #e0e0e0;border-radius:6px;margin:1px;padding-top:84%;transition:box-shadow .2s;position:relative}.editor-add-component-screen .editor-add-component-icon{padding-top:157%}.editor-add-component-item-checkmark{opacity:0;pointer-events:none;background:#e0e0e0;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.editor-add-component-name{color:#212121;text-align:center;padding:8px 4px;font-size:12px}.editor-add-component-name span{text-overflow:ellipsis;white-space:nowrap;max-width:16ch;display:inline-block;overflow:hidden}.editor-add-component-item:hover .editor-add-component-item-checkmark{opacity:1}.editor-add-component-item-selected .editor-add-component-icon{border-color:#ffc00e}.editor-add-component-item-selected .editor-add-component-item-checkmark{opacity:1;background:#ffc00e}.editor-view-components{cursor:pointer;align-items:center;width:100%;padding:5px;display:flex}.editor-view-components:hover{background-color:#f5f5f5}.editor-view-components .icon-expand{margin-left:auto}.editor-view-component-thumbnail{border-radius:6px;width:50px;margin-right:10px}.editor-view-component-title{text-overflow:ellipsis;margin-right:5px;font-size:14px;overflow:hidden}.editor-add-component-price{color:#00a898;text-align:center;background:#dff1f0;border:1px solid #00a89880;border-radius:300px;flex-shrink:0;justify-content:center;align-items:center;width:fit-content;height:16px;padding:4px 8px 4px 4px;font-family:Work Sans;font-size:10px;font-style:italic;font-weight:500;line-height:normal;display:flex;position:absolute;bottom:6px;left:6px;box-shadow:2px 2px 4px #00000026}.editor-add-component-view{opacity:0;z-index:1;pointer-events:all;background:#ffffffe6;border:1px solid #333;border-radius:6px;justify-content:center;align-items:center;width:100%;height:80%;transition:opacity .2s;display:flex;position:absolute;inset:20% 0 0}.editor-add-component-view:hover{opacity:1}.editor-add-section .section-header-content{margin:0 -16px 16px}.editor-add-section h2{color:#8a8a8a;margin:16px 0;font-weight:400}.editor-add-panel-tabs{border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:stretch;align-items:center;min-height:min-content;margin:0 -32px 16px;display:flex}.responsive-add-menu .editor-add-panel-tabs{border-top:none;margin:0 -32px}.responsive-add-menu .editor-add-panel-search{border-top:1px solid #f5f5f5}.editor-add-panel-tab{text-align:center;cursor:pointer;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:48px;margin-bottom:-1px;margin-left:10px;font-size:13px;display:flex}.editor-add-panel-tab:hover{color:#757575}.editor-add-panel-tab:after{content:" ";opacity:0;border:2px solid #00a898;border-radius:3px;width:85%;margin-top:10px;transition:opacity .4s}.editor-add-panel-tab.editor-add-panel-tab-active{color:#00a898;font-weight:500}.editor-add-panel-tab-active:after{opacity:1}.editor-add-panel-tab:last-child{margin-right:10px}.shortcuts-menu{gap:6px;width:330px;margin:0 -16px 23px;display:flex}.shortcuts-menu__shortcut{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;flex-grow:1;justify-content:center;align-items:center;transition:all .1s;display:flex}.shortcuts-menu__shortcut:hover{border-color:#333;box-shadow:2px 2px 4px #00000040}.shortcuts-menu__shortcut__tooltip__trigger{cursor:pointer;padding:8px 8px 5.27px}.shortcuts-menu__shortcut__tooltip{margin-top:5px}.shortcuts-menu__shortcut__tooltip__text{gap:12px;display:flex}.shortcuts-menu__shortcut__tooltip__text span{color:#ffffffb3;text-align:right;font-size:12px;font-style:normal;font-weight:500}.editor-add-panel-accordion{margin:0 -32px}.editor-add-panel-accordion .components-accordion-children{justify-content:space-between;padding:16px}.editor-add-panel-accordion .components-accordion-title{border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;margin-top:-1px}.editor-add-panel-accordion .editor-add-component-item-wrapper{width:calc(50% - 4px)}.editor-add-panel-accordion .editor-features-tab{gap:31px}.editor-add-panel-accordion .editor-add-component-item:hover .editor-add-component-name span{font-weight:500}.prebuilt-section-item>div{cursor:pointer}.prebuilt-section-image:hover,.editor-add-panel-accordion .editor-add-component-item:hover .editor-add-component-icon{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.editor-add-panel-accordion .editor-add-component-icon:active{transition:box-shadow .1s;box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.editor-add-component-banner{text-align:center;background:#ffc00e;padding:5px 0;font-size:11px;font-style:italic;position:absolute;bottom:0;left:0;right:0}.editor-add-panel-search{border-bottom:1px solid #f5f5f5;justify-content:stretch;align-items:center;min-height:min-content;margin:0 -32px;display:flex}.editor-add-panel-search.disabled{opacity:.5;pointer-events:none}.editor-add-panel-search .material-icons{margin-left:20px;margin-right:10px;font-size:20px}.editor-add-panel-search input{height:40px;font:inherit;border:none;outline:none;flex:1;margin:10px 0;font-size:14px}.editor-add-panel-search input::placeholder{color:#bdbdbd}.editor-add-no-results{text-align:center;margin-top:12px;font-size:16px}.editor-add-no-results .callout-card{margin-top:16px}.editor-add-component-icon-blank-screen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAEICAYAAADLBejHAAAACXBIWXMAAArLAAAKywEQoyzOAAAKB0lEQVR4nO3cP2zbZRrA8afGmPxx/pgMlakQEhkZDglWJG5gPt0CK7cx3sTelQXdyMaN3YCV4RhYK8HA2OhOqImqqnGdRLVrBeeGkF7b2CXH7xf/3jx8Pksl24VXst5v3vh93GsnJyfxnPcj4uNf/3zj+ScBCjOMiO8i4quI+PLpJ649FbjNX5/8y+LWBVCrH+P0gPZDxP8CtxmnBfxTU6sCqMkwTn8D/eEscF+FkxuQx38i4u1rJycn70fEvxpeDEDdbrbi9PdVgGw+bkXE202vAuASvHHtZMacCEAGraYXAHBZBA5IS+CAtAQOSEvggLQEDkhL4IC02k0vgIsZj8cRETGZTGI6nTa8mj+WVqsVnU4nIiKWlpYaXg3/D4Er1GQyiaOjo3j8+HFMJpOml8NTOp1OvPLKK9Htdp+EjzL5JkNhjo6OYjgcxvHxcdNL4QLa7XZsbGxEt9tteinMIHCFGI/HMRgMnNauqE6nE71ez6+whRG4Ajx8+DCGw2HTy6AGGxsbsbm52fQy+JXANezBgwdxdHTU9DKoUbfbja2traaXQbhkaNRF49Zut2NpaSleeumlZ270WIyzm+tffvklxuPxb34+evaeilzznOAacnBwEIPB4IWv6Xa7sba2JmiFmUwmcXh4+Js/nHq9Xqyvry9oVcwicA2YTCaxt7c39/lOpxNbW1vCVrjJZBIPHjx44cVQv9/3PjbINxka8KKTW7fbtSmuiE6nE/1+/4UjIr91Sudy+Qxuwcbj8ZNvJTxv1ofTd+7cie+//z5++umniIj47LPPzv29Tz/99Nxjz7/uIq8p/XUlrK3f78d7770X77777pPHzt6zWb+ynr3fxkea4VfUBZt3sdBut6Pf70erdXqoHo1G8c0338Tt27ej1+vFBx98EL1eL7a3txe95D+8O3fuxM7OzpM/33nnnfjoo4+eec10Oo29vb2ZFxBuVZsjcAv2888/z/wu6fXr15/5KX8WuN3d3fjkk09ieXl5kcvkdxiPx3Hv3r1zj7darXj99dcbWBECt0DzLhfa7XbcuHGjgRVRt7t37848xflctRkuGRZo3m3b6urqglfCZZl30vYVvGYI3ALNGxD1k/3qev6iYt5lgn88oRkCV4Czi4Uzs273uBqefy9plncDSEvggLQEDkhL4KCCWd98oBwCVyCbBuohcEBaAgekJXBAWgIHFRjKLpvAFcimgXoIHJCWwAFpCRyQlsBBBYayyyZwBbJpoB4CB6QlcEBaAgekJXBQgaHssglcgWwaqIfAAWkJHJCWwAFpCRxUYCi7bAJXIJsG6iFwQFoCB6QlcFCBmcWyCRyQlsAVyKkA6iFwQFoCB6QlcFCBmcWyCRyQlsAVyKkA6iFwQFoCB6QlcFCBmcWyCRyQlsAVyKkA6iFwQFoCB6QlcFCBmcWyCRyQlsAVyKkA6iFwQFoCB6QlcFCBmcWyCVyBbBqoh8ABaQkckJbAAWkJHFRgZrFsAlcgmwbqIXBAWgIHpCVwQFoCBxUYyi6bwBXIpoF6CByQlsABaQkckJbAQQWGsssmcAWyaaAeAgekJXBAWgIHpCVwUIGh7LIJXIFsGqiHwAFpCRyQlsBBBWYWyyZwQFoCVyCnAqiHwAFpCRyQlsBBBWYWyyZwQFoCVyCnAqiHwAFpCRyQlsBBBWYWyyZwQFoCVyCnAqiHwAFpCRyQlsBBBWYWyyZwQFoCVyCnAqiHwAFpCRyQlsBBBWYWyyZwBbJpoB4CB6QlcEBaAgekJXBQgZnFsglcgWwaqIfAAWkJHJCWwAFpCRxUYCi7bAJXIJsG6iFwQFoCB6QlcEBaAgcVGMoum8AVyKaBeggckJbAAWkJHJCWwEEFhrLLJnAFsmmgHgIHpCVwQFoCBxWYWSybwAFpCVyBnAqgHgIHpCVwQFoCBxWYWSybwAFpCVyBnAqgHgIHpCVwQFoCBxWYWSybwAFpCVyBnAqgHgIHpCVwQFoCBxWYWSybwAFpCVyBnAqgHgIHpCVwQFoCBxWYWSybwBXIpoF6CByQlsABaQkckJbAQQVmFssmcAWyaaAeAgekJXBAWgIHpCVwUIGh7LIJXIFsGqiHwAFpCRyQlsABaQkcVGAou2wCVyCbBuohcEBaAgekJXBAWgIHFRjKLpvAFcimgXoIHJCWwAFpCRyQlsBBBYayyyZwBbJpoB4CB6QlcEBaAgcVmFksm8ABaQlcgZwKoB4CB6QlcEBaAgcVmFksm8ABaQlcgZwKoB4CB6QlcEBaAgcVmFksm8ABaQlcgZwKoB4CB6QlcEBaAgcVmFksm8AVyKaBeggckJbAAWkJHJCWwEEFZhbLJnAFsmmgHgIHpCVwQFoCB6QlcFCBoeyyCVyBbBqoh8ABaQkckJbAAWkJHFRgKLtsAlcgmwbqIXBAWgIHpCVwQFoCBxUYyi7btZOTk5OmF/FHcXBwEIPB4NzjGxsbsbm52cCKqNvDhw9jOByee3xrayu63W4DK/pjc4JboE6nM/Px0Wi04JVwWea9l+12e8ErIULgFmppaWnm45PJJMbj8YJXw+8xGo3i888/j1u3bp17bjwex2Qymfn35r33XC4/VhZsZWUlHj16dO7x4XA4cxPcunUrbt++HW+++WZsb28/+ZPFGY1Gsbu7G4PBIL799tsYDAbx2muvnXvdrF9NI07fc5ohcAu2uro6M3Dj8Tj29/fj1Vdffebx7e3t2N3djZ2dndjZ2YmIiJs3b8by8vIzr5s1HDzrA/A6X9fE/7Pu1130v/XFF19ERMRbb70VH3744bkfMvv7+3NP4aurqzMf5/K5ZGjA3bt34/j4eOZzvV4v1tfXF7wiqph3sRBx+tnbjRs3FrwizvgMrgFbW1tznxsMBnH//v2YTqcLXBG/x3Q6jfv378+NW8SL32sunxNcQ/b39+Pw8HDu861WK9bW1mJ9fT1aLT+HSjKdTuPg4CAODw9f+INobW3t3EcOLJbANWhvb2/urdvTVlZW4uWXX3YT17DxeByPHz++0I13p9OJfr+/gFXxIgLXoOl0Gvfu3btQ5Lg6Op1OXL9+3cm7AALXsOl0GoPBII6OjppeCjXodrvR6/XErRACV4iDg4MYDocuF66oVqsVvV7P17EKI3AFueiH15TDZVDZBK5A0+k0Hj16FKPRaOZQMM1bWVmJ5eXlWFlZEbaCCdwVMB6P4/j4eO5wMIvRbrej3W67zb5CBA5Iy9kaSEvggLQEDkhL4IC0BA5IS+CAtAQOSEvggLRaETH/nyMFuMJaEfFD04sAuAytiPiy6UUAXIKvr52cnGzG6SnujaZXA1CjP7ci4mFEfNzwQgDq9I+I+O7sFvW7iPhbuHAArr5/RsTfI54dE/kyIt6OiK8bWBBAVT9GxF/jqd9Ir8355+A2I+L9OA0eQMn+Haf3COcmQv4LlBrvS4jz+roAAAAASUVORK5CYII=);background-position-x:50%}.editor-add-component-icon-blank-web-screen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABuxJREFUeNrs3cFOE9sfwPF6wwISTezCRZtoAiYuWLgofQPDEl6jPEEfgidoXwOW8wam7dKFpjWRhC5YTBNNNJGk/3M7l17C/zKQcTr0wOezMBUdvR759syx/XGfzefzGhCnvywBCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGBAwCBgQMCBgQMAgYEDAgYBAwIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAwHrbKHzl5eXlxcXFz58/LSL8ofpCgQufzefzYr/lx48fv3//bumhFLu7u41Go6Jb6DRN1Qslmkwmld5CP+mDx8ZGeL4M31qKUnz9+jVsCU98EX79+vUwAWdbf/jth8Nh+PbVq1fhI+Hjnz59CofkFy9evH//Pnyuf/78eTqdXr/w3bt34VknnKWz775+/Xo2m0WxsYc/VPhjCq9EAi7mrz//VM5u3Dc3N5vNZtbhxkJ4kH03/FC2Zd2o9+XLl2/evMnO7js7O1tbW61WK/xkfytQ0Q58/V+hf//+ff2Hllvrf3437MbPnz//9u1b9vGwFYcngtB5sRsJEHARIb/RaBS22XALdHZ2Fj7y5cuX7e3t7GATvg13ztn+nP3oUrhVDvfY1z/y48ePG/fYa+vGkxEPcvyjVvhlpJBr6PYpL1w4O/hHrLKEZ3PPicGHDx+q3oGf8uecRSDiW+hwV7y1tWUF4QG3hOIBN5vN7KwL/LliZ1LDDBAxAYOAAQEDAgYBA2uv5DdyDAaD4XC4t7fXbrevf2T5EzqdzvJxv99fPi7xkkajcXh4mD0+Pz8/PT1dXnJwcJBNXAQnJyfLd25Wf0n1y/KYVvJhl+Wel9z2Z1zrHThN0/F47HkRbtPtdpMkKetXK/5e6Nls9v9v5EgWjo+P/T3BbQHvL9z4+Gg0arVazsDgDFxUOAC8ffvWskKUARf+6pjwRISb5xI3OeOEUHXAJf5qzsAQsZIDHgwG118WA2IK2OvAkC9JkmJfw90ZGNYi4Nri6yg7A8NTV/IO7EVgiDjgnQXLClEGDOQrd1LAGRgiVnLAk8mkxFEpoNKAx+OxgCHWgIF85Q70CxjswMBDKPllpP/8WiGAHRgeAwP9EHfAdmBgBQEnSdLtdi0rOAPDI2SgH+IOuGagH6gZ6AcB/8tAP0QcMJDPQD+wmoAN9EPEARvohzs3uTRN3UJDlHq93mAwEDAgYIiZgX4QMHA/R0dH9XpdwBClct+q6AwMETPQDwIG7qff73sdGGI1Ho+9Ewv4m4F+EPAVA/1w5ybndWCIVafTKfFXcwaGiBnoBwFfMdAPd25yXkaCWBnoBwQM8TPQDwIG7sdAP0TMQD+wmoAN9EPEAQP5DPRDxAz0A/8o+V+h2+22mX6INeD6gmWF2xjoh4gZ6AdWE/BgMOj3+5YVogw4TdPxeGxZ4TYG+iFiBvqB1QRcr9e9DgyVKf+NHIFlhSgDBvIZ6IeIrfVAf5qmk8nEXxJUo/w3cvR6PcsKUQYM5DPQDxEz0A/8w0A/CPiKgX7IZ6AfImagH1hNwAb6IeKADfRDPgP9EDED/cBqAjbQD1Uy0A8CBu7n+Ph4fW+hgYjPwAb6IeKADfRDxAED+brdbpIkAgYEDDEz0A8CvmKgH/Lt7++XuMl5IwdUHbAzMLCCgA30Q8QBG+iHfEmSlPhuRWdgqDrgWnn/izNnYHALfcVAP1TJQD8IGLgfA/3AagI20A8RB2ygHyIOGMhnoB8QMMTPQD8I+IqBfshnoB/iDtgZGFhBwEmSdLtdywpRBgzcuckZ6IeIA64Z6AfK34G9CAwRB7yzYFkhyoCBfAb6gdUEPJlMShyVAioNeDweCxhiDRjIZ6AfEDDEr+SXkfYXLCvYgeERMtAPcQdsBwZWELCBfnAGhkfLQD/EHXDNQD9QM9APAv6XgX6IOGAgn4F+YDUBG+iHiAM20A93bnJpmrqFhij1er3BYCBgQMAQMwP9IGDgfo6Ojur1+loHfHJyMp1Os8d7e3vtdjt7HM7uw+Fw+dM6nc7ycb/fXz6u/pLr/8GNRuPw8DB7fH5+fnp6urzk4OCg2Ww+1CVru5IPuyz3vORhP8FyLnEGhqfr2Xw+L3BZmqaz2Wx7e9sKQilGo1Gr1bIDwxMiYBAwIGBAwBCfy8vL6gLe2Ni4uLgo9lsCN6Rpurm5WeDCgi8jBdPp9OzsLJRs9eHP7e7uFmi4eMCAMzAgYBAwIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDAIGBAwIGAQsCUAAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAQMCBgEDAgYEDAIGBAwIGMj3PwEGAA0ceNcAFtdoAAAAAElFTkSuQmCC)}.editor-add-component-icon-menu-drawer{background-image:url(./menu-drawer-BfnjD2j7.png)}.editor-add-component-icon-text-input{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAEICAYAAADVzNh0AAAAAXNSR0IArs4c6QAACXlJREFUeAHt3cFO20gYAOAELZWKeuDCBYkEzpX2IXqo1Pfgstd9kL2teuE9KvXQh6jUMyRIXLhwqEAqEtn5N3hVrC6ZWDgeO58lyxjP/B5/9vxMEjuMRiYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQGLbAuC+HN5vN3qa2nqb5fZoni8XiTV/arp0E+iYwHo+/pzbP0/w5zWfT6fRbn46h+MSWEtiry8vLv9LyjzTv9AlXWwkMQSAluYc0fzw6OvozLX/04ZiKTmyR1Obz+ae0fNcHTG0kMGSBlNS+TCaTD31IbkWPgB5HapLakHuLY+uNQAwwok/2ocHFjtge31P76uVnHy4jbdwWgTRae0jH+nvp77mVPGI7ldS2pbs4zr4IPPbJ+BCv6KnkxBaffpoIEChPoPi+WXJim5R3PrWIAIEkUHzfLDaxpSGv+9T0IQIFCvShbxab2Ao8n5pEgEBPBCS2npwozSRAIF9AYsu3UpIAgZ4I/NaTdmomgSIFzs/Pn7Tr5OTkybqVbgSM2Lpxt1cCBFoUkNhaxBWaAIFuBCS2btztlQCBFgUkthZxhSZAoBsBia0bd3slQKBFAYmtRVyhCRDoRkBi68bdXgkQaFFgK+5je3h4GN3c3Ixub29H9/f3/3Lu7u6O9vb2Rvv7+6OdnWb5XdzllcmhxR4qdCOBYr9o8uLiYtHoiGqV7u7uRtfX1/8ltNrmUSS4g4OD0evXr+ubnl0Xd8mz7Q7beoPu8fFxsbkjrsxmQ5Vnu3w5G6PTXV1d/W9Si5bGCC7KRNncSdylFIfcK0a5TQsMNrHFy6MYqeVOUTbqrJrEXQpxWHWl2N6lwGATW7ynVr2flgMcZaPOqkncpRCHVVeK7V0KDDaxxQcF6045dXLK1PebUyenjLh1geV6jl1OmXr0JnXqMax3IzDYxLbOaK2iz6mTU6aKVy1z6uSUqeJVy5w6OWWqeNUyp05OmSpetcypk1Omilctc+rklKniVcsmdaq6lt0KDDaxdctq7wQIdCkw2MQWt3GsO+XUySlT329OnZwy4tYFlus5djll6tGb1KnHsN6NwGATW9x8u+6UUyenTH2/OXVyyohbF1iu59jllKlHb1KnHsN6NwKDTWzxRME6f3GjbNRZNYm7FOKw6kqxvUuBwSa2eEwqnijInaJszqNV4i5FOeReWcp1ITDYxBaY8ZjU4eHhsyO3GKlFmXUeqRJ3ealy6KLL2meOQLHPe73Us6KBEHfJxw2lcV9S9RF+JLR4DyVeUuWM1H6FKe5SZZsdPCv6q57R/e+2IrF1z6wFQxWQ2Mo8s4N+KVomuVYRINC2gMTWtrD4BAhsXEBi2zi5HRIg0LaAxNa2sPgECGxcQGLbOLkdEiDQtoDE1raw+AQIbFxAYts4uR0SINC2wFb8l6q2EcXfXoGTk5PtPfiCj9yIreCTo2kECDQTKDaxjcfj780OSS0CBNoU6EPfLDaxpRMzb/PkiE2AQGOB4vtmyYntc2N2FQkQaFOg+L5ZcmI7S0Pe1f/os83TJzYBAk8EHvvk2ZNfFrhSbGKbTqffEuLHAs00icDWCkSfjL5ZOkCxX1sUcIvF4tV8Pv+Ulu9Kh9Q+AkMXSEnty2Qy+ZCWP0o/1mJHbAEXgAGZvgjy7/Szl6WlX03aN0iB6HvRB/uS1OIkFD1i+/kqmc1mb9P6aZrfp3mSRnFvft7uZwIEXk4gJbO43Wqe5vig4KwPLz9f7uhFIkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIHyBf4BG0Tt4+THsKYAAAAASUVORK5CYII=)}.editor-add-component-icon-image-upload{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAEICAYAAADLBejHAAAACXBIWXMAAArLAAAKywEQoyzOAAAM2ElEQVR4nO3d704bVx7G8cfIjkbYhkHCjQwylqv6BajNNqn6oi+qdnMD1d5B9w72FvYS9g66d9C9gW5fRq0K/ScsYaleA5IjbMnjGNMRmHhfUGhM+Gcy5nB++X7eRAPG80gJT+bMHJ+TGo1GOudzSV/+8Wf5/DcB4J7pSfpW0teSvnr1G6lXCi7845tf3F0uAEjUTzq5QPtR+rPgQp004F9cpQKAhPR0MgL98bTgvhZXbgDsaEr6MDUajT6X9F/HYQAgaf+c0cl4FQCs+XJG0oeuUwDAFJRTowvmiQCABTOuAwDAtFBwAMyi4ACYRcEBMIuCA2AWBQfALAoOgFkUHACzKDgAZlFwAMyi4ACYRcEBMIuCA2AWBQfALAoOgFkUHACzKDgAZlFwAMyi4ACYRcEBMIuCA2AWBQfALAoOgFkUHACzKDgAZlFwAMyi4ACYRcEBMIuCA2AWBQfALAoOgFlp1wGm7eXLl4rjWIeHh5Kkg4MDNZvNsdeUy2XNzs6eHW9vb2swGJwdZ7NZraysjP1MrVYbOy4UClpcXDw77nQ6arfbY69ZXV298j3On4est8t63Xluk/Wi8/iedWlpSUEQaGbG7nWO6YJrNBr64Ycf9PHHH599bX9/X8+fPx973dzcnI6Ojs6O9/b21O/3z47z+bzm5+fHfub8e6RSKWUymbPjTqfz2muWlpaufI/z5yHr7bJed57bZL3oPL5nPT4+1nfffaf33ntPn3zyiSxKjUajkesQ0/Drr7/q+++/V6VSUaVScR0HuJd2dnZUr9f17rvv6rPPPnMdJ3Emr03jONbGxgblBlyjVCqpWq3qt99+UxRFruMkzuQQNYoihWFIuQE3UCqVlE6nx4a9VpgcokZRpF6v5zoG4JUgCPTw4UPXMRJlcogKABIFB8AwkwXX6XTUarVcxwC80Wg09OzZM9cxEmey4NrtNgUHwGbBAYBEwQEwzOQ8OACTCYJABmeMMQ8OwAnmwQGARyg4AGZRcAAUx7FevHjhOkbiTBZcrVbT+vq66xiAN1qtljY3N13HSJzJggMAiYIDYBgFB8AskxN9C4WCUqmU6xiAN4rFopaXl13HSJzJgltcXBzb/APA1YIgUBAErmMkjiEqALMoOABmmSy4g4MD7e/vu44BeIN5cB5pNpva2tpyHQPwBp9kAADPUHAAzDI5TQTAZKwueGmy4Mrlsubm5lzHALxRLBZNzoMzWXCzs7M6OjpyHQOAY9yDA2AWBQfALJMFt729rXq97joG4A12tvfIYDBQv993HQOAYyYLDgAkCg6AYSaniWSzWeXzedcxAG+EYWjyd4ad7QFIYmd7APAKBQfALJMFx4KXwGS63a52d3ddx0icyYJjwUtgMlEUUXAA4BMKDoBZFBwAs0xO9GVne2AylUqFBS99wc72ACSGqAAMo+AAmGWy4DqdjlqtlusYgDdY8NIj7XabggNgs+AAQKLgABhmcpoIgMlY3dmeBS8BSGLBSwDwCgUHwCwKDoDiONaLFy9cx0icyYKr1WpaX193HQPwRqvV0ubmpusYiTNZcAAgMU0EHhoOh+r3+xd+b2Fh4Y7T4D6j4OCdfr+vjY2NC7/39OnTO06D+8xkwbHgJTCZYrGo5eVl1zESZ7LgWPASmEwQBCZX9OUhAwCzKDgAZpksOHa2BybDPDiPsLM9MBk+yQAAnjH5FBXJieNYv//++9TPczpB96pJvKeuuv3Q7Xav/NlMJqNcLjd5QHiJgsOF9vf3tbW1pSiK7uR8pxN0r5rEexPX/WwYhnry5Mmt398qqwtemiy4crmsubk51zG81W639csvv7iOgTtULBZNzoMzWXCzs7M6OjpyHcNLcRyrVqu5jgEkgocMGLOzs6PhcOg6BpAICg5jrrtJD/jEZMFtb2+rXq+7juElJki/nazubG/yHtxgMLh2qgHup4WFhWuXPOp2uyyXhBsxeQUHAJLRKzj4p9FoXPuaSqVyB0lgicmCy2azyufzrmNgAhScW2EYmvydMVlwKysrmp+fdx0D8MbCwoLJib7cgwNgFgUHwCyTBceCl8Bkut2udnd3XcdInMl7cM1mU8+fP2fVCKMymYzCMHQdw5QoitTr9fTRRx+5jpIokwUH23K5HP954UZMDlEBQOIKDh5hrhwmZbLg2NneJgpueiqVisl5cCYLjp3tAUjcgwNgGAUHwCyTBdfpdNRqtVzHALzBzvYeabfbFBwwAXa2BwDPUHAAzDI5TQTAZNjZ3iOrq6taWlpyHQM3VKlUNBwOtbOz4zrKW4ud7YEpCMPw7NMH/X5fURQ5TgRLuAcHZ9LptB49enR2/OjRI5NXEXCHgkMiSqXSxJ8D/eCDD5RO/zmIOC28V7+Gu8E0EY/UajWtr6+7jvHWyOVyqlarqlQqyuVyN/qZSqWihYWFS98Ld4uJvsAFzg8z19bWrv2ZV++7XaRYLKpUKiWSD283Cg5vZHV1dey+WS6Xu7K8zhfiZarVKsuS441RcLi1UqmkQqHw2tevGqqev+92FR464E2ZLLhCoaBiseg6hmnX3Su7aKh62X23y/DQ4e4Ui8Ub3V7wjcmCW1xcpOCm6CbDzPND1evuu131Pjx0mL4gCDQ3N+c6RuJMFhym6/x9t8ucDlVvet/tMjx0wG1x7Y+JXHbf7TJra2s6Ojp642FmtVrlkw6YmMkrOHa2n47bDBdzudxE992uwkOH6WEenEeazaa2trZcxzDlTYeZSWbgoUPyrH6SgX8puJF0Om3yf3jYRsFhTBAEiuP4ta/HcXzh1+8Thq84z+QQFbeX1P0yF3zOjukweQVXLpdNzum5C6VSydsNe5hKcntWd7Y3eQU3Ozt741UtMO66z5LeV9Vqlb9zvMbkFRzezOn/5vV6XcPh0HWcK6XTaVWrVT65ggtRcLhQsVhUoVBQu92+tw8XgiBQoVBg2ggulRoZ3Ern559/1t7eHp9hBG6o0Wio1+vpiy++cB0lUSbvwQ0GA/X7fdcxADhmsuAAQKLgABhm8u5sNptVPp93HQPwRhiGJn9nTD5kiKJIvV7PdQzAK0EQ6OHDh65jJIohKgCzKDgAZpm8BwdgMt1uV8fHxwxRfcDO9sBkoijS7u6u6xiJM1lwACBRcAAMo+AAmGXyIUOhUFAqlXIdA/CG1QUvTRbc4uKiMpmM6xgAHGOICsAsCg6AWSYLrtPpeLtxCuACO9t7pN1uU3DABKzubG+y4ABAouAAGGZymgiAyQRBIINLQ7LgJYATLHgJAB6h4ACYRcEBYJqIT1jwEpgME30BwDMUHACzKDgAZpmc6MvO9sBkisWilpeXXcdInMmCW1lZ0fz8vOsYgDeCIDC5oi9DVABmUXAAzDJZcAcHB9rf33cdA/AG8+A80mw2tbW15ToG4A0+yQAAnqHgAJhFwQEwy+Q8uHK5rLm5OdcxAG+ws71HZmdndXR05DoGAMcYogIwi4IDYJbJgtve3la9XncdA/BGo9HQs2fPXMdInMmCGwwG6vf7rmMAcMxkwQGARMEBMMzkNBEWvAQmE4ahyd8ZdrYHIImd7QHAKxQcALNM3oMDMJlut6vj42OGqD5gZ3tgMlEUaXd313WMxJksOACQKDgAhlFwAMwy+ZChUCgolUq5jgF4gwUvPbK4uKhMJuM6BgDHGKICMIuCA2CWyYLrdDpqNBquYwDeqNVqqtVqrmMkzmTBxXGsRqOh4XDoOgpw7w2HQ7XbbZM70ZksuPfff1/5fF6bm5uuowD33uny/mtra46TJM9kwUnSp59+qiiK1Gq1XEcB7q04jtVut/X48WOT00RMrgd3qtvt6vDwUHEcnx1vbGyMvebx48daWFg4O240Gq/dv3v69OnY8TfffDN2XKlUVKlUxs573XnW19cVRdHZcRiGevLkyZXvcf48ZCXrbbK+ep4gCDQ/P2+y3CTjBXfq5cuXOjw81OHh4dg/KOnkL/vBgwdnx4PBQIPBYOw177zzztjx3t7e2HE2m1U2mz07vsl5ut3u2ObUmUxm7B//Re9x/jxkJettsp6e58GDB5qZMTuIk/SWFByAt5Pt+gbwVqPgAJhFwQEwi4IDYBYFB8AsCg6AWRQcALMoOABmUXAAzKLgAJhFwQEwi4IDYBYFB8AsCg6AWRQcALMoOABmUXAAzKLgAJhFwQEwi4IDYBYFB8AsCg6AWRQcALMoOABmUXAAzKLgAJhFwQEwi4IDYBYFB8AsCg6AWTOSeq5DAMA0zEj60XUIAJiGGUlfuQ4BAFPwn9RoNAp1chVXdp0GABL01xlJkaQvHQcBgCT9S9K3p09Rv5X0d/HAAYD//i3pH9L4NJGvJH0o6T8OAgHAm/pJ0t/0yog0NRqNLnphKOlznRQeANxn/9PJc4TXZoT8H+4kMdflYSwDAAAAAElFTkSuQmCC)}.editor-add-component-icon-file-upload{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAEICAYAAADLBejHAAAACXBIWXMAAArLAAAKywEQoyzOAAANx0lEQVR4nO3d704bVx7G8QdkohG2wUh2owEZ5KhUArXZxlIj9UXVbm9gtXfQvYO9hb2EvYPuHezeQLcvUauaNqpsKZYyyx/VUWxphtgmIzDxvmDxxkACpmNO5sf386YaMONHCjyd4zlzzsxwONQ5X0n65n//XTv/TQB4zxxI+l7SPyV9++Y3Zt4ouML/vvmn28sFAIn6RacXaD9L/y+4gk4b8A+uUgFAQg50OgL9+azg/imu3ADYsSPp05nhcPiVpH87DgMASfvbrE7HqwBgzTezkj51nQIApmBtZnjJPBEAsGDWdQAAmBYKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATAr4zrAtL1+/VpxHOvo6EiSdHh4qJ2dnbHXrK2taX5+fnS8u7urfr8/Os5ms1pdXR37mUajMXZcKpVULBZHx51OR+12e+w1Gxsb7zzH+fch682yXvU+N8l62fukPevy8rI8z9PsrN3rHNMFFwSBfvrpJ3322Wejr/V6PT1//nzsdQsLCzo+Ph4dv3jxQt1ud3Scz+e1uLg49jPnzzEzM6O5ubnRcafTufCa5eXld57j/PuQ9WZZr3qfm2S97H3SnvXk5EQ//PCDPvzwQ33++eeyaGY4HA5dh5iGX3/9VT/++KMqlYoqlYrrOMB7aW9vT81mUw8ePNCXX37pOk7iTF6bxnGs7e1tyg24Qrlc1vr6up49e6YoilzHSZzJIWoURSoUCpQbcA3lclmZTGZs2GuFySFqFEU6ODhwHQNIFc/zdP/+fdcxEmVyiAoAEgUHwDCTBdfpdNRqtVzHAFIjCAJtbW25jpE4kwXXbrcpOAA2Cw4AJAoOgGEm58EBmIzneTI4Y4x5cABOMQ8OAFKEggNgFgUHQHEc6+XLl65jJM5kwTUaDdVqNdcxgNRotVqq1+uuYyTOZMEBgETBATCMggNglsmJvqVSSTMzM65jAKnh+75WVlZcx0icyYIrFotjm38AeDfP8+R5nusYiWOICsAsCg6AWSYL7vDwUL1ez3UMIDWYB5ciOzs7evr0qesYQGrwJAMApAwFB8Ask9NEAEzG6oKXJgtubW1NCwsLrmMAqeH7vsl5cCYLbn5+XsfHx65jAHCMz+AAmEXBATDLZMHt7u6q2Wy6jgGkBjvbp0i/31e323UdA4BjJgsOACQKDoBhJqeJZLNZ5fN51zGA1CgUCib/ZtjZHoAkdrYHgFSh4ACYZbLgWPASmEwYhtrf33cdI3EmC44FL4HJRFFEwQFAmlBwAMyi4ACYZXKiLzvbA5OpVCoseJkW7GwPQGKICsAwCg6AWSYLrtPpqNVquY4BpAYLXqZIu92m4ADYLDgAkCg4AIaZnCYCYDJWd7ZnwUsAkljwEgBShYIDYBYFB0BxHOvly5euYyTOZME1Gg3VajXXMYDUaLVaqtfrrmMkzmTBAYBEwQEwjIIDYJbJib4seAlMxvd9raysuI6ROJMFx4KXwGQ8z2NFX+A6er2ewjBUHMfqdrvKZDLK5/PK5XIqlUqu4+EOoeCQmHa7rSAILt10u9PpSJIymYzK5bLK5bIyGX79MF0mf8POdrbP5XKuo9wJg8FAzWbzWmvwDQYDBUGgVqulhw8f8m/0nmi1Wnr16hXPoqYBO9vfnsFgoFqtNvECo3Ecq1arXXq1h9tn9UkGk1dwuD3NZvPSkvI8T6VSaTQM7Xa7o2HqmbNyfPz4sckPuOEeBYcbu2xp+Ewmo/X1dfm+f+H1cRyrXq8riqLR1waDger1uqrV6tTz4u4xOUTF7QiCYOw4k8moWq1eWm7S6VVdtVpVsVgc+3oURQrDcGo5cTXP87SwsOA6RuJMFtza2po++ugj1zFM6/V6F4am6+vr17ppsLm5eWFI+vz580TzYTK+72tzc9N1jMSZLLj5+Xnuzk3Z+Ssuz/PeeuV23tlUkXedD0iCyYLD9MVxPHY86QTe868/fz4gCRQcbqTb7Y4dTzppl7umuA0mC253d1fNZtN1DCA12Nk+Rfr9/oUrDAB3D/PgMBXnl4yfdJ5br9cbexoln89rfX09kWy4Oyg4TMWbk3lv4vj4+HefAzBZcNlsVvl83nUMIDUKhYLJvxmTBbe6uqrFxUXXMYDUWFpaMnln2+RNBgCQKDgAhpksuLMFLwFcTxiG2t/fdx0jcSYLjgUvgclEUUTBAUCaUHAAzKLgAJhlch4cO9sDk6lUKibnwZksOHa2ByAxRAVgGAUHwCyTBdfpdCbeiBi4y1qtlur1uusYiTNZcJft1wng7azubG+y4ABAouAAGGZymgiAyXiep+Fw6DpG4kwW3MbGhpaXl13HAFLD932TE30ZogIwi4IDYBYFB4BpImnSaDQu7MsJtwaDgesIeAcm+gITyGTG71+12+2x4zAMbzMO7igKDlNRKBTGjpvN5qjUwjBUs9kc+34ul7u1bLg7TE4TgXulUkmdTmd0PBgMtL29/dbX+75/G7Fwx5gsOBa8dM/3fbVaLUVRdOVrc7mcyuXyLaTC2/i+r5WVFdcxEmdyiFosFrkieA88fPjwyqFnLpdTtVq9pUR4G8/ztLCw4DpG4kxewWH6zt9EeNtrHj9+rFarpSAIFMfx6Hue58n3fZXL5UvP9eZrgZui4HAj+Xx+7DO2dxWS7/ujK+owDLW0tHTl+Sk4JMHkEJWd7afv/FXXdad9XKfcLjvfdX8ON8M8uBRhZ/vpO184cRwn9j+VOI4v3JxgGsl08SQD8IZcLndh9Ylnz54lcu69vb2x40wmo1KplMi5cbdQcLix83eqO53OhScWJtXr9S4UHOWGm6LgcGOX3QFtNBo3HqoOBoNLnyGuVCo3Oh8wMzS4jOdvv/2mMAz53OYW7O3tXXjsKpPJ6JNPPpnoxkCv19OTJ08u3D2tVCoU3C3xPE/37993HSNRJq/g5ufnKbdbUi6XVSwWx7529lhWs9m8chWRwWCgIAhUq9UulFsul6Pc8LuYvIKLokgHBweuY9wZZ0PLtw1Nfd9XoVAYuylxdqe03W5fWoJnTzhcZ0IxkmHxCo6CQyIGg4GePHlyrWdPr0K5uWGx4EwOUXd3dy98LoTpymQyqlarv3tIWS6XKTcHgiDQ1taW6xiJM/lb1O/31e12Xce4kyqVinzfVxAEarVa1/65YrGoBw8e8NkpEmWy4OCW53na2NjQ+vq62u22oijSq1evxoavhUJBmUxGS0tLKpVKJresg3sUHKYmk8mMPWgP3DaTBZfNZpXP513HAFKjUCiY/JvhLioASdxFBYBUoeAAmGXyMzgAkwnDUCcnJwxR04Cd7YHJRFGk/f191zESZ7LgAECi4AAYRsEBMMvkTQZ2tgcmU6lUTD4uZ7LgisWi5ubmXMcA4BhDVABmUXAAzDJZcJ1OZ6K1yIC7jp3tU6TdblNwwATY2R4AUoaCA2CWyWkiACbjeZ4MLg3JgpcATrHgJQCkCAUHwCwKDgDTRNKEBS+ByTDRFwBShoIDYBYFB8AskxN92dkemIzv+1pZWXEdI3EmC251dVWLi4uuYwCp4XmeyRV9GaICMIuCA2CWyYI7PDxUr9dzHQNIDebBpcjOzo6ePn3qOgaQGjzJAAApQ8EBMIuCA2CWyXlwa2trWlhYcB0DSA12tk+R+fl5HR8fu44BwDGGqADMouAAmGWy4HZ3d9VsNl3HAFIjCAJtbW25jpE4kwXX7/fV7XZdxwDgmMmCAwCJggNgmMlpIix4CUymUCiY/JthZ3sAktjZHgBShYIDYJbJz+AATCYMQ52cnDBETQN2tgcmE0WR9vf3XcdInMmCAwCJggNgGAUHwCyTNxlKpZJmZmZcxwBSgwUvU6RYLGpubs51DACOMUQFYBYFB8AskwXX6XQUBIHrGEBqNBoNNRoN1zESZ7Lg4jhWEAQaDAauowDvvcFgoHa7bXInOpMF9/HHHyufz6ter7uOArz3zpb339zcdJwkeSYLTpK++OILRVGkVqvlOgrw3orjWO12W48ePTI5TcTkenBnwjDU0dGR4jgeHW9vb4+95tGjR1paWhodB0Fw4fO7r7/+euz4u+++GzuuVCqqVCpj73vV+9RqNUVRNDouFAqqVqvvPMf59yErWW+S9c338TxPi4uLJstNMl5wZ16/fq2joyMdHR2N/UJJp//Y9+7dGx33+331+/2x13zwwQdjxy9evBg7zmazymazo+PrvE8YhmObU8/NzY398l92jvPvQ1ay3iTr2fvcu3dPs7NmB3GS7kjBAbibbNc3gDuNggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGZRcADMouAAmEXBATCLggNgFgUHwCwKDoBZFBwAsyg4AGbNSjpwHQIApmFW0s+uQwDANMxK+tZ1CACYgn/NDIfDgk6v4tZcpwGABP1xVlIk6RvHQQAgSX+X9P3ZXdTvJf1F3HAAkH7/kPRXaXyayLeSPpX0LweBAOD3+kXSn/XGiHRmOBxe9sKCpK90WngA8D77j07vI1yYEfJfRO3549Ey094AAAAASUVORK5CYII=)}.editor-add-component-icon-date-picker{background-image:url(./date-picker-B02vvp4k.png)}.editor-add-component-icon-select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAEICAYAAADVzNh0AAAAAXNSR0IArs4c6QAACCJJREFUeAHt2zFO3EAUBmC8iqhooMd7AKQcgiIS96BJm4Oki2j2HkgUHCISB1jTQ0NFwWZGWQQEWXGCV3rP/layvGDHevO9mV+zQPb2vAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBg2gJNluGt1+uTUut5Ob6Uo91sNgdZalcngWwCTdM8lJq7clyVY7VcLm8yjSF8sJUA27+9vf1ezl/LsciEq1YCUxAoIfdUjovj4+Nv5fyYYUyhg62GWtd1l+V8mgFTjQSmLFBC7bpt27MM4RZ6B7TdqQm1Ka8WY0sjUDcYdU1mKDjsjm37M7WfPn5mmEZqnItA2a09lbF+jv4zt8g7tnOhNpflYpxZBLZrsv4SL/QrcrDV3356ESAQTyD82owcbG28fqqIAIEiEH5thg22suX1d2rWEIGAAhnWZthgC9hPJREgkERAsCVplDIJEBguINiGW7mTAIEkAoItSaOUSYDAcAHBNtzKnQQIJBEQbEkapUwCBIYLCLbhVu4kQCCJgGBL0ihlEiAwXECwDbdyJwECSQQEW5JGKZMAgeECgm24lTsJEEgiINiSNEqZBAgMFxBsw63cSYBAEoFPSepUJoFZCNzd3e3d39/vZKyHh4d7R0dHO3l2tIfasUXriHpmLVCDpwbQ2K85hVq1E2xjzyDPI/BBgbHDbW6hVvkF2wcnoX9OYBcCY4XbHEOt9kOw7WJWeiaBEQQ+Gm5zDbVKL9hGmIAeQWBXAv8bbnMOtdoLwbarGem5BEYS+Ndwm3uoVXbBNtLk8xgCuxQYGm5C7XcXBNsuZ6NnExhR4G/hJtResAXbi4V3BMIL9IWbUHvbOsH21sNXBMIL/BluQu19y/yXqvcmvkMgvEANt+fX6/fP35v7WbDNfQYYf1oBgdbfOh9F+21cIUAgqYBgS9o4ZRMg0C8g2PptXCFAIKmAYEvaOGUTINAvINj6bVwhQCCpgGBL2jhlEyDQLyDY+m1cIUAgqYBgS9o4ZRMg0C8g2PptXCFAIKlA2GBrmuYhqamyCUxaIMPaDBtsZWZ0k54dBkcgr0D4tRk52K7y9l3lBCYtEH5tRg62VdnyPk16ehgcgWQC2zW5il522GBbLpc3BfEiOqD6CMxJoK7Jujajj7mJXOBms9nvuu6ynE8j16k2AnMQKKF23bbtWTk/Rh9v2B1bhauAFXKxWPwo730sjT6b1DdJgbr26hrMEmq1CaF3bK9nyXq9Pilfn5fjSznasos7eH3dewIExhMoYVb/3KorR/1FwSrDx8/xRu9JBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIBBf4Bfh54M7lTpB2gAAAABJRU5ErkJggg==)}.editor-add-component-icon-webview{background-image:url(./webview-B1ICn-SP.png)}.editor-add-component-icon-form{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATgAAAEICAYAAADLBejHAAAACXBIWXMAAArLAAAKywEQoyzOAAALu0lEQVR4nO3dv3rb1hnH8R9IECAIkJaoIdk0eW48ZU2fJ1OWPr2D9A56C72E3kF6B8mStVmzpYMnZ2imPBksSiT4ByBBdCClMrJiSxbJA77n+1ky2I7ex6a+wiEOD4K6rnXPF5K+3v738v4vAkDD3Ej6QdK3kr7Z/YVgJ3Bn21/8y/HmAoC9+o82F2g/Sf8P3Jk2BfyTq6kAYE9utFmB/nQbuG/FlRsAO36R9FlQ1/UXkv7teBgA2Ld/tLRZrwKANV+3JH3megoAOIDLoH5gnwgAWNByPQAAHAqBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2BW6HqAQ6uqSnmeqygKcTIUfNRut9XtdtXr9dRq+XVNY/o8uOVyqdFoRNgAbUJ3fn6udrvtepSjMZvz9XpN3IAdVVXp5ubG9RhHZTZwLEmBdy2XSy2XS9djHI3ZwJVl6XoEoJGKonA9wtGYDVxVVa5HAOCY2cABAIEDYBaBA2CW+Y2+T5EkidI0beQ+obIsNR6PeW8ReAKu4LaSJNFgMGhk3CQpiiJdXFwoCALXowAng8BtpWnqeoQPCoJASZK4HgM4GQRuq6lXbvdFUeR6BOBkELgTw3twwOMRuK35fO56hEfxaRc68FwEbmsymWi1Wrke473G4zEfQQOegG0iW3Vd6+3bt4rjWJ1Ox/U475jP5yxPgScicPcURcEyEDCCJSoAswgcALMIHACzCBwAs7jJcE+73VYcx949fciKqqq0WCw4rh6SCNydIAjU7/f5rKcBg8FA0+lUeZ67HgWOETht4jYcDhWG/HVYkaapwjDU9fW161HgEOswSS9evCBuBsVxrCzLXI8Bh7wPXBiGiuPY9Rg4kDRNOUPPY94Hjvfc7Ot2u65HgCPeB46lqX2nctYf9s/7wAGwy/vAsV8KsMv7wHFyiH2LxcL1CHDE+8Cx6922siwbf5ApDsf7wNV1rZubG9dj4ADqutZkMnE9BhzyPnDSZpk6Ho+5kjOkrmtdXV1x9eY59khszedzlWWpXq+nOI7ZWnCiVquViqLQdDrlBxYI3K6qqjSZTFjWAEawRAVgFoEDYBaBA2AWgQNgFoEDYBaBA2CW2W0iRVGwyRN4QBiG3px0bDZwPBkLeJhPJ1gHNdu9ARjFJQ4AswgcALMIHACzCBwAswgcALMIHACzCBwAswgcALMIHACzCBwAswgcALMIHACzCBwAswgcALMIHACzCBwAswgcALMIHACzzD6T4b7lcilOZ4eP2u222u226zGcMB+4xWKhPM9VVZXrUQBnOp2O+v2+Op2O61GOyvRDZ+bzucbjsesxgMY4Pz9XFEWuxzgas+/BVVVF3IB7fPueMBu4xWLhegSgcaqq8up7w2zglsul6xGARlqtVq5HOBqzgVuv165HAOCY2cABAIEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYJb500QeK4oinZ+fqyxLjUajB3/PJ598Ikn67bff9vq1kyRRHMeK43iv/1/YU1WVyrLUdDrlhJxHIHCSwjBUt9uVtDk7K8uy9/7+Xq+n2Wz27K/bbrc1GAy8Ot0Bz9Nut5UkiZIk0XQ6VZ7nrkdqNO8DFwSBhsOhgiCQtHkBpWn63j/T7/cVhuGzTmZot9u6uLi4+7rAU6Vpqlar5d0JIU/h/XtwL168+KjIJEmiXq/30V/37OyMuOHZnvs6tM77wD0nMq3Wx/31JUmiMPT+4hl7kmUZPyz/gPeBc+FDS2DgKYIgUJIkrsdoJC4jtkajkcqyfNTvzbLsoyPl8wNAcDhxHO/lxpc1XMHtiKJIWZbd3dXMsuzuJ2OSJMqy7NlxIm44BF5XDyNwO6IoUpqmd4FL0/Ru+0i321WapryQ0Ei8Lh/GEnXHfD5XWZZ3GyhHo9HdycCTyUStVkvL5ZJ9a2icx7694hsCt6Oqqt/tDt990ezrHHueFYFD4FMND2OJemR1XasoCtdjwBh+cD6MwDnA3S7sU1VVms/nrsdoJALnQFmWRA57c3197XqExuI9uK2nfLLgYz/BsGsymbBBE882Ho+9es7pU3kfuMVioSiK1O/3n/Tn6rp+9hPCb1+cfNQGT7VarXRzc0PcPsD7wN2+d3G73+2xJpPJXl5cs9lM8/lc3W5XcRwTOrzXarVSURRsC3kk7wMnbSLn8k3auq6dzwBYxE0GAGYROABmETgAZhE4AGYROABmETgAZhE4AGYROABmETgAZhE4AGYROABmmf0sKg9WBh7m0wNqgrqua9dDAMAhsEQFYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNgFoEDYBaBA2AWgQNglhcPLliv11qtVq7HAJyJosj1CE6YD1ye55rNZuLRE/BZu91WlmXqdruuRzkq0w+dGY/Hms/nrscAGmMwGChJEtdjHI3Z9+CqqiJuwD2TyUTr9dr1GEdjNnDEDXhXXdcqy9L1GEdjNnDcVAAe5tP3htnA+XQZDuBhZgMHAAQOgFnm98E9VRRFjdsUuV6vVRSFqqpyPQpwUgjcVhAEOjs7a1zcbvX7ffb1AU/EEnWr3+83Nm63BoNB42cEmoTAbZ3K7u44jl2PAJwMAndi2u226xGAk0Hgtk7lI7k+7UIHnovAbeV57nqED6rrmpsMwBNwF3VrNpup1Wqp1+spCALX47yjLEtNJpOTudIEmoDA7cjz/CSu5AA8DktUAGYROABmETgAZhE4AGYROABmcRd1RxAEStNUnU6Hz3ziUW6PAC+Kgj2KDUTgtqIo0tnZWSP3wKG5giBQHMeK41i9Xk9XV1fsVWwQlqjaxO38/Jy44VnCMNRwOOR11CAETptjiIB9CMNQ/X7f9RjY8j5wSZJwQgf2KkkSruIawvvAdTod1yPAIG5SNYP3gePqDYfAD85m8D5wAOzyPnA+PeUbx8PBpM3gfeCKonA9Aoy53fwL97wPXFmWvBixV7PZzPUI2PI+cJJ0fX3NUhV7MZ/POTS1QQicNkuKq6srruTwLNPpVOPx2PUY2MFnUbfqutZoNFIYhup2uwrDkM2a+KCqqrRarVQUhaqqcj0O7iFw96xWK5YYgBEsUQGYReAAmEXgAJhF4ACYReAAmGX2Lup6vdZ6vXY9BtA4Pn1fmA1cURR8OgF4gE9HOQW10SdklGXp1U8q4LHCMFQYmr22+R2zgQMAbjIAMIvAATCLwAEwi8ABMIvAATCLwAEwi8ABMIvAATCLwAEwi8ABMIvAATCLwAEwi8ABMIvAATCLwAEwi8ABMMuLYz1//fVX/fzzz3r79q2urq5cj+OdLMuUZZkuLy/18uVLRVHkeiR4wvyJvj/++KNev37tegxsZVmmL7/8UsPh0PUo8IDpJSpxa548z/X999+rLEvXo8ADZgOX5zlxa6iyLPm3wVGYDdwvv/ziegS8x5s3b1yPAA+YDRw3E5otz3PXI8ADZgM3mUxcjwDAMbOBAwACB8AsAgfALAIHwCwCB8AsAgfALAIHwCwCB8AsAgfALAIHwCwCB8AsAgfALAIHwCwCB8AsAgfALAIHwCwCB8AsAgfALAIHwCyzgePp6QDMBu7i4sL1CHgPfgDhGMwG7vLy0vUIeA/+fXAMZgM3HA718uVL12PgAVEU6dWrV67HgAfMBk6SPv/8c3366aeux8COKIr01VdfKcsy16PAA0Fd17XrIQ7tzZs3ev36NU+7dyiKIl1eXurVq1fEDUfjReAA+Mn0EhWA3wgcALMIHACzCBwAswgcALMIHACzCBwAswgcALMIHACzCBwAs1qSblwPAQCH0JL0k+shAOAQWpK+cT0EABzAd0Fd12faXMVxxCoAS/7cknQt6WvHgwDAPv1T0g+3d1F/kPQ3ccMBwOn7l6S/S7/fJvKNpM8kfedgIAB4rv9I+qt2VqTBHxzoeybpC22CBwBN9l9t7iO8syPkf2zFMx8hpfNoAAAAAElFTkSuQmCC)}.editor-add-component-icon-text{background-image:url(./text-CazGlHcg.png)}.editor-add-component-icon-ellipse{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACGlJREFUeNrs3V1v2soagNETlwAhfCpC+f8/r4oQJXzEUALnbTjS1t5nt4JAwONZ6yLKRS+asR/PjG2Su/1+/x8gTYUhAAEDAgYEDAIGBAwIGBAwCBgQMCBgEDAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgYEDAIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDAIGBAwIGBAwCBgQMCAgCFXDUNQG5vNZrfb/eEfNJvNonDJFjC3E4luPsQ36/X6mG5/V3Kj0fj27Vt8H9/EV2Oborv9fm8UKl5sWZZRaeT6iVZPqjrc39+32209C5hzo41iD+le/z8Q83Nk3Gq1xCxgjrXdblerVXQbXyu0y2o0Op3Ow8NDxOwYCZh/mW+j2Pl8fpPJ9tSSHx8fzckC5pdYIS+Xy8VikdZ/O0ru9Xrdbtc9bQHnO+XOZrNYMyf9g0TDg8EgenZMBZxLuq+vr7Fa/rqbydcXe+PI2A5ZwNKVMQKWrowFzEUsFovpdJpDuvbGAq6Vsiwj3Yo/Gfo6RVH0er3hcOhMEHB6a+bZbBbLZkMRk/DT05MVtYBTmngnk0nqz4cuq9/vx4raQ2MBm3hNxQj4C8ReNybebHe8R4p52K5YwJUTs+50OjUOx4hJeDweW04LuCrL5kg3uZeZbyvqfX5+9okIAd++3u/fv1s2f05sibvdrnEQ8M02vVFvbm9oXFYEHBkbh3N4V+YzVqvVZDJR75kOW4/RaGRLbAa+6mkX9RqHS4nNcGyJNfzJGwqGQL02IwJWLxoWsHo1jIDVq2EBo14NCzhxhydGxuGaDb+8vBgHAV/mZFLv9R0+kmkcBHyWw5uSlnO32rb4YKaAz6Le25pOp5X6EzMCTokP91bkKPjdJgL+zPrNJwQrsot5eXmxDhLwCWLi9en8Sh2O2WxmHAR8wrLNJb9SXl9fbYYFfJScf5Ozq6qA01aWpUcXld0MezIsYKdIwlYfjIOAf7vR8sTCQlrASXKrM5VVkgcEAv4XTotULBaLsiyNg4D/trlyTiTEWknApt+ExdXWe3IC/h/3rkzCAk7V4e8JOgmSE9dck7CAf02/HkuYhAWc6vQ7n8+dASZhAScpDr/p1yQs4FSZfk3CAk54+nXz2VVYwKlaLpfO/hrYbDaZv4RTOOq4FgvYIedmu6Gcb0YWeR5y532d5Pw54SLDg+3pUc3kfCsru4Ctn+tns9lk+0whr4Bj7vVrWayiBewwY2El4Ktbr9fOdatoAZuBqZw8n+1nFHBcpN1/rrG3tzcBm34xAwvYBpiri+VVhn8WJ6OAvf/sEAvYocUiS8BX528OOsoCTtjPnz+d37W33W5ze9BgBsaBFrDjSjXkdrOjUC918v7+LuC68QJWVttgAVtWYbUlYLDaEvD5vERpEhYwmIQFfAv+CAMCFjBpyOqepSU0CBgQ8FfwFgcCTpj3KBEwJCOrj44KGJsmAQMChvO1Wi0B10ej0XBOI2ABg4ABAQO5BFwUrlMZaTabAnZEcb0WMCBgMzDHa7fbAq6Vu7s7pzUCNgNj+hXw9X9Id6HzOaEzO9ZZ/LS5XZVzdn9/L+Aa8kJlJnLbLhWOKw60gK2sqMQGOLelVi4B2wabfgUsYCotq4/y5xWwbbDLtIAdXRxiAVtfoV4Bn6rT6TjLa+zh4UHAGsYMLGAXaa6r0WjkeZPSDIwjK+BUftqi0HAtPT4+CtgqGutnAVtrYfoV8NetorvdrpO+TnI+oDn+qoqcL9j10263c/6wd+GQk7Rer5fzj1846qQrLsSZ39TINODYNflNdy7EAk72xy4Kx74GB9H9yHxnIce+BtOvZVS+P39snzSc9PTb7/eNQ9YXsMFg4Aww/Qo44UlYw6ZfAScszgMXctOvgBO+lrsdndy6yfQr4L8Mh0MvZiVkNBqZfgX8N09PTwYhCe122+fJBOy0cKkVcO3ODAuzihsMBjY7Av7NQBSFR0pV1mw2h8OhcRDwb/X7fQtpi2cBW0hz+cWzP20l4KMW0q70VdNuty2eBXysWEV7T6BSl9TxeGwcBHyC0WhkwVYRUa9NjYBP9vz87LypwpXUH4UV8CdXbhq+rW63ay8j4M+LVXTMAMbhVoPvbqKALzAJaPgm9cbyxzgI+AJiFec371x58+LGlYAvKdZyGr5avTH3euFZwBpOtV4P8ASsYfUKGA2rV8AaRr1f526/3xuFU/348WM2mxmH80W34/HYXSsBX9tisZhMJsbhzHq97ibgmynL8uXlZbfbGYpPiJ2Id60EfGPb7TYa3mw2huIko9HIe84CroSYgafTaayoDcUx3LIScEW3xJGx5fSfdTodv7RIwJbTSU68g8HAslnAVecJ0/87fDbQslnAaYhJOJbTZVkaChOvgFP1+voaU3HOu+LY8Y5GIy9pCDhV2d6gjmhjzezXWQm4Drbb7WQyyWRFHWvmmHW9Li7guomAY0Vd44wPfyo9trueEglYxoktmB8fH6Ur4IwW1ZFxDfbGke5gMLBgFnCOdrtdNDyfz6Pn5P7zEW3Mum5TCZhf6+rlcrlarar/zKnZbMZGt9PpWC0LmH+Kht/e3ipYcnQb821066GugDlqTo6S4+sN36yOOTaKbbVa5lsB8/l98iHj9XodX796Zm5+iGgP3xh/AXNJ2+128+H9/f3w/TlJR6IxtUaujQ/uSAmY21R9uI8dMf9hyX2o9LA2NrsKGLg9NydAwICAAQGDgAEBAwIGBAwCBgQMCBgEDAgYEDAgYBAwIGBAwICAQcCAgAEBg4ABAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGBAwCBgQMHCe/wowAGM9bDpGTaKBAAAAAElFTkSuQmCC)}.editor-add-component-icon-section{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAn5JREFUeNrs1kEKxCAMQNG2FFzo/a/pVrIwU0oPMLsZy3snCMYP2TNzA9Z0eAIQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYEDAIGBAwICAAQGDgAEBAwIGBAwCBgQMCBgEDAgYEDAgYBAwIGBAwCBgQMCAgAEBg4ABAQMCBgQMAgYEDAgYBAwIGBAwIGAQMCBgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGBAwCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGvnX+wxC994iwDFZRa22tCfhx1TvG8C1YRSnFCQ0IGAQMCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGBAwCBgQMCBgQMAgYEDAgYBAwIGBAwICAQcCAgAEBg4ABAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAQMCBgEDAgYEDAIGBAwIGBAwCBgQMCBgQMAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgYEDAIGBAwICAQcCAgAEBAwIGAQMCBgQMCBgEDAgYEDAIGBAwIGBAwPBOe2b+fIiImHNaBqs4bwIGnNAgYEDAgIABAYOAAQEDAgYEDAIGBAwIGAQMCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGBAwCBgQMCBgEDAgYEDAgYBAwIGBAwICAQcCAgAEBg4ABAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAQMCBgEDAgYEDAIGBAwIGBAwCBgQMCBgEDAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMLzXR4ABAHtrHQCcWhVdAAAAAElFTkSuQmCC)}.editor-add-component-icon-layout-section{background-image:url(./layout-section-CiWfkrw0.png)}.editor-add-component-icon-line{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAohJREFUeNrs1mENwyAQgNF1mQGQgAYsoBoLaAEJt0rYnzbpeM/AJQdfckdEvIBnelsBCBgQMCBgEDAgYEDAgIBBwICAAQGDgAEBAwIGBAwCBgQMCBgQMAgYEDAgYBAwIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAQMCBgEDAgYEDAIGBAwIGBAwCBgQMCBgQMAgYEDAgIBBwICAAQEDAgYBAwIGBAwIGAQMCBgQMAgYEDAgYEDAIGBAwICAQcCAgAEBAwIGAQMCBgQMCBgEDAgYEDAIGBAwIGBAwCBgQMCAgAEBg4ABAQMCBgEDAgYEDAgYBAwIGBAwIGAQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYEDAIGBAwMA9PrdNWmuNMWycfdRaU0p/EvCcs/fuUdlHKeXqgJ3Q4IT+Qc65tWbj7OP881ePOCLCouGhnNAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgYEDAIGBAwICAQcCAgAEBAwIGAQMCBgQMCBgEDAgYEDAIGBAwIGBAwCBgQMCAgEHAgIABAQMCBgEDAgYEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYEDAIGBAwICAAQGDgAEBAwIGAQMCBgQMCBgEDAgYEDAgYBAwIGBAwCBgQMCAgAEBg4ABAQMCBgQMAgYEDAgYBAwIGBAwIGAQMCBgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGAQMCBgQMCBgEDAgYEDAgIBBwICAAQHDlr4CDABLmxTqFga78wAAAABJRU5ErkJggg==)}.editor-add-component-icon-image{background-image:url(./image-CmwPTXWI.png)}.editor-add-component-icon-video{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAGjUlEQVR42uzdzWsTWxjA4ds4aWOdfgQTQlGQIIgI1pVd6cr/VFfuXLlzpSsFRdwUXZRSpIgtTY2mHwmNhxZ6UzOxKYg9xz7P4iJptHNz5tf3zPRrot/v/wekqeQlAAEDAgYEDAIGBAwIGBAwCBgQMCBgEDAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgYEDAIGBAwICAQcCAgAEBAwIGAQMCBgQMAgYEDAgYEDBcCFnMB9fpdPb29vb3960T55NHlk1NTU1PT5dKkY66iX6/H+Fhffv2bXt7++DgwDnE+W9TS6U8z+fm5iLMOLqAQ7RfvnwxdYlwGtfr9cnJSQGrl1RHcaPRiKrhuLYE6iVmRwOm1+sJuECr1VIv8Te8ubkp4ILXpd1uOz+I3+4hAZ/Q6XTccyYVP378EPAJOzs7TgtSEeaNgE+I6sYAnHrFF8mGMZaA3b4iLZGcsb4WGhImYBAwIGBAwCBgQMCAgAEBg4ABAQMCBgEDAgYEDAgYBAwIGBAwIGAQMCBgQMAgYEDAgIABAYOAAQEDAgYEDAIGBAwIGAQMCBgQMCBgEDAgYEDAIGBAwICAAQGDgAEBAwIGBAwCBgQMCBgEDAgYEDAgYPjHZV6C2Ozu7q6vr7darevXr9fr9eEnhDetrKwMPjI/P99sNgv/tXfv3v3yyN27d7OsYN0/ffr0/fv3UUcV3sXCwkKlUrFAAmaktbW1ENLRn3d2dgoDDi2FN4XOjx/Z2toaVVd4MHw4+OVdFNae53l406gDC+8ifNRoHrJMttCcUu/xKC585nBFv8zk3zwzvJderzf8zHEGbHgvg0eIgPk/1+E2RmU5HFtIfXAmD07g8OTBR0K9oybtONM1/N3Cd4SAL7SvX7+Ouh6Oaggf/XXrJWBOaLVao3atsQ3h39zrQsAXVOFIjHYII2DGFeEQRsCMyxBGwIawISxgDGFi4iuxUhrCly9fHn48PJhl2WCHIfVarVYul4efXK1Wt7a2Bodw+GcLv94rPOjTRQLmTw7ht2/fjvnkDx8+jPnMtUNeXltoQMCAgEHAQNTcxIpXnueFd5L/sm6364ufBcyZ3bp1a35+/twPo9VqjX/3G1toQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYEDAIGAgFX4qZbw+fvwYyY+VtRYC5hR5ng/+3sAg2p/GnGVOG1tohgJO5VBrtZr1EjAnLCwsJNFwpVIp/H3CCPiiu3PnTuS703B4i4uLttACpngXvbS0FEZxnIdXrVbD4SW01b8IJvr9fgzHsbq6ajGO9Xq92O5ghW4N3kGNRiNcTZz/nshKxLlTjeHXmmELDQgYEDAIGBAwIGAQMCBgQMCAgEHAgIABAQMCBgEDAgYEDAIGBAwIGBAwCBgQMCBgQMAgYEDAgIBBwICAAQEDAgYBAwI+s42NjcePH3/+/NmCQXoB7+3ttdvtZ8+evXjxIvzZskGSW+jl5eUnT56srKxYOUjyGjhM4OfPn4dpHGay9UPASQrXw0+fPn3//r0lRMBJCqP41atXIeONjQ0LiYCTFOoNDb9588bNLQScqtevXy8vL1tOLprsH/h/mJqaevToUbPZtJwIODG3b99+8OBBaNhaIuCUzMzMhMF77do1q4iAE7O0tLS4uGjwIuDE1Gq1MHjDfy0epBRwmLf379+/d++eZYOUAp6dnW02mw8fPgzXvdYMjk30+/0YjmN1ddVikJBGo1GpVM79MHxDPyRMwCBgQMDAmSRwF7rdbqf+jQpZlt28edPZloQrV65cunRJwH/My5cv/4GfoTM5OTk3NyeP+HW73atXr9pC/zH1ej31c6JcLk9PT2sjlcVK6Ghj+Tzw+vr6/v6+s4dU3LhxwwQ+scN0TpDMlWcWy7VnLAH7viISEsPXYMUVcJ7npZLPaZGGeO5HlrwocNZhYwtdYHZ2Np6dCYy6+q1Wq/EcT1y71nq97m4W0QpXeeEUjepaL5ZPIx07ODjY3NzsdDpOF6ISRkuoN57Nc6QBHwkBb29v+8wwkWybZ2ZmwiVehMcWacBHQsC7u7vdbrfX6zmN+Psb5nK5XDkU7UFGHTBwykcZLwEIGBAwIGAQMCBgQMCAgEHAgIABAYOAAQEDAgYEDAIGBAwIGBAwCBgQMCBgEDAgYEDAgIBBwICAAQEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgYBAwIGBAwMD4fgowAKblOX0MQZtfAAAAAElFTkSuQmCC)}.editor-add-component-icon-list{background-image:url(./custom-list-DOscTrII.png)}.editor-add-component-icon-table{background-image:url(./table-d4fbki9U.png)}.editor-add-component-icon-social-media-list{background-image:url(./social-media-list-Cj-Kkyf_.png)}.editor-add-component-icon-pen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAEOCAIAAAB3oFnhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACddJREFUeNrs3c9LFesfwHG7FCERakWYEEESRNoq20mLoqUtXebSf6H/oG1bl25bFrQ5tAhdhbsSA6mEoCAjKQQjIr+fmu+dK540f8xzZs7M67UIPbe7OWfe55l5zmk+RzY3N3uA7vSPpwAEDAgYEDAIGBAwIGBAwCBgQMCAgEHAgIABAQMCBgEDAgYEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMAgYEDAgYEDAIGBAwICAAQGDgAEBAwIGAQMCBgQMCBgEDAgYEDAgYBAwIGBAwCBgQMCAgAEBg4ABAQOFOeopqKVWq7WwsLC2thY/DwwMjI2NjY+P9/b2emZq5sjm5qZnoWZmZmZev34dxY6Ojsav8fP8/HxkPD09rWEBU/W1N3KNVoeGhvIH379/H1WPjIxMTk56ilwDU11Rb6y9W+sN8evExEScVG9sbHiKBExFxdlyJBpXvO3/KXswlmLPkoCptLjc9SQImO6TnTkvLi62/6ds7bWJJWCqK/ocHh5utVrt17qPHz+OlXnbtTECplomJyfX1tZmZmayD4FD/DA7OxuXx1NTU56fmvExUg09e/Zsbm7u69evseTGmhwnz/HnjRs3bt265ckRMJW2urr64sWL+OHEiRPv3r3LLoy/f//+8+fPS5cunT9/3lNUJ75KWSs/fvxYXl6OH06dOhXL7+DgYPb4ly9fPn369Pbt23Pnzh096kV3DUwlxZL77du3SLSvr2/r4/Hr8ePH87wRMJUT6WbnzGfOnPnnn+2v7OnTp+PPDx8+rK+ve64ETOXE6hprbG9vb1z9tv/XePzkyZPZX/NcCZhqWVtbW11dzVfaP4oL41iZ42/GOuwZEzAVsrS0lF/r7vR34tq4v78/X6s9aQKmEt6+fRsXwLG6xhq7+98cGBiIjKPe+F88bwKmfLvvXbU7e/Zsz+/9artZAqYSy2+2d5XtUf1VvstlN0vAlCzfkdpl76pdtlbn+14ImHJkq2isvbvsXbWzmyVgypddx8ZaGivqfv/fvr6+yDi/fkbAdFS+k5x9urvvF/7f7LMdbM+ngOn0yXM0HGfO2772vHcnTpzIbtCRfYaMgOmQg+1dtcs+UrKbJWA6amVlpef33tUh73EVl8HZdz98pCRgOiTW3lgzD7Z31S7fzfLdLAGTXP5vevv7+w+wd/WHI+DfL2Bm/5bYMyxgEsq+dxVrZoE3f85Oxf1zfwGT1vr6evaxbbb5VKBsM2x1dTW/lyUCpmDZCpl//FOg/OMoHykJmCSK3btql30hxG6WgCle/r2r/v7+RLeVzN8a4izdF6QFTJHy200mHVxmN0vAFC8/rU108rxV9gaRna575gVMAbKNpZ1uN1ksN68UMEXKP9op/KOjnWT/3D//yAoBc0BbR6V0bCRK/t2s7EsjXgUBc0A7jUpJzSgWAXNY+73dZLGMYhEwh7L7qJTU7GYJmIPby6iU1IxiETAHtJdRKam5eaWAOYi9j0pJzSgWAbM/5e5dtTOKRcDsb/nd16iU1IxiETB7VdTtJotlFIuA2ZODjUpJzW6WgPm7w4xKSc0oFgGzm0OOSkl+oBjFImB2P3k+5KiU1IxiETB/Vs29q3ZGsQiYPyhqVEpqRrEImO1S326yWEaxCJj/FD4qJfkRYxSLgMmlGJWSmptXCphf0o1KSc0oFgGTcFRKakaxCLjpumvvqp1RLAJurg6MSkl+6BjFIuDG6syolNTsZgm4iTo5KiU1o1gE3DidHJWSmptXCrhZOj8qJTWjWATcFKWMSkl+DBnFIuCGKGtUSmpGsQi4/qp2u8liGcUi4Jord1RKanazBFxnVRiVkppRLAKurSqMSknNzSsFXE/VGZWSmlEsAq6bOJprvHfVzigWAddKvndVkVEpqRnFIuD66JbbTRbLKBYB12f57aneqJTU7GYJuA6qPColNaNYBNzdKj4qJfmBZRSLgLv95Lnio1JSM4pFwN0qzpwbuHfVzigWAXfr8tvTDaNSUjOKRcDdp9tvN1kso1gE3E26blRK8iPMKBYBd5FuHJWSmptXCrg7dO+olNSMYhFwF+jeUSmpGcUi4KrLlhd7VzsxikXA1bV176o2t5ss+FAzikXAlVWPUSmp2c0ScBXVaVRKakaxCLhy6jQqJTU3rxRwtdRvVEpqRrEIuELqNyol+TFnFIuAKyL7x671G5WSmlEsAi5fvUelpGYUi4DLP3mu8aiU1OxmCbhMTRiVkppRLAIuTRNGpaTm5pUCLkdzRqWkZhSLgDutaaNSUjOKRcAd1bRRKakZxSLgzmnmqJTUjGIRcOeW357mjUpJzW6WgDuhyaNSUjOKRcBpNXxUSvID0SgWAac+eW74qJTUjGIRcCpGpXSGUSwCTrX89hiVkp5RLAIunlEpnWQUi4CLZFRKp49Io1gEXCCjUjrPzSsFXAyjUspiFIuAC2BUSlmMYhHwYRmVUi6jWAR8cEallH9oGsUi4AMzKqUK7Gb9lbXlPxsbG+/fv48jJk7ejEqpiHgDjdflw4cPg4OD8evnz5+HhoZsSeSObG5uehbiWvfRo0eLi4vZr8eOHbtw4cLVq1fjWPHklO7jx48vX75cWVmJkrNHhoeHJyYmvDoC/iVW3ZmZmXinv3379sWLFyPmKLnVal2+fPnWrVsOkdI9ffr01atX8eqMjIxEtPHqzM/Px6t29+7dKFnATQ/4/v37cUo2PT299cQsjo8HDx5EwJGxhEoU1zJPnjyZnJwcGxvb+vjs7OybN2/u3bvX8NPppm9ivX79OpbcqampbcdBvNOPj48/f/5cQuVaWloa+23b45F0nFHnVz2N1fRNrHgXj1b/uNU8Ojoap2pRuIrKXYGvX7/e/ni84cb5s+9p+RiJqrPnbAXeUSy/rVYr3sjbF+FYe+PBmzdvOkpKtLy8HOfJIyMj2x7PPvO7cuWKFbjR4siISh89erTt8Tg44vy5/dKLDrt27drCwkK8HNsef/z4cfzpBXIK/Ws7JN7jZ2dn8wuqOGKyD5bGx8c9P+WKRONaN16OeFGyz4HjZYoXK36dmJhwdu1jpP+fLT98+HDrjkgcN46P6oj1dm5uLv813lvv3LnTfl4t4EaL87TsPd6X9Soou+jNfvb9DQGDa2BAwICAQcCAgAEBAwIGAQMCBgQMCBgEDAgYEDAIGBAwIGBAwCBgQMCAgEHAgIABAQMCBgEDAgYEDAgYBAwIGBAwCBgQMCBgQMAgYEDAgIABAYOAAQEDAgYBAwIGBAwIGAQMCBgQMCBgEDAgYEDAIGBAwICAAQGDgAEBAwIGAQMCBgQMCBgEDAgYEDAgYBAwIGBAwNBE/xNgAO8crZWM6Ci4AAAAAElFTkSuQmCC)}.editor-add-component-icon-location-input{background-image:url(./location-input-bBdNqVsc.png)}.global-search-results .components-accordion-title{color:#000}.global-search-results .components-accordion-title .components-count{border-color:gray}.global-search-results .components-accordion-title .icon{background-color:#000}.global-search-empty-category{color:#ccc;flex-direction:column;align-items:center;width:100%;padding-top:24px;padding-bottom:54px;display:flex}.global-search-empty-category .icon{background-color:#f3f3f3;width:48px;height:48px;-webkit-mask-size:contain;mask-size:contain}.global-search-empty-category .global-search-empty-header{margin:6px;font-size:14px}.global-search-panel .icon-close-big{width:9px;height:9px;margin:auto}.global-search-panel .icon-button-wrapper-rounded{background-color:#333;border-radius:50%;width:20px;height:20px;margin-right:20px;display:flex}.prebuilt-section-item{width:100%;margin:12px 0}.prebuilt-section-tags-container{flex-direction:row;gap:8px;margin:8px 0;display:flex}.prebuilt-section-tag{text-transform:capitalize;letter-spacing:0;background-color:#f3f3f3;border-radius:10px;outline:none;height:20px;padding:4px 16px;font-size:10px;font-weight:400}.prebuilt-section-unlisted-indicator{text-transform:capitalize;letter-spacing:0;background-color:#ffb6c1;border-radius:10px;outline:none;height:20px;padding:4px 16px;font-size:10px;font-weight:400}.global-search-results .template-item{margin-bottom:31px}.global-search-item{border:1px solid #0000;border-radius:6px;transition:background-color .1s,border-color .1s}.editor-add-panel-accordion .global-search-item--component{width:calc(50% - 4px)}.global-search-item--section,.global-search-item--feature,.editor-add-panel-accordion .global-search-item--component .editor-add-component-item-wrapper{width:100%}.global-search-item--active{background-color:#f3f3f3;border-color:#d0d0d0}.error-boundary-wrapper h2{margin-bottom:.3em}.launch-component-item{flex-direction:row;align-items:center;display:flex}.launch-component-item h6{margin:0}.launch-component-item p{opacity:.6;font-size:11px}.launch-component-item .icon{background-color:#9a9a9a;margin-right:4px}.inspect-generic-row{margin-top:16px}.editor-add-panel-tabs+.library-inspect>.inspect-generic-row:first-child{margin-top:32px}.library-inspect>.inspect-generic-row:first-child>.inspect-generic-row-body:first-child{margin-top:0}.inspect-generic-row-title{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.toggle-button-block{margin-top:8px}.toggle-button-block-box{background-color:#efefef;border-radius:4px;justify-content:space-between;margin:0 -16px;padding:16px;display:flex}.border-control-split>.inspect-generic-row>.inspect-generic-row-title{margin-left:16px}.border-control-split>.inspect-generic-row:last-child>.inspect-generic-row-title{margin-right:16px}.inspect-generic-row-body{margin-top:6px}.inspect-generic-row-body.disabled{opacity:.3;pointer-events:none}.inspect-generic-row-title .toggle-button{margin:-4px 0}.inspect-generic-row .text-control{height:44px}.inspect-generic-row .text-control input{border-radius:6px;height:44px;padding-left:16px;font-size:14px}.inspect-generic-row .text-control .incrementer{border-top-right-radius:6px;border-bottom-right-radius:6px;width:18px}.fixed-control{margin-top:8px}.fixed-control-box{border:1px solid #e9e9e9;border-radius:4px;justify-content:space-between;margin:0 -16px 24px;padding:16px;display:flex}.magic-layout-options .responsive-settings .device-visibility .device-element{background-color:#fff;border:1px solid #e9e9e9;border-radius:4px;justify-content:center;gap:0;width:100px;height:32px;min-height:32px;margin-top:6px;padding:0 4px 0 0}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden{color:#d9d9d9;opacity:1;background-color:#fff;border:1px solid #e9e9e9;font-style:italic}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden .icon{background-color:#cecece}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden .device-label .device-label-title{color:#d9d9d9}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden:hover{color:#757575;background-color:#f8f8f8}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden:hover .icon{background-color:#757575}.magic-layout-options .responsive-settings .device-visibility .device-element.hidden:hover .device-label .device-label-title{color:#757575}.magic-layout-options .responsive-settings .device-visibility .device-element:first-child{flex-grow:1}.magic-layout-options .responsive-settings .device-visibility .device-element:hover{background-color:#f8f8f8}.magic-layout-options .responsive-settings .device-visibility .device-element:hover .device-label .device-label-title{color:#424242}.magic-layout-options .responsive-settings .device-visibility .device-element:hover .icon{background-color:#424242}.magic-layout-options .responsive-settings .device-visibility .device-element .device-label{flex:none}.magic-layout-options .responsive-settings .device-visibility .device-element .device-label .device-label-title{color:#616161;font-size:13px;font-weight:500}.responsive-settings .device-visibility-label{margin-top:8px}.responsive-settings .device-visibility-options{flex-direction:row;gap:10px;display:flex}.responsive-settings .device-visibility .icon{background-color:#616161}.responsive-settings .device-visibility .icon-button-wrapper:hover{background-color:#0000}.responsive-settings .accordion-expanded .accordion-title{cursor:default}.reset-to-shared{cursor:pointer;letter-spacing:0;text-align:center;color:#00a996;border-radius:4px;justify-content:center;align-items:center;width:calc(100% + 32px);margin:0 -16px 64px;padding:16px 0;font-size:12px;font-weight:600;line-height:14px;transition:all .2s;display:flex}.reset-to-shared:hover{background-color:#f2fbfa}.shared-responsive-layout{background-color:#00a8980d;border:1px solid #00a89833;border-radius:4px;margin:16px -16px;padding:16px}.layout-settings-header{flex-direction:row;justify-content:space-between;align-items:center;height:32px;display:flex}.shared-responsive-layout-with-auto-layout{background-color:#00a8980d;border:1px solid #00a89833;border-radius:4px;margin:0 -16px}.shared-responsive-layout-with-auto-layout .layout-settings-header{width:100%}.shared-responsive-layout-with-auto-layout .accordion-expanded{padding-bottom:32px}.shared-responsive-layout-with-auto-layout .accordion-expanded .layout-icons-container>.layout-icon-active,.shared-responsive-layout-with-auto-layout .accordion-expanded .layout-icons-container>.layout-icon:not(.layout-icon-active):hover{border-color:#fff}.shared-responsive-layout-with-auto-layout .accordion-expanded .accordion-title{cursor:default}.layout-section-layout-controls-accordion .accordion-children .accordion-boxed-done{margin-right:16px}.layout-section-layout-controls-accordion .accordion-children .accordion-boxed-done .btn{padding:0 5px}.layout-section-layout-controls-accordion .accordion-children .form-inspect-field-wrapper{padding-top:6p;flex-direction:column;gap:30px;display:flex}.layout-section-layout-controls-accordion.accordion-expanded{padding-bottom:0}.layout-section-layout-controls-accordion .accordion-children.accordion-content{padding:6px 0 6px 32px}.shared-responsive-layout-with-auto-layout .accordion-title{border-radius:4px 4px 0 0;padding:16px}.shared-responsive-layout-with-auto-layout .accordion-expanded .accordion-title{color:#fff;background-color:#00a898;border:1px solid #00a898}.layout-settings-header-custom-note{letter-spacing:0;text-align:center;color:#333;margin-left:auto;margin-right:16px;font-size:10px;font-style:italic;font-weight:500;line-height:12px}.accordion-expanded .layout-settings-header-custom-note{color:#fff}.layout-settings-title{width:180px;font-size:15px;font-weight:500}.layout-settings-title-auto-layout{flex-grow:1;width:128px;margin-left:10px}.layout-icons-container{flex-direction:row;align-items:center;gap:4px;display:flex}.layout-icon .icon{background-color:#aaa}.layout-icon:hover .icon,.layout-icon-active .icon{background-color:#fff}.layout-icon-active:hover .icon{opacity:.5}.shared-layout-active-wrapper{background-color:#00a898;border-radius:4px;flex-direction:row;gap:20px;padding:0 10px;display:flex;overflow:hidden}.shared-layout-active-wrapper .layout-icon{border:none;border-radius:4px;width:auto;overflow:visible}.shared-layout-active-wrapper .layout-icon-mobile{margin-left:-8px;margin-right:-8px;overflow:visible}.shared-layout-active-wrapper .layout-icon-tablet{margin-left:-6px;margin-right:-6px;overflow:visible}.shared-layout-active-wrapper .icon-desktop-large,.shared-layout-active-wrapper .icon-desktop-off{margin-right:-2px}.shared-layout-settings{margin:-16px 0 13px;padding:0 16px}.shared-layout-settings .magic-layout-row{padding-bottom:14px}.shared-responsive-layout-with-auto-layout .shared-layout-active-wrapper{border:1px solid #fff;align-self:flex-end;gap:0;padding:0}.shared-responsive-layout-with-auto-layout .shared-layout-active-wrapper .layout-icons-container{gap:0;width:104px}.shared-responsive-layout-with-auto-layout .shared-layout-active-wrapper .layout-icon{width:32px;margin:0}.shared-responsive-layout-with-auto-layout .shared-layout-active-wrapper .layout-icon-active:not(:first-of-type){border-left:2px solid #ffffff1e;border-top-right-radius:0;border-bottom-right-radius:0}.shared-layout-settings-with-auto-layout{box-sizing:border-box;margin:-6px 32px 0 0;padding:0}.shared-layout-settings-with-auto-layout .magic-layout-row{padding-bottom:14px}.shared-layout-settings-with-auto-layout .multi-select-menu.expanded .multi-select-menu-selection{border:1px solid #fff!important}.shared-layout-settings-with-auto-layout .multi-select-menu-selection{box-shadow:none;border:1px solid #eee;border-radius:4px;background:#fff!important}.shared-layout-settings-with-auto-layout .multi-select-menu-selection:hover{background-color:#fff}.responsive-layout-settings .magic-layout-row,.magic-layout-options .responsive-layout-settings .library-inspect-menu-control{margin-top:24px}.responsive-layout-settings .shared-responsive-layout .multi-select-menu.expanded .multi-select-menu-selection,.responsive-layout-settings .custom-layout-container .multi-select-menu.expanded .multi-select-menu-selection{border:1px solid #fff}.responsive-layout-settings .shared-responsive-layout .multi-select-menu-selection,.responsive-layout-settings .custom-layout-container .multi-select-menu-selection{box-shadow:none;background-color:#fff;border:1px solid #eee;border-radius:4px}.responsive-layout-settings .shared-responsive-layout .multi-select-menu-selection:hover,.responsive-layout-settings .custom-layout-container .multi-select-menu-selection:hover{background-color:#fff}.custom-layout-container{border-radius:4px;margin-bottom:16px}.custom-layout-container .layout-icon-active:hover{background-color:#f8f8f8;border:1px solid #e9e9e9}.custom-layout-container .layout-icon-active:hover .icon{background-color:#757575}.custom-layout-container .accordion-title,.custom-layout-container .accordion-title:hover{color:#424242;background-color:#f4f4f4;border:1px solid #e9e9e9;height:54px;padding-left:16px;font-size:14px}.custom-layout-container .accordion-title .icon,.custom-layout-container .accordion-title:hover .icon{margin-right:8px}.custom-layout-container .accordion-expanded .accordion-title,.custom-layout-container .accordion-expanded .accordion-title:hover{color:#fff;background-color:#00a898;border:1px solid #00a898}.custom-layout-container .accordion-expanded .accordion-title .icon,.custom-layout-container .accordion-expanded .accordion-title:hover .icon{background:#fff}.custom-layout-container .accordion-children{background-color:#00a8980d;border:1px solid #00a89833;border-top:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.custom-layout-container .accordion-children-stable .accordion-children{background-color:#0000;border:none;border-radius:0}.custom-layout-container .accordion-children-stable .accordion-content{background-color:#00a8980d;border:1px solid #00a89833;border-top:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.custom-layout-container .custom-device-layout-controls{margin-top:-6px;margin-right:32px}.custom-layout-container .inspect-generic-row-body.disabled{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;height:44px;margin:8px -16px;padding-left:16px;font-size:14px;display:flex}.empty-custom-layout-container{background-color:#f5f5f5;margin:16px -16px;padding:16px}.empty-custom-layout-container .layout-settings-title{color:#9e9e9e;font-style:italic}.responsive-help-text{color:#757575}.layout-icon{background-color:#fff;border:1px solid #eee;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.shared-responsive-layout .layout-icon:hover{background-color:#49c1b5;border:1px solid #00a898b3}.shared-responsive-layout .layout-icon-active:hover{background-color:#00a898;border:none}.layout-icon:hover,.layout-icon-active{cursor:pointer;background-color:#00a898;border-color:#00a898}.responsive-layout-settings .fixed-control-box{background-color:#fff;align-items:center;height:44px;font-size:14px}.responsive-help-link{color:#757575;font-weight:600;text-decoration:none}.custom-device-layout-controls{margin-right:16px}.responsive-layout-settings .accordion{border-radius:4px;margin:16px -16px 0;overflow:hidden}.layout-settings-header+.responsive-help-text{margin-top:15px;margin-bottom:7px}.layout-settings-header+.shared-layout-settings{margin-top:0}.magic-layout-row+.inspect-generic-row{margin-top:-15px}.device-help-text{margin:0 -16px 26px}.responsive-settings .magic-layout-separator{margin-top:12px;margin-bottom:24px}.responsive-settings .tooltip-trigger .icon{transition:none}.layout-icon-tooltip{margin-top:4px;margin-right:-33px}.layout-option-tooltip-wrapper{background-color:#424242;margin-left:24px;padding:24px 10px 20px}.layout-option-tooltip-wrapper .layout-option-tooltip-content p{color:#fff;margin:0 22px 18px;font-size:14px;font-weight:600;line-height:16px}.layout-option-tooltip-wrapper p.layout-option-tooltip-description{color:#fff;margin-top:15px;font-size:12px;font-weight:400;line-height:14px}.layout-option-tooltip-icon{margin-left:-14px}.advanced-styles-row{flex-direction:row;gap:10px;display:flex}.responsive-settings .accordion-children-advanced-options{background-color:#00a89826;margin:16px 0 16px -32px;padding:0}.responsive-settings .accordion-children-advanced-options .accordion-title{border:none;height:0;padding:0}.responsive-settings .accordion-children-advanced-options .accordion-children{padding:13px 16px}.edit-styles-accordion{margin-top:30px}.edit-styles-accordion .accordion-title{justify-content:center}.edit-styles-accordion .accordion-children{margin:0 -8px;padding:10px 0 0}.edit-styles-accordion-children-wrapper{background:#f1f1f1;border-radius:4px;padding:12px 24px}.edit-styles-accordion.edit-styles-accordion-spaced{margin-top:35px}.edit-styles-accordion--new .accordion-title{margin:0 -16px}.edit-styles-accordion--new .accordion-title .btn{justify-content:start;gap:11px}.edit-styles-accordion--new .accordion-title .btn :last-child{margin-left:auto}.edit-styles-accordion--new .accordion-title .edit-styles-accordion-title{width:100%}.edit-styles-accordion--new .accordion-title .edit-styles-accordion-title:hover .btn:not(.btn-focussed){color:#a82058;background-color:#a820581a;border-color:#a82058}.edit-styles-accordion--new .accordion-title .edit-styles-accordion-title:hover .btn:not(.btn-focussed) .icon{fill:#a82058;background-color:#a82058}.edit-styles-accordion--new.accordion-expanded .accordion-title .btn{border-radius:4px 4px 0 0}.edit-styles-accordion--new .accordion-children{margin:0 -8px;padding:0}.edit-styles-accordion--new .toggle-button-block{margin-top:16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper{background:#fff;border:1px solid #a82058;border-radius:0 0 4px 4px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.default-color-control{gap:8px;display:grid}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.default-color-control .color-dropdown__wrapper{margin-top:16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.default-color-control .color-dropdown__wrapper label,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .color-dropdown__wrapper label{margin-left:0}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .color-dropdown{margin-top:0}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.border-control .inspect-generic-row-body .color-dropdown-inner-wrapper,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.default-shadow-control .inspect-generic-row-body .color-dropdown-inner-wrapper{width:121px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.border-control .inspect-generic-row-body .color-dropdown-inner-wrapper .color-dropdown-title,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.default-shadow-control .inspect-generic-row-body .color-dropdown-inner-wrapper .color-dropdown-title{white-space:nowrap;text-overflow:ellipsis;width:80px;overflow:hidden}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row .inspect-generic-row-body .color-dropdown__wrapper label{margin-left:16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.border-control .inspect-generic-row-body .color-dropdown{height:44px;margin:0}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.border-control .inspect-generic-row-body .color-dropdown .color-dropdown-inner-wrapper{padding:10px 12px 10px 16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-image-control .image-control{margin:0 -16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-image-control .image-control .image-input-wrapper,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-image-control .image-control .image-input{width:100%}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-color-control .color-dropdown__wrapper,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-control .color-dropdown__wrapper{margin-top:16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-color-control .color-dropdown__wrapper .color-dropdown,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-control .color-dropdown__wrapper .color-dropdown{margin-top:0}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-color-control .color-dropdown__wrapper label,.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.background-control .color-dropdown__wrapper label{margin-bottom:6px;margin-left:0}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row.border-control .inspect-generic-row-body .border-control-grid .library-inspect-menu-control p{margin:0 0 5px 16px}.edit-styles-accordion--new .edit-styles-accordion-children-wrapper .inspect-generic-row .border-control-grid .inspect-generic-row-body .text-control label{margin-bottom:5px}.implicit-params h5{margin:0 0 6px;font-weight:400}.implicit-params-item{background-color:#f1f1f1;border-radius:6px;flex-direction:column;justify-content:center;min-height:44px;margin:6px -16px 0;padding:12px 16px;display:flex}.implicit-params-item-name{font-size:14px}.implicit-params-item-name+p{margin-top:4px}.implicit-params-item-partial{color:#bbb;background:0 0;border:1px dashed #e0e0e0;padding:11px 15px}.implicit-params .empty-state{border:1px dashed #eee;border-radius:6px;margin:0 -16px;padding:16px}.implicit-params .empty-state h5{margin:0 0 4px;font-size:14px}.implicit-params .empty-state p{margin-bottom:8px;font-size:12px}.multi-menu-link-from-source .implicit-params-item{background-color:#fff;flex-direction:row;margin:0 0 10px;padding:10px 16px}.multi-menu-link-from-source .implicit-item-type-subtitle,.multi-menu-link-from-source .implicit-params-item-name{margin-left:10px}.multi-menu-link-from-source .implicit-params-item-partial{opacity:.6;color:#9a9595}.multi-menu-link-from-source .implicit-item-icon{margin-left:265px;position:absolute}.multi-menu-link-from-source .implicit-params-missing-link{flex-direction:row;align-items:center;margin-top:20px;display:flex}.implicit-item-form-item-header{flex-direction:column;flex:1;justify-content:center;min-height:24px;display:flex}.multi-menu-link-from-source .implicit-params-description{flex-direction:row;align-items:center;display:flex}.filter-options{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:8px;padding:4px 10px 10px}.filter-options-header{flex-direction:row;justify-content:space-between;align-items:center;padding-left:6px;display:flex}.filter-options.conditional .filter-options-header{margin-bottom:6px}.inputs-empty-state{opacity:.6;justify-content:center;margin-top:17px;margin-bottom:10px;display:flex}.relative{position:relative}.absolute{position:absolute}.right-4{right:16px}.top-2{top:8px}.color-yellow{color:#ffad00}.bg-gray{background-color:#f5f5f5}.pl-1{padding-left:4px}.uppercase{text-transform:uppercase}.f-10{font-size:10px}.pointer{cursor:pointer}.action-item-fields{margin-top:20px}.action-item-field-item{flex-direction:row;margin:7px 0 7px -5px;padding-right:25px;display:flex;position:relative}.action-item-field-item:last-child{margin-bottom:0}.action-item-field-item>div{flex:1;margin:0 5px}.action-item-field-item>label{text-align:center;flex:1;display:block}.action-item-field-item .delete-icon{margin-top:-12px;position:absolute;top:50%;right:0}.multi-menu-label{justify-content:flex-start;align-items:center;display:flex}.multi-menu-label .icon{margin-right:4px}.conditional-actions-wrapper>*{margin-bottom:8px}.conditional-actions-wrapper>:last-child{margin-bottom:0}.conditional-actions-wrapper>p{margin-left:12px}.conditional-actions-wrapper>div:not(.filter-options-items){height:44px}.conditional-actions-wrapper>div.multi-select-menu .multi-menu-trigger-element{height:inherit}.conditional-actions-wrapper>div.multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection{height:inherit;box-shadow:unset;justify-content:flex-start;align-items:center;display:flex}.conditional-actions-wrapper>div.multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-expand-icon:before{right:26px}.conditional-actions-wrapper>div.selectable-input{box-shadow:unset}.conditional-actions-wrapper>div.selectable-input .selectable-input-value{padding:10px 12px}.conditional-actions-wrapper>div.selectable-input .selectable-input-value .selectable-input-input{padding-left:0}.conditional-actions-wrapper>div.selectable-input .selectable-input-value .selectable-input-selected-value{background-color:#ef4c30;margin-left:0}.conditional-actions-wrapper>div.selectable-input .selectable-input-menu-trigger{right:26px}.conditional-actions-wrapper>div.selectable-input .selectable-input-menu-trigger .icon{width:12px;height:12px}.multi-menu-link-from-source{margin-top:30px!important}.layer-expand-icon{transition:transform .2s;transform:rotate(-90deg)}.layer-item.selected>.layer-info .layer-expand-icon{background:#fff}.layer-item.expanded>.layer-info .layer-expand-icon{transform:rotate(0)}.layer-item.component-layer>.layer-info .layer-expand-button{left:-28px}.layers-drag-items{z-index:100000;opacity:.6;pointer-events:none;background:#f5f5f5;width:260px;position:fixed}.layers-drag-items .icon-button-wrapper{display:none}.drop-target{position:absolute}.drop-target.before,.drop-target.after{background:#00a898;border-radius:2px;height:3px;margin-top:-1px;left:24px;right:-16px}.drop-target.before{top:-1px}.drop-target.after{top:100%}.drop-target.inside{border:2px solid #00a898;position:absolute;inset:-2px -16px -2px 24px}.layer-item{margin:0 -16px;position:relative}.layer-item .layer-info{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.layer-item .layer-info>*{margin-right:8px}.layer-item .layer-info>:last-child{margin-right:0}.layer-item .layer-info .layer-no-expand{width:32px;max-width:32px;height:32px;max-height:32px;padding:4px}.layer-item .layer-info .layer-info-sub{background-color:#f5f5f5;border-radius:6px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;min-height:50px;padding:12px 16px;display:flex}.layer-item .layer-info .layer-info-sub:active,.layer-item .layer-info .layer-info-sub:hover{cursor:pointer;opacity:1;background-color:#eee}.layer-item .layer-info .layer-info-sub:active .icon-button-wrapper,.layer-item .layer-info .layer-info-sub:hover .icon-button-wrapper{opacity:1}.layer-item .layer-info .layer-info-sub.magicHidden{opacity:.5}.layer-item .layer-info .layer-info-sub.magicHidden .icon-button-wrapper:hover{opacity:1;background-color:#00a8981a}.layer-item .layer-info .layer-info-sub.magicHidden .icon-button-wrapper:hover .icon:hover{background-color:#00a898}.layer-item .layer-info .layer-info-sub.hidden{opacity:.5}.layer-item .layer-info .layer-info-sub.hidden .icon-button-wrapper{opacity:1}.layer-item .layer-info .layer-info-sub .layer-label{flex-direction:column;flex:1;display:flex}.layer-item .layer-info .layer-info-sub .layer-label .layer-label-title,.layer-item .layer-info .layer-info-sub .layer-label .layer-label-subtitle{flex:1;display:block}.layer-item .layer-info .layer-info-sub .layer-label .layer-label-title{font-size:14px;font-weight:500}.layer-item .layer-info .layer-info-sub .layer-label .layer-label-subtitle{color:#757575;font-size:12px}.layer-item.expanded>.layer-info .layer-info-sub{background-color:#eee}.layer-item.expanded .layer-item-children{margin-left:20px;padding-top:8px}.layer-item.expanded .layer-item-children>*{margin-bottom:8px}.layer-item.expanded .layer-item-children>:last-child{margin-bottom:0}.layer-item.expanded .layer-item-children .layer-item{margin-top:0;margin-left:0;margin-right:0}.layer-item-unlicensed .layer-info .layer-info-sub{border:2px solid #e52222}.panel-item.layer-item{width:calc(100% + 32px);min-height:40px;margin:0 -16px}.panel-item.layer-item .panel-item-header{border-radius:6px;min-height:40px;margin-left:4px;padding:8px 16px}.layer-items{padding:16px 0;margin:-16px 0 -8px!important}.layer-items>*{margin-bottom:8px}.layer-items>:last-child{margin-bottom:0}.text-align-control{flex-direction:row;justify-content:flex-start;margin-right:-8px;display:flex}.text-align-control .text-align-item{cursor:pointer;border-radius:4px;margin:-4px 2px -4px 0;padding:1px 2px 0;display:block}.text-align-control .text-align-item.selected{background:#ddd}.text-align-control .text-align-item .icon{background:#9a9a9a}.text-align-control .text-align-item:hover .icon{background:#666}.text-align-control .text-align-item.selected .icon{background:#444}.option-control{flex-direction:row;justify-content:flex-start;margin:10px 0;display:flex}.option-control-option{cursor:pointer;color:#8a8a8a;border-radius:20px;margin-right:4px;padding:4px 8px;font-size:11px}.option-control-option-selected{color:#fff;background:#888}.select-control{text-align:left}.select-control.with-title{flex-direction:column;gap:5px;display:flex}.select-control .multi-select-menu-selection{background:#f3f3f3;padding-left:8px;padding-right:8px}.select-control .multi-menu{background:#f3f3f3}.select-control__title{color:#333;margin-left:16px;font-family:Work Sans;font-size:12px;font-style:normal;line-height:normal}.list-type-control{flex-direction:row;display:flex}.list-type-option{cursor:pointer;color:#8a8a8a;border:1px solid #0000;border-radius:6px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:10px 0 6px;font-size:10px;display:flex}.list-type-option .icon{background:#8a8a8a;margin-bottom:4px}.list-type-option+.list-type-option{margin-left:5px}.list-type-option:hover{border-color:#f1f1f1}.list-type-option.list-type-option-selected{color:#00a898;border-color:#00a898}.list-type-option.list-type-option-selected .icon{background:#00a898}.slider{height:24px;position:relative}.slider-track{border-bottom:1px solid #0006;height:0;position:absolute;top:50%;left:0;right:0}.slider-knob{cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;margin-left:-8px;position:absolute;top:4px;box-shadow:0 0 0 .5px #0003,0 2px 4px #0000001a}.slider-knob:hover{box-shadow:0 0 0 .5px #0003,0 3px 6px #00000026}.slider--disabled{opacity:.5;pointer-events:none}.library-color-control{margin-top:15px}.library-color-control--labeled{margin-top:0}.gradient-control-wrapper{border:1px solid #f1f1f1;border-radius:6px;margin:16px -16px 0;padding:16px 32px}.gradient-control-wrapper>.inspect-generic-row:first-child{margin-top:0}.gradient-color-stops .library-color-control{margin-top:0;margin-bottom:0}.gradient-color-stops .library-color-control+.library-color-control{margin-top:8px}.gradient-angle-row{flex-direction:row;align-items:center;margin-top:16px;display:flex}.gradient-angle-row .gradient-angle-label{white-space:nowrap;margin-right:12px;font-size:14px}.gradient-angle-row .slider{flex:1}.gradient-angle-row .gradient-angle-input{width:48px;margin-left:12px}.gradient-angle-row .gradient-angle-input .text-control{height:32px}.gradient-angle-row .gradient-angle-input .text-control input{text-align:center;border-radius:6px;height:32px;padding:0 8px;font-size:13px}.gradient-angle-row .gradient-angle-input .text-control input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gradient-angle-row .gradient-angle-input .text-control input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gradient-angle-row .gradient-angle-input .text-control input[type=number]{appearance:textfield}.gradient-hint-text{color:#777;margin:4px 0 0;font-size:11px}.gradient-hint-link{font:inherit;color:#00a898;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.gradient-hint-link:hover{text-decoration:underline}.table-component-data-styles-control.single-column .inspect-generic-row-body{grid-template-columns:1fr}.table-component-data-styles-control .inspect-generic-row-body{grid-template-columns:repeat(2,1fr);align-items:center;gap:8px;height:fit-content;margin:5px -16px 0;display:grid}.table-component-data-styles-control .inspect-generic-row-body .color-dropdown__wrapper{flex:1}.table-component-data-styles-control .inspect-generic-row-body .color-dropdown{height:44px;margin:0}.table-component-data-styles-control .inspect-generic-row-body .color-dropdown .color-dropdown-title{white-space:nowrap;text-overflow:ellipsis;width:80px;overflow:hidden}.floating-accordion{z-index:100;background-color:#fff;border-radius:4px;width:100%;max-width:calc(100% - 32px);margin:8px 0 0 -16px;display:flex;position:absolute;box-shadow:0 3px 15px #0000001a,0 10px 30px -2px #00000026}.floating-accordion>div{width:100%}.floating-accordion .accordion-title{display:none}.floating-accordion .accordion-children{width:100%;padding:0}.floating-accordion-children-wrapper{border-radius:4px;padding:0 24px 24px}.font-picker-wrapper>*{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.font-picker-change-fonts{white-space:nowrap;color:#a82058;align-items:center;font-weight:600;display:flex}.font-picker-change-fonts .icon{margin-right:8px}.color-picker-wrapper{background:#fafafa;border:1px solid #ddd;border-radius:5px;min-width:40px;height:24px;padding:3px;display:flex;position:relative}.color-picker-wrapper.single{max-width:80px}.color-picker-swatch{cursor:pointer;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='12px'%20viewBox='0%200%2012%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3echeckerboard%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3crect%20id='path-1'%20x='0'%20y='0'%20width='12'%20height='12'%3e%3c/rect%3e%3crect%20id='path-2'%20x='0'%20y='0'%20width='6'%20height='6'%3e%3c/rect%3e%3crect%20id='path-3'%20x='6'%20y='6'%20width='6'%20height='6'%3e%3c/rect%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Artboard'%20transform='translate(-38.000000,%20-45.000000)'%3e%3cg%20id='checkerboard'%20transform='translate(38.000000,%2045.000000)'%3e%3cg%20id='Rectangle'%3e%3cuse%20fill='%23FFFFFF'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='0.5'%20y='0.5'%20width='11'%20height='11'%3e%3c/rect%3e%3c/g%3e%3cg%20id='Rectangle'%3e%3cuse%20fill='%23F2F2F2'%20fill-rule='evenodd'%20xlink:href='%23path-2'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='0.5'%20y='0.5'%20width='5'%20height='5'%3e%3c/rect%3e%3c/g%3e%3cg%20id='Rectangle-Copy'%3e%3cuse%20fill='%23F2F2F2'%20fill-rule='evenodd'%20xlink:href='%23path-3'%3e%3c/use%3e%3crect%20stroke-opacity='0'%20stroke='%23979797'%20stroke-width='1'%20x='6.5'%20y='6.5'%20width='5'%20height='5'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 5px 5px;border-radius:2px;flex:1;display:flex}.color-picker-swatch-sub{border-radius:2px;flex:1}.color-picker{z-index:100004;background:#fff;border-radius:3px;margin-top:5px;position:fixed;box-shadow:0 0 0 1px #00000026,0 8px 16px #00000026}.color-picker>.sketch-picker{box-shadow:none!important}.color-picker-close{z-index:100003;position:fixed;inset:0}.color-picker-wrapper.disabled{opacity:.5;pointer-events:none}.color-picker input{width:100%!important}.entity-text-control{border:1px solid #e0e0e0;border-radius:6px;margin:6px -16px 0;padding:0 16px;overflow:hidden}.entity-text-control-wrapper{margin-bottom:12px}.entity-text-control-options{border-top:1px solid #e0e0e0;justify-content:flex-start;align-items:center;margin:0 -16px;padding:4px;display:flex}.entity-text-control-options>*{margin-right:4px}.entity-text-control-options>:nth-child(2){flex:1;margin-right:0}.entity-text-control-options .entity-text-control-trigger{border-radius:6px}.entity-text-control-options .entity-text-control-trigger.expanded{background-color:#ef4c301a}.entity-text-control-edit-styles{flex:1;grid-template-columns:24px 1fr;grid-auto-flow:column;gap:8px;width:100%;display:inline-grid}.entity-text-control-edit-styles-open .icon-button-wrapper{background-color:#a820581a}.entity-text-control-edit-styles-divider{border-left:1px solid #e0e0e0;width:1px;max-height:16px}.entity-text-control-edit-styles-items{grid-auto-columns:minmax(29px,max-content);grid-auto-flow:column;align-items:center;gap:4px;display:inline-grid}.entity-text-control-edit-styles-items :first-child .entity-text-control-edit-styles-divider{opacity:0}.entity-text-control-edit-styles-item{grid-template-columns:1px auto;grid-auto-flow:column;align-items:center;gap:4px;height:100%;max-height:24px;font-weight:500;display:grid}.entity-text-control-edit-styles-item .tooltip-trigger>*{border-radius:6px;overflow:hidden}.entity-text-control-edit-styles-item .tooltip-trigger>:hover{background-color:#eee}.entity-text-control-edit-styles-item .tooltip-trigger>* .icon{background-color:#333}.entity-text-control-edit-styles-item>* :not(.entity-text-control-edit-styles-divider){width:100%}.entity-text-control-edit-styles-item>*{height:100%;font-size:10px;overflow:hidden}.entity-text-control-edit-styles-item>* .multi-menu-trigger{height:100%}.entity-text-control-edit-styles-item>* .multi-menu-trigger-element{white-space:nowrap;text-overflow:ellipsis;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.entity-text-control-edit-styles-item>* .multi-menu-trigger-element .icon{width:12px;height:12px;-webkit-mask-size:contain;mask-size:contain}.entity-text-control-edit-styles-item>* .multi-menu-trigger-element span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.entity-text-control-edit-styles .font-picker-wrapper .multi-menu-trigger-element,.entity-text-control-edit-styles .text-weight-picker-wrapper .multi-menu-trigger-element{padding:6px 8px}.entity-text-control-edit-styles .font-picker-wrapper{max-width:fit-content}.entity-text-control-edit-styles .text-weight-picker-wrapper{max-width:68px}.entity-text-control-edit-styles .color-picker-wrapper{background:unset;border:unset;width:100%;min-width:unset;justify-content:center;align-items:center;padding:0;display:flex}.entity-text-control-edit-styles .color-picker-wrapper .color-picker-swatch{max-width:16px;height:16px;display:inline}.entity-text-control-edit-styles .color-picker-wrapper .color-picker-swatch-sub{border:1px solid #e0e0e0;width:16px;height:16px}.entity-text-control-edit-styles .text-control{max-width:24px;height:24px}.entity-text-control-edit-styles .text-control-sub{height:inherit;width:inherit;flex-wrap:wrap;display:flex}.entity-text-control-edit-styles .text-control-sub input{height:inherit;text-align:center;border:unset;border-radius:unset;background:0 0;width:100%;padding:0;font-size:10px;line-height:100%}.entity-text-control .bindable-text-control-header{display:none}.entity-text-control .bindable-text-control>.entity-textarea{border-radius:unset;background-color:#f5f5f5;padding:16px 14px!important}.entity-text-control-tooltip{margin-top:8px}.library-inspect-boolean-binding{color:#fff;flex:unset;background:#00a898;border-radius:4px;flex-direction:row;align-items:center;padding:2px 4px 2px 10px;display:flex}.library-inspect-boolean-binding .icon{cursor:pointer;background:#fff}.library-inspect-boolean-add-binding{color:#8a8a8a;margin-left:10px}.boolean-control-boxed{background-color:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:16px;display:flex}.boolean-control-boxed:hover,.boolean-control-boxed>*{cursor:pointer}.material-icon-menu{border-bottom:2px solid #0000001a;position:relative}.material-icon-menu-value{cursor:pointer;flex-direction:row;align-items:center;display:flex}.material-icon-menu-title{flex-direction:row;flex:1;align-items:center;padding:5px 0;display:flex}.material-icon-menu-title i{margin-right:10px}.material-icon-menu-placeholder{color:#8a8a8a;flex:1;height:34px;font-style:italic;line-height:34px}.material-icon-menu-options{z-index:200000;background:#fff;border-radius:8px;margin-top:8px;position:absolute;top:100%;right:0;box-shadow:0 6px 12px #0000001a,0 0 0 1px #0000000d}.material-icon-menu-clear .icon,.material-icon-menu-expand{background:#8a8a8a}.material-icon-menu-clear:hover .icon,.material-icon-menu-expand:hover{background:#666}.material-icon-menu-clear .icon{-webkit-mask-size:12px 12px;mask-size:12px 12px}.material-icon-menu-search{align-items:center;gap:10px;margin-top:15px;padding:5px 20px;display:flex}.material-icon-menu-search input{font:inherit;border:none;border-bottom:2px solid #ddd;outline:none;width:100%;padding:5px 0}.material-icon-menu-search-button{color:#fff;cursor:pointer;background:#00a898;border:none;border-radius:4px;padding:2px 10px;font-size:22px;transition:background-color .2s}.material-icon-menu-search-button:hover{background:#007b69}.material-icon-menu-options-sub{flex-flow:wrap;width:288px;max-height:400px;padding:16px;display:flex;overflow-y:auto}.material-icon-menu-option{cursor:pointer;border-radius:2px;width:32px;padding:4px;display:flex;overflow:hidden}.material-icon-menu-option:hover{background:#ddd}.material-icon-menu-backdrop{z-index:200000;position:fixed;inset:0}.accordion-boxed .material-icon-menu-options-sub{max-height:140px}.accordion-boxed .material-icon-menu-value{margin-top:6px}.select-icon-option{flex-direction:row;align-items:center;display:flex}.select-icon-option-label{flex:1}.select-icon-option .icon{margin-right:10px}.library-image-control .wrapped-select{height:44px;box-shadow:none;background:#f1f1f1;margin:10px -16px 0}.image-control-dynamic-image-option .icon,.file-control-dynamic-file-option .icon{background:#ef4c30}.library-file-control .wrapped-select{height:44px;box-shadow:none;background:#f1f1f1;margin:10px -16px 0}.image-file-dynamic-file-option .icon{background:#ef4c30}.library-video-control .wrapped-select{height:44px;box-shadow:none;background:#f1f1f1;margin:10px -16px 0}.library-video-control p.hint-text{margin-top:10px}.inspect-query-param-filters{margin:0 -16px}.inspect-query-param-filters .data-accordion-item:last-of-type{margin-bottom:0}.inspect-query-param-filters .inspect-query-param-filters-title{margin:0 16px 5px}#data-menu-options .advanced-options{margin-top:15px}.advanced-options{margin-left:-32px;margin-right:-32px}.advanced-options .accordion-title{color:#757575;text-transform:uppercase;justify-content:center;padding:8px;font-weight:500;transition:background-color .2s}.advanced-options .accordion-title:hover{background-color:#eee}.advanced-options .accordion-children{background-color:#f5f5f5;padding:16px}.advanced-options .accordion-children>*{margin-bottom:15px}.advanced-options .accordion-children>:last-child{margin-bottom:0}.advanced-options .accordion-children .inspect-generic-row{background-color:#fff;border-radius:4px;padding:8px 12px}.advanced-options .accordion-children .inspect-generic-row .single-number-control input{border:none}.advanced-options .accordion-children .inspect-generic-row-title{color:#8a8a8a;margin-left:6px;font-size:12px}.advanced-options.accordion-expanded .accordion-title{background-color:#eee}.advanced-options.accordion-expanded .accordion-title:hover{background-color:#e0e0e0}.predictions-container{z-index:100000;background:#fff;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;width:468px;margin-top:-3px;position:absolute;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.predictions-container__body{overflow-y:scroll}.predictions-container__prediction{text-align:left;background-color:#fff;border:none;align-items:center;width:100%;padding:0 15px;display:flex}.predictions-container__prediction:hover{cursor:pointer}.predictions-container__icon{color:#d3d3d3;margin-right:10px}.predictions-container__title-container{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.predictions-container__title{font-size:14px}.predictions-container__title--primary{color:#424242;font-weight:500}.predictions-container__title--secondary{color:gray;font-weight:400}.predictions-container__footer{justify-content:flex-end;align-items:center;height:40px;padding-right:10px;display:flex}.autocomplete-input__input-container{border:1px solid #e0e0e0;border-radius:6px;align-items:center;width:100%;height:60px;margin-bottom:3px;padding:16px;font-size:14px;display:flex}.autocomplete-input__input-container--elevated{border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.autocomplete-input__input-container--disabled,.autocomplete-input__input-container--disabled .autocomplete-input__input{background:#f2f2f2}.autocomplete-input__input-container--invalid{border-color:#f44}.autocomplete-input__input-container--panel{width:auto;margin:5px -16px}.autocomplete-input__input{resize:none;font:inherit;border:none;outline:none;flex-grow:1;height:100%}.table-columns .accordion-children-advanced-options+.accordion-boxed-done .btn.btn-text{color:#333}.table-columns .accordion-children-advanced-options+.accordion-boxed-done .btn.btn-text:hover{background-color:#0000}.table-columns .accordion-children-advanced-options .accordion-children{width:unset;background-color:#00a8981a;margin:16px -16px 0;padding:16px}.inspect-panel-row{border-radius:4px;flex-direction:row;align-items:center;margin-left:-10px;margin-right:-10px;padding:5px 10px;display:flex}.inspect-panel-row+.inspect-panel-row{margin-top:5px}.inspect-panel-row-title{white-space:nowrap;text-overflow:ellipsis;width:110px;overflow:hidden}.inspect-panel-row-labeled{padding-bottom:0}.inspect-panel-row-labeled .inspect-panel-row-title{padding-bottom:14px}.inspect-panel-row-body{flex:1;display:flex;position:relative}.inspect-panel-row-body>*{flex:1;margin-left:12px}.inspect-panel-row-body>:first-child{margin-left:0}.inspect-panel-row-body>.boolean-control:not(.boolean-control-standalone){height:100%;position:absolute;left:-20px}.inspect-panel-row-body>.boolean-control:not(.boolean-control-standalone)+*{margin-left:0}.inspect-panel-row-body .text-control{width:100%}.inspect-row-columns{flex-direction:row;align-items:center;display:flex}.inspect-row-column{width:50%;padding:0 8px 0 0}.inspect-row-column+.inspect-row-column{padding:0 0 0 8px}.text-control-sub{position:relative}.text-control-sub .input-container{width:100%;height:100%}.text-control .input-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.text-control .input-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.text-control .input-container input[type=number]{appearance:textfield}.text-control-sub .input-container.disabled{opacity:.5;pointer-events:none;caret-color:#0000}.text-control-sub .input-container.dirty input{border-color:#00a898}.text-control-sub .toggle{background-color:#fff;border-left:1px solid #00000012;border-top-right-radius:6px;border-bottom-right-radius:6px;flex-direction:column;width:32px;padding:7px;display:flex;position:absolute;top:1px;bottom:1px;right:1px}.text-control .incrementer{opacity:0;background:#fff;border-left:1px solid #00000012;border-top-right-radius:3px;border-bottom-right-radius:3px;flex-direction:column;width:14px;display:flex;position:absolute;top:1px;bottom:1px;right:1px}.text-control .incrementer.hasToggle{right:31px}.text-control-gray .incrementer{background:#e5e5e5;transition:opacity .2s}.text-control:hover .incrementer{opacity:1}.text-control .incrementer-btn{opacity:.5;cursor:pointer;flex:1;padding-right:2px;display:flex}.text-control .incrementer-btn:first-child{padding-top:4px}.text-control .incrementer-btn:last-child{padding-bottom:4px}.text-control .incrementer-btn .icon{flex:1;width:auto;height:auto}.text-control .incrementer-btn:hover{opacity:.8}.text-control .incrementer-btn:active{background:#0000000d}.text-control input,.text-control label,.inspect-panel-row-body label{width:100%;display:block}.text-control input{font:inherit;text-align:left;background:#fff;border:1px solid #ddd;border-radius:4px;outline:none;height:26px;padding:3px 6px}.text-control-gray input{background:#f1f1f1;border:none;transition:background .2s}.text-control-gray:hover input,.text-control-gray input:focus{background:#e5e5e5}.text-control input:focus{border-color:#bbb}.text-control label,.inspect-panel-row-body label{text-align:center;margin-top:2px;font-size:10px;line-height:14px}.text-control.text-control-variant-slim,.text-control.text-control-variant-slim input{width:81px;height:37px;font-size:12px}.text-control.text-control-variant-advanced input{border-radius:4px 0 0 4px}.text-control.text-control-font-size-small input{font-size:12px}.text-control-click-action{cursor:pointer}.text-control-click-action .text-control-sub .input-container.disabled{pointer-events:auto}.text-control-click-action .text-control-sub .input-container.disabled input{cursor:pointer}.inspect-panel-bind-wrapper{width:24px;margin-left:15px;display:none}.inspect-panel-row-bind{cursor:pointer;border-radius:12px;width:24px;height:24px;display:block}.inspect-panel-row-bind .icon{opacity:.5;background:#444}.inspect-panel-row-bind:hover{background:#00000008}.inspect-panel-row-bind.bound{background:#fff;box-shadow:0 2px 4px #0000001a,0 0 0 .5px #0000001a}.convert-object-type{margin-right:-6px}.single-number-control.with-title{flex-direction:column;gap:5px;display:flex}.single-number-control-label{text-align:center;font-size:10px;display:block}.single-number-control__title{color:#333;text-wrap:nowrap;margin-left:14px;font-family:Work Sans;font-size:12px;font-style:normal;line-height:normal}.boolean-control{flex-direction:row;flex:none;align-items:center;display:flex}.inspect-panel-row-labeled .boolean-control{flex-direction:row;align-items:center;padding-bottom:14px;display:flex}.border-control-split{flex-direction:row;align-items:center;margin:16px -16px 0;display:flex}.border-control-split--grid{grid-template-columns:repeat(3,1fr);display:grid}.border-control-split--grid .color-dropdown-inner-wrapper{height:44px}.border-control-split--grid .color-dropdown{margin-top:0}.border-control-split>*{flex:1;min-height:50px}.border-control-split>*+*{margin-left:15px}.background-control .color-dropdown .color-dropdown-inner-wrapper,.border-control .color-dropdown .color-dropdown-inner-wrapper{padding-top:15px;padding-bottom:15px}.background-control .color-dropdown-title,.border-control .color-dropdown-title{line-height:20px}.new-image-control .multi-select-menu,.default-date-control .multi-select-menu,.input-type-control .multi-select-menu,.border-control .multi-select-menu{height:44px}.new-image-control .multi-select-menu .multi-select-menu-selection,.default-date-control .multi-select-menu .multi-select-menu-selection,.input-type-control .multi-select-menu .multi-select-menu-selection,.border-control .multi-select-menu-selection{background:#f1f1f1;transition:background .2s;box-shadow:unset!important}.new-image-control .multi-select-menu-selection:hover,.default-date-control .multi-select-menu-selection:hover,.input-type-control .multi-select-menu-selection:hover,.border-control .multi-select-menu-selection:hover{background:#e5e5e5!important}.new-image-control .expanded .multi-select-menu-selection,.default-select-control .expanded .multi-select-menu-selection,.shared-layout-settings .multi-select-menu-selection:hover{background:#fff!important}.new-image-control .multi-select-menu-selection,.default-date-control .multi-select-menu-selection,.input-type-control .multi-select-menu-selection,.border-control .multi-select-menu-selection{padding-left:16px;line-height:24px}.radius-control .inspect-generic-row-body{align-items:center;margin:5px -16px 0;display:flex}.layout-section-props .inspect-generic-row-body .color-dropdown{margin-top:0}.default-shadow-control .inspect-generic-row-body{justify-content:space-between;gap:8px;margin:5px -16px 0;display:flex}.default-shadow-control .inspect-generic-row-body .text-control label{margin-top:0;margin-bottom:5px}.default-shadow-control .inspect-generic-row-body .text-control input{text-align:center;width:50px;padding:0}.default-shadow-control .inspect-generic-row-body .color-dropdown{height:44px;margin:0}.default-shadow-control .inspect-generic-row-body .color-dropdown .color-dropdown-title{white-space:nowrap;text-overflow:ellipsis;width:100px;overflow:hidden}.default-font-control .inspect-generic-row-body{grid-template-columns:repeat(2,1fr);align-items:center;gap:8px;height:fit-content;margin:5px -16px 0;display:grid}.default-font-control .inspect-generic-row-body .library-inspect-menu-control{flex:1;margin:0}.default-font-control .inspect-generic-row-body .library-inspect-menu-control p{margin:0 0 5px 16px}.default-font-control .inspect-generic-row-body .library-inspect-menu-control .multi-select-menu{flex:1;margin:0}.border-control-grid .inspect-generic-row-body{justify-content:space-between;align-items:center;gap:8px;height:fit-content;margin:5px -16px 0;display:flex}.border-control-grid .inspect-generic-row-body .library-inspect-menu-control{flex:1;margin:0}.border-control-grid .inspect-generic-row-body .library-inspect-menu-control .multi-select-menu{margin:0}.border-control-grid .inspect-generic-row-body .library-inspect-menu-control .multi-select-menu .multi-select-menu-value{text-overflow:unset}.border-control-grid .inspect-generic-row-body .text-control{text-align:center;width:50px;height:100%;padding:0}.border-control-grid .inspect-generic-row-body .text-control label{font-size:12px}.default-font-control .inspect-generic-row-body .text-control{height:fit-content}.default-font-control .inspect-generic-row-body .text-control label{text-align:left;margin:0 0 5px 16px;font-size:12px}.default-font-control .inspect-generic-row-body .color-dropdown__wrapper{flex:1}.default-font-control .inspect-generic-row-body .color-dropdown{height:44px;margin:0}.default-font-control .inspect-generic-row-body .color-dropdown .color-dropdown-title{white-space:nowrap;text-overflow:ellipsis;width:80px;overflow:hidden}.default-size-control .inspect-generic-row-body{grid-template-columns:repeat(2,1fr);align-items:center;gap:8px;height:fit-content;margin:5px -16px 0;display:grid}.default-size-control .inspect-generic-row-body .text-control{height:fit-content}.default-size-control .inspect-generic-row-body .text-control label{text-align:left;margin:0 0 5px 16px;font-size:12px}.default-padding-control .inspect-generic-row-body{margin:6px -16px 0}.radius-control__background{background-color:#efefef;border-radius:4px;flex:1;padding:10px 4px}.radius-control__background .slider .slider-track{background-color:#dedede}.radius-control .slider{flex:1;margin:0 16px}.radius-control .slider-knob{background-color:#fff;width:20px;height:20px;top:2px}.radius-control .slider-track{background-color:#ebebeb;border-bottom:none;border-radius:3px;height:6px;top:calc(50% - 3px)}.radius-control .text-control{margin-left:8px}.radius-control .text-control input{text-align:center;padding:0!important}.radius-control:not(.independent) .text-control input{width:50px}.radius-control.independent{flex-direction:column;gap:9px;display:flex}.radius-control.independent .inspect-generic-row-title{font-size:14px}.radius-control-advanced-menu.disabled{pointer-events:none;opacity:.5}.radius-control-advanced-menu .icon-button-wrapper{background-color:#f1f1f1;border-radius:0 6px 6px 0;justify-content:center;align-items:center;width:27px;height:44px;max-height:44px;margin-left:3px;display:flex}.radius-control-advanced-menu .icon-button-wrapper:hover{background-color:#e7e7e7}.radius-control.independent>.inspect-generic-row-body{flex-direction:column;grid-template-columns:auto auto;justify-content:space-around;gap:15px;display:grid}.radius-control.independent>.inspect-generic-row-title .icon-button-wrapper{width:32px;height:32px;padding:8px}.radius-control.independent>.inspect-generic-row-body>div{justify-content:space-around;align-items:center;width:100%;display:flex}.background-image-control .image-control{margin:0 -16px}.background-image-control .image-control .image-input-wrapper,.background-image-control .image-control .image-input{width:100%}.control-item{align-items:center;gap:10px;display:flex}.input-type-control .inspect-generic-row-body{margin:5px -16px 0}.new-image-control .image-input-wrapper,.library-image-control .image-input-wrapper,.library-video-control .image-input-wrapper{width:100%;margin:15px -16px 0}.new-image-control .image-input,.library-image-control .image-input,.library-video-control .image-input{width:calc(100% + 32px);height:300px}.new-image-control .multi-select-menu{margin:5px -16px 0}.multi-selection-control{flex-direction:column;display:flex}.multi-selection-control>.btn{margin:5px -16px 0}.multi-selection-control>.btn.btn-outlined{color:#00a998;border-color:#00a998}.multi-selection-control>.btn.btn-outlined:hover,.multi-selection-control>.btn.btn-outlined:focus{background-color:#00a9981a}.multi-selection-control>.btn .material-icons{width:24px}.multi-selection-control>.btn+.btn{margin-top:10px}.group-child-component{cursor:pointer;background-color:#f1f1f1;border-radius:6px;align-items:center;margin:0 -16px;padding:9px 16px;transition:all .2s;display:flex}.group-child-component:hover{background-color:#e5e5e5}.group-child-component>:not(.material-icons){flex:1}.group-child-component>.material-icons{font-size:18px}.group-child-component+.group-child-component{margin-top:10px}.group-child-component-type{color:#9e9e9e;font-size:11px}.group-child-component-name{color:#424242;font-size:14px}.group-child-component-unlicensed{border:2px solid #e52222}.list-control-add-wrapper{width:calc(100% + 32px);margin:5px -16px 0}.list-control-add{justify-content:left;align-items:center;padding-left:16px;display:flex;color:#00a898!important;border:none!important}.list-control-add .icon{background-color:#00a898!important}.list-control-add:hover{background-color:#e5f6f5!important}.library-inspect-settings-panel{margin-bottom:15px}.library-inspect-settings-panel-inner{border-radius:4px;margin:4px -16px 0;overflow:hidden}.library-inspect-settings-panel-frame{border:none;width:100%;display:block}.editor-add-panel-tabs+.library-inspect{margin-top:16px}.editor-add-panel-tabs+.library-inspect>.library-non-accordion-items{margin-top:32px}.library-inspect>.library-non-accordion-items{margin-top:16px}.library-inspect-accordion{margin:0 -32px;transition:all .2s;position:relative}.library-inspect-accordion>.accordion-title{padding:12px 32px;font-size:14px;transition:background .2s;position:relative}.library-inspect-accordion>div>.accordion-children,.library-inspect-accordion>div>.accordion-children-wrapper{border-bottom:1px solid #0000001a;padding:10px 32px 16px}.library-inspect-accordion>.accordion-title:hover{background:#00000008}.library-inspect-accordion>.accordion-title:active{background:#0000000f;transition:none}.library-inspect-accordion .accordion-title>.icon{margin-right:8px}.library-inspect-accordion.accordion-expanded:not(:first-child):before{content:"";border-top:1px solid #0000001a;display:block;position:absolute;top:0;left:-32px;right:-32px}.library-inspect-accordion-disabled .accordion-title{color:#8a8a8a;font-style:italic}.library-inspect-accordion-disabled .accordion-title .icon{background:#8a8a8a}.right-panel-collapsible+div>.library-inspect-accordion.accordion-expanded:first-child:before{display:none}.library-inspect-panel-row{margin-top:20px}.library-inspect-panel-row+.inspect-panel-row{margin-top:5px}.library-inspect-panel-row .inspect-panel-row-title{flex:1;width:auto}.library-inspect-panel-row .inspect-panel-row-body{flex:unset}.library-inspect-action .action-item{background:0 0;border:none;padding:0}.library-inspect-action .action-actions-list{margin-left:0;margin-right:0}.library-inspect-action .action-item-header{display:none}.library-inspect-section-title{flex-direction:row;flex:1;display:flex}.library-inspect-title-text{flex:1}.library-inspect *+.bindable-text-control,*+.library-inspect-menu-control,:not(.right-panel-header)+.library-inspect-text-control,*+.library-inspect-action,*+.library-image-control,*+.library-video-control,*+.library-table-control,*+.library-inspect-icon-row,*+.bindable-text-control,.library-inspect-menu-control+*,.library-inspect-text-control+*,.library-inspect-action+*,.library-image-control+*,.library-video-control+*,.library-table-control+*,.library-inspect-icon-row+*,.library-inspect>.bindable-text-control,.library-inspect>.library-inspect-menu-control,.library-inspect>.library-inspect-text-control,.library-inspect>.library-inspect-action,.library-inspect>.library-image-control,.library-inspect>.library-video-control,.library-inspect>.library-table-control,.library-inspect>.library-inspect-icon-row{margin-top:16px}.editor-add-panel-tabs+.library-inspect>.bindable-text-control,.editor-add-panel-tabs+.library-inspect>.library-inspect-menu-control,.editor-add-panel-tabs+.library-inspect>.library-inspect-text-control,.editor-add-panel-tabs+.library-inspect>.library-inspect-action,.editor-add-panel-tabs+.library-inspect>.library-image-control,.editor-add-panel-tabs+.library-inspect>.library-video-control,.editor-add-panel-tabs+.library-inspect>.library-table-control,.editor-add-panel-tabs+.library-inspect>.library-inspect-icon-row{margin-top:32px}.library-inspect .accordion-children.custom-list-column-tablet,.library-inspect .accordion-children.custom-list-column-desktop,.library-inspect .accordion-children-wrapper>:not(:first-child).custom-list-column-tablet,.library-inspect .accordion-children-wrapper>:not(:first-child).custom-list-column-desktop{margin-top:8px}.library-inspect-icon-row .material-icon-menu,.library-inspect-text-control-input-wrapper,.library-inspect-menu-control .multi-select-menu-selection,.library-inspect-action .empty-state .multi-menu-trigger-element{text-align:left;resize:none;background:#f1f1f1;border:none;border-radius:6px;align-items:stretch;margin:6px -16px 0;padding:5px 16px;font-size:14px;transition:all .2s}.library-inspect-menu-control .multi-select-menu-selection:hover,.library-inspect-text-control-input-wrapper:hover,.library-inspect-icon-row .material-icon-menu:hover,.library-inspect-action .empty-state .multi-menu-trigger-element:hover,.library-inspect-action .empty-state .multi-menu-trigger.expanded .multi-menu-trigger-element{background:#e5e5e5}.library-inspect-text-control-input-wrapper{padding:0}.library-inspect-text-control-input{width:100%;height:44px;font:inherit;resize:none;background:0 0;border:none;outline:none;padding:14px 16px;display:block}.library-inspect-text-control-input.disabled{color:#9e9e9e;opacity:.5}.library-inspect-action .empty-state .multi-menu-trigger-element{padding:12px 20px;line-height:20px}.library-inspect-action .empty-action-items{margin-top:10px;margin-left:-16px;margin-right:-16px}.library-inspect-action .action-item{margin-left:-16px;margin-right:-16px}.library-inspect-action .action-item-form-item{border-radius:6px}.library-inspect-action .actions-list-add-button{margin:-2px 16px 0}.action-row-header{flex-direction:row;justify-content:space-between;align-items:flex-end;display:flex}.action-row-header .icon{background-color:#555;width:18px;height:18px}.action-row-header-icons{flex-direction:row;align-items:center;gap:4px;display:flex}.click-actions-accordion{margin-top:30px;margin-bottom:16px}.click-actions-accordion.accordion-expanded{background-color:#f3f3f3;border-radius:6px;margin-left:-16px;margin-right:-16px}.click-action-header{flex-direction:row;flex:1;justify-content:space-between;align-items:center;margin-top:-8px;margin-bottom:-8px;display:flex}.click-actions-accordion.accordion-expanded .accordion-title{background-color:#eee;border-top-left-radius:6px;border-top-right-radius:6px;margin-top:-14px;padding:14px 16px}.click-action-subdivider{width:250px}.click-action-subdivider+.click-action-subdivider{width:30px;margin:0}.click-actions-option{color:#757575;text-align:center;background-color:#f5f5f5;margin-left:-32px;padding:8px 4px 10px}.instant-nav-toggle{color:#424242;text-align:left;background-color:#fff;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;margin:10px;padding:16px;font-size:14px;display:flex}.library-inspect-menu-control .multi-select-menu{height:44px;margin:5px -16px 0}.library-inspect-menu-control .multi-select-menu-selection{box-shadow:none;margin:0;padding-right:40px;line-height:34px}.library-inspect-menu-control .multi-select-menu.expanded .multi-select-menu-selection{background:#fff;border-radius:6px}.library-inspect-menu-control .library-inspect-menu-control-header{justify-content:space-between;align-items:center;display:flex}.library-inspect-menu-control .library-inspect-menu-control-header .tooltip-trigger{height:24px}.library-inspect-menu-control .multi-select-menu-expand-icon:before{right:26px;-webkit-mask-size:auto;mask-size:auto}.library-inspect-list-filters{margin-top:0}.library-inspect-list-filters a{color:#9e9e9e}.library-inspect-list-filters .filter-label{color:#616161}.library-inspect-list-filters .filter-label.logic{font-weight:500}.library-inspect-list-filters>.filter-label.logic{margin:16px 0}.library-inspect-filter-item{background:#f1f1f1;border-radius:4px;margin:8px -16px;padding:10px 16px}.library-inspect-filter-item-header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.library-inspect-filter-item-header.active-filter-item .filter-label{color:#424242}.library-inspect-filter-item .filter-options{background:0 0;border:none;padding:0}.library-inspect-filter-item-delete{cursor:pointer;background:#9e9e9e;transition:background-color .2s}.library-inspect-filter-item-delete:hover{background:#7f7f7f}.library-inspect-list-filters .selectable-input-input{padding-left:8px}.library-inspect-list-filters-add{margin:4px -16px 0;display:block}.library-inspect-list-filters-add.btn-fits-parent-width{margin:4px 0}.library-inspect-list-filters-add .btn-big-margin-top{margin-top:8px}.library-inspect-filter-item .library-inspect-list-filters-add{margin:0;display:block}.library-inspect-error{flex-direction:column;margin-top:16px;margin-right:8px;display:flex}.library-inspect-error h2{text-align:left;color:#424242;font-size:14px;font-weight:400}.library-inspect-error button{margin-top:8px}.library-contact-box{margin-top:24px}.library-contact-box .library-link{color:#333;cursor:pointer;align-items:center;gap:4px;margin-bottom:8px;font-size:14px;font-weight:500;display:flex}.library-contact-box .library-link .icon{opacity:0}.library-contact-box .library-link:hover{font-weight:600}.library-contact-box .library-link:hover .icon{opacity:1}.library-contact-box p{color:#616161;margin-bottom:12px}.library-contact-box a{text-decoration:none}.form-inspect-fields-title{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.5em;display:flex}.form-inspect-more-title{margin:30px 0 20px}.form-inspect-fields-section+.form-inspect-fields-section{margin-top:20px}.form-inspect-field{margin:0 -16px}.form-inspect-field-wrapper .library-inspect-icon-row,.form-inspect-field-wrapper .library-inspect-text-control,.form-inspect-field-wrapper .library-inspect-menu-control,.form-inspect-field-wrapper .bindable-text-control,.form-inspect-field-wrapper .library-inspect-action .empty-state{position:relative}.form-inspect-field-wrapper .library-inspect-icon-row>p,.form-inspect-field-wrapper .library-inspect-text-control>p,.form-inspect-field-wrapper .library-inspect-menu-control>p,.form-inspect-field-wrapper .bindable-text-control .bindable-text-control-header>p,.form-inspect-field-wrapper .library-inspect-action .empty-state>p{color:#8a8a8a;z-index:1;z-index:100000;font-size:11px;position:absolute;top:10px;left:16px}.form-inspect-field-wrapper .library-inspect-menu-control>.help-link{top:50px}.form-inspect-field-wrapper .library-inspect-icon-row .material-icon-menu,.form-inspect-field-wrapper .library-inspect-text-control-input-wrapper,.form-inspect-field-wrapper .library-inspect-menu-control .multi-select-menu-selection,.form-inspect-field-wrapper .bindable-text-control .wrapped-entity-textarea,.form-inspect-field-wrapper .library-inspect-action .empty-state .multi-menu-trigger-element{background:#fff;height:60px;margin:5px 0;padding-top:16px}.form-inspect-field-wrapper .bindable-text-control,.form-inspect-field-wrapper .library-inspect-menu-control{margin-top:15px;padding:0}.form-inspect-field-wrapper .bindable-text-control .wrapped-entity-textarea{height:auto;min-height:60px;padding-top:28px!important}.form-inspect-field-wrapper .library-inspect-text-control-input-wrapper{height:auto}.form-inspect-field-wrapper .library-inspect-text-control-input-wrapper input{padding-left:16px}.form-inspect-field-wrapper .bindable-text-control .entity-textarea-block{padding-left:15px;padding-right:44px}.form-inspect-field-wrapper .bindable-text-control .bindable-text-control-header{margin:0}.form-inspect-field-wrapper .bindable-text-control .bindable-text-control-header p{white-space:nowrap;text-overflow:ellipsis;right:50px;overflow:hidden}.form-inspect-field-wrapper .bindable-text-control .bindable-text-control-trigger-wrapper{z-index:1;justify-content:center;align-items:center;width:32px;margin:0;display:flex;position:absolute;top:0;bottom:0;right:12px}.form-inspect-field-wrapper .library-inspect-menu-control{margin-bottom:5px;padding:0}.form-inspect-field-wrapper .autocomplete-input{background:#fff;border-radius:6px;margin:5px 0;padding-top:16px}.form-inspect-field-wrapper .autocomplete-input__input-container{border-width:0;margin:0}.form-inspect-field-wrapper .autocomplete-input__input-container--elevated{box-shadow:none}.form-inspect-field-wrapper .autocomplete-input__input-container--disabled,.form-inspect-field-wrapper .autocomplete-input__input-container--disabled .autocomplete-input__input{background:#fff}.form-inspect-field-wrapper #fallback:first-child .autocomplete-input__input-container{margin-top:-16px}.form-inspect-field-wrapper #fallback:first-child+.help-link{top:34px}.form-inspect-fields-help-text{color:#757575;margin:8px 15px 16px;font-size:11px;font-weight:400}.form-inspect-field-wrapper .settings-form-error{margin-left:15px}.form-inspect-field-wrapper .data-object-form-input-input{border-color:#fff}.form-inspect-field-wrapper .library-inspect-menu-control .multi-select-menu{height:60px;margin:0}.form-inspect-field-wrapper .library-inspect-menu-control .multi-select-menu-selection{flex-direction:row;align-items:center;margin:0;padding-bottom:0;display:flex}.form-inspect-add-field .multi-menu-trigger-element{flex-direction:row;align-items:center;display:flex}.form-inspect-add-field{color:#00a898;text-transform:uppercase;letter-spacing:.3px;border-radius:4px;margin:0 -16px;padding:4px 16px;font-size:11px;font-weight:600;transition:background .2s}.form-inspect-add-field .icon{background:#00a898;margin-right:8px}.form-inspect-add-field:hover,.form-inspect-add-field.expanded{background-color:#00a8981a}.form-inspect-field:active,.form-inspect-add-field.expanded:active{background-color:#00a89833;transition:none}.form-inspect-field-wrapper{box-shadow:none;border-radius:4px;padding-bottom:10px}body>.form-inspect-field-wrapper{z-index:10000}body>.form-inspect-field-wrapper>*{box-shadow:0 20px 40px -10px #0003}.form-inspect-field-title{flex-direction:row;flex:1;justify-content:space-between;align-items:center;height:24px;display:flex}.form-inspect-hidden-field-title{height:auto}.form-inspect-field-subtitle{opacity:.5;font-size:11px}.form-inspect-hidden-field-value{margin:5px 0;position:relative}.form-inspect-hidden-field-label{z-index:1;color:#8a8a8a;pointer-events:none;font-size:11px;position:absolute;top:8px;left:16px}.form-inspect-hidden-field-value .selectable-input{height:60px;box-shadow:none}.form-inspect-hidden-field-value .selectable-input input{height:44px;padding:0 6px}.form-inspect-hidden-field-value .selectable-input-value{align-items:center;padding:16px 10px 0}.form-inspect-hidden-field-value .selectable-input-menu-trigger{height:24px;margin-top:-12px;top:50%;right:16px}.form-inspect-fields-section>.empty-state{border:1px dashed #ddd;border-radius:4px;margin:10px -16px;padding:20px}.child .library-inspect-list-filters .library-inspect-filter-item{background-color:inherit;margin:8px -16px 4px;overflow:hidden}.child .library-inspect-list-filters.is-form .library-inspect-filter-item{background-color:#00a89870;margin:8px 0;overflow:hidden}.child .library-inspect-list-filters.is-form .library-inspect-filter-item .library-inspect-filter-item-header .library-inspect-filter-item-delete{background-color:#616161}.child .library-inspect-list-filters.is-form .library-inspect-filter-item .library-inspect-filter-item-header .library-inspect-filter-item-delete:hover{background-color:#424242}.child .library-inspect-list-filters.is-form .library-inspect-filter-item .library-inspect-filter-item-header .library-inspect-filter-item-delete .filter-label.logic{margin:0}.child .library-inspect-list-filters.is-form .library-inspect-filter-item .library-inspect-list-filters-add:hover{background-color:#d5ecea}.child .library-inspect-list-filters.is-form>.filter-label{color:#424242;margin:16px}.child .library-inspect-list-filters.is-form .library-inspect-list-filters-add{border-radius:4px;margin:0;transition:all .2s;display:flex}.child .library-inspect-list-filters.is-form .library-inspect-list-filters-add .btn.btn-small.btn-list-add{background-color:inherit;overflow:hidden}.child .library-inspect-list-filters.is-form .library-inspect-list-filters-add .btn.btn-small.btn-list-add:hover{color:#424242;background-color:#0000}.child .library-inspect-list-filters.is-form .library-inspect-list-filters-add:hover{background-color:#00a89870}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item .accordion-title{background:#e2e2e2}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item .accordion-title .action-item-form-item-header .action-item-type .action-item-type-title{opacity:.6}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-children{background:#f1f1f1}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item .accordion-title .icon-action{background:#9e9e9e}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item .accordion-title .icon-report-problem-small{background:#ef4c30;position:relative;right:3px}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item .accordion-title .icon-trash-small{background:#9e9e9e;position:relative;top:3px}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done .icon-button-wrapper .icon{background:#9e9e9e}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done .btn:last-child{color:#fff;background:#ef4c30}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done .btn:last-child:hover{filter:brightness(95%)}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done .btn-text{color:#9e9e9e}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done button:hover,.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-boxed-done button.btn-yellow:focus{background:#d8d8d8}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-children .bindable-text-control-entity-label,.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-children .icon-magic-text{background:#ccc}.after-trial-action .action-item .action-item-form .action-actions-list .action-actions-list .custom-action-item-form-item>div .accordion-children .icon-button-wrapper:hover{background:#f1f1f1}.secondary-button-inspect-title{pointer-events:all;flex-direction:row;flex:1;justify-content:space-between;align-items:center;display:flex}.params-section>*{margin-bottom:16px}.params-section>:last-child{margin-bottom:0}.params-section h5{margin:0 0 6px;font-weight:400}.params-section>p{margin-bottom:4px}.empty-params-section{cursor:pointer;color:#8a8a8a;background:#f1f1f1;border-radius:6px;flex-direction:row;justify-content:flex-start;align-items:center;height:44px;margin:0 -16px;padding:0 16px;font-size:14px;transition:background .2s;display:flex}.empty-params-section .icon{margin-right:4px}.empty-params-section:hover{background:#ddd}.param-item{flex-direction:row;align-items:center;margin-left:-16px;margin-right:-16px;display:flex}.param-item+.param-item{margin-top:10px}.param-item>.input-wrapper,.param-item>.wrapped-select{flex:1;height:36px;margin-right:10px}.param-item>.input-wrapper input{height:36px;font:inherit;box-sizing:border-box;background:#f1f1f1;border:none;border-radius:4px;outline:none;width:100%;padding:0 8px 0 16px}.param-item>.input-wrapper input:focus{border-color:#aaa}.param-item .multi-select-menu-selection{height:36px;box-shadow:none;background:#f1f1f1;line-height:24px;transition:background .2s;padding-left:16px!important}.param-item .multi-select-menu-selection:hover{background:#ddd}.param-item .wrapped-select.expanded .multi-select-menu-selection{transition:none}.param-item-delete-icon .icon{background:#9a9a9a}.params-add-param{cursor:pointer;color:#9e9e9e;border-radius:4px;flex-direction:row;align-items:center;margin:4px -16px;padding:0 10px;transition:color .2s;display:flex}.params-add-param .icon{background:#9e9e9e;transition:background .2s}.params-add-param:hover{color:#777}.params-add-param:hover .icon{background:#777}.implicit-params-inputs{flex-direction:column;display:flex}.implicit-params-inputs-title{margin-top:30px}.implicit-params-inputs-fields{flex-direction:column;gap:0;margin-top:0;display:flex}.screen-deep-linking{flex-direction:column;width:100%;max-width:400px;margin:0 auto;display:flex}.screen-deep-linking>*{margin-bottom:1.25rem}.screen-deep-linking__label{color:#333;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.screen-deep-linking__input{border:1px solid #eee;border-radius:6px;width:100%;padding:.6rem .75rem;font-size:1rem;transition:border-color .2s}.screen-deep-linking__input:focus{border-color:#a82058;outline:none}.screen-deep-linking__hint{color:#e0e0e0;margin-top:-.75rem;font-size:.85rem;line-height:1.4}.screen-deep-linking__subtitle{color:#333;margin:0 0 .5rem;font-size:.95rem;font-weight:500}.screen-deep-linking__button{color:#fff;cursor:pointer;background-color:#a82058;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:opacity .2s;display:inline-block}.screen-deep-linking__button:hover{opacity:.9}.screen-route-btns-row{flex-direction:row;justify-content:space-between;display:flex}.screen-route-copy-url{justify-content:flex-start;margin:0 -16px;display:flex}.screen-route-save-button{justify-content:flex-end;margin:0 -16px;display:flex}.deep-linking-form{margin-bottom:10px;margin-left:15px;margin-right:15px}.redirection-and-fallback{padding-top:6px}.redirection-and-fallback__header{align-items:flex-start;margin-bottom:.75rem;display:flex}.redirection-and-fallback__title{color:#000;margin:0;font-size:.8rem;font-weight:600}.fallback-save-button{justify-self:flex-end;margin:10px -16px 0}.deep-linking-unavailable{background:linear-gradient(135deg,#f5f5f5 0%,#eee 100%);border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:2rem 1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.deep-linking-unavailable:hover{transform:translateY(-1px);box-shadow:0 4px 12px #aaaaaa26}.deep-linking-unavailable:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.deep-linking-unavailable__icon{color:#fff;background:linear-gradient(135deg,#00a898 0%,#007b69 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #00a89840}.deep-linking-unavailable__icon:hover{transform:scale(1.05);box-shadow:0 6px 16px #00a8984d}.deep-linking-unavailable__content{flex:1;min-width:0}.deep-linking-unavailable__title{color:#000;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3}.deep-linking-unavailable__description{color:#757575;margin:0;font-size:.875rem;font-weight:400;line-height:1.5}@media (width<=768px){.deep-linking-unavailable{text-align:center;flex-direction:column;gap:.75rem;padding:1.5rem 1rem}.deep-linking-unavailable__icon{align-self:center;width:40px;height:40px;font-size:1rem}.deep-linking-unavailable__title{font-size:1rem}.deep-linking-unavailable__description{font-size:.8125rem}}.new-modal{flex-direction:column;align-items:stretch;min-width:300px;padding:0;display:flex;position:relative}@media (width>=764px){.new-modal{width:600px}}.new-modal-footer{border-top:1px solid #eee;padding:15px 40px;display:flex}.new-modal-footer>*{margin-left:10px}.new-modal-footer .btn.modal-footer-secondary{color:#9e9e9e;background-color:#0000}.new-modal-footer .btn.modal-footer-secondary:hover,.new-modal-footer .btn.modal-footer-secondary:focus,.new-modal-footer .btn.modal-footer-secondary:active{background-color:#eee}.new-modal-footer .btn.modal-footer-align-right{margin-left:auto}.right-panel-screen-template-collapsed{color:#00a898}.right-panel-screen-template-collapsed .icon{background-color:#00a898}.right-panel-screen-template .image-input-wrapper{width:100%;margin:15px -16px 0}.right-panel-screen-template .image-input{width:calc(100% + 32px);height:300px}span.screen-control-button{color:#00a898;margin:0 .3em;padding:.2em;font-size:11px;font-weight:600;text-decoration:none;transition:background-color .2s}span.screen-control-button:hover{background:#00a89833}span.screen-control-button-separator{color:#e0e0e0}.wrapped-checkbox label{margin-left:.5em;font-size:11px}.data-binding{background:#f1f1f1;border-radius:4px;margin:0 -20px 10px;padding:12px 20px;position:relative;box-shadow:0 3px 3px -2px #0003}.data-binding .data-binding-remove{background:0 0;border-radius:18px;margin:-6px;padding:6px;font-size:11px;font-weight:400;line-height:20px;transition:background .2s;display:block;position:absolute;top:12px;right:14px}.data-binding .data-binding-remove .icon{background-color:#00000080;transition:background .2s;display:block}.data-binding .data-binding-remove:hover{background:#0000000f}.data-binding .data-binding-remove:hover .icon{background:#000000b3}.data-binding-sort-order{color:#8a8a8a;margin-top:5px}.multi-menu{font-size:14px}.data-binding .binding-type-select{width:70%}.advanced-text-extension-header{cursor:pointer;flex-direction:row;align-items:center;display:flex}.advanced-text-extension-header .icon{background:#8a8a8a}.advanced-text-extension .action-item-form-row>label{font-size:10px}.advanced-text-extension .action-item-form-row>div{flex:2}.advanced-text-extension .action-item-form-row input{border-color:#0000}.data-binding .accordion-title>.icon{background:#8a8a8a}.list-form-extension-realtime input{margin-right:6px}.list-form-extension-realtime+.list-form-extension-realtime{margin-top:6px}.action-item{background-color:#fafafa;border:1px solid #e5e5e5;border-width:1px 0;margin:10px 0 5px;padding:16px 32px}.action-item .empty-state{color:#00000080}.action-item-form-row{flex-direction:row;align-items:center;margin:10px 0;display:flex}.action-item-form-row>label{flex:1}.action-item-form-row>div{flex:3}.action-item-header .icon-button-wrapper{cursor:pointer;margin-left:16px}.action-item-header .icon-button-wrapper .icon{background:#999}.action-item-split-row{flex-direction:row;align-items:center;margin:10px -10px;display:flex}.action-item-split-row+hr{border:none;border-top:1px solid #0000001a;margin:10px 0}.action-item-split-row>*{flex:1;margin:0 10px}.data-binding-panel .action-item-split-row label{margin-bottom:10px;font-size:10px;display:block}.action-item-form-options hr{border:none;border-bottom:1px solid #0000001a;margin:10px 0}.link-menu .multi-select-menu+.multi-select-menu{margin-top:10px}.action-actions-list{margin:10px -16px}.action-item-form-item{margin-top:10px}.action-item-form-item .bindable-text-control .wrapped-entity-textarea{background-color:#fff;margin:0}.action-item-form-item .accordion-children .accordion-boxed-done.is-editable{justify-content:space-between}.action-item-form-item .accordion-children .accordion-boxed-done.is-editable .btn-text{margin-right:12px;padding-left:10px;padding-right:10px}body>.action-item-form-item{z-index:100000;border-radius:4px;box-shadow:0 20px 40px -10px #0003}.action-item-form-item-header{flex-direction:row;flex:1;justify-content:space-between;align-items:center;min-height:24px;display:flex}.action-item-type{margin:0}.action-item-type-subtitle{opacity:.6;font-size:11px}.action-item-header-buttons{flex-direction:row;align-items:center;gap:4px;display:flex}.action-after-trial-warning{align-items:center;display:flex}.action-item-remove{background:0 0;border-radius:18px;margin:-6px -12px;padding:6px;transition:background .2s}.action-item-remove .icon{background:#00000080;transition:background .2s;display:block}.action-item-remove:hover{background:#0000000f}.action-item-remove:hover .icon{background:#000c}.action-item-fields .action-item-split-row.filled{background:#00000012;border-radius:4px}.action-item-fields-header{font-size:10px}.action-item-fields-header label{margin-bottom:0}.action-form-signup .action-item-fields{margin-top:-7px}.action-form-signup .action-form-advanced-accordion{margin-top:0}.actions-list-add-button{cursor:pointer;color:#9e9e9e;font:inherit;background:0 0;border:none;outline:none;flex-direction:row;align-items:center;margin:10px auto 0;transition:color .2s;display:flex}.actions-list-add-button .icon{background:#9e9e9e;margin:-4px 0 -4px -6px;transition:background .2s}.actions-list-add-button:hover{color:#888}.actions-list-add-button:hover .icon{background:#888}.action-form-navigate .accordion-title .icon{background:#9e9e9e}.notifications-action-form{margin-top:8px}.action-item-form .filter-options-add a{color:#39a898;padding-left:16px}.action-item-form .filter-options{background-color:#ffffff80;border-color:#0000}.action-item-form .filter-options-items{margin-top:8px}.action-item-form-item-children .empty-state{margin:15px 0 25px;font-size:14px}.dummy-action-item-form-item-children{text-align:center;color:#757575}.action-form-authenticate{margin-top:-4px}.screen-search-input{width:100%;font:inherit;color:inherit;background:0 0;border:none;outline:none;padding:0}.screen-search-input::placeholder{color:#9e9e9e}.right-panel,.right-panel-backdrop{z-index:1001;width:330px;position:fixed;top:60px;bottom:0;right:0}.right-panel-backdrop{z-index:0;width:332px}.right-panel-header{min-height:min-content;position:relative}.right-panel-selected-object-name{flex-direction:row;margin-right:20px;display:flex;overflow:hidden}.right-panel-selected-object-name span{margin-right:8px;font-size:18px;font-weight:500;line-height:24px;display:block}.right-panel-multi-selected-summary{flex-direction:row;justify-content:space-between;width:100%;display:flex;overflow:hidden}.right-panel-multi-selected-summary span{margin-right:8px;font-size:18px;font-weight:500;line-height:32px;display:block}.right-panel-multi-selected-summary .right-panel-overflow-menu-trigger{position:unset;right:unset;top:unset}.right-panel-type-menu .icon{opacity:.5;background:#444;margin-right:5px}.right-panel-type-menu .multi-menu-item-label>span{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.right-panel-selected-object-name+.object-type-menu .multi-select-menu-value{overflow:visible!important}.right-panel-back{color:#00a898;cursor:pointer;text-transform:uppercase;background-color:#0000;border-bottom:1px solid #eee;flex-direction:row;align-items:center;height:40px;min-height:40px;margin:-24px -32px 0;padding:0 32px;font-weight:500;transition:background .2s;display:flex}.right-panel-back:hover{background-color:#00a8981a}.right-panel-back .icon{background-color:#00a898;margin-right:8px}.object-type-header{color:#9e9e9e}.right-panel-overflow-option{flex-direction:row;align-items:center;display:flex}.right-panel-overflow-option .icon,.right-panel-overflow-option .material-icons{margin-right:8px}.right-panel-overflow-menu-trigger{position:absolute;top:0;right:-12px}.right-panel-collapsible{border-bottom:1px solid #0000001a;margin:0 -32px 16px;padding:16px 32px}.right-panel-collapsible-done{flex-direction:row;justify-content:flex-end;margin:20px -16px 0;display:flex}.right-panel-collapsible-collapsed{cursor:pointer;background:#f1f1f1;border-radius:6px;flex-direction:row;align-items:center;margin:16px -16px;padding:8px 16px;font-size:14px;transition:background .2s;display:flex}.right-panel-collapsible-collapsed .icon{margin-top:-6px;margin-right:8px}.right-panel-collapsible-collapsed:hover{background:#e5e5e5}.right-panel-collapsible-options .data-binding-remove,.right-panel-collapsible-options .binding-type-select,.right-panel-collapsible-options .visibility-form-extensions-accordion{display:none}.right-panel-collapsible-options .data-binding{box-shadow:none;background:0 0;margin:0 -16px;padding:0}.right-panel-collapsible-options .data-binding label{margin:0 16px 6px;display:block}.right-panel-collapsible-options .wrapped-select{height:44px;font-size:14px}.right-panel-collapsible-options .wrapped-select.white:not(.expanded) .multi-select-menu-selection,.right-panel-collapsible-options .selectable-input{box-shadow:none;background:#f1f1f1;flex-direction:row;align-items:center;height:44px;padding-left:16px;padding-right:40px;font-size:14px;display:flex}.right-panel-collapsible-options .multi-select-menu-expand-icon:before{right:26px}.right-panel-collapsible-options .selectable-input-input{padding-left:16px}.right-panel-collapsible-options .selectable-input-selected-value{background:#ef4c30;border-radius:20px;height:28px;margin-left:16px;padding-left:12px}.right-panel-collapsible-options .selectable-input-menu-trigger{right:20px}.right-panel-collapsible-options .selectable-input-value{right:65px}.right-panel-collapsible .filter-options-items .icon-trash-small{background:#8a8a8a}.library-condition-form .filter-options-items .selectable-input-wrapper-boxed,.right-panel-collapsible .filter-options-items .selectable-input-wrapper-boxed{background:#f1f1f1;padding-left:16px}.library-condition-form .filter-options-items .selectable-input-wrapper-boxed .selectable-input,.right-panel-collapsible .filter-options-items .selectable-input-wrapper-boxed .selectable-input{background:0 0;height:100%;padding:0}.library-condition-form .filter-options-items .selectable-input-wrapper-boxed .selectable-input-menu-trigger,.right-panel-collapsible .filter-options-items .selectable-input-wrapper-boxed .selectable-input-menu-trigger{right:4px}.library-condition-form .filter-options-add,.right-panel-collapsible .filter-options-add{margin-top:-6px}.library-condition-form{margin-bottom:8px}.right-panel-visibility-collapsed{color:#ef4c30}.right-panel-visibility-collapsed .icon{background-color:#ef4c30}.multiple-objects-header{margin:20px 0}.magic-layout-options .device-visibility{margin:0 -16px;position:relative}.magic-layout-options .device-visibility .device-visibility-label{padding:8px 16px 2px}.magic-layout-options .device-visibility .device-element{background-color:#f5f5f5;border-radius:6px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;min-height:50px;margin:12px 0;padding:10px 16px;display:flex}.magic-layout-options .device-visibility .device-element:active,.magic-layout-options .device-visibility .device-element:hover{cursor:pointer;background-color:#eee}.magic-layout-options .device-visibility .device-element:active .icon-button-wrapper,.magic-layout-options .device-visibility .device-element:hover .icon-button-wrapper{opacity:1}.magic-layout-options .device-visibility .device-element.hidden{opacity:.5}.magic-layout-options .device-visibility .device-element.hidden .icon-button-wrapper{opacity:1}.magic-layout-options .device-visibility .device-element .device-label{flex-direction:column;flex:1;display:flex}.magic-layout-options .device-visibility .device-element .device-label .device-label-title{flex:1;padding-left:12px;font-size:14px;font-weight:500;display:block}.magic-layout-options .library-inspect-menu-control{margin-top:30px}.magic-layout-options .text-control input{border-radius:6px;width:100%;height:44px;padding:20px;font-size:14px}.magic-layout-row{padding-bottom:20px}.magic-layout-column{width:48%}.magic-layout-separator{background-color:#0000001a;height:1px;margin-left:-32px;margin-right:-32px}.panel-item-header .magic-layout-panel-item.icon-button-wrapper:hover{background-color:#00a8981a}.panel-item-header .magic-layout-panel-item.icon-button-wrapper:hover .icon,.panel-item-header .magic-layout-panel-item.icon-button-wrapper.expanded .icon{background-color:#00a898}.right-panel-prebuilt-layout-section-collapsed{color:#00a898}.right-panel-prebuilt-layout-section-collapsed .icon{background-color:#00a898}.right-panel-prebuilt-layout-section .image-input-wrapper{width:100%;margin:15px -16px 0}.right-panel-prebuilt-layout-section .image-input{width:calc(100% + 32px);height:300px}.right-panel-prebuilt-layout-section .footnote{text-wrap:pretty;text-align:center;padding-top:16px;padding-bottom:12px}.prebuilt-create .multi-select-menu-selection{background-color:#adff2f}.prebuilt-update .multi-select-menu-selection{background-color:#f08080}.prebuilt-footnote{text-align:center;font-size:18px}.web-publish-settings{margin:0 -16px 16px}.web-publish-settings .tooltip-header h2{margin-top:16px}.web-publish-settings h2{margin:0 16px 16px}.web-publish-settings h2+.mobile-publish-summary{margin-top:8px}.web-publish-settings h2,.web-publish-web-settings-showing h2{margin-top:24px;font-weight:600}.notifications-icon-wrapper{flex-flow:row;margin:0 -16px;display:flex}.notifications-icon-wrapper>*{margin-right:32px}.notifications-icon-wrapper>:last-child{margin-right:0}.notifications-icon-wrapper .settings-form-row{flex:1;width:100%;margin-top:0;margin-bottom:0}.notifications-icon-wrapper .settings-form-row:last-of-type{flex:2}.notifications-icon-wrapper .settings-form-row .settings-form-input{margin-left:0;margin-right:0}.notifications-icon-wrapper .settings-form-row .settings-form-label-wrapper{margin-left:16px}.notifications-icon-wrapper .settings-form-row .settings-form-image .image-input-wrapper{width:100%;height:auto}.notifications-icon-wrapper .settings-form-row .settings-form-image .image-input-wrapper .image-input{width:100%;padding-top:100%}.notifications-icon-wrapper .settings-form-row .settings-form-error{margin-left:16px}.location-precision-field__options{flex-direction:column;width:100%;margin:0 -16px;display:flex}.location-precision-field .location-precision-field__option{cursor:pointer;color:inherit;flex-direction:column;flex:none;margin-bottom:12px;display:flex}.location-precision-field .location-precision-field__option:last-child{margin-bottom:0}.location-precision-field__option-header{align-items:center;display:flex}.location-precision-field__option-header input[type=radio]{background:0 0;border:none;border-radius:0;flex:none;width:auto;margin:0 8px 0 0;padding:0}.location-precision-field__option-header strong{color:#000;font-weight:700}.location-precision-field__option-description{color:#666;margin-top:2px;margin-left:22px;font-size:12px;line-height:1.35}.notifications-icon-preview{margin-bottom:8px;position:relative}.notifications-icon-preview span{mask-type:alpha;z-index:1;background-color:#fff;width:14px;height:14px;display:inline-block;position:absolute;top:9%;left:20%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.notifications-icon-preview img{z-index:0}.launch-screen-preview{border:1px solid #e0e0e0;border-radius:12px;flex:1;justify-content:center;align-items:center;width:224px;height:100%;display:flex}.launch-screen-preview .launch-screen-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:50%;padding-top:50%}.settings-form-launch-screen-wrapper{justify-content:space-between;align-items:stretch;margin-left:-16px;margin-right:-16px;display:flex}.settings-form-launch-screen-wrapper label{color:#666;margin-bottom:5px;margin-left:16px;display:block}.settings-form-launch-screen-wrapper .settings-form-launch-screen-column{flex-direction:column;flex:2;margin-right:32px;display:flex}.settings-form-launch-screen-wrapper .settings-form-launch-screen-column:last-of-type{flex:1;margin-right:0}.settings-form-launch-screen-wrapper .settings-form-launch-screen-column .settings-form-row{margin-left:0;margin-right:0}.settings-form-launch-screen-wrapper .settings-form-launch-screen-column .settings-form-input,.settings-form-launch-screen-wrapper .settings-form-launch-screen-column .color-dropdown{margin:0}.settings-form-launch-screen-wrapper .settings-form-launch-screen-column .settings-form-error{margin-left:16px}.app-settings-permissions{margin:0 -16px 8px}.app-settings-permissions:last-of-type{margin-bottom:0}.app-settings-permissions .accordion-title{padding:16px}.app-settings-permissions .accordion-children .library-inspect-text-control-input{border:unset}.app-settings-permissions .accordion-children>p{margin:16px 0;padding-bottom:8px;font-size:14px;font-weight:500}.app-settings-permissions .accordion-children .app-settings-permissions-example{justify-content:flex-start;align-items:center;margin:16px 16px 32px;font-size:14px;line-height:20px;display:flex}.app-settings-permissions .accordion-children .app-settings-permissions-example span:last-of-type{width:100%;margin-left:16px}.app-settings-permissions .accordion-children .app-settings-permissions-example span p:first-of-type{font-weight:700}.app-settings-permissions .accordion-children .app-settings-permissions-example span p:last-of-type{color:#757575;margin-bottom:0}.app-settings-permissions .accordion-children .app-settings-permissions-example.good .icon{background-color:#a1cd46}.app-settings-permissions .accordion-children .app-settings-permissions-example.bad .icon{background-color:#ef4c30}.form-copy-header{font-size:14px;font-weight:700}.form-copy-body{color:#757575;margin:4px 0 16px;font-size:14px;font-weight:400}#IOSPublishSettings .form-copy-body:last-of-type{margin-top:16px;margin-bottom:0}input[name=skipBuildEnqueue]{position:absolute;top:5px;left:140px}.publish-panel{-webkit-user-select:text;user-select:text}.publish-plans{margin:20px -16px}.publish-plan{cursor:pointer;border:1px solid #e0e0e0;border-radius:4px;margin:10px 0;padding:15px;transition:all .2s}.publish-plan:hover{background:#fafafa}.publish-plan.publish-plan-selected{background-color:#a1cd461a;border-color:#a1cd46}.publish-plan-title{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.publish-plan-title>*{margin:0}.publish-plan-price{color:#a1cd46}.publish-plan-attribute{flex-direction:row;align-items:center;margin-top:6px;display:flex}.publish-plan-attribute .icon{background:#00000080;margin-left:-4px;margin-right:5px;transform:scale(.667)}.publish-bottom-message{color:#8a8a8a;font-size:14px;line-height:1.6em}.publish-bottom-message-question{font-weight:600}.publish-lead-message{margin-bottom:1.4em;font-size:14px;line-height:1.4em}.publish-submit-sub{flex-direction:row;justify-content:flex-start;display:flex}.publish-success-block{color:#a1cd46;background:#a1cd461a;border-radius:12px;margin:16px -16px;padding:16px}.publish-success-block h2{margin-bottom:.5em;font-size:16px}.web-publish-open-url{flex-direction:row;justify-content:flex-start;margin-top:-16px;margin-bottom:16px;margin-left:-8px;display:flex}.web-publish form{margin:20px 0 40px}.mobile-publish-settings{margin:0 -16px 16px}.mobile-publish-settings h2{margin:0 16px 16px}.mobile-publish-settings h2+.mobile-publish-summary{margin-top:8px}.mobile-publish-summary .mobile-publish-steps{flex-flow:wrap;justify-content:flex-start;align-items:center;width:100%;display:flex;position:relative}.mobile-publish-summary .mobile-publish-steps .mobile-publish-step{flex:100%;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mobile-publish-summary .mobile-publish-steps .mobile-publish-step p{font-size:14px}.mobile-publish-summary .mobile-publish-steps .mobile-publish-step .icon{background-color:#eee}.mobile-publish-summary .mobile-publish-steps .mobile-publish-step.mobile-publish-step-valid .icon{background-color:#a1cd46}.mobile-publish-summary label{color:#939393;flex:1;margin-bottom:5px;display:block}.mobile-build-list,.mobile-publish-summary,.mobile-apple-developer-summary{border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;margin:16px 0;display:flex}.mobile-publish-summary,.mobile-apple-developer-summary{align-items:center;padding:16px}.mobile-apple-developer-account-connected,.mobile-apple-developer-no-account{margin-bottom:10px}.mobile-apple-developer-no-account{font-size:14px}.mobile-apple-developer-account-connected{font-weight:700}.mobile-build-list{align-items:stretch;overflow:hidden}.mobile-build-list .btn.btn-square{border-radius:0}.mobile-build-list-empty{color:#939393;border-style:dashed;border-width:2px;align-items:center;padding:20px}.mobile-publish-summary-row{flex-direction:column;align-self:stretch;align-items:stretch;margin-bottom:16px;display:flex}.mobile-publish-summary .btn{margin-top:16px;margin-bottom:8px}.mobile-publish-summary-icons{grid-column-gap:10px;grid-row-gap:5px;grid-template-columns:1fr 24px;align-self:start;align-items:center;display:grid}.mobile-publish-summary-icons span{color:#939393;min-width:120px}.mobile-publish-summary-icons img{width:24px;height:24px}.mobile-publish-summary-default-icon{width:24px;height:24px;box-shadow:none;background-color:#d1d1d1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='35px'%20height='35px'%20viewBox='0%200%2035%2035'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.2%20(47327)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eFill%201%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Landing'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(-484.000000,%20-441.000000)'%3e%3cg%20id='Group-8'%20transform='translate(471.000000,%20116.000000)'%20fill='%23E4E4E4'%3e%3cg%20id='Fill-1'%20transform='translate(0.000000,%20312.000000)'%3e%3cpath%20d='M31.8610169,29.1389831%20L31.8610169,22.3333333%20L29.1389831,22.3333333%20L29.1389831,29.1389831%20L22.3333333,29.1389831%20L22.3333333,31.8613938%20L29.1389831,31.8613938%20L29.1389831,38.6666667%20L31.8610169,38.6666667%20L31.8610169,31.8613938%20L38.6666667,31.8613938%20L38.6666667,29.1389831%20L31.8610169,29.1389831%20Z%20M30.4998136,48%20C20.8350252,48%2013,40.1648914%2013,30.5%20C13,20.8351086%2020.8350252,13%2030.4998136,13%20C40.164602,13%2048,20.8351086%2048,30.5%20C48,40.1648914%2040.164602,48%2030.4998136,48%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:60%;border-radius:6px}.mobile-build{border-bottom:1px solid #e0e0e0;flex-wrap:wrap;flex:1;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.mobile-build-list>div:first-child>.mobile-build-error>.mobile-build-error-summary-container>.mobile-build-error-summary{color:#e45035}.mobile-build-right .material-icons{color:#ccc;margin:3px;transition:all .2s}.mobile-build-right .material-icons:hover{color:#bbb}.mobile-build-error div:first-child{flex-basis:100%;height:0}.mobile-build-error .mobile-build-error-summary-container{border-top:1px dotted #e0e0e0;flex-grow:1;margin-top:7px;padding-top:7px}.mobile-build-error .mobile-build-error-summary-container .mobile-build-error-summary{color:#8a8a8a;word-break:break-all}.mobile-build-debug-id{margin-left:5px}.mobile-build-state-building .mobile-build-details{font-style:italic}.mobile-build-details{color:#9b9b9b;margin-top:6px}.mobile-build-info{flex:1}.mobile-build-version{font-weight:700}.mobile-build-version a{float:right;color:#a1cd46;align-items:center;font-size:12px;font-style:normal;font-weight:500;line-height:14px;text-decoration:none;display:flex}.mobile-build-version a .icon{margin-right:8px}.mobile-build-app-url{color:#757575;margin-top:8px;font-size:12px;font-style:normal;font-weight:500;line-height:14px}.mobile-build:last-child{border-bottom:none;padding-bottom:8px}.mobile-build:first-child{padding-top:8px}.mobile-publish-settings-modal .modal-content{padding-left:48px;padding-right:48px}.publish-settings-form p{margin-top:16px;font-size:14px}.publish-settings-form>.settings-form-row:first-child{margin-top:0}.web-publish-form .settings-form-input,.web-publish-form .toggle-field-content{height:44px;font-size:14px}.web-publish-form .multi-select-menu-selection{height:44px}.web-publish-form .multi-select-menu-value{margin-top:4px}.web-publish-form input,.web-publish-form .multi-menu-trigger-element{border-radius:6px;height:44px;max-height:44px;padding-top:14px}.settings-form-input-select .multi-menu-item.menu-option{min-height:44px}.web-publish-form .toggle-field-content{padding-top:0;padding-bottom:0}.publish-settings-form-cancel{color:#9e9e9e;background-color:#0000}.publish-settings-form-cancel:hover,.publish-settings-form-cancel:focus,.publish-settings-form-cancel:active{background-color:#eee}.circle-background,.circle-progress{fill:none}.circle-background{stroke:#e0e0e0}.circle-progress{stroke:#85ab3e;stroke-linecap:round;stroke-linejoin:round}.circle-text{fill:#85ab3e;font-size:.8em;font-weight:700}.publish-form-note{margin:10px 0;font-size:14px}.verify-credentials{text-align:center;flex-direction:column;align-items:center;padding:20px 0;display:flex}.verify-credentials>.loading+*{margin-top:.7em}.verify-credentials>*+.btn{margin-top:20px}.mobile-publish-portal .modal-wrapper{z-index:19999}.app-specific-password-description{margin-top:8px}.publish-error-logs .modal-content{-webkit-user-select:text;user-select:text;flex-flow:column;display:flex;overflow:auto}.inline-item{flex:none}.log-instructions{padding-bottom:20px}.error-summary{white-space:pre-line;background:#0000000a;border-radius:4px;margin:10px 0;padding:15px 25px}.error-logs-accordion .accordion-children{padding-top:20px;padding-left:25px}.pwa-publish-settings .pwa-publish-settings-info h2,.pwa-publish-settings .pwa-publish-settings-info p{font-size:12px}.pwa-publish-settings .pwa-publish-settings-info h2{color:#000;margin-bottom:4px}.pwa-publish-settings .pwa-publish-settings-info p{color:#757575;line-height:18px}.pwa-publish-settings .wrapped-input{margin-left:-16px;margin-right:-16px}.pwa-publish-settings .pwa-publish-error{margin:-16px 0 16px}.pwa-publish-settings .pwa-publish-settings-submit-wrapper{justify-content:flex-start;align-items:center;margin:0 -8px 32px;display:flex}.mobile-layout-help-text-container{margin-top:20px}.mobile-layout-help-text-container h2{margin:0}.edit-bar-analytics .left-panel-title{color:#a82058;padding:20px;position:relative}.edit-bar-analytics .left-panel-title .icon-analytics{background-color:#a82058}.app-analytics-multi-menu .multi-select-menu-selection{background-color:#f5f5f5;flex-direction:row;align-items:center;height:54px;margin:10px;padding-left:16px;padding-right:40px;font-weight:400;line-height:54px;display:flex;box-shadow:inset 0 0 0 1px #f5f5f5}.analytics-panel{width:800px}.app-analytics-multi-menu .multi-select-menu{height:54px;margin:10px -16px}.app-analytics-multi-menu .multi-select-menu-value{color:#333;font-size:14px;font-weight:500}.app-analytics-multi-menu .multi-select-menu-expand-icon:before{visibility:hidden}.app-analytics-multi-menu .multi-menu-item{width:300px}.app-analytics-multi-menu{width:200px;left:225px}.app-analytics-date-picker-container{z-index:100004;background:#fff;border:thin solid #eaeaea;border-radius:5px;width:300px;height:fit-content;margin-bottom:-236px;padding:16px;position:relative;top:50px;right:327px;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.analytics-date-picker{height:40px;width:inherit;border:thin solid #eaeaea;border-radius:5px;margin-bottom:20px;padding:16px;font-size:14px}.date-picker-close{z-index:100003;position:fixed;inset:0}.app-analytics-container{flex-direction:column;display:flex}.app-analytics-user-container{flex-direction:column;order:2;margin-bottom:40px;padding-left:30px;display:flex}.app-analytics-main-container{order:1;padding:35px 30px 15px;display:flex}.app-analytics-module-userchart{order:1;width:50%}.app-analytics-engagement-container{flex-direction:column;order:3;padding-left:30px;display:flex}.app-analytics-row-container{align-items:center;margin-bottom:40px;display:flex}.app-analytics-module-cumuchart{order:1}.app-analytics-module-visited{order:2}.app-analytics-module-locations{order:1}.app-analytics-module-devices{order:2}.app-analytics-module-container{border:thin solid #e0e0e0;border-radius:5px;width:fit-content}.app-analytics-total-container .tooltip-trigger{justify-content:flex-end;margin:-14px -28px -8px 0;display:flex;position:relative;left:15px}svg.recharts-surface{overflow:visible}.app-analytics-main-container .app-analytics-module-container{height:100px}.app-analytics-module-container-line{padding-top:10px}.app-analytics-engagement-container .app-analytics-module-container,.app-analytics-user-container .app-analytics-module-container{height:240px}.app-analytics-total-container{width:calc(34% + 1px);margin-right:15px;padding:20px 54px 20px 16px}.app-analytics-engaged-container{width:472px;padding-top:5px;padding-left:5px}.app-analytics-locations-container{margin-right:20px}.engaged-header-container p{color:#000;margin-top:-15px;padding:0 15px 0 0}.app-analytics-total-container h1{margin-top:-15px}.app-analytics-visited-container{margin-left:20px;position:relative;top:-24px}.engaged-tooltip{z-index:5;background:#333;border-radius:5px;width:fit-content;padding:10px;position:absolute;top:65px}.chart-tooltip{background:#333;border-radius:5px;width:fit-content;padding:10px}.engaged-tooltip h2,.engaged-tooltip p,.chart-tooltip h2,.chart-tooltip p{color:#fff;white-space:pre-line}.engaged-tooltip h2,.chart-tooltip h2{margin-bottom:10px}.user-chart-start-date{position:relative;left:16px}.user-chart-end-date{right:45px}.cumu-chart-end-date{position:relative;right:15px}.user-chart-date-header{text-align:right;margin-right:5%}.user-chart-header{text-align:left;margin-top:0;margin-bottom:15px;margin-left:16px}.user-chart-header-container{z-index:0;margin-bottom:-50px;position:relative;top:-17px}.most-visited-header{position:relative;bottom:25px;left:36px}.module-header{position:relative;bottom:2px;left:16px}.user-chart-date-container{justify-content:space-between;display:flex}.range-dropdown-current-app{flex-direction:row;align-items:center;max-width:100%;display:flex}.range-dropdown-current-app-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.range-dropdown .navbar-dropdown-title .icon{margin-left:10px}.range-dropdown{cursor:pointer;justify-content:flex-end;margin-left:46px;right:27px}.range-dropdown .navbar-dropdown-title{color:#333;cursor:pointer;background-color:#f5f5f5;border-radius:6px;justify-content:center;align-items:center;max-width:360px;height:40px;padding:0 8px 0 16px;font-size:14px;font-weight:400;text-decoration:none;display:flex;overflow:hidden}.range-dropdown-container{flex-direction:row;justify-content:center;align-items:center;width:262px;height:100%;margin-left:-131px;display:flex;position:absolute;top:0;left:50%}.range-dropdown .navbar-dropdown-children{width:100px;left:unset;top:50px}.granularity-button{color:#bdbdbd;background:#fff;border-width:thin;border-color:#e0e0e0;border-radius:5px;width:75px;height:40px;margin-right:-1px;display:inline-flex;bottom:-31px}.granularity-button:hover,.granularity-button:active,.granularity-button:focus{background-color:#fff}.granularity-button-selected{color:#333;z-index:1;border-color:#bdbdbd}.granularity-button-start{border-radius:5px 0 0 5px}.granularity-button-middle{border-radius:0}.granularity-button-end{border-radius:0 5px 5px 0}.granularity-toggle{text-align:center;position:relative;bottom:31px}.range-dropdown .navbar-dropdown-children div{cursor:pointer;width:100%;height:40px}.range-dropdown .navbar-dropdown-children div:hover{background-color:#eee}.navbar-dropdown-children span{color:#616161;margin:10px;font-size:14px;position:relative}.analytics-selector-container{z-index:2;justify-content:flex-end;margin-top:10px;margin-bottom:-11px;margin-right:3px;display:inline-flex}.app-analytics-date-picker-container h3{margin-bottom:5px}.custom-tick-max,.custom-tick-half{z-index:1;text-align:center;color:#9e9e9e;background:#fff;border:thin solid #bdbdbd;border-radius:5px;width:30px;height:20px;padding:2px;position:relative;left:-15px}.custom-tick-max{top:46px}.custom-tick-half{top:137px}.total-users-label{display:inline-flex}.user-label{margin:0 0 0 7px;padding:5px 0 0;font-size:26px;font-weight:300}.legend-label-container{margin-right:5px;display:inline-flex}.legend-label-container span{margin-right:-2p;padding-left:2px}.engaged-bar-chart{margin-top:4%;margin-left:-9px}.legend-label-value{font-weight:600}.engaged-header-container{margin-bottom:-8%;padding-top:16px;padding-left:10px}.tooltip-container h2{margin-bottom:10px}.recharts-legend-wrapper{bottom:-2px}.visited-item{width:inherit;justify-content:space-between;height:16px;padding:5px 0 20px;display:flex}.loading-div{justify-content:center;align-items:center;height:-webkit-fill-available;display:flex}.visited-item .tooltip-trigger,.visited-item-name{padding:0 0 0 16px}.visited-item-value{padding:0 30px;display:inline-flex}.visited-item-number{color:#a82058;padding:0 12px}.visited-item-value svg{margin-top:3px}.visited-header-container{border:0 solid #eaeaea;border-bottom-width:1px;justify-content:space-between;align-items:center;height:32px;display:flex}.visited-content{height:201px;overflow-y:scroll}.grey-header{color:#9e9e9e;font-size:12px;font-weight:100;position:relative}.times-visited-text,.screen-name-text{margin:0}.screen-name-text{left:16px}.times-visited-text{right:50px}.date-picker-content{width:0;height:0}.location-legend-wrapper{justify-content:center;align-items:center;height:80px;padding:0 16px;display:flex}.location-legend{padding:0;display:inline-block}.location-legend li{white-space:nowrap;display:inline}.location-legend-icon{position:relative;top:4px}.module-empty-state{width:inherit;justify-content:center;align-items:center;height:-webkit-fill-available;display:flex}.module-empty-state-content{text-align:center;width:unset;height:unset}.module-empty-state-content h2{color:#9e9e9e;margin-bottom:0}.module-empty-state-content span{color:#bdbdbd;margin-bottom:0}.stacked-bar-wrapper{justify-content:center;display:flex}.map-controls{text-align:center;margin-bottom:-18px;display:flex;position:relative;bottom:30px;left:290px}.map-controls button{color:#fff;background:#333;border:0;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;margin-left:2px;padding:0;display:flex}.icon-center{background:#fff}.versions-wrapper .left-panel-header{flex-direction:row;justify-content:space-between;display:flex;position:relative}.versions-wrapper .left-panel-header:after{content:"";border-bottom:1px solid #eee;width:calc(100% + 64px);margin:0 -32px;display:block;position:absolute;bottom:0;left:0;right:0}.versions-wrapper .left-panel-header .left-panel-title{color:#00a898;padding:0}.versions-wrapper .left-panel-header .left-panel-title:after{border:0}.versions-wrapper .left-panel-header .icon{background-color:#00a898}.versions-wrapper .left-panel-header .tooltip-trigger{height:fit-content}.app-versions-container{flex-direction:column;display:flex}.app-versions-container .loading{justify-content:center;align-items:center;padding-bottom:1.125rem;display:flex}.app-versions-container .versions-current-design{padding:10px 0}.app-versions-container .versions-accordion{margin:0 -32px;transition:all .2s;position:relative}.app-versions-container .versions-accordion .accordion-title{cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 16px;font-size:14px;transition:background .2s;display:flex;position:relative}.app-versions-container .versions-accordion .accordion-title .versions-accordion-title-inner{color:#424242;flex:1;padding-left:8px}.app-versions-container .versions-accordion .accordion-title .icon{background-color:#424242}.app-versions-container .versions-accordion .accordion-title:hover{background:#00000008}.app-versions-container .versions-accordion .accordion-title .versions-count{color:#9e9e9e;justify-content:center;align-items:center;width:31px;height:31px;padding:0;display:flex}.app-versions-container .versions-accordion.accordion-expanded:before{content:"";display:block;position:absolute;top:0;left:-32px;right:-32px}.app-versions-container .versions-accordion .accordion-children{border-bottom:1px solid #0000001a;padding-bottom:0;padding-left:8px;padding-right:8px}.app-versions-container .versions-accordion .accordion-children .content-disabled{opacity:.5;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:none}.app-versions-container .versions-accordion .accordion-children .empty-state.data-upgrade-prompt{margin:0 0 16px}.app-versions-container .versions-accordion .accordion-children .app-versions-button:disabled{opacity:.3}.app-versions-container .versions-accordion .accordion-children .versions-list{border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;align-items:stretch;margin:16px 0;display:flex;overflow:hidden}.app-versions-container .versions-accordion .accordion-children .versions-list .btn.btn-square{border-radius:0}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item{border-bottom:1px solid #e0e0e0;flex-direction:column;flex:1;justify-content:space-between;gap:.25rem;padding:14px;display:flex}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item:last-child{border-bottom:0}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-header{justify-content:space-between;align-items:center;display:flex}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-header .version-item-left{flex-direction:column;gap:.25rem;display:flex;overflow:hidden}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-header .version-item-left .version-item-title{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;align-items:center;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-header .version-item-left .version-item-date{color:#aaa;padding-bottom:6px;font-size:11px}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-header .icon-more-vert{background:#616161}.app-versions-container .versions-accordion .accordion-children .versions-list .version-item .version-item-description{color:#424242;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:11px;font-weight:500;display:-webkit-box;overflow:hidden}.versions-list-empty{color:#9e9e9e;border:1px dashed #e0e0e0;border-radius:12px;flex-direction:column;align-items:center;margin:16px 0;padding:20px;display:flex;overflow:hidden}.versions-list-empty .versions-list-empty-text{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.versions-list-empty .versions-list-empty-text .text-title{color:#616161;font-size:14px;font-weight:500}.versions-list-empty.unavailable{border-style:solid}.versions-list-empty.unavailable .versions-list-empty-text{text-align:left;align-items:flex-start}.panel.edit-bar-experts .panel-body{background:linear-gradient(#f8f4ee 0%,#fff 100%)}.experts-panel{margin:12px -16px -32px}.experts-panel-top-image{border-radius:6px;margin:0 auto;display:block}.experts-panel-header-title{text-align:center;background:linear-gradient(#00a898 34.09%,#025c54 100%);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:30px 0 10px;font-size:18px;font-weight:700;position:relative}.experts-panel-header-title:after{content:url("data:image/svg+xml,%3csvg%20width='28'%20height='45'%20viewBox='0%200%2028%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.26936%2020.9086L13.6061%2017.2253L21.0675%2021.3109L17.0422%2014.3858L21.1834%206.92514L20.8174%206.29558L13.847%2010.3472L6.38558%206.26155L10.7768%2013.8163L6.63568%2021.2769L7.26936%2020.9086Z'%20fill='%23E8DCCE'/%3e%3cpath%20d='M10.962%2033.1179L15.3594%2035.6567L15.4755%2041.5489L18.2501%2036.7432L24.161%2036.6607L24.4132%2036.2238L19.576%2033.4311L19.4599%2027.5389L16.4331%2032.7815L10.5222%2032.864L10.962%2033.1179Z'%20fill='%23E8DCCE'/%3e%3c/svg%3e");width:28px;height:45px;position:absolute;bottom:-6px;right:-4px}.experts-panel-header-text{text-align:center;width:280px;margin:10px auto 20px}.browse-experts-button{color:#000;text-align:center;background:#ffcd58;border-radius:4px;width:130px;margin:0 auto;padding:4px 12px 4px 0;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:block;position:relative}.browse-experts-button:hover{background:#ffa300}.browse-experts-button .icon-arrow-next{width:8px;height:8px;position:absolute;top:7px;right:10px}.feature-templates-cta__toast{color:#fff;text-wrap:nowrap;background-color:#333;width:540px;margin-bottom:32px;font-family:Work Sans,sans-serif;display:flex;right:14rem}.feature-templates-cta__toast .btn{text-wrap:nowrap}.feature-templates-cta__toast-body>div{align-items:center;gap:2rem;display:flex}.feature-templates-cta__toast-body>div h2{font-size:16px;font-weight:600px;text-wrap:wrap;max-width:100%;margin-bottom:4px}.feature-templates-cta__toast-body>div p{font-size:13px}.feature-templates-cta__toast .Toastify__close-button{display:none}.feature-templates-cta__wrapper,.feature-templates-cta__collapsed{background:#fff;border-top:1px solid #00a89880;width:100%;margin:0 -32px;position:sticky;bottom:0;box-shadow:0 -4px 8px #0000001a}.feature-templates-cta__content{cursor:pointer;background:linear-gradient(#00a99600 0%,#00a99608 100%,#00a99604 100%);flex-direction:column;gap:12px;padding:32px 16px 12px 12px;transition:all .5s;display:flex}.feature-templates-cta__content:hover{background:linear-gradient(#00a99600 0%,#00a9961a 100%,#00a9960d 100%)}.feature-templates-cta__content img{align-self:center}.feature-templates-cta__content__text{flex-direction:column;gap:4px;display:flex}.feature-templates-cta__content__text h2{margin:0;font-size:18px;font-weight:500}.feature-templates-cta__content__text p{color:#757575;margin:0;font-size:12px}.feature-templates-cta__content span{text-transform:uppercase;color:#00a898;align-self:flex-end;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.feature-templates-cta__new-feature-label{position:absolute;top:12px;left:12px}.feature-templates-cta__close_arrows{position:absolute;top:12px;right:12px}.feature-templates-cta__collapsed{background-image:linear-gradient(#fff 0%,#00a99630 100%);transition:background-image .5s}.feature-templates-cta__collapsed:hover{background-image:linear-gradient(#009e8f 0%,#006051 100%)}.feature-templates-cta__collapsed:hover .btn.btn-list-add{color:#fff}.feature-templates-cta__collapsed:hover .btn.btn-list-add .icon{background-color:#fff}.feature-templates-cta__collapsed .btn.btn-list-add{justify-content:center;align-items:center;height:49px;font-size:12px;display:flex}.feature-templates-cta__collapsed .btn.btn-list-add span{margin-right:8px}.feature-templates-cta__collapsed .btn.btn-list-add:hover:not([disabled]){background-color:#0000}.progress-bar{background:#0000001a;border-radius:2px;height:4px;position:relative;overflow:hidden}.progress-bar-indicator{background:#00a898;min-width:0;max-width:100%;transition:width 1s;position:absolute;top:0;bottom:0;left:0}.x-ray-audit-wrapper{width:800px}.x-ray-audit-wrapper .left-panel-header{flex-direction:row;justify-content:space-between;display:flex;position:relative}.x-ray-audit-wrapper .left-panel-header:after{content:"";border-bottom:1px solid #eee;width:calc(100% + 64px);margin:0 -32px;display:block;position:absolute;bottom:0;left:0;right:0}.x-ray-audit-wrapper .left-panel-header .left-panel-title{color:#f86c01;padding:0}.x-ray-audit-wrapper .left-panel-header .left-panel-title:after{border:0}.x-ray-audit-wrapper .left-panel-header .icon{background-color:#f86c01}.x-ray-audit-wrapper .left-panel-header .tooltip-trigger{height:fit-content}.x-ray-app-container{flex-direction:column;width:800px;display:flex}.x-ray-app-container .loading{justify-content:center;align-items:center;padding-bottom:1.125rem;display:flex}.x-ray-app-container .versions-current-design{padding:10px 0}.audit-loading{justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.audit-loading .audit-loading-content{text-align:center}.audit-loading .audit-loading-content h3{color:var(--text-color);margin:1.5rem 0;font-size:1.25rem}.audit-loading .audit-loading-content .audit-loading-steps{text-align:left;margin-top:2rem}.audit-loading .audit-loading-content .audit-loading-steps p{color:var(--text-color-light);align-items:center;gap:.5rem;margin:1rem 0;display:flex}.audit-loading .audit-loading-content .audit-loading-steps p i{color:var(--teal)}.audit-error-container{justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.audit-error-container .audit-error-content{text-align:center;background:#fff5f5;border:1px solid #ffa5a5;border-radius:12px;width:100%;max-width:480px;padding:2rem;box-shadow:0 4px 6px #ff4d4d1a}.audit-error-container .audit-error-content .audit-error-icon{margin-bottom:1rem}.audit-error-container .audit-error-content .audit-error-icon .icon{background-color:#ff4d4d;width:48px;height:48px}.audit-error-container .audit-error-content h3{color:#c00;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.audit-error-container .audit-error-content .error-message{color:#900;margin:0 0 1rem;font-size:1rem;font-weight:500}.audit-error-container .audit-error-content .error-help{color:#666;margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.audit-error-container .audit-error-content .audit-error-actions{justify-content:center;gap:1rem;display:flex}.audit-error-container .audit-error-content .audit-error-actions button{min-width:120px}.audit-error-container .audit-error-content .audit-error-actions button.outline{border:1px solid var(--teal);color:var(--teal);background:0 0}.audit-error-container .audit-error-content .audit-error-actions button.outline:hover{background:#0099990d}.x-ray{width:800px;margin:0 -32px;transition:all .2s;position:relative}.x-ray .accordion-title{cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 16px;font-size:14px;transition:background .2s;display:flex;position:relative}.x-ray .accordion-title .x-ray-title-inner{color:#424242;flex:1;padding-left:8px}.x-ray .accordion-title .icon{background-color:#424242}.x-ray .accordion-title:hover{background:#00000008}.x-ray.accordion-expanded:before{content:"";display:block;position:absolute;top:0;left:-32px;right:-32px}.x-ray .accordion-children{border-bottom:1px solid #0000001a;padding-bottom:0;padding-left:16px;padding-right:16px}.x-ray .accordion-children .content-disabled{opacity:.5;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:none}.x-ray .accordion-children .empty-state.data-upgrade-prompt{margin:0 0 16px}.x-ray .accordion-children .app-versions-button:disabled{opacity:.3}.x-ray-content :global(.grouped-accordion){margin-bottom:16px}.x-ray-content :global(.grouped-accordion):last-child{margin-bottom:0}.x-ray-content .audit-accordion-title{color:#333;align-items:center;gap:12px;font-weight:500;display:flex}.x-ray-content .audit-accordion-title .icon{background-color:#333}.x-ray-content .audit-list{width:98%;padding:8px 0}.x-ray-content .audit-list .audit-success-message{text-align:center;background:#48c78e14;border:1px solid #48c78e26;border-radius:12px;margin:24px 0;padding:32px;box-shadow:0 2px 8px #48c78e0d}.x-ray-content .audit-list .audit-success-message .success-content{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.x-ray-content .audit-list .audit-success-message .success-icon{background:linear-gradient(135deg,#48c78e 0%,#43b380 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;box-shadow:0 4px 12px #48c78e33,0 0 0 8px #48c78e1a}.x-ray-content .audit-list .audit-success-message .success-icon .icon{background-color:#fff;width:32px;height:32px;margin:0;-webkit-mask-size:contain;mask-size:contain}.x-ray-content .audit-list .audit-success-message .success-icon:hover{transform:scale(1.05);box-shadow:0 6px 16px #48c78e40,0 0 0 12px #48c78e14}.x-ray-content .audit-list .audit-success-message h3{color:#2c3e50;letter-spacing:-.01em;margin:0;font-size:20px;font-weight:600}.x-ray-content .audit-list .audit-success-message p{color:#4a4a4a;opacity:.85;max-width:500px;margin:0 auto;font-size:15px;line-height:1.6}.x-ray-content .audit-list .orphaned-screens-group{background:#ffc1070d;border:1px solid #ffc10733;border-radius:12px;margin:16px 0;padding:16px}.x-ray-content .audit-list .orphaned-screens-group:first-child{margin-top:0}.x-ray-content .audit-list .orphaned-screens-group:last-child{margin-bottom:0}.x-ray-content .audit-list .audit-list-item{cursor:pointer;border-radius:8px;margin:8px 0;transition:all .2s;position:relative;overflow:hidden}.x-ray-content .audit-list .audit-list-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.x-ray-content .audit-list .audit-list-item:hover .audit-item-content{background-color:#fff9}.x-ray-content .audit-list .audit-list-item:hover:after{content:"";opacity:.3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");background-size:contain;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.x-ray-content .audit-list .audit-list-item .audit-item-content{padding:12px;transition:background-color .2s;position:relative}.x-ray-content .audit-list .audit-list-item .audit-item-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.x-ray-content .audit-list .audit-list-item .audit-item-header .screen-name{color:#333;flex:1;font-size:14px;font-weight:500}.x-ray-content .audit-list .audit-list-item .audit-item-header .component-count{color:#666;background:#0000000d;border-radius:4px;padding:4px 8px;font-size:13px;font-weight:500}.x-ray-content .audit-list .audit-list-item .audit-item-header .icon{width:16px;height:16px}.x-ray-content .audit-list .audit-list-item .audit-message{margin:0;padding-left:24px;font-size:13px}.x-ray-content .audit-list .audit-list-item.audit-error{background:#fff5f5;border:1px solid #ffa5a5}.x-ray-content .audit-list .audit-list-item.audit-error .icon{background-color:#ff4d4d}.x-ray-content .audit-list .audit-list-item.audit-error .audit-message{color:#c00}.x-ray-content .audit-list .audit-list-item.audit-warning{background:#fff9e7;border:1px solid #ffe7b3}.x-ray-content .audit-list .audit-list-item.audit-warning .icon{background-color:#f5a623}.x-ray-content .audit-list .audit-list-item.audit-warning .audit-message{color:#996300}.x-ray-content .audit-list .audit-list-item.audit-info{background:#f0f7ff;border:1px solid #b3d7ff}.x-ray-content .audit-list .audit-list-item.audit-info .icon{background-color:#06f}.x-ray-content .audit-list .audit-list-item.audit-info .audit-message{color:#004dc2}.x-ray-content .audit-list .audit-list-item.audit-success{background:#f0fff4;border:1px solid #b3ffb3}.x-ray-content .audit-list .audit-list-item.audit-success .icon{background-color:#0c0}.x-ray-content .audit-list .audit-list-item.audit-success .audit-message{color:#060}.x-ray-content .audit-list .audit-list-item.clickable{transition:background-color .2s}.x-ray-content .audit-list .audit-list-item.clickable:hover{background-color:#0000000d}.x-ray-content .audit-list .audit-list-item.clickable:focus{outline-offset:-2px;outline:2px solid #03a898}.x-ray-content .audit-list .audit-list-item.clickable:active{background-color:#0000001a}.audit-section-intro{background:#f8f9fa;border-left:4px solid #06f;border-radius:8px;margin-bottom:16px;padding:16px}.audit-section-intro p{color:#4a4a4a;margin:0 0 12px;font-size:14px;line-height:1.5}.audit-section-intro p:last-child{margin-bottom:0}.audit-section-intro .complexity-legend{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.audit-section-intro .complexity-legend .legend-item{color:#666;align-items:center;gap:8px;font-size:13px;display:flex}.audit-section-intro .complexity-legend .legend-item .icon{width:14px;height:14px}.audit-section-intro .complexity-legend .legend-item.error .icon{background-color:#ff4d4d}.audit-section-intro .complexity-legend .legend-item.warning .icon{background-color:#f5a623}.audit-section-intro .complexity-legend .legend-item.success .icon{background-color:#0c0}.audit-success-message{text-align:center;background:#48c78e14;border:1px solid #48c78e26;border-radius:12px;margin:1.5rem;padding:2.5rem;box-shadow:0 2px 8px #48c78e0d}.audit-success-message .success-content{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.audit-success-message .success-icon{color:#fff;background:linear-gradient(135deg,#48c78e 0%,#43b380 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;box-shadow:0 4px 12px #48c78e33,0 0 0 8px #48c78e1a}.audit-success-message .success-icon .icon{background-color:#fff;width:32px;height:32px;-webkit-mask-size:contain;mask-size:contain}.audit-success-message .success-icon:hover{transform:scale(1.05);box-shadow:0 6px 16px #48c78e40,0 0 0 12px #48c78e14}.audit-success-message h3{color:#2c3e50;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:600}.audit-success-message p{color:#4a4a4a;opacity:.85;max-width:600px;margin:0;font-size:1rem;line-height:1.6}.lottie-components-subsection{border-top:1px solid #e9ecef;margin-top:32px;padding-top:24px}.lottie-components-subsection .lottie-screen-group{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin:16px 0;transition:all .2s;overflow:hidden}.lottie-components-subsection .lottie-screen-group:hover{border-color:#d0d7de;box-shadow:0 2px 8px #00000014}.lottie-components-subsection .lottie-screen-group .lottie-screen-header{cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #e9ecef;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.lottie-components-subsection .lottie-screen-group .lottie-screen-header:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.lottie-components-subsection .lottie-screen-group .lottie-screen-header:hover:after{content:"";opacity:.4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");background-size:contain;width:16px;height:16px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.lottie-components-subsection .lottie-screen-group .lottie-screen-header:focus{outline-offset:-2px;outline:2px solid #03a898}.lottie-components-subsection .lottie-screen-group .lottie-screen-header .icon{color:#6f42c1;flex-shrink:0;width:20px;height:20px}.lottie-components-subsection .lottie-screen-group .lottie-screen-header .screen-name{color:#2c3e50;flex:1;font-size:16px;font-weight:600}.lottie-components-subsection .lottie-screen-group .lottie-screen-header .component-count{color:#6c757d;background:#6f42c11a;border:1px solid #6f42c133;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:500}.lottie-components-subsection .lottie-screen-group .lottie-component-list{padding:8px}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item{cursor:pointer;background:#fafbfc;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;margin:4px 0;padding:12px;transition:all .2s;display:flex;position:relative}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item:hover{background:#f1f3f4;border-color:#e1e4e8;transform:translate(4px)}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item:hover:after{content:"";opacity:.3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");background-size:contain;width:14px;height:14px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item:focus{outline-offset:-2px;background:#f1f3f4;outline:2px solid #03a898}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item:active{background:#e9ecef;transform:translate(2px)}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item .icon{color:#6f42c1;flex-shrink:0;width:16px;height:16px}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item .component-name{color:#495057;flex:1;font-size:14px;font-weight:500}.lottie-components-subsection .lottie-screen-group .lottie-component-list .lottie-component-item .component-size{color:#6c757d;background:#6c757d1a;border:1px solid #6c757d26;border-radius:12px;padding:4px 8px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:12px;font-weight:500}.lottie-components-subsection .lottie-performance-warning{color:#856404;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:12px;font-size:13px;display:flex}.lottie-components-subsection .lottie-performance-warning .icon{color:#ffc107;flex-shrink:0}.lottie-components-subsection .lottie-performance-warning strong{font-weight:600}.components-section{margin-top:32px}.components-section .legacy-components-subsection,.components-section .private-components-subsection,.components-section .rn-version-mismatch-subsection{border-top:1px solid #e9ecef;margin-top:32px;padding-top:24px}.components-section .screen-group{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin:16px 0;transition:all .2s;overflow:hidden}.components-section .screen-group:hover{border-color:#d0d7de;box-shadow:0 2px 8px #00000014}.components-section .screen-group .screen-header{cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #e9ecef;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative}.components-section .screen-group .screen-header:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%)}.components-section .screen-group .screen-header:focus{outline-offset:-2px;outline:2px solid #03a898}.components-section .screen-group .screen-header .icon{color:#6f42c1;flex-shrink:0;width:20px;height:20px}.components-section .screen-group .screen-header .screen-name{color:#2c3e50;flex:1;font-size:16px;font-weight:600}.components-section .screen-group .screen-header .component-count{color:#6c757d;background:#6f42c11a;border:1px solid #6f42c133;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:500}.components-section .screen-group .component-list{padding:8px}.components-section .screen-group .component-list .component-item{cursor:pointer;background:#fafbfc;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;margin:4px 0;padding:12px;transition:all .2s;display:flex;position:relative}.components-section .screen-group .component-list .component-item:hover{background:#f1f3f4;border-color:#e1e4e8;transform:translate(4px)}.components-section .screen-group .component-list .component-item:focus{outline-offset:-2px;background:#f1f3f4;outline:2px solid #03a898}.components-section .screen-group .component-list .component-item:active{background:#e9ecef;transform:translate(2px)}.components-section .screen-group .component-list .component-item .icon{flex-shrink:0;width:16px;height:16px}.components-section .screen-group .component-list .component-item .icon[type=warning]{color:#ffc107}.components-section .screen-group .component-list .component-item .icon[type=lock]{color:#6f42c1}.components-section .screen-group .component-list .component-item .icon[type=sync]{color:#17a2b8}.components-section .screen-group .component-list .component-item .component-name{color:#495057;flex:1;font-size:14px;font-weight:500}.components-section .screen-group .component-list .component-item .component-library{color:#6c757d;background:#6c757d1a;border:1px solid #6c757d26;border-radius:12px;padding:4px 8px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:12px;font-weight:500}.components-section .screen-group .component-list .component-item .warning-notes{color:#856404;background:#ffc1071a;border:1px solid #ffc10733;border-radius:12px;margin-left:8px;padding:4px 8px;font-size:12px}.cache-hit-ratios{width:98%;max-width:98%;padding:0}.cache-hit-ratios .cache-section-intro{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:24px;padding:16px}.cache-hit-ratios .cache-section-intro p{color:#4a4a4a;margin:0;font-size:14px;line-height:1.5}.cache-hit-ratios .cache-metrics-grid{grid-template-columns:1fr;gap:20px;margin-bottom:32px;display:grid}.cache-hit-ratios .cache-metric-card{background:#fff;border:1px solid #e3e6f0;border-radius:12px;width:100%;max-width:100%;padding:24px;transition:box-shadow .2s;box-shadow:0 2px 4px #0000000d}.cache-hit-ratios .cache-metric-card:hover{box-shadow:0 4px 12px #0000001a}.cache-hit-ratios .cache-metric-card h3{color:#2c3e50;text-align:center;border-bottom:2px solid #f0f0f0;margin:0 0 20px;padding-bottom:12px;font-size:18px;font-weight:600}.cache-hit-ratios .cache-metric-card .metric-stats{justify-content:space-between;gap:16px;margin-bottom:20px;display:flex}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item{text-align:center;background:#f8f9fa;border-radius:8px;flex:1;padding:12px 8px;transition:all .2s}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight .stat-label{color:#ffffffe6}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight .stat-description{color:#fffc}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.excellent{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);border:2px solid #28a7454d;position:relative;overflow:hidden;box-shadow:0 6px 20px #28a74566}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.excellent:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:-100%}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.excellent:hover{transform:scale(1.08);box-shadow:0 8px 25px #28a74580}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.excellent .stat-value.ratio{background:linear-gradient(135deg,#fff 0%,#e8f8f0 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 4px #0000001a;-webkit-background-clip:text;background-clip:text;font-weight:800}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.good{background:linear-gradient(135deg,#ffc107 0%,#fd7e14 100%);border:2px solid #ffc1074d;position:relative;overflow:hidden;box-shadow:0 6px 20px #ffc10766}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.good:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:2.5s infinite shimmer;position:absolute;top:0;left:-100%}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.good:hover{transform:scale(1.08);box-shadow:0 8px 25px #ffc10780}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.good .stat-value.ratio{background:linear-gradient(135deg,#fff 0%,#fff8dc 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 4px #0000001a;-webkit-background-clip:text;background-clip:text;font-weight:800}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.poor{background:linear-gradient(135deg,#dc3545 0%,#e74c3c 100%);border:2px solid #dc35454d;animation:3s ease-in-out infinite pulse-warning;position:relative;overflow:hidden;box-shadow:0 6px 20px #dc354566}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.poor:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:-100%}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.poor:hover{transform:scale(1.08);box-shadow:0 8px 25px #dc354580}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight.poor .stat-value.ratio{background:linear-gradient(135deg,#fff 0%,#ffe6e6 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 4px #0000001a;-webkit-background-clip:text;background-clip:text;font-weight:800}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item .stat-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:500}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item .stat-value{color:#2c3e50;margin-bottom:4px;font-size:24px;font-weight:700;line-height:1}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item .stat-value.ratio{color:#28a745;font-size:28px}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item .stat-description{color:#8e9ba7;font-size:10px;line-height:1.3}.cache-hit-ratios .cache-metric-card .metric-explanation{background:#f8f9fa;border-radius:8px;margin-top:16px;padding:16px}.cache-hit-ratios .cache-metric-card .metric-explanation p{color:#4a4a4a;margin:0 0 12px;font-size:13px;line-height:1.4}.cache-hit-ratios .cache-metric-card .metric-explanation ul{margin:0;padding-left:16px}.cache-hit-ratios .cache-metric-card .metric-explanation ul li{color:#6c757d;margin-bottom:4px;font-size:12px;line-height:1.3}.cache-hit-ratios .cache-metric-card .metric-explanation ul li:last-child{margin-bottom:0}.cache-hit-ratios .per-table-cache{margin-top:32px}.cache-hit-ratios .per-table-cache h3{color:#2c3e50;margin:0 0 16px;font-size:20px;font-weight:600}.cache-hit-ratios .per-table-cache .section-description{color:#6c757d;margin-bottom:20px;font-size:14px;line-height:1.5}.cache-hit-ratios .per-table-cache .cache-table-container{background:#fff;border:1px solid #e3e6f0;border-radius:12px;width:100%;max-width:100%;overflow:auto hidden;box-shadow:0 2px 4px #0000000d}.cache-hit-ratios .per-table-cache .cache-table{border-collapse:collapse;width:100%;min-width:700px;font-size:12px}.cache-hit-ratios .per-table-cache .cache-table thead{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.cache-hit-ratios .per-table-cache .cache-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border:none;padding:12px 8px;font-size:11px;font-weight:600}.cache-hit-ratios .per-table-cache .cache-table thead th:first-child{min-width:140px;padding-left:16px}.cache-hit-ratios .per-table-cache .cache-table thead th:last-child{padding-right:16px}.cache-hit-ratios .per-table-cache .cache-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.cache-hit-ratios .per-table-cache .cache-table tbody tr:hover{background-color:#667eea0d}.cache-hit-ratios .per-table-cache .cache-table tbody tr:last-child{border-bottom:none}.cache-hit-ratios .per-table-cache .cache-table tbody tr td{vertical-align:middle;padding:10px 8px;font-size:12px}.cache-hit-ratios .per-table-cache .cache-table tbody tr td:first-child{max-width:140px;padding-left:16px}.cache-hit-ratios .per-table-cache .cache-table tbody tr td:last-child{padding-right:16px}.cache-hit-ratios .per-table-cache .cache-table tbody tr td.table-name{color:#2c3e50;word-break:break-word;text-overflow:ellipsis;font-weight:500;overflow:hidden}.cache-hit-ratios .per-table-cache .cache-table tbody tr td.ratio-cell{text-align:center;white-space:nowrap;font-weight:600}.cache-hit-ratios .per-table-cache .cache-table tbody tr td.ratio-cell.excellent{color:#28a745;background:#28a7451a;border-radius:4px}.cache-hit-ratios .per-table-cache .cache-table tbody tr td.ratio-cell.good{color:#ffc107;background:#ffc1071a;border-radius:4px}.cache-hit-ratios .per-table-cache .cache-table tbody tr td.ratio-cell.poor{color:#dc3545;background:#dc35451a;border-radius:4px}.cache-hit-ratios .cache-no-data{text-align:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;padding:48px 24px}.cache-hit-ratios .cache-no-data .icon{background-color:#6c757d;width:48px;height:48px;margin:0 auto 16px}.cache-hit-ratios .cache-no-data h3{color:#6c757d;margin:0 0 12px;font-size:18px;font-weight:600}.cache-hit-ratios .cache-no-data p{color:#8e9ba7;max-width:400px;margin:0 auto;font-size:14px;line-height:1.5}@media (width<=768px){.cache-hit-ratios .cache-metrics-grid{grid-template-columns:1fr;gap:16px}.cache-hit-ratios .cache-metric-card .metric-stats{flex-direction:column;gap:12px}.cache-hit-ratios .cache-metric-card .metric-stats .stat-item.highlight{transform:none}.cache-hit-ratios .per-table-cache .cache-table-container{overflow-x:auto}}.live-row-counts-section{width:100%;margin-top:32px;padding:0}.live-row-counts-section .live-row-summary{justify-content:flex-start;align-items:center;gap:16px;margin-bottom:24px;display:flex}.live-row-counts-section .live-row-summary .optimize-database-button{margin-left:auto}.live-row-counts-section .live-row-summary .optimize-database-button button{color:#fff;background:linear-gradient(135deg,#00b4db 0%,#0083b0 100%);border:none;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #00b4db4d}.live-row-counts-section .live-row-summary .optimize-database-button button:hover{background:linear-gradient(135deg,#00c6db 0%,#0095b0 100%);transform:translateY(-2px);box-shadow:0 8px 25px #00b4db66}.live-row-counts-section .live-row-summary .optimize-database-button button:active{transform:translateY(1px);box-shadow:0 2px 10px #00b4db4d}.live-row-counts-section .live-row-summary .optimize-database-button button i{margin-right:8px;font-size:16px}.live-row-counts-section .live-row-summary .summary-card{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;min-width:140px;padding:20px 24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px #667eea4d}.live-row-counts-section .live-row-summary .summary-card:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:scale(0)}.live-row-counts-section .live-row-summary .summary-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #667eea66}.live-row-counts-section .live-row-summary .summary-card:hover:before{transform:scale(1)}.live-row-counts-section .live-row-summary .summary-card .summary-value{text-shadow:0 2px 8px #0003;margin-bottom:4px;font-size:28px;font-weight:700}.live-row-counts-section .live-row-summary .summary-card .summary-label{opacity:.9;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.live-row-counts-section .optimization-section{background:linear-gradient(135deg,#ed89361a 0%,#e53e3e1a 100%);border:1px solid #ed893633;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin:24px 0;padding:20px;display:flex}.live-row-counts-section .optimization-section .optimization-alert{color:#c05621;align-items:center;gap:12px;font-weight:500;display:flex}.live-row-counts-section .optimization-section .optimization-alert i{color:#dd6b20;font-size:18px}.live-row-counts-section .optimization-section button{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#ed8936 0%,#dd6b20 100%);border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ed89364d}.live-row-counts-section .optimization-section button:hover{background:linear-gradient(135deg,#f6ad55 0%,#ed8936 100%);transform:translateY(-2px);box-shadow:0 8px 25px #ed893666}.live-row-counts-section .optimization-section button:active{transform:translateY(1px);box-shadow:0 2px 10px #ed89364d}.live-row-counts-section .optimization-section button i{margin-right:8px;font-size:16px}.live-row-counts-section .live-row-table{background:#fff;border:1px solid #e8ecf0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.live-row-counts-section .live-row-table .table-header{text-transform:uppercase;letter-spacing:.5px;color:#4a5568;background:linear-gradient(135deg,#f8f9fc 0%,#e8ecf0 100%);border-bottom:2px solid #e2e8f0;grid-template-columns:2fr 1fr 1.5fr;font-size:12px;font-weight:600;display:grid}.live-row-counts-section .live-row-table .table-header .header-cell{align-items:center;padding:16px 20px;display:flex}.live-row-counts-section .live-row-table .table-header .header-cell.table-name{justify-content:flex-start}.live-row-counts-section .live-row-table .table-header .header-cell.row-count,.live-row-counts-section .live-row-table .table-header .header-cell.percentage{justify-content:center}.live-row-counts-section .live-row-table .table-row{background:#fff;border-bottom:1px solid #e8ecf0;grid-template-columns:2fr 1fr 1.5fr;transition:all .2s;display:grid;position:relative}.live-row-counts-section .live-row-table .table-row:hover{background:linear-gradient(90deg,#f7fafc 0%,#edf2f7 100%);transform:translate(2px)}.live-row-counts-section .live-row-table .table-row:last-child{border-bottom:none}.live-row-counts-section .live-row-table .table-row.large{background:linear-gradient(90deg,#fed7d7 0%,#fff 10%);border-left:4px solid #e53e3e}.live-row-counts-section .live-row-table .table-row.large:hover{background:linear-gradient(90deg,#fed7d7 0%,#f7fafc 15%)}.live-row-counts-section .live-row-table .table-row.large .table-icon{filter:hue-rotate(330deg)}.live-row-counts-section .live-row-table .table-row.medium{background:linear-gradient(90deg,#feebc8 0%,#fff 10%);border-left:4px solid #ed8936}.live-row-counts-section .live-row-table .table-row.medium:hover{background:linear-gradient(90deg,#feebc8 0%,#f7fafc 15%)}.live-row-counts-section .live-row-table .table-row.medium .table-icon{filter:hue-rotate(30deg)}.live-row-counts-section .live-row-table .table-row.small{background:linear-gradient(90deg,#c6f6d5 0%,#fff 10%);border-left:4px solid #38a169}.live-row-counts-section .live-row-table .table-row.small:hover{background:linear-gradient(90deg,#c6f6d5 0%,#f7fafc 15%)}.live-row-counts-section .live-row-table .table-row.small .table-icon{filter:hue-rotate(120deg)}.live-row-counts-section .live-row-table .table-row .cell{align-items:center;padding:16px 20px;font-size:14px;display:flex}.live-row-counts-section .live-row-table .table-row .cell.table-name{color:#2d3748;justify-content:flex-start;font-weight:600}.live-row-counts-section .live-row-table .table-row .cell.table-name .table-icon{margin-right:8px;font-size:16px;transition:filter .3s}.live-row-counts-section .live-row-table .table-row .cell.row-count{justify-content:center}.live-row-counts-section .live-row-table .table-row .cell.row-count .row-count-value{color:#4a5568;background:#edf2f7;border-radius:8px;padding:4px 12px;font-family:Monaco,Menlo,monospace;font-size:13px;font-weight:700}.live-row-counts-section .live-row-table .table-row .cell.percentage{justify-content:center}.live-row-counts-section .live-row-table .table-row .cell.percentage .percentage-bar{background:#e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:100px;height:20px;display:flex;position:relative;overflow:hidden}.live-row-counts-section .live-row-table .table-row .cell.percentage .percentage-bar .percentage-fill{background:linear-gradient(90deg,#4299e1 0%,#3182ce 100%);border-radius:10px;height:100%;transition:width .6s ease-in-out;position:absolute;top:0;left:0}.live-row-counts-section .live-row-table .table-row .cell.percentage .percentage-bar .percentage-text{z-index:2;color:#2d3748;text-shadow:0 1px 2px #fffc;font-size:11px;font-weight:600;position:relative}@media (width<=768px){.live-row-counts-section .live-row-summary{flex-direction:column;gap:12px}.live-row-counts-section .live-row-summary .optimize-database-button{width:100%;margin-top:8px;margin-left:0}.live-row-counts-section .live-row-summary .optimize-database-button button{justify-content:center;width:100%}.live-row-counts-section .live-row-summary .summary-card{min-width:auto;padding:16px 20px}.live-row-counts-section .live-row-summary .summary-card .summary-value{font-size:24px}.live-row-counts-section .optimization-section{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.live-row-counts-section .optimization-section .optimization-alert{text-align:left}.live-row-counts-section .optimization-section button{justify-content:center;width:100%}.live-row-counts-section .live-row-table .table-header,.live-row-counts-section .live-row-table .table-row{grid-template-columns:1.5fr 1fr 1fr}.live-row-counts-section .live-row-table .table-header .header-cell,.live-row-counts-section .live-row-table .table-row .cell{padding:12px 16px;font-size:13px}.live-row-counts-section .live-row-table .table-row .cell.percentage .percentage-bar{width:80px}}@media (width<=480px){.live-row-counts-section .live-row-table .table-header,.live-row-counts-section .live-row-table .table-row{grid-template-columns:1fr;gap:8px}.live-row-counts-section .live-row-table .table-header{display:none}.live-row-counts-section .live-row-table .table-row{border-radius:8px;margin-bottom:12px;padding:16px;display:block}.live-row-counts-section .live-row-table .table-row .cell{justify-content:space-between;padding:4px 0}.live-row-counts-section .live-row-table .table-row .cell:before{content:attr(data-label);color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.live-row-counts-section .live-row-table .table-row .cell.table-name:before{content:"Table: "}.live-row-counts-section .live-row-table .table-row .cell.row-count:before{content:"Rows: "}.live-row-counts-section .live-row-table .table-row .cell.percentage:before{content:"Percentage: "}}.x-ray-intro{text-align:center;flex-direction:column;align-items:center;max-width:600px;margin:0 auto;padding:32px;display:flex}.x-ray-intro h3{color:#333;margin-bottom:16px;font-size:24px;font-weight:600}.x-ray-intro p{color:#666;margin-bottom:32px;font-size:16px;line-height:1.5}.x-ray-intro .btn{padding:12px 24px}.x-ray-intro .btn .icon{margin-right:8px}.x-ray-button-container{justify-content:center;align-items:center;margin-top:1rem;display:flex}.x-ray-feedback{text-align:center;color:#6c757d;background:linear-gradient(90deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:90%;padding:20px 24px;font-size:14px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000d}.x-ray-feedback:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.x-ray-feedback .icon{color:#007bff;font-size:16px}.x-ray-feedback a{color:#007bff;border-radius:4px;padding:2px 4px;font-weight:500;text-decoration:none;transition:all .2s}.x-ray-feedback a:hover{color:#0056b3;background-color:#007bff14;text-decoration:none}.cache-recommendations{background:#e8f4fd;border-left:4px solid #007bff;border-radius:8px;width:100%;max-width:100%;margin-top:20px;margin-bottom:16px;padding:20px}.cache-recommendations h4{color:#2c3e50;margin:0 0 12px;font-size:16px;font-weight:600}.cache-recommendations ul{margin:0;padding-left:20px}.cache-recommendations ul li{color:#4a4a4a;margin-bottom:8px;font-size:13px;line-height:1.5}.cache-recommendations ul li:last-child{margin-bottom:0}.cache-recommendations p{color:#4a4a4a;margin:0 0 12px;font-size:14px;line-height:1.5}.cache-recommendations p:last-child{margin-bottom:0}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse-warning{0%,to{box-shadow:0 6px 20px #dc354566}50%{box-shadow:0 8px 30px #dc354599}}.edit-bar,.edit-bar-backdrop{width:360px;transition:all .4s;position:fixed;top:64px;bottom:0;left:71px}.edit-bar-analytics,.edit-bar-x-ray,.edit-bar-backdrop{z-index:10;width:800px;transition:all .4s;position:fixed;top:64px;bottom:0;left:71px}.offline-banner-visible .edit-bar,.offline-banner-visible .editor-bar-backdrop{top:96px}.edit-bar{z-index:2}.edit-bar-empty{pointer-events:none;transform:translate(-361px)}.edit-bar-backdrop{z-index:0;width:222px}.edit-bar .panel-body{padding:24px 32px 44px;position:relative}.edit-bar .panel-body .geolocation-trial-prompt{margin-top:35px}.edit-bar .tabbar{position:absolute;inset:110px 0 0}.edit-bar .tabbar .tabbar-content{position:absolute;inset:36px 0 0;overflow-y:auto}.editor-app-unpaid .edit-bar{bottom:44px}.left-panel-title{color:#333;flex-direction:row;align-items:center;font-size:16px;font-weight:500;display:flex}.left-panel-title .icon{background-color:#333;margin-right:12px}.app-branding-panel .left-panel-title{color:#a82058;width:297px}.app-branding-panel .left-panel-title .title{flex:1}.app-branding-panel .left-panel-title .icon{background-color:#a82058}.app-settings-panel .left-panel-title{color:#43437a}.app-settings-panel .left-panel-title .icon{background-color:#43437a}.layers-wrapper{flex-direction:column;display:flex}.layers-wrapper .left-panel-title{color:#00a898;flex-direction:row;justify-content:flex-start;align-items:center;margin:0 -16px 0 0;display:flex}.layers-wrapper .left-panel-title .title{flex:1}.layers-wrapper .left-panel-title .icon{background-color:#00a898}.publish-panel .left-panel-title{color:#a1cd46;justify-content:flex-start;align-items:center;display:flex}.publish-panel .left-panel-title .icon{background-color:#a1cd46}.publish-panel .left-panel-title .toggle{margin-left:auto}.publish-panel .callout-card{text-align:left;width:calc(100% + 32px);margin:16px -16px}.publish-panel .callout-card-content p{color:#818181}.left-panel-header{border-bottom:1px solid #eee;flex-direction:column;gap:8px;margin:0 -32px;padding:0 32px 24px;display:flex}.left-panel-header-title{color:#a1cd46;justify-content:flex-start;align-items:center;gap:12px;display:flex}.left-panel-header-title>*{margin:0}.left-panel-header-title h2{font-size:16px}.left-panel-header-title .toggle{margin-left:auto}.left-panel-header-subtext{color:#818181;font-size:14px}.left-panel-title{margin-bottom:0;padding-bottom:24px;position:relative}.left-panel-title:after{content:"";border-bottom:1px solid #eee;width:calc(100% + 64px);margin:0 -32px;display:block;position:absolute;bottom:0;left:0;right:0}.edit-bar-add .panel-body{padding-bottom:0}@keyframes left-nav-fade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}.editor-left-nav{z-index:1000;background:#fff;border-right:1px solid #eee;flex-direction:column;gap:8px;width:71px;padding:10px 0 4px;transition:top .2s;display:flex;position:fixed;top:64px;bottom:0;left:0}.editor-left-nav-labels-hidden{gap:4px}.editor-app-unpaid .editor-left-nav{padding-bottom:48px}.offline-banner-visible .editor-left-nav{top:96px}.editor-left-nav-item{cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:70px;height:56px;transition:all .1s;display:flex;position:relative}.editor-left-nav-item:after{content:"";background:0 0;width:2px;height:0;transition:height .2s ease-in-out,background .2s ease-in-out;position:absolute;top:50%;right:0;transform:translateY(-50%)}.editor-left-nav-labels-hidden .editor-left-nav-item{height:48px;font-weight:500}.editor-left-nav-item-badge{color:#b7b7b7;text-transform:uppercase;white-space:normal;letter-spacing:.05em;max-width:75%;font-size:8px;font-weight:500;transition:all .1s}.editor-left-nav-item-versions .editor-left-nav-tooltip,.editor-left-nav-item-deep-linking .editor-left-nav-tooltip,.editor-left-nav-item-x-ray .editor-left-nav-tooltip,.editor-left-nav-item-experts .editor-left-nav-tooltip{width:max-content}.editor-left-nav-item-sub{background:0 0;border-radius:20px;transition:background .5s}.editor-left-nav-item .icon{background:#616161;transition:background .1s}.editor-left-nav-item:hover .icon,.editor-left-nav-item.active .icon{background:#333}.editor-left-nav-add-button{cursor:pointer;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:6px;display:flex}.editor-left-nav-add-button-sub{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='57px'%20height='57px'%20viewBox='0%200%2057%2057'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2055.1%20(78136)%20-%20https://sketchapp.com%20--%3e%3ctitle%3eArtboard%20Copy%208%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0%200.0024877551%2026.4782259%200.0024877551%2026.4782259%2026.4825192%200%2026.4825192'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='Artboard-Copy-8'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%3e%3cg%20id='Group-32'%3e%3cg%20id='Group'%3e%3cpath%20d='M56.7996484,25.8596317%20C56.8769608,26.6766019%2056.9172277,27.5099473%2056.9208541,28.3482141%20C56.9401351,33.3005925%2055.696694,37.957054%2053.4899797,42.0200713%20C53.4072089,42.1708484%2053.3243486,42.3192989%2053.2393407,42.4679284%20L28.7870566,28.4776945%20L53.1419844,14.2879159%20C55.1352842,17.7507777%2056.4196186,21.6748295%2056.7996484,25.8596317'%20id='Fill-1'%20fill='%23EE4D2F'%3e%3c/path%3e%3cpath%20d='M32.7764032,29.9235476%20L28.6877585,28.5359294%20L28.5766219,28.5363768%20L28.5163111,28.5019262%20L28.5162216,28.4787504%20L28.5160426,28.4555746%20L28.4037428,8.17124146e-14%20C38.9780034,-0.0207127073%2048.2227412,5.73118682%2053.1420112,14.287898%20L32.7764032,29.9235476%20Z'%20id='Fill-4'%20fill='%23EE4D2F'%3e%3c/path%3e%3cpath%20d='M28.7870834,28.4776766%20L53.2393676,42.4679105%20C52.9427349,42.9946013%2052.6275795,43.5098383%2052.2961384,44.0159482%20C50.9635732,46.0610581%2049.3709736,47.9242512%2047.5690756,49.5521962%20C43.8039437,52.9705856%2039.1179531,55.3877614%2033.9238841,56.3970283%20C32.2095889,56.7324961%2030.4367726,56.9108336%2028.6284319,56.9226452%20L22.1829777,28.5019262%20L28.5766219,28.5363768%20L28.6877585,28.5359294%20L28.7870834,28.4776766%20Z'%20id='Fill-6'%20fill='%23FABE14'%3e%3c/path%3e%3cpath%20d='M28.5162753,28.5018815%20L28.6283962,56.9226005%20C28.6098734,56.92269%2028.5890241,56.9227794%2028.5705013,56.9230951%20C18.0450084,56.9643885%208.83293148,51.2864011%203.87706335,42.8108501%20L3.96940872,42.7573399%20L28.4768137,28.4788846%20L28.5162753,28.5018815%20Z'%20id='Fill-8'%20fill='%23FABE14'%3e%3c/path%3e%3cpath%20d='M28.4037696,0.000226068225%20L28.5160695,28.4555746%20L28.4767869,28.4789294%20L3.85752944,14.394471%20L3.75068799,14.3323705%20C8.63488109,5.80411461%2017.8088387,0.0420141373%2028.3458748,0.000226068225%20C28.3643976,0.000226068225%2028.3852469,0.000226068225%2028.4037696,0.000226068225'%20id='Fill-13'%20fill='%2303A696'%3e%3c/path%3e%3cpath%20d='M28.4768227,28.4789025%20L3.96941766,42.7572683%20L3.87698281,42.810868%20C1.43170966,38.6297345%200.0209372871,33.7661223%200.000445921343,28.5727691%20C-0.0199559625,23.391138%201.34535958,18.5257361%203.75072379,14.3323437%20L7.32842697,13.7218936%20L28.4768227,28.4789025%20Z'%20id='Fill-15'%20fill='%2303A696'%3e%3c/path%3e%3c/g%3e%3cpolygon%20id='Fill-11'%20fill='%23FFFFFF'%20points='28.5269125%2028.488505%2028.5270125%2028.514405%2028.4829125%2028.488705%2028.5268125%2028.462605'%3e%3c/polygon%3e%3cg%20id='Group-17'%20transform='translate(2.000000,%2015.323967)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Clip-16'%3e%3c/g%3e%3c/g%3e%3cpath%20d='M51.407047,28.281325%20C51.4569901,40.9837312%2041.200327,51.3217277%2028.49784,51.3721174%20C15.7954338,51.4220605%205.45743738,41.1653166%205.40712788,28.4629104%20C5.35710459,15.7604234%2015.6138485,5.42242694%2028.3162546,5.37211744%20C41.0187417,5.32209415%2051.3567381,15.5789189%2051.407047,28.281325'%20id='Fill-18'%20fill='%23FFFFFF'%3e%3c/path%3e%3c/g%3e%3cpolygon%20id='Path'%20fill='%23333333'%20points='30%2027%2038%2027%2038%2030%2030%2030%2030%2038%2027%2038%2027%2030%2019%2030%2019%2027%2027%2027%2027%2019%2030%2019'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50% no-repeat;border-radius:50%;width:53px;height:53px;transition:box-shadow .1s;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.editor-left-nav-add-button:hover .editor-left-nav-add-button-sub,.editor-left-nav-add-button.active .editor-left-nav-add-button-sub{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.editor-left-nav-tooltip{color:#fff;background:#333;border-radius:4px;height:36px;margin-top:-18px;margin-left:2px;padding:0 10px;font-weight:500;line-height:36px;display:none;position:absolute;top:50%;left:100%}.editor-left-nav-item:hover .editor-left-nav-tooltip{animation:.2s left-nav-fade;display:block}.editor-left-nav-item-search{margin-bottom:4px}.editor-left-nav-item-search:hover{background-color:#33333314}.editor-left-nav-item-search:hover .icon{background:#333}.editor-left-nav-item-search:hover .editor-left-nav-item-badge{color:#333}.editor-left-nav-item-branding:hover{background-color:#a820581a}.editor-left-nav-item-branding.active{background-color:#a8205826}.editor-left-nav-item-branding.active:after{background:#a82058;height:100%}.editor-left-nav-item-branding:hover .icon,.editor-left-nav-item-branding.active .icon{background-color:#a82058}.editor-left-nav-item-branding.active .editor-left-nav-item-badge,.editor-left-nav-item-branding:hover .editor-left-nav-item-badge{color:#a82058}.editor-left-nav-item-screens:hover{background-color:#00a8981a}.editor-left-nav-item-screens.active{background-color:#00a89826}.editor-left-nav-item-screens.active:after{background:#00a898;height:100%}.editor-left-nav-item-screens:hover .icon,.editor-left-nav-item-screens.active .icon{background-color:#00a898}.editor-left-nav-item-screens.active .editor-left-nav-item-badge,.editor-left-nav-item-screens:hover .editor-left-nav-item-badge{color:#00a898}.editor-left-nav-item-data:hover{background-color:#ef4a301a}.editor-left-nav-item-data.active{background-color:#ef4a3026}.editor-left-nav-item-data.active:after{background:#ef4a30;height:100%}.editor-left-nav-item-data:hover .icon,.editor-left-nav-item-data.active .icon{background-color:#ef4a30}.editor-left-nav-item-data.active .editor-left-nav-item-badge,.editor-left-nav-item-data:hover .editor-left-nav-item-badge{color:#ef4a30}.editor-left-nav-item-settings:hover{background-color:#43437a1a}.editor-left-nav-item-settings.active{background-color:#43437a26}.editor-left-nav-item-settings.active:after{background:#43437a;height:100%}.editor-left-nav-item-settings:hover .icon,.editor-left-nav-item-settings.active .icon{background-color:#43437a}.editor-left-nav-item-settings.active .editor-left-nav-item-badge,.editor-left-nav-item-settings:hover .editor-left-nav-item-badge{color:#43437a}.editor-left-nav-item-deep-linking:hover{background-color:#2891ca1a}.editor-left-nav-item-deep-linking.active{background-color:#2892ca26}.editor-left-nav-item-deep-linking.active:after{background:#2892ca;height:100%}.editor-left-nav-item-deep-linking:hover .icon,.editor-left-nav-item-deep-linking.active .icon{background-color:#2892ca}.editor-left-nav-item-deep-linking.active .editor-left-nav-item-badge,.editor-left-nav-item-deep-linking:hover .editor-left-nav-item-badge{color:#2892ca}.editor-left-nav-item-publish:hover{background-color:#a1cd461a}.editor-left-nav-item-publish.active{background-color:#a1cd4626}.editor-left-nav-item-publish.active:after{background:#a1cd46;height:100%}.editor-left-nav-item-publish:hover .icon,.editor-left-nav-item-publish.active .icon{background-color:#a1cd46}.editor-left-nav-item-publish.active .editor-left-nav-item-badge,.editor-left-nav-item-publish:hover .editor-left-nav-item-badge{color:#a1cd46}.editor-left-nav-item-analytics:hover{background-color:#a820581a}.editor-left-nav-item-analytics.active{background-color:#a8205826}.editor-left-nav-item-analytics.active:after{background:#a82058;height:100%}.editor-left-nav-item-analytics:hover .icon,.editor-left-nav-item-analytics.active .icon{background-color:#a82058}.editor-left-nav-item-analytics.active .editor-left-nav-item-badge,.editor-left-nav-item-analytics:hover .editor-left-nav-item-badge{color:#a82058}.editor-left-nav-item-versions:hover{background-color:#00a8981a}.editor-left-nav-item-versions.active{background-color:#00a89826}.editor-left-nav-item-versions.active:after{background:#00a898;height:100%}.editor-left-nav-item-versions:hover .icon,.editor-left-nav-item-versions.active .icon{background-color:#00a898}.editor-left-nav-item-versions.active .editor-left-nav-item-badge,.editor-left-nav-item-versions:hover .editor-left-nav-item-badge{color:#00a898}.editor-left-nav-item-x-ray:hover{background-color:#f86c011a}.editor-left-nav-item-x-ray.active{background-color:#f86c0126}.editor-left-nav-item-x-ray.active:after{background:#f86c01;height:100%}.editor-left-nav-item-x-ray:hover .icon,.editor-left-nav-item-x-ray.active .icon{background-color:#f86c01}.editor-left-nav-item-x-ray.active .editor-left-nav-item-badge,.editor-left-nav-item-x-ray:hover .editor-left-nav-item-badge{color:#f86c01}.editor-left-nav-item-experts{margin-top:auto;margin-bottom:16px}.editor-left-nav-item-experts:hover{background-color:#00a8981a}.editor-left-nav-item-experts.active{background-color:#00a89826}.editor-left-nav-item-experts.active:after{background:#00a898;height:100%}.editor-left-nav-item-experts:hover .icon,.editor-left-nav-item-experts.active .icon{background-color:#00a898}.editor-left-nav-item-experts.active .editor-left-nav-item-badge,.editor-left-nav-item-experts:hover .editor-left-nav-item-badge{color:#00a898}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{box-sizing:content-box;border:8px solid #0000;width:1px;height:0;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;border-bottom-color:#aeaeae;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-bottom:-8px;bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-top-color:#fff;border-bottom:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;padding:0;display:inline-block}.react-datepicker{color:#000;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 2px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:.45rem solid #0000;width:10px;height:10px;padding:0;line-height:1.7rem;position:absolute;top:10px;overflow:hidden}.react-datepicker__navigation--previous{border-right-color:#ccc;left:10px}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{cursor:default;border-right-color:#e6e6e6}.react-datepicker__navigation--next{border-left-color:#ccc;right:10px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{cursor:default;border-left-color:#e6e6e6}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{border-top-color:#ccc;top:4px}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{border-bottom-color:#ccc;top:-4px}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__year-container{text-align:center;flex-wrap:wrap;margin:.4rem;display:flex}.react-datepicker__year-container-text{cursor:pointer;flex:1 0 30%;width:12px;padding:2px;display:inline-block}.react-datepicker__month{text-align:center;margin:.4rem}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__input-time-container{clear:both;float:left;text-align:left;width:100%;margin:5px 0 10px 15px}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{margin-left:10px;display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;top:0;right:-72px}.react-datepicker__time-container .react-datepicker__time{background:#fff;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{text-align:center;width:85px;margin:0 auto;overflow-x:hidden}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;width:100%;height:calc(195px + .85rem);margin:0;padding-left:0;padding-right:0;list-style:none;overflow-y:scroll}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{white-space:nowrap;height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{color:#fff;background-color:#216ba5;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__week-number{color:#ccc;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted{color:#fff;background-color:#3dcc4a;border-radius:.3rem}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected{color:#fff;background-color:#2a87d0;border-radius:.3rem}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range{background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range{color:#000;background-color:#f0f0f0}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover{background-color:#0000}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{width:100%;display:inline-block;position:relative}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid #0000;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{float:right;border-width:.45rem;border-top-color:#ccc;margin-left:20px;position:relative;top:8px}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{z-index:1;text-align:center;background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;width:50%;position:absolute;top:30px;left:25%}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{width:100%;margin-left:auto;margin-right:auto;line-height:20px;display:block}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;vertical-align:middle;background-color:#0000;border:0;outline:0;height:100%;padding:0 6px 0 0;display:table-cell;position:absolute;top:0;right:0}.react-datepicker__close-icon:after{cursor:pointer;color:#fff;text-align:center;vertical-align:middle;content:"×";background-color:#216ba5;border-radius:50%;width:16px;height:16px;padding:2px;font-size:12px;line-height:1;display:table-cell}.react-datepicker__today-button{cursor:pointer;text-align:center;clear:left;background:#f0f0f0;border-top:1px solid #aeaeae;padding:5px 0;font-weight:700}.react-datepicker__portal{z-index:2147483647;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (width<=400px),(height<=550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid #0000}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{cursor:default;border-right-color:#e6e6e6}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{cursor:default;border-left-color:#e6e6e6}.react-datepicker{font:inherit}.react-datepicker-wrapper,.react-datepicker__input-container{display:block}.react-datepicker__time-container,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:90px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:100px}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background:#00a898}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background:#4b7bff}.react-datepicker__day--keyboard-selected{background:#00a89888}.react-datepicker__day--keyboard-selected:hover{background:#4b7bff88}.data-object-modal h2{margin-bottom:45px}.data-object-form-error{color:red;text-align:right}.data-object-form-footer{flex-direction:row;justify-content:space-between;align-items:center;margin-top:40px;display:flex}.data-object-form-footer a,.data-object-form-footer .data-object-form-cancel{color:#8a8a8a;text-decoration:none}.data-object-form-footer a:hover,.data-object-form-footer .data-object-form-cancel:hover{cursor:pointer;text-decoration:underline}.data-object-form-cancel{flex:1}.data-object-form-footer .btn{margin-left:20px}.data-object-form-row{flex-direction:row;align-items:center;margin-bottom:20px;display:flex}.data-object-form-label{flex:1;align-self:flex-start;align-items:center;height:60px;margin:0 16px 0 0;font-size:15px;display:flex}.data-object-form-label .icon{min-width:24px;margin-right:12px}.data-object-form-input{flex:3}.data-object-form-input .image-input-wrapper,.data-object-form-input .image-input-wrapper .image-input{width:100%}.data-object-form-input .image-input-wrapper .image-input{height:200px}.data-object-form-input-input{font:inherit;resize:none;border:1px solid #e0e0e0;border-radius:6px;outline:none;width:100%;height:60px;padding:16px;font-size:14px}.data-object-form-input-shorter{height:50px}.data-object-form-input-input:hover,.data-object-form-input-input:focus{border-color:#ccc}.association-data{background:#fff;border:1px solid #ccc;border-radius:4px;padding:4px 0}.association-data-item{flex-direction:row;justify-content:space-between;align-items:center;padding:4px 10px;display:flex}.association-data-item:hover{background-color:#f3f3f3}.association-data-item a{color:#000;flex:1;margin-right:20px;text-decoration:none}.association-data-remove{color:#8a8a8a;font-size:10px}.association-data-remove:hover{cursor:pointer;color:#444}.data-object-form-toggle{display:flex}.data-object-form-toggle>.data-object-form-toggle-group{opacity:.35;border:1px solid #e0e0e0;border-radius:4px;flex-grow:1;height:60px;margin-right:16px;font-size:14px}.data-object-form-toggle>.data-object-form-toggle-group label{cursor:pointer;align-items:center;width:100%;height:100%;padding:16px;display:flex}.data-object-form-toggle>.data-object-form-toggle-group input{display:none}.data-object-form-toggle>.data-object-form-toggle-group:last-of-type{margin-right:0}.data-object-form-toggle>.data-object-form-toggle-group:hover{border-color:#ccc}.data-object-form-toggle>.data-object-form-toggle-group:hover,.data-object-form-toggle>.data-object-form-toggle-group.active{opacity:1}.data-object-form-toggle>.data-object-form-toggle-group .icon{margin-right:8px}.data-object-form-input .wrapped-select{height:60px}.data-object-form-input .wrapped-select .multi-select-menu-selection{align-items:center;height:60px;padding:16px;font-size:14px;display:flex}.data-object-form-input .wrapped-select .multi-select-menu-selection .multi-select-menu-expand-icon:before{background-color:#333;right:24px}.data-object-form-input-image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:30px;height:30px}.api-collection-auth{margin-bottom:20px}.api-collection-auth h3{color:#8a8a8a}.api-collection-auth-item{margin-bottom:20px}.api-collection-auth-item label{margin-bottom:3px;display:block}.api-collection-auth-item .wrapped-select{max-width:300px}.csv-import-modal h1{margin-bottom:40px}.csv-import-matching-row{flex-direction:row;align-items:center;margin:10px 0;display:flex}.csv-import-matching-row>*{flex:1}.csv-import-matching-row>p{margin:0 0 10px;font-weight:600}.csv-import-modal-error p{margin:0 0 20px}.csv-import-modal-error>:last-child{margin-bottom:0}.csv-import>h2{color:#000;margin-bottom:8px;font-size:16px}.csv-import>p{color:#757575;margin-bottom:24px;font-size:14px}.csv-import>span{align-items:center;gap:8px;margin-bottom:16px;display:flex}.csv-import>span .icon{width:18px;height:18px}.csv-import .help-link{color:#424242;background-color:#eee;padding:5px;font-size:12px}.csv-import-format-link{color:#ef4c30;margin-left:-3px;margin-right:-3px;padding:1px 3px;text-decoration:none}.csv-import-format-link:hover{background-color:#ef4c301a;border-radius:3px;padding:1px 3px}.csv-import-modal-dropzone{border:2px dashed #ddd;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:auto;padding:32px;display:flex}.csv-import-modal-dropzone>*{margin-bottom:8px;font-size:14px;font-weight:600}.csv-import-modal-dropzone>:last-child{margin-bottom:0}.csv-import-modal-dropzone span{color:#757575}.csv-import-modal-done{text-align:center}.csv-import-modal-done h2{margin-bottom:0;font-size:24px}.app-details-data-section{border:1px solid #0000;border-width:1px 0;height:100%;position:relative}.app-details-data-section-header{background:#fff;flex-direction:row;align-items:center;height:70px;padding-left:40px;padding-right:40px;display:flex}.app-details-data-section-header h3{color:#000;flex:1;min-height:1.3em;margin:0;font-size:24px;font-weight:700;line-height:1.3em}.app-details-data-section-content{padding-left:20px;position:absolute;inset:70px 0 0;overflow:auto}.data-modal-search{border-radius:20px;justify-content:center;align-items:stretch;display:flex}.data-modal-search.expanded{background-color:#fff;padding:0 8px}.data-modal-search.expanded input{background-color:#0000;border:none;margin-left:8px;font-family:inherit;font-size:14px;display:block}.data-modal-search.expanded input:focus{outline:none}.data-modal-search.expanded .icon-button-wrapper{pointer-events:none;cursor:default;background-color:#0000}.data-modal-search input{display:none}.data-browser-drag-wrapper{z-index:10000;position:fixed;inset:0}.data-browser-drag-layer{border:1px solid #00000080;position:absolute;top:0;bottom:0}.data-browser-drag-position{background:#a82058;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0}.data-browser-header-item-editable{color:#000}.data-browser-header-item .data-browser-cell-content{flex-direction:row;flex:1;justify-content:space-between;align-items:center;display:flex}.data-browser-cell-resizeable .data-browser-cell-resize{cursor:ew-resize;z-index:2;width:11px;position:absolute;top:0;bottom:0;right:-6px}.data-browser-cell-resizeable .data-browser-cell-resize:before{content:"";opacity:0;pointer-events:none;background:#ccc;width:3px;display:block;position:absolute;top:0;bottom:0;left:4px}.data-browser-cell-resizeable .data-browser-cell-resize:hover:before{opacity:1}.data-browser{position:relative}.data-browser .empty-state h1{margin:0}.data-browser .data-browser-table{padding-bottom:80px}.data-browser .data-browser-table .data-browser-header,.data-browser .data-browser-table .data-browser-row,.data-browser .data-browser-table .data-browser-row-linked{flex-direction:row;align-items:stretch;display:flex}.data-browser .data-browser-table .data-browser-header{z-index:2;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0}.data-browser .data-browser-table .data-browser-header .data-browser-header-item{color:#000;cursor:default;border-right:1px solid #eee;flex-direction:column;height:54px;display:flex;position:relative}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content{white-space:nowrap;overflow:hidden}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content.center{margin:0 auto}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content>span{justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 16px;display:flex}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content>span.data-browser-drag-target{cursor:move}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content>span .icon{min-width:24px;min-height:24px;margin-right:8px}.data-browser .data-browser-table .data-browser-header .data-browser-header-item .data-browser-cell-content>span .text{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.data-browser .data-browser-table .data-browser-data{position:relative}.data-browser .data-browser-table .data-browser-data .data-browser-row,.data-browser .data-browser-table .data-browser-data .data-browser-row-linked{color:#757575;border-bottom:1px solid #eee;height:54px;text-decoration:none;position:absolute}.data-browser .data-browser-table .data-browser-data .data-browser-row:hover{background-color:#f5f5f5}.data-browser .data-browser-table .data-browser-data .data-browser-row-linked{left:50px}.data-browser .data-browser-table .data-browser-data .data-browser-row .data-browser-cell{border-right:1px solid #eee;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 16px;display:flex;position:relative}.data-browser .data-browser-table .data-browser-data .data-browser-row .data-browser-cell .data-browser-cell-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.data-browser .data-browser-table .data-browser-data .data-browser-row .data-browser-cell .data-browser-cell-content.center{margin:0 auto}.data-browser .data-browser-table .data-browser-data .data-browser-row .data-browser-cell .data-browser-cell-content .data-browser-collection-item{background:#eee;border-radius:100px;padding:8px 16px;font-family:inherit;font-weight:500}.api-collection{height:100%;padding:20px 40px 80px;overflow-y:auto}.api-collection-title{margin:0}.api-collection-title .wrapped-input-inner-wrapper{border-width:0 0 2px;border-radius:0;padding:0}.api-collection-title input{font:inherit;font-size:32px;font-weight:700}.api-collection-form-fields{padding:10px 0}.api-collection-form-fields .accordion-children{background:#fafafa;border-radius:10px;margin-left:0;padding:20px 30px}.api-collection-fields .icon-trash-small{cursor:pointer;background:#bbb}.api-collection-fields .delete-item{width:24px}.api-collection-fields li{display:block}.api-collection-field-item-sub,.api-collection-fields-header{flex-direction:row;align-items:center;margin-bottom:20px;display:flex}.api-collection-fields-header{padding-right:24px}.api-collection-field-type{width:220px;margin-right:40px}.api-collection-field-name{flex:1;margin-right:20px}.api-collection-field-name input{border:2px solid #ddd;border-radius:4px;width:100%;height:26px;padding:0 5px;line-height:22px;outline:none!important}.api-collection-endpoints{margin-top:20px}.api-collection-endpoint-item{background:#fafafa;border-radius:10px;margin-bottom:10px;padding:10px 20px}.api-collection-endpoint-item-sub{flex-direction:row;align-items:center;display:flex}.api-collection-endpoint-name{flex:1}.api-collection-endpoint-item .wrapped-input{color:#000;margin:0}.api-collection-endpoint-description{color:#8a8a8a;flex-direction:row;flex:2;align-items:center;margin:0 0 0 100px;display:flex}.api-collection-endpoint-details{flex-direction:row;flex:1;align-items:center;display:flex}.api-collection-endpoint-path{flex:1}.api-collection-endpoint-details .wrapped-select{width:180px}.api-collection-endpoint-details .wrapped-input{flex:1;margin:0 40px 0 20px}.api-collection-field-item-children{background:#0000000a;margin:0 -30px 20px 0;padding:20px 30px}.api-collection-endpoint-item-params{background:#0000000a;margin-top:10px;margin-left:20px;margin-right:-20px;padding:10px 20px}.api-endpoint-param-item{flex-direction:row;align-items:center;display:flex}.api-endpoint-param-item .wrapped-select{width:180px;margin-left:40px}.api-endpoint-param-item .wrapped-input{flex:1;margin-bottom:10px}.api-primary-key-type{flex-direction:row;align-items:center;display:flex}.api-primary-key-type>*{flex:1;margin:0}.results-key-wrapper{position:relative}.results-key-wrapper .icon-button-wrapper{margin-top:-16px;position:absolute;top:50%;right:16px}.results-key-wrapper .icon-button-wrapper .icon{background:#8a8a8a}.sheetbridge-truncation-warning{background:#fff8e6;border:1px solid #e6d08c;border-radius:4px;margin-bottom:12px;padding:10px 12px;font-size:13px}.test-connection-results{-webkit-user-select:text;user-select:text}.test-connection-results h2{margin-bottom:.5em;font-size:20px}.test-connection-results .test-connection-button{float:right}.test-connection-results pre{overflow-x:auto}.tab-bar .tab-bar__tabs{flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:0 50px;font-size:13px;display:flex;box-shadow:0 .5px #0003}.tab-bar .tab-bar__tabs a{color:#333}.tab-bar-tab{opacity:.5;cursor:pointer;text-align:center;flex-direction:column;place-content:center flex-end;height:40px;display:flex}.tab-bar-tab .tab-bar-tab__label{padding:0 15px}.tab-bar-tab:after{content:" ";opacity:0;border-bottom:3px solid #333;border-radius:0;width:100%;margin-top:10px;margin-left:auto;margin-right:auto;transition:opacity .4s}.tab-bar-tab.tab-bar-tab--active{opacity:1;cursor:auto}.tab-bar-tab.tab-bar-tab--active:after{opacity:1}.data-permissions-button-bar .footnote{flex-grow:1}.data-permissions-button-bar .footnote p{color:#757575}.field-list .field-list__label{margin-bottom:10px;margin-left:16px;display:block}.field-list .field-list__row{margin-bottom:16px;display:block}.toggle-checkbox{cursor:pointer;width:24px;height:24px;position:relative}.toggle-checkbox.disabled{cursor:not-allowed}.collection-access-selector .multi-select-menu{height:44px}.collection-access-selector .multi-select-menu .multi-select-menu-value{flex-direction:column;justify-content:space-around;height:12px;padding-left:4px;display:flex}.collection-access-selector .multi-select-menu .multi-select-menu-selection,.collection-access-selector .multi-select-menu .multi-select-menu-selection:hover{box-shadow:none;border:none;padding:16px}.collection-access-selector .multi-select-menu:not(.expanded) .multi-select-menu-selection{background-color:#f1f1f1}.collection-access-selector .multi-select-menu .multi-select-menu-expand-icon:before{right:16px}.some-logged-in-users{background-color:#f1f1f1;border-radius:6px;flex-direction:column;gap:16px;padding:16px;display:flex}.some-logged-in-users .some-logged-in-users__top-bar{flex-direction:row;align-items:center;height:12px;display:flex}.some-logged-in-users .some-logged-in-users__top-bar .some-logged-in-users__label{color:#424242;flex:1}.some-logged-in-users .some-logged-in-users__top-bar .some-logged-in-users__close-button{cursor:pointer;background-color:#919191;width:12px;height:12px}.some-logged-in-users .some-logged-in-users__path-rows{flex-direction:column;gap:8px;display:flex}.some-logged-in-users .some-logged-in-users__path-rows .some-logged-in-users__path-row{background-color:#fff;border-radius:4px;flex-direction:row;align-items:center;padding:11px;display:flex}.some-logged-in-users .some-logged-in-users__path-rows .some-logged-in-users__path-row .some-logged-in-users__path-row-icon{background-color:#5c5c5c;height:22px}.some-logged-in-users .some-logged-in-users__path-rows .some-logged-in-users__path-row .some-logged-in-users__path-row-label{flex:1;margin-left:8px;overflow-x:hidden}.some-logged-in-users .some-logged-in-users__path-rows .some-logged-in-users__path-row .some-logged-in-users__path-row-label .tooltip-trigger{display:block}.some-logged-in-users .some-logged-in-users__path-rows .some-logged-in-users__path-row .some-logged-in-users__path-row-label .some-logged-in-users__path-row-text{white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.permissions-dropdown-label{flex-direction:row;justify-content:space-between;padding:0 16px;display:flex}.permissions-dropdown-label .permissions-dropdown-label__title{margin-bottom:8px;line-height:14px}.permissions-dropdown-label .permissions-dropdown-label__tooltip{width:14px;height:14px}.collections-list-item .accordion-expanded{margin-bottom:20px;box-shadow:0 4px 4px #00000040}.collections-list-item .accordion-title{flex-direction:row;padding:10px 16px;font-size:14px;display:flex}.collections-list-item-title{flex:1;font-size:14px}.collections-list-item-title .collections-list-item-title__subtitle{opacity:.6;margin-top:5px;font-size:12px}.collections-list-item-body{gap:16px;display:flex}.collection-action-policy{flex:1;width:0}.collections-list-empty-state{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.collections-list-empty-state .collections-list-empty-state__graphic{width:100px;margin-top:-5%;margin-bottom:20px}.collections-list-empty-state .collections-list-empty-state__message{color:#bdbdbd;margin:14px;font-size:20px;font-weight:700}.collections-list-empty-state .collections-list-empty-state__link{color:#00a898;font-size:16px;font-weight:700}.permissions-select .multi-select-menu{height:44px}.permissions-select .multi-select-menu .multi-select-menu-value{flex-direction:column;justify-content:space-around;height:24px;padding-left:4px;display:flex}.permissions-select .multi-select-menu .multi-select-menu-selection,.permissions-select .multi-select-menu .multi-select-menu-selection:hover{box-shadow:none;border:none}.permissions-select .multi-select-menu:not(.expanded) .multi-select-menu-selection{background-color:#f1f1f1}.permissions-select .multi-select-menu .multi-select-menu-expand-icon:before{right:16px}.permissions-select.disabled .multi-select-menu{opacity:.6;pointer-events:none}.permissions-select.disabled .multi-select-menu .multi-select-menu-expand-icon:before{display:none}.property-row{border-radius:6px}.property-row .accordion-expanded{margin-bottom:20px;box-shadow:0 4px 4px #00000040}.property-row .accordion-title{flex-direction:row;padding:10px 16px;font-size:14px;display:flex}.property-row .accordion-title .property-title{flex:1;font-size:14px}.property-row .accordion-title .property-title .property-subtitle{opacity:.6;margin-top:5px;font-size:12px}.property-row .accordion-title .property-unsaved{margin-right:8px;font-size:12px}.property-row .accordion-title .icon-badge.open{opacity:.4}.property-row .accordion-children{padding:16px}.property-row .accordion-children .property-options{gap:16px;display:flex}.property-row .accordion-children .property-options .property-option{flex:1}.permissions-header{height:40px;line-height:40px}.collection-permissions-modal .modal-content{padding:13px 0 0}.collection-permissions-modal .collection-permissions-modal__content .collection-permissions-modal__current-tab-content{height:calc(100vh - 350px);max-height:450px;padding:26px 23px;overflow-y:auto}.permissions-page-tab-label{font-size:16px;font-weight:500}.select-all-checkbox{cursor:pointer;width:24px;height:24px;position:relative}.select-all-checkbox.disabled{cursor:not-allowed}.select-all-checkbox.indeterminate .icon-checkbox-indeterminate{background-color:#333;border-radius:3px;width:20px;height:20px;margin:2px;display:inline-block;position:relative;-webkit-mask-image:none;mask-image:none}.select-all-checkbox.indeterminate .icon-checkbox-indeterminate:after{content:"";background-color:#fff;border-radius:1px;width:12px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sheetbridge-modal{width:85vw!important;max-width:900px!important}.sheetbridge-modal .sheetbridge-modal-header{text-align:left}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header{color:#111827;justify-content:flex-start;align-items:center;margin-bottom:8px;font-size:24px;font-weight:700;display:flex}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header .sheet-text,.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header .bridge-text{padding-bottom:3px;line-height:1}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header .sheet-text{margin-right:-2px}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header .bridge-text{margin-left:-2px}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-logo-header .bridge-icon{flex-shrink:0;width:40px;height:40px;margin:0 -2px}.sheetbridge-modal .sheetbridge-modal-header .sheetbridge-modal-subtitle{color:#757575;margin:0;font-size:14px;font-weight:400}.sheetbridge-modal .sheetbridge-auth-step{text-align:center;padding:32px}.sheetbridge-modal .sheetbridge-auth-step h2{margin-bottom:16px;font-size:18px;font-weight:500}.sheetbridge-modal .sheetbridge-auth-step p{color:#757575;margin-bottom:16px;font-size:14px}.sheetbridge-modal .sheetbridge-auth-step .checking-auth{color:#757575;padding:32px 0}.sheetbridge-modal .sheetbridge-auth-step .have-account-text{color:#424242;margin-top:32px;margin-bottom:16px;font-weight:500}.sheetbridge-modal .sheetbridge-auth-step .have-account-text .signup-link{color:#14b8a6;white-space:nowrap;font-weight:600;text-decoration:none}.sheetbridge-modal .sheetbridge-auth-step .have-account-text .signup-link:hover{color:#0d9488;text-decoration:underline}.sheetbridge-modal .sheetbridge-auth-step .auth-buttons{max-width:300px;margin:24px auto 0}.sheetbridge-modal .sheetbridge-auth-step .auth-buttons button{width:100%}.sheetbridge-modal .sheetbridge-auth-step .error-message{color:#14b8a6;background:#14b8a61a;border-radius:6px;margin-top:16px;padding:12px;font-size:14px}.sheetbridge-modal .sheetbridge-success-step{text-align:center;padding:32px}.sheetbridge-modal .sheetbridge-success-step h2{margin-top:16px;margin-bottom:16px;font-size:18px;font-weight:500}.sheetbridge-modal .sheetbridge-success-step p{color:#757575;font-size:14px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-header{margin-bottom:16px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-header h3{color:#424242;margin:0 0 8px;font-size:14px;font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-header p{color:#757575;margin:0;font-size:12px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list{flex-direction:column;display:flex}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown{border-radius:6px;margin-bottom:8px;display:block;overflow:hidden}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion{background-color:#f5f5f5;transition:all .2s}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion .accordion-title{flex-direction:row;padding:10px 16px;font-size:14px;display:flex}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion .accordion-title *{margin-right:8px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion .accordion-title :last-child{margin-right:0}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion .data-accordion-subtitle{opacity:.6;font-size:11px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion.accordion-expanded .accordion-title{color:#fff;background-color:#14b8a6}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion.accordion-expanded .accordion-title .icon{background-color:#fff}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .accordion .accordion-children{background-color:#0000;padding:0}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-dropdown-title{flex:1}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-dropdown-title p{margin:0}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-dropdown-title p:first-child{font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-dropdown-title .bridge-sheet-count{opacity:.6;font-size:11px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-dropdown-title .bridge-sheet-count .already-added-count{color:inherit;opacity:.8}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table-wrapper{overflow-x:auto}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table{border-collapse:collapse;background:#fff;border-radius:0;width:100%;overflow:hidden}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead{background:#f5f5f5}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead tr{border-bottom:1px solid #eee}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th{text-align:left;color:#424242;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:12px;font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-checkbox-header{width:48px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-checkbox-header .select-all-wrapper{align-items:center;gap:8px;display:flex}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-checkbox-header .select-all-wrapper .select-all-label{color:#424242;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px;font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-name-header{width:200px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-api-url-header{min-width:200px;max-width:180px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-auth-header{width:180px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table thead th.sheet-actions-header{width:120px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item{background:#fff;border-bottom:1px solid #eee}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item.selected{background:#14b8a61a}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item.already-added{opacity:.6;background:#9ca3af1a}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item.already-added td{pointer-events:none}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td{vertical-align:middle;padding:12px 16px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-checkbox-cell{width:48px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-name-cell .sheet-name-wrapper{align-items:center;gap:8px;display:flex}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-name-cell .sheet-name-wrapper .sheet-name-input{color:#424242;background:0 0;border:none;flex:1;min-width:0;padding:4px 0;font-size:14px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-name-cell .sheet-name-wrapper .sheet-name-input:focus{border-bottom:1px solid #14b8a6;outline:none}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-name-cell .sheet-name-wrapper .sheet-name-input:disabled{color:#757575;cursor:not-allowed}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-name-cell .sheet-name-wrapper .sheet-name-edit-icon{opacity:.5;flex-shrink:0;width:14px;height:14px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-api-url-cell{word-wrap:break-word;overflow-wrap:break-word;max-width:180px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-api-url-cell .sheet-api-url{color:#757575;word-break:break-all;white-space:normal;font-family:monospace;font-size:11px;line-height:1.4}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-auth-cell .sheet-auth-bearer,.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-auth-cell .sheet-auth-empty{color:#757575;font-size:14px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-item td.sheet-actions-cell .run-test-button{white-space:nowrap}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row{background:#14b8a61a}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell{border-top:2px solid #14b8a6;padding:16px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content{position:relative}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-results-close-button{cursor:pointer;color:#757575;background:0 0;border:none;padding:8px 12px;font-size:14px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-results-close-button:hover{color:#424242}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-success-content,.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content{flex-direction:column;min-height:100%;padding-right:32px;display:flex}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-success-content h4,.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content h4{margin:0 0 8px;font-size:16px;font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-success-content p,.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content p{color:#757575;margin:0 0 12px;font-size:13px}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-success-content pre,.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content pre{background:#fff;border:1px solid #eee;border-radius:6px;max-height:200px;margin:0 0 12px;padding:12px;font-size:12px;overflow-x:auto}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content .error-message{color:#14b8a6;font-weight:500}.sheetbridge-modal .sheetbridge-bridges-form .bridges-list .bridge-dropdown .bridge-sheets-table tbody tr.sheet-test-results-row td.sheet-test-results-cell .sheet-test-results-content .test-error-content .url-label{color:#757575;margin-bottom:6px;font-size:11px;font-weight:500}.new-developer-libraries{flex-direction:column;gap:32px;margin:0 -16px;display:flex}.new-developer-libraries label{color:#424242;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 16px;font-size:14px;font-weight:500;display:flex}.new-developer-libraries label .tooltip-trigger{justify-content:center;align-items:center;display:flex}.new-developer-libraries a{justify-content:flex-start;align-items:center;gap:4px;display:inline-flex}.new-developer-libraries section{flex-direction:column;gap:16px;display:flex}.new-developer-libraries section>*{padding:0 16px}.new-developer-libraries section .new-developer-libraries-list{padding:0}.new-developer-libraries section>h2{color:#000;justify-content:space-between;align-items:center;margin:0;font-size:18px;display:flex}.new-developer-libraries-express-links{justify-content:flex-start;align-items:center;gap:4px;font-size:12px;display:flex}.new-developer-libraries-list-items{border:1px solid #eee;border-radius:6px}.new-developer-libraries>.loading{margin:0 auto}.new-developer-libraries .callout-card{color:#616161}.new-developer-libraries .callout-card img{height:24px;margin-bottom:16px}.new-developer-libraries .callout-card-content{padding-bottom:24px}.new-developer-libraries .multi-select-menu-selection{padding-left:16px}.new-developer-libraries .multi-select-menu-expand-icon:before{right:16px}.responsive-copy{flex-direction:column;gap:.75rem;display:flex}.copy-app-modal label{color:#666;font-size:12px;font-weight:500}.copy-app-modal .responsive-copy .wrapped-select{margin-top:27px}.copy-app-modal .wrapped-select{margin-top:35px}.copy-app-modal .wrapped-input{margin-bottom:0}.copy-app-modal .multi-select-menu{height:50px;font-size:14px}.copy-app-modal .multi-select-menu-selection{border-radius:8px;height:50px;padding:17px 35px 17px 16px}.copy-app-modal .multi-select-menu .multi-menu-item.has-children:after,.copy-app-modal .multi-select-menu .multi-select-menu-expand-icon:before,.copy-app-modal .multi-select-menu .multi-menu-overflow-icon{right:16px}.copy-app-modal .modal-content{padding-top:25px;padding-bottom:40px}.copy-app-radios{margin:20px 0}.editor-preview{z-index:10000;background:#000c;position:fixed;inset:0;overflow-y:auto}.editor-preview-frame-wrapper{justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;display:flex}.editor-preview-frame-border{transform-origin:0 0;background:#000;border-radius:50px;padding:90px 20px;box-shadow:inset 0 0 0 2px #555}.editor-preview-frame-border.iphonex{border-radius:64px;padding:20px;position:relative}.editor-preview-frame-border.iphonex:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='220px'%20height='32px'%20viewBox='0%200%20220%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3enotch%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0.0001,2%20C2.9751,2%205.4241,4.339%205.5611,7.311%20C6.3161,23.699%2014.7221,31.894%2030.7791,31.894%20L189.22,31.894%20C205.277,31.894%20213.684,23.699%20214.439,7.311%20C214.576,4.339%20217.025,2%20220,2%20L220,0%20L0.0001,0%20L0.0001,2%20Z'%20id='notch'%20fill='%23020303'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");z-index:10000;margin-left:-110px;position:absolute;top:18px;left:50%}.editor-preview-frame-border.iphonex:after{content:"";z-index:10000;background:#000;border-radius:3px;width:134px;height:5px;margin-left:-67px;display:block;position:absolute;bottom:34px;left:50%}.editor-preview-frame-border.iphonex .editor-preview-frame-clip{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);border-radius:44px;mask-image:none}.editor-preview-frame-clip{width:100%;height:100%;overflow:hidden}.editor-preview-frame{box-sizing:content-box;border:none}.editor-preview-close{padding:20px;display:block;position:fixed;top:0;left:0}.editor-preview-close .icon{opacity:.7;background:#fff;width:40px;height:40px;transition:opacity .2s;display:block;-webkit-mask-size:contain;mask-size:contain}.editor-preview-close:hover .icon{opacity:1}.editor-preview-size-menu{width:200px;position:fixed;top:20px;right:20px}.summary{border:1px solid #e0e0e0;border-radius:12px;width:330px;height:fit-content;padding:0;position:relative}.summary-divided>.summary-header{border-bottom:1px solid #e0e0e0}.summary-divided>.summary-footer{border-top:1px solid #e0e0e0}.summary-background-color-green{background-color:#e5f6f4}.summary>*{padding:14px 20px}.summary-content{font-size:14px;display:flex}.summary-content>*{justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex}.summary-content>* :last-child{margin-left:auto;display:block;position:relative}.summary-content>* span{font-weight:500}.summary-content>* strong{font-size:16px;font-weight:700}.summary-content>* img{border:1px solid #e0e0e0;border-radius:50%;width:24px;height:24px}.summary-row:first-of-type{padding-top:0}.summary-row:last-of-type{border-bottom:none;padding-bottom:0}.summary-row-item{justify-content:flex-start;align-items:center;display:flex}.summary-row-item>*{margin-right:8px}.summary-row-item>:last-child{margin-left:auto;margin-right:0}.summary-row-item img{border-radius:50%;width:24px;height:24px}.summary-row-color-light-green{background-color:#e5f6f4}.summary-header>*{margin:0}.summary-header h2{font-size:18px;font-weight:600}.summary-footer{color:#424242;font-size:12px;font-weight:500}.summary-footer a{color:#424242;font-weight:600}.summary-no-border{border:none}.summary-error-message{color:#fff;text-align:center;background-color:#ef4c30;border-radius:6px;width:100%;padding:8px 14px;position:absolute;top:calc(100% + 14px)}.library-checkout{grid-template-columns:1fr auto;gap:96px;display:grid}.search-bar{border-bottom:1px solid #e0e0e0;align-items:center;width:40%;margin:0 auto 50px;display:flex}.search-bar input{width:100%;height:40px;font:inherit;border:none;outline:none;margin-left:10px;font-size:14px}.search-bar input ::placeholder{color:#bdbdbd}.marketplace-container{flex-direction:row;width:100%;height:100%;display:flex}.marketplace-sidebar{min-width:160px;margin-top:36px;margin-left:-12px}.marketplace-sidebar h3{margin-bottom:8px}.marketplace-vertical-line{border-right:1px solid #eee;width:1px;margin:-40px 0}.marketplace-filter-option{border-top-left-radius:20px;border-bottom-left-radius:20px;justify-content:left;align-items:center;margin-left:-14px;padding:8px 0 8px 14px;display:flex;overflow:visible}.marketplace-filter-option:not(.selected){color:#616161}.marketplace-filter-option.selected{color:#00a898;background-color:#00a8981a;font-weight:500}.marketplace-filter-option:hover:not(.selected){color:#00a898;cursor:pointer;background-color:#00a8981a}.marketplace-filter-option:hover:not(.selected) .icon{background-color:#00a898}.marketplace-filter-label{margin-left:8px;font-size:12pt}.marketplace-feed{flex-flow:wrap;place-content:flex-start center;gap:16px;width:100%;height:100%;margin-right:-40px;padding:40px 0;display:flex;overflow:scroll}.marketplace-feed-header{justify-content:space-between;align-items:center;width:100%;margin:0 42px;display:flex}.marketplace-feed-header h2{margin:0;font-size:18px;font-weight:600}.marketplace-feed-header .btn{padding:0 12px}.marketplace-feed>a{color:unset;border-radius:16px;height:fit-content;margin-left:3px;text-decoration:none;transition:box-shadow .15s ease-in}.marketplace-feed>a:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.marketplace-feed .marketplace-item{border:1px solid #e0e0e0;border-radius:16px;gap:16px;width:336px;padding:16px 24px 0;transition:box-shadow .15s ease-in;display:grid;position:relative}.marketplace-feed .marketplace-item:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.marketplace-feed .marketplace-item-header{flex-direction:row;align-items:center;gap:16px;height:auto;margin-bottom:8px;display:inline-flex}.marketplace-feed .marketplace-item-info{text-align:left;flex-direction:column;align-self:flex-start;display:flex;position:relative}.marketplace-feed .marketplace-item-info h2{vertical-align:middle;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:20px;font-weight:500;line-height:1.1em;display:-webkit-box;overflow:hidden}.marketplace-feed .marketplace-item-info p{color:#757575;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:3.6em;font-size:12px;display:-webkit-box;overflow:hidden}.marketplace-feed .marketplace-item-info img{border:1px solid #e0e0e0;border-radius:50%;width:48px;height:48px;position:relative}.marketplace-feed .marketplace-item-footer{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.marketplace-feed .marketplace-item-footer>:last-child{margin-left:auto}.marketplace-feed-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.marketplace-feed-legacy{justify-content:center;row-gap:45px;padding:40px 0;display:grid}.marketplace-empty{justify-content:flex-start}.marketplace-library-details .modal-content{flex-direction:column;gap:18px;margin-top:-35px;padding-top:0;padding-left:80px;padding-right:80px;display:flex;position:relative}.marketplace-library-details .modal-content>.loading{margin:32px auto 0}.marketplace-library-details-header{z-index:1;background-color:#fff;justify-content:space-between;align-items:center;width:calc(100% + 160px);margin:0 -80px;padding:40px 80px 16px;display:flex;position:sticky;top:0}.marketplace-library-details-header-info{flex-direction:column;gap:4px;display:flex}.marketplace-library-details-header-info h2{align-items:center;gap:8px;margin:0;font-size:24px;font-weight:600;display:inline-flex}.marketplace-library-details-header-info h2>img{border:1px solid #f5f5f5;border-radius:50%;width:24px;height:24px}.marketplace-library-details-header-info span{color:#616161;font-size:12px;font-weight:500}.marketplace-library-details-header-price{align-items:center;gap:20px;display:flex}.marketplace-library-details-header-price span{color:#007b69;font-size:18px;font-weight:600}.marketplace-library-details-header-price span.installed{color:#9e9e9e}.marketplace-library-details-banner{background-color:#00a8981a;background-image:url(./tealsquare-01-CNsP6pOx.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;justify-content:center;align-items:center;margin-bottom:24px;padding:48px 0;display:flex;position:relative}.marketplace-library-details-banner>img{filter:drop-shadow(0 4px 4px #00000040);background-color:#fff;border-radius:6px;width:210px;height:178px}.marketplace-library-details-banner>.btn.btn-outlined{background-color:#fff;flex-direction:row-reverse;gap:6px;display:flex;position:absolute;bottom:16px;right:16px}.marketplace-library-details-banner>.btn.btn-outlined .icon{margin:0}.marketplace-library-details-content{grid-template-columns:auto 240px;gap:32px;font-size:14px;display:grid}@media screen and (width<=768px){.marketplace-library-details-content{grid-template-columns:1fr}}.marketplace-library-details-content-details{flex-direction:column;gap:14px;display:flex}.marketplace-library-details-content-meta{flex-direction:column;gap:12px;display:flex}.marketplace-library-details-content-meta-item,.marketplace-library-details-content-meta-item>a{color:#616161;justify-content:flex-start;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.marketplace-library-details-content-meta-item .icon,.marketplace-library-details-content-meta-item>a .icon{background:#616161;width:16px;height:16px}.marketplace-library-details-content-meta-item>a{color:#00a898;font-weight:600;text-decoration:none}.marketplace-library-details-content-meta-item>a .icon{background:#00a898}.marketplace-library-details-content-emoji{margin-right:12px}.legacy-external-users .external-users-title{font-size:22px!important;font-weight:700!important}.legacy-external-users .external-users-body{text-align:center;padding-left:175px;padding-right:175px}.legacy-external-users .external-users-body h1{margin-bottom:8px;font-weight:500!important}.legacy-external-users .external-users-subtitle{color:#7a7a7a;margin-bottom:8px;font-size:14px}.legacy-external-users .external-users-text-body{color:#bababa;font-size:14px}.legacy-external-users .external-users-btn-row{flex-direction:row;justify-content:space-between;display:flex}.legacy-external-users .external-users-btn-row button,.legacy-external-users .external-users-btn-row a{margin-top:16px}.legacy-external-users .external-users-btn-row button span,.legacy-external-users .external-users-btn-row a span{font-weight:700!important}.external-users-auth-menu div{margin:-4px 8px 0}.xano-external-users .external-users-title{font-size:22px!important;font-weight:700!important}.xano-external-users .external-users-body{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.xano-external-users .external-users-body h1{margin-bottom:6px;font-size:24px;font-weight:500}.xano-external-users .external-users-body p{margin:0 auto}.xano-external-users .external-users-body p a.xano-setup-complete-link{color:#00a898;border-radius:4px;padding:2px 4px;font-size:14px;font-weight:600;text-decoration:none;display:inline}.xano-external-users .external-users-body a.create-xano-account-link{color:#00a898;background:#00a8981a;border-radius:4px;align-items:center;gap:8px;padding:4px 8px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.xano-external-users .external-users-body .xano-tutorial-videos iframe{margin:10px}.xano-external-users .external-users-subtitle{color:#424242;width:85%;font-size:14px}.xano-external-users .external-users-subtitle-setup-complete{wdith:100%}.xano-external-users .external-users-text-body{color:#bababa;font-size:14px}.xano-external-users .external-users-btn-row{flex-direction:row;justify-content:center;align-items:center;gap:22px;display:flex}.xano-external-users .external-users-btn-row button span,.xano-external-users .external-users-btn-row a span{font-weight:700}.external-users-modal{max-width:880px}.external-users-modal.colored .modal-content{background-color:#fcfcfc}.external-users-modal .modal-header{justify-content:space-between;align-items:center;display:flex}.external-users-modal .modal-header>div{justify-content:space-between;align-items:center;gap:20px;margin:0;display:flex}.external-users-modal .modal-header>div h1{margin:0}.external-users-modal .modal-header a{color:#00a898;text-transform:uppercase;cursor:pointer;padding:.2em;font-size:12px;font-weight:600;text-decoration:none}.external-users-modal .modal-header a:hover{background:#00a89833}.external-users-modal .modal-content .api-url-input{align-items:flex-end;gap:22px;display:flex}.external-users-modal .modal-content .api-url-input button{margin-bottom:6px}.external-users-modal .modal-content .api-url-input{margin-bottom:46px}.external-users-modal .modal-content .wrapped-input{flex:1;margin:0}.external-users-modal .modal-content .wrapped-input-suffix{border-radius:4px;justify-content:space-between;align-items:center;padding:0 11px;display:flex}.external-users-modal .modal-content .wrapped-input label{color:#424242;font-size:14px}.external-users-modal .modal-content .wrapped-input-inner-wrapper{border-radius:4px;margin-top:11px;padding:0}.external-users-modal .modal-content .wrapped-input-input{border-radius:4px;padding:0 14px}.external-users-modal .modal-content .wrapped-input-input input{height:44px}.external-users-modal .modal-content .external-users-endpoints>span{color:#424242;opacity:0;margin:0 16px 6px;font-size:14px;transition:opacity .5s}.external-users-modal .modal-content .external-users-endpoints>span.active{opacity:1}.external-users-modal .modal-content .external-users-endpoints{flex-direction:column;gap:10px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion{color:#fff;opacity:0;pointer-events:none;border-radius:4px;font-size:16px;font-weight:700;transition:opacity .5s}.external-users-modal .modal-content .external-users-endpoints .accordion.active{pointer-events:all;opacity:1}.external-users-modal .modal-content .external-users-endpoints .accordion.select:not(.selected) .accordion-title{color:#1a3448;background-color:#e8e8e8}.external-users-modal .modal-content .external-users-endpoints .accordion.select:not(.selected) .accordion-title .icon{background-color:#1a3448}.external-users-modal .modal-content .external-users-endpoints .accordion-title{background-color:#1a3448;border-radius:4px;padding:12px 20px;transition:border-radius .5s;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-title>div{flex:1;justify-content:space-between;align-items:center;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-title>div h3{text-transform:uppercase;margin:0;font-size:16px;font-weight:700}.external-users-modal .modal-content .external-users-endpoints .accordion-title>.icon{background-color:#fff}.external-users-modal .modal-content .external-users-endpoints .accordion.accordion-expanded .accordion-title{border-radius:4px 4px 0 0}.external-users-modal .modal-content .external-users-endpoints .accordion-children{background-color:#1a34480d;border:1px solid #1a34481a;border-radius:0 0 4px 4px;flex-direction:column;gap:26px;padding:26px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoints-container{flex-direction:column;gap:26px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-content{flex-direction:column;gap:25px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature{flex-direction:column;gap:6px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature p.missing-endpoint{color:#424242}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .endpoint-label{color:#424242;background:0 0;margin:0 16px;font-size:14px;font-weight:500;line-height:16px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content.error{border:1px solid #ef4c30}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content>div{flex:1;align-items:center;gap:14px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content{background:#fff;border-radius:4px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type{color:#fff;border-radius:4px;margin:0;padding:4px 8px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.post,.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.patch,.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.put{background-color:#49cc90}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.get{background-color:#61affe}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.delete{background-color:#f93e3e}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-type.notfound{color:#333;background-color:#f5f5f5}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .endpoint-path{color:#000;margin:0;font-weight:500}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-signature .signature-content .external-api-url{color:#9e9e9e;font-size:14px;font-weight:400}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response{color:#000;background:#de855e4d;border:1px solid #de855e4d;border-radius:4px;padding:24px 26px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response .title{justify-content:space-between;align-items:center;display:flex}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response .title h3{margin:0;font-size:16px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response .title .icon{width:34px;height:34px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response span.error-message{margin:10px auto;font-size:12px;font-weight:300;display:none}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response span.error-message.active{display:block}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response span.error-message ul li{margin:10px 0 0 15px}.external-users-modal .modal-content .external-users-endpoints .accordion-children .endpoint-response p{word-break:break-all;margin-top:13px;font-size:12px;font-weight:400}.external-users-modal .modal-content .external-users-endpoints-item{flex:1;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;display:flex}.external-users-modal .modal-content .external-users-endpoints-item .toggle-checkbox{margin-top:12px}.external-users-modal .modal-content .external-users-endpoints-item .toggle-checkbox .icon{background-color:#a5a5a5}.external-users-modal .modal-content .external-users-endpoints-item .toggle-checkbox[aria-checked=true] .icon{background-color:#1a3448}.external-users-modal .modal-content .external-users-endpoints-item .accordion{width:100%}.external-users-modal .modal-actions .xano-help-docs-button{align-items:center;gap:8px;display:flex}.external-users-modal .modal-actions .xano-help-docs-button .icon{margin:0}.new-screen-form__templates-list{flex-direction:column;display:flex}.new-screen-form__templates-list__title{color:#8a8a8a;margin:0 16px 5px}.new-screen-form__templates-list__content{justify-content:center;gap:16px;margin-top:10px;display:flex}.form-row{flex-direction:row;align-items:center;display:flex}.form-row+.form-row{margin-top:15px}.form-row>label{flex:1}.form-row>.form-row-input{flex:3}.new-table-form .multi-select-menu{min-width:145px;margin-left:10px;font-size:14px}.new-table-form .multi-select-menu-selection{height:45px;margin-top:-5px;line-height:2.1}.new-table-form input{font-size:14px;line-height:3}.new-table-form .column-name input{min-width:200px}.new-table-form .icon-trash-small{cursor:pointer;background-color:#999;-webkit-mask-position:50% 3px;mask-position:50% 3px}.new-table-form .add-column{margin-top:15px}.new-table-form .add-column .icon{background-color:#555}.new-table-form .add-column span{text-transform:uppercase;color:#555;margin-left:5px;font-size:14px}.new-table-form .add-column:hover span{color:#111}.new-table-form .add-column:hover .icon{background-color:#111}.new-table-form .wrapped-input{width:100%;margin:0 0 16px}.new-table-form .form-row{margin-top:5px}.new-table-form label{color:#8a8a8a;display:block}.new-table-form .wrapped-input label{margin-bottom:10px}.new-table-form .wrapped-input .wrapped-input-prefix{margin-right:16px;padding:0;display:flex}.new-table-form .multi-menu-trigger button{border-radius:5px;justify-content:flex-start;align-items:center;padding:0 20px;display:flex}.new-table-form .multi-menu-trigger button:hover,.new-table-form .multi-menu-trigger.expanded button{background-color:#f5f5f5}.new-table-form .form-row .icon-button-wrapper{margin:0 0 0 8px}.add-property-list-item{justify-content:flex-start;align-items:center;display:flex}.add-property-list-item span{margin:0 16px 0 0}.new-table-form .modal-content>label{margin:0 0 10px 16px}.new-relationship-key{flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:20px;display:flex}.new-relationship-key .group{color:#757575;margin-right:16px}.new-relationship-key .group:last-child{margin-right:0}.new-relation-key-item{justify-content:center;align-items:center;width:29px;height:29px;font-size:14px;display:inline-flex}.new-relation-key-item.small{width:20px;height:20px;font-size:12px}.new-relation-key-item.expanded-collection{color:#fff;background-color:#ef4c30;border-radius:50%}.new-relation-key-item.selected-collection{color:#000;box-shadow:inset 0 0 0 1px #000}.new-relationship-item{flex-direction:row;align-items:center;display:flex}.relationship-graphic{flex-direction:column;align-items:center;display:flex}.relationship-graphic .relationship-graphic-target>*+*{margin-left:6px}.relationship-graphic-connections{background:50% no-repeat;width:61px;height:21px;margin:3px 0;display:block}.relationship-graphic-connections.belongsTo{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='60px'%20height='21px'%20viewBox='0%200%2060%2021'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2056.3%20(81716)%20-%20https://sketch.com%20--%3e%3ctitle%3ebelongs-to%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-dasharray='3'%20stroke-linecap='round'%3e%3cg%20id='belongs-to'%20stroke='%236F6F6F'%3e%3cpath%20d='M30.5,0.5%20L30.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M40.5,0.5%20L60.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M20.5,0.5%20L0.5,20.5'%20id='Line'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.relationship-graphic-connections.hasMany{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='60px'%20height='21px'%20viewBox='0%200%2060%2021'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2056.3%20(81716)%20-%20https://sketch.com%20--%3e%3ctitle%3ehas-many%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-dasharray='3'%20stroke-linecap='round'%3e%3cg%20id='has-many'%20transform='translate(30.500000,%2010.500000)%20rotate(180.000000)%20translate(-30.500000,%20-10.500000)%20'%20stroke='%236F6F6F'%3e%3cpath%20d='M30.5,0.5%20L30.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M40.5,0.5%20L60.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M20.5,0.5%20L0.5,20.5'%20id='Line'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.relationship-graphic-connections.manyToMany{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='60px'%20height='21px'%20viewBox='0%200%2060%2021'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2056.3%20(81716)%20-%20https://sketch.com%20--%3e%3ctitle%3emany-to-many%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-dasharray='3'%20stroke-linecap='round'%3e%3cg%20id='many-to-many'%20transform='translate(30.500000,%2010.500000)%20rotate(180.000000)%20translate(-30.500000,%20-10.500000)%20'%20stroke='%236F6F6F'%3e%3cpath%20d='M30.5,0.5%20L30.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M40.5,0.5%20L60.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M40.5,0.5%20L60.5,20.5'%20id='Line'%20transform='translate(50.500000,%2010.500000)%20rotate(-90.000000)%20translate(-50.500000,%20-10.500000)%20'%3e%3c/path%3e%3cpath%20d='M20.5,0.5%20L0.5,20.5'%20id='Line'%3e%3c/path%3e%3cpath%20d='M20.5,0.5%20L0.5,20.5'%20id='Line'%20transform='translate(10.500000,%2010.500000)%20rotate(-270.000000)%20translate(-10.500000,%20-10.500000)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.relationship-text{flex:1;margin-left:40px;font-size:16px}.relationship-text p+p{margin-top:10px}.relationship-text strong.expanded{color:#ef4c30}.form-inspect-field-wrapper .custom-action-header-value p{margin-top:5px}.test-connection-initial{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:280px;height:270px;margin:0 auto;display:flex}.test-connection-initial h2{margin-bottom:.5em;font-size:20px}.test-connection-initial p{color:#777;margin-bottom:20px}.test-request-results{-webkit-user-select:text;user-select:text;flex-direction:column;justify-content:center;max-width:600px;margin:0 auto;display:flex}.test-request-results h2{margin-bottom:.75em;font-size:20px}.test-request-results .test-connection-button{float:right}.test-request-results pre{margin:0;overflow-x:auto}.test-request-results label{color:#8a8a8a;margin-bottom:10px;margin-left:16px;font-size:12px;display:inline-block}.test-request-results .custom-action-outputs{margin-top:25px;margin-bottom:25px}.test-request-results .accordion.accordion-expanded .aacordion-children{margin-top:500px}.modal .modal-actions .custom-action-warning{margin-right:auto}.modal .modal-content .custom-action-warning-text{margin:50px 0}.modal .modal-content .custom-action-warning-text p{font-size:16px}.modal .modal-header .delete-warning-header{align-items:flex-end;padding-bottom:16px;padding-left:20px;display:flex}.modal .modal-header .delete-warning-header .icon{width:30px;height:30px}.modal .modal-header .delete-warning-header p{margin-left:20px;font-size:20px;font-weight:700}.custom-action-first-step{max-width:600px;margin-left:140px}.custom-action-first-step .custom-action-type{margin:25px 0;padding-bottom:1px;position:relative}.custom-action-first-step .custom-action-type label{color:#8a8a8a;margin-bottom:5px;margin-left:16px;font-size:12px;display:inline-block}.custom-action-first-step .custom-action-type .multi-select-menu{height:52px}.custom-action-first-step .custom-action-type .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection{border-radius:9px;justify-content:space-between;align-items:center;height:52px;padding:16px;font-size:14px;display:flex}.custom-action-first-step .custom-action-type .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-value .multi-select-menu-placeholder{color:#b1b8cb;font-size:14px}.custom-action-first-step .custom-action-type .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-expand-icon:before{right:16px}.api-request{flex-direction:row;display:flex}.api-request .bindable-text-control-entity-label{padding-right:10px}.api-request .api-request-headers{margin:25px 0}.api-request .api-request-headers .data-add-api-auth label{color:#8a8a8a;margin-bottom:10px;margin-left:16px;font-size:12px;display:inline-block}.api-request .api-request-values{border-right:1px solid #f1f1f1;flex:2;padding-right:32px}.api-request .api-request-inputs{flex:1;padding-left:32px}.api-request .api-request-inputs .data-add-api-auth{margin-top:0}.api-request .api-request-inputs .data-add-api-auth label{color:#8a8a8a;margin-bottom:10px;margin-left:16px;font-size:12px;display:inline-block}.api-request .api-request-url .bindable-text-control .bindable-text-control-error{box-shadow:inset 0 0 0 1px red;border-color:#f44!important}.api-request .api-request-url .settings-form-error{color:#f44;margin:5px 16px 0;font-weight:500}.api-request .api-request-url .bindable-text-control{margin:0 16px}.api-request .api-request-url .bindable-text-control .bindable-text-control-header p{color:#8a8a8a}.api-request .api-request-body .bindable-text-control{margin:0 16px}.api-request .api-request-body .bindable-text-control .bindable-text-control-header p{color:#8a8a8a}.api-request .api-request-body .bindable-text-control .bindable-text-control-error{box-shadow:inset 0 0 0 1px red;border-color:#f44!important}.api-request .api-request-method{margin:25px 0;padding-bottom:1px;position:relative}.api-request .api-request-method label{color:#8a8a8a;margin-bottom:10px;margin-left:16px;font-size:12px;display:inline-block}.api-request .api-request-method .multi-select-menu{height:52px}.api-request .api-request-method .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection{height:52px;box-shadow:none;background:#f1f1f1;border-radius:6px;justify-content:space-between;align-items:center;padding:16px;font-size:14px;display:flex}.api-request .api-request-method .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-value .multi-select-menu-placeholder{color:#b1b8cb;font-size:14px}.api-request .api-request-method .multi-select-menu .multi-menu-trigger-element .multi-select-menu-selection .multi-select-menu-expand-icon:before{right:16px}.api-request .api-request-method .multi-select-menu.wrapped-select.wrapped-select-error .multi-select-menu-selection{box-shadow:inset 0 0 0 1px red}.api-request .api-request-method .multi-select-menu.wrapped-select-error-message{color:#f44;margin:50px 16px;font-weight:500}.custom-action-type-option{justify-content:flex-start;align-items:center;padding-left:1px;display:flex}.custom-action-type-option span{margin:0 16px 0 0}.integration-trial-modal header.modal-header{padding-left:50px}.integration-trial-modal header.modal-header h1{font-weight:700}.integration-trial-modal .integration-trial-header{color:#757575;width:85%;font-weight:200;line-height:20px}.integration-trial-modal .integration-trial-day{color:#333;font-weight:700}.integration-trial-modal .integration-trial-container{justify-content:center;display:flex}.integration-trial-modal .integration-trial-container h1{text-align:center;margin-bottom:20px;font-weight:700}.integration-trial-modal .integration-trial-container ul{font-size:12px;list-style:none}.integration-trial-modal .integration-trial-container ul li{color:#424242;margin-bottom:10px}.integration-trial-modal .integration-trial-container .integration-trial-bullet{grid-template-columns:20px 1fr;display:grid}.integration-trial-modal .integration-trial-container .integration-trial-bullet .adalo-bullet{height:11px;margin-right:8px;position:relative;top:2px}.integration-trial-modal .integration-trial-box{border:2px solid #eee;border-radius:10px;flex-direction:column;width:250px;height:300px;margin-right:20px;padding:10px 20px;display:flex}.integration-trial-modal .integration-trial-box .integration-trial-image{height:90px;margin-bottom:10px}.integration-trial-modal .integration-trial-box button.btn{color:#333;width:110px;height:25px;padding:0}.integration-trial-modal .integration-trial-box .integration-trial-bottom-section{justify-content:flex-end;align-items:flex-end;height:100%;padding-bottom:5px;display:flex}.integration-trial-modal .integration-trial-box .integration-trial-bottom-section a{text-decoration:none}.success-integration-pack-container{flex-direction:column;align-items:center;display:flex}.success-integration-pack-container h1{margin-top:10px;margin-bottom:10px;font-size:22px;font-weight:700}.success-integration-pack-container p{font-size:15px}.grid{display:grid}.gap-4{gap:16px}.columns-3{grid-template-columns:1fr 1fr 1fr}.trial-trial-modal header.modal-header{padding-left:50px}.trial-trial-modal header.modal-header h1{font-weight:700}.trial-trial-modal .free-trial-confirmation-end{width:25%;padding:20px}.trial-trial-modal .trial-trial-header{color:#757575;width:85%;font-weight:200;line-height:20px}.trial-trial-modal .trial-trial-day{color:#333;font-weight:700}.trial-trial-modal .trial-trial-container{justify-content:center}.trial-trial-modal .trial-trial-container h1{text-align:center;margin-bottom:20px;font-weight:700}.trial-trial-modal .trial-trial-container ul{font-size:12px;list-style:none}.trial-trial-modal .trial-trial-container ul li{color:#424242;margin-bottom:10px}.trial-trial-modal .trial-trial-container .trial-trial-bullet{grid-template-columns:20px 1fr;display:grid}.trial-trial-modal .trial-trial-container .trial-trial-bullet .adalo-bullet{height:11px;margin-right:8px;position:relative;top:2px}.trial-trial-modal .trial-trial-box{border:2px solid #eee;border-radius:10px;flex-direction:column;width:250px;height:300px;margin-right:20px;padding:10px 20px;display:flex}.trial-trial-modal .trial-trial-box .trial-trial-image{height:90px;margin-bottom:10px}.trial-trial-modal .trial-trial-box button.btn{color:#333;width:110px;height:25px;padding:0}.trial-trial-modal .trial-trial-box .trial-trial-bottom-section{justify-content:flex-end;align-items:flex-end;height:100%;padding-bottom:5px;display:flex}.trial-trial-modal .trial-trial-box .trial-trial-bottom-section a{text-decoration:none}.success-trial-pack-container{flex-direction:column;align-items:center;display:flex}.success-trial-pack-container h1{margin-top:10px;margin-bottom:10px;font-size:22px;font-weight:700}.success-trial-pack-container p{font-size:15px}.no-underline{text-decoration:none}.flex{display:flex}.justify-between{justify-content:space-between}.align-center{align-items:center}.pa-4{padding:16px}.pa-3{padding:12px}.pr-3{padding-right:12px}.px-2-important{padding-left:8px!important;padding-right:8px!important}.mrn-2{margin-right:-8px}.py-1{padding-top:4px;padding-bottom:4px}.ph-3{padding-left:12px;padding-right:12px}.mt-4{margin-top:16px}.mt-3{margin-top:12px}.border-gray{border:1px solid #e0e0e0}.radius-3{border-radius:12px}.radius-8{border-radius:32px}.radius-full{border-radius:100%}.f12{font-size:12px}.f21{font-size:21px}.semibold{font-weight:600}.size-50px{box-sizing:border-box;width:50px;height:50px}.color-green{color:#007b69}.color-gray{color:#757575}.color-black{color:#000}.bg-light-green{background:#49a5981a}.design-version-form{min-width:145px;height:45px;margin-top:-5px;font-size:14px}.design-version-form .modal-header{padding-top:42px}.design-version-form .modal-header h1{color:#424242;justify-content:space-between;align-items:center;font-size:20px;display:flex}.design-version-form .modal-header .icon{background-color:#424242;flex:1}.design-version-form .modal-header .design-version-form-title-left{grid-template-columns:1fr auto 1fr;gap:12px;display:grid}.design-version-form .modal-header .design-version-form-title-left h1{white-space:initial;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;line-height:40px;display:-webkit-box;overflow:hidden}.design-version-form label{color:#424242;font-size:14px;display:block}.design-version-form .modal-actions{font-size:12px}.design-version-form .modal-actions .btn.btn-outlined.btn-teal:hover{color:#00a898;background-color:#00a8981a;border-color:#00a898}.design-version-form .modal-actions .btn.btn-outlined.btn-teal:hover .icon{background-color:#00a898}.design-version-form .wrapped-input{width:100%;margin:0 0 16px}.design-version-form .wrapped-input label{margin-bottom:10px}.design-version-form .wrapped-input input{font-size:14px;line-height:3}.design-version-form .wrapped-input .wrapped-input-prefix{margin-right:16px;padding:0;display:flex}.design-version-form .icon-trash-small{cursor:pointer;background-color:#999;-webkit-mask-position:50%;mask-position:50%}.design-version-form .design-version-creator label{font-size:12px}.design-version-form .design-version-creator .version-creator-info{color:#9e9e9e;background:#f5f5f5;border-radius:9px;flex-direction:column;justify-content:space-between;padding:10px 16px;display:flex}.design-version-form .design-version-creator .version-creator-info p{font-size:14px}.design-version-form .design-version-creator .text-description{font-size:12px}.design-version-form .form-row .icon-button-wrapper{margin:0 0 0 8px}.design-version-form .modal-content label{margin:0 0 10px 16px}.restore-modal-content{text-align:center;flex-direction:column;align-items:center;display:flex}.restore-modal-content h2{font-size:16px;font-weight:500}.restore-modal-content p{color:#757575;max-width:75%;font-size:14px;font-weight:400}.restore-modal-content .icon{background-color:#dedede;width:72px;height:72px;margin-bottom:20px}.cancel-subscription-modal .modal-header{flex-direction:column;gap:12px}.cancel-subscription-modal .modal-header h1{font-size:18px;font-weight:700}.cancel-subscription-modal .modal-header span{font-size:24px}.cancel-subscription-modal .modal-content{color:#424242;max-width:300px;margin:0 auto;font-size:14px}.churn-form-modal{padding:0}.unpublish-modal .modal-header{flex-direction:column;gap:12px}.unpublish-modal .modal-header h1{font-size:18px;font-weight:700}.unpublish-modal .modal-header span{font-size:24px}.unpublish-modal .modal-content{color:#424242;max-width:300px;margin:0 auto;font-size:14px}.zapier-modal .modal-header h1{color:#000;justify-content:space-between;align-items:center;display:flex}.zapier-modal .modal-header .btn{gap:.5rem;font-size:12px;line-height:14px}.zapier-modal .modal-header .btn span{text-decoration:none}.modal.modal-scrolling .modal-content.feature-templates__modal-content{padding:0 40px;overflow:hidden}.feature-templates__no-results>div{gap:8px;display:flex}.feature-templates__no-results>div span{font-size:20px}.feature-templates__container{width:100%;overflow:unset;flex-direction:row;height:calc(100vh - 230px);display:flex}.feature-templates__sidebar{min-width:148px;padding-top:40px}.feature-templates__sidebar h3{margin-bottom:8px}.feature-templates__sidebar .feature-templates-filter-label{margin-left:8px;font-size:12pt}.feature-templates__vertical-line{border-right:1px solid #eee;width:1px}.feature-templates__filter__option{border-top-left-radius:20px;border-bottom-left-radius:20px;justify-content:left;align-items:center;margin-left:-14px;padding:8px 0 8px 14px;display:flex;overflow:visible}.feature-templates__filter__option:not(.selected){color:#616161}.feature-templates__filter__option.selected{color:#00a898;background-color:#00a8981a;font-weight:500}.feature-templates__filter__option:hover:not(.selected){color:#00a898;cursor:pointer;background-color:#00a8981a}.feature-templates__filter__option:hover:not(.selected) .icon{background-color:#00a898}.feature-templates__filter__label{margin-left:8px;font-size:12pt}.feature-templates__feed{flex-flow:wrap;place-content:flex-start center;gap:16px;width:100%;height:100%;min-height:437px;margin-right:-40px;padding:40px 0;display:flex;overflow:scroll}.feature-templates__feed-header{justify-content:space-between;align-items:center;width:100%;margin:0 42px;display:flex}.feature-templates__feed-header h2{margin:0;font-size:18px;font-weight:500}.feature-templates__feed-header .btn{padding:0 12px}.feature-templates__feed-items{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.feature-item__details{flex-direction:column;max-height:100%;display:flex}.feature-item__details .modal-header{padding:16px 24px}.feature-item__details .modal-content{flex-direction:column;flex:1;gap:1.25rem;max-height:calc(100vh - 200px);padding:1.5rem 80px 40px;display:flex;position:relative;overflow-y:scroll}.feature-item__details .modal-content>.loading{margin:32px auto 0}.feature-item__details-header{z-index:1;background-color:#fff;flex:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0}.feature-item__details-header-info{align-items:center;gap:12px;display:flex}.feature-item__details-header-info>img{border:1px solid #f5f5f5;border-radius:50%;align-self:flex-start;width:48px;height:48px}.feature-item__details-header-info h2{flex-direction:column;gap:6px;margin:0;font-size:24px;font-weight:600;display:flex}.feature-item__details-header-info span{color:#616161;font-size:12px;font-weight:500}.feature-item__details-header-price{align-items:center;gap:20px;display:flex}.feature-item__details-header-price button{text-wrap:nowrap}.feature-item__details-banner{border-radius:6px;place-items:center;width:100%;height:100%;padding-bottom:72%;display:flex;position:relative}.feature-item__details-banner iframe{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border:0;border-radius:4px;width:100%;height:100%;position:absolute;top:0;left:0}.feature-item__details-content{justify-content:space-between;gap:32px;font-size:14px;display:flex}@media screen and (width<=768px){.feature-item__details-content{grid-template-columns:1fr}}.feature-item__details-content-details{flex-direction:column;gap:14px;width:100%;line-height:20px;display:flex}.feature-item__details-content-details ul,.feature-item__details-content-details ol{padding-left:1.5rem}.feature-item__details-content-meta{flex-direction:column;gap:12px;display:flex}.feature-item__details-content-meta-item,.feature-item__details-content-meta-item>a{color:#333;justify-content:flex-start;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.feature-item__details-content-meta-item .icon,.feature-item__details-content-meta-item>a .icon{background:#333;width:16px;height:16px}.feature-item__details-content-meta-item>a{color:#00a898;font-weight:600;text-decoration:none}.feature-item__details-content-meta-item>a .icon{background:#00a898}.feature-item__details-content-emoji{margin-right:12px}.feature-item__collections .modal-content{flex-direction:column;gap:40px;max-width:75%;margin:0 auto;display:flex}.feature-item__collections .modal-content p{letter-spacing:0;text-align:left;font-size:16px;line-height:19px}.feature-item__collections .modal-content .include-sample-data{letter-spacing:0;text-align:left;border:1px solid #eee;border-radius:6px;flex-direction:row;justify-content:space-between;margin:5px -16px 0;padding:12px 16px;line-height:19px;display:flex}.feature-item__collections .modal-content .include-sample-data p{font-size:14px}.feature-item__collections .modal-header h1{flex-direction:column;gap:4px;display:flex}.feature-item__collections .modal-header p{color:#8a8a8a;font-size:14px;font-weight:400}.selected-collection-properties{align-items:center;gap:4px;margin-top:4px;display:flex}.selected-collection-properties__tooltip ul{padding-left:1rem}.integration-trial-end{text-align:center}.integration-trial-end-title{font-weight:700!important}.integration-trial-end-body{color:#bababa;padding-left:50px;padding-right:50px;font-size:14px}.free-trial-end{text-align:justify}.free-trial-end-title{text-align:center;font-weight:700!important}.free-trial-end-body{color:#757575;padding-left:50px;padding-right:50px;font-size:12px;font-weight:500;line-height:14px}.free-trial-end-gif{width:100%;padding:30px 0}.modal-header .extend-trial-header{flex-direction:column;margin-top:-5px;margin-left:26px;display:flex}.modal-header .extend-trial-header .free-trial-extend-title{color:#333;margin-bottom:5px;font-size:24px;font-weight:600}.free-trial-extend-subtitle{color:#757575;font-size:12px;font-weight:500}.free-trial-extend-body{text-align:left;width:678px;margin-bottom:10px;font-size:14px;font-weight:500}.modal .modal-content .free-trial-extend{flex-direction:column;align-items:center;margin-top:16px;margin-bottom:32px;display:flex}.premium-feature-grid{flex-direction:row;gap:10px;display:flex}.premium-feature-column{margin:0}.premium-feature-option{border-radius:8px;justify-content:space-between;width:334px;height:54px;margin-bottom:10px;margin-right:0;padding:0 20px}.premium-feature-option-text{color:#000;text-transform:capitalize;font-size:14px;font-weight:500}.free-trial-extend-success-image{width:25%;margin-top:16px;margin-bottom:11px;padding:20px}.success-trial-pack-container .free-trial-extend-success-title{color:#000;text-align:center;margin-bottom:24px;font-size:18px;font-weight:600;line-height:21px}.success-trial-pack-container .free-trial-extend-success-text{color:#757575;text-align:center;width:783px;font-size:12px;font-weight:500;line-height:14px}div [data-adalo-id=extend-trial-most-important-feature]{visibility:hidden;height:0}.editor-mobile-blocker{z-index:10001;flex-direction:column;width:100%;max-width:100%;height:100%;display:flex;position:absolute;inset:0;overflow-y:auto}.app-preview-section{background-color:#f7f3ee;flex-direction:column;flex:1;justify-content:space-between;align-items:center;height:100%;padding:36px 15px 0;display:flex}.app-preview-section .app-information{justify-content:center;align-items:center;gap:20px;width:100%;max-width:500px;display:flex}.app-preview-section .app-information .app-icon{min-width:66px;min-height:66px}.app-preview-section .app-information>div h2{margin-bottom:8px;font-size:20px;font-weight:600}.app-preview-section .app-information>div span{font-size:14px}.app-preview-section .app-preview-frame{object-fit:contain;max-width:100%}.check-email-section{color:#fff;text-align:center;background:linear-gradient(#00a898 0%,#006b5a 100%);flex-direction:column;flex:1;align-items:center;gap:1.25rem;width:100%;height:100%;padding:32px 27px;font-family:Work Sans;font-style:normal;line-height:normal;display:flex}.check-email-section h1{width:339px;margin-bottom:0;font-size:1.75rem;font-weight:700}.check-email-section p{width:339px;font-size:1rem;font-weight:400}.check-email-section .btn{color:#fff;text-transform:capitalize;pointer-events:none;text-wrap:nowrap;border:1px solid #fff3;border-radius:4px;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.check-email-section .btn .icon{background-color:#fff;margin-right:10px}.command-palette-overlay{z-index:20000;background:#0006;justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}.command-palette-card{background:#fff;border-radius:12px;flex-direction:column;width:560px;max-height:480px;display:flex;overflow:hidden;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.command-palette-input-wrapper{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:12px 16px;display:flex}.command-palette-input-wrapper>.icon{background-color:#aaa;flex-shrink:0}.command-palette-input-wrapper input{font:inherit;color:#333;background:0 0;border:none;outline:none;flex:1;font-size:14px}.command-palette-input-wrapper input::placeholder{color:#9e9e9e}.command-palette-shortcut{color:#616161;letter-spacing:.5px;background:#f5f5f5;border:1px solid #eee;border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:inherit;font-size:11px;font-weight:500}.command-palette-results{padding:8px 0;overflow-y:auto}.command-palette-group:not(:first-child){margin-top:4px}.command-palette-group-header{text-transform:uppercase;color:#8a8a8a;letter-spacing:.5px;padding:6px 16px;font-size:11px;font-weight:600}.command-palette-item{cursor:pointer;align-items:center;gap:10px;padding:8px 16px;transition:background-color .1s;display:flex}.command-palette-item:hover,.command-palette-item.active{background:#f5f5f5}.command-palette-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.command-palette-item-name{color:#333;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;overflow:hidden}.command-palette-item-parent{color:#aaa;white-space:nowrap;flex-shrink:0;font-size:12px}.command-palette-empty{text-align:center;color:#aaa;padding:32px 16px;font-size:14px}.command-palette-footer{color:#616161;background:#f5f5f5;border-top:1px solid #eee;flex-shrink:0;align-items:center;gap:16px;padding:8px 12px;font-size:11px;display:flex}.command-palette-footer-group{align-items:center;gap:4px;display:flex}.command-palette-footer-group--right{margin-left:auto}.command-palette-footer-divider{color:#aaa;margin:0 2px}body.editor-body{touch-action:none;-webkit-user-select:none;user-select:none;background:#fff;overflow:hidden}.editor-error{font-size:14px;display:flex;position:absolute;inset:50px 0 0}.editor-error h2{margin-bottom:15px;font-size:36px}.editor-error p{margin-bottom:.5em}.editor-body-loader{position:fixed;inset:60px 0 0 425px}.data .data-sidebar.api{z-index:100;background:#fff;width:255px;padding-left:35px;transition:top .2s;position:fixed;top:64px;bottom:0;left:65px;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.data .data-body.api{transition:top .2s;position:absolute;inset:64px 0 0 320px;overflow:hidden}.datasource-link-header{color:inherit;flex-direction:row;align-items:center;margin-bottom:10px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.offline-banner-visible .empty-state.greedy{margin-top:96px}.blocked-wrapper{z-index:1;-webkit-user-select:none;user-select:none;position:fixed;inset:0}.blocked-content>:last-child{margin-bottom:50px}.blocked-content h1{color:#333;margin-bottom:11px;font-size:24px;font-weight:600;line-height:28px}.blocked-content p{color:#757575;max-width:600px;margin-bottom:32px;font-size:14px;line-height:16px}.blocked-content a{color:#00a898!important}
