@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,.4392156862745098)}.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-071606a5]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-071606a5]{display:inline}.fade-enter-active[data-v-071606a5],.fade-leave-active[data-v-071606a5]{transition:opacity .5s}.fade-enter[data-v-071606a5],.fade-leave-to[data-v-071606a5]{opacity:0}body [data-v-071606a5],html [data-v-071606a5]{box-sizing:border-box}body[data-v-071606a5]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-071606a5]:after{content:"";display:table;clear:both}.button[data-v-071606a5]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-071606a5]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-071606a5]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-071606a5]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-071606a5]{margin-bottom:.75em}.field[data-v-071606a5]:after{content:"";display:table;clear:both}.field label[data-v-071606a5]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-071606a5]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-071606a5]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-071606a5]{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-071606a5]{margin-top:.75em}ul.question-set li span.label[data-v-071606a5]{flex:1 1 80%}ul.question-set li span.icon[data-v-071606a5]{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-071606a5]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-071606a5]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-071606a5]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-071606a5]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-071606a5]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-071606a5]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-071606a5]{grid-column:1/span 2}.splash-page.vcenter.full[data-v-071606a5]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.splash-page.vcenter[data-v-071606a5]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.splash[data-v-071606a5]{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-071606a5]:first-child{flex:1 1 100%;order:2}.splash .column[data-v-071606a5]:last-child{flex:1 1 100%;padding-top:15%;order:1;padding-bottom:15%}@media screen and (min-width:769px){.splash[data-v-071606a5]{display:flex;flex-direction:row}.splash>.column[data-v-071606a5]{flex:1 1 50%;padding:0 10%}.splash .column[data-v-071606a5]:first-child{order:1}.splash .column[data-v-071606a5]:last-child{order:2}}.splash>.column[data-v-071606a5]{height:auto;padding:0 15%}.splash h1[data-v-071606a5]{margin-bottom:0;line-height:1.1em}.splash p[data-v-071606a5]{margin:1em 0 1.25em}.splash h1[data-v-071606a5]{font-size:9vw}.splash p[data-v-071606a5]{font-size:5vw}a.cta[data-v-071606a5]{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-071606a5]{font-weight:400}.splash-image[data-v-071606a5]{z-index:1;width:100%}.splash-image img[data-v-071606a5]{width:100%}@media screen and (min-width:575px){.splash .column[data-v-071606a5]:last-child{padding-top:10%}.splash h1[data-v-071606a5]{font-size:8.5vw}.splash p[data-v-071606a5]{font-size:3.2vw}}@media screen and (min-width:769px){.splash[data-v-071606a5]{text-align:left;padding-top:0;width:80%;height:100%;margin:auto}.splash .column[data-v-071606a5]:first-child{flex:0 1 50%;padding:0 2% 0 10%}.splash .column[data-v-071606a5]:last-child{flex:0 1 50%;padding:0 0 0 2%}.splash h1[data-v-071606a5]{font-size:5.8vw}.splash p[data-v-071606a5]{font-size:2vw}.splash a.cta[data-v-071606a5]{font-size:2vw;width:70%}}@media screen and (min-width:1112px){a.cta[data-v-071606a5]{font-size:100%}.splash h1[data-v-071606a5]{font-size:4.3vw}.splash p[data-v-071606a5]{font-size:1.5vw}.splash a.cta[data-v-071606a5]{font-size:120%;padding:2.5%}}.cta.button[data-v-071606a5]{border:none;min-height:40px}.cta.button[data-v-071606a5] .placeholder{text-align:center;width:100%;color:#ccc;line-height:20px;transform:translate(0)}.cta.button[data-v-071606a5] .content-editable{outline:none}.cta.button[data-v-071606a5] .content-editable--input{margin-bottom:0}.cta.button[data-v-071606a5] .placeholder{position:static}.debug-mode-active[data-v-10a93876]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-10a93876]{display:inline}.fade-enter-active[data-v-10a93876],.fade-leave-active[data-v-10a93876]{transition:opacity .5s}.fade-enter[data-v-10a93876],.fade-leave-to[data-v-10a93876]{opacity:0}body [data-v-10a93876],html [data-v-10a93876]{box-sizing:border-box}body[data-v-10a93876]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-10a93876]:after{content:"";display:table;clear:both}.button[data-v-10a93876]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-10a93876]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-10a93876]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-10a93876]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-10a93876]{margin-bottom:.75em}.field[data-v-10a93876]:after{content:"";display:table;clear:both}.field label[data-v-10a93876]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-10a93876]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-10a93876]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-10a93876]{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-10a93876]{margin-top:.75em}ul.question-set li span.label[data-v-10a93876]{flex:1 1 80%}ul.question-set li span.icon[data-v-10a93876]{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-10a93876]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-10a93876]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-10a93876]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-10a93876]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-10a93876]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-10a93876]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-10a93876]{grid-column:1/span 2}.splash-page.vcenter.full[data-v-10a93876]{background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.splash-page.vcenter[data-v-10a93876]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.splash[data-v-10a93876]{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-10a93876]:first-child{flex:1 1 100%;order:2}.splash .column[data-v-10a93876]:last-child{flex:1 1 100%;padding-top:15%;order:1;padding-bottom:15%}@media screen and (min-width:769px){.splash[data-v-10a93876]{display:flex;flex-direction:row}.splash>.column[data-v-10a93876]{flex:1 1 50%;padding:0 10%}.splash .column[data-v-10a93876]:first-child{order:1}.splash .column[data-v-10a93876]:last-child{order:2}}.splash>.column[data-v-10a93876]{height:auto;padding:0 15%}.splash h1[data-v-10a93876]{margin-bottom:0;line-height:1.1em}.splash p[data-v-10a93876]{margin:1em 0 1.25em}.splash h1[data-v-10a93876]{font-size:9vw}.splash p[data-v-10a93876]{font-size:5vw}a.cta[data-v-10a93876]{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-10a93876]{font-weight:400}.splash-image[data-v-10a93876]{z-index:1;width:100%}.splash-image img[data-v-10a93876]{width:100%}@media screen and (min-width:575px){.splash .column[data-v-10a93876]:last-child{padding-top:10%}.splash h1[data-v-10a93876]{font-size:8.5vw}.splash p[data-v-10a93876]{font-size:3.2vw}}@media screen and (min-width:769px){.splash[data-v-10a93876]{text-align:left;padding-top:0;width:80%;height:100%;margin:auto}.splash .column[data-v-10a93876]:first-child{flex:0 1 50%;padding:0 2% 0 10%}.splash .column[data-v-10a93876]:last-child{flex:0 1 50%;padding:0 0 0 2%}.splash h1[data-v-10a93876]{font-size:5.8vw}.splash p[data-v-10a93876]{font-size:2vw}.splash a.cta[data-v-10a93876]{font-size:2vw;width:70%}}@media screen and (min-width:1112px){a.cta[data-v-10a93876]{font-size:100%}.splash h1[data-v-10a93876]{font-size:4.3vw}.splash p[data-v-10a93876]{font-size:1.5vw}.splash a.cta[data-v-10a93876]{font-size:120%;padding:2.5%}}.small-text[data-v-10a93876]{display:none;width:90%;margin-top:1rem}.dropdown[data-v-10a93876]{display:inline-block;position:relative}.dropdown.empty[data-v-10a93876]{pointer-events:none;opacity:.3}.dd-button[data-v-10a93876]{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-10a93876]: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-10a93876]:hover{background-color:#eee}.dd-input[data-v-10a93876]{display:none!important}.dd-menu[data-v-10a93876]{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-10a93876]{display:none}.dd-input:checked+.dd-menu[data-v-10a93876]{display:block}.dd-menu li[data-v-10a93876]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-10a93876]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-10a93876]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-10a93876]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-10a93876]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-10a93876]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-10a93876]{font-weight:700}.simple-form p.help-text[data-v-10a93876]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-10a93876]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-10a93876]: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-10a93876]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-10a93876]: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-10a93876]::-moz-placeholder{color:#dadada}.simple-form input[data-v-10a93876]: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-10a93876]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-10a93876]: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-10a93876]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-10a93876]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-10a93876]{position:absolute;right:0;top:0}.simple-form textarea[data-v-10a93876]{width:100%;max-width:none}.simple-form .next a[data-v-10a93876]{display:block}.simple-form .next a+a[data-v-10a93876]{margin-top:1rem}.simple-form .button[data-v-10a93876]{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-10a93876]:hover{background-color:#4dbcba}.simple-form .button i[data-v-10a93876]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-10a93876]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-10a93876]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-10a93876]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-10a93876]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-10a93876]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-10a93876]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-10a93876],.simple-form .fade-without-move-leave-active[data-v-10a93876]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-10a93876],.simple-form .fade-without-move-leave-to[data-v-10a93876]{opacity:0}.simple-form .fade-enter-active[data-v-10a93876],.simple-form .fade-leave-active[data-v-10a93876]{transition:all .5s}.simple-form .fade-enter[data-v-10a93876],.simple-form .fade-leave-to[data-v-10a93876]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-10a93876],.simple-form .short-fade-leave-active[data-v-10a93876]{transition:all .3s}.simple-form .short-fade-enter[data-v-10a93876],.simple-form .short-fade-leave-to[data-v-10a93876]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-10a93876]{position:relative}.simple-form .field+.field[data-v-10a93876]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-10a93876]{width:100%;height:auto}.simple-form .field .field-file p[data-v-10a93876]{margin:0}.simple-form .field .field-file.has-value[data-v-10a93876]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-10a93876]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-10a93876]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-10a93876]{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-10a93876]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-10a93876]{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-10a93876]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-10a93876]{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-10a93876]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-10a93876]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-10a93876]{min-height:250px}}.report-item[data-v-10a93876] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-10a93876] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-10a93876] .text h2{font-size:125%;margin-top:0}@media (min-width:768px){.report-item[data-v-10a93876] .text{width:80%;padding:3rem 0}.report-item[data-v-10a93876] .text h1{font-size:200%}}.report-item--splash[data-v-10a93876]{min-height:200px;background-size:cover}.report-item--splash div.copy[data-v-10a93876]{line-height:1.4}.report-item--splash .cta[data-v-10a93876]{border:none;border-radius:0;margin-top:1rem}.report-item--splash .logo[data-v-10a93876]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--splash .text[data-v-10a93876]{padding:2rem 0;min-height:200px}.report-item--splash .text[data-v-10a93876] h1{font-size:250%}@media screen and (min-width:768px){.report-item--splash[data-v-10a93876]{min-height:300px}.report-item--splash .text[data-v-10a93876]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--splash[data-v-10a93876]{min-height:600px}.report-item--splash .text[data-v-10a93876]{min-height:400px}}.text-editor[data-v-40fddc1a] .tox-tinymce{border:none}.text-editor[data-v-40fddc1a] .tox-tinymce iframe{background-color:transparent}.text-editor[data-v-40fddc1a] .mce-content-body .mce-item-anchor{display:none}.text-area-block[data-v-0ba7b3a8]{min-height:50px}[data-v-0ba7b3a8] .text-editor li{list-style-type:disc}.layout-block-content a.settings[data-v-0ba7b3a8]{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-2c8a1329]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1em}.text[data-v-2c8a1329]{padding:1em;min-width:400px;flex:1 1 auto;margin:auto}[data-v-2c8a1329] .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-354698c2]{margin-top:.75rem;position:relative;display:flex;flex-direction:column}.button-wrapper .action-button[data-v-354698c2]{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-354698c2]:hover{background-color:#f0b905}.button-wrapper .action-button[data-v-354698c2] .content-editable,.button-wrapper .action-button[data-v-354698c2] .content-editable div{display:inline}.button-wrapper .actions[data-v-354698c2]{bottom:-37px;left:0;right:0;margin:3px auto;text-align:left}.button-wrapper.aligned-center[data-v-354698c2]{align-items:center}.button-wrapper.aligned-right[data-v-354698c2]{align-items:flex-end}a.state-switcher[data-v-354698c2]{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-ca9a1376]{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar [data-v-ca9a1376]{box-sizing:border-box}trix-toolbar .trix-button-row[data-v-ca9a1376]{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group[data-v-ca9a1376]{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-ca9a1376]:not(:first-child){margin-left:1.5vw}@media (max-device-width:768px){trix-toolbar .trix-button-group[data-v-ca9a1376]:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer[data-v-ca9a1376]{flex-grow:1}@media (max-device-width:768px){trix-toolbar .trix-button-group-spacer[data-v-ca9a1376]{display:none}}trix-toolbar .trix-button[data-v-ca9a1376]{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-ca9a1376]:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active[data-v-ca9a1376]{background:#cbeefa;color:#000}trix-toolbar .trix-button[data-v-ca9a1376]:not(:disabled){cursor:pointer}trix-toolbar .trix-button[data-v-ca9a1376]:disabled{color:rgba(0,0,0,.125)}@media (max-device-width:768px){trix-toolbar .trix-button[data-v-ca9a1376]{letter-spacing:-.01em;padding:0 .3em}}trix-toolbar .trix-button--icon[data-v-ca9a1376]{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-ca9a1376]{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon[data-v-ca9a1376]: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-ca9a1376]:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active[data-v-ca9a1376]:before{opacity:1}trix-toolbar .trix-button--icon[data-v-ca9a1376]:disabled:before{opacity:.125}trix-toolbar .trix-button--icon-attach[data-v-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]: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-ca9a1376]{position:relative}trix-toolbar .trix-dialog[data-v-ca9a1376]{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-ca9a1376]{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-ca9a1376]:invalid{box-shadow:0 0 1.5px 1px red}trix-toolbar .trix-button--dialog[data-v-ca9a1376]{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link[data-v-ca9a1376]{max-width:600px}trix-toolbar .trix-dialog__link-fields[data-v-ca9a1376]{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input[data-v-ca9a1376]{flex:1 1}trix-toolbar .trix-dialog__link-fields .trix-button-group[data-v-ca9a1376]{flex:0 0 content;margin:0}trix-editor [data-trix-mutable][data-v-ca9a1376]: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-ca9a1376]::-moz-selection,trix-editor [data-trix-mutable][data-v-ca9a1376]::-moz-selection,trix-editor [data-trix-mutable][data-v-ca9a1376] ::-moz-selection{background:none}trix-editor [data-trix-cursor-target][data-v-ca9a1376]::selection,trix-editor [data-trix-mutable][data-v-ca9a1376]::selection,trix-editor [data-trix-mutable][data-v-ca9a1376] ::selection{background:none}trix-editor [data-trix-mutable].attachment__caption-editor[data-v-ca9a1376]:focus::-moz-selection{background:highlight}trix-editor [data-trix-mutable].attachment__caption-editor[data-v-ca9a1376]:focus::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file[data-v-ca9a1376]{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img[data-v-ca9a1376]{box-shadow:0 0 0 2px highlight}trix-editor .attachment[data-v-ca9a1376]{position:relative}trix-editor .attachment[data-v-ca9a1376]:hover{cursor:default}trix-editor .attachment--preview .attachment__caption[data-v-ca9a1376]:hover{cursor:text}trix-editor .attachment__progress[data-v-ca9a1376]{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-ca9a1376]{opacity:0}trix-editor .attachment__caption-editor[data-v-ca9a1376]{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-ca9a1376]{position:absolute;z-index:1;top:-.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group[data-v-ca9a1376]{display:inline-flex}trix-editor .trix-button[data-v-ca9a1376]{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-ca9a1376]:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active[data-v-ca9a1376]{background:#cbeefa}trix-editor .trix-button[data-v-ca9a1376]:not(:disabled){cursor:pointer}trix-editor .trix-button--remove[data-v-ca9a1376]{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-ca9a1376]: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-ca9a1376]:hover{border-color:#333}trix-editor .trix-button--remove[data-v-ca9a1376]:hover:before{opacity:1}trix-editor .attachment__metadata-container[data-v-ca9a1376]{position:relative}trix-editor .attachment__metadata[data-v-ca9a1376]{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-ca9a1376]{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-ca9a1376]{margin-left:.2em;white-space:nowrap}.trix-content[data-v-ca9a1376]{line-height:1.5}.trix-content [data-v-ca9a1376]{box-sizing:border-box;margin:0;padding:0}.trix-content h1[data-v-ca9a1376]{font-size:1.2em;line-height:1.2}.trix-content blockquote[data-v-ca9a1376]{border:solid #ccc;border-width:0 0 0 .3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote[data-v-ca9a1376],.trix-content blockquote[dir=rtl][data-v-ca9a1376]{border-width:0 .3em 0 0;margin-right:.3em;padding-right:.6em}.trix-content li[data-v-ca9a1376]{margin-left:1em}.trix-content [dir=rtl] li[data-v-ca9a1376]{margin-right:1em}.trix-content pre[data-v-ca9a1376]{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-ca9a1376]{max-width:100%;height:auto}.trix-content .attachment[data-v-ca9a1376]{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a[data-v-ca9a1376]{color:inherit;text-decoration:none}.trix-content .attachment a[data-v-ca9a1376]:hover,.trix-content .attachment a[data-v-ca9a1376]:visited:hover{color:inherit}.trix-content .attachment__caption[data-v-ca9a1376]{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size[data-v-ca9a1376]:before{content:" · "}.trix-content .attachment--preview[data-v-ca9a1376]{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption[data-v-ca9a1376]{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file[data-v-ca9a1376]{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-ca9a1376]{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment[data-v-ca9a1376]{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment[data-v-ca9a1376],.trix-content .attachment-gallery.attachment-gallery--4 .attachment[data-v-ca9a1376]{flex-basis:50%;max-width:50%}.tippy-tooltip[data-animation=fade][data-state=hidden][data-v-ca9a1376]{opacity:0}.tippy-iOS[data-v-ca9a1376]{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper[data-v-ca9a1376]{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip[data-v-ca9a1376]{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-ca9a1376]{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-ca9a1376]{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-ca9a1376]{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-ca9a1376]{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-ca9a1376]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible][data-v-ca9a1376]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow[data-v-ca9a1376]{position:absolute;border-color:transparent;border-style:solid}.tippy-content[data-v-ca9a1376]{padding:5px 9px}textarea.field-textarea[data-v-ca9a1376]{height:100px}[data-v-ca9a1376] .field-trix .trix-button--icon-decrease-nesting-level,[data-v-ca9a1376] .field-trix .trix-button--icon-increase-nesting-level,[data-v-ca9a1376] .field-trix .trix-button-group--block-tools,[data-v-ca9a1376] .field-trix .trix-button-group--file-tools{display:none}span.required[data-v-ca9a1376]{margin-left:3px;font-weight:700}.option+.option[data-v-ca9a1376]{margin-left:.5em}.field-component.color[data-v-ca9a1376]{position:relative}.field-component.color .remove-color[data-v-ca9a1376]{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-ca9a1376]{position:relative}.field-component.color .field--preview-with-color[data-v-ca9a1376]{position:relative;z-index:1}.field-component.color .field-preview--swatch[data-v-ca9a1376]{width:40px;border-radius:10px;z-index:2}.field-component.color .field-preview--swatch>div[data-v-ca9a1376]{border-radius:10px;border:1px solid #888;width:40px;height:40px}.field-component.color .field-preview--swatch .field-preview--without-color[data-v-ca9a1376]{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-ca9a1376],.field-component.media .file-image-wrapper[data-v-ca9a1376]{width:100%}.field-component.file .file-image-wrapper span[data-v-ca9a1376],.field-component.media .file-image-wrapper span[data-v-ca9a1376]{display:inline-block;position:relative}.field-component.file .file-image-wrapper img[data-v-ca9a1376],.field-component.media .file-image-wrapper img[data-v-ca9a1376]{width:100%;max-width:200px}.field-component.file .file-image-wrapper .close[data-v-ca9a1376],.field-component.media .file-image-wrapper .close[data-v-ca9a1376]{position:absolute;top:5px;right:5px;cursor:pointer}.field-component.file .file-image-wrapper .close ion-icon[data-v-ca9a1376],.field-component.media .file-image-wrapper .close ion-icon[data-v-ca9a1376]{font-size:25px}.field-component.file a.button[data-v-ca9a1376],.field-component.media a.button[data-v-ca9a1376]{background-color:#efefef;border:1px solid #cdcdcd;padding:3px 5px;border-radius:3px;color:#333;font-size:11px;cursor:pointer}[data-v-ca9a1376] .vc-chrome{position:absolute;top:0;left:0;z-index:3}[data-v-ca9a1376] .vc-chrome input.vc-input__input{min-width:0!important}.dropdown[data-v-2058bdc4]{display:inline-block;position:relative}.dropdown.empty[data-v-2058bdc4]{pointer-events:none;opacity:.3}.dd-button[data-v-2058bdc4]{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-2058bdc4]: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-2058bdc4]:hover{background-color:#eee}.dd-input[data-v-2058bdc4]{display:none!important}.dd-menu[data-v-2058bdc4]{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-2058bdc4]{display:none}.dd-input:checked+.dd-menu[data-v-2058bdc4]{display:block}.dd-menu li[data-v-2058bdc4]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-2058bdc4]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-2058bdc4]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-2058bdc4]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-2058bdc4]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-2058bdc4]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-2058bdc4]{font-weight:700}.simple-form p.help-text[data-v-2058bdc4]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-2058bdc4]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-2058bdc4]: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-2058bdc4]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-2058bdc4]: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-2058bdc4]::-moz-placeholder{color:#dadada}.simple-form input[data-v-2058bdc4]: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-2058bdc4]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-2058bdc4]: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-2058bdc4]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-2058bdc4]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-2058bdc4]{position:absolute;right:0;top:0}.simple-form textarea[data-v-2058bdc4]{width:100%;max-width:none}.simple-form .next a[data-v-2058bdc4]{display:block}.simple-form .next a+a[data-v-2058bdc4]{margin-top:1rem}.simple-form .button[data-v-2058bdc4]{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-2058bdc4]:hover{background-color:#4dbcba}.simple-form .button i[data-v-2058bdc4]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-2058bdc4]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-2058bdc4]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-2058bdc4]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-2058bdc4]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-2058bdc4]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-2058bdc4]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-2058bdc4],.simple-form .fade-without-move-leave-active[data-v-2058bdc4]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-2058bdc4],.simple-form .fade-without-move-leave-to[data-v-2058bdc4]{opacity:0}.simple-form .fade-enter-active[data-v-2058bdc4],.simple-form .fade-leave-active[data-v-2058bdc4]{transition:all .5s}.simple-form .fade-enter[data-v-2058bdc4],.simple-form .fade-leave-to[data-v-2058bdc4]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-2058bdc4],.simple-form .short-fade-leave-active[data-v-2058bdc4]{transition:all .3s}.simple-form .short-fade-enter[data-v-2058bdc4],.simple-form .short-fade-leave-to[data-v-2058bdc4]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-2058bdc4]{position:relative}.simple-form .field+.field[data-v-2058bdc4]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-2058bdc4]{width:100%;height:auto}.simple-form .field .field-file p[data-v-2058bdc4]{margin:0}.simple-form .field .field-file.has-value[data-v-2058bdc4]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-2058bdc4]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-2058bdc4]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-2058bdc4]{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-2058bdc4]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-2058bdc4]{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-2058bdc4]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-2058bdc4]{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-2058bdc4]{position:relative}.lead-form .field-component+.field-component[data-v-2058bdc4],.lead-form .show-fields[data-v-2058bdc4]{margin-top:1rem}.lead-form[data-v-2058bdc4] .field-component.checkbox label,.lead-form[data-v-2058bdc4] .field-component.radio label{margin-bottom:.5rem}.lead-form[data-v-2058bdc4] .field-component.text{width:100%;margin:1rem 0 0;padding:0}.lead-form .copy[data-v-2058bdc4]{margin-bottom:1rem}.lead-form span.tandcs[data-v-2058bdc4]{display:inline-block}.lead-form span.tandcs div[data-v-2058bdc4]{display:inline}.lead-form .privacy[data-v-2058bdc4]{margin-top:1rem}[data-v-2058bdc4] .lead-form h2{margin-bottom:.5rem}[data-v-2058bdc4] .field-errors{color:red;font-size:90%}[data-v-2058bdc4] .field-errors li{margin-top:5px}[data-v-2058bdc4] .field-errors .arrow-left{display:none}.close[data-v-2058bdc4]{position:absolute;top:10px;right:10px}p.error[data-v-2058bdc4]{color:red;margin-top:5px}[data-v-2058bdc4] a.cta.submitButton{width:auto;display:block;font-size:120%}[data-v-2058bdc4] a.cta.submitButton .content-editable--input{padding-bottom:0!important}[data-v-2058bdc4] .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-2058bdc4] .button[disabled]{cursor:not-allowed;border:1px solid #ccc;color:#ccc;background-color:transparent}[data-v-2058bdc4] .button[disabled]:hover{background-color:transparent}[data-v-2058bdc4] .button:hover{background-color:#f0b905}.field.checkbox[data-v-1fbc5dcd]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-1fbc5dcd]{background-color:#cb455d}.field.checkbox label[data-v-1fbc5dcd]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-1fbc5dcd]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-1fbc5dcd]{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-1fbc5dcd]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-1fbc5dcd]:before{content:"\2714";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-1fbc5dcd]:active{border:2px solid #34495e}.signup-form-wrap[data-v-1fbc5dcd]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1em}.signup-content[data-v-1fbc5dcd]{padding:1em;min-width:300px;flex:0 1 60%;margin:auto;width:60%}.lead-form[data-v-1fbc5dcd]{margin:auto}.copy[data-v-1fbc5dcd]{margin:0 auto 2rem}.copy[data-v-1fbc5dcd] h2{margin-bottom:0}.field.invalid input[data-v-1fbc5dcd]{border-left:10px solid #cb455d}a.next[data-v-1fbc5dcd]{text-transform:uppercase;display:block;text-align:center;padding:4%;font-size:120%;transition:all .3s}.clearfix[data-v-1fbc5dcd]{padding-top:10px}.signup-form-complete[data-v-1fbc5dcd]{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-3d87b927]{padding:1rem 2rem;position:relative}.layout-block .layout-block-content[data-v-3d87b927]{position:relative}.layout-block[data-v-3d87b927] 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-3d87b927] a.settings ion-icon{font-size:15px}.layout-block[data-v-3d87b927]:hover a.settings{pointer-events:auto;opacity:1}.layout-block a.settings ul.menu[data-v-3d87b927]{transition:opacity .3s;display:none;opacity:0}.layout-block a.settings.open ul.menu[data-v-3d87b927]{display:block;opacity:1;background-color:#fff;border:1px solid #000;padding:.5rem}.layout-block .layout-block[data-v-3d87b927]{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-3938910a]{padding:0}.layout-row .container[data-v-3938910a]{display:flex}.layout-row .layout-column[data-v-3938910a]{padding:10px 0}.layout-row .layout-column+.layout-column[data-v-3938910a]{border-left:1px dashed rgba(0,0,0,.2)}.layout-row.layout-reverse .container[data-v-3938910a]{flex-direction:row-reverse}.layout-row.layout-reverse .layout-column+.layout-column[data-v-3938910a]{border-right:1px dashed rgba(0,0,0,.2)}.layout-row.row-equal.columns-count-1[data-v-3938910a] .layout-column{flex:0 0 100%;width:100%}.layout-row.row-equal.columns-count-2[data-v-3938910a] .layout-column{flex:0 0 50%;width:50%}.layout-row.row-equal.columns-count-3[data-v-3938910a] .layout-column{flex:0 0 33.33333%;width:33.33333%}.layout-row.row-equal.columns-count-4[data-v-3938910a] .layout-column{flex:0 0 25%;width:25%}.layout-row.row-2thirds .container[data-v-3938910a] .layout-column:first-child{flex:0 0 33%;width:33%}.layout-row.row-2thirds .container[data-v-3938910a] .layout-column:nth-child(2){flex:0 0 66%;width:66%}.layout-row.row-3quarters .container[data-v-3938910a] .layout-column:first-child{flex:0 0 25%;width:25%}.layout-row.row-3quarters .container[data-v-3938910a] .layout-column:nth-child(2){flex:0 0 75%;width:75%}.layout-column[data-v-3938910a]{min-height:100px}.container[data-v-3938910a]{position:relative}.overlay[data-v-3938910a]{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-3938910a]{opacity:1}[data-v-3938910a] .layout-column-menu .column-options{width:50%;margin:auto}.layout-column-menu[data-v-3938910a],.layout-resizer[data-v-3938910a]{width:100%;height:100%;position:absolute;z-index:100}.row-actions[data-v-3938910a]{width:100%;position:relative;background-color:#efefef;padding:3px 0;text-align:center}.row-actions .buttons[data-v-3938910a]{margin:auto;text-align:center;color:#333}.row-actions .buttons:hover a.menu-button[data-v-3938910a]{opacity:1}.row-actions .buttons:hover a.menu-button span.label[data-v-3938910a]{display:inline}.row-actions .display-summary[data-v-3938910a]{position:absolute;left:10px;top:30%;font-size:11px}.row-actions .display-summary span.visible-accounts[data-v-3938910a]{color:#4890a9}.row-actions .display-summary span.hidden-accounts[data-v-3938910a]{color:#c70011}a.menu-button[data-v-3938910a]{line-height:17px;opacity:.3;min-width:unset;padding:5px;font-size:17px;cursor:pointer;height:17px}a.menu-button span.label[data-v-3938910a]{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-25b725aa]{padding:0}.layout-row .container[data-v-25b725aa]{display:flex}.layout-row .layout-column[data-v-25b725aa]{padding:10px 0}.layout-row .layout-column+.layout-column[data-v-25b725aa]{border-left:1px dashed rgba(0,0,0,.2)}.layout-row.layout-reverse .container[data-v-25b725aa]{flex-direction:row-reverse}.layout-row.layout-reverse .layout-column+.layout-column[data-v-25b725aa]{border-right:1px dashed rgba(0,0,0,.2)}.layout-row.row-equal.columns-count-1[data-v-25b725aa] .layout-column{flex:0 0 100%;width:100%}.layout-row.row-equal.columns-count-2[data-v-25b725aa] .layout-column{flex:0 0 50%;width:50%}.layout-row.row-equal.columns-count-3[data-v-25b725aa] .layout-column{flex:0 0 33.33333%;width:33.33333%}.layout-row.row-equal.columns-count-4[data-v-25b725aa] .layout-column{flex:0 0 25%;width:25%}.layout-row.row-2thirds .container[data-v-25b725aa] .layout-column:first-child{flex:0 0 33%;width:33%}.layout-row.row-2thirds .container[data-v-25b725aa] .layout-column:nth-child(2){flex:0 0 66%;width:66%}.layout-row.row-3quarters .container[data-v-25b725aa] .layout-column:first-child{flex:0 0 25%;width:25%}.layout-row.row-3quarters .container[data-v-25b725aa] .layout-column:nth-child(2){flex:0 0 75%;width:75%}.layout-column[data-v-25b725aa]{min-height:100px}.container[data-v-25b725aa],.layout-section-wrapper[data-v-25b725aa]{position:relative}.layout-placeholder[data-v-25b725aa]{min-height:200px;display:flex;flex-direction:column;justify-content:center;text-align:center}.layout-placeholder a.button[data-v-25b725aa]{background-color:#fff;border:1px solid #dedede;color:#ccc}.section-actions[data-v-25b725aa]{text-align:center;background-color:#d6d6d6;color:#000;padding:3px 0}.section-actions:hover a.menu-button[data-v-25b725aa]{opacity:1}.section-actions:hover a.menu-button span.label[data-v-25b725aa]{display:inline}.overlay[data-v-25b725aa]{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-25b725aa]{opacity:1}[data-v-25b725aa] .layout-column-menu .column-options{width:50%;margin:auto}.layout-column-menu[data-v-25b725aa],.layout-resizer[data-v-25b725aa]{width:100%;height:100%;position:absolute;z-index:100}.row-actions[data-v-25b725aa]{width:100%;position:relative;background-color:#efefef;padding:3px 0;text-align:center}.row-actions .buttons[data-v-25b725aa]{margin:auto;text-align:center}.row-actions .buttons:hover a.menu-button[data-v-25b725aa]{opacity:1}.row-actions .buttons:hover a.menu-button span.label[data-v-25b725aa]{display:inline}.row-actions .display-summary[data-v-25b725aa]{position:absolute;left:10px;top:30%;font-size:11px}.row-actions .display-summary span.visible-accounts[data-v-25b725aa]{color:#4890a9}.row-actions .display-summary span.hidden-accounts[data-v-25b725aa]{color:#c70011}a.menu-button[data-v-25b725aa]{line-height:17px;opacity:.4;min-width:unset;padding:5px;font-size:17px;cursor:pointer;height:17px}a.menu-button span.label[data-v-25b725aa]{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-0ad6ba5b]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-0ad6ba5b]{display:inline}.fade-enter-active[data-v-0ad6ba5b],.fade-leave-active[data-v-0ad6ba5b]{transition:opacity .5s}.fade-enter[data-v-0ad6ba5b],.fade-leave-to[data-v-0ad6ba5b]{opacity:0}body [data-v-0ad6ba5b],html [data-v-0ad6ba5b]{box-sizing:border-box}body[data-v-0ad6ba5b]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-0ad6ba5b]:after{content:"";display:table;clear:both}.button[data-v-0ad6ba5b]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-0ad6ba5b]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-0ad6ba5b]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-0ad6ba5b]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-0ad6ba5b]{margin-bottom:.75em}.field[data-v-0ad6ba5b]:after{content:"";display:table;clear:both}.field label[data-v-0ad6ba5b]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-0ad6ba5b]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-0ad6ba5b]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-0ad6ba5b]{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-0ad6ba5b]{margin-top:.75em}ul.question-set li span.label[data-v-0ad6ba5b]{flex:1 1 80%}ul.question-set li span.icon[data-v-0ad6ba5b]{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-0ad6ba5b]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-0ad6ba5b]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-0ad6ba5b]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-0ad6ba5b]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-0ad6ba5b]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-0ad6ba5b]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-0ad6ba5b]{grid-column:1/span 2}.survey .bg[data-v-0ad6ba5b]{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-0ad6ba5b]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-0ad6ba5b]{background-color:#f0f0ef}.survey li span[data-v-0ad6ba5b]{color:#333}.survey li[data-v-0ad6ba5b]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-0ad6ba5b]{opacity:0}.survey li.is-correct span.icon[data-v-0ad6ba5b]{text-align:right}.survey li.is-correct i.incorrect[data-v-0ad6ba5b]{display:none}.survey li.is-correct i.correct[data-v-0ad6ba5b]{display:inline}.survey li.is-incorrect i.correct[data-v-0ad6ba5b],.survey li.is-incorrect i.incorrect[data-v-0ad6ba5b]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-0ad6ba5b]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-0ad6ba5b]{display:none}ul.question-set li[data-v-0ad6ba5b]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-0ad6ba5b]{display:flex;flex-direction:row}.layout>.column[data-v-0ad6ba5b]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-0ad6ba5b]:first-child{order:1}.layout .column[data-v-0ad6ba5b]:last-child{order:2}}.layout .column[data-v-0ad6ba5b]{position:relative;padding:6% 8% 15%}.layout .column[data-v-0ad6ba5b]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-0ad6ba5b]{font-size:6vw}.survey ul.question-set li[data-v-0ad6ba5b]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-0ad6ba5b]{display:block}.survey .layout .column[data-v-0ad6ba5b]{padding:5%}.survey h1[data-v-0ad6ba5b]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-0ad6ba5b]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-0ad6ba5b]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-0ad6ba5b]{min-height:600px}.survey .layout .column[data-v-0ad6ba5b]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-0ad6ba5b]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-0ad6ba5b]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-0ad6ba5b]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-0ad6ba5b] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-0ad6ba5b] ul.reorderable:hover .button,[data-v-0ad6ba5b] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-0ad6ba5b] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-0ad6ba5b] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-0ad6ba5b] ul.answers li+li{margin-top:.75em}[data-v-0ad6ba5b] ul.answers li:hover{background-color:transparent}[data-v-0ad6ba5b] ul.answers .button,[data-v-0ad6ba5b] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-0ad6ba5b] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-0ad6ba5b] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-0ad6ba5b] 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-0ad6ba5b] ul.answers .actions a+a{margin-left:0}[data-v-0ad6ba5b] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-0ad6ba5b] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-0ad6ba5b] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-0ad6ba5b] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-0ad6ba5b] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-0ad6ba5b] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-0ad6ba5b] ul.answers a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-3b7e1ee7]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-3b7e1ee7]{display:inline}.fade-enter-active[data-v-3b7e1ee7],.fade-leave-active[data-v-3b7e1ee7]{transition:opacity .5s}.fade-enter[data-v-3b7e1ee7],.fade-leave-to[data-v-3b7e1ee7]{opacity:0}body [data-v-3b7e1ee7],html [data-v-3b7e1ee7]{box-sizing:border-box}body[data-v-3b7e1ee7]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-3b7e1ee7]:after{content:"";display:table;clear:both}.button[data-v-3b7e1ee7]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-3b7e1ee7]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-3b7e1ee7]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-3b7e1ee7]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-3b7e1ee7]{margin-bottom:.75em}.field[data-v-3b7e1ee7]:after{content:"";display:table;clear:both}.field label[data-v-3b7e1ee7]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-3b7e1ee7]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-3b7e1ee7]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-3b7e1ee7]{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-3b7e1ee7]{margin-top:.75em}ul.question-set li span.label[data-v-3b7e1ee7]{flex:1 1 80%}ul.question-set li span.icon[data-v-3b7e1ee7]{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-3b7e1ee7]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-3b7e1ee7]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-3b7e1ee7]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-3b7e1ee7]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-3b7e1ee7]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-3b7e1ee7]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-3b7e1ee7]{grid-column:1/span 2}.survey .bg[data-v-3b7e1ee7]{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-3b7e1ee7]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-3b7e1ee7]{background-color:#f0f0ef}.survey li span[data-v-3b7e1ee7]{color:#333}.survey li[data-v-3b7e1ee7]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-3b7e1ee7]{opacity:0}.survey li.is-correct span.icon[data-v-3b7e1ee7]{text-align:right}.survey li.is-correct i.incorrect[data-v-3b7e1ee7]{display:none}.survey li.is-correct i.correct[data-v-3b7e1ee7]{display:inline}.survey li.is-incorrect i.correct[data-v-3b7e1ee7],.survey li.is-incorrect i.incorrect[data-v-3b7e1ee7]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-3b7e1ee7]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-3b7e1ee7]{display:none}ul.question-set li[data-v-3b7e1ee7]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-3b7e1ee7]{display:flex;flex-direction:row}.layout>.column[data-v-3b7e1ee7]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-3b7e1ee7]:first-child{order:1}.layout .column[data-v-3b7e1ee7]:last-child{order:2}}.layout .column[data-v-3b7e1ee7]{position:relative;padding:6% 8% 15%}.layout .column[data-v-3b7e1ee7]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-3b7e1ee7]{font-size:6vw}.survey ul.question-set li[data-v-3b7e1ee7]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-3b7e1ee7]{display:block}.survey .layout .column[data-v-3b7e1ee7]{padding:5%}.survey h1[data-v-3b7e1ee7]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-3b7e1ee7]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-3b7e1ee7]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-3b7e1ee7]{min-height:600px}.survey .layout .column[data-v-3b7e1ee7]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-3b7e1ee7]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-3b7e1ee7]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-3b7e1ee7]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-3b7e1ee7] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-3b7e1ee7] ul.reorderable:hover .button,[data-v-3b7e1ee7] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-3b7e1ee7] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-3b7e1ee7] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-3b7e1ee7] ul.answers li+li{margin-top:.75em}[data-v-3b7e1ee7] ul.answers li:hover{background-color:transparent}[data-v-3b7e1ee7] ul.answers .button,[data-v-3b7e1ee7] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-3b7e1ee7] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-3b7e1ee7] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-3b7e1ee7] 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-3b7e1ee7] ul.answers .actions a+a{margin-left:0}[data-v-3b7e1ee7] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-3b7e1ee7] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-3b7e1ee7] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-3b7e1ee7] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-3b7e1ee7] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-3b7e1ee7] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-3b7e1ee7] ul.answers a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-3c3c02c9]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-3c3c02c9]{display:inline}.fade-enter-active[data-v-3c3c02c9],.fade-leave-active[data-v-3c3c02c9]{transition:opacity .5s}.fade-enter[data-v-3c3c02c9],.fade-leave-to[data-v-3c3c02c9]{opacity:0}body [data-v-3c3c02c9],html [data-v-3c3c02c9]{box-sizing:border-box}body[data-v-3c3c02c9]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-3c3c02c9]:after{content:"";display:table;clear:both}.button[data-v-3c3c02c9]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-3c3c02c9]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-3c3c02c9]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-3c3c02c9]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-3c3c02c9]{margin-bottom:.75em}.field[data-v-3c3c02c9]:after{content:"";display:table;clear:both}.field label[data-v-3c3c02c9]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-3c3c02c9]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-3c3c02c9]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-3c3c02c9]{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-3c3c02c9]{margin-top:.75em}ul.question-set li span.label[data-v-3c3c02c9]{flex:1 1 80%}ul.question-set li span.icon[data-v-3c3c02c9]{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-3c3c02c9]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-3c3c02c9]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-3c3c02c9]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-3c3c02c9]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-3c3c02c9]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-3c3c02c9]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-3c3c02c9]{grid-column:1/span 2}.survey .bg[data-v-3c3c02c9]{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-3c3c02c9]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-3c3c02c9]{background-color:#f0f0ef}.survey li span[data-v-3c3c02c9]{color:#333}.survey li[data-v-3c3c02c9]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-3c3c02c9]{opacity:0}.survey li.is-correct span.icon[data-v-3c3c02c9]{text-align:right}.survey li.is-correct i.incorrect[data-v-3c3c02c9]{display:none}.survey li.is-correct i.correct[data-v-3c3c02c9]{display:inline}.survey li.is-incorrect i.correct[data-v-3c3c02c9],.survey li.is-incorrect i.incorrect[data-v-3c3c02c9]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-3c3c02c9]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-3c3c02c9]{display:none}ul.question-set li[data-v-3c3c02c9]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-3c3c02c9]{display:flex;flex-direction:row}.layout>.column[data-v-3c3c02c9]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-3c3c02c9]:first-child{order:1}.layout .column[data-v-3c3c02c9]:last-child{order:2}}.layout .column[data-v-3c3c02c9]{position:relative;padding:6% 8% 15%}.layout .column[data-v-3c3c02c9]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-3c3c02c9]{font-size:6vw}.survey ul.question-set li[data-v-3c3c02c9]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-3c3c02c9]{display:block}.survey .layout .column[data-v-3c3c02c9]{padding:5%}.survey h1[data-v-3c3c02c9]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-3c3c02c9]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-3c3c02c9]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-3c3c02c9]{min-height:600px}.survey .layout .column[data-v-3c3c02c9]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-3c3c02c9]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-3c3c02c9]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-3c3c02c9]{padding:.7vw 2vw;font-size:1.3vw}}[data-v-3c3c02c9] ul.reorderable .actions{opacity:0;height:30px;width:0;flex:0 0;overflow:hidden;display:inline-block}[data-v-3c3c02c9] ul.reorderable:hover .button,[data-v-3c3c02c9] ul.reorderable:hover .cta.button .placeholder{flex:1 0 80%}[data-v-3c3c02c9] ul.reorderable:hover .actions{opacity:1;width:auto;flex:0 0 120px}[data-v-3c3c02c9] ul.answers a.submitButton{margin-top:.75em;width:100%}[data-v-3c3c02c9] ul.answers a.submitButton .content-editable{margin:auto;text-align:center}[data-v-3c3c02c9] ul.answers a.submitButton,[data-v-3c3c02c9] ul.answers li{display:flex;align-items:center;background-color:transparent}[data-v-3c3c02c9] ul.answers a.submitButton+li,[data-v-3c3c02c9] ul.answers li+li{margin-top:.75em}[data-v-3c3c02c9] ul.answers a.submitButton:hover,[data-v-3c3c02c9] ul.answers li:hover{background-color:transparent}[data-v-3c3c02c9] ul.answers .button,[data-v-3c3c02c9] ul.answers .cta.button .placeholder{text-align:left;flex:0 0 100%}[data-v-3c3c02c9] ul.answers .actions{margin:0;padding-left:10px;flex:1 1 120px}[data-v-3c3c02c9] ul.answers .actions a{cursor:pointer;color:#fff;display:inline-block}[data-v-3c3c02c9] 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-3c3c02c9] ul.answers .actions a+a{margin-left:0}[data-v-3c3c02c9] ul.answers .actions a.move-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-3c3c02c9] ul.answers .actions a.move-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-3c3c02c9] ul.answers .actions a.add-button ion-icon{background-color:rgba(108,182,111,.4)}[data-v-3c3c02c9] ul.answers .actions a.add-button ion-icon:hover{background-color:rgba(108,182,111,.8)}[data-v-3c3c02c9] ul.answers .actions a.remove-button ion-icon{background-color:rgba(197,79,104,.4)}[data-v-3c3c02c9] ul.answers .actions a.remove-button ion-icon:hover{background-color:rgba(197,79,104,.8)}[data-v-3c3c02c9] ul.answers .actions a.edit-button ion-icon{background-color:hsla(0,0%,45.1%,.8)}.debug-mode-active[data-v-1fd78793]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-1fd78793]{display:inline}.fade-enter-active[data-v-1fd78793],.fade-leave-active[data-v-1fd78793]{transition:opacity .5s}.fade-enter[data-v-1fd78793],.fade-leave-to[data-v-1fd78793]{opacity:0}body [data-v-1fd78793],html [data-v-1fd78793]{box-sizing:border-box}body[data-v-1fd78793]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-1fd78793]:after{content:"";display:table;clear:both}.button[data-v-1fd78793]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-1fd78793]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-1fd78793]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-1fd78793]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-1fd78793]{margin-bottom:.75em}.field[data-v-1fd78793]:after{content:"";display:table;clear:both}.field label[data-v-1fd78793]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-1fd78793]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-1fd78793]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-1fd78793]{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-1fd78793]{margin-top:.75em}ul.question-set li span.label[data-v-1fd78793]{flex:1 1 80%}ul.question-set li span.icon[data-v-1fd78793]{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-1fd78793]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-1fd78793]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-1fd78793]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-1fd78793]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-1fd78793]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-1fd78793]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-1fd78793]{grid-column:1/span 2}.survey .bg[data-v-1fd78793]{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-1fd78793]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-1fd78793]{background-color:#f0f0ef}.survey li span[data-v-1fd78793]{color:#333}.survey li[data-v-1fd78793]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-1fd78793]{opacity:0}.survey li.is-correct span.icon[data-v-1fd78793]{text-align:right}.survey li.is-correct i.incorrect[data-v-1fd78793]{display:none}.survey li.is-correct i.correct[data-v-1fd78793]{display:inline}.survey li.is-incorrect i.correct[data-v-1fd78793],.survey li.is-incorrect i.incorrect[data-v-1fd78793]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-1fd78793]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-1fd78793]{display:none}ul.question-set li[data-v-1fd78793]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.layout .column[data-v-1fd78793]{position:relative;padding:6% 8% 15%}.layout .column[data-v-1fd78793]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-1fd78793]{font-size:6vw}.survey ul.question-set li[data-v-1fd78793]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-1fd78793]{display:block}.survey .layout .column[data-v-1fd78793]{padding:5%}.survey h1[data-v-1fd78793]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-1fd78793]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-1fd78793]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-1fd78793]{min-height:600px}.survey .layout .column[data-v-1fd78793]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-1fd78793]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-1fd78793]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-1fd78793]{padding:.7vw 2vw;font-size:1.3vw}}.field.checkbox[data-v-1fd78793]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-1fd78793]{background-color:#cb455d}.field.checkbox label[data-v-1fd78793]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-1fd78793]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-1fd78793]{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-1fd78793]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-1fd78793]:before{content:"\2714";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-1fd78793]:active{border:2px solid #34495e}.layout-form[data-v-1fd78793]{z-index:1}label[data-v-1fd78793]{font-size:6vw}label.checkbox[data-v-1fd78793]{display:block}@media (min-width:500px){label[data-v-1fd78793]{font-size:4vw}}@media (min-width:768px){label[data-v-1fd78793]{font-size:2vw}}@media (min-width:920px){label[data-v-1fd78793]{font-size:1.5vw}}select[data-v-1fd78793]{width:100%}ul.errors[data-v-1fd78793]{list-style-type:none;padding:0;margin:0;color:red;font-size:60%}ul.errors li[data-v-1fd78793]{margin-top:.3rem;background-color:transparent}ul.errors li[data-v-1fd78793]:hover{background-color:transparent}.checkbox input[data-v-1fd78793]{width:auto}.field.invalid input[data-v-1fd78793],.field.invalid select[data-v-1fd78793]{border-left:10px solid #b20000}.actions[data-v-1fd78793]{margin:0;padding-left:10px;flex:1 1 50px}.actions a[data-v-1fd78793]{cursor:pointer;color:#fff}.actions a ion-icon[data-v-1fd78793]{transition:background-color .3s;background-color:transparent;border-radius:50px;border:1px solid #fff;padding:2px;color:#fff}.actions a+a[data-v-1fd78793]{margin-left:2px}.actions a.add-button ion-icon[data-v-1fd78793]{background-color:rgba(108,182,111,.4)}.actions a.add-button ion-icon[data-v-1fd78793]:hover{background-color:rgba(108,182,111,.8)}.actions a.remove-button ion-icon[data-v-1fd78793]{background-color:rgba(197,79,104,.4)}.actions a.remove-button ion-icon[data-v-1fd78793]:hover{background-color:rgba(197,79,104,.8)}.actions a.move-button ion-icon[data-v-1fd78793]{background-color:rgba(197,79,104,.4)}.actions a.move-button ion-icon[data-v-1fd78793]:hover{background-color:rgba(197,79,104,.8)}.field[data-v-1fd78793]{display:flex;align-items:center}.field .field-input[data-v-1fd78793]{flex:1 1 70%}.field .field-radio[data-v-1fd78793]{flex-wrap:wrap}.field .field-radio input[data-v-1fd78793]{width:auto}.field .field-radio label[data-v-1fd78793]{flex:0 1 32%;padding-right:1%;margin-bottom:.3rem;font-weight:400;font-size:1rem}.field label.checkbox span[data-v-1fd78793]{font-size:1rem;font-weight:400}.field input[data-v-1fd78793]{background-color:#fff}.field .actions[data-v-1fd78793]{flex:1 1 100px}[data-v-1fd78793] .cta.submitButton{display:block;text-align:center;padding:.75em;font-size:120%}.layout[data-v-1fd78793]{min-height:100vh}@media screen and (min-width:769px){.layout[data-v-1fd78793]{display:flex;flex-direction:row}.layout>.column[data-v-1fd78793]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-1fd78793]:first-child{order:1}.layout .column[data-v-1fd78793]:last-child{order:2}}.layout .column[data-v-1fd78793]{padding:5%}.small-print[data-v-1fd78793]{font-size:100%}.newQuestion[data-v-1fd78793]{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-1fd78793]{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-1fd78793]{font-size:25px}.newQuestion a.close[data-v-1fd78793]:hover{background-color:rgba(0,0,0,.3)}.debug-mode-active[data-v-ae8b46f2]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-ae8b46f2]{display:inline}.fade-enter-active[data-v-ae8b46f2],.fade-leave-active[data-v-ae8b46f2]{transition:opacity .5s}.fade-enter[data-v-ae8b46f2],.fade-leave-to[data-v-ae8b46f2]{opacity:0}body [data-v-ae8b46f2],html [data-v-ae8b46f2]{box-sizing:border-box}body[data-v-ae8b46f2]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-ae8b46f2]:after{content:"";display:table;clear:both}.button[data-v-ae8b46f2]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-ae8b46f2]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-ae8b46f2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-ae8b46f2]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-ae8b46f2]{margin-bottom:.75em}.field[data-v-ae8b46f2]:after{content:"";display:table;clear:both}.field label[data-v-ae8b46f2]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-ae8b46f2]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-ae8b46f2]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-ae8b46f2]{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-ae8b46f2]{margin-top:.75em}ul.question-set li span.label[data-v-ae8b46f2]{flex:1 1 80%}ul.question-set li span.icon[data-v-ae8b46f2]{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-ae8b46f2]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-ae8b46f2]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-ae8b46f2]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-ae8b46f2]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-ae8b46f2]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-ae8b46f2]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-ae8b46f2]{grid-column:1/span 2}.survey .bg[data-v-ae8b46f2]{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-ae8b46f2]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-ae8b46f2]{background-color:#f0f0ef}.survey li span[data-v-ae8b46f2]{color:#333}.survey li[data-v-ae8b46f2]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-ae8b46f2]{opacity:0}.survey li.is-correct span.icon[data-v-ae8b46f2]{text-align:right}.survey li.is-correct i.incorrect[data-v-ae8b46f2]{display:none}.survey li.is-correct i.correct[data-v-ae8b46f2]{display:inline}.survey li.is-incorrect i.correct[data-v-ae8b46f2],.survey li.is-incorrect i.incorrect[data-v-ae8b46f2]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-ae8b46f2]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-ae8b46f2]{display:none}ul.question-set li[data-v-ae8b46f2]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-ae8b46f2]{display:flex;flex-direction:row}.layout>.column[data-v-ae8b46f2]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-ae8b46f2]:first-child{order:1}.layout .column[data-v-ae8b46f2]:last-child{order:2}}.layout .column[data-v-ae8b46f2]{position:relative;padding:6% 8% 15%}.layout .column[data-v-ae8b46f2]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-ae8b46f2]{font-size:6vw}.survey ul.question-set li[data-v-ae8b46f2]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-ae8b46f2]{display:block}.survey .layout .column[data-v-ae8b46f2]{padding:5%}.survey h1[data-v-ae8b46f2]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-ae8b46f2]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-ae8b46f2]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-ae8b46f2]{min-height:600px}.survey .layout .column[data-v-ae8b46f2]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-ae8b46f2]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-ae8b46f2]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-ae8b46f2]{padding:.7vw 2vw;font-size:1.3vw}}.dropdown[data-v-ab9fcb40]{display:inline-block;position:relative}.dropdown.empty[data-v-ab9fcb40]{pointer-events:none;opacity:.3}.dd-button[data-v-ab9fcb40]{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-ab9fcb40]: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-ab9fcb40]:hover{background-color:#eee}.dd-input[data-v-ab9fcb40]{display:none!important}.dd-menu[data-v-ab9fcb40]{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-ab9fcb40]{display:none}.dd-input:checked+.dd-menu[data-v-ab9fcb40]{display:block}.dd-menu li[data-v-ab9fcb40]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-ab9fcb40]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-ab9fcb40]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-ab9fcb40]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-ab9fcb40]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-ab9fcb40]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-ab9fcb40]{font-weight:700}.simple-form p.help-text[data-v-ab9fcb40]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-ab9fcb40]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-ab9fcb40]: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-ab9fcb40]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-ab9fcb40]: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-ab9fcb40]::-moz-placeholder{color:#dadada}.simple-form input[data-v-ab9fcb40]: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-ab9fcb40]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-ab9fcb40]: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-ab9fcb40]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-ab9fcb40]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-ab9fcb40]{position:absolute;right:0;top:0}.simple-form textarea[data-v-ab9fcb40]{width:100%;max-width:none}.simple-form .next a[data-v-ab9fcb40]{display:block}.simple-form .next a+a[data-v-ab9fcb40]{margin-top:1rem}.simple-form .button[data-v-ab9fcb40]{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-ab9fcb40]:hover{background-color:#4dbcba}.simple-form .button i[data-v-ab9fcb40]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-ab9fcb40]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-ab9fcb40]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-ab9fcb40]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-ab9fcb40]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-ab9fcb40]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-ab9fcb40]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-ab9fcb40],.simple-form .fade-without-move-leave-active[data-v-ab9fcb40]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-ab9fcb40],.simple-form .fade-without-move-leave-to[data-v-ab9fcb40]{opacity:0}.simple-form .fade-enter-active[data-v-ab9fcb40],.simple-form .fade-leave-active[data-v-ab9fcb40]{transition:all .5s}.simple-form .fade-enter[data-v-ab9fcb40],.simple-form .fade-leave-to[data-v-ab9fcb40]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-ab9fcb40],.simple-form .short-fade-leave-active[data-v-ab9fcb40]{transition:all .3s}.simple-form .short-fade-enter[data-v-ab9fcb40],.simple-form .short-fade-leave-to[data-v-ab9fcb40]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-ab9fcb40]{position:relative}.simple-form .field+.field[data-v-ab9fcb40]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-ab9fcb40]{width:100%;height:auto}.simple-form .field .field-file p[data-v-ab9fcb40]{margin:0}.simple-form .field .field-file.has-value[data-v-ab9fcb40]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-ab9fcb40]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-ab9fcb40]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-ab9fcb40]{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-ab9fcb40]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-ab9fcb40]{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-ab9fcb40]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-ab9fcb40]{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-ab9fcb40]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-ab9fcb40]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-ab9fcb40]{min-height:250px}}.report-item[data-v-ab9fcb40] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-ab9fcb40] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-ab9fcb40] .text h2{font-size:125%;margin-top:0}@media (min-width:768px){.report-item[data-v-ab9fcb40] .text{width:80%;padding:3rem 0}.report-item[data-v-ab9fcb40] .text h1{font-size:200%}}.debug-mode-active[data-v-ab9fcb40]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-ab9fcb40]{display:inline}.fade-enter-active[data-v-ab9fcb40],.fade-leave-active[data-v-ab9fcb40]{transition:opacity .5s}.fade-enter[data-v-ab9fcb40],.fade-leave-to[data-v-ab9fcb40]{opacity:0}body [data-v-ab9fcb40],html [data-v-ab9fcb40]{box-sizing:border-box}body[data-v-ab9fcb40]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-ab9fcb40]:after{content:"";display:table;clear:both}.button[data-v-ab9fcb40]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-ab9fcb40]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-ab9fcb40]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-ab9fcb40]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-ab9fcb40]{margin-bottom:.75em}.field[data-v-ab9fcb40]:after{content:"";display:table;clear:both}.field label[data-v-ab9fcb40]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-ab9fcb40]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-ab9fcb40]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-ab9fcb40]{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-ab9fcb40]{margin-top:.75em}ul.question-set li span.label[data-v-ab9fcb40]{flex:1 1 80%}ul.question-set li span.icon[data-v-ab9fcb40]{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-ab9fcb40]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-ab9fcb40]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-ab9fcb40]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-ab9fcb40]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-ab9fcb40]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-ab9fcb40]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-ab9fcb40]{grid-column:1/span 2}.survey .bg[data-v-ab9fcb40]{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-ab9fcb40]{font-size:7vw;line-height:1.1em;margin:0}.survey li[data-v-ab9fcb40]{background-color:#f0f0ef}.survey li span[data-v-ab9fcb40]{color:#333}.survey li[data-v-ab9fcb40]:hover{background-color:#e9e9e9}.survey li span.hide-icon[data-v-ab9fcb40]{opacity:0}.survey li.is-correct span.icon[data-v-ab9fcb40]{text-align:right}.survey li.is-correct i.incorrect[data-v-ab9fcb40]{display:none}.survey li.is-correct i.correct[data-v-ab9fcb40]{display:inline}.survey li.is-incorrect i.correct[data-v-ab9fcb40],.survey li.is-incorrect i.incorrect[data-v-ab9fcb40]{opacity:0}.survey li.is-incorrect.selected i.incorrect[data-v-ab9fcb40]{display:inline;opacity:1}.survey li.is-incorrect.selected i.icon.correct[data-v-ab9fcb40]{display:none}ul.question-set li[data-v-ab9fcb40]{border-radius:100px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media screen and (min-width:769px){.layout[data-v-ab9fcb40]{display:flex;flex-direction:row}.layout>.column[data-v-ab9fcb40]{flex:1 1 50%;padding:0 10%}.layout .column[data-v-ab9fcb40]:first-child{order:1}.layout .column[data-v-ab9fcb40]:last-child{order:2}}.layout .column[data-v-ab9fcb40]{position:relative;padding:6% 8% 15%}.layout .column[data-v-ab9fcb40]:first-child{background-image:none;background-repeat:no-repeat;padding:8%}@media screen and (min-width:420px){.survey h1[data-v-ab9fcb40]{font-size:6vw}.survey ul.question-set li[data-v-ab9fcb40]{padding:3.5vw;font-size:3.3vw}}@media screen and (min-width:769px){.survey .bg[data-v-ab9fcb40]{display:block}.survey .layout .column[data-v-ab9fcb40]{padding:5%}.survey h1[data-v-ab9fcb40]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-ab9fcb40]{font-weight:500;padding:1.5vw 2vw;font-size:1.8vw}.survey ul.question-set li span.icon .icon[data-v-ab9fcb40]{font-size:3vw}}@media screen and (min-width:1024px){.survey .layout[data-v-ab9fcb40]{min-height:600px}.survey .layout .column[data-v-ab9fcb40]{min-height:100%}}@media screen and (min-width:1112px){.survey h1[data-v-ab9fcb40]{font-size:3.3vw;line-height:1.1em}.survey ul.question-set li[data-v-ab9fcb40]{padding:1vw 2vw;font-size:1.5vw}}@media screen and (min-width:1280px){.survey ul.question-set li[data-v-ab9fcb40]{padding:.7vw 2vw;font-size:1.3vw}}.report-item--heading[data-v-ab9fcb40]{min-height:200px;background-size:cover}.report-item--heading .logo[data-v-ab9fcb40]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--heading .text[data-v-ab9fcb40]{padding:2rem 0;min-height:200px}.report-item--heading .text[data-v-ab9fcb40] h1{font-size:250%}@media screen and (min-width:768px){.report-item--heading[data-v-ab9fcb40]{min-height:300px}.report-item--heading .text[data-v-ab9fcb40]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-ab9fcb40],.report-item--heading[data-v-ab9fcb40]{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-69087aa6]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-69087aa6]{display:inline}.fade-enter-active[data-v-69087aa6],.fade-leave-active[data-v-69087aa6]{transition:opacity .5s}.fade-enter[data-v-69087aa6],.fade-leave-to[data-v-69087aa6]{opacity:0}body [data-v-69087aa6],html [data-v-69087aa6]{box-sizing:border-box}body[data-v-69087aa6]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-69087aa6]:after{content:"";display:table;clear:both}.button[data-v-69087aa6]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-69087aa6]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-69087aa6]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-69087aa6]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-69087aa6]{margin-bottom:.75em}.field[data-v-69087aa6]:after{content:"";display:table;clear:both}.field label[data-v-69087aa6]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-69087aa6]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-69087aa6]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-69087aa6]{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-69087aa6]{margin-top:.75em}ul.question-set li span.label[data-v-69087aa6]{flex:1 1 80%}ul.question-set li span.icon[data-v-69087aa6]{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-69087aa6]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-69087aa6]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-69087aa6]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-69087aa6]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-69087aa6]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-69087aa6]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-69087aa6]{grid-column:1/span 2}.signup[data-v-69087aa6]{padding:.15em 0 1em}.signup h1[data-v-69087aa6]{margin-bottom:.25em}.signup p[data-v-69087aa6]{font-size:4vw}.signup .strapline[data-v-69087aa6]{font-size:6vw}.signup .field[data-v-69087aa6]{margin-bottom:.2em}.signup .field label[data-v-69087aa6]{font-size:5vw}.signup .field input[data-v-69087aa6]{padding:.4em .5em;font-size:6vw}.signup .button[data-v-69087aa6]{font-size:5vw}.signup .next[data-v-69087aa6]{padding:.75em}.signup .terms p[data-v-69087aa6]{font-size:3vw;margin-top:2em}.signup .terms p a[data-v-69087aa6]{color:#ccc}.signup .terms p a[data-v-69087aa6]:hover{color:#fff}@media screen and (min-width:420px){.signup[data-v-69087aa6]{padding:1em 0 3em}.signup h1[data-v-69087aa6]{margin-bottom:.75em}.signup p[data-v-69087aa6]{font-size:3vw}.signup .strapline[data-v-69087aa6]{font-size:6vw}.signup .field[data-v-69087aa6]{margin-bottom:.3em}.signup .field label[data-v-69087aa6]{font-size:4vw}.signup .field input[data-v-69087aa6]{padding:.4em .5em;font-size:5vw}.signup .button[data-v-69087aa6]{font-size:3.5vw}.signup .next[data-v-69087aa6]{padding:1em}.signup .terms p[data-v-69087aa6]{margin-top:2em}}@media screen and (min-width:575px){.signup[data-v-69087aa6]{padding:1.25em 0 3em}.signup h1[data-v-69087aa6]{margin-bottom:.75em}.signup p[data-v-69087aa6]{font-size:2.5vw}.signup .strapline[data-v-69087aa6]{font-size:4.5vw}.signup .field[data-v-69087aa6]{margin-bottom:.5em}.signup .field label[data-v-69087aa6]{font-size:90%}.signup .field input[data-v-69087aa6]{padding:.4em .5em;font-size:110%}.signup .button[data-v-69087aa6]{font-size:2.5vw}.signup .next[data-v-69087aa6]{padding:1em}.signup .terms p[data-v-69087aa6]{font-size:2vw;margin-top:2em}.signup .terms p a[data-v-69087aa6]{color:#ccc}.signup .terms p a[data-v-69087aa6]:hover{color:#fff}}@media screen and (min-width:769px){.signup .wrap[data-v-69087aa6]{width:75%;padding-bottom:1em}.signup .wrap .terms p[data-v-69087aa6]{font-size:1.75vw}}@media screen and (min-width:960px){.signup .wrap[data-v-69087aa6]{width:65%;padding:.75em 0 2em}.signup .wrap h1[data-v-69087aa6]{margin-bottom:1em}.signup .wrap p[data-v-69087aa6]{font-size:1.9vw}.signup .wrap .strapline[data-v-69087aa6]{font-size:4vw}.signup .wrap .next[data-v-69087aa6]{padding:.75em}.signup .wrap .terms p[data-v-69087aa6]{font-size:1.5vw}}@media screen and (min-width:1112px){.signup .wrap p[data-v-69087aa6]{font-size:1.75vw}}@media screen and (min-width:1280px){.signup .wrap[data-v-69087aa6]{width:55%}.signup .wrap .strapline[data-v-69087aa6]{font-size:3.5vw}.signup .wrap .button[data-v-69087aa6]{font-size:2vw}.signup .wrap .next[data-v-69087aa6]{padding:.5em}.signup .wrap .terms p[data-v-69087aa6]{font-size:1.25vw}}@media screen and (min-width:1440px){.signup .wrap[data-v-69087aa6]{padding:1.75em 0 3em}.signup .wrap h1[data-v-69087aa6]{margin-bottom:1.75em}.signup .wrap .strapline[data-v-69087aa6]{font-size:3vw}.signup .wrap .field[data-v-69087aa6]{margin-bottom:.75em}.signup .wrap .field label[data-v-69087aa6]{font-size:100%}.signup .wrap .field input[data-v-69087aa6]{padding:.5em}.signup .wrap .button[data-v-69087aa6]{font-size:1.75vw}.signup .wrap .next[data-v-69087aa6]{padding:.75em}.signup .wrap .terms p[data-v-69087aa6]{margin-top:2em}}@media screen and (min-width:1600px){.signup .wrap[data-v-69087aa6]{width:45%;padding:1.5em 0 3em}.signup .wrap h1[data-v-69087aa6]{margin-bottom:1.5em}.signup .wrap p[data-v-69087aa6]{font-size:1.25vw}.signup .wrap .strapline[data-v-69087aa6]{font-size:3vw}.signup .wrap .button[data-v-69087aa6]{font-size:1.5vw;margin-top:.5em}.signup .wrap .terms p[data-v-69087aa6]{font-size:1vw}}@media screen and (min-width:2280px){.signup .wrap .field[data-v-69087aa6]{margin-bottom:.75em}.signup .wrap .field label[data-v-69087aa6]{font-size:1vw}.signup .wrap .button[data-v-69087aa6],.signup .wrap .field input[data-v-69087aa6]{font-size:1.25vw}.signup .wrap .terms p[data-v-69087aa6]{font-size:1vw}}.field.checkbox[data-v-69087aa6]{padding:.75rem 0 0;vertical-align:middle}.field.checkbox.invalid label>input[data-v-69087aa6]{background-color:#cb455d}.field.checkbox label[data-v-69087aa6]{cursor:pointer;position:relative;vertical-align:middle}.field.checkbox label>span[data-v-69087aa6]{color:#34495e;padding:.1rem .25rem 0 .5rem;vertical-align:middle}.field.checkbox label>input[data-v-69087aa6]{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-69087aa6]:checked{border:1px solid #4d4d4d;background-color:#4d4d4d;color:#eaeaea}.field.checkbox label>input:checked+span[data-v-69087aa6]:before{content:"\2714";display:block;text-align:center;color:#eaeaea;position:absolute;left:6px;top:2px}.field.checkbox label>input[data-v-69087aa6]:active{border:2px solid #34495e}.lead-form[data-v-69087aa6]{margin:auto;width:60%}.copy[data-v-69087aa6]{width:60%;margin:0 auto 2rem}.copy[data-v-69087aa6] h2{margin-bottom:0}.field.invalid input[data-v-69087aa6]{border-left:10px solid #cb455d}a.next[data-v-69087aa6]{text-transform:uppercase;display:block;text-align:center;padding:4%;font-size:120%;transition:all .3s}.clearfix[data-v-69087aa6]{padding-top:10px}.signup-form-complete[data-v-69087aa6]{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-078b4dd2]{font-family:Roboto!important;padding:1.5rem 0;text-align:center}footer span[data-v-078b4dd2]{vertical-align:middle;color:#929291!important}footer span.emblem[data-v-078b4dd2]{display:inline-block}footer span.emblem img[data-v-078b4dd2]{width:20px}footer a[data-v-078b4dd2]:link,footer a[data-v-078b4dd2]: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-078b4dd2]{padding:2.5rem 0}}.dropdown[data-v-33ee6a56]{display:inline-block;position:relative}.dropdown.empty[data-v-33ee6a56]{pointer-events:none;opacity:.3}.dd-button[data-v-33ee6a56]{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-33ee6a56]: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-33ee6a56]:hover{background-color:#eee}.dd-input[data-v-33ee6a56]{display:none!important}.dd-menu[data-v-33ee6a56]{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-33ee6a56]{display:none}.dd-input:checked+.dd-menu[data-v-33ee6a56]{display:block}.dd-menu li[data-v-33ee6a56]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-33ee6a56]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-33ee6a56]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-33ee6a56]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-33ee6a56]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-33ee6a56]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-33ee6a56]{font-weight:700}.simple-form p.help-text[data-v-33ee6a56]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-33ee6a56]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-33ee6a56]: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-33ee6a56]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-33ee6a56]: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-33ee6a56]::-moz-placeholder{color:#dadada}.simple-form input[data-v-33ee6a56]: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-33ee6a56]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-33ee6a56]: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-33ee6a56]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-33ee6a56]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-33ee6a56]{position:absolute;right:0;top:0}.simple-form textarea[data-v-33ee6a56]{width:100%;max-width:none}.simple-form .next a[data-v-33ee6a56]{display:block}.simple-form .next a+a[data-v-33ee6a56]{margin-top:1rem}.simple-form .button[data-v-33ee6a56]{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-33ee6a56]:hover{background-color:#4dbcba}.simple-form .button i[data-v-33ee6a56]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-33ee6a56]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-33ee6a56]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-33ee6a56]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-33ee6a56]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-33ee6a56]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-33ee6a56]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-33ee6a56],.simple-form .fade-without-move-leave-active[data-v-33ee6a56]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-33ee6a56],.simple-form .fade-without-move-leave-to[data-v-33ee6a56]{opacity:0}.simple-form .fade-enter-active[data-v-33ee6a56],.simple-form .fade-leave-active[data-v-33ee6a56]{transition:all .5s}.simple-form .fade-enter[data-v-33ee6a56],.simple-form .fade-leave-to[data-v-33ee6a56]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-33ee6a56],.simple-form .short-fade-leave-active[data-v-33ee6a56]{transition:all .3s}.simple-form .short-fade-enter[data-v-33ee6a56],.simple-form .short-fade-leave-to[data-v-33ee6a56]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-33ee6a56]{position:relative}.simple-form .field+.field[data-v-33ee6a56]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-33ee6a56]{width:100%;height:auto}.simple-form .field .field-file p[data-v-33ee6a56]{margin:0}.simple-form .field .field-file.has-value[data-v-33ee6a56]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-33ee6a56]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-33ee6a56]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-33ee6a56]{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-33ee6a56]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-33ee6a56]{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-33ee6a56]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-33ee6a56]{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-33ee6a56]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-33ee6a56]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-33ee6a56]{min-height:250px}}.report-item[data-v-33ee6a56] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-33ee6a56] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-33ee6a56] .text h2{font-size:125%;margin-top:0}@media (min-width:768px){.report-item[data-v-33ee6a56] .text{width:80%;padding:3rem 0}.report-item[data-v-33ee6a56] .text h1{font-size:200%}}.debug-mode-active[data-v-33ee6a56]{background-color:tomato;color:#fff;text-align:center;padding:3px}.inlined-html>div[data-v-33ee6a56]{display:inline}.fade-enter-active[data-v-33ee6a56],.fade-leave-active[data-v-33ee6a56]{transition:opacity .5s}.fade-enter[data-v-33ee6a56],.fade-leave-to[data-v-33ee6a56]{opacity:0}body [data-v-33ee6a56],html [data-v-33ee6a56]{box-sizing:border-box}body[data-v-33ee6a56]{margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif}.clearfix[data-v-33ee6a56]:after{content:"";display:table;clear:both}.button[data-v-33ee6a56]{padding:.3em 1em;font-weight:700;font-size:1.5vw;cursor:pointer;display:inline-block}@media screen and (min-width:769px){.vcenter[data-v-33ee6a56]{display:flex;flex-direction:column;justify-content:center}}#app[data-v-33ee6a56]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}h1[data-v-33ee6a56]{font-size:2vw;line-height:1;margin-bottom:.5em}.field[data-v-33ee6a56]{margin-bottom:.75em}.field[data-v-33ee6a56]:after{content:"";display:table;clear:both}.field label[data-v-33ee6a56]{color:#655;font-weight:700;margin-bottom:.25em;display:inline-block}.field input[data-v-33ee6a56]{width:100%;padding:.5em 1em;background-color:#ddd;border:none;color:#655;font-size:120%}ul.question-set[data-v-33ee6a56]{width:100%;margin:auto;list-style-type:none;padding-left:0}ul.question-set li[data-v-33ee6a56]{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-33ee6a56]{margin-top:.75em}ul.question-set li span.label[data-v-33ee6a56]{flex:1 1 80%}ul.question-set li span.icon[data-v-33ee6a56]{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-33ee6a56]{font-size:4.5vw}.multi-select-columns-2 ul.question-set[data-v-33ee6a56]{display:grid;grid-template-columns:auto auto;grid-column-gap:15px}.multi-select-columns-2 ul.question-set li[data-v-33ee6a56]{margin-bottom:.75em}.multi-select-columns-2 ul.question-set li+li[data-v-33ee6a56]{margin-top:0}.multi-select-columns-2 ul.question-set li span.label[data-v-33ee6a56]{order:1;font-size:80%}.multi-select-columns-2 ul.question-set li span.icon[data-v-33ee6a56]{order:2;padding-right:.5em}.multi-select-columns-2 ul.question-set li.next[data-v-33ee6a56]{grid-column:1/span 2}.result .comp-type[data-v-33ee6a56]{display:none;position:absolute;top:10px;left:10px;background-color:#ccc;float:left;padding:2px 4px;color:#fff}.result .result-intro[data-v-33ee6a56]{text-align:center;padding:3% 10%}.result .result-intro h2[data-v-33ee6a56]{margin:0;font-size:250%}.result .result-component[data-v-33ee6a56]{position:relative;text-align:center;padding:3% 0}.result .result-resultpollaverage .result-wrapper[data-v-33ee6a56]{display:block}.result .result-heading[data-v-33ee6a56]{font-size:150%;text-align:center}.result .result-heading h2[data-v-33ee6a56]{margin:.5em 0}.result .result-message[data-v-33ee6a56]{font-size:120%;text-align:center}.result .result-resultscoreindicator[data-v-33ee6a56]{margin:auto}.result .result-resultscoreindicator .result-circle[data-v-33ee6a56]{max-width:300px;margin:auto}.result .result-signup[data-v-33ee6a56]{padding:5%}.result .result-signup .signup-form-wrap[data-v-33ee6a56]{width:100%;max-width:700px;margin:0 auto}.report-item--result[data-v-33ee6a56]{min-height:200px;background-size:cover}.report-item--result .logo[data-v-33ee6a56]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--result .text[data-v-33ee6a56]{width:100%;padding:0 0 2rem;min-height:200px}.report-item--result .text[data-v-33ee6a56] h1{font-size:250%}[data-v-33ee6a56] .add-item-dialogue{z-index:4;position:fixed;top:60px;left:0;right:0;margin:auto}[data-v-33ee6a56] .add-item-dialogue .text{width:100%;padding:0}@media screen and (min-width:768px){.report-item--heading[data-v-33ee6a56]{min-height:300px}.report-item--heading .text[data-v-33ee6a56]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-33ee6a56],.report-item--heading[data-v-33ee6a56]{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-877804ba]{box-shadow:0 0 10px 5px rgba(0,0,0,.07);width:100%;margin:auto;max-width:1200px}.report .report-item[data-v-877804ba]{width:100%}.report-item-enter-active[data-v-877804ba],.report-item-leave-active[data-v-877804ba]{transition:all .5s;background-color:#eef9f9}.report-item-enter[data-v-877804ba],.report-item-leave-to[data-v-877804ba]{opacity:0;transform:translateY(100px)}.modal-bg[data-v-877804ba]{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-877804ba] .lead-form{background-color:transparent;height:auto;max-height:none}[data-v-877804ba] .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-877804ba] .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-7fdcf594]{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-7fdcf594]{background-color:#009879;color:#fff;text-align:left}.table td[data-v-7fdcf594],.table th[data-v-7fdcf594]{padding:8px}.table tbody tr td[data-v-7fdcf594]{background-color:#fff}.table tbody tr[data-v-7fdcf594]{border-bottom:1px solid #ddd}.table tbody tr:nth-of-type(2n) td[data-v-7fdcf594]{background-color:#f3f3f3}.table tbody tr[data-v-7fdcf594]:last-of-type{border-bottom:2px solid #009879}.table tbody tr.active-row[data-v-7fdcf594]{font-weight:700;color:#009879}[data-v-7fdcf594] .field-preview--color ion-icon{display:none}[data-v-7fdcf594] .field-preview--color .field-preview--swatch{border-radius:5px!important}[data-v-7fdcf594] .field-preview--color .field-preview--swatch>.field-preview--with-color,[data-v-7fdcf594] .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-7fdcf594]{width:20px}.table thead th.colour-column[data-v-7fdcf594],.table thead th.max-column[data-v-7fdcf594],.table thead th.min-column[data-v-7fdcf594]{width:50px}.table thead th.actions-column[data-v-7fdcf594]{width:30px}.table td input[type=number][data-v-7fdcf594]{text-align:center}.table td[data-v-7fdcf594] .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-69477602]{width:80%;margin-left:20%;background-color:#fff;color:#333;padding-left:1rem}.doc-notification .version-options[data-v-69477602]{padding-bottom:.75rem}.doc-notification p[data-v-69477602]{margin:0;padding:.5rem 0}[data-v-69477602] .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-69477602] .saving-indicator.saved{color:green}.campaign-editor[data-v-69477602]{height:calc(100vh - 70px);background-color:#333;overflow:hidden;position:relative}.campaign-editor .flex-area[data-v-69477602]{display:flex}.campaign-editor .edit-panel[data-v-69477602]{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-69477602]{padding:20px;visibility:hidden;overflow-y:auto;overscroll-behavior-y:contain}.campaign-editor .edit-panel[data-v-69477602] .field label{color:#efefef;font-weight:700}.campaign-editor .edit-panel[data-v-69477602] .field-component+.field-component{margin-top:20px}.campaign-editor .edit-panel[data-v-69477602] .field-component label{color:#efefef}.campaign-editor .edit-panel[data-v-69477602] .field-component span.delete ion-icon{color:#fff}.campaign-editor .edit-panel[data-v-69477602] .field-component input{max-width:100%!important;min-width:auto!important;width:100%}.campaign-editor .edit-panel[data-v-69477602] .field-component select{min-width:100%!important}.campaign-editor .edit-panel[data-v-69477602] .field-component .field-radio span{display:inline}.campaign-editor .edit-panel[data-v-69477602] .field-component .field-radio input{width:auto}.campaign-editor[data-v-69477602] .ui-actions{opacity:0}.campaign-editor .report-panel[data-v-69477602]{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-69477602] .reorderable-items .report-item{border-top:1px solid #dedede;border-bottom:1px solid #dedede}.campaign-editor .report-panel[data-v-69477602] .report-item:hover .ui-actions{opacity:1}.campaign-editor .report-panel[data-v-69477602] .report-item[data-first-item]{margin-bottom:20px}.campaign-editor .report-panel[data-v-69477602] .report-item+.report-item,.campaign-editor .report-panel[data-v-69477602] .report-item[data-last-item]{margin-top:20px}.campaign-editor .report-panel[data-v-69477602] .campaign .signup-items{border-top:20px solid #fff}.campaign-editor .media-panel[data-v-69477602]{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-69477602]{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-69477602]{display:block}.campaign-editor nav.actions ul.nav-items li a[data-v-69477602]{color:#ededed;font-size:14px;padding:13px 15px 10px;cursor:pointer;display:block}.campaign-editor a.close-settings[data-v-69477602]{font-size:30px;position:absolute;top:5px;right:15px;cursor:pointer}.campaign-editor a.close-settings ion-icon[data-v-69477602]{color:#fff}.campaign-editor.open .edit-panel[data-v-69477602]{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-69477602]{height:calc(100vh - 70px);top:20px;visibility:visible}.campaign-editor.open .report-panel[data-v-69477602]{flex:1 1 66%;margin-left:0}.campaign-editor.open .report-panel .actions[data-v-69477602]{display:none}.campaign-editor.open .media-panel[data-v-69477602]{flex:1 1 66%}.campaign-editor.open a.open-settings[data-v-69477602]{display:none}.campaign-editor[data-v-69477602] .field-errors{margin-top:1rem;color:red}.campaign-editor[data-v-69477602] .report-item{position:relative}.campaign-editor[data-v-69477602] .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-32ac3714]{display:inline-block;position:relative}.dropdown.empty[data-v-32ac3714]{pointer-events:none;opacity:.3}.dd-button[data-v-32ac3714]{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-32ac3714]: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-32ac3714]:hover{background-color:#eee}.dd-input[data-v-32ac3714]{display:none!important}.dd-menu[data-v-32ac3714]{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-32ac3714]{display:none}.dd-input:checked+.dd-menu[data-v-32ac3714]{display:block}.dd-menu li[data-v-32ac3714]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-32ac3714]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-32ac3714]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-32ac3714]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-32ac3714]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-32ac3714]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-32ac3714]{font-weight:700}.simple-form p.help-text[data-v-32ac3714]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-32ac3714]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-32ac3714]: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-32ac3714]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-32ac3714]: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-32ac3714]::-moz-placeholder{color:#dadada}.simple-form input[data-v-32ac3714]: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-32ac3714]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-32ac3714]: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-32ac3714]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-32ac3714]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-32ac3714]{position:absolute;right:0;top:0}.simple-form textarea[data-v-32ac3714]{width:100%;max-width:none}.simple-form .next a[data-v-32ac3714]{display:block}.simple-form .next a+a[data-v-32ac3714]{margin-top:1rem}.simple-form .button[data-v-32ac3714]{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-32ac3714]:hover{background-color:#4dbcba}.simple-form .button i[data-v-32ac3714]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-32ac3714]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-32ac3714]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-32ac3714]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-32ac3714]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-32ac3714]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-32ac3714]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-32ac3714],.simple-form .fade-without-move-leave-active[data-v-32ac3714]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-32ac3714],.simple-form .fade-without-move-leave-to[data-v-32ac3714]{opacity:0}.simple-form .fade-enter-active[data-v-32ac3714],.simple-form .fade-leave-active[data-v-32ac3714]{transition:all .5s}.simple-form .fade-enter[data-v-32ac3714],.simple-form .fade-leave-to[data-v-32ac3714]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-32ac3714],.simple-form .short-fade-leave-active[data-v-32ac3714]{transition:all .3s}.simple-form .short-fade-enter[data-v-32ac3714],.simple-form .short-fade-leave-to[data-v-32ac3714]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-32ac3714]{position:relative}.simple-form .field+.field[data-v-32ac3714]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-32ac3714]{width:100%;height:auto}.simple-form .field .field-file p[data-v-32ac3714]{margin:0}.simple-form .field .field-file.has-value[data-v-32ac3714]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-32ac3714]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-32ac3714]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-32ac3714]{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-32ac3714]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-32ac3714]{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-32ac3714]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-32ac3714]{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-32ac3714]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-32ac3714]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-32ac3714]{min-height:250px}}.report-item[data-v-32ac3714] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-32ac3714] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-32ac3714] .text h2{font-size:125%;margin-top:0}@media (min-width:768px){.report-item[data-v-32ac3714] .text{width:80%;padding:3rem 0}.report-item[data-v-32ac3714] .text h1{font-size:200%}}.report-item--heading[data-v-32ac3714]{min-height:200px;background-size:cover}.report-item--heading .logo[data-v-32ac3714]{max-width:100%;display:inline-block;margin-bottom:1rem}.report-item--heading .text[data-v-32ac3714]{padding:2rem 0;min-height:200px}.report-item--heading .text[data-v-32ac3714] h1{font-size:250%}@media screen and (min-width:768px){.report-item--heading[data-v-32ac3714]{min-height:300px}.report-item--heading .text[data-v-32ac3714]{padding:3rem 0;min-height:300px}}@media screen and (min-width:920px){.report-item--heading .text[data-v-32ac3714],.report-item--heading[data-v-32ac3714]{min-height:400px}}.button-wrapper[data-v-1b57d3a8]{margin-top:.75rem;position:relative;display:flex;flex-direction:column}.button-wrapper .action-button[data-v-1b57d3a8]{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-1b57d3a8]:hover{background-color:#f0b905}.button-wrapper .action-button[data-v-1b57d3a8] .content-editable,.button-wrapper .action-button[data-v-1b57d3a8] .content-editable div{display:inline}.button-wrapper .actions[data-v-1b57d3a8]{bottom:-37px;left:0;right:0;margin:3px auto;text-align:left}.button-wrapper.aligned-center[data-v-1b57d3a8]{align-items:center}.button-wrapper.aligned-right[data-v-1b57d3a8]{align-items:flex-end}a.state-switcher[data-v-1b57d3a8]{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-2b15d067]{position:relative;display:flex;flex-direction:column;padding:10px 0}.stat .actions[data-v-2b15d067]{width:100%;display:flex;min-height:100px;align-items:center;justify-content:center}.stat .editHeading[data-v-2b15d067]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.stat .editHeading ion-icon[data-v-2b15d067]{vertical-align:-5px}@media (min-width:768px){.stat[data-v-2b15d067]{flex-direction:row;min-height:150px}}.stat .figure[data-v-2b15d067]{flex:0 0 35%;display:flex;align-items:center;justify-content:center}.stat .figure .figure-content[data-v-2b15d067] h2{margin:0;word-break:break-all;font-size:6em}@media (min-width:768px){.stat .figure .figure-content[data-v-2b15d067] h2{font-size:3em}}@media (min-width:920px){.stat .figure .figure-content[data-v-2b15d067] h2{font-size:4em}}@media (min-width:1200px){.stat .figure .figure-content[data-v-2b15d067] h2{font-size:6em}}.stat .caption[data-v-2b15d067]{flex:0 1 65%;font-size:100%;display:flex;align-items:center}.stat .caption[data-v-2b15d067] .content-editable{margin:auto}@media (min-width:768px){.stat .caption[data-v-2b15d067] .content-editable{margin:0}}.stat .caption[data-v-2b15d067] p{margin:.5rem}@media (min-width:920px){.stat .caption[data-v-2b15d067] p{padding-left:1rem;font-size:170%}}.stat .figure[data-v-2b15d067]{text-align:center}.stat[data-v-2b15d067] .content-editable p{font-weight:400;position:relative;z-index:1}.stat[data-v-2b15d067] .content-editable p span.answer,.stat[data-v-2b15d067] .content-editable p span.question{font-weight:700}.stat[data-v-2b15d067] .ui-actions{z-index:3}.stat.without-value .caption[data-v-2b15d067]{flex:1 1 100%;font-size:100%;display:flex;align-items:center}.stat.without-value .caption[data-v-2b15d067] p{margin:.5rem}@media (min-width:920px){.stat.without-value .caption[data-v-2b15d067] 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-80ca4ea2]{display:inline-block;position:relative}.dropdown.empty[data-v-80ca4ea2]{pointer-events:none;opacity:.3}.dd-button[data-v-80ca4ea2]{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-80ca4ea2]: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-80ca4ea2]:hover{background-color:#eee}.dd-input[data-v-80ca4ea2]{display:none!important}.dd-menu[data-v-80ca4ea2]{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-80ca4ea2]{display:none}.dd-input:checked+.dd-menu[data-v-80ca4ea2]{display:block}.dd-menu li[data-v-80ca4ea2]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-80ca4ea2]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-80ca4ea2]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-80ca4ea2]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-80ca4ea2]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-80ca4ea2]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-80ca4ea2]{font-weight:700}.simple-form p.help-text[data-v-80ca4ea2]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-80ca4ea2]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-80ca4ea2]: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-80ca4ea2]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-80ca4ea2]: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-80ca4ea2]::-moz-placeholder{color:#dadada}.simple-form input[data-v-80ca4ea2]: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-80ca4ea2]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-80ca4ea2]: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-80ca4ea2]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-80ca4ea2]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-80ca4ea2]{position:absolute;right:0;top:0}.simple-form textarea[data-v-80ca4ea2]{width:100%;max-width:none}.simple-form .next a[data-v-80ca4ea2]{display:block}.simple-form .next a+a[data-v-80ca4ea2]{margin-top:1rem}.simple-form .button[data-v-80ca4ea2]{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-80ca4ea2]:hover{background-color:#4dbcba}.simple-form .button i[data-v-80ca4ea2]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-80ca4ea2]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-80ca4ea2]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-80ca4ea2]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-80ca4ea2]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-80ca4ea2]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-80ca4ea2]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-80ca4ea2],.simple-form .fade-without-move-leave-active[data-v-80ca4ea2]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-80ca4ea2],.simple-form .fade-without-move-leave-to[data-v-80ca4ea2]{opacity:0}.simple-form .fade-enter-active[data-v-80ca4ea2],.simple-form .fade-leave-active[data-v-80ca4ea2]{transition:all .5s}.simple-form .fade-enter[data-v-80ca4ea2],.simple-form .fade-leave-to[data-v-80ca4ea2]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-80ca4ea2],.simple-form .short-fade-leave-active[data-v-80ca4ea2]{transition:all .3s}.simple-form .short-fade-enter[data-v-80ca4ea2],.simple-form .short-fade-leave-to[data-v-80ca4ea2]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-80ca4ea2]{position:relative}.simple-form .field+.field[data-v-80ca4ea2]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-80ca4ea2]{width:100%;height:auto}.simple-form .field .field-file p[data-v-80ca4ea2]{margin:0}.simple-form .field .field-file.has-value[data-v-80ca4ea2]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-80ca4ea2]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-80ca4ea2]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-80ca4ea2]{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-80ca4ea2]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-80ca4ea2]{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-80ca4ea2]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-80ca4ea2]{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-80ca4ea2]{background-size:cover;min-height:250px}@media screen and (min-width:768px){.report-item[data-v-80ca4ea2]{min-height:250px}}@media screen and (min-width:920px){.report-item[data-v-80ca4ea2]{min-height:250px}}.report-item[data-v-80ca4ea2] .text{display:flex;height:100%;justify-content:center;flex-direction:column;padding:2rem 0;width:85%;margin:auto}.report-item[data-v-80ca4ea2] .text h1{font-size:1.5rem;margin-bottom:1rem}.report-item[data-v-80ca4ea2] .text h2{font-size:125%;margin-top:0}@media (min-width:768px){.report-item[data-v-80ca4ea2] .text{width:80%;padding:3rem 0}.report-item[data-v-80ca4ea2] .text h1{font-size:200%}}.report-item--statgroup[data-v-80ca4ea2]{background-size:cover;min-height:250px;padding:0}.report-item--statgroup .actions[data-v-80ca4ea2]{display:flex;min-height:100px;align-items:center;justify-content:center}.report-item--statgroup .actions h2.editHeading[data-v-80ca4ea2]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.report-item--statgroup .actions h2.editHeading ion-icon[data-v-80ca4ea2]{vertical-align:-5px}.report-item--statgroup .stats[data-v-80ca4ea2]{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-80ca4ea2]{border-top:2px solid #ccc}@media (min-width:768px){.report-item--statgroup .stats[data-v-80ca4ea2] .stat .caption p{font-size:120%}}@media (min-width:920px){.report-item--statgroup .stats[data-v-80ca4ea2] .stat .caption p{font-size:140%}}@media (min-width:1200px){.report-item--statgroup .stats[data-v-80ca4ea2] .stat .caption p{font-size:150%}}@media (min-width:768px){.report-item--statgroup[data-v-80ca4ea2]{min-height:300px;padding:.75rem 0 .25rem}.report-item--statgroup .stats[data-v-80ca4ea2]{margin-top:1.5rem}}@media (min-width:920px){.report-item--statgroup[data-v-80ca4ea2]{min-height:400px}}.report-item--statgroup .text[data-v-80ca4ea2]{display:flex;height:100%;justify-content:center;flex-direction:column;width:85%;margin:auto}.report-item--statgroup .text h2[data-v-80ca4ea2]{margin-top:0}@media (min-width:768px){.report-item--statgroup .text[data-v-80ca4ea2]{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-73385868],.slide-leave-active[data-v-73385868]{transition:max-height .5s;max-height:1000px}.slide-enter[data-v-73385868],.slide-leave-to[data-v-73385868]{max-height:0}.dropdown[data-v-73385868]{display:inline-block;position:relative}.dropdown.empty[data-v-73385868]{pointer-events:none;opacity:.3}.dd-button[data-v-73385868]{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-73385868]: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-73385868]:hover{background-color:#eee}.dd-input[data-v-73385868]{display:none!important}.dd-menu[data-v-73385868]{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-73385868]{display:none}.dd-input:checked+.dd-menu[data-v-73385868]{display:block}.dd-menu li[data-v-73385868]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-73385868]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-73385868]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-73385868]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-73385868]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-73385868]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-73385868]{font-weight:700}.simple-form p.help-text[data-v-73385868]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-73385868]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-73385868]: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-73385868]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-73385868]: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-73385868]::-moz-placeholder{color:#dadada}.simple-form input[data-v-73385868]: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-73385868]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-73385868]: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-73385868]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-73385868]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-73385868]{position:absolute;right:0;top:0}.simple-form textarea[data-v-73385868]{width:100%;max-width:none}.simple-form .next a[data-v-73385868]{display:block}.simple-form .next a+a[data-v-73385868]{margin-top:1rem}.simple-form .button[data-v-73385868]{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-73385868]:hover{background-color:#4dbcba}.simple-form .button i[data-v-73385868]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-73385868]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-73385868]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-73385868]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-73385868]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-73385868]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-73385868]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-73385868],.simple-form .fade-without-move-leave-active[data-v-73385868]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-73385868],.simple-form .fade-without-move-leave-to[data-v-73385868]{opacity:0}.simple-form .fade-enter-active[data-v-73385868],.simple-form .fade-leave-active[data-v-73385868]{transition:all .5s}.simple-form .fade-enter[data-v-73385868],.simple-form .fade-leave-to[data-v-73385868]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-73385868],.simple-form .short-fade-leave-active[data-v-73385868]{transition:all .3s}.simple-form .short-fade-enter[data-v-73385868],.simple-form .short-fade-leave-to[data-v-73385868]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-73385868]{position:relative}.simple-form .field+.field[data-v-73385868]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-73385868]{width:100%;height:auto}.simple-form .field .field-file p[data-v-73385868]{margin:0}.simple-form .field .field-file.has-value[data-v-73385868]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-73385868]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-73385868]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-73385868]{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-73385868]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-73385868]{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-73385868]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-73385868]{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-73385868],.fade-leave-active[data-v-73385868]{transition:all .5s linear}.fade-enter[data-v-73385868],.fade-leave-to[data-v-73385868]{overflow:hidden;max-height:0}.fade-enter-to[data-v-73385868],.fade-leave[data-v-73385868]{max-height:500px;overflow:hidden}.simple-form .extended-info[data-v-73385868] .content-editable--input[contenteditable=true]{border-bottom:2px dashed rgba(0,0,0,.4)}.report-item--expanding-stat[data-v-73385868]{background-size:cover;min-height:150px}.report-item--expanding-stat .stats-expander[data-v-73385868]{width:90%;margin:auto;padding:.75rem 0 40px;position:relative}.report-item--expanding-stat .stats-expander .stats[data-v-73385868]{padding:0}@media (min-width:768px){.report-item--expanding-stat .stats-expander[data-v-73385868]{width:80%;padding:.75rem 0 80px}}.report-item--expanding-stat .extended-info[data-v-73385868]{margin:2rem auto;width:90%}@media (min-width:758px){.report-item--expanding-stat .extended-info[data-v-73385868]{width:80%;margin:3rem auto}}.report-item--expanding-stat .commentary-header[data-v-73385868]{margin-bottom:2rem;background-color:#fbd147;padding:1rem;border-radius:10px}.report-item--expanding-stat .commentary-header[data-v-73385868] h2.content-editable--input{margin-bottom:0}@media (min-width:768px){.report-item--expanding-stat .commentary-header[data-v-73385868]{padding:1.3rem 2rem}}.report-item--expanding-stat .stats[data-v-73385868]{padding:0 1rem}.report-item--expanding-stat .stats .stat+.stat[data-v-73385868]{border-top:2px solid #000}@media (min-width:768px){.report-item--expanding-stat .stats[data-v-73385868]{margin-top:1rem;padding:.75rem 1rem .25rem}}.report-item--expanding-stat .actions[data-v-73385868]{width:80%;margin:2rem auto}.report-item--expanding-stat .expander[data-v-73385868]{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-73385868]{margin-top:6px;color:#000;font-size:25px}@media (min-width:768px){.report-item--expanding-stat .expander[data-v-73385868]{width:150px;height:75px;border-radius:150px 150px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-73385868]{margin-top:10px;font-size:45px}}@media (min-width:920px){.report-item--expanding-stat[data-v-73385868] .stat{padding:4rem 0}}.report-item--expanding-stat[data-v-73385868] .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-73385868] .stat .caption{text-align:left;padding-left:2rem}}.report-item--expanding-stat[data-v-73385868] .stat .ui-actions{top:30px}@media (min-width:768px){.report-item--expanding-stat[data-v-73385868] .stat.without-value .caption{padding-left:0}}.report-item--expanding-stat[data-v-73385868] .question-breakdown-wrapper{padding:5% 0}.report-item--expanding-stat[data-v-73385868] .question-breakdown-wrapper.has-commentary{padding-bottom:0}.report-item--expanding-stat[data-v-73385868] .question-breakdown-wrapper .bars{margin-bottom:0;padding-bottom:0}.report-item--expanding-stat[data-v-73385868] .question-breakdown-wrapper .question{margin-bottom:0}.report-item--expanding-stat[data-v-73385868] .question-breakdown-wrapper .question+.question{margin-top:2rem}.report-item--expanding-stat .question-breakdown[data-v-73385868]{width:90%;margin:auto}@media (min-width:758px){.report-item--expanding-stat .question-breakdown[data-v-73385868]{width:80%}}.report-item--expanding-stat .text[data-v-73385868]{display:flex;height:100%;justify-content:center;flex-direction:column;width:100%;margin:auto}.report-item--expanding-stat .text h1[data-v-73385868]{margin-bottom:.1rem}.report-item--expanding-stat .text h2[data-v-73385868]{margin-top:0}.slide-enter-active[data-v-60a04e6c],.slide-leave-active[data-v-60a04e6c]{transition:max-height .5s;max-height:1000px}.slide-enter[data-v-60a04e6c],.slide-leave-to[data-v-60a04e6c]{max-height:0}.dropdown[data-v-60a04e6c]{display:inline-block;position:relative}.dropdown.empty[data-v-60a04e6c]{pointer-events:none;opacity:.3}.dd-button[data-v-60a04e6c]{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-60a04e6c]: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-60a04e6c]:hover{background-color:#eee}.dd-input[data-v-60a04e6c]{display:none!important}.dd-menu[data-v-60a04e6c]{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-60a04e6c]{display:none}.dd-input:checked+.dd-menu[data-v-60a04e6c]{display:block}.dd-menu li[data-v-60a04e6c]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-60a04e6c]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-60a04e6c]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-60a04e6c]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-60a04e6c]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-60a04e6c]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-60a04e6c]{font-weight:700}.simple-form p.help-text[data-v-60a04e6c]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-60a04e6c]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-60a04e6c]: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-60a04e6c]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-60a04e6c]: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-60a04e6c]::-moz-placeholder{color:#dadada}.simple-form input[data-v-60a04e6c]: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-60a04e6c]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-60a04e6c]: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-60a04e6c]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-60a04e6c]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-60a04e6c]{position:absolute;right:0;top:0}.simple-form textarea[data-v-60a04e6c]{width:100%;max-width:none}.simple-form .next a[data-v-60a04e6c]{display:block}.simple-form .next a+a[data-v-60a04e6c]{margin-top:1rem}.simple-form .button[data-v-60a04e6c]{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-60a04e6c]:hover{background-color:#4dbcba}.simple-form .button i[data-v-60a04e6c]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-60a04e6c]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-60a04e6c]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-60a04e6c]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-60a04e6c]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-60a04e6c]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-60a04e6c]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-60a04e6c],.simple-form .fade-without-move-leave-active[data-v-60a04e6c]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-60a04e6c],.simple-form .fade-without-move-leave-to[data-v-60a04e6c]{opacity:0}.simple-form .fade-enter-active[data-v-60a04e6c],.simple-form .fade-leave-active[data-v-60a04e6c]{transition:all .5s}.simple-form .fade-enter[data-v-60a04e6c],.simple-form .fade-leave-to[data-v-60a04e6c]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-60a04e6c],.simple-form .short-fade-leave-active[data-v-60a04e6c]{transition:all .3s}.simple-form .short-fade-enter[data-v-60a04e6c],.simple-form .short-fade-leave-to[data-v-60a04e6c]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-60a04e6c]{position:relative}.simple-form .field+.field[data-v-60a04e6c]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-60a04e6c]{width:100%;height:auto}.simple-form .field .field-file p[data-v-60a04e6c]{margin:0}.simple-form .field .field-file.has-value[data-v-60a04e6c]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-60a04e6c]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-60a04e6c]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-60a04e6c]{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-60a04e6c]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-60a04e6c]{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-60a04e6c]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-60a04e6c]{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-60a04e6c]{display:flex;min-height:200px;align-items:center;justify-content:center}.editHeading[data-v-60a04e6c]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.editHeading ion-icon[data-v-60a04e6c]{vertical-align:-5px}.fade-enter-active[data-v-60a04e6c],.fade-leave-active[data-v-60a04e6c]{transition:all .5s linear}.fade-enter[data-v-60a04e6c],.fade-leave-to[data-v-60a04e6c]{overflow:hidden;max-height:0}.fade-enter-to[data-v-60a04e6c],.fade-leave[data-v-60a04e6c]{max-height:500px;overflow:hidden}.simple-form .extended-info[data-v-60a04e6c] .content-editable--input[contenteditable=true]{border-bottom:2px dashed rgba(0,0,0,.4)}.report-item--expanding-stat[data-v-60a04e6c]{background-size:cover;min-height:150px}.report-item--expanding-stat .stats-expander[data-v-60a04e6c]{width:90%;margin:auto;padding:.75rem 0 40px;position:relative}.report-item--expanding-stat .stats-expander .stats[data-v-60a04e6c]{padding:0}@media (min-width:768px){.report-item--expanding-stat .stats-expander[data-v-60a04e6c]{width:80%;padding:.75rem 0 80px}}.report-item--expanding-stat .extended-info[data-v-60a04e6c]{margin:2rem auto;width:90%}@media (min-width:758px){.report-item--expanding-stat .extended-info[data-v-60a04e6c]{width:80%;margin:3rem auto}}.report-item--expanding-stat .commentary-header[data-v-60a04e6c]{margin-bottom:2rem;background-color:#fbd147;padding:1rem;border-radius:10px}.report-item--expanding-stat .commentary-header[data-v-60a04e6c] h2.content-editable--input{margin-bottom:0}@media (min-width:768px){.report-item--expanding-stat .commentary-header[data-v-60a04e6c]{padding:1.3rem 2rem}}.report-item--expanding-stat .stats[data-v-60a04e6c]{padding:0 1rem}.report-item--expanding-stat .stats .stat+.stat[data-v-60a04e6c]{border-top:2px solid #000}@media (min-width:768px){.report-item--expanding-stat .stats[data-v-60a04e6c]{margin-top:1rem;padding:.75rem 1rem .25rem}}.report-item--expanding-stat .actions[data-v-60a04e6c]{width:80%;margin:2rem auto}.report-item--expanding-stat .expander[data-v-60a04e6c]{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-60a04e6c]{margin-top:6px;color:#000;font-size:25px}@media (min-width:768px){.report-item--expanding-stat .expander[data-v-60a04e6c]{width:150px;height:75px;border-radius:150px 150px 0 0}.report-item--expanding-stat .expander ion-icon[data-v-60a04e6c]{margin-top:10px;font-size:45px}}@media (min-width:920px){.report-item--expanding-stat[data-v-60a04e6c] .stat{padding:4rem 0}}.report-item--expanding-stat[data-v-60a04e6c] .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-60a04e6c] .stat .caption{text-align:left;padding-left:2rem}}.report-item--expanding-stat[data-v-60a04e6c] .stat .ui-actions{top:30px}@media (min-width:768px){.report-item--expanding-stat[data-v-60a04e6c] .stat.without-value .caption{padding-left:0}}.report-item--expanding-stat[data-v-60a04e6c] .question-breakdown-wrapper{padding:0}.report-item--expanding-stat[data-v-60a04e6c] .question-breakdown-wrapper.has-commentary{padding-bottom:0}.report-item--expanding-stat[data-v-60a04e6c] .question-breakdown-wrapper .bars{margin-bottom:0;padding-bottom:0}.report-item--expanding-stat[data-v-60a04e6c] .question-breakdown-wrapper .question{margin-bottom:0}.report-item--expanding-stat[data-v-60a04e6c] .question-breakdown-wrapper .question+.question{margin-top:2rem}.report-item--expanding-stat .question-breakdown[data-v-60a04e6c]{width:100%;margin:auto}.report-item--expanding-stat .question-breakdown[data-v-60a04e6c] .question-breakdown--content{width:90%;margin:auto;padding:5% 0}@media (min-width:758px){.report-item--expanding-stat .question-breakdown[data-v-60a04e6c] .question-breakdown--content{width:80%}}.report-item--expanding-stat .text[data-v-60a04e6c]{display:flex;height:100%;justify-content:center;flex-direction:column;width:100%;margin:auto}.report-item--expanding-stat .text h1[data-v-60a04e6c]{margin-bottom:.1rem}.report-item--expanding-stat .text h2[data-v-60a04e6c]{margin-top:0}.report-item--footer[data-v-3b6020f7]{background-color:#fff!important}footer[data-v-3b6020f7]{width:85%;margin:auto;display:flex;padding:2rem 0;justify-content:center;align-items:center}footer .copy[data-v-3b6020f7]{flex:0 1 70%}footer .copy[data-v-3b6020f7] :link{color:#fbd147}footer .logo[data-v-3b6020f7]{flex:0 1 30%;text-align:right}footer .logo img[data-v-3b6020f7]{max-width:150px}.simple-form .lead-form .arrow-left{display:none}.dropdown[data-v-ece1847c]{display:inline-block;position:relative}.dropdown.empty[data-v-ece1847c]{pointer-events:none;opacity:.3}.dd-button[data-v-ece1847c]{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-ece1847c]: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-ece1847c]:hover{background-color:#eee}.dd-input[data-v-ece1847c]{display:none!important}.dd-menu[data-v-ece1847c]{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-ece1847c]{display:none}.dd-input:checked+.dd-menu[data-v-ece1847c]{display:block}.dd-menu li[data-v-ece1847c]{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li[data-v-ece1847c]:hover{background-color:#f6f6f6}.dd-menu li a[data-v-ece1847c]{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider[data-v-ece1847c]{padding:0;border-bottom:1px solid #ccc}.simple-form h2.title[data-v-ece1847c]{font-weight:700;margin-bottom:4rem}.simple-form [contenteditable=true][data-v-ece1847c]{border-bottom:2px dashed hsla(0,0%,50.2%,.5);padding-bottom:3px}.simple-form h3.title[data-v-ece1847c]{font-weight:700}.simple-form p.help-text[data-v-ece1847c]{color:#aaa;font-size:90%}.simple-form div.url-preview span[data-v-ece1847c]{background-color:#efefef;padding:5px;margin:0}.simple-form input[data-v-ece1847c]: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-ece1847c]{width:100%;border:none;border-bottom:2px solid #4dbcba;padding:10px 0 15px;outline:none}.simple-form input[data-v-ece1847c]: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-ece1847c]::-moz-placeholder{color:#dadada}.simple-form input[data-v-ece1847c]: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-ece1847c]:-ms-input-placeholder{color:#dadada}.simple-form input[data-v-ece1847c]: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-ece1847c]::placeholder{color:#dadada}.simple-form input[type=text].inline[data-v-ece1847c]{display:inline;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#fff;font-weight:700}.simple-form span.tooltip[data-v-ece1847c]{position:absolute;right:0;top:0}.simple-form textarea[data-v-ece1847c]{width:100%;max-width:none}.simple-form .next a[data-v-ece1847c]{display:block}.simple-form .next a+a[data-v-ece1847c]{margin-top:1rem}.simple-form .button[data-v-ece1847c]{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-ece1847c]:hover{background-color:#4dbcba}.simple-form .button i[data-v-ece1847c]{margin-left:10px;float:right}.simple-form .button.button-icon-start i[data-v-ece1847c]{float:none;margin-left:0}.simple-form .button.button-icon-start span[data-v-ece1847c]{float:right;margin-left:10px}.simple-form .button[disabled][data-v-ece1847c]{color:#4dbcba;background-color:#fff;cursor:not-allowed}.simple-form .button[disabled][data-v-ece1847c]:hover{background-color:#fff}.simple-form .button.button-cancel[data-v-ece1847c]{border:1px solid #4dbcba;color:#4dbcba;background-color:#fff}.simple-form .button.button-cancel[data-v-ece1847c]:hover{color:#fff;background-color:#4dbcba}.simple-form .fade-without-move-enter-active[data-v-ece1847c],.simple-form .fade-without-move-leave-active[data-v-ece1847c]{transition:all .3s}.simple-form .fade-without-move-enter[data-v-ece1847c],.simple-form .fade-without-move-leave-to[data-v-ece1847c]{opacity:0}.simple-form .fade-enter-active[data-v-ece1847c],.simple-form .fade-leave-active[data-v-ece1847c]{transition:all .5s}.simple-form .fade-enter[data-v-ece1847c],.simple-form .fade-leave-to[data-v-ece1847c]{opacity:0;transform:translateY(100px)}.simple-form .short-fade-enter-active[data-v-ece1847c],.simple-form .short-fade-leave-active[data-v-ece1847c]{transition:all .3s}.simple-form .short-fade-enter[data-v-ece1847c],.simple-form .short-fade-leave-to[data-v-ece1847c]{opacity:0;transform:translateY(30px)}.simple-form .field[data-v-ece1847c]{position:relative}.simple-form .field+.field[data-v-ece1847c]{margin-top:2rem}.simple-form .field .field-file img.file-image[data-v-ece1847c]{width:100%;height:auto}.simple-form .field .field-file p[data-v-ece1847c]{margin:0}.simple-form .field .field-file.has-value[data-v-ece1847c]{position:relative}.simple-form .field .field-file.has-value input[type=file][data-v-ece1847c]{opacity:0}.simple-form .field .field-file.has-value .file-image-wrapper[data-v-ece1847c]{position:relative;width:100px;margin-top:-15px}.simple-form .field .field-file.has-value .delete[data-v-ece1847c]{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-ece1847c]{position:absolute;left:105%;top:0;bottom:0;margin:auto;width:250px;height:50%}.simple-form .field .field-errors ul[data-v-ece1847c]{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-ece1847c]{padding:3px 0;position:relative}.simple-form .arrow-left[data-v-ece1847c]{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-ece1847c]{padding:2rem;position:relative}.lead-form .field-component+.field-component[data-v-ece1847c],.lead-form .show-fields[data-v-ece1847c]{margin-top:1rem}.lead-form[data-v-ece1847c] .field-component.checkbox label,.lead-form[data-v-ece1847c] .field-component.radio label{margin-bottom:.5rem}.lead-form .copy[data-v-ece1847c]{margin-bottom:1rem}.lead-form span.tandcs[data-v-ece1847c]{display:inline-block}.lead-form span.tandcs div[data-v-ece1847c]{display:inline}.lead-form .privacy[data-v-ece1847c]{margin-top:1rem}[data-v-ece1847c] .lead-form h2{margin-bottom:.5rem}[data-v-ece1847c] .field-errors{color:red;font-size:90%}[data-v-ece1847c] .field-errors li{margin-top:5px}[data-v-ece1847c] .field-errors .arrow-left{display:none}.close[data-v-ece1847c]{position:absolute;top:10px;right:10px}p.error[data-v-ece1847c]{color:red;margin-top:5px}.button[data-v-ece1847c]{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-ece1847c]{cursor:not-allowed;border:1px solid #ccc;color:#ccc;background-color:transparent}.button[disabled][data-v-ece1847c]:hover{background-color:transparent}.button[data-v-ece1847c]:hover{background-color:#f0b905}.actions[data-v-0311f15d]{display:flex;min-height:200px;align-items:center;justify-content:center}.editHeading[data-v-0311f15d]{text-align:center;color:#ccc;width:50%;cursor:pointer;font-size:200%}.editHeading ion-icon[data-v-0311f15d]{vertical-align:-5px}.question-breakdown[data-v-0311f15d]{width:100%;margin:auto}.question-breakdown[data-v-0311f15d] .question-breakdown--content{width:90%;margin:auto;padding:5% 0}@media (min-width:758px){.question-breakdown[data-v-0311f15d] .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-f2b36036]{box-shadow:0 0 10px 5px rgba(0,0,0,.07);width:100%;margin:auto;max-width:960px}.report .report-item[data-v-f2b36036]{width:100%}.report .report-item.sortable-chosen[data-v-f2b36036]{border:2px solid #00f!important}.report .report-item-enter-active[data-v-f2b36036],.report .report-item-leave-active[data-v-f2b36036]{transition:all .5s;background-color:#eef9f9}.report .report-item-enter[data-v-f2b36036],.report .report-item-leave-to[data-v-f2b36036]{opacity:0;transform:translateY(100px)}.report .topbar[data-v-f2b36036]{height:50px;background-color:transparent;border-bottom:none}.modal-bg[data-v-f2b36036]{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-f2b36036]{position:absolute;padding:1rem;align-items:flex-start}}@media (max-height:500px){.anon .modal-bg[data-v-f2b36036]{align-items:flex-start}}.lang-select[data-v-f2b36036]{top:5px;right:5px;margin-left:auto}.lang-select select[data-v-f2b36036]{min-width:120px;background-position:90% 50%}[data-v-f2b36036] .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-76ada943] .saving-indicator{position:fixed;z-index:15;top:70px;right:16px;width:120px;padding:5px 10px;text-align:right;color:#188bae}[data-v-76ada943] .saving-indicator.saved{color:green}.report-editor[data-v-76ada943]{height:calc(100vh - 70px);background-color:#ccc;display:flex;position:relative;overflow:hidden}.report-editor .notification[data-v-76ada943]{position:sticky;top:20px;background-color:#fcc776;z-index:999;margin:0 20px;padding:10px}.report-editor .edit-panel[data-v-76ada943]{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-76ada943]{padding:20px;visibility:hidden;overflow-y:auto;overscroll-behavior-y:contain}.report-editor .report-panel[data-v-76ada943]{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-76ada943] .report-item+.report-item{border-top:1px solid #000}.report-editor .media-panel[data-v-76ada943]{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-76ada943]{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-76ada943]{display:block}.report-editor nav.actions ul.nav-items li a[data-v-76ada943]{color:#4dbcba;font-size:14px;padding:13px 15px 10px;cursor:pointer;display:block}.report-editor a.close-settings[data-v-76ada943]{font-size:30px;position:absolute;top:5px;right:15px;cursor:pointer}.report-editor a.close-settings ion-icon[data-v-76ada943]{color:#fff}.report-editor.open .edit-panel[data-v-76ada943]{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-76ada943]{height:calc(100vh - 70px);top:20px;visibility:visible}.report-editor.open .report-panel[data-v-76ada943]{flex:1 1 66%;margin-left:0}.report-editor.open .report-panel .actions[data-v-76ada943]{display:none}.report-editor.open .media-panel[data-v-76ada943]{flex:1 1 66%}.report-editor.open a.open-settings[data-v-76ada943]{display:none}.report-editor[data-v-76ada943] .report-item{position:relative}.report-editor[data-v-76ada943] .report-item:hover .ui-actions{opacity:1}.report-editor[data-v-76ada943] .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-76ada943]{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-76ada943]{z-index:1}.report-editor .media-browser[data-v-76ada943]{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-0bb1eda1]{max-width:375px}ul.controls[data-v-0bb1eda1]{margin-top:2rem;display:flex}ul.controls li+li[data-v-0bb1eda1]{margin-left:10px}[data-v-0bb1eda1] .error-list{margin-top:5px}a.btn[disabled][data-v-0bb1eda1]{background-color:#ccc;pointer-events:none}ul.controls[data-v-2cb9f40b]{display:flex}form[data-v-5c815f0e]{padding-top:1rem}.field-component+.field-component[data-v-5c815f0e]{margin-top:2rem}.media-panel[data-v-5c815f0e]{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-5c815f0e]{height:100%;overflow-y:scroll}a.btn[disabled][data-v-5c815f0e]{opacity:.3}[data-v-5c815f0e] .campaign-lookup{margin-top:1rem}[data-v-5c815f0e] .campaign-lookup .field-component{display:inline-block}[data-v-5c815f0e] 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-1bd6c26d]{color:#fff}a.invalid-var[data-v-1bd6c26d]{background-color:#ccc}.variables[data-v-1bd6c26d]{display:table;width:100%;table-layout:fixed}table.collection[data-v-1bd6c26d]{table-layout:fixed}table.collection tr td[data-v-1bd6c26d]{vertical-align:top}table.collection thead .var-default[data-v-1bd6c26d],table.collection thead .var-name[data-v-1bd6c26d]{width:20%}table.collection thead .var-values[data-v-1bd6c26d]{width:30%}table.collection thead .var-tag[data-v-1bd6c26d]{width:20%}.tag[data-v-1bd6c26d]{padding:10px;color:#cfcfcf}input.campaign-import-id[data-v-1bd6c26d]{width:100px!important}[data-v-1bd6c26d] .variable-row--container{display:table;table-layout:fixed;width:100%}[data-v-1bd6c26d] .variable-row--container .variable-row{width:100%;display:table-row;table-layout:fixed}[data-v-1bd6c26d] .variable-row--container .variable-row>div{display:table-cell}[data-v-1bd6c26d] .variable-row--container .variable-row .var-name{width:10%}[data-v-1bd6c26d] .variable-row--container .variable-row .var-default{width:20%}[data-v-1bd6c26d] .variable-row--container .variable-row .var-values{width:30%}[data-v-1bd6c26d] .variable-row--container .variable-row .var-tag{width:20%}[data-v-1bd6c26d] .variable-row--container .variable-row .actions{width:30px}[data-v-ccfb338a] .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-48ca300c] .integration-form{border:1px solid #ccc;padding:1rem}[data-v-48ca300c] .integration-form h4{margin-top:0}.integration a[data-v-48ca300c]{border:1px solid #dedede;padding:1rem;flex-direction:column;cursor:pointer}.integration a img[data-v-48ca300c]{display:block}.integration.salesforce a img[data-v-48ca300c]{max-width:100px}.integration span[data-v-48ca300c]{text-align:center;font-size:90%;color:#333;margin-top:.3rem;display:block}.integration.custom a[data-v-48ca300c]{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-7a984ab9] .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.33333em;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:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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%}