@charset "UTF-8";.qs-datepicker{color:#000;position:absolute;width:250px;display:flex;flex-direction:column;font-family:sans-serif;font-size:14px;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid grey;border-radius:4.22275px;overflow:hidden;background:#fff;box-shadow:0 20px 20px -15px rgba(0,0,0,.3)}.qs-datepicker *{box-sizing:border-box}.qs-datepicker.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.qs-datepicker.qs-hidden{display:none}.qs-datepicker .qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-datepicker .qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-datepicker .qs-overlay .qs-overlay-year{background:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:14px;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-datepicker .qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-datepicker .qs-overlay .qs-submit{border:1px solid #fff;border-radius:4.22275px;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-datepicker .qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-datepicker .qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-datepicker .qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:33.33333%;cursor:pointer;opacity:.5;transition:opacity .15s}.qs-datepicker .qs-overlay .qs-overlay-month.active,.qs-datepicker .qs-overlay .qs-overlay-month:hover{opacity:1}.qs-datepicker .qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#d3d3d3;filter:blur(0);transition:filter .3s}.qs-datepicker .qs-controls.qs-blur{filter:blur(5px)}.qs-datepicker .qs-arrow{height:25px;width:25px;position:relative;cursor:pointer;border-radius:5px;transition:background .15s}.qs-datepicker .qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-datepicker .qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-datepicker .qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-datepicker .qs-arrow:after{content:"";border:6.25px solid transparent;position:absolute;top:50%;transition:border .2s}.qs-datepicker .qs-arrow.qs-left:after{border-right-color:grey;right:50%;transform:translate(25%,-50%)}.qs-datepicker .qs-arrow.qs-right:after{border-left-color:grey;left:50%;transform:translate(-25%,-50%)}.qs-datepicker .qs-month-year{font-weight:700;transition:border .2s;border-bottom:1px solid transparent;cursor:pointer}.qs-datepicker .qs-month-year:hover{border-bottom:1px solid grey}.qs-datepicker .qs-month-year:active:focus,.qs-datepicker .qs-month-year:focus{outline:none}.qs-datepicker .qs-month{padding-right:.5ex}.qs-datepicker .qs-year{padding-left:.5ex}.qs-datepicker .qs-squares{display:flex;flex-wrap:wrap;padding:5px;filter:blur(0);transition:filter .3s}.qs-datepicker .qs-squares.qs-blur{filter:blur(5px)}.qs-datepicker .qs-square{width:14.28571429%;height:25px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:4.22275px}.qs-datepicker .qs-square.qs-current{font-weight:700}.qs-datepicker .qs-square.qs-active{background:#add8e6}.qs-datepicker .qs-square.qs-disabled span{opacity:.2}.qs-datepicker .qs-square.qs-empty{cursor:default}.qs-datepicker .qs-square.qs-disabled{cursor:not-allowed}.qs-datepicker .qs-square.qs-day{cursor:default;font-weight:700;color:grey}.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-feature-settings:"calt";font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}h1,h2,h3,h4{font-weight:400}h1 span,h2 span,h3 span,h4 span{font-weight:lighter}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not([type=range]),form select{max-width:600px;width:100%;border:none;border-bottom:2px solid #5bbebc;padding:10px 10px 15px;outline:none}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not([type=range])::-moz-placeholder,form select::-moz-placeholder{color:#dadada}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not([type=range]):-ms-input-placeholder,form select:-ms-input-placeholder{color:#dadada}form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not([type=range])::placeholder,form select::placeholder{color:#dadada}.hide{display:none}.show{display:block}.loader,.loader:after,.loader:before{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7 1.8s ease-in-out infinite;animation:load7 1.8s ease-in-out infinite}.loader{color:#fec300;font-size:10px;margin:0 auto 50px;position:relative;text-indent:-9999em;transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{left:-3.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader:after{left:3.5em}@-webkit-keyframes load7{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes load7{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}div.jsoneditor .jsoneditor-search input{height:auto;border:inherit}div.jsoneditor .jsoneditor-search input:focus{border:none!important;box-shadow:none!important}div.jsoneditor table{border-collapse:collapse;width:auto}div.jsoneditor td,div.jsoneditor th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:grey}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty:after,div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty:after{content:"field"}div.jsoneditor-value.jsoneditor-empty:after{content:"value"}a.jsoneditor-value.jsoneditor-url,div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:grey}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#ffffab;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ed0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:transparent url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:none}div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:1px solid #e5e5e5}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:none}div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:grey;font-family:arial,sans-serif;font-size:10pt}div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:grey}div.jsoneditor-tree div.jsoneditor-show-more a:focus,div.jsoneditor-tree div.jsoneditor-show-more a:hover{color:#ee422e}div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid grey;cursor:pointer}div.jsoneditor div.jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}div.jsoneditor{color:#1a1a1a;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}div.jsoneditor-tree div.jsoneditor-tree-inner{padding-bottom:300px}div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}.ace-jsoneditor,textarea.jsoneditor-text{min-height:150px}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#d3d3d3}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt;color:#1a1a1a}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -168px -48px}.jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:"";display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}.jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:grey;background-color:#ebebeb;padding:7px 15px;border-radius:8px}.jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}.jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor .jsoneditor-text-errors tr{background-color:#ffef8b}.jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:rgba(238,46,46,.4392156863)}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}.jsoneditor-text-errors tr .jsoneditor-schema-error{background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -168px -48px}.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -25px 0}.fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:99999}div.jsoneditor-contextmenu li,div.jsoneditor-contextmenu ul{box-sizing:content-box;position:relative}div.jsoneditor-contextmenu ul{position:relative;left:0;top:0;width:128px;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px hsla(0,0%,50.2%,.3);list-style:none;margin:0;padding:0}div.jsoneditor-contextmenu ul li button{position:relative;padding:0 4px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:transparent;font-size:10pt;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}div.jsoneditor-contextmenu ul li button::-moz-focus-inner{padding:0;border:0}div.jsoneditor-contextmenu ul li button:focus,div.jsoneditor-contextmenu ul li button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:none}div.jsoneditor-contextmenu ul li button.jsoneditor-default{width:96px}div.jsoneditor-contextmenu ul li button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}div.jsoneditor-contextmenu div.jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg)}div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon{margin-left:24px}div.jsoneditor-contextmenu div.jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin{padding-right:24px}div.jsoneditor-contextmenu ul li button div.jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) 0 -72px}div.jsoneditor-contextmenu div.jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}div.jsoneditor-contextmenu button.jsoneditor-remove>div.jsoneditor-icon{background-position:-24px 0}div.jsoneditor-contextmenu button.jsoneditor-append>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-insert>div.jsoneditor-icon{background-position:0 0}div.jsoneditor-contextmenu button.jsoneditor-duplicate>div.jsoneditor-icon{background-position:-48px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-asc>div.jsoneditor-icon{background-position:-168px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-desc>div.jsoneditor-icon{background-position:-192px 0}div.jsoneditor-contextmenu button.jsoneditor-transform>div.jsoneditor-icon{background-position:-216px 0}div.jsoneditor-contextmenu ul li button.jsoneditor-selected,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}div.jsoneditor-contextmenu ul li{overflow:hidden}div.jsoneditor-contextmenu ul li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px hsla(0,0%,50.2%,.5);padding:0 10px;transition:all .3s ease-out}div.jsoneditor-contextmenu ul li ul li button{padding-left:24px;-webkit-animation:all 1s ease-in-out;animation:all 1s ease-in-out}div.jsoneditor-contextmenu ul li ul li button:focus,div.jsoneditor-contextmenu ul li ul li button:hover{background-color:#f5f5f5}div.jsoneditor-contextmenu button.jsoneditor-type-string>div.jsoneditor-icon{background-position:-144px 0}div.jsoneditor-contextmenu button.jsoneditor-type-auto>div.jsoneditor-icon{background-position:-120px 0}div.jsoneditor-contextmenu button.jsoneditor-type-object>div.jsoneditor-icon{background-position:-72px 0}div.jsoneditor-contextmenu button.jsoneditor-type-array>div.jsoneditor-icon{background-position:-96px 0}div.jsoneditor-contextmenu button.jsoneditor-type-modes>div.jsoneditor-icon{background-image:none;width:6px}.jsoneditor-modal-overlay{position:absolute!important;background:#010101!important;opacity:.3!important}.jsoneditor-modal{position:absolute!important;max-width:95%!important;width:auto!important;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px hsla(0,0%,50.2%,.3)!important;color:#4d4d4d;line-height:1.3em}.jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}.jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}.jsoneditor-modal table{width:100%}.jsoneditor-modal table td,.jsoneditor-modal table th{padding:5px 20px 5px 0;text-align:left;vertical-align:top;font-weight:400;color:#4d4d4d;line-height:32px}.jsoneditor-modal p:first-child{margin-top:0}.jsoneditor-modal a{color:#3883fa}.jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}.jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}.jsoneditor-modal .pico-close{background:none!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}.jsoneditor-modal #query,.jsoneditor-modal input,.jsoneditor-modal select,.jsoneditor-modal textarea{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}.jsoneditor-modal,.jsoneditor-modal #query,.jsoneditor-modal input,.jsoneditor-modal option,.jsoneditor-modal select,.jsoneditor-modal table td,.jsoneditor-modal table th,.jsoneditor-modal textarea{font-size:10.5pt;font-family:arial,sans-serif}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt}.jsoneditor-modal input[type=button],.jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}.jsoneditor-modal input,.jsoneditor-modal select{cursor:pointer}.jsoneditor-modal input{padding:4px}.jsoneditor-modal input[type=text]{cursor:inherit}.jsoneditor-modal input[disabled]{background:#d3d3d3;color:grey}.jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}.jsoneditor-modal .jsoneditor-select-wrapper:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}.jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:"";font-size:10pt;line-height:1.5em}.jsoneditor-modal select::-ms-expand{display:none}.jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{width:100%;box-sizing:border-box}.jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}.jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;background:#ffffe0;border:1px solid #ffe99a;padding:0 10px 10px;border-radius:3px}.jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}.jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding:2px}.jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}.jsoneditor-modal .jsoneditor-jmespath-filter-field{width:170px}.jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}.jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:100px;flex:1 1}.jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}.jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}.jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}.jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}.jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}div.jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}div.jsoneditor-menu>button,div.jsoneditor-menu>div.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background:transparent url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg);color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:10pt;float:left}div.jsoneditor-menu>button:hover,div.jsoneditor-menu>div.jsoneditor-modes>button:hover{background-color:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.4)}div.jsoneditor-menu>button:active,div.jsoneditor-menu>button:focus,div.jsoneditor-menu>div.jsoneditor-modes>button:active,div.jsoneditor-menu>div.jsoneditor-modes>button:focus{background-color:hsla(0,0%,100%,.3)}div.jsoneditor-menu>button:disabled,div.jsoneditor-menu>div.jsoneditor-modes>button:disabled{opacity:.5}div.jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}div.jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}div.jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}div.jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}div.jsoneditor.jsoneditor-mode-form>div.jsoneditor-menu>button.jsoneditor-sort,div.jsoneditor.jsoneditor-mode-form>div.jsoneditor-menu>button.jsoneditor-transform,div.jsoneditor.jsoneditor-mode-view>div.jsoneditor-menu>button.jsoneditor-sort,div.jsoneditor.jsoneditor-mode-view>div.jsoneditor-menu>button.jsoneditor-transform{display:none}div.jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}div.jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}div.jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}div.jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}div.jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}div.jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}div.jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}div.jsoneditor-menu>div.jsoneditor-modes{display:inline-block;float:left}div.jsoneditor-menu>div.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}div.jsoneditor-menu>button.jsoneditor-separator,div.jsoneditor-menu>div.jsoneditor-modes>button.jsoneditor-separator{margin-left:10px}div.jsoneditor-menu a{font-family:arial,sans-serif;font-size:10pt;color:#fff;opacity:.8;vertical-align:middle}div.jsoneditor-menu a:hover{opacity:1}div.jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}table.jsoneditor-search div.jsoneditor-results,table.jsoneditor-search input{font-family:arial,sans-serif;font-size:10pt;color:#1a1a1a;background:transparent}table.jsoneditor-search div.jsoneditor-results{color:#fff;padding-right:5px;line-height:24px;padding-top:2px}table.jsoneditor-search{position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0}table.jsoneditor-search div.jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}table.jsoneditor-search div.jsoneditor-frame table{border-collapse:collapse}table.jsoneditor-search input{width:120px;border:none;outline:none;margin:1px;line-height:20px}table.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg);vertical-align:top}table.jsoneditor-search button:hover{background-color:transparent}table.jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}table.jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}table.jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}table.jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}table.jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}div.jsoneditor div.autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px hsla(0,0%,50.2%,.3);border:1px solid #d3d3d3;z-index:100;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding-left:2pt;padding-right:5pt;text-align:left;outline:0;font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt}div.jsoneditor div.autocomplete.dropdown .item{color:#333}div.jsoneditor div.autocomplete.dropdown .item.hover{background-color:#ddd}div.jsoneditor div.autocomplete.hint{color:#aaa;top:4px;left:4px}div.jsoneditor-treepath{padding:0 5px;overflow:hidden}div.jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}div.jsoneditor-treepath span.jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:10pt}div.jsoneditor-treepath span.jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}div.jsoneditor-statusbar{line-height:26px;height:26px;margin-top:-1px;color:grey;background-color:#ebebeb;border-top:1px solid #d3d3d3;box-sizing:border-box;font-size:10pt}div.jsoneditor-statusbar>.jsoneditor-curserinfo-label{margin:0 2px 0 4px}div.jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}div.jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}div.jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -168px -48px;cursor:pointer}div.jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}div.jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background:url(/packs/media/src/scss/img/jsoneditor-icons-d961fdfabbe512d2675de09af09f598b.svg) -25px 0}div.jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;box-sizing:border-box;color:grey;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:10pt}/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */.selectr-container{position:relative}.selectr-container li{list-style:none}.selectr-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}.selectr-desktop.multiple .selectr-visible{display:none}.selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}.selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}.selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999;border-radius:3px;background-color:#fff}.selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:"";transform:rotate(0deg) translate3d(0,-50%,0);border-color:#6c7a86 transparent transparent;border-style:solid;border-width:4px 4px 0}.selectr-container.native-open .selectr-selected:before,.selectr-container.open .selectr-selected:before{border-color:transparent transparent #6c7a86;border-style:solid;border-width:0 4px 4px}.selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.selectr-placeholder{color:#6c7a86}.selectr-tags{margin:0;padding:0;white-space:normal}.has-selected .selectr-tags{margin:0 0 -2px}.selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}.selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}.selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border:1px solid #999;border-top:0 solid transparent;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.open .selectr-options-container{display:block}.selectr-input-container{position:relative;display:none}.selectr-clear,.selectr-input-clear,.selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;transform:translate3d(0,-50%,0);border:none;background-color:transparent;z-index:11}.selectr-clear,.selectr-input-clear{display:none}.selectr-container.has-selected .selectr-clear,.selectr-input-container.active .selectr-input-clear{display:block}.selectr-selected .selectr-tag-remove{right:2px}.selectr-clear:after,.selectr-clear:before,.selectr-input-clear:after,.selectr-input-clear:before,.selectr-tag-remove:after,.selectr-tag-remove:before{position:absolute;top:5px;left:9px;width:2px;height:10px;content:" ";background-color:#6c7a86}.selectr-tag-remove:after,.selectr-tag-remove:before{top:4px;width:3px;height:12px;background-color:#fff}.selectr-clear:before,.selectr-input-clear:before,.selectr-tag-remove:before{transform:rotate(45deg)}.selectr-clear:after,.selectr-input-clear:after,.selectr-tag-remove:after{transform:rotate(-45deg)}.selectr-input-container.active,.selectr-input-container.active .selectr-clear{display:block}.selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999;border-radius:3px}.selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.notice .selectr-notice{display:block}.selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}.selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}.selectr-container.notice .selectr-options-container,.selectr-container.open .selectr-input-container,.selectr-container.open .selectr-options{display:block}.selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}.selectr-options.optgroups>.selectr-option{padding-left:25px}.selectr-optgroup{font-weight:700;padding:0}.selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}.selectr-match{text-decoration:underline}.selectr-option.selected{background-color:#ddd}.selectr-option.active{color:#fff;background-color:#5897fb}.selectr-option.disabled{opacity:.4}.selectr-option.excluded{display:none}.selectr-container.open .selectr-selected{border-color:#999 #999 transparent;border-radius:3px 3px 0 0}.selectr-container.open .selectr-selected:after{transform:rotate(180deg) translate3d(0,50%,0)}.selectr-disabled{opacity:.6}.has-selected .selectr-placeholder,.selectr-empty{display:none}.has-selected .selectr-label{display:block}.taggable .selectr-selected{padding:4px 28px 4px 4px}.taggable .selectr-selected:after{display:table;content:" ";clear:both}.taggable .selectr-label{width:auto}.taggable .selectr-tags{float:left;display:block}.taggable .selectr-placeholder{display:none}.input-tag{float:left;min-width:90px;width:auto}.selectr-tag-input{border:none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}.selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:"";transform:translate3d(0,-50%,0);transform-origin:50% 0 0;-webkit-animation:spin .5s linear 0s infinite normal forwards running;animation:spin .5s linear 0s infinite normal forwards running;border:3px solid #ddd;border-top-color:#aaa;border-radius:50%}@-webkit-keyframes spin{0%{transform:rotate(0deg) translate3d(0,-50%,0)}to{transform:rotate(1turn) translate3d(0,-50%,0)}}.selectr-container.open.inverted .selectr-selected{border-color:transparent #999 #999;border-radius:0 0 3px 3px}.selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999 #999 transparent;border-radius:3px 3px 0 0;background-color:#fff;top:auto;bottom:calc(100% - 1px)}.selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}.selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}.selectr-container ::placeholder{color:#6c7a86;opacity:1}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *//*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *//*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.flex{padding-top:70px;display:flex;min-height:100vh}.flex>*{padding:1rem 3rem}.flex .sidebar{padding:.5rem 2rem 1rem;background-color:#fff;flex:0 0 20%}.flex .sidebar h1{margin-top:0}.flex .sidebar h3{margin-bottom:.2em}.flex .sidebar nav.menu{height:80vh;overflow-y:auto;width:100%;max-width:240px}.flex .content{background-color:#e4e4e4;flex:0 0 80%}#report-view .flex,#report-view .flex .content{padding-top:0}table{table-layout:fixed;border-collapse:collapse;width:100%}table thead th{vertical-align:middle;position:relative;height:40px;font-weight:700;border-bottom:1px solid #ededed;font-size:13px}table thead th,table thead th:first-child{text-align:left}table thead th.center{text-align:center}table tr td{word-break:break-all;border-bottom:1px solid #ededed;color:#888;font-size:13px;padding:.8em .4em .8em 0;margin:0}table tr td,table tr td:first-child{text-align:left}table tr td .blocked{color:red}table tr td.center{text-align:center}table tr td img{width:100%}table tr:nth-child(odd) td{background-color:#fff}table i.fa{font-size:20px}.pagination{margin:1rem 0}.collection-filters p{margin-bottom:0}.collection-filters p a{font-size:13px}.sortable-control{position:absolute;right:10px;top:5px;width:14px}.sortable-control,.sortable-control form{display:inline-block}.sortable-control button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none}.sortable-control button ion-icon{font-size:10px}.sortable-control form.active button{color:red}.grid-container .pod+.pod{margin-top:0}.pod{width:100%;background-color:#fff;border-radius:10px;padding-bottom:1rem}.pod+.pod{margin-top:1rem}.pod header{display:flex;min-height:57px;padding:.75rem 2rem;border-radius:10px 10px 0 0;align-items:center}.pod header h1,.pod header h2,.pod header h3,.pod header h4{padding:0;flex:1 1 60%;color:#5bbebc;font-weight:400;margin:0}.pod header .actions{margin:0;text-align:right;flex:1 1 40%}.pod header .actions .btn{font-size:14px;white-space:nowrap}.pod header .actions .btn+.btn{margin-left:10px}.pod header.inverted{background-color:#000}.pod header.inverted h1,.pod header.inverted h2,.pod header.inverted h3,.pod header.inverted h4{border-bottom:none}.pod header.info{background-color:#eef9f9}.pod header+.content{padding-top:1rem}.pod .content{padding:.5rem 2rem;background-color:transparent}.pod .content .image{padding:1rem 2rem 2rem 0;width:33%;flex:0 1 33%;text-align:center}.grid-container{display:grid;grid-gap:20px}.grid-container+.grid-container{margin-top:20px}.grid-container.one{grid-template-columns:1fr}.grid-container.three,.grid-container.two{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}a.btn,button.btn,input[type=submit],label.filelabel{padding:.6em 1em .4em;font-size:100%;border-radius:0;border:none;text-decoration:none!important;display:inline-block;color:#fff;transition:all .3s ease;line-height:1.4;cursor:pointer;background-color:#fec300;-webkit-appearance:none}a.btn:hover,button.btn:hover,input[type=submit]:hover,label.filelabel:hover{background-color:#cb9c00}a.btn.disabled,button.btn.disabled,input[type=submit].disabled,label.filelabel.disabled{background-color:#ccc;color:#999}a.btn.btn-danger,button.btn.btn-danger,input[type=submit].btn-danger,label.filelabel.btn-danger{background-color:#cc535e}a.btn.btn-info,button.btn.btn-info,input[type=submit].btn-info,label.filelabel.btn-info{background-color:#4a8ddc}a.btn.btn-cancel,button.btn.btn-cancel,input[type=submit].btn-cancel,label.filelabel.btn-cancel{background-color:#dedede;color:#888}a.btn i.fa,button.btn i.fa,input[type=submit] i.fa,label.filelabel i.fa{font-size:1rem}a.btn{line-height:1.4}dl{margin-top:0;flex-flow:row wrap;font-size:13px;display:flex;align-items:center}dl dd,dl dt{color:#888;float:none;padding:1rem 0;border-bottom:1px solid #ededed}dl dd.last,dl dt.last{border-bottom:none}dl dt{flex:1 1 30%;font-weight:700}dl dd{margin:0;padding-left:10px;flex:1 1 60%}.response-graph{position:relative}.response-graph circle{cursor:pointer}.d3-tooltip{position:absolute;width:auto;height:26px;padding:5px;font:12px sans-serif;background:#444;border:0;border-radius:8px;pointer-events:none;color:#fff}.d3-tooltip span{text-align:center;position:relative;z-index:2;display:block;width:100%}.pulsar{background-color:#2453dd;border-radius:50%;box-shadow:0 0 0 0 #fff;margin:10px;height:20px;width:20px;transform:scale(1);-webkit-animation:pulse-black 1.5s infinite;animation:pulse-black 1.5s infinite;display:inline-block}@-webkit-keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 0 0 #00f}70%{transform:scale(1.2);box-shadow:0 0 0 10px rgba(0,0,255,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,255,0)}}@keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 0 0 #00f}70%{transform:scale(1.2);box-shadow:0 0 0 10px rgba(0,0,255,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,255,0)}}span.connections-stat{position:relative;width:30px}span.connections-stat .pulsar{position:absolute;z-index:1}span.connections-stat .data{vertical-align:middle;margin-left:45px;font-size:.8rem;color:#2453dd;font-weight:700;text-transform:uppercase}span.connections-stat.hidden{display:none}nav.inline ul li{display:inline}nav.inline ul li+li{margin-left:.6rem}nav.inline ul li a:hover,nav.inline ul li a:link,nav.inline ul li a:visited{color:#5bbebc;text-decoration:none}header nav{margin:1rem 0}.copynote{pointer-events:none;transition:all .3s;transform:translateY(40px);opacity:0;position:fixed;z-index:100;margin:auto;top:50px;left:0;right:0;bottom:auto;background-color:#fec300;width:250px;text-align:center;padding:1rem;height:50px;box-shadow:0 0 20px rgba(0,0,0,.5)}.copynote.show{opacity:1;transform:translateY(0)}.tab-navigation{background-color:#eef9f9;display:flex}ul.tab-links{background-color:#eef9f9;flex:1 0 240px}ul.tab-links li a{display:inline-block;line-height:1;width:100%;text-decoration:none;background-color:transparent;color:#654e00;padding:13px 15px 10px;cursor:pointer}ul.tab-links li a:hover{background-color:#fff}ul.tab-links li.current{background-color:#fff;color:#fff;font-weight:700}.tab-panes{background-color:#fff;flex:1 1 85%}.tab-panes .tab-pane{width:100%;height:auto;padding:1em}.tab-navigation{flex:1 1 90%}.tab-navigation ul.tab-links{padding:1rem 1rem 0;background-color:#eef9f9}.tab-navigation ul.tab-links li{background-color:#eef9f9}.tab-navigation ul.tab-links li a{color:#4dbcba;font-size:14px;text-decoration:none}.tab-navigation ul.tab-links li a span{margin-right:6px;font-size:15px}.tab-navigation ul.tab-links li a:hover{background-color:#eef9f9}.tab-navigation ul.tab-links li+li{border-top:1px solid #eef9f9}.tab-navigation .tab-pane{padding:5rem}.tab-navigation .tab-pane.tab-pane-preview{padding:0}.media-browser{padding:0;position:absolute;top:0;left:0;width:100%;overscroll-behavior-y:contain}.media-browser.list{position:static}.media-browser .actions{position:sticky;z-index:2;top:0;left:0;right:0;width:auto;background-color:#fff;margin:0 auto auto;padding:1.5rem 2rem;display:flex}.media-browser .actions a{margin-left:auto;font-size:30px}.media-browser .actions label.file-upload{display:inline-block;height:30px;width:auto;cursor:pointer;border:1px solid #ccc;border-radius:5px;vertical-align:middle;padding:3px 8px}.media-browser .actions label.file-upload input{display:none}.media-browser .actions label.file-upload span{vertical-align:-5px;margin-left:.25rem}.media-browser .actions label.file-upload ion-icon{vertical-align:-10px;font-size:20px}.media-browser .items{padding:20px 1.5rem 1.5rem}.media-browser .items .scrollable{display:flex;align-items:flex-start;align-content:flex-start;flex-wrap:wrap}.media-browser .items .media-item{flex:100% 1;padding:.5rem}.media-browser .items .media-item.deleting{transition:all .5s;opacity:0;pointer-events:none}.media-browser .items .media-item .placeholder{display:none}@keyframes spin{0%{transform:translateY(0);opacity:0}40%{transform:translateY(-10px);opacity:1}to{transform:translateY(0);opacity:0}}.media-browser .items .media-item.loading .placeholder{display:block}.media-browser .items .media-item.loading .placeholder--image{position:relative;height:8rem;width:100%;background-color:#efefef;min-height:150px;display:block;display:flex;flex-direction:column;justify-content:center;align-items:center}.media-browser .items .media-item.loading .placeholder--image ion-icon{color:#888;font-size:30px;-webkit-animation:spin 1s ease-in infinite;animation:spin 1s ease-in infinite}.media-browser .items .media-item.loading .item-actions,.media-browser .items .media-item.loading img.asset{display:none}.media-browser .items .media-item.loading .placeholder--text{margin-top:1rem}.media-browser .items .media-item.loading .placeholder--text p{height:8px;margin:.5rem 0;background-color:#efefef}.media-browser .items .media-item figure{cursor:pointer;position:relative;padding:.75rem;margin:0;background-color:#fff;border:1px solid #aebdbd}.media-browser .items .media-item figure:hover{background-color:#d7e1e1;border:1px solid #fff}.media-browser .items .media-item figure img.asset{height:10rem;width:100%;-o-object-fit:cover;object-fit:cover}.media-browser .items .media-item figure div.content-type{height:10rem;width:100%;display:flex;justify-content:center;align-items:center}.media-browser .items .media-item figure div.content-type span{height:130px;width:130px;background-color:#88acc2;justify-content:center;align-items:center;display:flex;color:#fff}.media-browser .items .media-item figure figcaption{font-size:90%;color:#32586f}.media-browser .items .media-item figure figcaption p{margin:.5rem 0;word-break:break-all}.media-browser .items .media-item figure .item-actions{height:1rem;position:absolute;bottom:.75rem;right:.75rem}.media-browser .items .media-item figure .item-actions a.delete{color:#c80004;cursor:pointer}@media screen and (min-width:768px){.media-browser .items .media-item{flex:50% 1;max-width:50%}}@media screen and (min-width:920px){.media-browser .items .media-item{flex:33% 1;max-width:33%}}@media screen and (min-width:1200px){.media-browser .items .media-item{flex:25% 1;max-width:25%}}@media screen and (min-width:1400px){.media-browser .items .media-item{flex:20% 1;max-width:20%}}.media-browser .items.list{padding:20px 0 0}.media-browser .items.list .media-item{flex:100% 1;max-width:100%}.media-browser .items.list .media-item figure{display:table;width:100%}.media-browser .items.list .media-item figure>img{display:table-cell}.campaign-templates-grid{display:flex;flex-wrap:wrap}.campaign-templates-grid label{flex:0 0 32%;margin-bottom:1em}.campaign-templates-grid label+label{margin-left:2%}.campaign-templates-grid label:nth-child(3n+1){margin-left:0}.campaign-templates-grid .campaign-template{position:relative;border:1px solid #dedede;padding:1rem;background-color:#fff}.campaign-templates-grid .campaign-template h4{font-weight:700;margin-bottom:.5em}.campaign-templates-grid .campaign-template .options{position:absolute;bottom:10px;right:10px;background-color:hsla(0,0%,100%,.6);border-radius:25px;padding:4px;line-height:1}.campaign-templates-grid .campaign-template ion-icon{font-size:30px}.campaign-templates-grid .campaign-template ion-icon.delete{color:red}.campaign-templates-grid .campaign-template .options-user{display:none;bottom:0;right:0;border-radius:0;width:1.5em;height:1.5em;padding:0;background-color:transparent;border-color:transparent #fec300 #fec300 transparent;border-style:solid;border-width:30px;flex-direction:column;justify-content:center;align-items:center}.campaign-templates-grid .campaign-template .options-user .select{flex:0 0 auto;height:30px;width:30px;padding-left:25px;padding-top:20px;color:hsla(0,0%,100%,.3)}.campaign-templates-grid .campaign-template.selected{background-color:#fff9e5}.campaign-templates-grid .campaign-template.selected .options-user{display:flex}.campaign-templates-grid .campaign-template.selected .options-user ion-icon.select{color:#fff}.campaign-templates-grid .campaign-template:hover{background-color:#fff9e5;cursor:pointer}.campaign-templates-grid .campaign-template span.status{display:block;margin-top:1em;font-size:80%;color:#00f}.campaign-templates-grid .campaign-template span.status.private{color:red}.campaign-templates-grid .campaign-template span.owner{margin-bottom:.5rem;display:block}.campaign-templates-grid .campaign-template span.description{font-size:90%}.campaign-templates-grid .campaign-template span.preview{display:block;margin-top:.5em}.campaign-templates-grid .campaign-template img{width:100%}.campaign-templates-browser.admin .campaign-templates-grid .campaign-template.selected{background-color:#fff}.taxonomy-filter .filter-list li.term{cursor:pointer;display:inline-block;background-color:#fff;border-radius:20px;border:1px solid #dedede;padding:.3em .5em}.taxonomy-filter .filter-list li.term span{vertical-align:middle}.taxonomy-filter .filter-list li.term .name{color:#333;font-weight:400;font-size:90%}.taxonomy-filter .filter-list li.term .icon{font-size:120%;line-height:10px;color:#fff}.taxonomy-filter .filter-list li.term+li.term{margin-left:.5em}.taxonomy-filter .filter-list li.term.selected{border:1px solid transparent;background-color:#fec300}.taxonomy-filter .filter-list li.term.selected .name{color:#322600}.campaign-events .category{border-radius:3px;display:flex;align-items:center;padding:8px 12px;background-color:#f6f6f6}.campaign-events .category .icon{flex:0 0 40px}.campaign-events .category .metric{padding-left:1em;width:70%}.campaign-events .category+.category{margin-top:1em}.system-log table.collection th.level{width:60px}.system-log table.collection th.category{width:200px}.system-log table.collection th.organisation{width:150px}.system-log table.collection th.message{width:300px}.system-log table.collection th.date{width:150px}.system-log ul.categories{height:30px;margin-top:1rem}.system-log ul.categories li{display:inline}.system-log ul.categories li a{font-size:13px;display:inline-block;height:30px}.system-log ul.categories li span.pill{cursor:pointer;display:inline-block}.flash{margin-bottom:1em;clear:both;display:flex;width:100%;overflow:hidden;opacity:1}.flash.notice{background-color:#fec300;color:#fff}.flash.notice a{background-color:highlight(#fec300);background-color:#987500}.flash.notice a:hover{background-color:#fec300}.flash.warning{background-color:#df7f2a;color:#fff}.flash.warning a{background-color:#8e4e15}.flash.warning a:hover{background-color:#ff7d0a}.flash.alert{background-color:#cc535e;color:#fff}.flash.alert a{background-color:lowlight(#cc535e)}.flash.alert a:hover{background-color:highlight(#cc535e)}.flash a{flex:0 0 30px;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:#fff;transition:background-color .3s}.flash p{padding:.5em 0 .5em 1em;margin:0;flex:0 1 100%;overflow:hidden}.flash.hide{width:0;height:0;overflow:hidden;opacity:0}#lead-info .pod+.pod{margin:0}#lead-info .user-engagement{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(auto-fit,minmax(0,1fr));grid-column-gap:1em;-moz-column-gap:1em;column-gap:1em;grid-row-gap:1em;row-gap:1em;margin-bottom:1em}#lead-info .user-engagement .events{grid-column:2/2;grid-row:1/3}#lead-info .user-engagement .events .content{display:block;height:540px;overflow-y:auto}#lead-info .user-engagement .events .content .campaign-events .category{font-size:90%}#lead-info .user-engagement .events .content .campaign-events .category .event-category{font-weight:700}#lead-info .user-engagement .events .content .campaign-events .category span.event-label{margin-left:.5em}#lead-info .user-engagement .events .content .campaign-events .category span.date{font-weight:700}#lead-info .user-engagement .events .content .campaign-events .category span.date span.time{font-weight:400}#lead-info .scores{margin-bottom:1em}#lead-info .scores header{background-color:#eef9f9;border-radius:10px 10px 0 0}#lead-info .context-keys,#lead-info .meta,#lead-info .reporting,#lead-info .response-info{display:grid;grid-column-gap:1em;-moz-column-gap:1em;column-gap:1em;grid-row-gap:1em;row-gap:1em;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:repeat(auto-fit,minmax(0,1fr));margin-bottom:1em}#lead-info .reporting>.insight-list.pod .content{height:300px;overflow-y:auto}#lead-info .meta{grid-template-rows:repeat(auto-fit,minmax(0,1fr))}#lead-info section.pod .content{display:flex}#lead-info .image{padding:0 2rem 2rem 0;width:33%;flex:0 1 33%;text-align:center}#lead-info .image img{width:100%;max-width:200px}#lead-info .insight-list header{background-color:#1c1c1a;border-radius:10px 10px 0 0}#lead-info .insight-list header h3{border-bottom:none}#lead-info .insight-list .content{flex-direction:column}#lead-info .insight-list h4{margin-bottom:0;font-weight:400;font-size:14px;border-bottom:1px solid #ededed;padding-bottom:1rem}#lead-info .insight-list .insight-items td:first-child{width:5%}#lead-info .insight-list .insight-items td:first-child svg{width:20px}#lead-info .insight-list .insight-items td:first-child svg g#bulb-icon{stroke:#5bbebc}#lead-info .insight-list .insight-items td:last-child{padding-left:20px;width:90%;line-height:1.4}#lead-info .respondent-details .content{display:flex}#lead-info section#question-breakdown header{background-color:#eef9f9;border-radius:10px 10px 0 0}#lead-info section#question-breakdown table.collection td{text-overflow:ellipsis;word-break:break-word}#lead-info section#question-breakdown table.collection th.answer,#lead-info section#question-breakdown table.collection th.question{width:30%}#lead-info section#question-breakdown table.collection th.agreement{width:20%}#lead-info section#question-breakdown table.collection div.agreement-bar{align-items:center;display:flex;color:#000}#lead-info section#question-breakdown table.collection div.agreement-bar .bar{background-color:#5bbebc;height:20px;margin-right:5px}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-0{background-color:#5bbebc}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-1{background-color:#6bc0b0}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-2{background-color:#7bc2a5}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-3{background-color:#8cc499}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-4{background-color:#9cc68e}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-5{background-color:#acc882}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-6{background-color:#bcca76}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-7{background-color:#cccc6b}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-8{background-color:#ddce5f}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-9{background-color:#edd054}#lead-info section#question-breakdown table.collection div.agreement-bar .bar.band-10{background-color:#fdd248}#lead-info section#question-breakdown table.collection div.agreement-bar span{display:inline-block;width:60px}#lead-info section#question-breakdown table.collection th.score{width:50px;text-align:center}#lead-info section#question-breakdown table.collection td.score{text-align:center}#lead-info section#question-breakdown table.collection i.fa{font-size:20px}#lead-info section#question-breakdown table.collection .fa-times-circle{color:#ffa5d7}#lead-info section#question-breakdown table.collection .fa-check-circle{color:#bbf2d7}#lead-info section#question-breakdown table.collection .fa-minus-circle{color:#e4e4e4}#lead-info section#question-breakdown table.collection tr td{padding:1rem 0}#lead-info section#question-breakdown table.collection tr td:first-child{padding-right:3%}#lead-info section#question-breakdown table.collection tr td.compare-link{text-align:center}#lead-info section#question-breakdown table.collection tr td.compare-link a{text-decoration:none;color:#5bbebc}#lead-info section#meta{background-color:#f4f4f4}#lead-info section#meta dl dt{flex:1 1 20%}#lead-info section#meta dl dd{flex:1 1 80%}.respondent-details .list{width:66%;flex:0 1 66%}.campaign-form .tabbed.tabbed-horizontal ul.tabs,.campaign-form .tabbed.tabbed-horizontal ul.tabs .content{background-color:#efefef}.simple-form .sidebar{padding:1.5rem;background-color:#eef9f9}.simple-form .sidebar a{color:#4dbcba;font-size:14px;text-decoration:none}.simple-form .sidebar a span{margin-right:6px;font-size:15px}.simple-form .flex>.content{background-color:#fff;padding:0;flex:0 1 100%;height:auto;overflow-x:hidden}.simple-form .flex>.content>section{height:100%}.simple-form .flex>.content>section>.content{height:100%;overflow-x:hidden}.simple-form .content,.simple-form .pod header{padding:0}.response-list table.collection tr th:first-child{width:5%}.response-list table.collection tr th:nth-child(2),.response-list table.collection tr th:nth-child(3){width:30%}.response-list table.collection tr th:nth-child(4){width:15%}.response-list table.collection tr th:nth-child(5),.response-list table.collection tr th:nth-child(6){width:10%}table.collection div.resource-actions{margin-top:3px}.taxonomy-filters{margin-bottom:1em}.taxonomy-filters h4{font-size:90%;font-weight:700;margin-bottom:.3em}.report-item small{float:right}.report-item a{text-decoration:none}.report-item a:link,.report-item a:visited{color:#41a5a3;text-decoration:underline}.report-item .content p{font-size:90%;margin-top:0}.report-item .audience-timeline canvas{height:200px}.report-item .metrics{display:flex}.report-item .metrics span{font-size:200%}.report-item .metric{flex:1 1 50%;color:#201a16}.report-item .metric p{margin:0 0 .4em;font-size:12px}.report-item .metric span{font-size:150%}@media(min-width:960px){.report-item .metric span{font-size:200%}}@media(min-width:1200px){.report-item .metric span{font-size:300%}}section#embed-panel{margin-bottom:1rem}section#embed-panel .content{display:flex}section#embed-panel .content a.clipboard{display:inline-block;flex:0 0 50px}section#embed-panel .content textarea{height:100px;flex:1 1 60%}.tools{display:flex;justify-content:flex-end}.tools a{display:block;height:42px}.tools a+a{margin-left:.3rem}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.response-list table.collection tr td,.response-list table.collection tr th{text-align:left}.response-list table.collection tr th.admin{width:5%}.response-list table.collection tr th.respondent-email,.response-list table.collection tr th.respondent-name{width:30%}.response-list table.collection tr th.respondent-contact-no{width:15%}.response-list table.collection tr th.actions,.response-list table.collection tr th.respondent-created{width:10%}#report-editor{display:flex;flex-direction:column;height:100%}.superadmin.dashboard{display:grid;margin-top:1rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:20px}.superadmin.dashboard .pod+.pod{margin-top:0}.superadmin.dashboard section.unapproved-users{grid-column:1/span 1;grid-row:1/span 1}.superadmin.dashboard section.unapproved-users th.email{width:50%}.superadmin.dashboard section.unapproved-users th.organisation{width:35%}.superadmin.dashboard section.unapproved-users th.action{width:30px}.superadmin.dashboard section.online-now{grid-row:2/span 1;grid-column:1/span 1}.superadmin.dashboard section.recent-campaigns{grid-column:2/2;grid-row:1/span 2}.superadmin.dashboard .search input{width:80%!important}.home.dashboard .grid-container{margin-left:0;display:grid;grid-column-gap:20px;grid-row-gap:20px}.home.dashboard .grid-container .pod{margin-left:0;margin-bottom:0;width:auto}.home.dashboard .grid-container.campaign-info{grid-template-rows:1fr;grid-template-columns:1fr}.home.dashboard .grid-container.campaign-info .campaign-grid{width:100%;display:grid;grid-column-gap:20px;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item{border:1px solid #dedede;padding:1rem 1rem .6rem;position:relative}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item .image{padding:0;width:100%;background-color:#dedede}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item .image img{display:block;width:100%}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item .image .placeholder{width:auto;height:181px;position:absolute;top:0;left:0}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item .info{margin-top:8px;display:flex;justify-content:space-between;font-size:90%}.home.dashboard .grid-container.campaign-info .campaign-grid .campaign-grid--item .info span.campaign--link{max-width:250px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home.dashboard .grid-container+.grid-container{margin-top:20px}.home.dashboard .messages p{margin:0}.home.dashboard .messages p+p{margin-top:.5rem}.home.dashboard .messages section.pod.alert header{background-color:#fce7cb}.home.dashboard .messages section.pod.alert header h3{line-height:20px;color:#831312}.home.dashboard .messages section.pod.alert header h3 ion-icon{vertical-align:text-top}.home.dashboard .messages section.pod.notice header{background-color:#dbffd8}.home.dashboard .messages section.pod.notice header h3{color:#26831e}.table.account-targets td,.table.account-targets th{width:100px;text-overflow:ellipsis;overflow:hidden}.table.account-targets th.account,.table.account-targets th.company,.table.account-targets th.name{width:100px}.table.account-targets th.active{text-align:center;width:50px}.table.account-targets th.url{width:200px}.table.account-targets td.url{padding-left:10px;overflow:visible;text-overflow:visible}.table.account-targets td.url a.clipboard{text-decoration:none;color:#41a5a3}.table.account-targets td.url a.clipboard i.fa{font-size:12px}.table.account-targets td.active{text-align:center}.table.account-targets td.active span.circle{margin:auto;display:inline-block;width:15px;height:15px;background-color:#ccc;border-radius:100px}.table.account-targets td.active span.circle.active{background-color:#fec300}.table.account-targets td.activity{text-overflow:clip;overflow:visible;line-height:15px}.table.account-targets td.activity span{word-break:keep-all;white-space:nowrap;margin-bottom:5px}.pill{border-radius:10px;cursor:pointer;padding:5px 10px;background-color:#dedede}.pill.events{background-color:#fec300;color:#000}.pill.pill-error{cursor:auto;background-color:red;color:#fff}.pill.pill-warn{cursor:auto;background-color:#fb7717;color:#fff}.pill.pill-info{cursor:auto;background-color:#46abfe;color:#fff}.integrations{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;grid-column-gap:10px;grid-row-gap:10px}.integrations .integration a{display:flex;height:100px;justify-content:center;align-items:center}.event-timeline div.event{font-size:14px}.event-timeline div.event span.connection{display:none;flex-direction:column;justify-content:center;width:20px}.event-timeline div.event span.connection:after{content:"";height:2px;width:20px;border-top:2px solid #000}.event-timeline div.event:last-child span.connection{display:none}div.event{display:block;cursor:pointer;font-size:12px;margin-bottom:10px}div.event .wrap{display:flex;width:100%}div.event .datetime{text-align:center;background-color:#ca2e4b;color:#fff;padding:5px 10px;border-radius:5px 0 0 5px}div.event .datetime span.date{font-weight:700;text-transform:uppercase}div.event .datetime span.time{padding-top:3px;font-size:13px}div.event .datetime span.date,div.event .datetime span.time{display:block}div.event.page_view .datetime{background-color:#53b7cd}div.event.answer .datetime{background-color:#2a7e90}div.event.start_campaign .datetime{background-color:#61d276}div.event .info{flex:1 1 100%;display:flex;justify-content:center;flex-direction:column;background-color:#efefef;border:1px solid #aaa;color:#000;padding:5px 10px;border-radius:0 5px 5px 0}div.event .info span.event-summary span.event-category{font-weight:700}div.event .info span.event-summary span.event-label:before{content:": "}.titles{display:flex;padding:0}.titles .title{flex:1 1 60%}.titles .tools{flex:1 1 30%;text-align:right}svg.chart{width:100%;background-color:#efefef}svg.chart rect.bgrect{fill:#efefef}.answer-graphs .answer-graph{margin:10px;padding:10px 20px 20px;background-color:#fff}.answer-graphs .pie-chart{display:flex}.answer-graphs .pie-chart svg{flex:1 1 40%}.answer-graphs .pie-chart .legend{margin-left:20px;flex:1 1 60%;font-size:13px}.answer-graphs .pie-chart .legend span.legend-key{width:1em;height:1em;float:left;margin-right:10px}ul.hash li>ul.hash{margin-left:10px}ul.hash strong{font-weight:700}ul.hash strong:after{content:":"}ul.hash span{margin-left:10px;font-weight:300}form.search .field-component{vertical-align:middle}form.search button{vertical-align:-10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;font-size:20px;cursor:pointer}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px #fff;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.prism-editor-wrapper code{font-family:inherit;line-height:inherit}.prism-editor-wrapper{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;overflow:auto;-o-tab-size:1.5em;tab-size:1.5em;-moz-tab-size:1.5em}.prism-editor__line-numbers{height:100%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;padding-top:4px;margin-top:0}.prism-editor__line-number{text-align:right;white-space:nowrap}.prism-editor__code{margin-top:0!important;margin-bottom:0!important;-ms-flex-positive:2;flex-grow:2;min-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-o-tab-size:4;tab-size:4;-moz-tab-size:4;outline:none}pre.prism-editor__code:focus{outline:none}span.page span{border:none;padding:0}span.page+.page{margin-left:5px}select[name=eventLabel][data-v-32b6678e],select[name=qkey][data-v-32b6678e]{display:block;margin-top:5px;max-width:800px}.lead-filter[data-v-32b6678e]{border:1px solid #ccc;background-color:#eef9f9;padding:1rem}.lead-filter .actions[data-v-32b6678e]{margin-bottom:0}input[type=text][data-v-32b6678e]{border:1px solid #ccc;background-color:#fff;padding:.4em .5em;width:100%;max-width:500px}.filter-group label.radio[data-v-32b6678e]{display:inline-block}.filter-group+.filter-group[data-v-32b6678e]{margin-top:1rem}.short-fade-enter-active,.short-fade-leave-active{transition:all .3s}.short-fade-enter,.short-fade-leave-to{opacity:0;transform:translateY(30px)}.settings-group[data-v-462e4e95]{border:1px solid #000;padding:1em}.settings-group .settings-inputs input[data-v-462e4e95]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background-color:transparent;padding:12px;border:none;border-bottom:1px dotted #ccc}.settings-group span.settings-field-input[data-v-462e4e95]{width:40px}.settings-group h3[data-v-462e4e95]{margin-top:0}.settings-group .settings-subgroup[data-v-462e4e95]{padding:1em;background-color:#ededed}.settings-group .settings-subgroup h4[data-v-462e4e95]{margin-top:0;text-decoration:underline}.settings-group .settings-subgroup a.btn[data-v-462e4e95]{cursor:pointer}textarea[data-v-462e4e95]{width:100%;height:175px}a[data-v-451d71a9]{color:#fff;padding:2px;cursor:pointer;width:30px;height:30px;border:2px solid #fff;background-color:rgba(0,0,0,.1);transition:background-color .3s;line-height:18px}a+a[data-v-451d71a9]{margin-left:12px}a[data-v-451d71a9]:hover{background-color:rgba(0,0,0,.5)}ion-icon[data-v-451d71a9]{font-size:22px;color:#fff}.content-editable[data-v-741421d7]{position:relative;min-width:30px}.tag .content-editable--input[data-v-741421d7]{border-bottom:1px dashed #ccc}.content-editable--input[data-v-741421d7]{z-index:2;position:relative}.content-editable--input[data-v-741421d7]:focus{outline:none}h1[data-v-741421d7],h2[data-v-741421d7],h3[data-v-741421d7],h4[data-v-741421d7]{margin-bottom:.75rem}div.content-editable--input[data-v-741421d7]{margin-bottom:1rem}.placeholder[data-v-741421d7]{position:absolute;top:0;left:0;transform:translate(4px,20%);color:#aaa;z-index:1}.debug-mode-active[data-v-1ae5b9e3]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-1ae5b9e3]{display:inline}.fade-enter-active[data-v-1ae5b9e3],.fade-leave-active[data-v-1ae5b9e3]{transition:opacity .5s}.fade-enter[data-v-1ae5b9e3],.fade-leave-to[data-v-1ae5b9e3]{opacity:0}body [data-v-1ae5b9e3],html [data-v-1ae5b9e3]{box-sizing:border-box}body[data-v-1ae5b9e3]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-1ae5b9e3]:after{content:"";display:table;clear:both}.button[data-v-1ae5b9e3]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-1ae5b9e3]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-1ae5b9e3]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-1ae5b9e3]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-1ae5b9e3]{margin-bottom:.75em}.field[data-v-1ae5b9e3]:after{content:"";display:table;clear:both}.field label[data-v-1ae5b9e3]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-1ae5b9e3]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-1ae5b9e3]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-1ae5b9e3]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-1ae5b9e3]{margin-top:.75em}ul.question-set li span.label[data-v-1ae5b9e3]{flex:1 1 80%}ul.question-set li span.icon[data-v-1ae5b9e3]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-1ae5b9e3]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-1ae5b9e3]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-1ae5b9e3]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-1ae5b9e3]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-1ae5b9e3]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-1ae5b9e3]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-1ae5b9e3]{grid-column:1/span 2}.splash-page.vcenter.full[data-v-1ae5b9e3]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.splash-page.vcenter[data-v-1ae5b9e3]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.splash[data-v-1ae5b9e3]{z-index:2;text-align:center;padding-top:2em;height:auto;position:relative;align-items:center;display:flex;flex-direction:column}.splash .column[data-v-1ae5b9e3]:first-child{flex:1 1 100%;order:2}.splash .column[data-v-1ae5b9e3]:last-child{flex:1 1 100%;padding-top:15%;order:1;padding-bottom:15%}@media screen and (min-width:769px){.splash[data-v-1ae5b9e3]{display:flex;flex-direction:row}.splash>.column[data-v-1ae5b9e3]{flex:1 1 50%;padding:0 10%}.splash .column[data-v-1ae5b9e3]:first-child{order:1}.splash .column[data-v-1ae5b9e3]:last-child{order:2}}.splash>.column[data-v-1ae5b9e3]{height:auto;padding:0 15%}.splash h1[data-v-1ae5b9e3]{margin-bottom:0;line-height:1.1em}.splash p[data-v-1ae5b9e3]{margin:1em 0 1.25em}.splash h1[data-v-1ae5b9e3]{font-size:9vw}.splash p[data-v-1ae5b9e3]{font-size:5vw}a.cta[data-v-1ae5b9e3]{font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block;font-size:5vw;width:95%;text-align:center;padding:3%;transition:all .4s ease-in-out}.answers a.cta[data-v-1ae5b9e3]{font-weight:400}.splash-image[data-v-1ae5b9e3]{z-index:1;width:100%}.splash-image img[data-v-1ae5b9e3]{width:100%}@media screen and (min-width:575px){.splash .column[data-v-1ae5b9e3]:last-child{padding-top:10%}.splash h1[data-v-1ae5b9e3]{font-size:8.5vw}.splash p[data-v-1ae5b9e3]{font-size:3.2vw}}@media screen and (min-width:769px){.splash[data-v-1ae5b9e3]{text-align:left;padding-top:0;width:80%;height:100%;margin:auto}.splash .column[data-v-1ae5b9e3]:first-child{flex:0 1 50%;padding:0 2% 0 10%}.splash .column[data-v-1ae5b9e3]:last-child{flex:0 1 50%;padding:0 0 0 2%}.splash h1[data-v-1ae5b9e3]{font-size:5.8vw}.splash p[data-v-1ae5b9e3]{font-size:2vw}.splash a.cta[data-v-1ae5b9e3]{font-size:2vw;width:70%}}@media screen and (min-width:1112px){a.cta[data-v-1ae5b9e3]{font-size:100%}.splash h1[data-v-1ae5b9e3]{font-size:4.3vw}.splash p[data-v-1ae5b9e3]{font-size:1.5vw}.splash a.cta[data-v-1ae5b9e3]{font-size:120%;padding:2.5%}}.cta.button[data-v-1ae5b9e3]{border:none;min-height:40px}.cta.button[data-v-1ae5b9e3] .placeholder{text-align:center;width:100%;color:#ccc;line-height:20px;transform:translate(0)}.cta.button[data-v-1ae5b9e3] .content-editable{outline:none}.cta.button[data-v-1ae5b9e3] .content-editable--input{margin-bottom:0}.cta.button[data-v-1ae5b9e3] .placeholder{position:static}.debug-mode-active[data-v-4a1f4b94]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-4a1f4b94]{display:inline}.fade-enter-active[data-v-4a1f4b94],.fade-leave-active[data-v-4a1f4b94]{transition:opacity .5s}.fade-enter[data-v-4a1f4b94],.fade-leave-to[data-v-4a1f4b94]{opacity:0}body [data-v-4a1f4b94],html [data-v-4a1f4b94]{box-sizing:border-box}body[data-v-4a1f4b94]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-4a1f4b94]:after{content:"";display:table;clear:both}.button[data-v-4a1f4b94]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-4a1f4b94]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-4a1f4b94]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-4a1f4b94]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-4a1f4b94]{margin-bottom:.75em}.field[data-v-4a1f4b94]:after{content:"";display:table;clear:both}.field label[data-v-4a1f4b94]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-4a1f4b94]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-4a1f4b94]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-4a1f4b94]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-4a1f4b94]{margin-top:.75em}ul.question-set li span.label[data-v-4a1f4b94]{flex:1 1 80%}ul.question-set li span.icon[data-v-4a1f4b94]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-4a1f4b94]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-4a1f4b94]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-4a1f4b94]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-4a1f4b94]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-4a1f4b94]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-4a1f4b94]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-4a1f4b94]{grid-column:1/span 2}.splash-page.vcenter.full[data-v-4a1f4b94]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.splash-page.vcenter[data-v-4a1f4b94]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.splash[data-v-4a1f4b94]{z-index:2;text-align:center;padding-top:2em;height:auto;position:relative;align-items:center;display:flex;flex-direction:column}.splash .column[data-v-4a1f4b94]:first-child{flex:1 1 100%;order:2}.splash .column[data-v-4a1f4b94]:last-child{flex:1 1 100%;padding-top:15%;order:1;padding-bottom:15%}@media screen and (min-width:769px){.splash[data-v-4a1f4b94]{display:flex;flex-direction:row}.splash>.column[data-v-4a1f4b94]{flex:1 1 50%;padding:0 10%}.splash .column[data-v-4a1f4b94]:first-child{order:1}.splash .column[data-v-4a1f4b94]:last-child{order:2}}.splash>.column[data-v-4a1f4b94]{height:auto;padding:0 15%}.splash h1[data-v-4a1f4b94]{margin-bottom:0;line-height:1.1em}.splash p[data-v-4a1f4b94]{margin:1em 0 1.25em}.splash h1[data-v-4a1f4b94]{font-size:9vw}.splash p[data-v-4a1f4b94]{font-size:5vw}a.cta[data-v-4a1f4b94]{font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block;font-size:5vw;width:95%;text-align:center;padding:3%;transition:all .4s ease-in-out}.answers a.cta[data-v-4a1f4b94]{font-weight:400}.splash-image[data-v-4a1f4b94]{z-index:1;width:100%}.splash-image img[data-v-4a1f4b94]{width:100%}@media screen and (min-width:575px){.splash .column[data-v-4a1f4b94]:last-child{padding-top:10%}.splash h1[data-v-4a1f4b94]{font-size:8.5vw}.splash p[data-v-4a1f4b94]{font-size:3.2vw}}@media screen and (min-width:769px){.splash[data-v-4a1f4b94]{text-align:left;padding-top:0;width:80%;height:100%;margin:auto}.splash .column[data-v-4a1f4b94]:first-child{flex:0 1 50%;padding:0 2% 0 10%}.splash .column[data-v-4a1f4b94]:last-child{flex:0 1 50%;padding:0 0 0 2%}.splash h1[data-v-4a1f4b94]{font-size:5.8vw}.splash p[data-v-4a1f4b94]{font-size:2vw}.splash a.cta[data-v-4a1f4b94]{font-size:2vw;width:70%}}@media screen and (min-width:1112px){a.cta[data-v-4a1f4b94]{font-size:100%}.splash h1[data-v-4a1f4b94]{font-size:4.3vw}.splash p[data-v-4a1f4b94]{font-size:1.5vw}.splash a.cta[data-v-4a1f4b94]{font-size:120%;padding:2.5%}}.small-text[data-v-4a1f4b94]{display:none;width:90%;margin-top:1rem}.dropdown[data-v-4a1f4b94]{display:inline-block;position:relative}.dropdown.empty[data-v-4a1f4b94]{pointer-events:none;opacity:.3}.dd-button[data-v-4a1f4b94]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-4a1f4b94]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-4a1f4b94]:hover{background-color:#eee}.dd-input[data-v-4a1f4b94]{display:none!important}.dd-menu[data-v-4a1f4b94]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-4a1f4b94]{display:none}.dd-input:checked+.dd-menu[data-v-4a1f4b94]{display:block}.dd-menu li[data-v-4a1f4b94]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-4a1f4b94]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-4a1f4b94]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-4a1f4b94]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-4a1f4b94]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-4a1f4b94]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-4a1f4b94]{font-weight:700}.simple-form p.help-text[data-v-4a1f4b94]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-4a1f4b94]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-4a1f4b94]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-4a1f4b94]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-4a1f4b94]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-4a1f4b94]::-moz-placeholder{color:#dadada}.simple-form input[data-v-4a1f4b94]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-4a1f4b94]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-4a1f4b94]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-4a1f4b94]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-4a1f4b94]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-4a1f4b94]{position:absolute;right:0;top:0}.simple-form textarea[data-v-4a1f4b94]{width:100%;max-width:none}.simple-form .next a[data-v-4a1f4b94]{display:block}.simple-form .next a+a[data-v-4a1f4b94]{margin-top:1rem}.simple-form .button[data-v-4a1f4b94]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-4a1f4b94]:hover{background-color:#4dbcba}.simple-form .button i[data-v-4a1f4b94]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-4a1f4b94]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-4a1f4b94]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-4a1f4b94]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-4a1f4b94]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-4a1f4b94]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-4a1f4b94]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-4a1f4b94],.simple-form .fade-without-move-leave-active[data-v-4a1f4b94]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-4a1f4b94],.simple-form .fade-without-move-leave-to[data-v-4a1f4b94]{opacity:0}.simple-form .fade-enter-active[data-v-4a1f4b94],.simple-form .fade-leave-active[data-v-4a1f4b94]{transition:all .5s}.simple-form .fade-enter[data-v-4a1f4b94],.simple-form .fade-leave-to[data-v-4a1f4b94]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-4a1f4b94],.simple-form .short-fade-leave-active[data-v-4a1f4b94]{transition:all .3s}.simple-form .short-fade-enter[data-v-4a1f4b94],.simple-form .short-fade-leave-to[data-v-4a1f4b94]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-4a1f4b94]{position:relative}.simple-form .field+.field[data-v-4a1f4b94]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-4a1f4b94]{width:100%;height:auto}.simple-form .field .field-file p[data-v-4a1f4b94]{margin:0}.simple-form .field .field-file.has-value[data-v-4a1f4b94]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-4a1f4b94]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-4a1f4b94]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-4a1f4b94]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-4a1f4b94]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-4a1f4b94]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-4a1f4b94]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-4a1f4b94]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-4a1f4b94]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-4a1f4b94]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-4a1f4b94]{min-height:250px}}.report-item[data-v-4a1f4b94] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-4a1f4b94] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-4a1f4b94] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-4a1f4b94] .text{width:80%;padding:3rem 0}.report-item[data-v-4a1f4b94] .text h1{font-size:200%}}.report-item--splash[data-v-4a1f4b94]{min-height:200px;background-size:cover}.report-item--splash div.copy[data-v-4a1f4b94]{line-height:1.4}.report-item--splash .cta[data-v-4a1f4b94]{border:none;border-radius:0;margin-top:1rem}.report-item--splash .logo[data-v-4a1f4b94]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--splash .text[data-v-4a1f4b94]{padding:2rem 0;min-height:200px}.report-item--splash .text[data-v-4a1f4b94] h1{font-size:250%}@media screen and (min-width:768px){.report-item--splash[data-v-4a1f4b94]{min-height:300px}.report-item--splash .text[data-v-4a1f4b94]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--splash[data-v-4a1f4b94]{min-height:600px}.report-item--splash .text[data-v-4a1f4b94]{min-height:400px}}.text-editor[data-v-2164bc8c] .tox-tinymce{border:none}.text-editor[data-v-2164bc8c] .tox-tinymce iframe{background-color:transparent}.text-editor[data-v-2164bc8c] .mce-content-body .mce-item-anchor{display:none}.text-area-block[data-v-44e507d2]{min-height:50px}[data-v-44e507d2] .text-editor li{list-style-type:disc}.layout-block-content a.settings[data-v-44e507d2]{top:30px!important}.image-block[data-v-45dae4dc]{position:relative}.image-block img[data-v-45dae4dc]{width:100%}.image-block a.settings[data-v-45dae4dc]{position:absolute;top:10px;left:10px}.image-block a.select-image[data-v-45dae4dc]{display:block;text-align:center;border:1px solid #ccc;background-color:#efefef;color:#333;padding:10px;cursor:pointer;border-radius:5px}.block-content-wrapper[data-v-ca3ec5cc]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1em}.text[data-v-ca3ec5cc]{padding:1em;min-width:400px;flex:1 1 auto;margin:auto}[data-v-ca3ec5cc] .codex-editor .ce-header{padding:0}.bar-item[data-v-a6660d5c]{margin:20px 0}.bar-label[data-v-a6660d5c]{margin-bottom:.7em}.bar-graph[data-v-a6660d5c]{display:flex;align-items:center}.bar-graph .bar[data-v-a6660d5c]{flex:0 1 92%;width:calc(92% - 10px);margin-right:10px;background-color:#ededed;height:30px}.bar-graph .bar span.value[data-v-a6660d5c]{display:inline-block;height:100%}.bar-graph .value[data-v-a6660d5c]{font-weight:700;flex:1 0 8%;font-size:150%}.chart-legend[data-v-066a0c46]{position:relative}div.legend-item[data-v-066a0c46]{position:relative;display:table;width:100%;word-break:break-all;cursor:pointer;z-index:1}.legend-key[data-v-066a0c46]{display:table-cell;width:35px}span.color[data-v-066a0c46]{display:inline-block;width:30px;height:10px;border:1px solid #efefef}p.legend-label[data-v-066a0c46]{display:table-cell;margin:0 0 .3em .3em;font-size:70%;color:#555}p.legend-label .legend-stats[data-v-066a0c46]{white-space:nowrap}.chart-block[data-v-4ec221ea]{position:relative}.chart-block a.settings[data-v-4ec221ea]{position:absolute;top:0;left:-18px}.button-wrapper[data-v-35d4291a]{margin-top:.75rem;position:relative;display:flex;flex-direction:column}.button-wrapper .action-button[data-v-35d4291a]{width:auto;display:inline-block;background-color:#fbd147;color:#000;font-weight:700;min-width:110px;border-radius:500px;padding:10px 3rem;cursor:pointer;border:1px solid transparent;font-size:120%}.button-wrapper .action-button[data-v-35d4291a]:hover{background-color:#f0b905}.button-wrapper .action-button[data-v-35d4291a] .content-editable,.button-wrapper .action-button[data-v-35d4291a] .content-editable div{display:inline}.button-wrapper .actions[data-v-35d4291a]{bottom:-37px;left:0;right:0;margin:3px auto;text-align:left}.button-wrapper.aligned-center[data-v-35d4291a]{align-items:center}.button-wrapper.aligned-right[data-v-35d4291a]{align-items:flex-end}a.state-switcher[data-v-35d4291a]{vertical-align:middle;display:inline-block;font-size:18px;width:18px;height:18px}.single-chart-circle[data-v-56fba8c8]{width:100%;justify-content:center}.circular-chart[data-v-56fba8c8]{width:100%;display:block;margin:10px auto}.circle-bg[data-v-56fba8c8]{fill:none}.circle[data-v-56fba8c8]{fill:none;stroke-linecap:round}.ready[data-v-56fba8c8]{-webkit-animation:progress-data-v-56fba8c8 1s ease-out forwards;animation:progress-data-v-56fba8c8 1s ease-out forwards}.splash .column[data-v-56fba8c8]:last-child{padding-top:2%!important;display:none}@-webkit-keyframes progress-data-v-56fba8c8{0%{stroke-dasharray:0 100}}@keyframes progress-data-v-56fba8c8{0%{stroke-dasharray:0 100}}.helptext[data-v-56fba8c8],.percentage[data-v-56fba8c8]{text-anchor:middle}table[data-v-744bcb8f]{table-layout:fixed}table tr td[data-v-744bcb8f]{font-size:18px}td.action[data-v-744bcb8f],td.grip-line[data-v-744bcb8f]{width:50px}td.label[data-v-744bcb8f]{width:70%;text-align:left}tr[data-v-744bcb8f]{cursor:pointer}.add-answer[data-v-744bcb8f]{margin-top:1rem}trix-editor[data-v-1054963a]{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar [data-v-1054963a]{box-sizing:border-box}trix-toolbar .trix-button-row[data-v-1054963a]{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group[data-v-1054963a]{display:flex;margin-bottom:10px;border-color:#ccc #bbb #888;border-style:solid;border-width:1px;border-radius:3px}trix-toolbar .trix-button-group[data-v-1054963a]:not(:first-child){margin-left:1.5vw}@media (max-device-width:768px){trix-toolbar .trix-button-group[data-v-1054963a]:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer[data-v-1054963a]{flex-grow:1}@media (max-device-width:768px){trix-toolbar .trix-button-group-spacer[data-v-1054963a]{display:none}}trix-toolbar .trix-button[data-v-1054963a]{position:relative;float:left;color:rgba(0,0,0,.6);font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button[data-v-1054963a]:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active[data-v-1054963a]{background:#cbeefa;color:#000}trix-toolbar .trix-button[data-v-1054963a]:not(:disabled){cursor:pointer}trix-toolbar .trix-button[data-v-1054963a]:disabled{color:rgba(0,0,0,.125)}@media (max-device-width:768px){trix-toolbar .trix-button[data-v-1054963a]{letter-spacing:-.01em;padding:0 .3em}}trix-toolbar .trix-button--icon[data-v-1054963a]{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media (max-device-width:768px){trix-toolbar .trix-button--icon[data-v-1054963a]{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon[data-v-1054963a]:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;content:"";background-position:50%;background-repeat:no-repeat;background-size:contain}@media (max-device-width:768px){trix-toolbar .trix-button--icon[data-v-1054963a]:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active[data-v-1054963a]:before{opacity:1}trix-toolbar .trix-button--icon[data-v-1054963a]:disabled:before{opacity:.125}trix-toolbar .trix-button--icon-attach[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M16.5 6v11.5a4 4 0 11-8 0V5a2.5 2.5 0 015 0v10.5a1 1 0 11-2 0V6H10v9.5a2.5 2.5 0 005 0V5a4 4 0 10-8 0v12.5a5.5 5.5 0 0011 0V6h-1.5z'/%3E%3C/svg%3E");top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M15.6 11.8c1-.7 1.6-1.8 1.6-2.8a4 4 0 00-4-4H7v14h7c2.1 0 3.7-1.7 3.7-3.8 0-1.5-.8-2.8-2.1-3.4zM10 7.5h3a1.5 1.5 0 110 3h-3v-3zm3.5 9H10v-3h3.5a1.5 1.5 0 110 3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-italic[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M10 5v3h2.2l-3.4 8H6v3h8v-3h-2.2l3.4-8H18V5h-8z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-link[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M9.88 13.7a4.3 4.3 0 010-6.07l3.37-3.37a4.26 4.26 0 016.07 0 4.3 4.3 0 010 6.06l-1.96 1.72a.91.91 0 11-1.3-1.3l1.97-1.71a2.46 2.46 0 00-3.48-3.48l-3.38 3.37a2.46 2.46 0 000 3.48.91.91 0 11-1.3 1.3z'/%3E%3Cpath d='M4.25 19.46a4.3 4.3 0 010-6.07l1.93-1.9a.91.91 0 111.3 1.3l-1.93 1.9a2.46 2.46 0 003.48 3.48l3.37-3.38c.96-.96.96-2.52 0-3.48a.91.91 0 111.3-1.3 4.3 4.3 0 010 6.07l-3.38 3.38a4.26 4.26 0 01-6.07 0z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-strike[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12.73 14l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5 0 .3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52 13.52 0 017 14.95v3.37a10.64 10.64 0 004.84.88c1.26 0 2.35-.19 3.28-.56.93-.37 1.64-.9 2.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1 0-1.29.52-2.3 1.58-3.02 1.05-.72 2.5-1.08 4.34-1.08 1.62 0 3.28.34 4.97 1l-1.3 2.93c-1.47-.6-2.73-.9-3.8-.9-.55 0-.96.08-1.2.26-.26.17-.38.38-.38.64 0 .27.16.52.48.74.17.12.53.3 1.05.53H7.23zM3 13h18v-2H3v2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-quote[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-heading-1[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 9v3H9v7H6v-7H3V9h9zM8 4h14v3h-6v12h-3V7H8V4z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-code[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.2 12L15 15.2l1.4 1.4L21 12l-4.6-4.6L15 8.8l3.2 3.2zM5.8 12L9 8.8 7.6 7.4 3 12l4.6 4.6L9 15.2 5.8 12z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-bullet-list[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M4 4a2 2 0 100 4 2 2 0 000-4zm0 6a2 2 0 100 4 2 2 0 000-4zm0 6a2 2 0 100 4 2 2 0 000-4zm4 3h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-number-list[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-undo[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12.5 8c-2.6 0-5 1-6.9 2.6L2 7v9h9l-3.6-3.6A8 8 0 0120 16l2.4-.8a10.5 10.5 0 00-10-7.2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-redo[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.4 10.6a10.5 10.5 0 00-16.9 4.6L4 16a8 8 0 0112.7-3.6L13 16h9V7l-3.6 3.6z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-decrease-nesting-level[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8 2.9L6 14.2 4 12l2-2-1.4-1.5L1 12l.7.7zM3 5v2h19V5H3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-increase-nesting-level[data-v-1054963a]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1 14.2l1.4 1.4L6 12l-.7-.7-2.8-2.8L1 9.9 3.1 12zM3 5v2h19V5H3z'/%3E%3C/svg%3E")}trix-toolbar .trix-dialogs[data-v-1054963a]{position:relative}trix-toolbar .trix-dialog[data-v-1054963a]{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:#fff;box-shadow:0 .3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog[data-v-1054963a]{font-size:inherit;font-weight:400;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate[data-v-1054963a]:invalid{box-shadow:0 0 1.5px 1px red}trix-toolbar .trix-button--dialog[data-v-1054963a]{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link[data-v-1054963a]{max-width:600px}trix-toolbar .trix-dialog__link-fields[data-v-1054963a]{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input[data-v-1054963a]{flex:1 1}trix-toolbar .trix-dialog__link-fields .trix-button-group[data-v-1054963a]{flex:0 0 content;margin:0}trix-editor [data-trix-mutable][data-v-1054963a]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}trix-editor [data-trix-cursor-target][data-v-1054963a]::-moz-selection,trix-editor [data-trix-mutable][data-v-1054963a]::-moz-selection,trix-editor [data-trix-mutable][data-v-1054963a] ::-moz-selection{background:none}trix-editor [data-trix-cursor-target][data-v-1054963a]::selection,trix-editor [data-trix-mutable][data-v-1054963a]::selection,trix-editor [data-trix-mutable][data-v-1054963a] ::selection{background:none}trix-editor [data-trix-mutable].attachment__caption-editor[data-v-1054963a]:focus::-moz-selection{background:highlight}trix-editor [data-trix-mutable].attachment__caption-editor[data-v-1054963a]:focus::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file[data-v-1054963a]{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img[data-v-1054963a]{box-shadow:0 0 0 2px highlight}trix-editor .attachment[data-v-1054963a]{position:relative}trix-editor .attachment[data-v-1054963a]:hover{cursor:default}trix-editor .attachment--preview .attachment__caption[data-v-1054963a]:hover{cursor:text}trix-editor .attachment__progress[data-v-1054963a]{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity .2s ease-in}trix-editor .attachment__progress[value="100"][data-v-1054963a]{opacity:0}trix-editor .attachment__caption-editor[data-v-1054963a]{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar[data-v-1054963a]{position:absolute;z-index:1;top:-.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group[data-v-1054963a]{display:inline-flex}trix-editor .trix-button[data-v-1054963a]{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button[data-v-1054963a]:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active[data-v-1054963a]{background:#cbeefa}trix-editor .trix-button[data-v-1054963a]:not(:disabled){cursor:pointer}trix-editor .trix-button--remove[data-v-1054963a]{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;box-shadow:1px 1px 6px rgba(0,0,0,.25)}trix-editor .trix-button--remove[data-v-1054963a]:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove[data-v-1054963a]:hover{border-color:#333}trix-editor .trix-button--remove[data-v-1054963a]:hover:before{opacity:1}trix-editor .attachment__metadata-container[data-v-1054963a]{position:relative}trix-editor .attachment__metadata[data-v-1054963a]{position:absolute;left:50%;top:2em;transform:translate(-50%);max-width:90%;padding:.1em .6em;font-size:.8em;color:#fff;background-color:rgba(0,0,0,.7);border-radius:3px}trix-editor .attachment__metadata .attachment__name[data-v-1054963a]{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size[data-v-1054963a]{margin-left:.2em;white-space:nowrap}.trix-content[data-v-1054963a]{line-height:1.5}.trix-content [data-v-1054963a]{box-sizing:border-box;margin:0;padding:0}.trix-content h1[data-v-1054963a]{font-size:1.2em;line-height:1.2}.trix-content blockquote[data-v-1054963a]{border:solid #ccc;border-width:0 0 0 .3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote[data-v-1054963a],.trix-content blockquote[dir=rtl][data-v-1054963a]{border-width:0 .3em 0 0;margin-right:.3em;padding-right:.6em}.trix-content li[data-v-1054963a]{margin-left:1em}.trix-content [dir=rtl] li[data-v-1054963a]{margin-right:1em}.trix-content pre[data-v-1054963a]{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img[data-v-1054963a]{max-width:100%;height:auto}.trix-content .attachment[data-v-1054963a]{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a[data-v-1054963a]{color:inherit;text-decoration:none}.trix-content .attachment a[data-v-1054963a]:hover,.trix-content .attachment a[data-v-1054963a]:visited:hover{color:inherit}.trix-content .attachment__caption[data-v-1054963a]{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size[data-v-1054963a]:before{content:" · "}.trix-content .attachment--preview[data-v-1054963a]{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption[data-v-1054963a]{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file[data-v-1054963a]{color:#333;line-height:1;margin:0 2px 2px;padding:.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery[data-v-1054963a]{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment[data-v-1054963a]{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment[data-v-1054963a],.trix-content .attachment-gallery.attachment-gallery--4 .attachment[data-v-1054963a]{flex-basis:50%;max-width:50%}.tippy-tooltip[data-animation=fade][data-state=hidden][data-v-1054963a]{opacity:0}.tippy-iOS[data-v-1054963a]{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper[data-v-1054963a]{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip[data-v-1054963a]{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow[data-v-1054963a]{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow[data-v-1054963a]{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow[data-v-1054963a]{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow[data-v-1054963a]{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible][data-v-1054963a]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible][data-v-1054963a]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow[data-v-1054963a]{position:absolute;border-color:transparent;border-style:solid}.tippy-content[data-v-1054963a]{padding:5px 9px}textarea.field-textarea[data-v-1054963a]{height:100px}[data-v-1054963a] .field-trix .trix-button--icon-decrease-nesting-level,[data-v-1054963a] .field-trix .trix-button--icon-increase-nesting-level,[data-v-1054963a] .field-trix .trix-button-group--block-tools,[data-v-1054963a] .field-trix .trix-button-group--file-tools{display:none}span.required[data-v-1054963a]{margin-left:3px;font-weight:700}.option+.option[data-v-1054963a]{margin-left:.5em}.field-component.color[data-v-1054963a]{position:relative}.field-component.color .remove-color[data-v-1054963a]{position:absolute;bottom:0;left:30px;background-color:#fff;color:#000;box-shadow:0 0 3px rgba(0,0,0,.5);cursor:pointer}.field-component.color .field-preview--color[data-v-1054963a]{position:relative}.field-component.color .field--preview-with-color[data-v-1054963a]{position:relative;z-index:1}.field-component.color .field-preview--swatch[data-v-1054963a]{width:40px;border-radius:10px;z-index:2}.field-component.color .field-preview--swatch>div[data-v-1054963a]{border-radius:10px;border:1px solid #888;width:40px;height:40px}.field-component.color .field-preview--swatch .field-preview--without-color[data-v-1054963a]{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" height="100px" width="100px"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square"><line x1="101" y1="0" x2="1" y2="100" class="Line" stroke="white"></line></g></svg>');background-size:contain}.field-component.file .file-image-wrapper[data-v-1054963a],.field-component.media .file-image-wrapper[data-v-1054963a]{width:100%}.field-component.file .file-image-wrapper span[data-v-1054963a],.field-component.media .file-image-wrapper span[data-v-1054963a]{display:inline-block;position:relative}.field-component.file .file-image-wrapper img[data-v-1054963a],.field-component.media .file-image-wrapper img[data-v-1054963a]{width:100%;max-width:200px}.field-component.file .file-image-wrapper .close[data-v-1054963a],.field-component.media .file-image-wrapper .close[data-v-1054963a]{position:absolute;top:5px;right:5px;cursor:pointer}.field-component.file .file-image-wrapper .close ion-icon[data-v-1054963a],.field-component.media .file-image-wrapper .close ion-icon[data-v-1054963a]{font-size:25px}.field-component.file a.button[data-v-1054963a],.field-component.media a.button[data-v-1054963a]{background-color:#efefef;border:1px solid #cdcdcd;padding:3px 5px;border-radius:3px;color:#333;font-size:11px;cursor:pointer}[data-v-1054963a] .vc-chrome{position:absolute;top:0;left:0;z-index:3}[data-v-1054963a] .vc-chrome input.vc-input__input{min-width:0!important}.dropdown[data-v-f8b4089e]{display:inline-block;position:relative}.dropdown.empty[data-v-f8b4089e]{pointer-events:none;opacity:.3}.dd-button[data-v-f8b4089e]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-f8b4089e]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-f8b4089e]:hover{background-color:#eee}.dd-input[data-v-f8b4089e]{display:none!important}.dd-menu[data-v-f8b4089e]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-f8b4089e]{display:none}.dd-input:checked+.dd-menu[data-v-f8b4089e]{display:block}.dd-menu li[data-v-f8b4089e]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-f8b4089e]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-f8b4089e]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-f8b4089e]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-f8b4089e]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-f8b4089e]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-f8b4089e]{font-weight:700}.simple-form p.help-text[data-v-f8b4089e]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-f8b4089e]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-f8b4089e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-f8b4089e]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-f8b4089e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-f8b4089e]::-moz-placeholder{color:#dadada}.simple-form input[data-v-f8b4089e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-f8b4089e]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-f8b4089e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-f8b4089e]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-f8b4089e]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-f8b4089e]{position:absolute;right:0;top:0}.simple-form textarea[data-v-f8b4089e]{width:100%;max-width:none}.simple-form .next a[data-v-f8b4089e]{display:block}.simple-form .next a+a[data-v-f8b4089e]{margin-top:1rem}.simple-form .button[data-v-f8b4089e]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-f8b4089e]:hover{background-color:#4dbcba}.simple-form .button i[data-v-f8b4089e]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-f8b4089e]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-f8b4089e]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-f8b4089e]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-f8b4089e]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-f8b4089e]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-f8b4089e]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-f8b4089e],.simple-form .fade-without-move-leave-active[data-v-f8b4089e]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-f8b4089e],.simple-form .fade-without-move-leave-to[data-v-f8b4089e]{opacity:0}.simple-form .fade-enter-active[data-v-f8b4089e],.simple-form .fade-leave-active[data-v-f8b4089e]{transition:all .5s}.simple-form .fade-enter[data-v-f8b4089e],.simple-form .fade-leave-to[data-v-f8b4089e]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-f8b4089e],.simple-form .short-fade-leave-active[data-v-f8b4089e]{transition:all .3s}.simple-form .short-fade-enter[data-v-f8b4089e],.simple-form .short-fade-leave-to[data-v-f8b4089e]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-f8b4089e]{position:relative}.simple-form .field+.field[data-v-f8b4089e]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-f8b4089e]{width:100%;height:auto}.simple-form .field .field-file p[data-v-f8b4089e]{margin:0}.simple-form .field .field-file.has-value[data-v-f8b4089e]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-f8b4089e]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-f8b4089e]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-f8b4089e]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-f8b4089e]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-f8b4089e]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-f8b4089e]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-f8b4089e]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.lead-form[data-v-f8b4089e]{position:relative}.lead-form .field-component+.field-component[data-v-f8b4089e],.lead-form .show-fields[data-v-f8b4089e]{margin-top:1rem}.lead-form[data-v-f8b4089e] .field-component.checkbox label,.lead-form[data-v-f8b4089e] .field-component.radio label{margin-bottom:.5rem}.lead-form[data-v-f8b4089e] .field-component.text{width:100%;margin:1rem 0 0;padding:0}.lead-form .copy[data-v-f8b4089e]{margin-bottom:1rem}.lead-form span.tandcs[data-v-f8b4089e]{display:inline-block}.lead-form span.tandcs div[data-v-f8b4089e]{display:inline}.lead-form .privacy[data-v-f8b4089e]{margin-top:1rem}[data-v-f8b4089e] .lead-form h2{margin-bottom:.5rem}[data-v-f8b4089e] .field-errors{color:red;font-size:90%}[data-v-f8b4089e] .field-errors li{margin-top:5px}[data-v-f8b4089e] .field-errors .arrow-left{display:none}.close[data-v-f8b4089e]{position:absolute;top:10px;right:10px}p.error[data-v-f8b4089e]{color:red;margin-top:5px}[data-v-f8b4089e] a.cta.submitButton{width:auto;display:block;font-size:120%}[data-v-f8b4089e] a.cta.submitButton .content-editable--input{padding-bottom:0!important}[data-v-f8b4089e] .button{width:auto;display:inline-block;background-color:#fbd147;color:#000;font-weight:700;min-width:110px;border-radius:500px;padding:10px 3rem;cursor:pointer;border:1px solid transparent;font-size:120%}[data-v-f8b4089e] .button[disabled]{cursor:not-allowed;border:1px solid #ccc;color:#ccc;background-color:transparent}[data-v-f8b4089e] .button[disabled]:hover{background-color:transparent}[data-v-f8b4089e] .button:hover{background-color:#f0b905}.field.checkbox[data-v-4504f77e]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-4504f77e]{background-color:#cb455d}.field.checkbox label[data-v-4504f77e]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-4504f77e]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-4504f77e]{margin:0;padding:0;height:25px;width:25px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:1px solid #ccc;border-radius:4px;outline:none;transition-duration:.3s;background-color:#dedede;cursor:pointer;vertical-align:middle}.field.checkbox label>input[data-v-4504f77e]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-4504f77e]:before{content:"✔";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-4504f77e]:active{border:2px solid #34495e}.signup-form-wrap[data-v-4504f77e]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1em}.signup-content[data-v-4504f77e]{padding:1em;min-width:300px;flex:0 1 60%;margin:auto;width:60%}.lead-form[data-v-4504f77e]{margin:auto}.copy[data-v-4504f77e]{margin:0 auto 2rem}.copy[data-v-4504f77e] h2{margin-bottom:0}.field.invalid input[data-v-4504f77e]{border-left:10px solid #cb455d}a.next[data-v-4504f77e]{text-transform:uppercase;display:block;text-align:center;padding:4%;font-size:120%;transition:all .3s}.clearfix[data-v-4504f77e]{padding-top:10px}.signup-form-complete[data-v-4504f77e]{text-align:center}.progress-bar .bar-item[data-v-beaab054]{margin:20px 0}.progress-bar[data-v-beaab054] .content-editable.title{margin:0 0 .4rem}.progress-bar[data-v-beaab054] .content-editable.title span{font-weight:700}.progress-bar[data-v-beaab054] .content-editable.title .content-editable--input{margin:0}.progress-bar[data-v-beaab054] .content-editable.subtitle{margin:0 0 .4rem}.progress-bar[data-v-beaab054] .content-editable.subtitle .content-editable--input{margin:0}.progress-bar .bar-graph[data-v-beaab054]{display:flex;align-items:center}.progress-bar .bar-graph.with-text .bar[data-v-beaab054]{flex:0 1 92%;width:calc(92% - 10px);margin-right:10px}.progress-bar .bar-graph.without-text .bar[data-v-beaab054]{flex:0 1 100%;width:100%;margin-right:0}.progress-bar .bar-graph .bar[data-v-beaab054]{background-color:#ededed;height:30px}.progress-bar .bar-graph .bar span.value[data-v-beaab054]{display:inline-block;height:100%}.progress-bar .bar-graph .value[data-v-beaab054]{font-weight:700;flex:1 0 8%;font-size:150%}.cc-settings[data-v-182c965f]{background-color:#bef8fe;padding:3px;text-decoration:none!important}.cc-settings span[data-v-182c965f]{font-size:13px;vertical-align:3px}.no-block[data-v-182c965f]{height:300px;display:flex;justify-content:center;align-items:center;background-color:#dedede;color:#888}.custom-type{background-color:#efefef;color:#6a6a6a}.custom-type .info{display:flex;text-align:center;justify-content:center;align-items:center;height:150px;padding-top:0}.custom-type .info h1{margin:0}.custom-type .info h2{margin-top:.2rem}.custom-type .info b{color:#000}.layout-block[data-v-cf44ac76]{padding:1rem 2rem;position:relative}.layout-block .layout-block-content[data-v-cf44ac76]{position:relative}.layout-block[data-v-cf44ac76] a.settings{z-index:100;position:absolute;left:-20px;top:0;pointer-events:none;opacity:0;display:block;transition:opacity .25s ease-in}.layout-block[data-v-cf44ac76] a.settings ion-icon{font-size:15px}.layout-block[data-v-cf44ac76]:hover a.settings{pointer-events:auto;opacity:1}.layout-block a.settings ul.menu[data-v-cf44ac76]{transition:opacity .3s;display:none;opacity:0}.layout-block a.settings.open ul.menu[data-v-cf44ac76]{display:block;opacity:1;background-color:#fff;border:1px solid #000;padding:.5rem}.layout-block .layout-block[data-v-cf44ac76]{padding:0}.layout-column[data-v-d53c3d80]{position:relative}.layout-column .no-block[data-v-d53c3d80]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50px}.layout-column .no-block .add-content a.button[data-v-d53c3d80]{background-color:#fff;border:1px solid #b8b8b8;color:#888}.layout-column .settings-wrapper[data-v-d53c3d80]{position:absolute;top:10px;left:10px}.layout-resizer[data-v-7dad3614]{position:relative}.divider[data-v-7dad3614]{z-index:100;height:100%;width:10px;border-right:1px dashed rgba(0,0,0,.4);position:absolute;top:0;right:0;left:auto;bottom:0;cursor:col-resize}.divider[data-v-7dad3614]:last-child{opacity:0;pointer-events:none}.divider[data-v-7dad3614]:hover{background-color:#76cece}.column-options[data-v-14710f35]{display:flex;flex-wrap:wrap}.column-options li[data-v-14710f35]{background-color:#fff;flex:0 0 32%;margin-bottom:15px}.column-options li a[data-v-14710f35]{display:block;height:100%}.column-options li a img[data-v-14710f35]{display:block}.column-options li+li[data-v-14710f35]{margin-left:1%}.column-options li[data-v-14710f35]:nth-child(3n+1){margin-left:0}.column-options li[data-v-14710f35]:hover{background-color:#bbb}.layout-row[data-v-1b3e17aa]{padding:0}.layout-row .container[data-v-1b3e17aa]{display:flex}.layout-row .layout-column[data-v-1b3e17aa]{padding:10px 0}.layout-row .layout-column+.layout-column[data-v-1b3e17aa]{border-left:1px dashed rgba(0,0,0,.2)}.layout-row.layout-reverse .container[data-v-1b3e17aa]{flex-direction:row-reverse}.layout-row.layout-reverse .layout-column+.layout-column[data-v-1b3e17aa]{border-right:1px dashed rgba(0,0,0,.2)}.layout-row.row-equal.columns-count-1[data-v-1b3e17aa] .layout-column{flex:0 0 100%;width:100%}.layout-row.row-equal.columns-count-2[data-v-1b3e17aa] .layout-column{flex:0 0 50%;width:50%}.layout-row.row-equal.columns-count-3[data-v-1b3e17aa] .layout-column{flex:0 0 33.3333333333%;width:33.3333333333%}.layout-row.row-equal.columns-count-4[data-v-1b3e17aa] .layout-column{flex:0 0 25%;width:25%}.layout-row.row-2thirds .container[data-v-1b3e17aa] .layout-column:first-child{flex:0 0 33%;width:33%}.layout-row.row-2thirds .container[data-v-1b3e17aa] .layout-column:nth-child(2){flex:0 0 66%;width:66%}.layout-row.row-3quarters .container[data-v-1b3e17aa] .layout-column:first-child{flex:0 0 25%;width:25%}.layout-row.row-3quarters .container[data-v-1b3e17aa] .layout-column:nth-child(2){flex:0 0 75%;width:75%}.layout-column[data-v-1b3e17aa]{min-height:100px}.container[data-v-1b3e17aa]{position:relative}.overlay[data-v-1b3e17aa]{border:2px dashed red;position:absolute;width:100%;height:100%;pointer-events:none;background-color:rgba(240,210,10,.3);transition:all .3s;opacity:0}.overlay.show[data-v-1b3e17aa]{opacity:1}[data-v-1b3e17aa] .layout-column-menu .column-options{width:50%;margin:auto}.layout-column-menu[data-v-1b3e17aa],.layout-resizer[data-v-1b3e17aa]{width:100%;height:100%;position:absolute;z-index:100}.row-actions[data-v-1b3e17aa]{width:100%;position:relative;background-color:#efefef;padding:3px 0;text-align:center}.row-actions .buttons[data-v-1b3e17aa]{margin:auto;text-align:center;color:#333}.row-actions .buttons:hover a.menu-button[data-v-1b3e17aa]{opacity:1}.row-actions .buttons:hover a.menu-button span.label[data-v-1b3e17aa]{display:inline}.row-actions .display-summary[data-v-1b3e17aa]{position:absolute;left:10px;top:30%;font-size:11px}.row-actions .display-summary span.visible-accounts[data-v-1b3e17aa]{color:#4890a9}.row-actions .display-summary span.hidden-accounts[data-v-1b3e17aa]{color:#c70011}a.menu-button[data-v-1b3e17aa]{line-height:17px;opacity:.3;min-width:unset;padding:5px;font-size:17px;cursor:pointer;height:17px}a.menu-button span.label[data-v-1b3e17aa]{display:none;font-size:10px;vertical-align:1px}.tippy-content .layout-row-menu{padding:10px}.tippy-content .layout-row-menu li{padding:5px;border:1px solid #fff}.tippy-content .layout-row-menu li a{cursor:pointer;color:#fff;text-decoration:none!important}.tippy-content .layout-row-menu li a:visited{color:#fff}.layout-row[data-v-3de210db]{padding:0}.layout-row .container[data-v-3de210db]{display:flex}.layout-row .layout-column[data-v-3de210db]{padding:10px 0}.layout-row .layout-column+.layout-column[data-v-3de210db]{border-left:1px dashed rgba(0,0,0,.2)}.layout-row.layout-reverse .container[data-v-3de210db]{flex-direction:row-reverse}.layout-row.layout-reverse .layout-column+.layout-column[data-v-3de210db]{border-right:1px dashed rgba(0,0,0,.2)}.layout-row.row-equal.columns-count-1[data-v-3de210db] .layout-column{flex:0 0 100%;width:100%}.layout-row.row-equal.columns-count-2[data-v-3de210db] .layout-column{flex:0 0 50%;width:50%}.layout-row.row-equal.columns-count-3[data-v-3de210db] .layout-column{flex:0 0 33.3333333333%;width:33.3333333333%}.layout-row.row-equal.columns-count-4[data-v-3de210db] .layout-column{flex:0 0 25%;width:25%}.layout-row.row-2thirds .container[data-v-3de210db] .layout-column:first-child{flex:0 0 33%;width:33%}.layout-row.row-2thirds .container[data-v-3de210db] .layout-column:nth-child(2){flex:0 0 66%;width:66%}.layout-row.row-3quarters .container[data-v-3de210db] .layout-column:first-child{flex:0 0 25%;width:25%}.layout-row.row-3quarters .container[data-v-3de210db] .layout-column:nth-child(2){flex:0 0 75%;width:75%}.layout-column[data-v-3de210db]{min-height:100px}.container[data-v-3de210db],.layout-section-wrapper[data-v-3de210db]{position:relative}.layout-placeholder[data-v-3de210db]{min-height:200px;display:flex;flex-direction:column;justify-content:center;text-align:center}.layout-placeholder a.button[data-v-3de210db]{background-color:#fff;border:1px solid #dedede;color:#ccc}.section-actions[data-v-3de210db]{text-align:center;background-color:#d6d6d6;color:#000;padding:3px 0}.section-actions:hover a.menu-button[data-v-3de210db]{opacity:1}.section-actions:hover a.menu-button span.label[data-v-3de210db]{display:inline}.overlay[data-v-3de210db]{border:2px dashed red;position:absolute;top:0;width:100%;height:100%;pointer-events:none;background-color:rgba(128,210,10,.3);transition:all .3s;opacity:0}.overlay.show[data-v-3de210db]{opacity:1}[data-v-3de210db] .layout-column-menu .column-options{width:50%;margin:auto}.layout-column-menu[data-v-3de210db],.layout-resizer[data-v-3de210db]{width:100%;height:100%;position:absolute;z-index:100}.row-actions[data-v-3de210db]{width:100%;position:relative;background-color:#efefef;padding:3px 0;text-align:center}.row-actions .buttons[data-v-3de210db]{margin:auto;text-align:center}.row-actions .buttons:hover a.menu-button[data-v-3de210db]{opacity:1}.row-actions .buttons:hover a.menu-button span.label[data-v-3de210db]{display:inline}.row-actions .display-summary[data-v-3de210db]{position:absolute;left:10px;top:30%;font-size:11px}.row-actions .display-summary span.visible-accounts[data-v-3de210db]{color:#4890a9}.row-actions .display-summary span.hidden-accounts[data-v-3de210db]{color:#c70011}a.menu-button[data-v-3de210db]{line-height:17px;opacity:.4;min-width:unset;padding:5px;font-size:17px;cursor:pointer;height:17px}a.menu-button span.label[data-v-3de210db]{display:none;font-size:10px;vertical-align:1px}.layout[data-v-f9387a78]{border-top:1px solid #dedede}.layout-row-container[data-v-f9387a78]{position:relative}.layout-placeholder[data-v-f9387a78]{min-height:200px;display:flex;flex-direction:column;justify-content:center;text-align:center}.layout-placeholder a.button[data-v-f9387a78]{background-color:#fff;border:1px solid #dedede;color:#ccc}.row-actions[data-v-f9387a78]{text-align:center;background-color:#efefef;padding:3px 0}.row-actions:hover a.menu-button[data-v-f9387a78]{opacity:1}.row-actions:hover a.menu-button span.label[data-v-f9387a78]{display:inline}.debug-mode-active[data-v-14b93efb]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-14b93efb]{display:inline}.fade-enter-active[data-v-14b93efb],.fade-leave-active[data-v-14b93efb]{transition:opacity .5s}.fade-enter[data-v-14b93efb],.fade-leave-to[data-v-14b93efb]{opacity:0}body [data-v-14b93efb],html [data-v-14b93efb]{box-sizing:border-box}body[data-v-14b93efb]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-14b93efb]:after{content:"";display:table;clear:both}.button[data-v-14b93efb]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-14b93efb]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-14b93efb]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-14b93efb]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-14b93efb]{margin-bottom:.75em}.field[data-v-14b93efb]:after{content:"";display:table;clear:both}.field label[data-v-14b93efb]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-14b93efb]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-14b93efb]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-14b93efb]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-14b93efb]{margin-top:.75em}ul.question-set li span.label[data-v-14b93efb]{flex:1 1 80%}ul.question-set li span.icon[data-v-14b93efb]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-14b93efb]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-14b93efb]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-14b93efb]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-14b93efb]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-14b93efb]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-14b93efb]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-14b93efb]{grid-column:1/span 2}.survey .bg[data-v-14b93efb]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-14b93efb]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-14b93efb]{background-color:#f0f0ef}.survey li span[data-v-14b93efb]{color:#333}.survey li[data-v-14b93efb]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-14b93efb]{opacity:0}.survey li.is-correct span.icon[data-v-14b93efb]{text-align:right}.survey li.is-correct i.incorrect[data-v-14b93efb]{display:none}.survey li.is-correct i.correct[data-v-14b93efb]{display:inline}.survey li.is-incorrect i.correct[data-v-14b93efb],.survey li.is-incorrect i.incorrect[data-v-14b93efb]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-14b93efb]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-14b93efb]{display:none}ul.question-set li[data-v-14b93efb]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-14b93efb]{display:flex;flex-direction:row}.layout>.column[data-v-14b93efb]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-14b93efb]:first-child{order:1}.layout .column[data-v-14b93efb]:last-child{order:2}}.layout .column[data-v-14b93efb]{position:relative;padding:6% 8% 15%}.layout .column[data-v-14b93efb]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-14b93efb]{font-size:6vw}.survey ul.question-set li[data-v-14b93efb]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-14b93efb]{display:block}.survey .layout .column[data-v-14b93efb]{padding:5%}.survey h1[data-v-14b93efb]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-14b93efb]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-14b93efb]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-14b93efb]{min-height:600px}.survey .layout .column[data-v-14b93efb]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-14b93efb]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-14b93efb]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-14b93efb]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-14b93efb] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-14b93efb] ul.reorderable:hover .button,[data-v-14b93efb] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-14b93efb] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-14b93efb] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-14b93efb] ul.answers li+li{margin-top:.75em}[data-v-14b93efb] ul.answers li:hover{background-color:transparent}[data-v-14b93efb] ul.answers .button,[data-v-14b93efb] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-14b93efb] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-14b93efb] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-14b93efb] ul.answers .actions a ion-icon{transition:background-color .3s;background-color:transparent;border-radius:50px;border:1px solid #fff;padding:2px;color:#fff}[data-v-14b93efb] ul.answers .actions a+a{margin-left:0}[data-v-14b93efb] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-14b93efb] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-14b93efb] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-14b93efb] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-14b93efb] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-14b93efb] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-14b93efb] ul.answers a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-22c37d87]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-22c37d87]{display:inline}.fade-enter-active[data-v-22c37d87],.fade-leave-active[data-v-22c37d87]{transition:opacity .5s}.fade-enter[data-v-22c37d87],.fade-leave-to[data-v-22c37d87]{opacity:0}body [data-v-22c37d87],html [data-v-22c37d87]{box-sizing:border-box}body[data-v-22c37d87]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-22c37d87]:after{content:"";display:table;clear:both}.button[data-v-22c37d87]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-22c37d87]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-22c37d87]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-22c37d87]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-22c37d87]{margin-bottom:.75em}.field[data-v-22c37d87]:after{content:"";display:table;clear:both}.field label[data-v-22c37d87]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-22c37d87]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-22c37d87]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-22c37d87]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-22c37d87]{margin-top:.75em}ul.question-set li span.label[data-v-22c37d87]{flex:1 1 80%}ul.question-set li span.icon[data-v-22c37d87]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-22c37d87]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-22c37d87]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-22c37d87]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-22c37d87]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-22c37d87]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-22c37d87]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-22c37d87]{grid-column:1/span 2}.survey .bg[data-v-22c37d87]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-22c37d87]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-22c37d87]{background-color:#f0f0ef}.survey li span[data-v-22c37d87]{color:#333}.survey li[data-v-22c37d87]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-22c37d87]{opacity:0}.survey li.is-correct span.icon[data-v-22c37d87]{text-align:right}.survey li.is-correct i.incorrect[data-v-22c37d87]{display:none}.survey li.is-correct i.correct[data-v-22c37d87]{display:inline}.survey li.is-incorrect i.correct[data-v-22c37d87],.survey li.is-incorrect i.incorrect[data-v-22c37d87]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-22c37d87]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-22c37d87]{display:none}ul.question-set li[data-v-22c37d87]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-22c37d87]{display:flex;flex-direction:row}.layout>.column[data-v-22c37d87]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-22c37d87]:first-child{order:1}.layout .column[data-v-22c37d87]:last-child{order:2}}.layout .column[data-v-22c37d87]{position:relative;padding:6% 8% 15%}.layout .column[data-v-22c37d87]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-22c37d87]{font-size:6vw}.survey ul.question-set li[data-v-22c37d87]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-22c37d87]{display:block}.survey .layout .column[data-v-22c37d87]{padding:5%}.survey h1[data-v-22c37d87]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-22c37d87]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-22c37d87]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-22c37d87]{min-height:600px}.survey .layout .column[data-v-22c37d87]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-22c37d87]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-22c37d87]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-22c37d87]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-22c37d87] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-22c37d87] ul.reorderable:hover .button,[data-v-22c37d87] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-22c37d87] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-22c37d87] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-22c37d87] ul.answers li+li{margin-top:.75em}[data-v-22c37d87] ul.answers li:hover{background-color:transparent}[data-v-22c37d87] ul.answers .button,[data-v-22c37d87] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-22c37d87] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-22c37d87] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-22c37d87] ul.answers .actions a ion-icon{transition:background-color .3s;background-color:transparent;border-radius:50px;border:1px solid #fff;padding:2px;color:#fff}[data-v-22c37d87] ul.answers .actions a+a{margin-left:0}[data-v-22c37d87] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-22c37d87] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-22c37d87] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-22c37d87] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-22c37d87] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-22c37d87] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-22c37d87] ul.answers a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-c59530ae]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-c59530ae]{display:inline}.fade-enter-active[data-v-c59530ae],.fade-leave-active[data-v-c59530ae]{transition:opacity .5s}.fade-enter[data-v-c59530ae],.fade-leave-to[data-v-c59530ae]{opacity:0}body [data-v-c59530ae],html [data-v-c59530ae]{box-sizing:border-box}body[data-v-c59530ae]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-c59530ae]:after{content:"";display:table;clear:both}.button[data-v-c59530ae]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-c59530ae]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-c59530ae]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-c59530ae]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-c59530ae]{margin-bottom:.75em}.field[data-v-c59530ae]:after{content:"";display:table;clear:both}.field label[data-v-c59530ae]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-c59530ae]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-c59530ae]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-c59530ae]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-c59530ae]{margin-top:.75em}ul.question-set li span.label[data-v-c59530ae]{flex:1 1 80%}ul.question-set li span.icon[data-v-c59530ae]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-c59530ae]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-c59530ae]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-c59530ae]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-c59530ae]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-c59530ae]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-c59530ae]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-c59530ae]{grid-column:1/span 2}.survey .bg[data-v-c59530ae]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-c59530ae]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-c59530ae]{background-color:#f0f0ef}.survey li span[data-v-c59530ae]{color:#333}.survey li[data-v-c59530ae]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-c59530ae]{opacity:0}.survey li.is-correct span.icon[data-v-c59530ae]{text-align:right}.survey li.is-correct i.incorrect[data-v-c59530ae]{display:none}.survey li.is-correct i.correct[data-v-c59530ae]{display:inline}.survey li.is-incorrect i.correct[data-v-c59530ae],.survey li.is-incorrect i.incorrect[data-v-c59530ae]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-c59530ae]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-c59530ae]{display:none}ul.question-set li[data-v-c59530ae]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-c59530ae]{display:flex;flex-direction:row}.layout>.column[data-v-c59530ae]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-c59530ae]:first-child{order:1}.layout .column[data-v-c59530ae]:last-child{order:2}}.layout .column[data-v-c59530ae]{position:relative;padding:6% 8% 15%}.layout .column[data-v-c59530ae]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-c59530ae]{font-size:6vw}.survey ul.question-set li[data-v-c59530ae]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-c59530ae]{display:block}.survey .layout .column[data-v-c59530ae]{padding:5%}.survey h1[data-v-c59530ae]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-c59530ae]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-c59530ae]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-c59530ae]{min-height:600px}.survey .layout .column[data-v-c59530ae]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-c59530ae]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-c59530ae]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-c59530ae]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-c59530ae] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-c59530ae] ul.reorderable:hover .button,[data-v-c59530ae] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-c59530ae] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-c59530ae] ul.answers a.submitButton{margin-top:.75em;width:100%}[data-v-c59530ae] ul.answers a.submitButton .content-editable{margin:auto;text-align:center}[data-v-c59530ae] ul.answers a.submitButton,[data-v-c59530ae] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-c59530ae] ul.answers a.submitButton+li,[data-v-c59530ae] ul.answers li+li{margin-top:.75em}[data-v-c59530ae] ul.answers a.submitButton:hover,[data-v-c59530ae] ul.answers li:hover{background-color:transparent}[data-v-c59530ae] ul.answers .button,[data-v-c59530ae] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-c59530ae] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-c59530ae] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-c59530ae] ul.answers .actions a ion-icon{transition:background-color .3s;background-color:transparent;border-radius:50px;border:1px solid #fff;padding:2px;color:#fff}[data-v-c59530ae] ul.answers .actions a+a{margin-left:0}[data-v-c59530ae] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-c59530ae] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-c59530ae] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-c59530ae] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-c59530ae] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-c59530ae] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-c59530ae] ul.answers .actions a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-4006c244]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-4006c244]{display:inline}.fade-enter-active[data-v-4006c244],.fade-leave-active[data-v-4006c244]{transition:opacity .5s}.fade-enter[data-v-4006c244],.fade-leave-to[data-v-4006c244]{opacity:0}body [data-v-4006c244],html [data-v-4006c244]{box-sizing:border-box}body[data-v-4006c244]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-4006c244]:after{content:"";display:table;clear:both}.button[data-v-4006c244]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-4006c244]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-4006c244]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-4006c244]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-4006c244]{margin-bottom:.75em}.field[data-v-4006c244]:after{content:"";display:table;clear:both}.field label[data-v-4006c244]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-4006c244]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-4006c244]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-4006c244]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-4006c244]{margin-top:.75em}ul.question-set li span.label[data-v-4006c244]{flex:1 1 80%}ul.question-set li span.icon[data-v-4006c244]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-4006c244]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-4006c244]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-4006c244]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-4006c244]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-4006c244]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-4006c244]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-4006c244]{grid-column:1/span 2}.survey .bg[data-v-4006c244]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-4006c244]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-4006c244]{background-color:#f0f0ef}.survey li span[data-v-4006c244]{color:#333}.survey li[data-v-4006c244]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-4006c244]{opacity:0}.survey li.is-correct span.icon[data-v-4006c244]{text-align:right}.survey li.is-correct i.incorrect[data-v-4006c244]{display:none}.survey li.is-correct i.correct[data-v-4006c244]{display:inline}.survey li.is-incorrect i.correct[data-v-4006c244],.survey li.is-incorrect i.incorrect[data-v-4006c244]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-4006c244]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-4006c244]{display:none}ul.question-set li[data-v-4006c244]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.layout .column[data-v-4006c244]{position:relative;padding:6% 8% 15%}.layout .column[data-v-4006c244]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-4006c244]{font-size:6vw}.survey ul.question-set li[data-v-4006c244]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-4006c244]{display:block}.survey .layout .column[data-v-4006c244]{padding:5%}.survey h1[data-v-4006c244]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-4006c244]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-4006c244]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-4006c244]{min-height:600px}.survey .layout .column[data-v-4006c244]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-4006c244]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-4006c244]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-4006c244]{padding:.7vw 2vw;font-size:1.3vw}}.field.checkbox[data-v-4006c244]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-4006c244]{background-color:#cb455d}.field.checkbox label[data-v-4006c244]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-4006c244]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-4006c244]{margin:0;padding:0;height:25px;width:25px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:1px solid #ccc;border-radius:4px;outline:none;transition-duration:.3s;background-color:#dedede;cursor:pointer;vertical-align:middle}.field.checkbox label>input[data-v-4006c244]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-4006c244]:before{content:"✔";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-4006c244]:active{border:2px solid #34495e}.layout-form[data-v-4006c244]{z-index:1}label[data-v-4006c244]{font-size:6vw}label.checkbox[data-v-4006c244]{display:block}@media(min-width:500px){label[data-v-4006c244]{font-size:4vw}}@media(min-width:768px){label[data-v-4006c244]{font-size:2vw}}@media(min-width:920px){label[data-v-4006c244]{font-size:1.5vw}}select[data-v-4006c244]{width:100%}ul.errors[data-v-4006c244]{list-style-type:none;padding:0;margin:0;color:red;font-size:60%}ul.errors li[data-v-4006c244]{margin-top:.3rem;background-color:transparent}ul.errors li[data-v-4006c244]:hover{background-color:transparent}.checkbox input[data-v-4006c244]{width:auto}.field.invalid input[data-v-4006c244],.field.invalid select[data-v-4006c244]{border-left:10px solid #b20000}.actions[data-v-4006c244]{margin:0;padding-left:10px;flex:1 1 50px}.actions a[data-v-4006c244]{cursor:pointer;color:#fff}.actions a ion-icon[data-v-4006c244]{transition:background-color .3s;background-color:transparent;border-radius:50px;border:1px solid #fff;padding:2px;color:#fff}.actions a+a[data-v-4006c244]{margin-left:2px}.actions a.add-button ion-icon[data-v-4006c244]{background-color:rgba(108,182,111,.4)}.actions a.add-button ion-icon[data-v-4006c244]:hover{background-color:rgba(108,182,111,.8)}.actions a.remove-button ion-icon[data-v-4006c244]{background-color:rgba(197,79,104,.4)}.actions a.remove-button ion-icon[data-v-4006c244]:hover{background-color:rgba(197,79,104,.8)}.actions a.move-button ion-icon[data-v-4006c244]{background-color:rgba(197,79,104,.4)}.actions a.move-button ion-icon[data-v-4006c244]:hover{background-color:rgba(197,79,104,.8)}.field[data-v-4006c244]{display:flex;align-items:center}.field .field-input[data-v-4006c244]{flex:1 1 70%}.field .field-radio[data-v-4006c244]{flex-wrap:wrap}.field .field-radio input[data-v-4006c244]{width:auto}.field .field-radio label[data-v-4006c244]{flex:0 1 32%;padding-right:1%;margin-bottom:.3rem;font-weight:400;font-size:1rem}.field label.checkbox span[data-v-4006c244]{font-size:1rem;font-weight:400}.field input[data-v-4006c244]{background-color:#fff}.field .actions[data-v-4006c244]{flex:1 1 100px}[data-v-4006c244] .cta.submitButton{display:block;text-align:center;padding:.75em;font-size:120%}.layout[data-v-4006c244]{min-height:100vh}@media screen and (min-width:769px){.layout[data-v-4006c244]{display:flex;flex-direction:row}.layout>.column[data-v-4006c244]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-4006c244]:first-child{order:1}.layout .column[data-v-4006c244]:last-child{order:2}}.layout .column[data-v-4006c244]{padding:5%}.small-print[data-v-4006c244]{font-size:100%}.newQuestion[data-v-4006c244]{padding:3%;box-shadow:0 0 20px rgba(0,0,0,.3);z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:90%;height:80%;background-color:#fff;border:1px solid #ccc}.newQuestion a.close[data-v-4006c244]{position:absolute;top:20px;right:20px;width:28px;height:28px;border:1px solid #ccc;cursor:pointer;color:#000}.newQuestion a.close ion-icon[data-v-4006c244]{font-size:25px}.newQuestion a.close[data-v-4006c244]:hover{background-color:rgba(0,0,0,.3)}.debug-mode-active[data-v-a30c3314]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-a30c3314]{display:inline}.fade-enter-active[data-v-a30c3314],.fade-leave-active[data-v-a30c3314]{transition:opacity .5s}.fade-enter[data-v-a30c3314],.fade-leave-to[data-v-a30c3314]{opacity:0}body [data-v-a30c3314],html [data-v-a30c3314]{box-sizing:border-box}body[data-v-a30c3314]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-a30c3314]:after{content:"";display:table;clear:both}.button[data-v-a30c3314]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-a30c3314]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-a30c3314]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-a30c3314]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-a30c3314]{margin-bottom:.75em}.field[data-v-a30c3314]:after{content:"";display:table;clear:both}.field label[data-v-a30c3314]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-a30c3314]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-a30c3314]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-a30c3314]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-a30c3314]{margin-top:.75em}ul.question-set li span.label[data-v-a30c3314]{flex:1 1 80%}ul.question-set li span.icon[data-v-a30c3314]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-a30c3314]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-a30c3314]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-a30c3314]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-a30c3314]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-a30c3314]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-a30c3314]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-a30c3314]{grid-column:1/span 2}.survey .bg[data-v-a30c3314]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-a30c3314]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-a30c3314]{background-color:#f0f0ef}.survey li span[data-v-a30c3314]{color:#333}.survey li[data-v-a30c3314]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-a30c3314]{opacity:0}.survey li.is-correct span.icon[data-v-a30c3314]{text-align:right}.survey li.is-correct i.incorrect[data-v-a30c3314]{display:none}.survey li.is-correct i.correct[data-v-a30c3314]{display:inline}.survey li.is-incorrect i.correct[data-v-a30c3314],.survey li.is-incorrect i.incorrect[data-v-a30c3314]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-a30c3314]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-a30c3314]{display:none}ul.question-set li[data-v-a30c3314]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-a30c3314]{display:flex;flex-direction:row}.layout>.column[data-v-a30c3314]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-a30c3314]:first-child{order:1}.layout .column[data-v-a30c3314]:last-child{order:2}}.layout .column[data-v-a30c3314]{position:relative;padding:6% 8% 15%}.layout .column[data-v-a30c3314]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-a30c3314]{font-size:6vw}.survey ul.question-set li[data-v-a30c3314]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-a30c3314]{display:block}.survey .layout .column[data-v-a30c3314]{padding:5%}.survey h1[data-v-a30c3314]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-a30c3314]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-a30c3314]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-a30c3314]{min-height:600px}.survey .layout .column[data-v-a30c3314]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-a30c3314]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-a30c3314]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-a30c3314]{padding:.7vw 2vw;font-size:1.3vw}}.dropdown[data-v-054fbf5e]{display:inline-block;position:relative}.dropdown.empty[data-v-054fbf5e]{pointer-events:none;opacity:.3}.dd-button[data-v-054fbf5e]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-054fbf5e]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-054fbf5e]:hover{background-color:#eee}.dd-input[data-v-054fbf5e]{display:none!important}.dd-menu[data-v-054fbf5e]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-054fbf5e]{display:none}.dd-input:checked+.dd-menu[data-v-054fbf5e]{display:block}.dd-menu li[data-v-054fbf5e]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-054fbf5e]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-054fbf5e]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-054fbf5e]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-054fbf5e]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-054fbf5e]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-054fbf5e]{font-weight:700}.simple-form p.help-text[data-v-054fbf5e]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-054fbf5e]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-054fbf5e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-054fbf5e]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-054fbf5e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-054fbf5e]::-moz-placeholder{color:#dadada}.simple-form input[data-v-054fbf5e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-054fbf5e]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-054fbf5e]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-054fbf5e]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-054fbf5e]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-054fbf5e]{position:absolute;right:0;top:0}.simple-form textarea[data-v-054fbf5e]{width:100%;max-width:none}.simple-form .next a[data-v-054fbf5e]{display:block}.simple-form .next a+a[data-v-054fbf5e]{margin-top:1rem}.simple-form .button[data-v-054fbf5e]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-054fbf5e]:hover{background-color:#4dbcba}.simple-form .button i[data-v-054fbf5e]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-054fbf5e]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-054fbf5e]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-054fbf5e]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-054fbf5e]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-054fbf5e]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-054fbf5e]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-054fbf5e],.simple-form .fade-without-move-leave-active[data-v-054fbf5e]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-054fbf5e],.simple-form .fade-without-move-leave-to[data-v-054fbf5e]{opacity:0}.simple-form .fade-enter-active[data-v-054fbf5e],.simple-form .fade-leave-active[data-v-054fbf5e]{transition:all .5s}.simple-form .fade-enter[data-v-054fbf5e],.simple-form .fade-leave-to[data-v-054fbf5e]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-054fbf5e],.simple-form .short-fade-leave-active[data-v-054fbf5e]{transition:all .3s}.simple-form .short-fade-enter[data-v-054fbf5e],.simple-form .short-fade-leave-to[data-v-054fbf5e]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-054fbf5e]{position:relative}.simple-form .field+.field[data-v-054fbf5e]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-054fbf5e]{width:100%;height:auto}.simple-form .field .field-file p[data-v-054fbf5e]{margin:0}.simple-form .field .field-file.has-value[data-v-054fbf5e]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-054fbf5e]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-054fbf5e]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-054fbf5e]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-054fbf5e]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-054fbf5e]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-054fbf5e]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-054fbf5e]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-054fbf5e]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-054fbf5e]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-054fbf5e]{min-height:250px}}.report-item[data-v-054fbf5e] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-054fbf5e] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-054fbf5e] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-054fbf5e] .text{width:80%;padding:3rem 0}.report-item[data-v-054fbf5e] .text h1{font-size:200%}}.debug-mode-active[data-v-054fbf5e]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-054fbf5e]{display:inline}.fade-enter-active[data-v-054fbf5e],.fade-leave-active[data-v-054fbf5e]{transition:opacity .5s}.fade-enter[data-v-054fbf5e],.fade-leave-to[data-v-054fbf5e]{opacity:0}body [data-v-054fbf5e],html [data-v-054fbf5e]{box-sizing:border-box}body[data-v-054fbf5e]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-054fbf5e]:after{content:"";display:table;clear:both}.button[data-v-054fbf5e]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-054fbf5e]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-054fbf5e]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-054fbf5e]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-054fbf5e]{margin-bottom:.75em}.field[data-v-054fbf5e]:after{content:"";display:table;clear:both}.field label[data-v-054fbf5e]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-054fbf5e]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-054fbf5e]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-054fbf5e]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-054fbf5e]{margin-top:.75em}ul.question-set li span.label[data-v-054fbf5e]{flex:1 1 80%}ul.question-set li span.icon[data-v-054fbf5e]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-054fbf5e]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-054fbf5e]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-054fbf5e]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-054fbf5e]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-054fbf5e]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-054fbf5e]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-054fbf5e]{grid-column:1/span 2}.survey .bg[data-v-054fbf5e]{position:absolute;bottom:0;display:none;background-size:45%;background-position:40% -30%;background-repeat:no-repeat;background-color:transparent;width:90%;height:40%;z-index:1}.survey h1[data-v-054fbf5e]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-054fbf5e]{background-color:#f0f0ef}.survey li span[data-v-054fbf5e]{color:#333}.survey li[data-v-054fbf5e]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-054fbf5e]{opacity:0}.survey li.is-correct span.icon[data-v-054fbf5e]{text-align:right}.survey li.is-correct i.incorrect[data-v-054fbf5e]{display:none}.survey li.is-correct i.correct[data-v-054fbf5e]{display:inline}.survey li.is-incorrect i.correct[data-v-054fbf5e],.survey li.is-incorrect i.incorrect[data-v-054fbf5e]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-054fbf5e]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-054fbf5e]{display:none}ul.question-set li[data-v-054fbf5e]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-054fbf5e]{display:flex;flex-direction:row}.layout>.column[data-v-054fbf5e]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-054fbf5e]:first-child{order:1}.layout .column[data-v-054fbf5e]:last-child{order:2}}.layout .column[data-v-054fbf5e]{position:relative;padding:6% 8% 15%}.layout .column[data-v-054fbf5e]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-054fbf5e]{font-size:6vw}.survey ul.question-set li[data-v-054fbf5e]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-054fbf5e]{display:block}.survey .layout .column[data-v-054fbf5e]{padding:5%}.survey h1[data-v-054fbf5e]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-054fbf5e]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-054fbf5e]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-054fbf5e]{min-height:600px}.survey .layout .column[data-v-054fbf5e]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-054fbf5e]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-054fbf5e]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-054fbf5e]{padding:.7vw 2vw;font-size:1.3vw}}.report-item--heading[data-v-054fbf5e]{min-height:200px;background-size:cover}.report-item--heading .logo[data-v-054fbf5e]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--heading .text[data-v-054fbf5e]{padding:2rem 0;min-height:200px}.report-item--heading .text[data-v-054fbf5e] h1{font-size:250%}@media screen and (min-width:768px){.report-item--heading[data-v-054fbf5e]{min-height:300px}.report-item--heading .text[data-v-054fbf5e]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-054fbf5e],.report-item--heading[data-v-054fbf5e]{min-height:600px}}.single-chart-circle[data-v-0b642204]{width:100%;justify-content:center}.circular-chart[data-v-0b642204]{width:100%;display:block;margin:10px auto}.circle-bg[data-v-0b642204]{fill:none}.circle[data-v-0b642204]{fill:none;stroke-linecap:round}.ready[data-v-0b642204]{-webkit-animation:progress-data-v-0b642204 1s ease-out forwards;animation:progress-data-v-0b642204 1s ease-out forwards}.splash .column[data-v-0b642204]:last-child{padding-top:2%!important;display:none}@-webkit-keyframes progress-data-v-0b642204{0%{stroke-dasharray:0 100}}@keyframes progress-data-v-0b642204{0%{stroke-dasharray:0 100}}.percentage[data-v-0b642204]{font-size:.5em;text-anchor:middle}.helptext[data-v-0b642204]{font-size:.22em;text-anchor:middle}.result-wrapper[data-v-2ffbe121]{padding:1rem;width:100%;margin:auto}.result-wrapper .result-question[data-v-2ffbe121]{font-size:150%}.result-wrapper .result-data[data-v-2ffbe121]{max-width:400px;margin:0 auto}.result-text-component .wrapper{width:100%;max-width:1000px;padding:5%;margin:auto}.result-text-component .wrapper .result-image{width:50%;margin:0 auto}.result-text-component .wrapper .result-image img{width:100%}.result-text-component .wrapper .result-text{font-size:130%}.debug-mode-active[data-v-40dad31e]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-40dad31e]{display:inline}.fade-enter-active[data-v-40dad31e],.fade-leave-active[data-v-40dad31e]{transition:opacity .5s}.fade-enter[data-v-40dad31e],.fade-leave-to[data-v-40dad31e]{opacity:0}body [data-v-40dad31e],html [data-v-40dad31e]{box-sizing:border-box}body[data-v-40dad31e]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-40dad31e]:after{content:"";display:table;clear:both}.button[data-v-40dad31e]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-40dad31e]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-40dad31e]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-40dad31e]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-40dad31e]{margin-bottom:.75em}.field[data-v-40dad31e]:after{content:"";display:table;clear:both}.field label[data-v-40dad31e]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-40dad31e]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-40dad31e]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-40dad31e]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-40dad31e]{margin-top:.75em}ul.question-set li span.label[data-v-40dad31e]{flex:1 1 80%}ul.question-set li span.icon[data-v-40dad31e]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-40dad31e]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-40dad31e]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-40dad31e]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-40dad31e]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-40dad31e]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-40dad31e]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-40dad31e]{grid-column:1/span 2}.signup[data-v-40dad31e]{padding:.15em 0 1em}.signup h1[data-v-40dad31e]{margin-bottom:.25em}.signup p[data-v-40dad31e]{font-size:4vw}.signup .strapline[data-v-40dad31e]{font-size:6vw}.signup .field[data-v-40dad31e]{margin-bottom:.2em}.signup .field label[data-v-40dad31e]{font-size:5vw}.signup .field input[data-v-40dad31e]{padding:.4em .5em;font-size:6vw}.signup .button[data-v-40dad31e]{font-size:5vw}.signup .next[data-v-40dad31e]{padding:.75em}.signup .terms p[data-v-40dad31e]{font-size:3vw;margin-top:2em}.signup .terms p a[data-v-40dad31e]{color:#ccc}.signup .terms p a[data-v-40dad31e]:hover{color:#fff}@media screen and (min-width:420px){.signup[data-v-40dad31e]{padding:1em 0 3em}.signup h1[data-v-40dad31e]{margin-bottom:.75em}.signup p[data-v-40dad31e]{font-size:3vw}.signup .strapline[data-v-40dad31e]{font-size:6vw}.signup .field[data-v-40dad31e]{margin-bottom:.3em}.signup .field label[data-v-40dad31e]{font-size:4vw}.signup .field input[data-v-40dad31e]{padding:.4em .5em;font-size:5vw}.signup .button[data-v-40dad31e]{font-size:3.5vw}.signup .next[data-v-40dad31e]{padding:1em}.signup .terms p[data-v-40dad31e]{margin-top:2em}}@media screen and (min-width:575px){.signup[data-v-40dad31e]{padding:1.25em 0 3em}.signup h1[data-v-40dad31e]{margin-bottom:.75em}.signup p[data-v-40dad31e]{font-size:2.5vw}.signup .strapline[data-v-40dad31e]{font-size:4.5vw}.signup .field[data-v-40dad31e]{margin-bottom:.5em}.signup .field label[data-v-40dad31e]{font-size:90%}.signup .field input[data-v-40dad31e]{padding:.4em .5em;font-size:110%}.signup .button[data-v-40dad31e]{font-size:2.5vw}.signup .next[data-v-40dad31e]{padding:1em}.signup .terms p[data-v-40dad31e]{font-size:2vw;margin-top:2em}.signup .terms p a[data-v-40dad31e]{color:#ccc}.signup .terms p a[data-v-40dad31e]:hover{color:#fff}}@media screen and (min-width:769px){.signup .wrap[data-v-40dad31e]{width:75%;padding-bottom:1em}.signup .wrap .terms p[data-v-40dad31e]{font-size:1.75vw}}@media screen and (min-width:960px){.signup .wrap[data-v-40dad31e]{width:65%;padding:.75em 0 2em}.signup .wrap h1[data-v-40dad31e]{margin-bottom:1em}.signup .wrap p[data-v-40dad31e]{font-size:1.9vw}.signup .wrap .strapline[data-v-40dad31e]{font-size:4vw}.signup .wrap .next[data-v-40dad31e]{padding:.75em}.signup .wrap .terms p[data-v-40dad31e]{font-size:1.5vw}}@media screen and (min-width:1112px){.signup .wrap p[data-v-40dad31e]{font-size:1.75vw}}@media screen and (min-width:1280px){.signup .wrap[data-v-40dad31e]{width:55%}.signup .wrap .strapline[data-v-40dad31e]{font-size:3.5vw}.signup .wrap .button[data-v-40dad31e]{font-size:2vw}.signup .wrap .next[data-v-40dad31e]{padding:.5em}.signup .wrap .terms p[data-v-40dad31e]{font-size:1.25vw}}@media screen and (min-width:1440px){.signup .wrap[data-v-40dad31e]{padding:1.75em 0 3em}.signup .wrap h1[data-v-40dad31e]{margin-bottom:1.75em}.signup .wrap .strapline[data-v-40dad31e]{font-size:3vw}.signup .wrap .field[data-v-40dad31e]{margin-bottom:.75em}.signup .wrap .field label[data-v-40dad31e]{font-size:100%}.signup .wrap .field input[data-v-40dad31e]{padding:.5em}.signup .wrap .button[data-v-40dad31e]{font-size:1.75vw}.signup .wrap .next[data-v-40dad31e]{padding:.75em}.signup .wrap .terms p[data-v-40dad31e]{margin-top:2em}}@media screen and (min-width:1600px){.signup .wrap[data-v-40dad31e]{width:45%;padding:1.5em 0 3em}.signup .wrap h1[data-v-40dad31e]{margin-bottom:1.5em}.signup .wrap p[data-v-40dad31e]{font-size:1.25vw}.signup .wrap .strapline[data-v-40dad31e]{font-size:3vw}.signup .wrap .button[data-v-40dad31e]{font-size:1.5vw;margin-top:.5em}.signup .wrap .terms p[data-v-40dad31e]{font-size:1vw}}@media screen and (min-width:2280px){.signup .wrap .field[data-v-40dad31e]{margin-bottom:.75em}.signup .wrap .field label[data-v-40dad31e]{font-size:1vw}.signup .wrap .button[data-v-40dad31e],.signup .wrap .field input[data-v-40dad31e]{font-size:1.25vw}.signup .wrap .terms p[data-v-40dad31e]{font-size:1vw}}.field.checkbox[data-v-40dad31e]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-40dad31e]{background-color:#cb455d}.field.checkbox label[data-v-40dad31e]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-40dad31e]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-40dad31e]{margin:0;padding:0;height:25px;width:25px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:1px solid #ccc;border-radius:4px;outline:none;transition-duration:.3s;background-color:#dedede;cursor:pointer;vertical-align:middle}.field.checkbox label>input[data-v-40dad31e]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-40dad31e]:before{content:"✔";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-40dad31e]:active{border:2px solid #34495e}.lead-form[data-v-40dad31e]{margin:auto;width:60%}.copy[data-v-40dad31e]{width:60%;margin:0 auto 2rem}.copy[data-v-40dad31e] h2{margin-bottom:0}.field.invalid input[data-v-40dad31e]{border-left:10px solid #cb455d}a.next[data-v-40dad31e]{text-transform:uppercase;display:block;text-align:center;padding:4%;font-size:120%;transition:all .3s}.clearfix[data-v-40dad31e]{padding-top:10px}.signup-form-complete[data-v-40dad31e]{text-align:center}.add-item-dialogue[data-v-6e5ee388]{position:relative;width:100%;margin:0 auto;max-width:960px}.add-item-dialogue .add-item-dialogue--content .grid[data-v-6e5ee388]{display:flex;flex-wrap:wrap}.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-6e5ee388]{padding:0 .5rem;margin-bottom:1rem;flex:0 0 100%}.add-item-dialogue .add-item-dialogue--content .grid .item[data-v-6e5ee388]{cursor:pointer;background-color:hsla(0,0%,100%,.1);padding:10px;height:100%}.add-item-dialogue .add-item-dialogue--content .grid .item.selected[data-v-6e5ee388]{background-color:hsla(0,0%,100%,.3)}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb[data-v-6e5ee388]{width:100%;padding:5px;display:flex;align-items:center;justify-content:center;background-color:#dedede}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb img[data-v-6e5ee388]{display:inline-block;height:60px;opacity:.4}.add-item-dialogue .add-item-dialogue--content .grid .item .small[data-v-6e5ee388]{text-align:center;margin:5px 0;font-size:80%}.add-item-dialogue .add-item-dialogue--content .text[data-v-6e5ee388]{margin:auto}.add-item-dialogue .add-item-dialogue--content .actions[data-v-6e5ee388]{margin:0;text-align:center}.add-item-dialogue .add-item-dialogue--content .actions a.button[data-v-6e5ee388]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;padding:4px 12px 4px 8px;display:inline-block}.add-item-dialogue .add-item-dialogue--content .actions a.button ion-icon[data-v-6e5ee388]{color:#fff;font-size:25px;vertical-align:middle}.add-item-dialogue .add-item-dialogue--content .actions a.button+.action-button[data-v-6e5ee388]{margin-top:1rem}.add-item-dialogue .add-item-dialogue--content .actions a.button span[data-v-6e5ee388]{vertical-align:-1px}@media screen and (min-width:960px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-6e5ee388]{flex:0 0 50%}}@media screen and (min-width:1200px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-6e5ee388]{flex:0 0 33%}}.add-item-dialogue .close-button[data-v-6e5ee388]{position:absolute;top:2rem;right:2rem;font-size:30px}footer[data-v-b22d0810]{font-family:Roboto!important;padding:1.5rem 0;text-align:center}footer span[data-v-b22d0810]{vertical-align:middle;color:#929291!important}footer span.emblem[data-v-b22d0810]{display:inline-block}footer span.emblem img[data-v-b22d0810]{width:20px}footer a[data-v-b22d0810]:link,footer a[data-v-b22d0810]:visited{display:inline-block;vertical-align:middle;height:30px;color:#7d7d7b!important;font-weight:700;text-decoration:none}@media(min-width:768px){footer[data-v-b22d0810]{padding:2.5rem 0}}.dropdown[data-v-12d88e34]{display:inline-block;position:relative}.dropdown.empty[data-v-12d88e34]{pointer-events:none;opacity:.3}.dd-button[data-v-12d88e34]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-12d88e34]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-12d88e34]:hover{background-color:#eee}.dd-input[data-v-12d88e34]{display:none!important}.dd-menu[data-v-12d88e34]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-12d88e34]{display:none}.dd-input:checked+.dd-menu[data-v-12d88e34]{display:block}.dd-menu li[data-v-12d88e34]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-12d88e34]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-12d88e34]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-12d88e34]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-12d88e34]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-12d88e34]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-12d88e34]{font-weight:700}.simple-form p.help-text[data-v-12d88e34]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-12d88e34]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-12d88e34]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-12d88e34]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-12d88e34]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-12d88e34]::-moz-placeholder{color:#dadada}.simple-form input[data-v-12d88e34]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-12d88e34]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-12d88e34]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-12d88e34]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-12d88e34]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-12d88e34]{position:absolute;right:0;top:0}.simple-form textarea[data-v-12d88e34]{width:100%;max-width:none}.simple-form .next a[data-v-12d88e34]{display:block}.simple-form .next a+a[data-v-12d88e34]{margin-top:1rem}.simple-form .button[data-v-12d88e34]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-12d88e34]:hover{background-color:#4dbcba}.simple-form .button i[data-v-12d88e34]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-12d88e34]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-12d88e34]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-12d88e34]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-12d88e34]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-12d88e34]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-12d88e34]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-12d88e34],.simple-form .fade-without-move-leave-active[data-v-12d88e34]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-12d88e34],.simple-form .fade-without-move-leave-to[data-v-12d88e34]{opacity:0}.simple-form .fade-enter-active[data-v-12d88e34],.simple-form .fade-leave-active[data-v-12d88e34]{transition:all .5s}.simple-form .fade-enter[data-v-12d88e34],.simple-form .fade-leave-to[data-v-12d88e34]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-12d88e34],.simple-form .short-fade-leave-active[data-v-12d88e34]{transition:all .3s}.simple-form .short-fade-enter[data-v-12d88e34],.simple-form .short-fade-leave-to[data-v-12d88e34]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-12d88e34]{position:relative}.simple-form .field+.field[data-v-12d88e34]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-12d88e34]{width:100%;height:auto}.simple-form .field .field-file p[data-v-12d88e34]{margin:0}.simple-form .field .field-file.has-value[data-v-12d88e34]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-12d88e34]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-12d88e34]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-12d88e34]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-12d88e34]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-12d88e34]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-12d88e34]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-12d88e34]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-12d88e34]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-12d88e34]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-12d88e34]{min-height:250px}}.report-item[data-v-12d88e34] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-12d88e34] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-12d88e34] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-12d88e34] .text{width:80%;padding:3rem 0}.report-item[data-v-12d88e34] .text h1{font-size:200%}}.debug-mode-active[data-v-12d88e34]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-12d88e34]{display:inline}.fade-enter-active[data-v-12d88e34],.fade-leave-active[data-v-12d88e34]{transition:opacity .5s}.fade-enter[data-v-12d88e34],.fade-leave-to[data-v-12d88e34]{opacity:0}body [data-v-12d88e34],html [data-v-12d88e34]{box-sizing:border-box}body[data-v-12d88e34]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-12d88e34]:after{content:"";display:table;clear:both}.button[data-v-12d88e34]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-12d88e34]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-12d88e34]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-12d88e34]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-12d88e34]{margin-bottom:.75em}.field[data-v-12d88e34]:after{content:"";display:table;clear:both}.field label[data-v-12d88e34]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-12d88e34]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-12d88e34]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-12d88e34]{transition:background-color .5s ease-in;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:center;color:#fff;font-size:1.3vw;font-weight:500;padding:4vw 3.5vw;font-size:4vw}ul.question-set li+li[data-v-12d88e34]{margin-top:.75em}ul.question-set li span.label[data-v-12d88e34]{flex:1 1 80%}ul.question-set li span.icon[data-v-12d88e34]{display:flex;align-items:center;justify-content:flex-end;line-height:1;flex:1 1 10%}ul.question-set li span.icon .icon[data-v-12d88e34]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-12d88e34]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-12d88e34]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-12d88e34]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-12d88e34]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-12d88e34]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-12d88e34]{grid-column:1/span 2}.result .comp-type[data-v-12d88e34]{display:none;position:absolute;top:10px;left:10px;background-color:#ccc;float:left;padding:2px 4px;color:#fff}.result .result-intro[data-v-12d88e34]{text-align:center;padding:3% 10%}.result .result-intro h2[data-v-12d88e34]{margin:0;font-size:250%}.result .result-component[data-v-12d88e34]{position:relative;text-align:center;padding:3% 0}.result .result-resultpollaverage .result-wrapper[data-v-12d88e34]{display:block}.result .result-heading[data-v-12d88e34]{font-size:150%;text-align:center}.result .result-heading h2[data-v-12d88e34]{margin:.5em 0}.result .result-message[data-v-12d88e34]{font-size:120%;text-align:center}.result .result-resultscoreindicator[data-v-12d88e34]{margin:auto}.result .result-resultscoreindicator .result-circle[data-v-12d88e34]{max-width:300px;margin:auto}.result .result-signup[data-v-12d88e34]{padding:5%}.result .result-signup .signup-form-wrap[data-v-12d88e34]{width:100%;max-width:700px;margin:0 auto}.report-item--result[data-v-12d88e34]{min-height:200px;background-size:cover}.report-item--result .logo[data-v-12d88e34]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--result .text[data-v-12d88e34]{width:100%;padding:0 0 2rem;min-height:200px}.report-item--result .text[data-v-12d88e34] h1{font-size:250%}[data-v-12d88e34] .add-item-dialogue{z-index:4;position:fixed;top:60px;left:0;right:0;margin:auto}[data-v-12d88e34] .add-item-dialogue .text{width:100%;padding:0}@media screen and (min-width:768px){.report-item--heading[data-v-12d88e34]{min-height:300px}.report-item--heading .text[data-v-12d88e34]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-12d88e34],.report-item--heading[data-v-12d88e34]{min-height:400px}}@media screen and (min-width:667px)and (orientation:landscape){.industry-insight-result .container{justify-content:center}.industry-insight-result .ii-header-row .block.header-block .block-content-wrapper{min-height:0;padding:0}.industry-insight-result .ii-header-row .block.header-block .block-content-wrapper .text{padding:0}.industry-insight-result .ii-header-row>.layout-row{padding:2em 0}.industry-insight-result .ii-header-row>.layout-row .layout-column{min-height:0}.industry-insight-result .ii-header-row>.layout-row h1{margin:0}.industry-insight-result .ii-intro-row .layout-row{padding:1rem 0 0}.industry-insight-result .ii-intro-row .layout-row .layout-column{min-height:0}.industry-insight-result .ii-agreement-row .layout-row{padding:0;margin:-1rem auto 1rem}.industry-insight-result .ii-agreement-row .layout-row svg{margin:0}}@media(min-width:768px){#report-view .flex>.content{padding:1rem}}@media(min-width:1024px){#report-view .flex>.content{padding:2rem 1rem}}.report[data-v-450713d2]{box-shadow:0 0 10px 5px rgba(0,0,0,.07);width:100%;margin:auto;max-width:1200px}.report .report-item[data-v-450713d2]{width:100%}.report-item-enter-active[data-v-450713d2],.report-item-leave-active[data-v-450713d2]{transition:all .5s;background-color:#eef9f9}.report-item-enter[data-v-450713d2],.report-item-leave-to[data-v-450713d2]{opacity:0;transform:translateY(100px)}.modal-bg[data-v-450713d2]{z-index:2;position:fixed;width:100%;height:100%;margin:auto;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center}[data-v-450713d2] .lead-form{background-color:transparent;height:auto;max-height:none}[data-v-450713d2] .lead-form form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not([type=range]),[data-v-450713d2] .lead-form form select{max-width:none}.preview-url[data-v-d9f35d36]{text-align:center;background-color:#4dbcba;padding:5px}.preview-url a[data-v-d9f35d36]{color:#fff}iframe[data-v-d9f35d36]{opacity:0;transition:all .5s}.ready[data-v-d9f35d36]{opacity:1}table.collection td.image[data-v-3ff96b50]{text-align:center;width:140px;padding:5px 20px}table.collection td.image img[data-v-3ff96b50]{width:100px}table.collection td.filename p[data-v-3ff96b50]{width:100%;margin:0 0 5px;display:flex;justify-content:space-between}table.collection td.filename p a[data-v-3ff96b50]{color:red;font-size:16px}table.collection td.filename input[data-v-3ff96b50]{width:100%;padding:5px;border:1px solid #dedede}table.collection td.uploaded-at[data-v-3ff96b50]{padding-left:20px;width:180px}table.collection td.media-actions[data-v-3ff96b50]{width:50px}table.collection td.media-actions a[data-v-3ff96b50]{font-size:16px}.sub-editor[data-v-50045525] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-50045525] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-50045525] .field-errors ul li{margin-top:3px}.sub-editor[data-v-50045525] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-50045525] h2.editorTitle{color:#fff}.sub-editor[data-v-50045525] h1,.sub-editor[data-v-50045525] h2.editorTitle,.sub-editor div[data-v-50045525],.sub-editor h2[data-v-50045525],.sub-editor h3[data-v-50045525],.sub-editor h4[data-v-50045525],.sub-editor label[data-v-50045525],.sub-editor p[data-v-50045525]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-50045525] h1,.sub-editor h2[data-v-50045525],.sub-editor h3[data-v-50045525],.sub-editor h4[data-v-50045525]{color:#fff}.sub-editor[data-v-50045525] p,.sub-editor div[data-v-50045525],.sub-editor label[data-v-50045525]{color:#a5a5a5}.sub-editor[data-v-50045525] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-50045525] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-50045525] .field-component label{color:#a5a5a5}.sub-editor[data-v-50045525] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-50045525] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-50045525] .field-component select{min-width:100%!important}.sub-editor[data-v-50045525] .field-component .field-radio span{display:inline}.sub-editor[data-v-50045525] .field-component .field-radio input{width:auto}.sub-editor[data-v-50045525] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-50045525] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-50045525] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-50045525]{margin-top:1rem}.sub-editor[data-v-50045525] .lead-form{padding:0}.sub-editor[data-v-50045525] .lead-form div,.sub-editor[data-v-50045525] .lead-form h1,.sub-editor[data-v-50045525] .lead-form h2,.sub-editor[data-v-50045525] .lead-form h3,.sub-editor[data-v-50045525] .lead-form h4,.sub-editor[data-v-50045525] .lead-form label,.sub-editor[data-v-50045525] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-50045525]{margin-top:1rem}.sub-editor[data-v-f2e58d08] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-f2e58d08] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-f2e58d08] .field-errors ul li{margin-top:3px}.sub-editor[data-v-f2e58d08] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-f2e58d08] h2.editorTitle{color:#fff}.sub-editor[data-v-f2e58d08] h1,.sub-editor[data-v-f2e58d08] h2.editorTitle,.sub-editor div[data-v-f2e58d08],.sub-editor h2[data-v-f2e58d08],.sub-editor h3[data-v-f2e58d08],.sub-editor h4[data-v-f2e58d08],.sub-editor label[data-v-f2e58d08],.sub-editor p[data-v-f2e58d08]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-f2e58d08] h1,.sub-editor h2[data-v-f2e58d08],.sub-editor h3[data-v-f2e58d08],.sub-editor h4[data-v-f2e58d08]{color:#fff}.sub-editor[data-v-f2e58d08] p,.sub-editor div[data-v-f2e58d08],.sub-editor label[data-v-f2e58d08]{color:#a5a5a5}.sub-editor[data-v-f2e58d08] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-f2e58d08] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-f2e58d08] .field-component label{color:#a5a5a5}.sub-editor[data-v-f2e58d08] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-f2e58d08] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-f2e58d08] .field-component select{min-width:100%!important}.sub-editor[data-v-f2e58d08] .field-component .field-radio span{display:inline}.sub-editor[data-v-f2e58d08] .field-component .field-radio input{width:auto}.sub-editor[data-v-f2e58d08] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-f2e58d08] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-f2e58d08] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-f2e58d08]{margin-top:1rem}.sub-editor[data-v-f2e58d08] .lead-form{padding:0}.sub-editor[data-v-f2e58d08] .lead-form div,.sub-editor[data-v-f2e58d08] .lead-form h1,.sub-editor[data-v-f2e58d08] .lead-form h2,.sub-editor[data-v-f2e58d08] .lead-form h3,.sub-editor[data-v-f2e58d08] .lead-form h4,.sub-editor[data-v-f2e58d08] .lead-form label,.sub-editor[data-v-f2e58d08] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-f2e58d08]{margin-top:1rem}.sub-editor[data-v-9eb1f630] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-9eb1f630] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-9eb1f630] .field-errors ul li{margin-top:3px}.sub-editor[data-v-9eb1f630] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-9eb1f630] h2.editorTitle{color:#fff}.sub-editor[data-v-9eb1f630] h1,.sub-editor[data-v-9eb1f630] h2.editorTitle,.sub-editor div[data-v-9eb1f630],.sub-editor h2[data-v-9eb1f630],.sub-editor h3[data-v-9eb1f630],.sub-editor h4[data-v-9eb1f630],.sub-editor label[data-v-9eb1f630],.sub-editor p[data-v-9eb1f630]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-9eb1f630] h1,.sub-editor h2[data-v-9eb1f630],.sub-editor h3[data-v-9eb1f630],.sub-editor h4[data-v-9eb1f630]{color:#fff}.sub-editor[data-v-9eb1f630] p,.sub-editor div[data-v-9eb1f630],.sub-editor label[data-v-9eb1f630]{color:#a5a5a5}.sub-editor[data-v-9eb1f630] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-9eb1f630] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-9eb1f630] .field-component label{color:#a5a5a5}.sub-editor[data-v-9eb1f630] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-9eb1f630] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-9eb1f630] .field-component select{min-width:100%!important}.sub-editor[data-v-9eb1f630] .field-component .field-radio span{display:inline}.sub-editor[data-v-9eb1f630] .field-component .field-radio input{width:auto}.sub-editor[data-v-9eb1f630] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-9eb1f630] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-9eb1f630] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-9eb1f630]{margin-top:1rem}.sub-editor[data-v-9eb1f630] .lead-form{padding:0}.sub-editor[data-v-9eb1f630] .lead-form div,.sub-editor[data-v-9eb1f630] .lead-form h1,.sub-editor[data-v-9eb1f630] .lead-form h2,.sub-editor[data-v-9eb1f630] .lead-form h3,.sub-editor[data-v-9eb1f630] .lead-form h4,.sub-editor[data-v-9eb1f630] .lead-form label,.sub-editor[data-v-9eb1f630] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-9eb1f630]{margin-top:1rem}.sub-editor[data-v-fa59de66] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-fa59de66] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-fa59de66] .field-errors ul li{margin-top:3px}.sub-editor[data-v-fa59de66] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-fa59de66] h2.editorTitle{color:#fff}.sub-editor[data-v-fa59de66] h1,.sub-editor[data-v-fa59de66] h2.editorTitle,.sub-editor div[data-v-fa59de66],.sub-editor h2[data-v-fa59de66],.sub-editor h3[data-v-fa59de66],.sub-editor h4[data-v-fa59de66],.sub-editor label[data-v-fa59de66],.sub-editor p[data-v-fa59de66]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-fa59de66] h1,.sub-editor h2[data-v-fa59de66],.sub-editor h3[data-v-fa59de66],.sub-editor h4[data-v-fa59de66]{color:#fff}.sub-editor[data-v-fa59de66] p,.sub-editor div[data-v-fa59de66],.sub-editor label[data-v-fa59de66]{color:#a5a5a5}.sub-editor[data-v-fa59de66] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-fa59de66] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-fa59de66] .field-component label{color:#a5a5a5}.sub-editor[data-v-fa59de66] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-fa59de66] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-fa59de66] .field-component select{min-width:100%!important}.sub-editor[data-v-fa59de66] .field-component .field-radio span{display:inline}.sub-editor[data-v-fa59de66] .field-component .field-radio input{width:auto}.sub-editor[data-v-fa59de66] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-fa59de66] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-fa59de66] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-fa59de66]{margin-top:1rem}.sub-editor[data-v-fa59de66] .lead-form{padding:0}.sub-editor[data-v-fa59de66] .lead-form div,.sub-editor[data-v-fa59de66] .lead-form h1,.sub-editor[data-v-fa59de66] .lead-form h2,.sub-editor[data-v-fa59de66] .lead-form h3,.sub-editor[data-v-fa59de66] .lead-form h4,.sub-editor[data-v-fa59de66] .lead-form label,.sub-editor[data-v-fa59de66] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-fa59de66]{margin-top:1rem}.sub-editor[data-v-7d3237e6] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-7d3237e6] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-7d3237e6] .field-errors ul li{margin-top:3px}.sub-editor[data-v-7d3237e6] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-7d3237e6] h2.editorTitle{color:#fff}.sub-editor[data-v-7d3237e6] h1,.sub-editor[data-v-7d3237e6] h2.editorTitle,.sub-editor div[data-v-7d3237e6],.sub-editor h2[data-v-7d3237e6],.sub-editor h3[data-v-7d3237e6],.sub-editor h4[data-v-7d3237e6],.sub-editor label[data-v-7d3237e6],.sub-editor p[data-v-7d3237e6]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-7d3237e6] h1,.sub-editor h2[data-v-7d3237e6],.sub-editor h3[data-v-7d3237e6],.sub-editor h4[data-v-7d3237e6]{color:#fff}.sub-editor[data-v-7d3237e6] p,.sub-editor div[data-v-7d3237e6],.sub-editor label[data-v-7d3237e6]{color:#a5a5a5}.sub-editor[data-v-7d3237e6] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-7d3237e6] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-7d3237e6] .field-component label{color:#a5a5a5}.sub-editor[data-v-7d3237e6] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-7d3237e6] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-7d3237e6] .field-component select{min-width:100%!important}.sub-editor[data-v-7d3237e6] .field-component .field-radio span{display:inline}.sub-editor[data-v-7d3237e6] .field-component .field-radio input{width:auto}.sub-editor[data-v-7d3237e6] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-7d3237e6] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-7d3237e6] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-7d3237e6]{margin-top:1rem}.sub-editor[data-v-7d3237e6] .lead-form{padding:0}.sub-editor[data-v-7d3237e6] .lead-form div,.sub-editor[data-v-7d3237e6] .lead-form h1,.sub-editor[data-v-7d3237e6] .lead-form h2,.sub-editor[data-v-7d3237e6] .lead-form h3,.sub-editor[data-v-7d3237e6] .lead-form h4,.sub-editor[data-v-7d3237e6] .lead-form label,.sub-editor[data-v-7d3237e6] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-7d3237e6]{margin-top:1rem}.add-item-dialogue[data-v-dc06983a]{position:relative;width:100%;margin:0 auto;max-width:960px}.add-item-dialogue .add-item-dialogue--content .grid[data-v-dc06983a]{display:flex;flex-wrap:wrap}.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-dc06983a]{padding:0 .5rem;margin-bottom:1rem;flex:0 0 100%}.add-item-dialogue .add-item-dialogue--content .grid .item[data-v-dc06983a]{cursor:pointer;background-color:hsla(0,0%,100%,.1);padding:10px;height:100%}.add-item-dialogue .add-item-dialogue--content .grid .item.selected[data-v-dc06983a]{background-color:hsla(0,0%,100%,.3)}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb[data-v-dc06983a]{width:100%;padding:5px;display:flex;align-items:center;justify-content:center;background-color:#dedede}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb img[data-v-dc06983a]{display:inline-block;height:60px;opacity:.4}.add-item-dialogue .add-item-dialogue--content .grid .item .small[data-v-dc06983a]{text-align:center;margin:5px 0;font-size:80%}.add-item-dialogue .add-item-dialogue--content .text[data-v-dc06983a]{margin:auto}.add-item-dialogue .add-item-dialogue--content .actions[data-v-dc06983a]{margin:0;text-align:center}.add-item-dialogue .add-item-dialogue--content .actions a.button[data-v-dc06983a]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;padding:4px 12px 4px 8px;display:inline-block}.add-item-dialogue .add-item-dialogue--content .actions a.button ion-icon[data-v-dc06983a]{color:#fff;font-size:25px;vertical-align:middle}.add-item-dialogue .add-item-dialogue--content .actions a.button+.action-button[data-v-dc06983a]{margin-top:1rem}.add-item-dialogue .add-item-dialogue--content .actions a.button span[data-v-dc06983a]{vertical-align:-1px}@media screen and (min-width:960px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-dc06983a]{flex:0 0 50%}}@media screen and (min-width:1200px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-dc06983a]{flex:0 0 33%}}.add-item-dialogue .close-button[data-v-dc06983a]{position:absolute;top:2rem;right:2rem;font-size:30px}.sub-editor[data-v-6ae23ca2] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-6ae23ca2] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-6ae23ca2] .field-errors ul li{margin-top:3px}.sub-editor[data-v-6ae23ca2] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-6ae23ca2] h2.editorTitle{color:#fff}.sub-editor[data-v-6ae23ca2] h1,.sub-editor[data-v-6ae23ca2] h2.editorTitle,.sub-editor div[data-v-6ae23ca2],.sub-editor h2[data-v-6ae23ca2],.sub-editor h3[data-v-6ae23ca2],.sub-editor h4[data-v-6ae23ca2],.sub-editor label[data-v-6ae23ca2],.sub-editor p[data-v-6ae23ca2]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-6ae23ca2] h1,.sub-editor h2[data-v-6ae23ca2],.sub-editor h3[data-v-6ae23ca2],.sub-editor h4[data-v-6ae23ca2]{color:#fff}.sub-editor[data-v-6ae23ca2] p,.sub-editor div[data-v-6ae23ca2],.sub-editor label[data-v-6ae23ca2]{color:#a5a5a5}.sub-editor[data-v-6ae23ca2] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-6ae23ca2] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-6ae23ca2] .field-component label{color:#a5a5a5}.sub-editor[data-v-6ae23ca2] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-6ae23ca2] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-6ae23ca2] .field-component select{min-width:100%!important}.sub-editor[data-v-6ae23ca2] .field-component .field-radio span{display:inline}.sub-editor[data-v-6ae23ca2] .field-component .field-radio input{width:auto}.sub-editor[data-v-6ae23ca2] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-6ae23ca2] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-6ae23ca2] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-6ae23ca2]{margin-top:1rem}.sub-editor[data-v-6ae23ca2] .lead-form{padding:0}.sub-editor[data-v-6ae23ca2] .lead-form div,.sub-editor[data-v-6ae23ca2] .lead-form h1,.sub-editor[data-v-6ae23ca2] .lead-form h2,.sub-editor[data-v-6ae23ca2] .lead-form h3,.sub-editor[data-v-6ae23ca2] .lead-form h4,.sub-editor[data-v-6ae23ca2] .lead-form label,.sub-editor[data-v-6ae23ca2] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-6ae23ca2]{margin-top:1rem}.images .grid .field-component[data-v-6ae23ca2]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-1b709108] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-1b709108] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-1b709108] .field-errors ul li{margin-top:3px}.sub-editor[data-v-1b709108] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-1b709108] h2.editorTitle{color:#fff}.sub-editor[data-v-1b709108] h1,.sub-editor[data-v-1b709108] h2.editorTitle,.sub-editor div[data-v-1b709108],.sub-editor h2[data-v-1b709108],.sub-editor h3[data-v-1b709108],.sub-editor h4[data-v-1b709108],.sub-editor label[data-v-1b709108],.sub-editor p[data-v-1b709108]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-1b709108] h1,.sub-editor h2[data-v-1b709108],.sub-editor h3[data-v-1b709108],.sub-editor h4[data-v-1b709108]{color:#fff}.sub-editor[data-v-1b709108] p,.sub-editor div[data-v-1b709108],.sub-editor label[data-v-1b709108]{color:#a5a5a5}.sub-editor[data-v-1b709108] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-1b709108] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-1b709108] .field-component label{color:#a5a5a5}.sub-editor[data-v-1b709108] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-1b709108] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-1b709108] .field-component select{min-width:100%!important}.sub-editor[data-v-1b709108] .field-component .field-radio span{display:inline}.sub-editor[data-v-1b709108] .field-component .field-radio input{width:auto}.sub-editor[data-v-1b709108] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-1b709108] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-1b709108] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-1b709108]{margin-top:1rem}.sub-editor[data-v-1b709108] .lead-form{padding:0}.sub-editor[data-v-1b709108] .lead-form div,.sub-editor[data-v-1b709108] .lead-form h1,.sub-editor[data-v-1b709108] .lead-form h2,.sub-editor[data-v-1b709108] .lead-form h3,.sub-editor[data-v-1b709108] .lead-form h4,.sub-editor[data-v-1b709108] .lead-form label,.sub-editor[data-v-1b709108] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-1b709108]{margin-top:1rem}input[readonly][data-v-1b709108]{background-color:#000;color:#dedede}.field-component .copyable[data-v-1b709108]{display:flex;align-items:center}.field-component .copyable input[data-v-1b709108]{flex:0 0 90%}.field-component .copyable span.copy[data-v-1b709108]{display:inline-block;text-align:center;flex:0 0 10%}.field-component .copyable span.copy ion-icon[data-v-1b709108]:hover{color:#fff;cursor:pointer}.sub-editor[data-v-67253532] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-67253532] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-67253532] .field-errors ul li{margin-top:3px}.sub-editor[data-v-67253532] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-67253532] h2.editorTitle{color:#fff}.sub-editor[data-v-67253532] h1,.sub-editor[data-v-67253532] h2.editorTitle,.sub-editor div[data-v-67253532],.sub-editor h2[data-v-67253532],.sub-editor h3[data-v-67253532],.sub-editor h4[data-v-67253532],.sub-editor label[data-v-67253532],.sub-editor p[data-v-67253532]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-67253532] h1,.sub-editor h2[data-v-67253532],.sub-editor h3[data-v-67253532],.sub-editor h4[data-v-67253532]{color:#fff}.sub-editor[data-v-67253532] p,.sub-editor div[data-v-67253532],.sub-editor label[data-v-67253532]{color:#a5a5a5}.sub-editor[data-v-67253532] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-67253532] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-67253532] .field-component label{color:#a5a5a5}.sub-editor[data-v-67253532] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-67253532] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-67253532] .field-component select{min-width:100%!important}.sub-editor[data-v-67253532] .field-component .field-radio span{display:inline}.sub-editor[data-v-67253532] .field-component .field-radio input{width:auto}.sub-editor[data-v-67253532] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-67253532] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-67253532] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-67253532]{margin-top:1rem}.sub-editor[data-v-67253532] .lead-form{padding:0}.sub-editor[data-v-67253532] .lead-form div,.sub-editor[data-v-67253532] .lead-form h1,.sub-editor[data-v-67253532] .lead-form h2,.sub-editor[data-v-67253532] .lead-form h3,.sub-editor[data-v-67253532] .lead-form h4,.sub-editor[data-v-67253532] .lead-form label,.sub-editor[data-v-67253532] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-67253532]{margin-top:1rem}table[data-v-3b0cf26c]{table-layout:fixed}table tr td[data-v-3b0cf26c]{background-color:transparent;border-bottom:1px solid #888;color:#fff}table th.checkbox[data-v-3b0cf26c]{width:20px}label[data-v-30f40a89]{color:#fff}.button[data-v-30f40a89]{text-decoration:none;text-align:center}.button[disabled][data-v-30f40a89]{text-align:center}.new-condition a[data-v-30f40a89]{margin-bottom:.4rem}select[name=operator][data-v-30f40a89]{width:100px;min-width:0;text-align:center}.field+.field[data-v-30f40a89]{margin-top:1em!important}.radio-group input+input[data-v-30f40a89]{margin-left:1em}.table[data-v-23ed636b]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-23ed636b]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-23ed636b],.table th[data-v-23ed636b]{padding:8px}.table tbody tr td[data-v-23ed636b]{background-color:#fff}.table tbody tr[data-v-23ed636b]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-23ed636b]{background-color:#f3f3f3}.table tbody tr[data-v-23ed636b]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-23ed636b]{font-weight:700;color:#009879}table.table thead th[data-v-23ed636b]:last-child{width:50px}table.table td[data-v-23ed636b],table.table th[data-v-23ed636b]{padding-left:12px}table.table td.add-conditions>div[data-v-23ed636b]{display:flex;align-items:center}table.table td.add-conditions>div p.add[data-v-23ed636b]{flex:1 0 10%}table.table td.add-conditions>div select[data-v-23ed636b]{background-color:transparent;flex:0 1 90%;min-width:0;margin-right:10px;padding:0 0 .2rem;background-position:97% 0;font-size:14px}table.table td.add-conditions>div .add-button[data-v-23ed636b]{flex:0 0 10%;text-decoration:none;font-size:20px;min-width:0;color:#000}table.table td.add-conditions>div .add-button[disabled][data-v-23ed636b]{background-color:transparent;opacity:.4}.sub-editor[data-v-41625b1b] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-41625b1b] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-41625b1b] .field-errors ul li{margin-top:3px}.sub-editor[data-v-41625b1b] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-41625b1b] h2.editorTitle{color:#fff}.sub-editor[data-v-41625b1b] h1,.sub-editor[data-v-41625b1b] h2.editorTitle,.sub-editor div[data-v-41625b1b],.sub-editor h2[data-v-41625b1b],.sub-editor h3[data-v-41625b1b],.sub-editor h4[data-v-41625b1b],.sub-editor label[data-v-41625b1b],.sub-editor p[data-v-41625b1b]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-41625b1b] h1,.sub-editor h2[data-v-41625b1b],.sub-editor h3[data-v-41625b1b],.sub-editor h4[data-v-41625b1b]{color:#fff}.sub-editor[data-v-41625b1b] p,.sub-editor div[data-v-41625b1b],.sub-editor label[data-v-41625b1b]{color:#a5a5a5}.sub-editor[data-v-41625b1b] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-41625b1b] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-41625b1b] .field-component label{color:#a5a5a5}.sub-editor[data-v-41625b1b] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-41625b1b] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-41625b1b] .field-component select{min-width:100%!important}.sub-editor[data-v-41625b1b] .field-component .field-radio span{display:inline}.sub-editor[data-v-41625b1b] .field-component .field-radio input{width:auto}.sub-editor[data-v-41625b1b] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-41625b1b] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-41625b1b] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-41625b1b]{margin-top:1rem}.sub-editor[data-v-41625b1b] .lead-form{padding:0}.sub-editor[data-v-41625b1b] .lead-form div,.sub-editor[data-v-41625b1b] .lead-form h1,.sub-editor[data-v-41625b1b] .lead-form h2,.sub-editor[data-v-41625b1b] .lead-form h3,.sub-editor[data-v-41625b1b] .lead-form h4,.sub-editor[data-v-41625b1b] .lead-form label,.sub-editor[data-v-41625b1b] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-41625b1b]{margin-top:1rem}.condition-builder[data-v-41625b1b]{background-color:hsla(0,0%,100%,.2);padding:10px}.addButtons[data-v-41625b1b]{display:flex;justify-content:center;align-items:center}.addButtons select[data-v-41625b1b]{flex:1 1 90%;margin-right:10px}.addButtons .add-button[data-v-41625b1b]{flex:0 0 10%;text-decoration:none;font-size:30px;min-width:0;color:#fff}.field.default-display-options[data-v-41625b1b]{margin:.3em 0}.field.default-display-options+.field[data-v-41625b1b]{margin-top:.3em}.table[data-v-1bfdaede]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-1bfdaede]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-1bfdaede],.table th[data-v-1bfdaede]{padding:8px}.table tbody tr td[data-v-1bfdaede]{background-color:#fff}.table tbody tr[data-v-1bfdaede]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-1bfdaede]{background-color:#f3f3f3}.table tbody tr[data-v-1bfdaede]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-1bfdaede]{font-weight:700;color:#009879}.table thead tr th.handle[data-v-1bfdaede]{width:10px}.table thead tr th.colour[data-v-1bfdaede]{width:25px}.table thead tr th.label[data-v-1bfdaede]{width:30%}.table thead tr th.is-var[data-v-1bfdaede]{width:10px}.table thead tr th.count[data-v-1bfdaede]{width:30%}.table thead tr th.actions[data-v-1bfdaede]{width:20px}.sub-editor[data-v-8177475a] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-8177475a] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-8177475a] .field-errors ul li{margin-top:3px}.sub-editor[data-v-8177475a] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-8177475a] h2.editorTitle{color:#fff}.sub-editor[data-v-8177475a] h1,.sub-editor[data-v-8177475a] h2.editorTitle,.sub-editor div[data-v-8177475a],.sub-editor h2[data-v-8177475a],.sub-editor h3[data-v-8177475a],.sub-editor h4[data-v-8177475a],.sub-editor label[data-v-8177475a],.sub-editor p[data-v-8177475a]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-8177475a] h1,.sub-editor h2[data-v-8177475a],.sub-editor h3[data-v-8177475a],.sub-editor h4[data-v-8177475a]{color:#fff}.sub-editor[data-v-8177475a] p,.sub-editor div[data-v-8177475a],.sub-editor label[data-v-8177475a]{color:#a5a5a5}.sub-editor[data-v-8177475a] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-8177475a] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-8177475a] .field-component label{color:#a5a5a5}.sub-editor[data-v-8177475a] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-8177475a] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-8177475a] .field-component select{min-width:100%!important}.sub-editor[data-v-8177475a] .field-component .field-radio span{display:inline}.sub-editor[data-v-8177475a] .field-component .field-radio input{width:auto}.sub-editor[data-v-8177475a] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-8177475a] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-8177475a] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-8177475a]{margin-top:1rem}.sub-editor[data-v-8177475a] .lead-form{padding:0}.sub-editor[data-v-8177475a] .lead-form div,.sub-editor[data-v-8177475a] .lead-form h1,.sub-editor[data-v-8177475a] .lead-form h2,.sub-editor[data-v-8177475a] .lead-form h3,.sub-editor[data-v-8177475a] .lead-form h4,.sub-editor[data-v-8177475a] .lead-form label,.sub-editor[data-v-8177475a] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.table[data-v-8177475a]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-8177475a]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-8177475a],.table th[data-v-8177475a]{padding:8px}.table tbody tr td[data-v-8177475a]{background-color:#fff}.table tbody tr[data-v-8177475a]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-8177475a]{background-color:#f3f3f3}.table tbody tr[data-v-8177475a]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-8177475a]{font-weight:700;color:#009879}.sub-edit-panel.fonts .grid[data-v-8177475a]{margin-top:1rem}.table thead tr th[data-v-8177475a]:first-child{width:75%}.sub-editor[data-v-46f8b1ac] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-46f8b1ac] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-46f8b1ac] .field-errors ul li{margin-top:3px}.sub-editor[data-v-46f8b1ac] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-46f8b1ac] h2.editorTitle{color:#fff}.sub-editor[data-v-46f8b1ac] h1,.sub-editor[data-v-46f8b1ac] h2.editorTitle,.sub-editor div[data-v-46f8b1ac],.sub-editor h2[data-v-46f8b1ac],.sub-editor h3[data-v-46f8b1ac],.sub-editor h4[data-v-46f8b1ac],.sub-editor label[data-v-46f8b1ac],.sub-editor p[data-v-46f8b1ac]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-46f8b1ac] h1,.sub-editor h2[data-v-46f8b1ac],.sub-editor h3[data-v-46f8b1ac],.sub-editor h4[data-v-46f8b1ac]{color:#fff}.sub-editor[data-v-46f8b1ac] p,.sub-editor div[data-v-46f8b1ac],.sub-editor label[data-v-46f8b1ac]{color:#a5a5a5}.sub-editor[data-v-46f8b1ac] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-46f8b1ac] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-46f8b1ac] .field-component label{color:#a5a5a5}.sub-editor[data-v-46f8b1ac] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-46f8b1ac] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-46f8b1ac] .field-component select{min-width:100%!important}.sub-editor[data-v-46f8b1ac] .field-component .field-radio span{display:inline}.sub-editor[data-v-46f8b1ac] .field-component .field-radio input{width:auto}.sub-editor[data-v-46f8b1ac] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-46f8b1ac] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-46f8b1ac] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-46f8b1ac]{margin-top:1rem}.sub-editor[data-v-46f8b1ac] .lead-form{padding:0}.sub-editor[data-v-46f8b1ac] .lead-form div,.sub-editor[data-v-46f8b1ac] .lead-form h1,.sub-editor[data-v-46f8b1ac] .lead-form h2,.sub-editor[data-v-46f8b1ac] .lead-form h3,.sub-editor[data-v-46f8b1ac] .lead-form h4,.sub-editor[data-v-46f8b1ac] .lead-form label,.sub-editor[data-v-46f8b1ac] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-46f8b1ac]{margin-top:1rem}.sub-editor.sub-editor--general ul.errors[data-v-46f8b1ac]{margin:5px 0}.sub-editor.sub-editor--general .url-editor[data-v-46f8b1ac]{margin:0}.sub-editor.sub-editor--general .url-editor span[data-v-46f8b1ac]{font-weight:700;color:#fff;background-color:#3e3e3e}.sub-editor.sub-editor--general .slug-save-button[data-v-46f8b1ac]{white-space:nowrap}.sub-editor.sub-editor--general a.button[data-v-46f8b1ac]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;transition:background-color .3s;width:auto;margin:.6rem 0 1rem;display:inline-block;padding:4px 18px 4px 10px}.sub-editor.sub-editor--general a.button ion-icon[data-v-46f8b1ac]{color:#fff;font-size:25px;vertical-align:middle}.sub-editor.sub-editor--general a.button+.action-button[data-v-46f8b1ac]{margin-top:1rem}.sub-editor.sub-editor--general a.button .add-action[data-v-46f8b1ac]{vertical-align:-2px}.sub-editor.sub-editor--general a.button ion-icon[data-v-46f8b1ac]{font-size:20px}.sub-editor.sub-editor--general a.button.button-add-filter[data-v-46f8b1ac]{background-color:#266463}.sub-editor.sub-editor--general a.button.button-remove-filter[data-v-46f8b1ac]{background-color:#111}.sub-editor.sub-editor--general a.button[disabled=disabled][data-v-46f8b1ac]{opacity:.6}.sub-editor.sub-editor--general a.button.saving[data-v-46f8b1ac]{background-color:#6ad1ca}.sub-editor[data-v-0453bc17] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-0453bc17] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-0453bc17] .field-errors ul li{margin-top:3px}.sub-editor[data-v-0453bc17] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-0453bc17] h2.editorTitle{color:#fff}.sub-editor[data-v-0453bc17] h1,.sub-editor[data-v-0453bc17] h2.editorTitle,.sub-editor div[data-v-0453bc17],.sub-editor h2[data-v-0453bc17],.sub-editor h3[data-v-0453bc17],.sub-editor h4[data-v-0453bc17],.sub-editor label[data-v-0453bc17],.sub-editor p[data-v-0453bc17]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-0453bc17] h1,.sub-editor h2[data-v-0453bc17],.sub-editor h3[data-v-0453bc17],.sub-editor h4[data-v-0453bc17]{color:#fff}.sub-editor[data-v-0453bc17] p,.sub-editor div[data-v-0453bc17],.sub-editor label[data-v-0453bc17]{color:#a5a5a5}.sub-editor[data-v-0453bc17] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-0453bc17] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-0453bc17] .field-component label{color:#a5a5a5}.sub-editor[data-v-0453bc17] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-0453bc17] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-0453bc17] .field-component select{min-width:100%!important}.sub-editor[data-v-0453bc17] .field-component .field-radio span{display:inline}.sub-editor[data-v-0453bc17] .field-component .field-radio input{width:auto}.sub-editor[data-v-0453bc17] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-0453bc17] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-0453bc17] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-0453bc17]{margin-top:1rem}.sub-editor[data-v-0453bc17] .lead-form{padding:0}.sub-editor[data-v-0453bc17] .lead-form div,.sub-editor[data-v-0453bc17] .lead-form h1,.sub-editor[data-v-0453bc17] .lead-form h2,.sub-editor[data-v-0453bc17] .lead-form h3,.sub-editor[data-v-0453bc17] .lead-form h4,.sub-editor[data-v-0453bc17] .lead-form label,.sub-editor[data-v-0453bc17] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-0453bc17]{margin-top:1rem}.sub-editor[data-v-4564ebe4] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-4564ebe4] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-4564ebe4] .field-errors ul li{margin-top:3px}.sub-editor[data-v-4564ebe4] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-4564ebe4] h2.editorTitle{color:#fff}.sub-editor[data-v-4564ebe4] h1,.sub-editor[data-v-4564ebe4] h2.editorTitle,.sub-editor div[data-v-4564ebe4],.sub-editor h2[data-v-4564ebe4],.sub-editor h3[data-v-4564ebe4],.sub-editor h4[data-v-4564ebe4],.sub-editor label[data-v-4564ebe4],.sub-editor p[data-v-4564ebe4]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-4564ebe4] h1,.sub-editor h2[data-v-4564ebe4],.sub-editor h3[data-v-4564ebe4],.sub-editor h4[data-v-4564ebe4]{color:#fff}.sub-editor[data-v-4564ebe4] p,.sub-editor div[data-v-4564ebe4],.sub-editor label[data-v-4564ebe4]{color:#a5a5a5}.sub-editor[data-v-4564ebe4] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-4564ebe4] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-4564ebe4] .field-component label{color:#a5a5a5}.sub-editor[data-v-4564ebe4] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-4564ebe4] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-4564ebe4] .field-component select{min-width:100%!important}.sub-editor[data-v-4564ebe4] .field-component .field-radio span{display:inline}.sub-editor[data-v-4564ebe4] .field-component .field-radio input{width:auto}.sub-editor[data-v-4564ebe4] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-4564ebe4] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-4564ebe4] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-4564ebe4]{margin-top:1rem}.sub-editor[data-v-4564ebe4] .lead-form{padding:0}.sub-editor[data-v-4564ebe4] .lead-form div,.sub-editor[data-v-4564ebe4] .lead-form h1,.sub-editor[data-v-4564ebe4] .lead-form h2,.sub-editor[data-v-4564ebe4] .lead-form h3,.sub-editor[data-v-4564ebe4] .lead-form h4,.sub-editor[data-v-4564ebe4] .lead-form label,.sub-editor[data-v-4564ebe4] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-4564ebe4]{margin-top:1rem}.sub-editor.sub-editor--general ul.errors[data-v-4564ebe4]{margin:5px 0}.sub-editor.sub-editor--general .url-editor[data-v-4564ebe4]{margin:0}.sub-editor.sub-editor--general .url-editor span[data-v-4564ebe4]{font-weight:700;color:#fff;background-color:#3e3e3e}.sub-editor.sub-editor--general a.button[data-v-4564ebe4]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;transition:background-color .3s;width:auto;margin:.6rem 0 1rem;display:inline-block;padding:4px 18px 4px 10px}.sub-editor.sub-editor--general a.button ion-icon[data-v-4564ebe4]{color:#fff;font-size:25px;vertical-align:middle}.sub-editor.sub-editor--general a.button+.action-button[data-v-4564ebe4]{margin-top:1rem}.sub-editor.sub-editor--general a.button .add-action[data-v-4564ebe4]{vertical-align:-2px}.sub-editor.sub-editor--general a.button ion-icon[data-v-4564ebe4]{font-size:20px}.sub-editor.sub-editor--general a.button.button-add-filter[data-v-4564ebe4]{background-color:#266463}.sub-editor.sub-editor--general a.button.button-remove-filter[data-v-4564ebe4]{background-color:#111}.sub-editor.sub-editor--general a.button[disabled=disabled][data-v-4564ebe4]{opacity:.6}.sub-editor.sub-editor--general a.button.saving[data-v-4564ebe4]{background-color:#6ad1ca}textarea[data-v-47d2ab62]{height:140px}a.button.cancel[data-v-ad8242e0]{background-color:#ce7c90}textarea[data-v-ad8242e0]{height:150px}input[readonly][data-v-ad8242e0]{background-color:#000;color:#dedede}.field-component .copyable[data-v-ad8242e0]{display:flex;align-items:center}.field-component .copyable input[data-v-ad8242e0]{flex:0 0 90%}.field-component .copyable span.copy[data-v-ad8242e0]{display:inline-block;text-align:center;flex:0 0 10%}.field-component .copyable span.copy ion-icon[data-v-ad8242e0]:hover{color:#fff;cursor:pointer}section[data-v-c57885e2]{margin-bottom:1rem}div.signup-fields.editing li[data-v-c57885e2]:not(.selected){display:none;pointer-events:none}div.signup-fields li[data-v-c57885e2]{background-color:#444;padding:3px 0;display:flex}div.signup-fields li span.handle[data-v-c57885e2]{flex:0 0 30px;padding:10px}div.signup-fields li span.label[data-v-c57885e2]{padding:10px;flex:1 0 40%}div.signup-fields li span.action[data-v-c57885e2]{flex:0 0 30px;padding:10px;cursor:pointer}div.signup-fields li span.action.disabled[data-v-c57885e2]{cursor:not-allowed}div.signup-fields li span.action.hidden-field[data-v-c57885e2]{opacity:.3}div.signup-fields li span.fieldName[data-v-c57885e2]{padding:10px;flex:1 0 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ion-icon[data-v-c57885e2]{color:#fff;font-size:20px;vertical-align:middle}select[data-v-c57885e2]{max-width:100%}a.button[data-v-c57885e2]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;text-align:center;width:auto;margin:1rem 0;display:inline-block;padding:6px 18px 4px 10px}a.button ion-icon[data-v-c57885e2]{color:#fff;font-size:25px;vertical-align:middle}a.button+.action-button[data-v-c57885e2]{margin-top:1rem}a.button .add-action[data-v-c57885e2]{vertical-align:-2px}a.button ion-icon[data-v-c57885e2]{font-size:20px}a.button[data-v-c57885e2]:hover{background-color:#2d7675}.table[data-v-0e4cec56]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-0e4cec56]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-0e4cec56],.table th[data-v-0e4cec56]{padding:8px}.table tbody tr td[data-v-0e4cec56]{background-color:#fff}.table tbody tr[data-v-0e4cec56]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-0e4cec56]{background-color:#f3f3f3}.table tbody tr[data-v-0e4cec56]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-0e4cec56]{font-weight:700;color:#009879}[data-v-0e4cec56] .field-preview--color ion-icon{display:none}[data-v-0e4cec56] .field-preview--color .field-preview--swatch{border-radius:5px!important}[data-v-0e4cec56] .field-preview--color .field-preview--swatch>.field-preview--with-color,[data-v-0e4cec56] .field-preview--color .field-preview--swatch>.field-preview--without-color{width:20px!important;height:20px!important;border-radius:5px!important}.table thead th.handle-column[data-v-0e4cec56]{width:20px}.table thead th.colour-column[data-v-0e4cec56],.table thead th.max-column[data-v-0e4cec56],.table thead th.min-column[data-v-0e4cec56]{width:50px}.table thead th.actions-column[data-v-0e4cec56]{width:30px}.table td input[type=number][data-v-0e4cec56]{text-align:center}.table td[data-v-0e4cec56] .field-component.color{padding-left:8px}.advanced-toggle a[data-v-d8e9549e]:link{font-size:14px;color:#fff}h3.result-bands small[data-v-d8e9549e]{float:right}.table[data-v-2f2540ea]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-2f2540ea]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-2f2540ea],.table th[data-v-2f2540ea]{padding:8px}.table tbody tr td[data-v-2f2540ea]{background-color:#fff}.table tbody tr[data-v-2f2540ea]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-2f2540ea]{background-color:#f3f3f3}.table tbody tr[data-v-2f2540ea]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-2f2540ea]{font-weight:700;color:#009879}.dataset-collection thead tr th[data-v-2f2540ea]:last-child{width:50px}.sub-editor[data-v-170655b4] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-170655b4] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-170655b4] .field-errors ul li{margin-top:3px}.sub-editor[data-v-170655b4] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-170655b4] h2.editorTitle{color:#fff}.sub-editor[data-v-170655b4] h1,.sub-editor[data-v-170655b4] h2.editorTitle,.sub-editor div[data-v-170655b4],.sub-editor h2[data-v-170655b4],.sub-editor h3[data-v-170655b4],.sub-editor h4[data-v-170655b4],.sub-editor label[data-v-170655b4],.sub-editor p[data-v-170655b4]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-170655b4] h1,.sub-editor h2[data-v-170655b4],.sub-editor h3[data-v-170655b4],.sub-editor h4[data-v-170655b4]{color:#fff}.sub-editor[data-v-170655b4] p,.sub-editor div[data-v-170655b4],.sub-editor label[data-v-170655b4]{color:#a5a5a5}.sub-editor[data-v-170655b4] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-170655b4] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-170655b4] .field-component label{color:#a5a5a5}.sub-editor[data-v-170655b4] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-170655b4] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-170655b4] .field-component select{min-width:100%!important}.sub-editor[data-v-170655b4] .field-component .field-radio span{display:inline}.sub-editor[data-v-170655b4] .field-component .field-radio input{width:auto}.sub-editor[data-v-170655b4] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-170655b4] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-170655b4] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-170655b4]{margin-top:1rem}.sub-editor[data-v-170655b4] .lead-form{padding:0}.sub-editor[data-v-170655b4] .lead-form div,.sub-editor[data-v-170655b4] .lead-form h1,.sub-editor[data-v-170655b4] .lead-form h2,.sub-editor[data-v-170655b4] .lead-form h3,.sub-editor[data-v-170655b4] .lead-form h4,.sub-editor[data-v-170655b4] .lead-form label,.sub-editor[data-v-170655b4] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-170655b4]{margin-top:1rem}table td[data-v-2ea7878a]{padding-left:10px}table .actions[data-v-2ea7878a]{width:30%}table td.actions a+a[data-v-2ea7878a]:before{content:"|";margin-right:4px}table tr:nth-child(odd) td[data-v-2ea7878a]{background-color:transparent}form.search input[type=text][data-v-306f1c76]{padding-left:10px!important}form.search input[data-v-306f1c76]::-moz-placeholder{padding-left:5px;color:#888!important}form.search input[data-v-306f1c76]:-ms-input-placeholder{padding-left:5px;color:#888!important}form.search input[data-v-306f1c76]::placeholder{padding-left:5px;color:#888!important}table td[data-v-4d00bec2]{padding-left:10px}table .actions[data-v-4d00bec2]{width:30%}table td.actions a+a[data-v-4d00bec2]:before{content:"|";margin-right:4px}table tr:nth-child(odd) td[data-v-4d00bec2]{background-color:transparent}@-webkit-keyframes disappear-data-v-ccf69ab2{0%{opacity:1}to{opacity:0}}@keyframes disappear-data-v-ccf69ab2{0%{opacity:1}to{opacity:0}}.saving-indicator[data-v-ccf69ab2]{pointer-events:none}.saving-indicator.saved[data-v-ccf69ab2]{-webkit-animation:disappear-data-v-ccf69ab2 1s linear 2s forwards;animation:disappear-data-v-ccf69ab2 1s linear 2s forwards}@-webkit-keyframes rotate-data-v-ccf69ab2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-ccf69ab2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.indicator ion-icon[data-v-ccf69ab2]{vertical-align:-2px}.unsaved ion-icon[data-v-ccf69ab2]{-webkit-animation:rotate-data-v-ccf69ab2 1s infinite;animation:rotate-data-v-ccf69ab2 1s infinite}.fade-fast-out-enter[data-v-ccf69ab2]{opacity:0;transform:translateY(-120%)}.fade-fast-out-enter-active[data-v-ccf69ab2]{transition-delay:2s;transition:all .3s ease}.fade-fast-out-enter-to[data-v-ccf69ab2]{opacity:1;transform:translateY(0)}.fade-fast-out-leave[data-v-ccf69ab2]{opacity:1;transform:translateY(-120%)}.fade-fast-out-leave-active[data-v-ccf69ab2]{transition:all 0s linear}.fade-fast-out-leave-to[data-v-ccf69ab2]{opacity:0}.table[data-v-e74ebe3a]{width:100%;table-layout:fixed;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px rgba(0,0,0,.15)}.table thead tr[data-v-e74ebe3a]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-e74ebe3a],.table th[data-v-e74ebe3a]{padding:8px}.table tbody tr td[data-v-e74ebe3a]{background-color:#fff}.table tbody tr[data-v-e74ebe3a]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-e74ebe3a]{background-color:#f3f3f3}.table tbody tr[data-v-e74ebe3a]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-e74ebe3a]{font-weight:700;color:#009879}.dataset-collection thead tr th[data-v-e74ebe3a]:last-child{width:50px}.dataset-collection tr.view[data-v-e74ebe3a]{cursor:pointer}.dataset-collection tr.selected-view td[data-v-e74ebe3a]{background-color:#ffe44d!important}.sub-editor[data-v-2f6a1a37] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-2f6a1a37] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-2f6a1a37] .field-errors ul li{margin-top:3px}.sub-editor[data-v-2f6a1a37] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-2f6a1a37] h2.editorTitle{color:#fff}.sub-editor[data-v-2f6a1a37] h1,.sub-editor[data-v-2f6a1a37] h2.editorTitle,.sub-editor div[data-v-2f6a1a37],.sub-editor h2[data-v-2f6a1a37],.sub-editor h3[data-v-2f6a1a37],.sub-editor h4[data-v-2f6a1a37],.sub-editor label[data-v-2f6a1a37],.sub-editor p[data-v-2f6a1a37]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-2f6a1a37] h1,.sub-editor h2[data-v-2f6a1a37],.sub-editor h3[data-v-2f6a1a37],.sub-editor h4[data-v-2f6a1a37]{color:#fff}.sub-editor[data-v-2f6a1a37] p,.sub-editor div[data-v-2f6a1a37],.sub-editor label[data-v-2f6a1a37]{color:#a5a5a5}.sub-editor[data-v-2f6a1a37] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-2f6a1a37] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-2f6a1a37] .field-component label{color:#a5a5a5}.sub-editor[data-v-2f6a1a37] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-2f6a1a37] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-2f6a1a37] .field-component select{min-width:100%!important}.sub-editor[data-v-2f6a1a37] .field-component .field-radio span{display:inline}.sub-editor[data-v-2f6a1a37] .field-component .field-radio input{width:auto}.sub-editor[data-v-2f6a1a37] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-2f6a1a37] .grid>*{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-2f6a1a37] .grid>:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-2f6a1a37]{margin-top:1rem}.sub-editor[data-v-2f6a1a37] .lead-form{padding:0}.sub-editor[data-v-2f6a1a37] .lead-form div,.sub-editor[data-v-2f6a1a37] .lead-form h1,.sub-editor[data-v-2f6a1a37] .lead-form h2,.sub-editor[data-v-2f6a1a37] .lead-form h3,.sub-editor[data-v-2f6a1a37] .lead-form h4,.sub-editor[data-v-2f6a1a37] .lead-form label,.sub-editor[data-v-2f6a1a37] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-2f6a1a37]{margin-top:1rem}.campaign-editor trix-toolbar .trix-button{background-color:#efefef}.doc-notification[data-v-b9c039c2]{width:80%;margin-left:20%;background-color:#fff;color:#333;padding-left:1rem}.doc-notification .version-options[data-v-b9c039c2]{padding-bottom:.75rem}.doc-notification p[data-v-b9c039c2]{margin:0;padding:.5rem 0}[data-v-b9c039c2] .saving-indicator{position:fixed;z-index:15;top:70px;right:16px;width:auto;padding:5px 10px;text-align:right;color:#188bae;background-color:#fff}[data-v-b9c039c2] .saving-indicator.saved{color:green}.campaign-editor[data-v-b9c039c2]{height:calc(100vh - 70px);background-color:#333;overflow:hidden;position:relative}.campaign-editor .flex-area[data-v-b9c039c2]{display:flex}.campaign-editor .edit-panel[data-v-b9c039c2]{z-index:2;flex:0 0 20%;transform:translateX(-100%);transition:transform .3s;width:0;background-color:#333;top:0;bottom:0;position:sticky;height:calc(100vh - 70px);color:#fff;align-self:flex-start}.campaign-editor .edit-panel .panel-content[data-v-b9c039c2]{padding:20px;visibility:hidden;overflow-y:auto;overscroll-behavior-y:contain}.campaign-editor .edit-panel[data-v-b9c039c2] .field label{color:#efefef;font-weight:700}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component+.field-component{margin-top:20px}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component label{color:#efefef}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component span.delete ion-icon{color:#fff}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component input{max-width:100%!important;min-width:auto!important;width:100%}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component select{min-width:100%!important}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component .field-radio span{display:inline}.campaign-editor .edit-panel[data-v-b9c039c2] .field-component .field-radio input{width:auto}.campaign-editor[data-v-b9c039c2] .ui-actions{opacity:0}.campaign-editor .report-panel[data-v-b9c039c2]{flex:0 0 80%;margin-left:0;transform:translateX(0);transition:margin-left .3s;z-index:1;height:calc(100vh - 70px);overflow-y:auto;overscroll-behavior-y:contain;position:relative;width:100%}.campaign-editor .report-panel[data-v-b9c039c2] .reorderable-items .report-item{border-top:1px solid #dedede;border-bottom:1px solid #dedede}.campaign-editor .report-panel[data-v-b9c039c2] .report-item:hover .ui-actions{opacity:1}.campaign-editor .report-panel[data-v-b9c039c2] .report-item[data-first-item]{margin-bottom:20px}.campaign-editor .report-panel[data-v-b9c039c2] .report-item+.report-item,.campaign-editor .report-panel[data-v-b9c039c2] .report-item[data-last-item]{margin-top:20px}.campaign-editor .report-panel[data-v-b9c039c2] .campaign .signup-items{border-top:20px solid #fff}.campaign-editor .media-panel[data-v-b9c039c2]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#efefef;margin:70px 0 0;transform:translateX(0);transition:margin-left .3s;z-index:100;height:calc(100vh - 70px);overflow-y:auto;overscroll-behavior-y:contain;width:100%}.campaign-editor nav.actions[data-v-b9c039c2]{position:fixed;top:0;left:0;padding:90px 1rem 0;width:20%;height:100vh;z-index:20;background-color:#333;margin:0;z-index:1}.campaign-editor nav.actions ul.nav-items li[data-v-b9c039c2]{display:block}.campaign-editor nav.actions ul.nav-items li a[data-v-b9c039c2]{color:#ededed;font-size:14px;padding:13px 15px 10px;cursor:pointer;display:block}.campaign-editor a.close-settings[data-v-b9c039c2]{font-size:30px;position:absolute;top:5px;right:15px;cursor:pointer}.campaign-editor a.close-settings ion-icon[data-v-b9c039c2]{color:#fff}.campaign-editor.open .edit-panel[data-v-b9c039c2]{transition:transform .3s;transform:translateX(0);align-self:flex-start;flex:0 0 30%;top:0}.campaign-editor.open .edit-panel .panel-content[data-v-b9c039c2]{height:calc(100vh - 70px);top:20px;visibility:visible}.campaign-editor.open .report-panel[data-v-b9c039c2]{flex:1 1 66%;margin-left:0}.campaign-editor.open .report-panel .actions[data-v-b9c039c2]{display:none}.campaign-editor.open .media-panel[data-v-b9c039c2]{flex:1 1 66%}.campaign-editor.open a.open-settings[data-v-b9c039c2]{display:none}.campaign-editor[data-v-b9c039c2] .field-errors{margin-top:1rem;color:red}.campaign-editor[data-v-b9c039c2] .report-item{position:relative}.campaign-editor[data-v-b9c039c2] .ui-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;position:absolute;top:14px;right:14px;z-index:100}a[data-v-3d836cae]{color:#fff;padding:2px;cursor:pointer;width:30px;height:30px;border:2px solid #fff;background-color:rgba(0,0,0,.1);transition:background-color .3s;line-height:18px}a+a[data-v-3d836cae]{margin-left:12px}a[data-v-3d836cae]:hover{background-color:rgba(0,0,0,.5)}ion-icon[data-v-3d836cae]{font-size:22px;color:#fff}.dropdown[data-v-788e5005]{display:inline-block;position:relative}.dropdown.empty[data-v-788e5005]{pointer-events:none;opacity:.3}.dd-button[data-v-788e5005]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-788e5005]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-788e5005]:hover{background-color:#eee}.dd-input[data-v-788e5005]{display:none!important}.dd-menu[data-v-788e5005]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-788e5005]{display:none}.dd-input:checked+.dd-menu[data-v-788e5005]{display:block}.dd-menu li[data-v-788e5005]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-788e5005]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-788e5005]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-788e5005]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-788e5005]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-788e5005]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-788e5005]{font-weight:700}.simple-form p.help-text[data-v-788e5005]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-788e5005]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-788e5005]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-788e5005]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-788e5005]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-788e5005]::-moz-placeholder{color:#dadada}.simple-form input[data-v-788e5005]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-788e5005]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-788e5005]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-788e5005]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-788e5005]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-788e5005]{position:absolute;right:0;top:0}.simple-form textarea[data-v-788e5005]{width:100%;max-width:none}.simple-form .next a[data-v-788e5005]{display:block}.simple-form .next a+a[data-v-788e5005]{margin-top:1rem}.simple-form .button[data-v-788e5005]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-788e5005]:hover{background-color:#4dbcba}.simple-form .button i[data-v-788e5005]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-788e5005]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-788e5005]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-788e5005]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-788e5005]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-788e5005]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-788e5005]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-788e5005],.simple-form .fade-without-move-leave-active[data-v-788e5005]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-788e5005],.simple-form .fade-without-move-leave-to[data-v-788e5005]{opacity:0}.simple-form .fade-enter-active[data-v-788e5005],.simple-form .fade-leave-active[data-v-788e5005]{transition:all .5s}.simple-form .fade-enter[data-v-788e5005],.simple-form .fade-leave-to[data-v-788e5005]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-788e5005],.simple-form .short-fade-leave-active[data-v-788e5005]{transition:all .3s}.simple-form .short-fade-enter[data-v-788e5005],.simple-form .short-fade-leave-to[data-v-788e5005]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-788e5005]{position:relative}.simple-form .field+.field[data-v-788e5005]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-788e5005]{width:100%;height:auto}.simple-form .field .field-file p[data-v-788e5005]{margin:0}.simple-form .field .field-file.has-value[data-v-788e5005]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-788e5005]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-788e5005]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-788e5005]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-788e5005]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-788e5005]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-788e5005]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-788e5005]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-788e5005]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-788e5005]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-788e5005]{min-height:250px}}.report-item[data-v-788e5005] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-788e5005] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-788e5005] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-788e5005] .text{width:80%;padding:3rem 0}.report-item[data-v-788e5005] .text h1{font-size:200%}}.report-item--heading[data-v-788e5005]{min-height:200px;background-size:cover}.report-item--heading .logo[data-v-788e5005]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--heading .text[data-v-788e5005]{padding:2rem 0;min-height:200px}.report-item--heading .text[data-v-788e5005] h1{font-size:250%}@media screen and (min-width:768px){.report-item--heading[data-v-788e5005]{min-height:300px}.report-item--heading .text[data-v-788e5005]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-788e5005],.report-item--heading[data-v-788e5005]{min-height:400px}}.button-wrapper[data-v-e877f64e]{margin-top:.75rem;position:relative;display:flex;flex-direction:column}.button-wrapper .action-button[data-v-e877f64e]{width:auto;display:inline-block;background-color:#fbd147;color:#000;font-weight:700;min-width:110px;border-radius:500px;padding:10px 3rem;cursor:pointer;border:1px solid transparent;font-size:120%}.button-wrapper .action-button[data-v-e877f64e]:hover{background-color:#f0b905}.button-wrapper .action-button[data-v-e877f64e] .content-editable,.button-wrapper .action-button[data-v-e877f64e] .content-editable div{display:inline}.button-wrapper .actions[data-v-e877f64e]{bottom:-37px;left:0;right:0;margin:3px auto;text-align:left}.button-wrapper.aligned-center[data-v-e877f64e]{align-items:center}.button-wrapper.aligned-right[data-v-e877f64e]{align-items:flex-end}a.state-switcher[data-v-e877f64e]{vertical-align:middle;display:inline-block;font-size:18px;width:18px;height:18px}.dropdown[data-v-260e4184]{display:inline-block;position:relative}.dropdown.empty[data-v-260e4184]{pointer-events:none;opacity:.3}.dd-button[data-v-260e4184]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-260e4184]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-260e4184]:hover{background-color:#eee}.dd-input[data-v-260e4184]{display:none!important}.dd-menu[data-v-260e4184]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-260e4184]{display:none}.dd-input:checked+.dd-menu[data-v-260e4184]{display:block}.dd-menu li[data-v-260e4184]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-260e4184]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-260e4184]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-260e4184]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-260e4184]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-260e4184]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-260e4184]{font-weight:700}.simple-form p.help-text[data-v-260e4184]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-260e4184]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-260e4184]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-260e4184]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-260e4184]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-260e4184]::-moz-placeholder{color:#dadada}.simple-form input[data-v-260e4184]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-260e4184]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-260e4184]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-260e4184]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-260e4184]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-260e4184]{position:absolute;right:0;top:0}.simple-form textarea[data-v-260e4184]{width:100%;max-width:none}.simple-form .next a[data-v-260e4184]{display:block}.simple-form .next a+a[data-v-260e4184]{margin-top:1rem}.simple-form .button[data-v-260e4184]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-260e4184]:hover{background-color:#4dbcba}.simple-form .button i[data-v-260e4184]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-260e4184]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-260e4184]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-260e4184]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-260e4184]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-260e4184]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-260e4184]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-260e4184],.simple-form .fade-without-move-leave-active[data-v-260e4184]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-260e4184],.simple-form .fade-without-move-leave-to[data-v-260e4184]{opacity:0}.simple-form .fade-enter-active[data-v-260e4184],.simple-form .fade-leave-active[data-v-260e4184]{transition:all .5s}.simple-form .fade-enter[data-v-260e4184],.simple-form .fade-leave-to[data-v-260e4184]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-260e4184],.simple-form .short-fade-leave-active[data-v-260e4184]{transition:all .3s}.simple-form .short-fade-enter[data-v-260e4184],.simple-form .short-fade-leave-to[data-v-260e4184]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-260e4184]{position:relative}.simple-form .field+.field[data-v-260e4184]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-260e4184]{width:100%;height:auto}.simple-form .field .field-file p[data-v-260e4184]{margin:0}.simple-form .field .field-file.has-value[data-v-260e4184]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-260e4184]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-260e4184]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-260e4184]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-260e4184]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-260e4184]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-260e4184]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-260e4184]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-260e4184]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-260e4184]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-260e4184]{min-height:250px}}.report-item[data-v-260e4184] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-260e4184] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-260e4184] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-260e4184] .text{width:80%;padding:3rem 0}.report-item[data-v-260e4184] .text h1{font-size:200%}}.report-item--textbox .logo[data-v-260e4184]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--textbox .cta[data-v-260e4184]{margin-top:1.5rem}.report-item--textbox .text[data-v-260e4184]{position:relative;z-index:1}.report-item--textbox .ui-actions[data-v-260e4184]{z-index:2}.dropdown[data-v-7ee5931a]{display:inline-block;position:relative}.dropdown.empty[data-v-7ee5931a]{pointer-events:none;opacity:.3}.dd-button[data-v-7ee5931a]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-7ee5931a]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-7ee5931a]:hover{background-color:#eee}.dd-input[data-v-7ee5931a]{display:none!important}.dd-menu[data-v-7ee5931a]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-7ee5931a]{display:none}.dd-input:checked+.dd-menu[data-v-7ee5931a]{display:block}.dd-menu li[data-v-7ee5931a]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-7ee5931a]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-7ee5931a]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-7ee5931a]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-7ee5931a]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-7ee5931a]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-7ee5931a]{font-weight:700}.simple-form p.help-text[data-v-7ee5931a]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-7ee5931a]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-7ee5931a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-7ee5931a]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-7ee5931a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-7ee5931a]::-moz-placeholder{color:#dadada}.simple-form input[data-v-7ee5931a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-7ee5931a]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-7ee5931a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-7ee5931a]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-7ee5931a]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-7ee5931a]{position:absolute;right:0;top:0}.simple-form textarea[data-v-7ee5931a]{width:100%;max-width:none}.simple-form .next a[data-v-7ee5931a]{display:block}.simple-form .next a+a[data-v-7ee5931a]{margin-top:1rem}.simple-form .button[data-v-7ee5931a]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-7ee5931a]:hover{background-color:#4dbcba}.simple-form .button i[data-v-7ee5931a]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-7ee5931a]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-7ee5931a]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-7ee5931a]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-7ee5931a]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-7ee5931a]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-7ee5931a]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-7ee5931a],.simple-form .fade-without-move-leave-active[data-v-7ee5931a]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-7ee5931a],.simple-form .fade-without-move-leave-to[data-v-7ee5931a]{opacity:0}.simple-form .fade-enter-active[data-v-7ee5931a],.simple-form .fade-leave-active[data-v-7ee5931a]{transition:all .5s}.simple-form .fade-enter[data-v-7ee5931a],.simple-form .fade-leave-to[data-v-7ee5931a]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-7ee5931a],.simple-form .short-fade-leave-active[data-v-7ee5931a]{transition:all .3s}.simple-form .short-fade-enter[data-v-7ee5931a],.simple-form .short-fade-leave-to[data-v-7ee5931a]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-7ee5931a]{position:relative}.simple-form .field+.field[data-v-7ee5931a]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-7ee5931a]{width:100%;height:auto}.simple-form .field .field-file p[data-v-7ee5931a]{margin:0}.simple-form .field .field-file.has-value[data-v-7ee5931a]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-7ee5931a]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-7ee5931a]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-7ee5931a]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-7ee5931a]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-7ee5931a]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-7ee5931a]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-7ee5931a]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-7ee5931a]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-7ee5931a]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-7ee5931a]{min-height:250px}}.report-item[data-v-7ee5931a] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-7ee5931a] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-7ee5931a] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-7ee5931a] .text{width:80%;padding:3rem 0}.report-item[data-v-7ee5931a] .text h1{font-size:200%}}.report-item--graphic .image[data-v-7ee5931a]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--graphic .placeholder[data-v-7ee5931a]{min-height:200px;display:flex;align-items:center;justify-content:center}.report-item--graphic .placeholder ion-icon[data-v-7ee5931a]{font-size:80px;color:#dedede}.report-item--graphic .cta[data-v-7ee5931a]{margin-top:1.5rem}.report-item--graphic .text[data-v-7ee5931a]{flex-direction:row;position:relative;z-index:1;align-items:center;justify-content:center}.report-item--graphic .text .text-container[data-v-7ee5931a]{padding-left:5%;padding-right:0}.report-item--graphic .text.reverse[data-v-7ee5931a]{flex-direction:row-reverse}.report-item--graphic .text.reverse .text-container[data-v-7ee5931a]{padding-left:0;padding-right:5%}.report-item--graphic .text .flex-item[data-v-7ee5931a]{flex:0 0 50%}.report-item--graphic .ui-actions[data-v-7ee5931a]{z-index:2}.dropdown[data-v-bb6ea46a]{display:inline-block;position:relative}.dropdown.empty[data-v-bb6ea46a]{pointer-events:none;opacity:.3}.dd-button[data-v-bb6ea46a]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-bb6ea46a]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-bb6ea46a]:hover{background-color:#eee}.dd-input[data-v-bb6ea46a]{display:none!important}.dd-menu[data-v-bb6ea46a]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-bb6ea46a]{display:none}.dd-input:checked+.dd-menu[data-v-bb6ea46a]{display:block}.dd-menu li[data-v-bb6ea46a]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-bb6ea46a]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-bb6ea46a]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-bb6ea46a]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-bb6ea46a]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-bb6ea46a]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-bb6ea46a]{font-weight:700}.simple-form p.help-text[data-v-bb6ea46a]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-bb6ea46a]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-bb6ea46a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-bb6ea46a]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-bb6ea46a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-bb6ea46a]::-moz-placeholder{color:#dadada}.simple-form input[data-v-bb6ea46a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-bb6ea46a]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-bb6ea46a]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-bb6ea46a]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-bb6ea46a]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-bb6ea46a]{position:absolute;right:0;top:0}.simple-form textarea[data-v-bb6ea46a]{width:100%;max-width:none}.simple-form .next a[data-v-bb6ea46a]{display:block}.simple-form .next a+a[data-v-bb6ea46a]{margin-top:1rem}.simple-form .button[data-v-bb6ea46a]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-bb6ea46a]:hover{background-color:#4dbcba}.simple-form .button i[data-v-bb6ea46a]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-bb6ea46a]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-bb6ea46a]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-bb6ea46a]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-bb6ea46a]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-bb6ea46a]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-bb6ea46a]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-bb6ea46a],.simple-form .fade-without-move-leave-active[data-v-bb6ea46a]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-bb6ea46a],.simple-form .fade-without-move-leave-to[data-v-bb6ea46a]{opacity:0}.simple-form .fade-enter-active[data-v-bb6ea46a],.simple-form .fade-leave-active[data-v-bb6ea46a]{transition:all .5s}.simple-form .fade-enter[data-v-bb6ea46a],.simple-form .fade-leave-to[data-v-bb6ea46a]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-bb6ea46a],.simple-form .short-fade-leave-active[data-v-bb6ea46a]{transition:all .3s}.simple-form .short-fade-enter[data-v-bb6ea46a],.simple-form .short-fade-leave-to[data-v-bb6ea46a]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-bb6ea46a]{position:relative}.simple-form .field+.field[data-v-bb6ea46a]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-bb6ea46a]{width:100%;height:auto}.simple-form .field .field-file p[data-v-bb6ea46a]{margin:0}.simple-form .field .field-file.has-value[data-v-bb6ea46a]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-bb6ea46a]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-bb6ea46a]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-bb6ea46a]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-bb6ea46a]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-bb6ea46a]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-bb6ea46a]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-bb6ea46a]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-bb6ea46a]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-bb6ea46a]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-bb6ea46a]{min-height:250px}}.report-item[data-v-bb6ea46a] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-bb6ea46a] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-bb6ea46a] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-bb6ea46a] .text{width:80%;padding:3rem 0}.report-item[data-v-bb6ea46a] .text h1{font-size:200%}}.report-item--imagebox[data-v-bb6ea46a]{min-height:0}.report-item--imagebox .ui-actions[data-v-bb6ea46a]{z-index:2}.report-item--imagebox .with-image .placeholder[data-v-bb6ea46a]{display:none}.report-item--imagebox .without-image .placeholder[data-v-bb6ea46a]{min-height:200px;display:flex;align-items:center;justify-content:center}.report-item--imagebox .without-image .placeholder ion-icon[data-v-bb6ea46a]{font-size:80px;color:#dedede}.content-image[data-v-bb6ea46a]{width:100%;display:block}@media screen and (min-width:768px){.report-item--imagebox .without-image .placeholder[data-v-bb6ea46a]{min-height:300px}}@media screen and (min-width:920px){.report-item--imagebox .without-image .placeholder[data-v-bb6ea46a]{min-height:400px}}.report.light .single-chart-circle .circle-bg{stroke:#efefef}.report.dark .single-chart-circle .circle-bg{stroke:#444}.single-chart-circle[data-v-5b7347f0]{width:100%;justify-content:center}.circular-chart[data-v-5b7347f0]{width:100%;display:block;margin:10px auto}.circle-bg[data-v-5b7347f0]{fill:none}.circle[data-v-5b7347f0]{fill:none;stroke-linecap:round}.ready[data-v-5b7347f0]{-webkit-animation:progress-data-v-5b7347f0 1s ease-out forwards;animation:progress-data-v-5b7347f0 1s ease-out forwards}.splash .column[data-v-5b7347f0]:last-child{padding-top:2%!important;display:none}@-webkit-keyframes progress-data-v-5b7347f0{0%{stroke-dasharray:0 100}}@keyframes progress-data-v-5b7347f0{0%{stroke-dasharray:0 100}}.percentage[data-v-5b7347f0]{font-size:.5em;text-anchor:middle}.helptext[data-v-5b7347f0]{font-size:.22em;text-anchor:middle}.stat[data-v-99096a72]{position:relative;display:flex;flex-direction:column;padding:10px 0}.stat .actions[data-v-99096a72]{width:100%;display:flex;min-height:100px;align-items:center;justify-content:center}.stat .editHeading[data-v-99096a72]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.stat .editHeading ion-icon[data-v-99096a72]{vertical-align:-5px}@media(min-width:768px){.stat[data-v-99096a72]{flex-direction:row;min-height:150px}}.stat .figure[data-v-99096a72]{flex:0 0 35%;display:flex;align-items:center;justify-content:center}.stat .figure .figure-content[data-v-99096a72] h2{margin:0;word-break:break-all;font-size:6em}@media(min-width:768px){.stat .figure .figure-content[data-v-99096a72] h2{font-size:3em}}@media(min-width:920px){.stat .figure .figure-content[data-v-99096a72] h2{font-size:4em}}@media(min-width:1200px){.stat .figure .figure-content[data-v-99096a72] h2{font-size:6em}}.stat .caption[data-v-99096a72]{flex:0 1 65%;font-size:100%;display:flex;align-items:center}.stat .caption[data-v-99096a72] .content-editable{margin:auto}@media(min-width:768px){.stat .caption[data-v-99096a72] .content-editable{margin:0}}.stat .caption[data-v-99096a72] p{margin:.5rem}@media(min-width:920px){.stat .caption[data-v-99096a72] p{padding-left:1rem;font-size:170%}}.stat .figure[data-v-99096a72]{text-align:center}.stat[data-v-99096a72] .content-editable p{font-weight:400;position:relative;z-index:1}.stat[data-v-99096a72] .content-editable p span.answer,.stat[data-v-99096a72] .content-editable p span.question{font-weight:700}.stat[data-v-99096a72] .ui-actions{z-index:3}.stat.without-value .caption[data-v-99096a72]{flex:1 1 100%;font-size:100%;display:flex;align-items:center}.stat.without-value .caption[data-v-99096a72] p{margin:.5rem}@media(min-width:920px){.stat.without-value .caption[data-v-99096a72] p{padding-left:0;font-size:170%}}.sub-editor[data-v-db3a483c] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-db3a483c] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-db3a483c] .field-errors ul li{margin-top:3px}.sub-editor[data-v-db3a483c] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-db3a483c] h2.editorTitle{color:#fff}.sub-editor[data-v-db3a483c] h1,.sub-editor[data-v-db3a483c] h2.editorTitle,.sub-editor div[data-v-db3a483c],.sub-editor h2[data-v-db3a483c],.sub-editor h3[data-v-db3a483c],.sub-editor h4[data-v-db3a483c],.sub-editor label[data-v-db3a483c],.sub-editor p[data-v-db3a483c]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-db3a483c] h1,.sub-editor h2[data-v-db3a483c],.sub-editor h3[data-v-db3a483c],.sub-editor h4[data-v-db3a483c]{color:#fff}.sub-editor[data-v-db3a483c] p,.sub-editor div[data-v-db3a483c],.sub-editor label[data-v-db3a483c]{color:#a5a5a5}.sub-editor[data-v-db3a483c] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-db3a483c] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-db3a483c] .field-component label{color:#a5a5a5}.sub-editor[data-v-db3a483c] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-db3a483c] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-db3a483c] .field-component input[type=radio]{width:auto}.sub-editor[data-v-db3a483c] .field-component select{min-width:100%!important}.sub-editor[data-v-db3a483c] .field-component .field-radio span{display:inline}.sub-editor[data-v-db3a483c] .field-component .field-radio input{width:auto}.sub-editor[data-v-db3a483c] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-db3a483c] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-db3a483c] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-db3a483c]{margin-top:1rem}.sub-editor a.button[data-v-db3a483c]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-db3a483c] .lead-form{padding:0}.sub-editor[data-v-db3a483c] .lead-form div,.sub-editor[data-v-db3a483c] .lead-form h1,.sub-editor[data-v-db3a483c] .lead-form h2,.sub-editor[data-v-db3a483c] .lead-form h3,.sub-editor[data-v-db3a483c] .lead-form h4,.sub-editor[data-v-db3a483c] .lead-form label,.sub-editor[data-v-db3a483c] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.stat-editor ion-icon[data-v-db3a483c]{color:#fff;font-size:25px;vertical-align:middle}.stat-editor select[data-v-db3a483c]{max-width:100%}.stat-editor a.button[data-v-db3a483c]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;width:auto;margin:1rem 0;display:inline-block;padding:4px 18px 4px 10px}.stat-editor a.button ion-icon[data-v-db3a483c]{color:#fff;font-size:25px;vertical-align:middle}.stat-editor a.button+.action-button[data-v-db3a483c]{margin-top:1rem}.stat-editor a.button .add-action[data-v-db3a483c]{vertical-align:-2px}.stat-editor a.button ion-icon[data-v-db3a483c]{font-size:20px}.stat-editor a.button.button-add-filter[data-v-db3a483c]{background-color:#266463}.stat-editor a.button.button-remove-filter[data-v-db3a483c]{background-color:#111}.stat-editor a.button[disabled=disabled][data-v-db3a483c]{opacity:.3}.dropdown[data-v-6af3bdde]{display:inline-block;position:relative}.dropdown.empty[data-v-6af3bdde]{pointer-events:none;opacity:.3}.dd-button[data-v-6af3bdde]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-6af3bdde]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-6af3bdde]:hover{background-color:#eee}.dd-input[data-v-6af3bdde]{display:none!important}.dd-menu[data-v-6af3bdde]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-6af3bdde]{display:none}.dd-input:checked+.dd-menu[data-v-6af3bdde]{display:block}.dd-menu li[data-v-6af3bdde]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-6af3bdde]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-6af3bdde]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-6af3bdde]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-6af3bdde]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-6af3bdde]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-6af3bdde]{font-weight:700}.simple-form p.help-text[data-v-6af3bdde]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-6af3bdde]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-6af3bdde]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-6af3bdde]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-6af3bdde]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-6af3bdde]::-moz-placeholder{color:#dadada}.simple-form input[data-v-6af3bdde]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-6af3bdde]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-6af3bdde]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-6af3bdde]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-6af3bdde]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-6af3bdde]{position:absolute;right:0;top:0}.simple-form textarea[data-v-6af3bdde]{width:100%;max-width:none}.simple-form .next a[data-v-6af3bdde]{display:block}.simple-form .next a+a[data-v-6af3bdde]{margin-top:1rem}.simple-form .button[data-v-6af3bdde]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-6af3bdde]:hover{background-color:#4dbcba}.simple-form .button i[data-v-6af3bdde]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-6af3bdde]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-6af3bdde]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-6af3bdde]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-6af3bdde]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-6af3bdde]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-6af3bdde]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-6af3bdde],.simple-form .fade-without-move-leave-active[data-v-6af3bdde]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-6af3bdde],.simple-form .fade-without-move-leave-to[data-v-6af3bdde]{opacity:0}.simple-form .fade-enter-active[data-v-6af3bdde],.simple-form .fade-leave-active[data-v-6af3bdde]{transition:all .5s}.simple-form .fade-enter[data-v-6af3bdde],.simple-form .fade-leave-to[data-v-6af3bdde]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-6af3bdde],.simple-form .short-fade-leave-active[data-v-6af3bdde]{transition:all .3s}.simple-form .short-fade-enter[data-v-6af3bdde],.simple-form .short-fade-leave-to[data-v-6af3bdde]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-6af3bdde]{position:relative}.simple-form .field+.field[data-v-6af3bdde]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-6af3bdde]{width:100%;height:auto}.simple-form .field .field-file p[data-v-6af3bdde]{margin:0}.simple-form .field .field-file.has-value[data-v-6af3bdde]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-6af3bdde]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-6af3bdde]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-6af3bdde]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-6af3bdde]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-6af3bdde]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-6af3bdde]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-6af3bdde]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-6af3bdde]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-6af3bdde]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-6af3bdde]{min-height:250px}}.report-item[data-v-6af3bdde] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-6af3bdde] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-6af3bdde] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-6af3bdde] .text{width:80%;padding:3rem 0}.report-item[data-v-6af3bdde] .text h1{font-size:200%}}.report-item--statgroup[data-v-6af3bdde]{background-size:cover;min-height:250px;padding:0}.report-item--statgroup .actions[data-v-6af3bdde]{display:flex;min-height:100px;align-items:center;justify-content:center}.report-item--statgroup .actions h2.editHeading[data-v-6af3bdde]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.report-item--statgroup .actions h2.editHeading ion-icon[data-v-6af3bdde]{vertical-align:-5px}.report-item--statgroup .stats[data-v-6af3bdde]{box-shadow:0 0 7px 3px rgba(0,0,0,.05);background-color:hsla(0,0%,100%,.4);padding:.75rem 2rem .25rem;border-radius:10px;margin-top:2rem}.report-item--statgroup .stats .stat+.stat[data-v-6af3bdde]{border-top:2px solid #ccc}@media(min-width:768px){.report-item--statgroup .stats[data-v-6af3bdde] .stat .caption p{font-size:120%}}@media(min-width:920px){.report-item--statgroup .stats[data-v-6af3bdde] .stat .caption p{font-size:140%}}@media(min-width:1200px){.report-item--statgroup .stats[data-v-6af3bdde] .stat .caption p{font-size:150%}}@media(min-width:768px){.report-item--statgroup[data-v-6af3bdde]{min-height:300px;padding:.75rem 0 .25rem}.report-item--statgroup .stats[data-v-6af3bdde]{margin-top:1.5rem}}@media(min-width:920px){.report-item--statgroup[data-v-6af3bdde]{min-height:400px}}.report-item--statgroup .text[data-v-6af3bdde]{display:flex;height:100%;justify-content:center;flex-direction:column;width:85%;margin:auto}.report-item--statgroup .text h2[data-v-6af3bdde]{margin-top:0}@media(min-width:768px){.report-item--statgroup .text[data-v-6af3bdde]{width:80%}}.progress-bar[data-v-9c588938]{background-color:#efefef;width:100%;height:5px;border-radius:5px}.progress-bar .progress[data-v-9c588938]{height:100%;border-radius:5px}.progress-bar>div[data-v-9c588938]{background-color:#888}.report.light .question-breakdown .progress-bar{background-color:#efefef}.report.dark .question-breakdown .progress-bar{background-color:#333}.question-breakdown[data-v-360c9a39]{position:relative}.question-breakdown header[data-v-360c9a39]{display:flex}.question-breakdown .topline[data-v-360c9a39]{flex:1 1 64%;padding-right:5%}.question-breakdown .topline .small[data-v-360c9a39]{margin-bottom:5px}.question-breakdown .topline h2[data-v-360c9a39]{font-size:110%;font-weight:700}@media(min-width:768px){.question-breakdown .topline h2[data-v-360c9a39]{font-size:150%;font-size:250%}}.question-breakdown .agreement[data-v-360c9a39]{flex:0 1 22%}.question-breakdown .agreement p.helptext[data-v-360c9a39]{text-align:center;font-size:90%}@media(max-width:480px){.question-breakdown header[data-v-360c9a39]{flex-direction:column}.question-breakdown .topline[data-v-360c9a39]{order:2}.question-breakdown .agreement[data-v-360c9a39]{order:1;width:45%;margin:0 auto 1rem}}.question-breakdown hr[data-v-360c9a39]{border-color:#ccc;margin-bottom:1rem}.question-breakdown p[data-v-360c9a39]{margin:0}.question-breakdown p.small[data-v-360c9a39]{font-size:90%}.question-breakdown h2[data-v-360c9a39]{margin-top:0}.question-breakdown .progress-bar[data-v-360c9a39]{margin:10px 0}.question-breakdown .bars[data-v-360c9a39]{margin-bottom:1rem}@media(min-width:768px){.question-breakdown h2[data-v-360c9a39]{font-size:3vw;font-weight:700}.question-breakdown p[data-v-360c9a39]{margin-bottom:.5rem}.question-breakdown .bars[data-v-360c9a39]{padding:0}.question-breakdown .question[data-v-360c9a39]{margin-bottom:2rem}.question-breakdown .progress-bar[data-v-360c9a39]{margin:10px 0;height:10px}}@media(min-width:920px){.question-breakdown h2[data-v-360c9a39]{font-size:4vw}}@media(min-width:1200px){.question-breakdown h2[data-v-360c9a39]{font-size:3vw}}.question-breakdown.mini .bars .question[data-v-360c9a39]{margin-bottom:0}.question-breakdown.mini .progress-bar[data-v-360c9a39]{margin:10px 0;height:5px}.report-item.report-item--agreement-graph .mini-report .question-breakdown p{color:#efefef}.report-item.report-item--agreement-graph .mini-report .bars .question .progress-bar{background-color:#666}.report-item.report-item--agreement-graph .mini-report .bars .question .progress-bar .progress{background-color:#dadada}.dropdown[data-v-5e4ebdba]{display:inline-block;position:relative}.dropdown.empty[data-v-5e4ebdba]{pointer-events:none;opacity:.3}.dd-button[data-v-5e4ebdba]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-5e4ebdba]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-5e4ebdba]:hover{background-color:#eee}.dd-input[data-v-5e4ebdba]{display:none!important}.dd-menu[data-v-5e4ebdba]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-5e4ebdba]{display:none}.dd-input:checked+.dd-menu[data-v-5e4ebdba]{display:block}.dd-menu li[data-v-5e4ebdba]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-5e4ebdba]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-5e4ebdba]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-5e4ebdba]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-5e4ebdba]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-5e4ebdba]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-5e4ebdba]{font-weight:700}.simple-form p.help-text[data-v-5e4ebdba]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-5e4ebdba]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-5e4ebdba]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-5e4ebdba]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-5e4ebdba]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-5e4ebdba]::-moz-placeholder{color:#dadada}.simple-form input[data-v-5e4ebdba]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-5e4ebdba]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-5e4ebdba]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-5e4ebdba]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-5e4ebdba]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-5e4ebdba]{position:absolute;right:0;top:0}.simple-form textarea[data-v-5e4ebdba]{width:100%;max-width:none}.simple-form .next a[data-v-5e4ebdba]{display:block}.simple-form .next a+a[data-v-5e4ebdba]{margin-top:1rem}.simple-form .button[data-v-5e4ebdba]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-5e4ebdba]:hover{background-color:#4dbcba}.simple-form .button i[data-v-5e4ebdba]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-5e4ebdba]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-5e4ebdba]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-5e4ebdba]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-5e4ebdba]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-5e4ebdba]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-5e4ebdba]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-5e4ebdba],.simple-form .fade-without-move-leave-active[data-v-5e4ebdba]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-5e4ebdba],.simple-form .fade-without-move-leave-to[data-v-5e4ebdba]{opacity:0}.simple-form .fade-enter-active[data-v-5e4ebdba],.simple-form .fade-leave-active[data-v-5e4ebdba]{transition:all .5s}.simple-form .fade-enter[data-v-5e4ebdba],.simple-form .fade-leave-to[data-v-5e4ebdba]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-5e4ebdba],.simple-form .short-fade-leave-active[data-v-5e4ebdba]{transition:all .3s}.simple-form .short-fade-enter[data-v-5e4ebdba],.simple-form .short-fade-leave-to[data-v-5e4ebdba]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-5e4ebdba]{position:relative}.simple-form .field+.field[data-v-5e4ebdba]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-5e4ebdba]{width:100%;height:auto}.simple-form .field .field-file p[data-v-5e4ebdba]{margin:0}.simple-form .field .field-file.has-value[data-v-5e4ebdba]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-5e4ebdba]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-5e4ebdba]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-5e4ebdba]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-5e4ebdba]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-5e4ebdba]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-5e4ebdba]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-5e4ebdba]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.report-item[data-v-5e4ebdba]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-5e4ebdba]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-5e4ebdba]{min-height:250px}}.report-item[data-v-5e4ebdba] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-5e4ebdba] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-5e4ebdba] .text h2{font-size:125%;margin-top:0}@media(min-width:768px){.report-item[data-v-5e4ebdba] .text{width:80%;padding:3rem 0}.report-item[data-v-5e4ebdba] .text h1{font-size:200%}}.touch .report-item.report-item--agreement-graph .mini-report[data-v-5e4ebdba]{pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:10;background-color:hsla(0,0%,100%,.7);opacity:0;width:auto;margin:auto;transform:translateY(0)}.touch .report-item.report-item--agreement-graph .mini-report .mini-report--content[data-v-5e4ebdba]{position:absolute;top:20px;bottom:20px;left:20px;right:20px;overflow:scroll;margin:auto;width:auto}.touch .report-item.report-item--agreement-graph .mini-report .close[data-v-5e4ebdba]{display:block;position:absolute;right:10px;top:10px;font-size:20px;width:30px;height:30px;z-index:2;text-align:right}.touch .report-item.report-item--agreement-graph .mini-report .question-breakdown[data-v-5e4ebdba]{position:relative;z-index:1}.touch .report-item.report-item--agreement-graph .mini-report .caret[data-v-5e4ebdba]{display:none}.touch .report-item.report-item--agreement-graph .mini-report.showing[data-v-5e4ebdba]{opacity:1;pointer-events:auto}.report-item.report-item--agreement-graph[data-v-5e4ebdba]{padding-bottom:3rem}@media(min-width:768px){.report-item.report-item--agreement-graph[data-v-5e4ebdba]{display:block}}.report-item.report-item--agreement-graph .mini-report[data-v-5e4ebdba]{pointer-events:none;position:absolute;opacity:0;transform:translateY(-95%);transition:opacity .3s;background-color:transparent;width:50%;bottom:0;left:0;z-index:10}.report-item.report-item--agreement-graph .mini-report.showing[data-v-5e4ebdba]{opacity:1;pointer-events:none}.report-item.report-item--agreement-graph .mini-report--content[data-v-5e4ebdba]{border-radius:10px;padding:1rem;min-height:250px;background-color:#000;color:#fff}.report-item.report-item--agreement-graph .mini-report--content .close[data-v-5e4ebdba]{display:none}.report-item.report-item--agreement-graph .mini-report--content .caret[data-v-5e4ebdba]{background-color:inherit;position:absolute;bottom:-25px;left:0;margin:auto;width:50px;height:50px;transform:translateX(50%) rotate(45deg);z-index:1}.report-item.report-item--agreement-graph .mini-report--content .question-breakdown[data-v-5e4ebdba]{position:relative;z-index:2}.report-item.report-item--agreement-graph .mini-report--content .question-breakdown hr[data-v-5e4ebdba]{margin-bottom:1.5rem}.report-item.report-item--agreement-graph .report-placeholder[data-v-5e4ebdba]{display:flex;padding:2rem 0 0;justify-content:center;align-items:center}.report-item.report-item--agreement-graph .report-placeholder img[data-v-5e4ebdba]{opacity:.5}.report-item.report-item--agreement-graph .graph[data-v-5e4ebdba]{display:flex;min-height:200px;height:30vh;position:relative;margin-top:1.5rem}.report-item.report-item--agreement-graph .graph .entry[data-v-5e4ebdba]{z-index:1;position:relative;text-align:center;flex-grow:1;flex-shrink:1;flex-basis:10px}.report-item.report-item--agreement-graph .graph .entry span[data-v-5e4ebdba]{display:inline-block;margin-top:1rem}.report-item.report-item--agreement-graph .graph .entry span.value[data-v-5e4ebdba]{font-size:11px}@media(min-width:768px){.report-item.report-item--agreement-graph .graph .entry span.value[data-v-5e4ebdba]{display:inline-block}}.report-item.report-item--agreement-graph .graph .entry .bar[data-v-5e4ebdba]{height:100%;padding:0 5px}.report-item.report-item--agreement-graph .graph .entry .bar .bar-background[data-v-5e4ebdba]{border-radius:5px;height:100%;background-color:#efefef;display:flex;flex-direction:column;justify-content:flex-end}.report-item.report-item--agreement-graph .graph .entry .bar .bar-fill[data-v-5e4ebdba]{border-radius:5px;min-height:1px;width:100%}.slide-enter-active[data-v-7ebda775],.slide-leave-active[data-v-7ebda775]{transition:max-height .5s;max-height:1000px}.slide-enter[data-v-7ebda775],.slide-leave-to[data-v-7ebda775]{max-height:0}.dropdown[data-v-7ebda775]{display:inline-block;position:relative}.dropdown.empty[data-v-7ebda775]{pointer-events:none;opacity:.3}.dd-button[data-v-7ebda775]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-7ebda775]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-7ebda775]:hover{background-color:#eee}.dd-input[data-v-7ebda775]{display:none!important}.dd-menu[data-v-7ebda775]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-7ebda775]{display:none}.dd-input:checked+.dd-menu[data-v-7ebda775]{display:block}.dd-menu li[data-v-7ebda775]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-7ebda775]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-7ebda775]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-7ebda775]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-7ebda775]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-7ebda775]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-7ebda775]{font-weight:700}.simple-form p.help-text[data-v-7ebda775]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-7ebda775]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-7ebda775]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-7ebda775]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-7ebda775]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-7ebda775]::-moz-placeholder{color:#dadada}.simple-form input[data-v-7ebda775]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-7ebda775]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-7ebda775]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-7ebda775]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-7ebda775]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-7ebda775]{position:absolute;right:0;top:0}.simple-form textarea[data-v-7ebda775]{width:100%;max-width:none}.simple-form .next a[data-v-7ebda775]{display:block}.simple-form .next a+a[data-v-7ebda775]{margin-top:1rem}.simple-form .button[data-v-7ebda775]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-7ebda775]:hover{background-color:#4dbcba}.simple-form .button i[data-v-7ebda775]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-7ebda775]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-7ebda775]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-7ebda775]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-7ebda775]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-7ebda775]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-7ebda775]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-7ebda775],.simple-form .fade-without-move-leave-active[data-v-7ebda775]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-7ebda775],.simple-form .fade-without-move-leave-to[data-v-7ebda775]{opacity:0}.simple-form .fade-enter-active[data-v-7ebda775],.simple-form .fade-leave-active[data-v-7ebda775]{transition:all .5s}.simple-form .fade-enter[data-v-7ebda775],.simple-form .fade-leave-to[data-v-7ebda775]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-7ebda775],.simple-form .short-fade-leave-active[data-v-7ebda775]{transition:all .3s}.simple-form .short-fade-enter[data-v-7ebda775],.simple-form .short-fade-leave-to[data-v-7ebda775]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-7ebda775]{position:relative}.simple-form .field+.field[data-v-7ebda775]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-7ebda775]{width:100%;height:auto}.simple-form .field .field-file p[data-v-7ebda775]{margin:0}.simple-form .field .field-file.has-value[data-v-7ebda775]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-7ebda775]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-7ebda775]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-7ebda775]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-7ebda775]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-7ebda775]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-7ebda775]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-7ebda775]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.fade-enter-active[data-v-7ebda775],.fade-leave-active[data-v-7ebda775]{transition:all .5s linear}.fade-enter[data-v-7ebda775],.fade-leave-to[data-v-7ebda775]{overflow:hidden;max-height:0}.fade-enter-to[data-v-7ebda775],.fade-leave[data-v-7ebda775]{max-height:500px;overflow:hidden}.simple-form .extended-info[data-v-7ebda775] .content-editable--input[contenteditable=true]{border-bottom:2px dashed rgba(0,0,0,.4)}.report-item--expanding-stat[data-v-7ebda775]{background-size:cover;min-height:150px}.report-item--expanding-stat .stats-expander[data-v-7ebda775]{width:90%;margin:auto;padding:.75rem 0 40px;position:relative}.report-item--expanding-stat .stats-expander .stats[data-v-7ebda775]{padding:0}@media(min-width:768px){.report-item--expanding-stat .stats-expander[data-v-7ebda775]{width:80%;padding:.75rem 0 80px}}.report-item--expanding-stat .extended-info[data-v-7ebda775]{margin:2rem auto;width:90%}@media(min-width:758px){.report-item--expanding-stat .extended-info[data-v-7ebda775]{width:80%;margin:3rem auto}}.report-item--expanding-stat .commentary-header[data-v-7ebda775]{margin-bottom:2rem;background-color:#fbd147;padding:1rem;border-radius:10px}.report-item--expanding-stat .commentary-header[data-v-7ebda775] h2.content-editable--input{margin-bottom:0}@media(min-width:768px){.report-item--expanding-stat .commentary-header[data-v-7ebda775]{padding:1.3rem 2rem}}.report-item--expanding-stat .stats[data-v-7ebda775]{padding:0 1rem}.report-item--expanding-stat .stats .stat+.stat[data-v-7ebda775]{border-top:2px solid #000}@media(min-width:768px){.report-item--expanding-stat .stats[data-v-7ebda775]{margin-top:1rem;padding:.75rem 1rem .25rem}}.report-item--expanding-stat .actions[data-v-7ebda775]{width:80%;margin:2rem auto}.report-item--expanding-stat .expander[data-v-7ebda775]{display:flex;cursor:pointer;position:absolute;flex-direction:column;justify-content:center;align-items:center;bottom:0;left:0;right:0;width:75px;height:40px;margin:auto;text-align:center;background-color:#fff;border-radius:100px 100px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-7ebda775]{margin-top:6px;color:#000;font-size:25px}@media(min-width:768px){.report-item--expanding-stat .expander[data-v-7ebda775]{width:150px;height:75px;border-radius:150px 150px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-7ebda775]{margin-top:10px;font-size:45px}}@media(min-width:920px){.report-item--expanding-stat[data-v-7ebda775] .stat{padding:4rem 0}}.report-item--expanding-stat[data-v-7ebda775] .stat .caption{text-align:center;font-size:150%;line-height:1.3;font-size:100%}@media(min-width:768px){.report-item--expanding-stat[data-v-7ebda775] .stat .caption{text-align:left;padding-left:2rem}}.report-item--expanding-stat[data-v-7ebda775] .stat .ui-actions{top:30px}@media(min-width:768px){.report-item--expanding-stat[data-v-7ebda775] .stat.without-value .caption{padding-left:0}}.report-item--expanding-stat[data-v-7ebda775] .question-breakdown-wrapper{padding:5% 0}.report-item--expanding-stat[data-v-7ebda775] .question-breakdown-wrapper.has-commentary{padding-bottom:0}.report-item--expanding-stat[data-v-7ebda775] .question-breakdown-wrapper .bars{margin-bottom:0;padding-bottom:0}.report-item--expanding-stat[data-v-7ebda775] .question-breakdown-wrapper .question{margin-bottom:0}.report-item--expanding-stat[data-v-7ebda775] .question-breakdown-wrapper .question+.question{margin-top:2rem}.report-item--expanding-stat .question-breakdown[data-v-7ebda775]{width:90%;margin:auto}@media(min-width:758px){.report-item--expanding-stat .question-breakdown[data-v-7ebda775]{width:80%}}.report-item--expanding-stat .text[data-v-7ebda775]{display:flex;height:100%;justify-content:center;flex-direction:column;width:100%;margin:auto}.report-item--expanding-stat .text h1[data-v-7ebda775]{margin-bottom:.1rem}.report-item--expanding-stat .text h2[data-v-7ebda775]{margin-top:0}.slide-enter-active[data-v-2b8a73ca],.slide-leave-active[data-v-2b8a73ca]{transition:max-height .5s;max-height:1000px}.slide-enter[data-v-2b8a73ca],.slide-leave-to[data-v-2b8a73ca]{max-height:0}.dropdown[data-v-2b8a73ca]{display:inline-block;position:relative}.dropdown.empty[data-v-2b8a73ca]{pointer-events:none;opacity:.3}.dd-button[data-v-2b8a73ca]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-2b8a73ca]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-2b8a73ca]:hover{background-color:#eee}.dd-input[data-v-2b8a73ca]{display:none!important}.dd-menu[data-v-2b8a73ca]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-2b8a73ca]{display:none}.dd-input:checked+.dd-menu[data-v-2b8a73ca]{display:block}.dd-menu li[data-v-2b8a73ca]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-2b8a73ca]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-2b8a73ca]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-2b8a73ca]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-2b8a73ca]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-2b8a73ca]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-2b8a73ca]{font-weight:700}.simple-form p.help-text[data-v-2b8a73ca]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-2b8a73ca]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-2b8a73ca]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-2b8a73ca]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-2b8a73ca]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-2b8a73ca]::-moz-placeholder{color:#dadada}.simple-form input[data-v-2b8a73ca]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-2b8a73ca]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-2b8a73ca]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-2b8a73ca]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-2b8a73ca]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-2b8a73ca]{position:absolute;right:0;top:0}.simple-form textarea[data-v-2b8a73ca]{width:100%;max-width:none}.simple-form .next a[data-v-2b8a73ca]{display:block}.simple-form .next a+a[data-v-2b8a73ca]{margin-top:1rem}.simple-form .button[data-v-2b8a73ca]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-2b8a73ca]:hover{background-color:#4dbcba}.simple-form .button i[data-v-2b8a73ca]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-2b8a73ca]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-2b8a73ca]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-2b8a73ca]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-2b8a73ca]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-2b8a73ca]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-2b8a73ca]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-2b8a73ca],.simple-form .fade-without-move-leave-active[data-v-2b8a73ca]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-2b8a73ca],.simple-form .fade-without-move-leave-to[data-v-2b8a73ca]{opacity:0}.simple-form .fade-enter-active[data-v-2b8a73ca],.simple-form .fade-leave-active[data-v-2b8a73ca]{transition:all .5s}.simple-form .fade-enter[data-v-2b8a73ca],.simple-form .fade-leave-to[data-v-2b8a73ca]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-2b8a73ca],.simple-form .short-fade-leave-active[data-v-2b8a73ca]{transition:all .3s}.simple-form .short-fade-enter[data-v-2b8a73ca],.simple-form .short-fade-leave-to[data-v-2b8a73ca]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-2b8a73ca]{position:relative}.simple-form .field+.field[data-v-2b8a73ca]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-2b8a73ca]{width:100%;height:auto}.simple-form .field .field-file p[data-v-2b8a73ca]{margin:0}.simple-form .field .field-file.has-value[data-v-2b8a73ca]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-2b8a73ca]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-2b8a73ca]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-2b8a73ca]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-2b8a73ca]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-2b8a73ca]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-2b8a73ca]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-2b8a73ca]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.actions[data-v-2b8a73ca]{display:flex;min-height:200px;align-items:center;justify-content:center}.editHeading[data-v-2b8a73ca]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.editHeading ion-icon[data-v-2b8a73ca]{vertical-align:-5px}.fade-enter-active[data-v-2b8a73ca],.fade-leave-active[data-v-2b8a73ca]{transition:all .5s linear}.fade-enter[data-v-2b8a73ca],.fade-leave-to[data-v-2b8a73ca]{overflow:hidden;max-height:0}.fade-enter-to[data-v-2b8a73ca],.fade-leave[data-v-2b8a73ca]{max-height:500px;overflow:hidden}.simple-form .extended-info[data-v-2b8a73ca] .content-editable--input[contenteditable=true]{border-bottom:2px dashed rgba(0,0,0,.4)}.report-item--expanding-stat[data-v-2b8a73ca]{background-size:cover;min-height:150px}.report-item--expanding-stat .stats-expander[data-v-2b8a73ca]{width:90%;margin:auto;padding:.75rem 0 40px;position:relative}.report-item--expanding-stat .stats-expander .stats[data-v-2b8a73ca]{padding:0}@media(min-width:768px){.report-item--expanding-stat .stats-expander[data-v-2b8a73ca]{width:80%;padding:.75rem 0 80px}}.report-item--expanding-stat .extended-info[data-v-2b8a73ca]{margin:2rem auto;width:90%}@media(min-width:758px){.report-item--expanding-stat .extended-info[data-v-2b8a73ca]{width:80%;margin:3rem auto}}.report-item--expanding-stat .commentary-header[data-v-2b8a73ca]{margin-bottom:2rem;background-color:#fbd147;padding:1rem;border-radius:10px}.report-item--expanding-stat .commentary-header[data-v-2b8a73ca] h2.content-editable--input{margin-bottom:0}@media(min-width:768px){.report-item--expanding-stat .commentary-header[data-v-2b8a73ca]{padding:1.3rem 2rem}}.report-item--expanding-stat .stats[data-v-2b8a73ca]{padding:0 1rem}.report-item--expanding-stat .stats .stat+.stat[data-v-2b8a73ca]{border-top:2px solid #000}@media(min-width:768px){.report-item--expanding-stat .stats[data-v-2b8a73ca]{margin-top:1rem;padding:.75rem 1rem .25rem}}.report-item--expanding-stat .actions[data-v-2b8a73ca]{width:80%;margin:2rem auto}.report-item--expanding-stat .expander[data-v-2b8a73ca]{display:flex;cursor:pointer;position:absolute;flex-direction:column;justify-content:center;align-items:center;bottom:0;left:0;right:0;width:75px;height:40px;margin:auto;text-align:center;background-color:#fff;border-radius:100px 100px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-2b8a73ca]{margin-top:6px;color:#000;font-size:25px}@media(min-width:768px){.report-item--expanding-stat .expander[data-v-2b8a73ca]{width:150px;height:75px;border-radius:150px 150px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-2b8a73ca]{margin-top:10px;font-size:45px}}@media(min-width:920px){.report-item--expanding-stat[data-v-2b8a73ca] .stat{padding:4rem 0}}.report-item--expanding-stat[data-v-2b8a73ca] .stat .caption{text-align:center;font-size:150%;line-height:1.3;font-size:100%}@media(min-width:768px){.report-item--expanding-stat[data-v-2b8a73ca] .stat .caption{text-align:left;padding-left:2rem}}.report-item--expanding-stat[data-v-2b8a73ca] .stat .ui-actions{top:30px}@media(min-width:768px){.report-item--expanding-stat[data-v-2b8a73ca] .stat.without-value .caption{padding-left:0}}.report-item--expanding-stat[data-v-2b8a73ca] .question-breakdown-wrapper{padding:0}.report-item--expanding-stat[data-v-2b8a73ca] .question-breakdown-wrapper.has-commentary{padding-bottom:0}.report-item--expanding-stat[data-v-2b8a73ca] .question-breakdown-wrapper .bars{margin-bottom:0;padding-bottom:0}.report-item--expanding-stat[data-v-2b8a73ca] .question-breakdown-wrapper .question{margin-bottom:0}.report-item--expanding-stat[data-v-2b8a73ca] .question-breakdown-wrapper .question+.question{margin-top:2rem}.report-item--expanding-stat .question-breakdown[data-v-2b8a73ca]{width:100%;margin:auto}.report-item--expanding-stat .question-breakdown[data-v-2b8a73ca] .question-breakdown--content{width:90%;margin:auto;padding:5% 0}@media(min-width:758px){.report-item--expanding-stat .question-breakdown[data-v-2b8a73ca] .question-breakdown--content{width:80%}}.report-item--expanding-stat .text[data-v-2b8a73ca]{display:flex;height:100%;justify-content:center;flex-direction:column;width:100%;margin:auto}.report-item--expanding-stat .text h1[data-v-2b8a73ca]{margin-bottom:.1rem}.report-item--expanding-stat .text h2[data-v-2b8a73ca]{margin-top:0}.report-item--footer[data-v-b5a645b4]{background-color:#fff!important}footer[data-v-b5a645b4]{width:85%;margin:auto;display:flex;padding:2rem 0;justify-content:center;align-items:center}footer .copy[data-v-b5a645b4]{flex:0 1 70%}footer .copy a[data-v-b5a645b4]:link{color:#fbd147}footer .logo[data-v-b5a645b4]{flex:0 1 30%;text-align:right}footer .logo img[data-v-b5a645b4]{max-width:150px}.simple-form .lead-form .arrow-left{display:none}.dropdown[data-v-24257411]{display:inline-block;position:relative}.dropdown.empty[data-v-24257411]{pointer-events:none;opacity:.3}.dd-button[data-v-24257411]{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button[data-v-24257411]:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button[data-v-24257411]:hover{background-color:#eee}.dd-input[data-v-24257411]{display:none!important}.dd-menu[data-v-24257411]{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu[data-v-24257411]{display:none}.dd-input:checked+.dd-menu[data-v-24257411]{display:block}.dd-menu li[data-v-24257411]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-24257411]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-24257411]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-24257411]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-24257411]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-24257411]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-24257411]{font-weight:700}.simple-form p.help-text[data-v-24257411]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-24257411]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-24257411]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select[data-v-24257411]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-24257411]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select[data-v-24257411]::-moz-placeholder{color:#dadada}.simple-form input[data-v-24257411]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select[data-v-24257411]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-24257411]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select[data-v-24257411]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-24257411]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-24257411]{position:absolute;right:0;top:0}.simple-form textarea[data-v-24257411]{width:100%;max-width:none}.simple-form .next a[data-v-24257411]{display:block}.simple-form .next a+a[data-v-24257411]{margin-top:1rem}.simple-form .button[data-v-24257411]{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer;background-color:#4dbcba}.simple-form .button[data-v-24257411]:hover{background-color:#4dbcba}.simple-form .button i[data-v-24257411]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-24257411]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-24257411]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-24257411]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-24257411]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-24257411]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-24257411]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-24257411],.simple-form .fade-without-move-leave-active[data-v-24257411]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-24257411],.simple-form .fade-without-move-leave-to[data-v-24257411]{opacity:0}.simple-form .fade-enter-active[data-v-24257411],.simple-form .fade-leave-active[data-v-24257411]{transition:all .5s}.simple-form .fade-enter[data-v-24257411],.simple-form .fade-leave-to[data-v-24257411]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-24257411],.simple-form .short-fade-leave-active[data-v-24257411]{transition:all .3s}.simple-form .short-fade-enter[data-v-24257411],.simple-form .short-fade-leave-to[data-v-24257411]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-24257411]{position:relative}.simple-form .field+.field[data-v-24257411]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-24257411]{width:100%;height:auto}.simple-form .field .field-file p[data-v-24257411]{margin:0}.simple-form .field .field-file.has-value[data-v-24257411]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-24257411]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-24257411]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-24257411]{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors[data-v-24257411]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-24257411]{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li[data-v-24257411]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-24257411]{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.lead-form[data-v-24257411]{padding:2rem;position:relative}.lead-form .field-component+.field-component[data-v-24257411],.lead-form .show-fields[data-v-24257411]{margin-top:1rem}.lead-form[data-v-24257411] .field-component.checkbox label,.lead-form[data-v-24257411] .field-component.radio label{margin-bottom:.5rem}.lead-form .copy[data-v-24257411]{margin-bottom:1rem}.lead-form span.tandcs[data-v-24257411]{display:inline-block}.lead-form span.tandcs div[data-v-24257411]{display:inline}.lead-form .privacy[data-v-24257411]{margin-top:1rem}[data-v-24257411] .lead-form h2{margin-bottom:.5rem}[data-v-24257411] .field-errors{color:red;font-size:90%}[data-v-24257411] .field-errors li{margin-top:5px}[data-v-24257411] .field-errors .arrow-left{display:none}.close[data-v-24257411]{position:absolute;top:10px;right:10px}p.error[data-v-24257411]{color:red;margin-top:5px}.button[data-v-24257411]{width:auto;display:inline-block;background-color:#fbd147;color:#000;font-weight:700;min-width:110px;border-radius:500px;padding:10px 3rem;cursor:pointer;border:1px solid transparent;font-size:120%}.button[disabled][data-v-24257411]{cursor:not-allowed;border:1px solid #ccc;color:#ccc;background-color:transparent}.button[disabled][data-v-24257411]:hover{background-color:transparent}.button[data-v-24257411]:hover{background-color:#f0b905}.actions[data-v-4ae8b4f0]{display:flex;min-height:200px;align-items:center;justify-content:center}.editHeading[data-v-4ae8b4f0]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.editHeading ion-icon[data-v-4ae8b4f0]{vertical-align:-5px}.question-breakdown[data-v-4ae8b4f0]{width:100%;margin:auto}.question-breakdown[data-v-4ae8b4f0] .question-breakdown--content{width:90%;margin:auto;padding:5% 0}@media(min-width:758px){.question-breakdown[data-v-4ae8b4f0] .question-breakdown--content{width:80%}}#simple-editor select,.simple-form .lead-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input){min-width:0;padding-bottom:.2rem}.report-editor .modal-bg{overflow:scroll!important;align-items:flex-start!important;padding-top:70px}body.noscroll{overflow:hidden}.locked{pointer-events:none}@media(max-width:768px)and (orientation:landscape){body.noscroll{overflow:visible}}#report-view{width:100%;padding:0;margin:0}#report-view .report .component-wrapper{z-index:1;position:relative}#report-view .flex>.content{padding:0}@media(min-width:768px){#report-view .flex>.content{padding:2rem 1rem 1rem}}@media(min-width:1024px){#report-view .flex>.content{padding:2rem 1rem 1rem}}#report-view .report-bg>.content{background-color:#efefef;padding:0}@media(min-width:768px){#report-view .report-bg>.content{padding:2rem 1rem 1rem}}@media(min-width:1024px){#report-view .report-bg>.content{padding:2rem 1rem 1rem}}.sortable-selected{border:2px dotted #00f!important}.report[data-v-f6e95af6]{box-shadow:0 0 10px 5px rgba(0,0,0,.07);width:100%;margin:auto;max-width:960px}.report .report-item[data-v-f6e95af6]{width:100%}.report .report-item.sortable-chosen[data-v-f6e95af6]{border:2px solid #00f!important}.report .report-item-enter-active[data-v-f6e95af6],.report .report-item-leave-active[data-v-f6e95af6]{transition:all .5s;background-color:#eef9f9}.report .report-item-enter[data-v-f6e95af6],.report .report-item-leave-to[data-v-f6e95af6]{opacity:0;transform:translateY(100px)}.report .topbar[data-v-f6e95af6]{height:50px;background-color:transparent;border-bottom:none}.modal-bg[data-v-f6e95af6]{z-index:2;position:fixed;width:100%;height:100%;margin:auto;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;overflow:scroll}@media(max-width:768px)and (orientation:landscape){.anon .modal-bg[data-v-f6e95af6]{position:absolute;padding:1rem;align-items:flex-start}}@media(max-height:500px){.anon .modal-bg[data-v-f6e95af6]{align-items:flex-start}}.lang-select[data-v-f6e95af6]{top:5px;right:5px;margin-left:auto}.lang-select select[data-v-f6e95af6]{min-width:120px;background-position:90% 50%}[data-v-f6e95af6] .lead-form{background-color:#fff;width:90%;height:auto;max-width:500px;max-height:none;box-shadow:0 0 10px rgba(0,0,0,.3)}.add-item-dialogue[data-v-a3656cb6]{position:relative;width:100%;margin:0 auto;max-width:960px}.add-item-dialogue .add-item-dialogue--content .grid[data-v-a3656cb6]{display:flex;flex-wrap:wrap}.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-a3656cb6]{padding:0 .5rem;margin-bottom:1rem;flex:0 0 100%}.add-item-dialogue .add-item-dialogue--content .grid .item[data-v-a3656cb6]{cursor:pointer;background-color:hsla(0,0%,100%,.1);padding:10px;height:100%}.add-item-dialogue .add-item-dialogue--content .grid .item.selected[data-v-a3656cb6]{background-color:hsla(0,0%,100%,.3)}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb[data-v-a3656cb6]{width:100%}.add-item-dialogue .add-item-dialogue--content .grid .item .item-thumb img[data-v-a3656cb6]{display:inline-block;width:100%}.add-item-dialogue .add-item-dialogue--content .grid .item .small[data-v-a3656cb6]{text-align:center;margin:5px 0;font-size:80%}.add-item-dialogue .add-item-dialogue--content .text[data-v-a3656cb6]{margin:auto}.add-item-dialogue .add-item-dialogue--content .actions[data-v-a3656cb6]{margin:0;text-align:center}.add-item-dialogue .add-item-dialogue--content .actions a.button[data-v-a3656cb6]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;padding:4px 12px 4px 8px;display:inline-block}.add-item-dialogue .add-item-dialogue--content .actions a.button ion-icon[data-v-a3656cb6]{color:#fff;font-size:25px;vertical-align:middle}.add-item-dialogue .add-item-dialogue--content .actions a.button+.action-button[data-v-a3656cb6]{margin-top:1rem}.add-item-dialogue .add-item-dialogue--content .actions a.button span[data-v-a3656cb6]{vertical-align:-1px}@media screen and (min-width:960px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-a3656cb6]{flex:0 0 50%}}@media screen and (min-width:1200px){.add-item-dialogue .add-item-dialogue--content .grid .item-wrapper[data-v-a3656cb6]{flex:0 0 33%}}.add-item-dialogue .close-button[data-v-a3656cb6]{position:absolute;top:2rem;right:2rem;font-size:30px}.sub-editor[data-v-660a5ad0] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-660a5ad0] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-660a5ad0] .field-errors ul li{margin-top:3px}.sub-editor[data-v-660a5ad0] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-660a5ad0] h2.editorTitle{color:#fff}.sub-editor[data-v-660a5ad0] h1,.sub-editor[data-v-660a5ad0] h2.editorTitle,.sub-editor div[data-v-660a5ad0],.sub-editor h2[data-v-660a5ad0],.sub-editor h3[data-v-660a5ad0],.sub-editor h4[data-v-660a5ad0],.sub-editor label[data-v-660a5ad0],.sub-editor p[data-v-660a5ad0]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-660a5ad0] h1,.sub-editor h2[data-v-660a5ad0],.sub-editor h3[data-v-660a5ad0],.sub-editor h4[data-v-660a5ad0]{color:#fff}.sub-editor[data-v-660a5ad0] p,.sub-editor div[data-v-660a5ad0],.sub-editor label[data-v-660a5ad0]{color:#a5a5a5}.sub-editor[data-v-660a5ad0] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-660a5ad0] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-660a5ad0] .field-component label{color:#a5a5a5}.sub-editor[data-v-660a5ad0] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-660a5ad0] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-660a5ad0] .field-component input[type=radio]{width:auto}.sub-editor[data-v-660a5ad0] .field-component select{min-width:100%!important}.sub-editor[data-v-660a5ad0] .field-component .field-radio span{display:inline}.sub-editor[data-v-660a5ad0] .field-component .field-radio input{width:auto}.sub-editor[data-v-660a5ad0] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-660a5ad0] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-660a5ad0] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-660a5ad0]{margin-top:1rem}.sub-editor a.button[data-v-660a5ad0]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-660a5ad0] .lead-form{padding:0}.sub-editor[data-v-660a5ad0] .lead-form div,.sub-editor[data-v-660a5ad0] .lead-form h1,.sub-editor[data-v-660a5ad0] .lead-form h2,.sub-editor[data-v-660a5ad0] .lead-form h3,.sub-editor[data-v-660a5ad0] .lead-form h4,.sub-editor[data-v-660a5ad0] .lead-form label,.sub-editor[data-v-660a5ad0] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-660a5ad0]{margin-top:1rem}section[data-v-375084ed]{margin-bottom:1rem}div.signup-fields.editing li[data-v-375084ed]:not(.selected){display:none;pointer-events:none}div.signup-fields li[data-v-375084ed]{background-color:#444;padding:3px 0;display:flex}div.signup-fields li span.handle[data-v-375084ed]{flex:0 0 30px;padding:10px}div.signup-fields li span.label[data-v-375084ed]{padding:10px;flex:1 0 40%}div.signup-fields li span.action[data-v-375084ed]{flex:0 0 30px;padding:10px;cursor:pointer}div.signup-fields li span.action.disabled[data-v-375084ed]{opacity:.3;cursor:not-allowed}div.signup-fields li span.fieldName[data-v-375084ed]{padding:10px;flex:1 0 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ion-icon[data-v-375084ed]{color:#fff;font-size:20px;vertical-align:middle}select[data-v-375084ed]{max-width:100%}a.button[data-v-375084ed]{display:block;background-color:#4dbcba;border-radius:500px;cursor:pointer;color:#fff;text-align:center;width:auto;margin:1rem 0;display:inline-block;padding:6px 18px 4px 10px}a.button ion-icon[data-v-375084ed]{color:#fff;font-size:25px;vertical-align:middle}a.button+.action-button[data-v-375084ed]{margin-top:1rem}a.button .add-action[data-v-375084ed]{vertical-align:-2px}a.button ion-icon[data-v-375084ed]{font-size:20px}a.button[data-v-375084ed]:hover{background-color:#2d7675}.sub-editor[data-v-385e4cef] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-385e4cef] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-385e4cef] .field-errors ul li{margin-top:3px}.sub-editor[data-v-385e4cef] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-385e4cef] h2.editorTitle{color:#fff}.sub-editor[data-v-385e4cef] h1,.sub-editor[data-v-385e4cef] h2.editorTitle,.sub-editor div[data-v-385e4cef],.sub-editor h2[data-v-385e4cef],.sub-editor h3[data-v-385e4cef],.sub-editor h4[data-v-385e4cef],.sub-editor label[data-v-385e4cef],.sub-editor p[data-v-385e4cef]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-385e4cef] h1,.sub-editor h2[data-v-385e4cef],.sub-editor h3[data-v-385e4cef],.sub-editor h4[data-v-385e4cef]{color:#fff}.sub-editor[data-v-385e4cef] p,.sub-editor div[data-v-385e4cef],.sub-editor label[data-v-385e4cef]{color:#a5a5a5}.sub-editor[data-v-385e4cef] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-385e4cef] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-385e4cef] .field-component label{color:#a5a5a5}.sub-editor[data-v-385e4cef] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-385e4cef] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-385e4cef] .field-component input[type=radio]{width:auto}.sub-editor[data-v-385e4cef] .field-component select{min-width:100%!important}.sub-editor[data-v-385e4cef] .field-component .field-radio span{display:inline}.sub-editor[data-v-385e4cef] .field-component .field-radio input{width:auto}.sub-editor[data-v-385e4cef] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-385e4cef] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-385e4cef] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-385e4cef]{margin-top:1rem}.sub-editor a.button[data-v-385e4cef]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-385e4cef] .lead-form{padding:0}.sub-editor[data-v-385e4cef] .lead-form div,.sub-editor[data-v-385e4cef] .lead-form h1,.sub-editor[data-v-385e4cef] .lead-form h2,.sub-editor[data-v-385e4cef] .lead-form h3,.sub-editor[data-v-385e4cef] .lead-form h4,.sub-editor[data-v-385e4cef] .lead-form label,.sub-editor[data-v-385e4cef] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-63e51247] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-63e51247] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-63e51247] .field-errors ul li{margin-top:3px}.sub-editor[data-v-63e51247] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-63e51247] h2.editorTitle{color:#fff}.sub-editor[data-v-63e51247] h1,.sub-editor[data-v-63e51247] h2.editorTitle,.sub-editor div[data-v-63e51247],.sub-editor h2[data-v-63e51247],.sub-editor h3[data-v-63e51247],.sub-editor h4[data-v-63e51247],.sub-editor label[data-v-63e51247],.sub-editor p[data-v-63e51247]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-63e51247] h1,.sub-editor h2[data-v-63e51247],.sub-editor h3[data-v-63e51247],.sub-editor h4[data-v-63e51247]{color:#fff}.sub-editor[data-v-63e51247] p,.sub-editor div[data-v-63e51247],.sub-editor label[data-v-63e51247]{color:#a5a5a5}.sub-editor[data-v-63e51247] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-63e51247] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-63e51247] .field-component label{color:#a5a5a5}.sub-editor[data-v-63e51247] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-63e51247] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-63e51247] .field-component input[type=radio]{width:auto}.sub-editor[data-v-63e51247] .field-component select{min-width:100%!important}.sub-editor[data-v-63e51247] .field-component .field-radio span{display:inline}.sub-editor[data-v-63e51247] .field-component .field-radio input{width:auto}.sub-editor[data-v-63e51247] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-63e51247] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-63e51247] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-63e51247]{margin-top:1rem}.sub-editor a.button[data-v-63e51247]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-63e51247] .lead-form{padding:0}.sub-editor[data-v-63e51247] .lead-form div,.sub-editor[data-v-63e51247] .lead-form h1,.sub-editor[data-v-63e51247] .lead-form h2,.sub-editor[data-v-63e51247] .lead-form h3,.sub-editor[data-v-63e51247] .lead-form h4,.sub-editor[data-v-63e51247] .lead-form label,.sub-editor[data-v-63e51247] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-63e51247]{margin-top:1rem}.images .grid .field-component[data-v-63e51247]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-c2d9681e] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-c2d9681e] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-c2d9681e] .field-errors ul li{margin-top:3px}.sub-editor[data-v-c2d9681e] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-c2d9681e] h2.editorTitle{color:#fff}.sub-editor[data-v-c2d9681e] h1,.sub-editor[data-v-c2d9681e] h2.editorTitle,.sub-editor div[data-v-c2d9681e],.sub-editor h2[data-v-c2d9681e],.sub-editor h3[data-v-c2d9681e],.sub-editor h4[data-v-c2d9681e],.sub-editor label[data-v-c2d9681e],.sub-editor p[data-v-c2d9681e]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-c2d9681e] h1,.sub-editor h2[data-v-c2d9681e],.sub-editor h3[data-v-c2d9681e],.sub-editor h4[data-v-c2d9681e]{color:#fff}.sub-editor[data-v-c2d9681e] p,.sub-editor div[data-v-c2d9681e],.sub-editor label[data-v-c2d9681e]{color:#a5a5a5}.sub-editor[data-v-c2d9681e] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-c2d9681e] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-c2d9681e] .field-component label{color:#a5a5a5}.sub-editor[data-v-c2d9681e] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-c2d9681e] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-c2d9681e] .field-component input[type=radio]{width:auto}.sub-editor[data-v-c2d9681e] .field-component select{min-width:100%!important}.sub-editor[data-v-c2d9681e] .field-component .field-radio span{display:inline}.sub-editor[data-v-c2d9681e] .field-component .field-radio input{width:auto}.sub-editor[data-v-c2d9681e] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-c2d9681e] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-c2d9681e] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-c2d9681e]{margin-top:1rem}.sub-editor a.button[data-v-c2d9681e]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-c2d9681e] .lead-form{padding:0}.sub-editor[data-v-c2d9681e] .lead-form div,.sub-editor[data-v-c2d9681e] .lead-form h1,.sub-editor[data-v-c2d9681e] .lead-form h2,.sub-editor[data-v-c2d9681e] .lead-form h3,.sub-editor[data-v-c2d9681e] .lead-form h4,.sub-editor[data-v-c2d9681e] .lead-form label,.sub-editor[data-v-c2d9681e] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-c2d9681e]{margin-top:1rem}.images .grid .field-component[data-v-c2d9681e]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-241d064c] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-241d064c] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-241d064c] .field-errors ul li{margin-top:3px}.sub-editor[data-v-241d064c] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-241d064c] h2.editorTitle{color:#fff}.sub-editor[data-v-241d064c] h1,.sub-editor[data-v-241d064c] h2.editorTitle,.sub-editor div[data-v-241d064c],.sub-editor h2[data-v-241d064c],.sub-editor h3[data-v-241d064c],.sub-editor h4[data-v-241d064c],.sub-editor label[data-v-241d064c],.sub-editor p[data-v-241d064c]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-241d064c] h1,.sub-editor h2[data-v-241d064c],.sub-editor h3[data-v-241d064c],.sub-editor h4[data-v-241d064c]{color:#fff}.sub-editor[data-v-241d064c] p,.sub-editor div[data-v-241d064c],.sub-editor label[data-v-241d064c]{color:#a5a5a5}.sub-editor[data-v-241d064c] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-241d064c] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-241d064c] .field-component label{color:#a5a5a5}.sub-editor[data-v-241d064c] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-241d064c] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-241d064c] .field-component input[type=radio]{width:auto}.sub-editor[data-v-241d064c] .field-component select{min-width:100%!important}.sub-editor[data-v-241d064c] .field-component .field-radio span{display:inline}.sub-editor[data-v-241d064c] .field-component .field-radio input{width:auto}.sub-editor[data-v-241d064c] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-241d064c] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-241d064c] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-241d064c]{margin-top:1rem}.sub-editor a.button[data-v-241d064c]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-241d064c] .lead-form{padding:0}.sub-editor[data-v-241d064c] .lead-form div,.sub-editor[data-v-241d064c] .lead-form h1,.sub-editor[data-v-241d064c] .lead-form h2,.sub-editor[data-v-241d064c] .lead-form h3,.sub-editor[data-v-241d064c] .lead-form h4,.sub-editor[data-v-241d064c] .lead-form label,.sub-editor[data-v-241d064c] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-241d064c]{margin-top:1rem}.images .grid .field-component[data-v-241d064c]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-8848fd22] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-8848fd22] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-8848fd22] .field-errors ul li{margin-top:3px}.sub-editor[data-v-8848fd22] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-8848fd22] h2.editorTitle{color:#fff}.sub-editor[data-v-8848fd22] h1,.sub-editor[data-v-8848fd22] h2.editorTitle,.sub-editor div[data-v-8848fd22],.sub-editor h2[data-v-8848fd22],.sub-editor h3[data-v-8848fd22],.sub-editor h4[data-v-8848fd22],.sub-editor label[data-v-8848fd22],.sub-editor p[data-v-8848fd22]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-8848fd22] h1,.sub-editor h2[data-v-8848fd22],.sub-editor h3[data-v-8848fd22],.sub-editor h4[data-v-8848fd22]{color:#fff}.sub-editor[data-v-8848fd22] p,.sub-editor div[data-v-8848fd22],.sub-editor label[data-v-8848fd22]{color:#a5a5a5}.sub-editor[data-v-8848fd22] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-8848fd22] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-8848fd22] .field-component label{color:#a5a5a5}.sub-editor[data-v-8848fd22] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-8848fd22] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-8848fd22] .field-component input[type=radio]{width:auto}.sub-editor[data-v-8848fd22] .field-component select{min-width:100%!important}.sub-editor[data-v-8848fd22] .field-component .field-radio span{display:inline}.sub-editor[data-v-8848fd22] .field-component .field-radio input{width:auto}.sub-editor[data-v-8848fd22] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-8848fd22] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-8848fd22] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-8848fd22]{margin-top:1rem}.sub-editor a.button[data-v-8848fd22]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-8848fd22] .lead-form{padding:0}.sub-editor[data-v-8848fd22] .lead-form div,.sub-editor[data-v-8848fd22] .lead-form h1,.sub-editor[data-v-8848fd22] .lead-form h2,.sub-editor[data-v-8848fd22] .lead-form h3,.sub-editor[data-v-8848fd22] .lead-form h4,.sub-editor[data-v-8848fd22] .lead-form label,.sub-editor[data-v-8848fd22] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-8848fd22]{margin-top:1rem}.images .grid .field-component[data-v-8848fd22]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-407ac5fc] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-407ac5fc] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-407ac5fc] .field-errors ul li{margin-top:3px}.sub-editor[data-v-407ac5fc] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-407ac5fc] h2.editorTitle{color:#fff}.sub-editor[data-v-407ac5fc] h1,.sub-editor[data-v-407ac5fc] h2.editorTitle,.sub-editor div[data-v-407ac5fc],.sub-editor h2[data-v-407ac5fc],.sub-editor h3[data-v-407ac5fc],.sub-editor h4[data-v-407ac5fc],.sub-editor label[data-v-407ac5fc],.sub-editor p[data-v-407ac5fc]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-407ac5fc] h1,.sub-editor h2[data-v-407ac5fc],.sub-editor h3[data-v-407ac5fc],.sub-editor h4[data-v-407ac5fc]{color:#fff}.sub-editor[data-v-407ac5fc] p,.sub-editor div[data-v-407ac5fc],.sub-editor label[data-v-407ac5fc]{color:#a5a5a5}.sub-editor[data-v-407ac5fc] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-407ac5fc] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-407ac5fc] .field-component label{color:#a5a5a5}.sub-editor[data-v-407ac5fc] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-407ac5fc] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-407ac5fc] .field-component input[type=radio]{width:auto}.sub-editor[data-v-407ac5fc] .field-component select{min-width:100%!important}.sub-editor[data-v-407ac5fc] .field-component .field-radio span{display:inline}.sub-editor[data-v-407ac5fc] .field-component .field-radio input{width:auto}.sub-editor[data-v-407ac5fc] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-407ac5fc] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-407ac5fc] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-407ac5fc]{margin-top:1rem}.sub-editor a.button[data-v-407ac5fc]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-407ac5fc] .lead-form{padding:0}.sub-editor[data-v-407ac5fc] .lead-form div,.sub-editor[data-v-407ac5fc] .lead-form h1,.sub-editor[data-v-407ac5fc] .lead-form h2,.sub-editor[data-v-407ac5fc] .lead-form h3,.sub-editor[data-v-407ac5fc] .lead-form h4,.sub-editor[data-v-407ac5fc] .lead-form label,.sub-editor[data-v-407ac5fc] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-407ac5fc]{margin-top:1rem}.images .grid .field-component[data-v-407ac5fc]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-45d82a87] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-45d82a87] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-45d82a87] .field-errors ul li{margin-top:3px}.sub-editor[data-v-45d82a87] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-45d82a87] h2.editorTitle{color:#fff}.sub-editor[data-v-45d82a87] h1,.sub-editor[data-v-45d82a87] h2.editorTitle,.sub-editor div[data-v-45d82a87],.sub-editor h2[data-v-45d82a87],.sub-editor h3[data-v-45d82a87],.sub-editor h4[data-v-45d82a87],.sub-editor label[data-v-45d82a87],.sub-editor p[data-v-45d82a87]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-45d82a87] h1,.sub-editor h2[data-v-45d82a87],.sub-editor h3[data-v-45d82a87],.sub-editor h4[data-v-45d82a87]{color:#fff}.sub-editor[data-v-45d82a87] p,.sub-editor div[data-v-45d82a87],.sub-editor label[data-v-45d82a87]{color:#a5a5a5}.sub-editor[data-v-45d82a87] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-45d82a87] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-45d82a87] .field-component label{color:#a5a5a5}.sub-editor[data-v-45d82a87] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-45d82a87] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-45d82a87] .field-component input[type=radio]{width:auto}.sub-editor[data-v-45d82a87] .field-component select{min-width:100%!important}.sub-editor[data-v-45d82a87] .field-component .field-radio span{display:inline}.sub-editor[data-v-45d82a87] .field-component .field-radio input{width:auto}.sub-editor[data-v-45d82a87] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-45d82a87] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-45d82a87] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-45d82a87]{margin-top:1rem}.sub-editor a.button[data-v-45d82a87]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-45d82a87] .lead-form{padding:0}.sub-editor[data-v-45d82a87] .lead-form div,.sub-editor[data-v-45d82a87] .lead-form h1,.sub-editor[data-v-45d82a87] .lead-form h2,.sub-editor[data-v-45d82a87] .lead-form h3,.sub-editor[data-v-45d82a87] .lead-form h4,.sub-editor[data-v-45d82a87] .lead-form label,.sub-editor[data-v-45d82a87] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-45d82a87]{margin-top:1rem}.images .grid .field-component[data-v-45d82a87]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-7c04ab49] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-7c04ab49] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-7c04ab49] .field-errors ul li{margin-top:3px}.sub-editor[data-v-7c04ab49] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-7c04ab49] h2.editorTitle{color:#fff}.sub-editor[data-v-7c04ab49] h1,.sub-editor[data-v-7c04ab49] h2.editorTitle,.sub-editor div[data-v-7c04ab49],.sub-editor h2[data-v-7c04ab49],.sub-editor h3[data-v-7c04ab49],.sub-editor h4[data-v-7c04ab49],.sub-editor label[data-v-7c04ab49],.sub-editor p[data-v-7c04ab49]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-7c04ab49] h1,.sub-editor h2[data-v-7c04ab49],.sub-editor h3[data-v-7c04ab49],.sub-editor h4[data-v-7c04ab49]{color:#fff}.sub-editor[data-v-7c04ab49] p,.sub-editor div[data-v-7c04ab49],.sub-editor label[data-v-7c04ab49]{color:#a5a5a5}.sub-editor[data-v-7c04ab49] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-7c04ab49] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-7c04ab49] .field-component label{color:#a5a5a5}.sub-editor[data-v-7c04ab49] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-7c04ab49] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-7c04ab49] .field-component input[type=radio]{width:auto}.sub-editor[data-v-7c04ab49] .field-component select{min-width:100%!important}.sub-editor[data-v-7c04ab49] .field-component .field-radio span{display:inline}.sub-editor[data-v-7c04ab49] .field-component .field-radio input{width:auto}.sub-editor[data-v-7c04ab49] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-7c04ab49] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-7c04ab49] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-7c04ab49]{margin-top:1rem}.sub-editor a.button[data-v-7c04ab49]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-7c04ab49] .lead-form{padding:0}.sub-editor[data-v-7c04ab49] .lead-form div,.sub-editor[data-v-7c04ab49] .lead-form h1,.sub-editor[data-v-7c04ab49] .lead-form h2,.sub-editor[data-v-7c04ab49] .lead-form h3,.sub-editor[data-v-7c04ab49] .lead-form h4,.sub-editor[data-v-7c04ab49] .lead-form label,.sub-editor[data-v-7c04ab49] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-7c04ab49]{margin-top:1rem}.images .grid .field-component[data-v-7c04ab49]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-cfd50f9e] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-cfd50f9e] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-cfd50f9e] .field-errors ul li{margin-top:3px}.sub-editor[data-v-cfd50f9e] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-cfd50f9e] h2.editorTitle{color:#fff}.sub-editor[data-v-cfd50f9e] h1,.sub-editor[data-v-cfd50f9e] h2.editorTitle,.sub-editor div[data-v-cfd50f9e],.sub-editor h2[data-v-cfd50f9e],.sub-editor h3[data-v-cfd50f9e],.sub-editor h4[data-v-cfd50f9e],.sub-editor label[data-v-cfd50f9e],.sub-editor p[data-v-cfd50f9e]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-cfd50f9e] h1,.sub-editor h2[data-v-cfd50f9e],.sub-editor h3[data-v-cfd50f9e],.sub-editor h4[data-v-cfd50f9e]{color:#fff}.sub-editor[data-v-cfd50f9e] p,.sub-editor div[data-v-cfd50f9e],.sub-editor label[data-v-cfd50f9e]{color:#a5a5a5}.sub-editor[data-v-cfd50f9e] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-cfd50f9e] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-cfd50f9e] .field-component label{color:#a5a5a5}.sub-editor[data-v-cfd50f9e] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-cfd50f9e] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-cfd50f9e] .field-component input[type=radio]{width:auto}.sub-editor[data-v-cfd50f9e] .field-component select{min-width:100%!important}.sub-editor[data-v-cfd50f9e] .field-component .field-radio span{display:inline}.sub-editor[data-v-cfd50f9e] .field-component .field-radio input{width:auto}.sub-editor[data-v-cfd50f9e] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-cfd50f9e] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-cfd50f9e] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-cfd50f9e]{margin-top:1rem}.sub-editor a.button[data-v-cfd50f9e]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-cfd50f9e] .lead-form{padding:0}.sub-editor[data-v-cfd50f9e] .lead-form div,.sub-editor[data-v-cfd50f9e] .lead-form h1,.sub-editor[data-v-cfd50f9e] .lead-form h2,.sub-editor[data-v-cfd50f9e] .lead-form h3,.sub-editor[data-v-cfd50f9e] .lead-form h4,.sub-editor[data-v-cfd50f9e] .lead-form label,.sub-editor[data-v-cfd50f9e] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-cfd50f9e]{margin-top:1rem}.images .grid .field-component[data-v-cfd50f9e]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-bb69e692] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-bb69e692] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-bb69e692] .field-errors ul li{margin-top:3px}.sub-editor[data-v-bb69e692] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-bb69e692] h2.editorTitle{color:#fff}.sub-editor[data-v-bb69e692] h1,.sub-editor[data-v-bb69e692] h2.editorTitle,.sub-editor div[data-v-bb69e692],.sub-editor h2[data-v-bb69e692],.sub-editor h3[data-v-bb69e692],.sub-editor h4[data-v-bb69e692],.sub-editor label[data-v-bb69e692],.sub-editor p[data-v-bb69e692]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-bb69e692] h1,.sub-editor h2[data-v-bb69e692],.sub-editor h3[data-v-bb69e692],.sub-editor h4[data-v-bb69e692]{color:#fff}.sub-editor[data-v-bb69e692] p,.sub-editor div[data-v-bb69e692],.sub-editor label[data-v-bb69e692]{color:#a5a5a5}.sub-editor[data-v-bb69e692] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-bb69e692] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-bb69e692] .field-component label{color:#a5a5a5}.sub-editor[data-v-bb69e692] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-bb69e692] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-bb69e692] .field-component input[type=radio]{width:auto}.sub-editor[data-v-bb69e692] .field-component select{min-width:100%!important}.sub-editor[data-v-bb69e692] .field-component .field-radio span{display:inline}.sub-editor[data-v-bb69e692] .field-component .field-radio input{width:auto}.sub-editor[data-v-bb69e692] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-bb69e692] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-bb69e692] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-bb69e692]{margin-top:1rem}.sub-editor a.button[data-v-bb69e692]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-bb69e692] .lead-form{padding:0}.sub-editor[data-v-bb69e692] .lead-form div,.sub-editor[data-v-bb69e692] .lead-form h1,.sub-editor[data-v-bb69e692] .lead-form h2,.sub-editor[data-v-bb69e692] .lead-form h3,.sub-editor[data-v-bb69e692] .lead-form h4,.sub-editor[data-v-bb69e692] .lead-form label,.sub-editor[data-v-bb69e692] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-bb69e692]{margin-top:1rem}.images .grid .field-component[data-v-bb69e692]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-471c2027] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-471c2027] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-471c2027] .field-errors ul li{margin-top:3px}.sub-editor[data-v-471c2027] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-471c2027] h2.editorTitle{color:#fff}.sub-editor[data-v-471c2027] h1,.sub-editor[data-v-471c2027] h2.editorTitle,.sub-editor div[data-v-471c2027],.sub-editor h2[data-v-471c2027],.sub-editor h3[data-v-471c2027],.sub-editor h4[data-v-471c2027],.sub-editor label[data-v-471c2027],.sub-editor p[data-v-471c2027]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-471c2027] h1,.sub-editor h2[data-v-471c2027],.sub-editor h3[data-v-471c2027],.sub-editor h4[data-v-471c2027]{color:#fff}.sub-editor[data-v-471c2027] p,.sub-editor div[data-v-471c2027],.sub-editor label[data-v-471c2027]{color:#a5a5a5}.sub-editor[data-v-471c2027] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-471c2027] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-471c2027] .field-component label{color:#a5a5a5}.sub-editor[data-v-471c2027] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-471c2027] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-471c2027] .field-component input[type=radio]{width:auto}.sub-editor[data-v-471c2027] .field-component select{min-width:100%!important}.sub-editor[data-v-471c2027] .field-component .field-radio span{display:inline}.sub-editor[data-v-471c2027] .field-component .field-radio input{width:auto}.sub-editor[data-v-471c2027] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-471c2027] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-471c2027] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-471c2027]{margin-top:1rem}.sub-editor a.button[data-v-471c2027]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-471c2027] .lead-form{padding:0}.sub-editor[data-v-471c2027] .lead-form div,.sub-editor[data-v-471c2027] .lead-form h1,.sub-editor[data-v-471c2027] .lead-form h2,.sub-editor[data-v-471c2027] .lead-form h3,.sub-editor[data-v-471c2027] .lead-form h4,.sub-editor[data-v-471c2027] .lead-form label,.sub-editor[data-v-471c2027] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-471c2027]{margin-top:1rem}.images .grid .field-component[data-v-471c2027]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-30332c56] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-30332c56] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-30332c56] .field-errors ul li{margin-top:3px}.sub-editor[data-v-30332c56] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-30332c56] h2.editorTitle{color:#fff}.sub-editor[data-v-30332c56] h1,.sub-editor[data-v-30332c56] h2.editorTitle,.sub-editor div[data-v-30332c56],.sub-editor h2[data-v-30332c56],.sub-editor h3[data-v-30332c56],.sub-editor h4[data-v-30332c56],.sub-editor label[data-v-30332c56],.sub-editor p[data-v-30332c56]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-30332c56] h1,.sub-editor h2[data-v-30332c56],.sub-editor h3[data-v-30332c56],.sub-editor h4[data-v-30332c56]{color:#fff}.sub-editor[data-v-30332c56] p,.sub-editor div[data-v-30332c56],.sub-editor label[data-v-30332c56]{color:#a5a5a5}.sub-editor[data-v-30332c56] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-30332c56] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-30332c56] .field-component label{color:#a5a5a5}.sub-editor[data-v-30332c56] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-30332c56] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-30332c56] .field-component input[type=radio]{width:auto}.sub-editor[data-v-30332c56] .field-component select{min-width:100%!important}.sub-editor[data-v-30332c56] .field-component .field-radio span{display:inline}.sub-editor[data-v-30332c56] .field-component .field-radio input{width:auto}.sub-editor[data-v-30332c56] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-30332c56] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-30332c56] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-30332c56]{margin-top:1rem}.sub-editor a.button[data-v-30332c56]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-30332c56] .lead-form{padding:0}.sub-editor[data-v-30332c56] .lead-form div,.sub-editor[data-v-30332c56] .lead-form h1,.sub-editor[data-v-30332c56] .lead-form h2,.sub-editor[data-v-30332c56] .lead-form h3,.sub-editor[data-v-30332c56] .lead-form h4,.sub-editor[data-v-30332c56] .lead-form label,.sub-editor[data-v-30332c56] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-30332c56]{margin-top:1rem}.images .grid .field-component[data-v-30332c56]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}.sub-editor[data-v-3a79c7da] trix-toolbar .trix-button--icon{background-color:#efefef}.sub-editor[data-v-3a79c7da] .field-errors{color:#fff;font-weight:700}.sub-editor[data-v-3a79c7da] .field-errors ul li{margin-top:3px}.sub-editor[data-v-3a79c7da] .field-errors ul li ion-icon{color:#c94744;margin-right:3px;vertical-align:-3px}.sub-editor[data-v-3a79c7da] h2.editorTitle{color:#fff}.sub-editor[data-v-3a79c7da] h1,.sub-editor[data-v-3a79c7da] h2.editorTitle,.sub-editor div[data-v-3a79c7da],.sub-editor h2[data-v-3a79c7da],.sub-editor h3[data-v-3a79c7da],.sub-editor h4[data-v-3a79c7da],.sub-editor label[data-v-3a79c7da],.sub-editor p[data-v-3a79c7da]{font-family:Roboto,sans-serif;font-weight:lighter}.sub-editor[data-v-3a79c7da] h1,.sub-editor h2[data-v-3a79c7da],.sub-editor h3[data-v-3a79c7da],.sub-editor h4[data-v-3a79c7da]{color:#fff}.sub-editor[data-v-3a79c7da] p,.sub-editor div[data-v-3a79c7da],.sub-editor label[data-v-3a79c7da]{color:#a5a5a5}.sub-editor[data-v-3a79c7da] .field-component.color:nth-child(3) .vc-chrome{right:0;left:auto}.sub-editor[data-v-3a79c7da] .field-component+.field-component{margin-top:20px}.sub-editor[data-v-3a79c7da] .field-component label{color:#a5a5a5}.sub-editor[data-v-3a79c7da] .field-component span.delete ion-icon{color:#fff}.sub-editor[data-v-3a79c7da] .field-component input:not([type=checkbox]){max-width:100%!important;min-width:auto!important;width:100%}.sub-editor[data-v-3a79c7da] .field-component input[type=radio]{width:auto}.sub-editor[data-v-3a79c7da] .field-component select{min-width:100%!important}.sub-editor[data-v-3a79c7da] .field-component .field-radio span{display:inline}.sub-editor[data-v-3a79c7da] .field-component .field-radio input{width:auto}.sub-editor[data-v-3a79c7da] .grid{display:flex;flex-wrap:wrap}.sub-editor[data-v-3a79c7da] .grid .field-component{flex:0 0 32%;margin-top:0!important;margin-bottom:1rem;margin-right:1%}.sub-editor[data-v-3a79c7da] .grid .field-component:nth-child(3n){margin-right:1%}.sub-editor .sub-edit-panel+.sub-edit-panel[data-v-3a79c7da]{margin-top:1rem}.sub-editor a.button[data-v-3a79c7da]{background-color:#efefef;padding:3px 5px;border-radius:3px;color:#333;font-size:100%;cursor:pointer;text-align:center}.sub-editor[data-v-3a79c7da] .lead-form{padding:0}.sub-editor[data-v-3a79c7da] .lead-form div,.sub-editor[data-v-3a79c7da] .lead-form h1,.sub-editor[data-v-3a79c7da] .lead-form h2,.sub-editor[data-v-3a79c7da] .lead-form h3,.sub-editor[data-v-3a79c7da] .lead-form h4,.sub-editor[data-v-3a79c7da] .lead-form label,.sub-editor[data-v-3a79c7da] .lead-form p{font-family:Roboto,sans-serif;font-weight:lighter}.sub-edit-panel.fonts .grid[data-v-3a79c7da]{margin-top:1rem}.images .grid .field-component[data-v-3a79c7da]{flex:0 0 45%;margin-top:0!important;margin-bottom:1rem}@-webkit-keyframes disappear-data-v-361b035e{0%{opacity:1}to{opacity:0}}@keyframes disappear-data-v-361b035e{0%{opacity:1}to{opacity:0}}.saving-indicator.saved[data-v-361b035e]{-webkit-animation:disappear-data-v-361b035e 1s linear 2s forwards;animation:disappear-data-v-361b035e 1s linear 2s forwards}@-webkit-keyframes rotate-data-v-361b035e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-361b035e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.indicator ion-icon[data-v-361b035e]{vertical-align:-2px}.unsaved ion-icon[data-v-361b035e]{-webkit-animation:rotate-data-v-361b035e 1s infinite;animation:rotate-data-v-361b035e 1s infinite}.fade-fast-out-enter[data-v-361b035e]{opacity:0;transform:translateY(-120%)}.fade-fast-out-enter-active[data-v-361b035e]{transition-delay:2s;transition:all .3s ease}.fade-fast-out-enter-to[data-v-361b035e]{opacity:1;transform:translateY(0)}.fade-fast-out-leave[data-v-361b035e]{opacity:1;transform:translateY(-120%)}.fade-fast-out-leave-active[data-v-361b035e]{transition:all 0s linear}.fade-fast-out-leave-to[data-v-361b035e]{opacity:0}.simple-form .flex>.content{overflow-x:visible;overflow-x:initial}[data-v-46ad15c5] .saving-indicator{position:fixed;z-index:15;top:70px;right:16px;width:120px;padding:5px 10px;text-align:right;color:#188bae}[data-v-46ad15c5] .saving-indicator.saved{color:green}.report-editor[data-v-46ad15c5]{height:calc(100vh - 70px);background-color:#ccc;display:flex;position:relative;overflow:hidden}.report-editor .notification[data-v-46ad15c5]{position:sticky;top:20px;background-color:#fcc776;z-index:999;margin:0 20px;padding:10px}.report-editor .edit-panel[data-v-46ad15c5]{z-index:2;flex:0 0 20%;transform:translateX(-100%);transition:transform .3s;width:0;background-color:#333;top:0;bottom:0;position:sticky;height:calc(100vh - 70px);color:#fff;align-self:flex-start}.report-editor .edit-panel .panel-content[data-v-46ad15c5]{padding:20px;visibility:hidden;overflow-y:auto;overscroll-behavior-y:contain}.report-editor .report-panel[data-v-46ad15c5]{flex:0 0 80%;margin-left:0;transform:translateX(0);transition:margin-left .3s;z-index:1;height:calc(100vh - 70px);overflow-y:auto;overscroll-behavior-y:contain;position:relative;width:100%}.report-editor .report-panel[data-v-46ad15c5] .report-item+.report-item{border-top:1px solid #000}.report-editor .media-panel[data-v-46ad15c5]{flex:0 0 80%;margin-left:0;transform:translateX(0);transition:margin-left .3s;z-index:1;height:calc(100vh - 70px);overflow-y:auto;overscroll-behavior-y:contain;position:relative;width:100%}.report-editor nav.actions[data-v-46ad15c5]{position:fixed;top:0;left:0;padding:90px 1rem 0;width:20%;height:100vh;z-index:20;background-color:#eef9f9;margin:0;z-index:1}.report-editor nav.actions ul.nav-items li[data-v-46ad15c5]{display:block}.report-editor nav.actions ul.nav-items li a[data-v-46ad15c5]{color:#4dbcba;font-size:14px;padding:13px 15px 10px;cursor:pointer;display:block}.report-editor a.close-settings[data-v-46ad15c5]{font-size:30px;position:absolute;top:5px;right:15px;cursor:pointer}.report-editor a.close-settings ion-icon[data-v-46ad15c5]{color:#fff}.report-editor.open .edit-panel[data-v-46ad15c5]{transition:transform .3s;align-self:flex-start;flex:0 0 30%;transform:translateX(0);top:0}.report-editor.open .edit-panel .panel-content[data-v-46ad15c5]{height:calc(100vh - 70px);top:20px;visibility:visible}.report-editor.open .report-panel[data-v-46ad15c5]{flex:1 1 66%;margin-left:0}.report-editor.open .report-panel .actions[data-v-46ad15c5]{display:none}.report-editor.open .media-panel[data-v-46ad15c5]{flex:1 1 66%}.report-editor.open a.open-settings[data-v-46ad15c5]{display:none}.report-editor[data-v-46ad15c5] .report-item{position:relative}.report-editor[data-v-46ad15c5] .report-item:hover .ui-actions{opacity:1}.report-editor[data-v-46ad15c5] .ui-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;position:absolute;top:14px;right:14px;opacity:0}.report-editor .modal-background[data-v-46ad15c5]{position:fixed;z-index:3;top:0;left:0;bottom:0;right:0;background-color:hsla(0,0%,100%,.6)}.report-editor .report[data-v-46ad15c5]{z-index:1}.report-editor .media-browser[data-v-46ad15c5]{z-index:2}ul.error-list li{color:red}table.collection th.action[data-v-50517371]{width:5%}table.collection td[data-v-50517371],table.collection th[data-v-50517371]{padding:.8em .4em}table.collection tr.staged td[data-v-50517371]{background-color:#e6f5f3;border-bottom:1px solid #c2e6e2;font-weight:700}table.collection ion-icon[data-v-50517371]{font-size:20px;cursor:pointer}nav ul[data-v-237971c8]{display:flex}nav ul li+li[data-v-237971c8]{margin-left:1rem}nav ul li.current[data-v-237971c8]{color:orange}nav ul li a[data-v-237971c8]{text-decoration:underline}.tab .actions[data-v-237971c8]{display:flex}.tab .actions a[data-v-237971c8]{margin-left:auto}.tab .actions a+a[data-v-237971c8]{margin-left:1rem}.dropdown{display:inline-block;position:relative}.dropdown.empty{pointer-events:none;opacity:.3}.dd-button{display:inline-block;border:1px solid grey;border-radius:0;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button:hover{background-color:#eee}.dd-input{display:none!important}.dd-menu{position:absolute;top:100%;border:1px solid #ccc;border-radius:0;padding:0;margin:1px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none;z-index:2}.dd-input+.dd-menu{display:none}.dd-input:checked+.dd-menu{display:block}.dd-menu li{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li:hover{background-color:#f6f6f6}.dd-menu li a{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title{font-weight:700}.simple-form p.help-text{color:#aaa;font-size:90%}.simple-form div.url-preview span{background-color:#efefef;padding:5px;margin:0}.simple-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]),.simple-form select{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::-moz-placeholder,.simple-form select::-moz-placeholder{color:#dadada}.simple-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range]):-ms-input-placeholder,.simple-form select:-ms-input-placeholder{color:#dadada}.simple-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([type=color]):not(.trix-button):not(.vc-input__input):not([type=range])::placeholder,.simple-form select::placeholder{color:#dadada}.simple-form input[type=text].inline{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip{position:absolute;right:0;top:0}.simple-form textarea{width:100%;max-width:none}.simple-form .next a{display:block}.simple-form .next a+a{margin-top:1rem}.simple-form .button{transition:all .2s ease-in;display:inline-block;min-width:110px;border-radius:500px;padding:10px 15px;color:#fff;cursor:pointer}.simple-form .button,.simple-form .button:hover{background-color:#4dbcba}.simple-form .button i{margin-left:10px;float:right}.simple-form .button.button-icon-start i{float:none;margin-left:0}.simple-form .button.button-icon-start span{float:right;margin-left:10px}.simple-form .button[disabled]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled]:hover{background-color:#fff}.simple-form .button.button-cancel{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active,.simple-form .fade-without-move-leave-active{transition:all .3s}.simple-form .fade-without-move-enter,.simple-form .fade-without-move-leave-to{opacity:0}.simple-form .fade-enter-active,.simple-form .fade-leave-active{transition:all .5s}.simple-form .fade-enter,.simple-form .fade-leave-to{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active,.simple-form .short-fade-leave-active{transition:all .3s}.simple-form .short-fade-enter,.simple-form .short-fade-leave-to{opacity:0;transform:translateY(30px)}.simple-form .field{position:relative}.simple-form .field+.field{margin-top:2rem}.simple-form .field .field-file img.file-image{width:100%;height:auto}.simple-form .field .field-file p{margin:0}.simple-form .field .field-file.has-value{position:relative}.simple-form .field .field-file.has-value input[type=file]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete{padding:3px;border-radius:500px;height:20px;width:20px;top:0;right:0;text-align:center;display:inline-block;background-color:#fff}.simple-form .field .field-errors{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul{background-color:#dc4366;color:#fff;padding:8px 10px;font-size:13px;min-height:30px;border-radius:3px}.simple-form .field .field-errors ul li{padding:3px 0;position:relative}.simple-form .arrow-left{position:absolute;display:block;left:-10px;top:0;bottom:0;margin:auto;width:0;height:20px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dc4366}.field-component--name[data-v-5b50f890]{max-width:375px}ul.controls[data-v-5b50f890]{margin-top:2rem;display:flex}ul.controls li+li[data-v-5b50f890]{margin-left:10px}[data-v-5b50f890] .error-list{margin-top:5px}a.btn[disabled][data-v-5b50f890]{background-color:#ccc;pointer-events:none}ul.controls[data-v-2cb9f40b]{display:flex}form[data-v-2102175b]{padding-top:1rem}.field-component+.field-component[data-v-2102175b]{margin-top:2rem}.media-panel[data-v-2102175b]{position:fixed;left:5%;top:100px;width:90%;margin:auto;background-color:#efefef;height:calc(100vh - 150px);box-shadow:0 0 30px rgba(0,0,0,.3)}.media-panel .media-browser[data-v-2102175b]{height:100%;overflow-y:scroll}a.btn[disabled][data-v-2102175b]{opacity:.3}[data-v-2102175b] .campaign-lookup{margin-top:1rem}[data-v-2102175b] .campaign-lookup .field-component{display:inline-block}[data-v-2102175b] input.ti-new-tag-input{padding:0!important;border-bottom:none!important}.browser[data-v-0efc9ef0]{position:relative}.browser .loader[data-v-0efc9ef0]{z-index:2;position:absolute;top:30px;left:0;right:0;bottom:auto;margin:auto}.campaign-templates-browser.disabled[data-v-0efc9ef0]{z-index:1;pointer-events:none;opacity:.3}.notifications[data-v-0efc9ef0]{padding:1rem 0}.notifications li[data-v-0efc9ef0]{display:block}.notifications li span[data-v-0efc9ef0]{display:inline-block;padding:.5rem .8rem;font-weight:700}.notifications li+li[data-v-0efc9ef0]{margin-top:.2rem}.notifications li.notice span[data-v-0efc9ef0]{background-color:#60d97c;color:#fff}.notifications li.warning span[data-v-0efc9ef0]{background-color:#d4ac26;color:#011b50}.notifications li.error span[data-v-0efc9ef0]{background-color:#d23730;color:#fff}.field[data-v-4ff8f144]{margin:.5em 0}h3[data-v-4ff8f144]{margin:0}.current-options[data-v-4ff8f144]{margin-bottom:1em}.answer-select[data-v-4ff8f144]{margin-top:.5em;max-height:200px;overflow:auto}.answer-select.medium[data-v-4ff8f144]{-moz-column-count:2;column-count:2}.answer-select.long[data-v-4ff8f144]{-moz-column-count:3;column-count:3}.answer-select label[data-v-4ff8f144],td label[data-v-4ff8f144]{margin-right:1em;word-break:keep-all;cursor:pointer;display:inline-block;padding:4px 8px;color:#333;background-color:#eef9f9;border-radius:30px;font-size:13px;line-height:1.1;margin-bottom:.5em}.answer-select label[data-v-4ff8f144]:hover,td label[data-v-4ff8f144]:hover{background-color:#c8ecec}.answer-select label.selected[data-v-4ff8f144],td label.selected[data-v-4ff8f144]{background-color:#fec300}.answer-select label input[data-v-4ff8f144],td label input[data-v-4ff8f144]{display:none}a.create-filter[disabled][data-v-4ff8f144]{background-color:#dedede;color:#888}button[data-v-4ff8f144]{margin-top:.5em}.chart-legend[data-v-b831f626]{position:relative}div.legend-item[data-v-b831f626]{position:relative;display:table;width:100%;word-break:break-all;cursor:pointer;z-index:1}div.legend-item[data-v-b831f626]:nth-child(2n){background-color:#eee}.legend-key[data-v-b831f626]{display:table-cell;width:35px}span.color[data-v-b831f626]{display:inline-block;width:30px;height:10px;border:1px solid #efefef}p.legend-label[data-v-b831f626]{display:table-cell;margin:0 0 .3em .3em;font-size:70%;color:#555}p.legend-label .legend-stats[data-v-b831f626]{white-space:nowrap}.controls[data-v-60e0e254]{display:flex;justify-content:space-between}.controls p[data-v-60e0e254]{flex:0 0 auto}.controls a.btn.small[data-v-60e0e254]{padding:3px 10px;border-radius:10px;font-size:12px;color:#333}.answer-select[data-v-60e0e254]{margin-top:.5em}.answer-select label[data-v-60e0e254]{word-break:keep-all;display:inline-block;padding:4px 8px;color:#333;background-color:#fec300;border-radius:30px;font-size:13px;line-height:1.1;margin-bottom:.5em;margin-right:1em}.current-filter[data-v-60e0e254]{margin-bottom:1em;padding:20px;border:1px solid #ccc;background-color:#efefef}.current-filter h2[data-v-60e0e254]{font-size:110%}.current-filter p[data-v-60e0e254]{margin:.1em auto}.current-filter button[data-v-60e0e254]{margin-top:.5em}.engagement[data-v-60e0e254]{display:block}.question-filter[data-v-60e0e254]{font-size:90%}.charts[data-v-60e0e254]{width:100%;display:flex;flex-wrap:wrap}.charts .item[data-v-60e0e254]{flex:0 0 auto;width:48%;border:1px solid #ccc;padding:20px;margin-bottom:1em}.charts .item+.item[data-v-60e0e254]{margin-left:2%}.charts .item .question[data-v-60e0e254]{margin-bottom:1em;min-height:70px}.charts .item .question p[data-v-60e0e254]{margin:0}.charts .item .question p.question-title[data-v-60e0e254]{font-size:80%;color:#888;margin-bottom:.2em}@media(min-width:1078px){.charts .item[data-v-60e0e254]{width:32%}}.charts .item[data-v-60e0e254]:nth-child(3n+1){margin-left:0}.charts .legend[data-v-60e0e254]{margin-top:1em;max-height:200px;overflow-y:auto}.charts .no-results[data-v-60e0e254]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#cfcfcf;border:1px solid #ccc;border-radius:1000px;height:248px;width:248px}p.error{font-size:90%;color:red}a[disabled]{background-color:#ccc}a[disabled]:hover{background-color:ccc}h3[data-v-0f2127e5]{font-size:100%;margin-top:0}.campaign-results h4 small[data-v-0f2127e5]{color:#4d6cd4}span.online[data-v-0f2127e5]{display:inline-block;width:6px;height:6px;background-color:#00d63a;border-radius:30px;margin-right:5px}.loader[data-v-0f2127e5],.loader[data-v-0f2127e5]:after,.loader[data-v-0f2127e5]:before{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7-data-v-0f2127e5 1.8s ease-in-out infinite;animation:load7-data-v-0f2127e5 1.8s ease-in-out infinite}.loader[data-v-0f2127e5]{color:#fec300;font-size:10px;margin:0 auto 50px;position:relative;text-indent:-9999em;transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader[data-v-0f2127e5]:after,.loader[data-v-0f2127e5]:before{content:"";position:absolute;top:0}.loader[data-v-0f2127e5]:before{left:-3.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader[data-v-0f2127e5]:after{left:3.5em}@-webkit-keyframes load7-data-v-0f2127e5{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes load7-data-v-0f2127e5{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.fade-and-slide-enter-active[data-v-0f2127e5],.fade-and-slide-leave-active[data-v-0f2127e5]{transition:all .5s}.fade-and-slide-enter[data-v-0f2127e5],.fade-and-slide-leave-to[data-v-0f2127e5]{opacity:0}.browser[data-v-8609f04a]{position:relative}.browser .loader[data-v-8609f04a]{z-index:2;position:absolute;top:30px;left:0;right:0;bottom:auto;margin:auto}.campaign-templates-browser.disabled[data-v-8609f04a]{z-index:1;pointer-events:none;opacity:.3}.notifications[data-v-8609f04a]{padding:1rem 0}.notifications li[data-v-8609f04a]{display:block}.notifications li span[data-v-8609f04a]{display:inline-block;padding:.5rem .8rem;font-weight:700}.notifications li+li[data-v-8609f04a]{margin-top:.2rem}.notifications li.notice span[data-v-8609f04a]{background-color:#60d97c;color:#fff}.notifications li.warning span[data-v-8609f04a]{background-color:#d4ac26;color:#011b50}.notifications li.error span[data-v-8609f04a]{background-color:#d23730;color:#fff}.field-component[data-v-5de73466]{position:relative;width:300px}.skip-button[data-v-5de73466]{margin-top:1rem}.btn[data-v-5de73466]{vertical-align:middle}.btn ion-icon[data-v-5de73466]{display:inline-block;vertical-align:middle}.mx-icon-double-left:after,.mx-icon-double-left:before,.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-left:before,.mx-icon-right:before{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-color:currentcolor;border-style:solid;border-width:2px 0 0 2px;border-radius:1px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-45deg) scale(.7);transform:rotate(-45deg) scale(.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-double-right:after,.mx-icon-double-right:before,.mx-icon-right:before{-webkit-transform:rotate(135deg) scale(.7);transform:rotate(135deg) scale(.7)}.mx-btn{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .24s ease-out;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:background-color .3s;transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-leave-to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:34px;padding:6px 30px 6px 10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:focus,.mx-input:hover{border-color:#409aff}.mx-input.disabled,.mx-input:disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-range-wrapper{display:-ms-flexbox;display:flex}@media(max-width:750px){.mx-range-wrapper{-ms-flex-direction:column;flex-direction:column}}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-double-left,.mx-btn-icon-left{float:left}.mx-btn-icon-double-right,.mx-btn-icon-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;-webkit-box-sizing:border-box;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.hover-in-range,.mx-calendar-content .cell.in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell.active,.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.mx-table th{font-weight:500}.mx-table td,.mx-table th{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{-ms-flex:1;flex:1 1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-calendar-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{-ms-flex:1;flex:1 1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list:after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}span.update-options[data-v-7fd20081]{vertical-align:bottom}a.cancel[data-v-7fd20081]{vertical-align:bottom;display:inline-block;height:15px;cursor:pointer}a.cancel ion-icon[data-v-7fd20081]{font-size:120%;font-weight:700}.mx-datepicker[data-v-7fd20081]{width:150px}a.btn[data-v-020d6d44]{color:#fff}a.invalid-var[data-v-020d6d44]{background-color:#ccc}.variables[data-v-020d6d44]{display:table;width:100%;table-layout:fixed}table.collection[data-v-020d6d44]{table-layout:fixed}table.collection tr td[data-v-020d6d44]{vertical-align:top}table.collection thead .var-default[data-v-020d6d44],table.collection thead .var-name[data-v-020d6d44]{width:20%}table.collection thead .var-values[data-v-020d6d44]{width:30%}table.collection thead .var-tag[data-v-020d6d44]{width:20%}.tag[data-v-020d6d44]{padding:10px;color:#cfcfcf}input.campaign-import-id[data-v-020d6d44]{width:100px!important}[data-v-020d6d44] .variable-row--container{display:table;table-layout:fixed;width:100%}[data-v-020d6d44] .variable-row--container .variable-row{width:100%;display:table-row;table-layout:fixed}[data-v-020d6d44] .variable-row--container .variable-row>div{display:table-cell}[data-v-020d6d44] .variable-row--container .variable-row .var-name{width:10%}[data-v-020d6d44] .variable-row--container .variable-row .var-default{width:20%}[data-v-020d6d44] .variable-row--container .variable-row .var-values{width:30%}[data-v-020d6d44] .variable-row--container .variable-row .var-tag{width:20%}[data-v-020d6d44] .variable-row--container .variable-row .actions{width:30px}[data-v-dc139bac] .field-component+.field-component{margin-top:1rem}.no-top[data-v-f6d72a54]{margin-top:0}.table-wrapper[data-v-f6d72a54]{overflow:auto;padding-bottom:1em}table.collection[data-v-f6d72a54]{margin-top:1rem;table-layout:fixed}table.collection thead[data-v-f6d72a54]{width:100%}table.collection thead th[data-v-f6d72a54]{height:auto}table.collection thead th.email[data-v-f6d72a54]{width:200px}table.collection thead th.title[data-v-f6d72a54]{width:50px}table.collection td[data-v-f6d72a54],table.collection th[data-v-f6d72a54]{width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:.8em .4em .8em .8em}table.collection td span.default-value[data-v-f6d72a54],table.collection th span.default-value[data-v-f6d72a54]{font-weight:400;color:red;cursor:pointer}table.collection th.sticky[data-v-f6d72a54]{position:sticky;width:80px}table.collection tbody tr td[data-v-f6d72a54]{transition:background-color .5s ease-in}table.collection tbody tr:hover td[data-v-f6d72a54]{background-color:rgba(254,195,0,.3)}table.collection tbody tr:hover td.sticky[data-v-f6d72a54]{background-color:#fff}table.collection tbody tr:hover td.sticky-left[data-v-f6d72a54]{background-color:#feedbd}table.collection td.sticky[data-v-f6d72a54]{position:sticky;text-align:center;right:0;width:50px;background-color:#fff;z-index:99;padding:0;line-height:1}table.collection td.sticky ion-icon[data-v-f6d72a54]{font-size:20px}table.collection td.sticky span[data-v-f6d72a54]{display:block;width:100%;padding:.4em .4em .4em 0;border-left:1px solid #ccc;box-shadow:-5px 0 5px rgba(0,0,0,.1)}table.collection td.sticky span a[data-v-f6d72a54]{cursor:pointer}table.collection td.sticky-left[data-v-f6d72a54],table.collection th.sticky-left[data-v-f6d72a54]{right:auto;left:0;background-color:#fff;z-index:99;width:150px}table.collection td.sticky-left[data-v-f6d72a54]{padding:0;line-height:unset;width:auto;text-align:left}table.collection td.sticky-left span[data-v-f6d72a54]{display:inline-block;vertical-align:middle;height:32px;width:100%;padding:.8em .4em .8em .8em;border-left:none;border-right:1px solid #ccc;box-shadow:5px 0 5px rgba(0,0,0,.1)}a.btn[data-v-0d588fca]{color:#fff}.account-actions[data-v-0d588fca]{padding:10px 0}.account-actions .tasks[data-v-0d588fca]{font-size:80%;color:#888}.account-actions .import-results[data-v-0d588fca]{margin-top:1em}.account-actions .import-results ul.errors li[data-v-0d588fca]{margin-bottom:.6em}.lds-ring[data-v-0d588fca]{display:inline-block;position:relative;width:14px;height:14px}.lds-ring div[data-v-0d588fca]{box-sizing:border-box;display:block;position:absolute;width:14px;height:14px;margin:0;border-radius:50%;-webkit-animation:lds-ring-data-v-0d588fca 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring-data-v-0d588fca 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid transparent;border-top-color:#000}.lds-ring div[data-v-0d588fca]:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div[data-v-0d588fca]:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div[data-v-0d588fca]:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring-data-v-0d588fca{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring-data-v-0d588fca{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}label.file-upload[data-v-0d588fca]{display:inline-block;height:30px;width:auto;cursor:pointer;border:1px solid #ccc;border-radius:5px;vertical-align:middle;padding:3px 8px}label.file-upload input[data-v-0d588fca]{display:none}label.file-upload span[data-v-0d588fca]{vertical-align:-5px;margin-left:.25rem}label.file-upload ion-icon[data-v-0d588fca]{vertical-align:-10px;font-size:20px}label.file-upload[data-v-0d588fca]:hover{background-color:#ededed}.no-top[data-v-5e99252a]{margin-top:0}.table-wrapper[data-v-5e99252a]{overflow:auto;padding-bottom:1em}table.collection[data-v-5e99252a]{margin-top:1rem;table-layout:fixed}table.collection thead[data-v-5e99252a]{width:100%}table.collection thead th[data-v-5e99252a]{height:auto}table.collection thead th.email[data-v-5e99252a]{width:200px}table.collection thead th.title[data-v-5e99252a]{width:50px}table.collection thead th.active[data-v-5e99252a],table.collection thead th.last-active[data-v-5e99252a]{width:100px}table.collection td[data-v-5e99252a],table.collection th[data-v-5e99252a]{width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:.8em .4em .8em .8em}table.collection td span.default-value[data-v-5e99252a],table.collection th span.default-value[data-v-5e99252a]{font-weight:400;color:red;cursor:pointer}table.collection th.sticky[data-v-5e99252a]{position:sticky;width:80px}table.collection tbody tr td[data-v-5e99252a]{transition:background-color .5s ease-in}table.collection tbody tr:hover td[data-v-5e99252a]{background-color:rgba(254,195,0,.3)}table.collection tbody tr:hover td.sticky[data-v-5e99252a]{background-color:#fff}table.collection tbody tr:hover td.sticky-left[data-v-5e99252a]{background-color:#feedbd}table.collection td.sticky[data-v-5e99252a]{position:sticky;text-align:center;right:0;width:50px;background-color:#fff;z-index:99;padding:0;line-height:1}table.collection td.sticky ion-icon[data-v-5e99252a]{font-size:20px}table.collection td.sticky span[data-v-5e99252a]{display:block;width:100%;padding:.4em .4em .4em 0;border-left:1px solid #ccc;box-shadow:-5px 0 5px rgba(0,0,0,.1)}table.collection td.sticky span a[data-v-5e99252a]{cursor:pointer}table.collection td.sticky-left[data-v-5e99252a],table.collection th.sticky-left[data-v-5e99252a]{right:auto;left:0;background-color:#fff;z-index:99;width:150px}table.collection td.sticky-left[data-v-5e99252a]{padding:0;line-height:unset;width:auto;text-align:left}table.collection td.sticky-left span[data-v-5e99252a]{display:inline-block;vertical-align:middle;height:32px;width:100%;padding:.8em .4em .8em .8em;border-left:none;border-right:1px solid #ccc;box-shadow:5px 0 5px rgba(0,0,0,.1)}.account-actions[data-v-2928b43f]{padding:10px 0}.account-actions .tasks[data-v-2928b43f]{font-size:80%;color:#888}.account-actions .import-results[data-v-2928b43f]{margin-top:1em}.account-actions .import-results ul.errors li[data-v-2928b43f]{margin-bottom:.6em}.account-actions a.btn[data-v-2928b43f]{color:#fff}.lds-ring[data-v-2928b43f]{display:inline-block;position:relative;width:14px;height:14px}.lds-ring div[data-v-2928b43f]{box-sizing:border-box;display:block;position:absolute;width:14px;height:14px;margin:0;border-radius:50%;-webkit-animation:lds-ring-data-v-2928b43f 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring-data-v-2928b43f 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid transparent;border-top-color:#000}.lds-ring div[data-v-2928b43f]:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div[data-v-2928b43f]:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div[data-v-2928b43f]:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring-data-v-2928b43f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring-data-v-2928b43f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}label.file-upload[data-v-2928b43f]{display:inline-block;height:30px;width:auto;cursor:pointer;border:1px solid #ccc;border-radius:5px;vertical-align:middle;padding:3px 8px}label.file-upload input[data-v-2928b43f]{display:none}label.file-upload span[data-v-2928b43f]{vertical-align:-5px;margin-left:.25rem}label.file-upload ion-icon[data-v-2928b43f]{vertical-align:-10px;font-size:20px}label.file-upload[data-v-2928b43f]:hover{background-color:#ededed}table.collection th.then[data-v-9884c450]{width:50%}table.collection th.actions[data-v-9884c450]{width:70px}table.collection td[data-v-9884c450]:first-child{padding-left:10px}table.collection td.actions a[data-v-9884c450]{font-size:18px}table.collection td.actions a+a[data-v-9884c450]{margin-left:10px}.tag-output{display:flex}.tag-output a.clipboard{flex:0 0 50px;padding:10px}.adder{display:flex}.adder span.input{flex:1 1 90%}.adder span.add-button{flex:0 0 35px;margin-left:1rem}.adder span.add-button a{font-size:20px;padding:.2rem;text-align:center}[data-v-026c786b] .integration-form{border:1px solid #ccc;padding:1rem}[data-v-026c786b] .integration-form h4{margin-top:0}.integration a[data-v-026c786b]{border:1px solid #dedede;padding:1rem;flex-direction:column;cursor:pointer}.integration a img[data-v-026c786b]{display:block}.integration.salesforce a img[data-v-026c786b]{max-width:100px}.integration span[data-v-026c786b]{text-align:center;font-size:90%;color:#333;margin-top:.3rem;display:block}.integration.custom a[data-v-026c786b]{background-color:#333}.lead-list-module[data-v-0fa0cab1]{position:relative}.sort a[data-v-0fa0cab1]{font-size:13px;font-weight:400}.sort a.selected[data-v-0fa0cab1]{font-weight:700}.heat-icon[data-v-0fa0cab1]{display:block;border-radius:100px;height:20px;width:20px;background-color:#ccc}.heat-icon.heat-1[data-v-0fa0cab1]{background-color:#fc4908}.heat-icon.heat-2[data-v-0fa0cab1]{background-color:#dc8c45}.heat-icon.heat-3[data-v-0fa0cab1]{background-color:#b59bc2}.heat-icon.heat-4[data-v-0fa0cab1]{background-color:#08d}td.email[data-v-0fa0cab1],td.name[data-v-0fa0cab1]{text-overflow:ellipsis}.thumb[data-v-03b03c97]{width:100px}.thumb img[data-v-03b03c97]{width:100%}.template[data-v-03b03c97]{padding-left:1rem}[data-v-66dc9cac] .campaign-backups table.collection thead tr th.index{width:30px}.charts[data-v-7606ac55]{display:flex}.charts .chart[data-v-7606ac55]{position:relative;flex:0 0 33%}table td[data-v-7606ac55]{text-overflow:ellipsis}table th.path[data-v-7606ac55]{width:70%}nav.navigation p.VuePagination__count[data-v-7ee8693c]{font-size:90%;color:#888}nav.navigation ul li[data-v-7ee8693c]{display:inline;padding:6px 8px;border:1px solid #ccc;cursor:pointer}nav.navigation ul li a[disabled][data-v-7ee8693c]{background-color:#fff}nav.navigation ul li+li[data-v-7ee8693c]{border-right:none}nav.navigation ul li.disabled[data-v-7ee8693c]{opacity:.5}nav.navigation ul li[data-v-7ee8693c]:last-child{border-right:1px solid #ccc}nav.navigation ul li.active[data-v-7ee8693c]{background-color:#fec300;color:#000;font-weight:700;cursor:auto}.filtering[data-v-a4f0940e]{margin-bottom:1rem;clear:both}section+section{margin-top:1rem}.status-display[data-v-8051bbe8]{display:flex;align-items:center}.progress[data-v-8051bbe8]::-webkit-progress-value{background:#fdc300;border-radius:50px}.progress[data-v-8051bbe8]::-webkit-progress-bar,.progress[data-v-8051bbe8]::-webkit-progress-value{border-radius:10px}.progress[value][data-v-8051bbe8]{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:250px;height:10px;display:inline-block;margin-left:.5rem}.cm-s-duotone-light.CodeMirror{background:#faf8f5;color:#b29762}.cm-s-duotone-light div.CodeMirror-selected{background:#e3dcce!important}.cm-s-duotone-light .CodeMirror-gutters{background:#faf8f5;border-right:0}.cm-s-duotone-light .CodeMirror-linenumber{color:#cdc4b1}.cm-s-duotone-light .CodeMirror-cursor{border-left:1px solid #93abdc;border-right:.5em solid #93abdc;opacity:.5}.cm-s-duotone-light .CodeMirror-activeline-background{background:#e3dcce;opacity:.5}.cm-s-duotone-light .cm-fat-cursor .CodeMirror-cursor{background:#93abdc;opacity:.5}.cm-s-duotone-light-light span.cm-hr,.cm-s-duotone-light-light span.cm-link,.cm-s-duotone-light span.cm-atom,.cm-s-duotone-light span.cm-attribute,.cm-s-duotone-light span.cm-keyword,.cm-s-duotone-light span.cm-number,.cm-s-duotone-light span.cm-quote,.cm-s-duotone-light span.cm-variable{color:#063289}.cm-s-duotone-light span.cm-property{color:#b29762}.cm-s-duotone-light span.cm-negative,.cm-s-duotone-light span.cm-punctuation,.cm-s-duotone-light span.cm-unit{color:#063289}.cm-s-duotone-light span.cm-operator,.cm-s-duotone-light span.cm-string{color:#1659df}.cm-s-duotone-light span.cm-positive,.cm-s-duotone-light span.cm-string-2,.cm-s-duotone-light span.cm-type,.cm-s-duotone-light span.cm-url,.cm-s-duotone-light span.cm-variable-2,.cm-s-duotone-light span.cm-variable-3{color:#896724}.cm-s-duotone-light span.cm-builtin,.cm-s-duotone-light span.cm-def,.cm-s-duotone-light span.cm-em,.cm-s-duotone-light span.cm-header,.cm-s-duotone-light span.cm-qualifier,.cm-s-duotone-light span.cm-tag{color:#2d2006}.cm-s-duotone-light span.cm-bracket,.cm-s-duotone-light span.cm-comment{color:#b6ad9a}.cm-s-duotone-light span.cm-error,.cm-s-duotone-light span.cm-invalidchar{color:red}.cm-s-duotone-light span.cm-header{font-weight:400}.cm-s-duotone-light .CodeMirror-matchingbracket{text-decoration:underline;color:#faf8f5!important}


/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:block;src:url(/packs/media/webfonts/fa-regular-400-7630483d.eot);src:url(/packs/media/webfonts/fa-regular-400-7630483d.eot?#iefix) format("embedded-opentype"),url(/packs/media/webfonts/fa-regular-400-f0f82301.woff2) format("woff2"),url(/packs/media/webfonts/fa-regular-400-7124eb50.woff) format("woff"),url(/packs/media/webfonts/fa-regular-400-1f77739c.ttf) format("truetype"),url(/packs/media/webfonts/fa-regular-400-0bb42845.svg#fontawesome) format("svg")}.far{font-weight:400}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:block;src:url(/packs/media/webfonts/fa-solid-900-1042e8ca.eot);src:url(/packs/media/webfonts/fa-solid-900-1042e8ca.eot?#iefix) format("embedded-opentype"),url(/packs/media/webfonts/fa-solid-900-e8a427e1.woff2) format("woff2"),url(/packs/media/webfonts/fa-solid-900-9fe5a17c.woff) format("woff"),url(/packs/media/webfonts/fa-solid-900-605ed792.ttf) format("truetype"),url(/packs/media/webfonts/fa-solid-900-376c1f97.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}trix-editor{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar *{box-sizing:border-box}trix-toolbar .trix-button-row{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:flex;margin-bottom:10px;border-color:#ccc #bbb #888;border-style:solid;border-width:1px;border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media (max-device-width:768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer{flex-grow:1}@media (max-device-width:768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:rgba(0,0,0,.6);font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active{background:#cbeefa;color:#000}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:rgba(0,0,0,.125)}@media (max-device-width:768px){trix-toolbar .trix-button{letter-spacing:-.01em;padding:0 .3em}}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media (max-device-width:768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;content:"";background-position:50%;background-repeat:no-repeat;background-size:contain}@media (max-device-width:768px){trix-toolbar .trix-button--icon:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active:before{opacity:1}trix-toolbar .trix-button--icon:disabled:before{opacity:.125}trix-toolbar .trix-button--icon-attach:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M16.5 6v11.5a4 4 0 11-8 0V5a2.5 2.5 0 015 0v10.5a1 1 0 11-2 0V6H10v9.5a2.5 2.5 0 005 0V5a4 4 0 10-8 0v12.5a5.5 5.5 0 0011 0V6h-1.5z'/%3E%3C/svg%3E");top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M15.6 11.8c1-.7 1.6-1.8 1.6-2.8a4 4 0 00-4-4H7v14h7c2.1 0 3.7-1.7 3.7-3.8 0-1.5-.8-2.8-2.1-3.4zM10 7.5h3a1.5 1.5 0 110 3h-3v-3zm3.5 9H10v-3h3.5a1.5 1.5 0 110 3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-italic:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M10 5v3h2.2l-3.4 8H6v3h8v-3h-2.2l3.4-8H18V5h-8z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M9.88 13.7a4.3 4.3 0 010-6.07l3.37-3.37a4.26 4.26 0 016.07 0 4.3 4.3 0 010 6.06l-1.96 1.72a.91.91 0 11-1.3-1.3l1.97-1.71a2.46 2.46 0 00-3.48-3.48l-3.38 3.37a2.46 2.46 0 000 3.48.91.91 0 11-1.3 1.3z'/%3E%3Cpath d='M4.25 19.46a4.3 4.3 0 010-6.07l1.93-1.9a.91.91 0 111.3 1.3l-1.93 1.9a2.46 2.46 0 003.48 3.48l3.37-3.38c.96-.96.96-2.52 0-3.48a.91.91 0 111.3-1.3 4.3 4.3 0 010 6.07l-3.38 3.38a4.26 4.26 0 01-6.07 0z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-strike:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12.73 14l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5 0 .3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52 13.52 0 017 14.95v3.37a10.64 10.64 0 004.84.88c1.26 0 2.35-.19 3.28-.56.93-.37 1.64-.9 2.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1 0-1.29.52-2.3 1.58-3.02 1.05-.72 2.5-1.08 4.34-1.08 1.62 0 3.28.34 4.97 1l-1.3 2.93c-1.47-.6-2.73-.9-3.8-.9-.55 0-.96.08-1.2.26-.26.17-.38.38-.38.64 0 .27.16.52.48.74.17.12.53.3 1.05.53H7.23zM3 13h18v-2H3v2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-quote:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-heading-1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 9v3H9v7H6v-7H3V9h9zM8 4h14v3h-6v12h-3V7H8V4z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-code:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.2 12L15 15.2l1.4 1.4L21 12l-4.6-4.6L15 8.8l3.2 3.2zM5.8 12L9 8.8 7.6 7.4 3 12l4.6 4.6L9 15.2 5.8 12z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-bullet-list:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M4 4a2 2 0 100 4 2 2 0 000-4zm0 6a2 2 0 100 4 2 2 0 000-4zm0 6a2 2 0 100 4 2 2 0 000-4zm4 3h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-number-list:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-undo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12.5 8c-2.6 0-5 1-6.9 2.6L2 7v9h9l-3.6-3.6A8 8 0 0120 16l2.4-.8a10.5 10.5 0 00-10-7.2z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-redo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.4 10.6a10.5 10.5 0 00-16.9 4.6L4 16a8 8 0 0112.7-3.6L13 16h9V7l-3.6 3.6z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-decrease-nesting-level:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8 2.9L6 14.2 4 12l2-2-1.4-1.5L1 12l.7.7zM3 5v2h19V5H3z'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-increase-nesting-level:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M3 19h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1 14.2l1.4 1.4L6 12l-.7-.7-2.8-2.8L1 9.9 3.1 12zM3 5v2h19V5H3z'/%3E%3C/svg%3E")}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:#fff;box-shadow:0 .3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:400;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{box-shadow:0 0 1.5px 1px red}trix-toolbar .trix-button--dialog{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{flex:1 1}trix-toolbar .trix-dialog__link-fields .trix-button-group{flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-mutable] ::selection{background:none}trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection{background:highlight}trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img{box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity .2s ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active{background:#cbeefa}trix-editor .trix-button:not(:disabled){cursor:pointer}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;box-shadow:1px 1px 6px rgba(0,0,0,.25)}trix-editor .trix-button--remove:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:#333}trix-editor .trix-button--remove:hover:before{opacity:1}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;transform:translate(-50%);max-width:90%;padding:.1em .6em;font-size:.8em;color:#fff;background-color:rgba(0,0,0,.7);border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:.2em;white-space:nowrap}.trix-content{line-height:1.5}.trix-content *{box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:solid #ccc;border-width:0 0 0 .3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0 .3em 0 0;margin-right:.3em;padding-right:.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size:before{content:" · "}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file{color:#333;line-height:1;margin:0 2px 2px;padding:.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{flex-basis:50%;max-width:50%}