/*! Pickr 1.8.1 MIT | https://github.com/Simonwep/pickr */.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;background-size:0;transition:all .3s}.pickr .pcr-button:before{background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;z-index:-1;z-index:auto}.pickr .pcr-button:after,.pickr .pcr-button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:.15em}.pickr .pcr-button:after{transition:background .3s;background:var(--pcr-color)}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear:before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pcr-app *,.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pcr-app button.pcr-active,.pcr-app button:focus,.pcr-app input.pcr-active,.pcr-app input:focus,.pickr button.pcr-active,.pickr button:focus,.pickr input.pcr-active,.pickr input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pcr-app .pcr-palette,.pcr-app .pcr-slider,.pickr .pcr-palette,.pickr .pcr-slider{transition:box-shadow .3s}.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus,.pickr .pcr-palette:focus,.pickr .pcr-slider:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(0,0,0,.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);left:0;top:0}.pcr-app.visible{transition:opacity .3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display:grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit,1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(66,133,244,.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-save{width:auto;color:#fff}.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover,.pcr-app .pcr-interaction .pcr-save:hover{filter:brightness(.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{background:#f44250}.pcr-app .pcr-interaction .pcr-cancel:focus,.pcr-app .pcr-interaction .pcr-clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(244,66,80,.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity,.pcr-app .pcr-selection .pcr-color-palette{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active,.pcr-app .pcr-selection .pcr-color-palette:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme=nano]{width:14.25em;max-width:95vw}.pcr-app[data-theme=nano] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme=nano] .pcr-interaction{padding:0 .6em .6em}.pcr-app[data-theme=nano] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview{grid-area:2/1/4/1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette{grid-area:1/1/2/3;width:100%;height:100%;z-index:1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser{grid-area:2/2/2/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{grid-area:3/2/3/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{height:.5em;margin:0 .6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(90deg,transparent,#000),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%,.25em}.qq-btn{box-shadow:inset 0 1px 1px hsla(0,0%,100%,.37),inset 1px 0 1px hsla(0,0%,100%,.07),0 1px 0 rgba(0,0,0,.36),inset 0 -2px 12px rgba(0,0,0,.08);padding:3px 4px;border:1px solid #ccc;border-radius:2px;color:inherit;background-color:#fff}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-delete{background-color:#e65c47;color:#fafafa;border-color:#dc523d;text-shadow:0 1px 1px rgba(0,0,0,.55)}.qq-upload-delete:hover{background-color:#f56b56}.qq-upload-cancel{background-color:#f5d7d7;border-color:#e6c8c8}.qq-upload-cancel:hover{background-color:#ffe1e1}.qq-upload-retry{background-color:#ebf6e0;border-color:#d2ddc7}.qq-upload-retry:hover{background-color:#f7ffec}.qq-upload-continue,.qq-upload-pause{background-color:#00abc7;color:#fafafa;border-color:#2dadc2;text-shadow:0 1px 1px rgba(0,0,0,.55)}.qq-upload-continue:hover,.qq-upload-pause:hover{background-color:#0fbad6}.qq-upload-button{display:inline;width:105px;margin-bottom:10px;padding:7px 10px;text-align:center;float:left;background:#00abc7;color:#fff;border-radius:2px;border:1px solid #2dadc2;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.37),inset 1px 0 1px hsla(0,0%,100%,.07),0 1px 0 rgba(0,0,0,.36),inset 0 -2px 12px rgba(0,0,0,.08)}.qq-upload-button-hover{background:#33b6cc}.qq-upload-button-focus{outline:1px dotted #000}.qq-uploader{position:relative;min-height:200px;max-height:490px;overflow-y:hidden;width:inherit;border-radius:6px;background-color:#fdfdfd;border:1px dashed #ccc;padding:20px}.qq-uploader:before{content:attr(qq-drop-area-text) " ";position:absolute;font-size:200%;left:0;width:100%;text-align:center;top:45%;opacity:.25}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#f9f9f9;border-radius:4px;border:1px dashed #ccc;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#fdfdfd;border-radius:4px;border:1px dashed #ccc}.qq-upload-list{margin:0;padding:0;list-style:none;max-height:450px;overflow-y:auto;box-shadow:0 1px 0 rgba(15,15,50,.14);clear:both}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;color:#424242;background-color:#f6f6f6;border-top:1px solid #fff;border-bottom:1px solid #ddd}.qq-upload-list li:first-child{border-top:none}.qq-upload-list li:last-child{border-bottom:none}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-file{vertical-align:middle;display:inline-block;width:300px;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;height:18px}.qq-upload-spinner{display:inline-block;background:url(https://assets2.pollunit.com/packs/media/images/fineuploader/loading-2da0807814ad64841cd597c4e8a653d1.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(https://assets2.pollunit.com/packs/media/images/fineuploader/processing-68110b18c97c78c295ffb4d78e9c7237.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400;cursor:pointer;vertical-align:middle}.qq-upload-status-text{font-size:14px;font-weight:700;display:block}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text,.qq-upload-retrying .qq-upload-failed-text{display:inline}.qq-upload-list li.qq-upload-success{background-color:#ebf6e0;color:#424242;border-bottom:1px solid #d3ded1;border-top:1px solid #f7fff5}.qq-upload-list li.qq-upload-fail{background-color:#f5d7d7;color:#424242;border-bottom:1px solid #decaca;border-top:1px solid #fce6e6}.qq-progress-bar{display:block;background:#00abc7;width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin-left:9px;display:inline;float:right;width:500px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer;margin-right:4px}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;height:28px;padding:0 8px;margin-right:10px;margin-bottom:-5px;border:1px solid #ccc;border-radius:2px;font-size:16px;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(https://assets2.pollunit.com/packs/media/images/fineuploader/edit-1115b1192665d62c2c0fef7f2fb4f3b0.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:16px}.qq-hide{display:none}.qq-thumbnail-selector{vertical-align:middle;margin-right:12px}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::-webkit-backdrop{background-color:rgba(0,0,0,.7)}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;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}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#282a36}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#6272a4}.token.punctuation{color:#f8f8f2}.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#ff79c6}.token.boolean,.token.number{color:#bd93f9}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#50fa7b}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#f1fa8c}.token.keyword{color:#8be9fd}.token.important,.token.regex{color:#ffb86c}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://assets2.pollunit.com/packs/media/img/owl.video.play-4a37f800.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top;margin:.3em .6em .3em 0}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1.5em}img.jssocials-share-logo{width:auto;height:1em}.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{display:inline-block;height:1.5em;line-height:1;vertical-align:middle;cursor:default}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}.jssocials-share-twitter .jssocials-share-link{background:#00aced}.jssocials-share-twitter .jssocials-share-link:hover{background:#0087ba}.jssocials-share-facebook .jssocials-share-link{background:#3b5998}.jssocials-share-facebook .jssocials-share-link:hover{background:#2d4373}.jssocials-share-googleplus .jssocials-share-link{background:#dd4b39}.jssocials-share-googleplus .jssocials-share-link:hover{background:#c23321}.jssocials-share-linkedin .jssocials-share-link{background:#007bb6}.jssocials-share-linkedin .jssocials-share-link:hover{background:#005983}.jssocials-share-pinterest .jssocials-share-link{background:#cb2027}.jssocials-share-pinterest .jssocials-share-link:hover{background:#9f191f}.jssocials-share-email .jssocials-share-link{background:#3490f3}.jssocials-share-email .jssocials-share-link:hover{background:#0e76e6}.jssocials-share-stumbleupon .jssocials-share-link{background:#eb4823}.jssocials-share-stumbleupon .jssocials-share-link:hover{background:#c93412}.jssocials-share-whatsapp .jssocials-share-link{background:#29a628}.jssocials-share-whatsapp .jssocials-share-link:hover{background:#1f7d1e}.jssocials-share-telegram .jssocials-share-link{background:#2ca5e0}.jssocials-share-telegram .jssocials-share-link:hover{background:#1c88bd}.jssocials-share-line .jssocials-share-link{background:#25af00}.jssocials-share-line .jssocials-share-link:hover{background:#1a7c00}.jssocials-share-viber .jssocials-share-link{background:#7b519d}.jssocials-share-viber .jssocials-share-link:hover{background:#61407b}.jssocials-share-pocket .jssocials-share-link{background:#ef4056}.jssocials-share-pocket .jssocials-share-link:hover{background:#e9132e}.jssocials-share-messenger .jssocials-share-link{background:#0084ff}.jssocials-share-messenger .jssocials-share-link:hover{background:#006acc}.jssocials-share-vkontakte .jssocials-share-link{background:#45668e}.jssocials-share-vkontakte .jssocials-share-link:hover{background:#344d6c}.jssocials-share-rss .jssocials-share-link{background:#f90}.jssocials-share-rss .jssocials-share-link:hover{background:#cc7a00}.jssocials-share-link{padding:.5em .6em;color:#fff;transition:background .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-link:active,.jssocials-share-link:focus,.jssocials-share-link:hover{color:#fff}.jssocials-share-count-box{position:relative;height:2.5em;padding:0 .3em;margin-left:.3em;background:#f5f5f5;transition:background .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-count-box:hover{background:#dcdcdc}.jssocials-share-count-box:hover:after{border-color:transparent #dcdcdc transparent transparent}.jssocials-share-count-box:after{content:"";display:block;position:absolute;top:.85em;left:-.3em;width:0;height:0;border-color:transparent #f5f5f5 transparent transparent;border-style:solid;border-width:.4em .4em .4em 0;transform:rotate(1turn);transition:background .2s ease-in-out,border-color .2s ease-in-out}.jssocials-share-count-box .jssocials-share-count{line-height:2.5em;color:#444}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;flex:1 1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:baseline;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:baseline;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1 1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;flex:1 1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1 1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 *//*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rangeslider,.rangeslider__fill{display:block;box-shadow:inset 0 1px 3px rgba(0,0,0,.3);border-radius:10px}.rangeslider{background:#e6e6e6;position:relative}.rangeslider--horizontal{height:20px;width:100%}.rangeslider--vertical{width:20px;min-height:150px;max-height:100%;height:100%}.rangeslider--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:.4}.rangeslider__fill{background:#0f0;position:absolute}.rangeslider--horizontal .rangeslider__fill{top:0;height:100%}.rangeslider--vertical .rangeslider__fill{bottom:0;width:100%}.rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;width:40px;height:40px;position:absolute;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1vcGFjaXR5PSIuMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=");background-size:100%;background-image:linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.1));box-shadow:0 0 8px rgba(0,0,0,.3);border-radius:50%}.rangeslider__handle:after{content:"";display:block;width:18px;height:18px;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3Atb3BhY2l0eT0iLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");background-size:100%;background-image:linear-gradient(rgba(0,0,0,.13),hsla(0,0%,100%,0));border-radius:50%}.rangeslider--active .rangeslider__handle,.rangeslider__handle:active{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3Atb3BhY2l0eT0iLjEyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==");background-size:100%;background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12))}.rangeslider--horizontal .rangeslider__handle{top:-10px;touch-action:pan-y;-ms-touch-action:pan-y}.rangeslider--vertical .rangeslider__handle{left:-10px;touch-action:pan-x;-ms-touch-action:pan-x}input[type=range]:focus+.rangeslider .rangeslider__handle{box-shadow:0 0 8px rgba(255,0,255,.9)}/*! roundSlider v1.6.1 | (c) 2015-2020, Soundar | MIT license | http://roundsliderui.com/licence.html */.rs-edge,.rs-handle,.rs-ie{touch-action:none}.rs-control{outline:0 none}.rs-container,.rs-control{position:relative}.rs-control *,.rs-control :after,.rs-control :before{box-sizing:border-box}.rs-animation .rs-transition{transition:all .5s linear 0s}.rs-bar{transform-origin:100% 50%}.rs-control .rs-overlay1,.rs-control .rs-overlay2,.rs-control .rs-split .rs-path{transform-origin:50% 100%}.rs-control .rs-overlay{transform-origin:100% 100%}.rs-rounded .rs-seperator,.rs-split .rs-path{-webkit-background-clip:padding-box;background-clip:padding-box}.rs-disabled{opacity:.35}.rs-inner-container{height:100%;width:100%;position:absolute;top:0;overflow:hidden}.rs-control .rs-quarter div.rs-block{height:200%;width:200%}.rs-control .rs-half.rs-bottom div.rs-block,.rs-control .rs-half.rs-top div.rs-block{height:200%;width:100%}.rs-control .rs-half.rs-left div.rs-block,.rs-control .rs-half.rs-right div.rs-block{height:100%;width:200%}.rs-control .rs-bottom .rs-block{top:auto;bottom:0}.rs-control .rs-right .rs-block{right:0}.rs-block.rs-outer{border-radius:1000px}.rs-block{position:absolute;top:0;overflow:hidden;z-index:3}.rs-block,.rs-block .rs-inner{height:100%;width:100%;display:block}.rs-block .rs-inner{border-radius:1000px;position:relative}.rs-overlay{width:50%}.rs-overlay1,.rs-overlay2{width:100%}.rs-overlay,.rs-overlay1,.rs-overlay2{position:absolute;background-color:#fff;z-index:3;top:0;height:50%}.rs-bar{display:block;position:absolute;bottom:0;height:0;z-index:10}.rs-bar.rs-rounded{z-index:5}.rs-bar .rs-seperator{height:0;display:block;float:left}.rs-bar:not(.rs-rounded) .rs-seperator{border-left:none;border-right:none}.rs-bar.rs-start .rs-seperator{border-top:none}.rs-bar.rs-end .rs-seperator{border-bottom:none}.rs-bar.rs-start.rs-rounded .rs-seperator{border-radius:0 0 1000px 1000px}.rs-bar.rs-end.rs-rounded .rs-seperator{border-radius:1000px 1000px 0 0}.rs-full .rs-bar,.rs-half .rs-bar{width:50%}.rs-half.rs-left .rs-bar,.rs-half.rs-right .rs-bar,.rs-quarter .rs-bar{width:100%}.rs-full .rs-bar,.rs-half.rs-left .rs-bar,.rs-half.rs-right .rs-bar{top:50%}.rs-bottom .rs-bar{top:0}.rs-half.rs-right .rs-bar,.rs-quarter.rs-right .rs-bar{right:100%}.rs-handle.rs-move{cursor:move}.rs-readonly .rs-handle.rs-move{cursor:default}.rs-classic-mode .rs-path{display:block;height:100%;width:100%}.rs-split .rs-path{border-radius:1000px 1000px 0 0;overflow:hidden;height:50%;position:absolute;top:0;z-index:2}.rs-control .rs-svg-container{display:block;position:absolute;top:0}.rs-control .rs-bottom .rs-svg-container{top:auto;bottom:0}.rs-control .rs-right .rs-svg-container{right:0}.rs-tooltip{position:absolute;cursor:default;border:1px solid transparent;z-index:10}.rs-full .rs-tooltip{top:50%;left:50%}.rs-bottom .rs-tooltip{top:0}.rs-top .rs-tooltip{bottom:0}.rs-right .rs-tooltip{left:0}.rs-left .rs-tooltip{right:0}.rs-half.rs-bottom .rs-tooltip,.rs-half.rs-top .rs-tooltip{left:50%}.rs-half.rs-left .rs-tooltip,.rs-half.rs-right .rs-tooltip{top:50%}.rs-tooltip .rs-input{outline:0 none;border:none;background:transparent}.rs-tooltip-text{font-family:verdana;font-size:13px;border-radius:7px;text-align:center;color:inherit}.rs-tooltip.rs-edit{padding:5px 8px}.rs-tooltip.rs-edit:hover,.rs-tooltip.rs-hover{border:1px solid #aaa;cursor:pointer}.rs-readonly .rs-tooltip.rs-edit:hover{border-color:transparent;cursor:default}.rs-tooltip.rs-center{margin:0!important}.rs-half.rs-bottom .rs-tooltip.rs-center,.rs-half.rs-top .rs-tooltip.rs-center{transform:translate(-50%)}.rs-half.rs-left .rs-tooltip.rs-center,.rs-half.rs-right .rs-tooltip.rs-center{transform:translateY(-50%)}.rs-full .rs-tooltip.rs-center{transform:translate(-50%,-50%)}.rs-tooltip.rs-reset{margin:0!important;top:0!important;left:0!important}.rs-handle{border-radius:1000px;outline:0 none;float:left}.rs-handle.rs-handle-square{border-radius:0}.rs-handle-dot{border:1px solid #aaa;padding:6px}.rs-handle-dot:after{display:block;content:"";border:1px solid #aaa;height:100%;width:100%;border-radius:1000px}.rs-border,.rs-seperator{border:1px solid #aaa}.rs-path-color{background-color:#fff}.rs-range-color{background-color:#54bbe0}.rs-bg-color{background-color:#fff}.rs-handle{background-color:#838383}.rs-handle-dot{background-color:#fff}.rs-handle-dot:after{background-color:#838383}.rs-path-inherited .rs-path{opacity:.2}.rs-svg-mode .rs-path{stroke:#fff}.rs-svg-mode .rs-range{stroke:#54bbe0}.rs-svg-mode .rs-border{stroke:#aaa}:root{--tagify-dd-color-primary:#3595f6;--tagify-dd-bg-color:#fff}.tagify{--tags-border-color:#ddd;--tags-hover-border-color:#ccc;--tags-focus-border-color:#3595f6;--tag-bg:#e5e5e5;--tag-hover:#d3e2e2;--tag-text-color:#000;--tag-text-color--edit:#000;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#d39494;--tag-invalid-bg:rgba(211,148,148,0.5);--tag-remove-bg:rgba(211,148,148,0.3);--tag-remove-btn-color:#000;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:0.3s;--placeholder-color:rgba(0,0,0,0.4);--placeholder-color-focus:rgba(0,0,0,0.25);--loader-size:.8em;display:flex;align-items:flex-start;flex-wrap:wrap;border:1px solid #ddd;border:1px solid var(--tags-border-color);padding:0;line-height:normal;cursor:text;outline:0;position:relative;box-sizing:border-box;transition:.1s}@-webkit-keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes tags--bump{30%{transform:scale(1.2)}}@-webkit-keyframes rotateLoader{to{transform:rotate(1turn)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover{border-color:#ccc;border-color:var(--tags-hover-border-color)}.tagify.tagify--focus{transition:0s;border-color:#3595f6;border-color:var(--tags-focus-border-color)}.tagify[readonly]:not(.tagify--mix){cursor:default}.tagify[readonly]:not(.tagify--mix)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[readonly]:not(.tagify--mix) .tagify__tag>div{padding:.3em .5em;padding:var(--tag-pad)}.tagify[readonly]:not(.tagify--mix) .tagify__tag>div:before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 0,transparent 50%,var(--tag-bg) 0,var(--tag-bg) 75%,transparent 0,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);border-color:#eee #bbb #888 transparent;border-style:solid;border-width:3px;border-radius:50%;-webkit-animation:rotateLoader .4s linear infinite;animation:rotateLoader .4s linear infinite;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{display:none!important}.tagify__tag{display:inline-flex;align-items:center;margin:5px 0 5px 5px;position:relative;z-index:1;outline:0;cursor:default;transition:.13s ease-out}.tagify__tag>div{vertical-align:top;box-sizing:border-box;max-width:100%;padding:.3em .5em;padding:var(--tag-pad,.3em .5em);color:#000;color:var(--tag-text-color,#000);line-height:inherit;border-radius:3px;white-space:nowrap;transition:.13s ease-out}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:1ch;min-width:var(--tag--min-width,1ch);max-width:auto;max-width:var(--tag--max-width,auto);transition:.8s ease,color .1s}.tagify__tag>div>[contenteditable]{outline:0;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div:before{content:"";position:absolute;border-radius:inherit;left:0;top:0;right:0;bottom:0;z-index:-1;pointer-events:none;transition:.12s ease;-webkit-animation:tags--bump .3s ease-out 1;animation:tags--bump .3s ease-out 1;box-shadow:inset 0 0 0 1.1em #e5e5e5;box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-bg,#e5e5e5) inset}.tagify__tag:hover:not([readonly]) div:before{top:-2px;right:-2px;bottom:-2px;left:-2px;box-shadow:inset 0 0 0 1.1em #d3e2e2;box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-hover,#d3e2e2) inset}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);border-color:#eee #bbb #888 transparent;border-style:solid;border-width:3px;border-radius:50%;-webkit-animation:rotateLoader .4s linear infinite;animation:rotateLoader .4s linear infinite;margin:0 .5em 0 -.1em}.tagify__tag--flash div:before{-webkit-animation:none;animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:.3s;transition:var(--tag-hide-transition,.3s);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{-webkit-animation:none;animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{box-shadow:inset 0 0 0 1.1em rgba(211,148,148,.5)!important;box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-invalid-bg,rgba(211,148,148,.5)) inset!important;transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 0,transparent 50%,var(--tag-bg) 0,var(--tag-bg) 75%,transparent 0,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}.tagify__tag--editable>div{color:#000;color:var(--tag-text-color--edit,#000)}.tagify__tag--editable>div:before{box-shadow:inset 0 0 0 2px #d3e2e2!important;box-shadow:0 0 0 2px var(--tag-hover,#d3e2e2) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn:after{opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:inset 0 0 0 2px #d39494!important;box-shadow:0 0 0 2px var(--tag-invalid-color,#d39494) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:0 0;background:none;background:var(--tag-remove-btn-bg,none);color:#000;color:var(--tag-remove-btn-color,#000);width:14px;height:14px;margin-right:4.66667px;margin-left:-4.66667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn:after{content:"\00D7";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{color:#fff;background:#c77777;background:var(--tag-remove-btn-bg--hover,#c77777)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:inset 0 0 0 1.1em rgba(211,148,148,.3)!important;box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;margin:5px;padding:.3em .5em;padding:var(--tag-pad,.3em .5em);line-height:inherit;position:relative;white-space:pre-wrap;color:inherit;color:var(--input-color,inherit);box-sizing:inherit}.tagify__input:empty:before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify__input:empty:before{display:inline-block}.tagify__input:focus{outline:0}.tagify__input:focus:before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.tagify__input:focus:before{display:none}}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{transition:.2s ease-out;opacity:1;transform:none;color:rgba(0,0,0,.25);color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{content:attr(data-placeholder);height:1em;line-height:1em;margin:auto 0;z-index:1;color:rgba(0,0,0,.4);color:var(--placeholder-color);white-space:nowrap;pointer-events:none;opacity:0;position:absolute}.tagify--mix .tagify__input:before{display:none;position:static;line-height:inherit}.tagify__input:after{content:attr(data-suggest);display:inline-block;white-space:pre;color:#000;opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0}.tagify__input .tagify__tag>div{padding-top:0;padding-bottom:0}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input:before{height:auto}.tagify--mix .tagify__input:after{content:none}.tagify--select:after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{position:absolute;top:0;right:1.8em;bottom:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--invalid{--tags-border-color:#d39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(1px);overflow:hidden}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(rgb(53,149,246),.1);box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:300px;overflow:hidden;background:#fff;background:var(--tagify-dd-bg-color);border:1.1px solid #3595f6;border-color:var(--tagify-dd-color-primary);border-top:0 solid var(--tagify-dd-color-primary);box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__wrapper:hover{overflow:auto}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:inherit;padding:.3em .5em;margin:1px;cursor:pointer;border-radius:2px;position:relative;outline:0}.tagify__dropdown__item--active{background:#3595f6;background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.account-label{border-radius:4px;padding:.4rem .4rem .2rem;font-size:1.4rem;position:relative;top:-.2rem;color:#fff!important;text-decoration:none;margin-left:.5rem;margin-right:.5rem;display:inline-block}.account-label,.account-label.free{background-color:#00a8ab}.account-label.premium{background-color:#e3b612}.account-label.business{background-color:#ec734a}.account-label.enterprise{background-color:#805f7c}.account-label:hover{text-decoration:none}.braintreeDropin.newMethod .braintree-method{display:none}.braintreeDropin.newMethod .braintree-method.braintree-method--active{display:flex}#mobile-menu .keepInHeader{display:none}.activitiesLink{position:relative}.activitiesLink>a>svg path{fill:#4a4a4a}.activitiesLink .activitiesLink-bubble{border-radius:9999px;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#fff;background-color:#e41e4d;min-width:2.5rem;height:2.5rem;position:absolute;top:-1.2rem;left:61%;z-index:2;text-align:center;border:.2rem solid #fff;font-size:1.4rem;line-height:1.7;padding:0 .4rem}.activity{border-radius:4px;transition:all .5s ease;transform:scale(1);position:relative;background-color:hsla(0,0%,100%,.5);padding:1rem;font-size:1.6rem;line-height:1.2;overflow:hidden;border-left:.5rem solid #ccc}.activity.activity-background-2{background-color:rgba(8,12,23,.6);color:#949bad}.activity.activity-background-2 strong{color:#949bad}.activity.activity-background-2:hover{background-color:#080c17}.activity:hover{transform:scale(1.1)}.activity.activity-new,.activity:hover{background-color:#fff}.activity.activity-new:after{transform:rotate(45deg);content:"NEW";position:absolute;top:.6rem;right:-1.7rem;color:#fff;background-color:#ccc;font-size:1.2rem;padding:.5rem 0 .2rem;width:7rem;text-align:center}.activity.activity-highlight{border-left:.5rem solid var(--theme-highlight-color)}.activity+.activity{margin-top:1rem}.activity strong{margin-right:.5rem}.activity .activity-small{margin-top:1rem;font-size:1.2rem;color:#8a8a8a}.activity .activity-link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:1}.owl-carousel .owl-item .carousel-ad .img{position:relative;width:100%;overflow:hidden;background-color:#fff}.owl-carousel .owl-item .carousel-ad .img:before{content:"";padding-top:100%;display:block}.owl-carousel .owl-item .carousel-ad .img img{position:absolute;top:50%;left:50%;max-width:90%;max-height:90%;width:auto;transform:translateX(-50%) translateY(-50%)}.owl-carousel .owl-item .carousel-ad .content{background:#1a284b;padding:1.3rem;height:5.4rem;overflow:hidden}.owl-carousel .owl-item .carousel-ad .content:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1rem;background:#1a284b;z-index:1}.owl-carousel .owl-item .carousel-ad .content p{font-size:1.3rem;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;color:#f1f1f1;margin:0}#alertHeader{transition:top .5s ease;position:-webkit-sticky;position:sticky;top:6.8rem;z-index:999}html.sticky #alertHeader{top:5.6rem}.alert{width:100%;border-radius:0;border:0;font-size:1.6rem;margin:0;text-align:center;background-color:#1a284b;color:#f1f1f1;position:relative;z-index:26;padding:1.5rem}.alert.alert-success{background-color:#00ab54;color:#fff}.alert.alert-success>.close{color:#fff}.alert.alert-danger,.alert.alert-error{background-color:#ffccd4;color:#e41e4d}.alert.alert-danger>.close,.alert.alert-error>.close{color:#e41e4d}.alert>.close{position:absolute;right:2rem;top:1.2rem;opacity:1;text-shadow:none;background-color:transparent;border:0;font-size:2.2rem}@-webkit-keyframes spin_object{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin_object{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes shake_object{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake_object{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@-webkit-keyframes up_down{0%,to{top:-3px}50%{top:3px}}@keyframes up_down{0%,to{top:-3px}50%{top:3px}}@-webkit-keyframes up_down_margin{0%,to{margin-top:-.5rem}50%{margin-top:.5rem}}@keyframes up_down_margin{0%,to{margin-top:-.5rem}50%{margin-top:.5rem}}@-webkit-keyframes heartbeat{10%{transform:scale(1)}20%{transform:scale(1.15)}40%{transform:scale(1)}50%{transform:scale(1.2)}70%{transform:scale(1)}}@keyframes heartbeat{10%{transform:scale(1)}20%{transform:scale(1.15)}40%{transform:scale(1)}50%{transform:scale(1.2)}70%{transform:scale(1)}}@-webkit-keyframes arrow_down_bounce{0%,20%,50%,80%{transform:translateX(0) rotate(-45deg)}40%{transform:translateX(-30px) rotate(-45deg)}60%{transform:translateX(-15px) rotate(-45deg)}}@keyframes arrow_down_bounce{0%,20%,50%,80%{transform:translateX(0) rotate(-45deg)}40%{transform:translateX(-30px) rotate(-45deg)}60%{transform:translateX(-15px) rotate(-45deg)}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.avatar{border-radius:9999px;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#fff;background-color:#ccc;height:2.8rem;width:2.8rem;text-align:center;font-style:normal;line-height:3rem;font-size:1.7rem}.avatar.avatar-1{background-color:#00a8ab}.avatar.avatar-2{background-color:#e3b612}.avatar.avatar-3{background-color:#ec734a}.avatar.avatar-4{background-color:#805f7c}.avatar.avatar-5{background-color:#3e5eb0}.avatar.avatar-6{background-color:#005caa}.avatar.avatar-7{background-color:#e45e0d}.avatar.avatar-8{background-color:#71a422}.avatar.avatar-9{background-color:#e6e6e6}.avatar.avatar-10{background-color:#1a1a1a}.avatar.avatar-11{background-color:#114054}.avatar.avatar-12{background-color:#e5326b}.badge{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;border-radius:9999px;display:inline-block;background-color:#00a8ab;color:#fff;padding:.3rem .7rem;font-size:1.1rem!important;margin-left:1rem;vertical-align:middle}.badge.badge-success{color:#fff;background-color:#00ab54}.badge.badge-warning{color:#fff;background-color:#ff9500}.badge.badge-danger{color:#fff;background-color:#e41e4d}.contextMenu-item .badge{position:relative;top:-.2rem;margin-bottom:-.1rem}.box{box-shadow:0 0 1rem rgba(0,0,0,.05);border-radius:4px;position:relative;background-color:#fff;padding:1.5rem;margin:.25rem 0;background-size:cover}.box.box-narrow{padding:.8rem 1.5rem}.box.box-morePadding{padding:2.5rem 3rem}.box.box-fullHeight{min-height:100%;min-height:calc(100% - .25rem)}.box.box-small{font-size:1.4rem;padding:1rem;line-height:1.2}.box:hover{z-index:2}.box+.box{margin-top:1rem}.box .box{box-shadow:0 0 0 transparent;background-color:#fff;border:.1rem solid #f1f1f1;margin:0}.box .box+.box,.box .box+.boxWrapper>.box{margin-top:0;border-top:0}.box.box-highlight-1{border-left:.5rem solid #00a8ab}.box.box-highlight-2{border-left:.5rem solid #e3b612}.box.box-highlight-3{border-left:.5rem solid #ec734a}.box.box-highlight-4{border-left:.5rem solid #805f7c}.box.box-highlight-5{border-left:.5rem solid #3e5eb0}.box.box-highlight-6{border-left:.5rem solid #005caa}.box.box-highlight-7{border-left:.5rem solid #e45e0d}.box.box-highlight-8{border-left:.5rem solid #71a422}.box.box-highlight-9{border-left:.5rem solid #e6e6e6}.box.box-highlight-10{border-left:.5rem solid #1a1a1a}.box.box-highlight-11{border-left:.5rem solid #114054}.box.box-highlight-12{border-left:.5rem solid #e5326b}.box.box-gray{border-left:.5rem solid #f1f1f1}.box.box-success{border-left:.5rem solid #00ab54}.box.box-danger,.box.box-error{border-left:.5rem solid #e41e4d}.box.box-warning{border-left:.5rem solid #ff9500}.box.box-upvotable{padding-left:12rem}@media screen and (max-width:500px){.box.box-upvotable{padding-left:9rem}}.box>.boxHeader{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.8rem;color:#080c17;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:2rem}.box>.boxHeader.boxHeader-doNotTruncate{white-space:normal;text-overflow:none}.box>.boxHeader.boxHeader-withoutContextMenu{padding-right:.5rem}.box>.boxHeader>*{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}.box>.boxHeader>.puIcon:first-child{margin:-.3rem 1rem 0 0}.box>.boxHeader>.puIcon:first-child:before{position:absolute}.box>.boxHeader>a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#080c17}.box>.boxHeader:last-child{margin-bottom:-.3rem}.box>.boxHeader+.boxContent{padding-top:1.5rem}.box .boxContent-withBoxContentInfo{padding-bottom:2rem}.box .boxContentInfo{position:absolute;padding-top:.2rem;color:#8a8a8a;text-align:right;bottom:1rem;right:1.5rem;font-size:1.4rem}.box .boxUpvote{border-radius:4px;font-size:2.8rem;text-align:center;padding:.5rem;position:absolute;top:5rem;left:2rem;width:8rem;border:.1rem solid #f1f1f1}.box .boxUpvote .boxUpvoteRating{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;line-height:4.5rem}@media screen and (max-width:500px){.box .boxUpvote{font-size:2rem}}@media screen and (max-width:400px){.box .boxUpvote{height:3.5rem;padding:0 10rem 0 0;line-height:3.2rem;margin-top:2rem}.box .boxUpvote .toggleButtonWrapper{position:absolute;width:10rem;top:-.1rem;right:-.1rem}.box .boxUpvote .boxUpvoteRating{line-height:3.5rem}}.box.box-big{padding:2rem}.box.box-big>.boxHeader{font-size:2rem;padding:.5rem 2rem 0 0;white-space:normal;position:relative;overflow:visible}.box.box-big>.boxHeader .boxUpvote{top:0;left:-10rem}@media screen and (max-width:500px){.box.box-big>.boxHeader .boxUpvote{left:-7.5rem;width:6.3rem}}@media screen and (max-width:400px){.box.box-big>.boxHeader .boxUpvote{position:relative;left:0;right:0;bottom:0;top:0;width:100%}}.box.box-big.box-upvotable{padding-left:12rem}@media screen and (max-width:500px){.box.box-big.box-upvotable{padding-left:9rem}}@media screen and (max-width:400px){.box.box-big.box-upvotable{padding-left:2rem}}.box.box-big .boxUpvote{top:6.7rem}.box p:first-child{margin-top:0}.box p:last-child{margin-bottom:0}.box.box-big>.boxHeader>.contextMenu{top:-.5rem;right:-1rem}.box.box-dark{background-color:#080c17;color:#949bad}.box.box-dark.box-dark-bordered{border:.1rem solid #1a284b}.box.box-dark .boxHeader,.box.box-dark .boxHeader>a,.box.box-dark li,.box.box-dark p{color:#949bad}.box.box-dark .boxUpvote{color:#c0c9e0;border-color:#4e5462}.box.box-dark .box{background-color:#080c17;border-color:#1a284b}.boxesWrapper.boxesWrapper-condensed .box{padding:1rem}.boxesWrapper.boxesWrapper-condensed .box.box-big>.boxHeader{padding-bottom:0}.boxesWrapper.boxesWrapper-condensed .box.box-big>.boxHeader>.contextMenu{top:-1.1rem}.boxesWrapper.boxesWrapper-condensed .box.box-draggable{padding-left:1.2rem}.boxesWrapper.boxesWrapper-condensed .box.box-upvotable{padding-left:7.5rem}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader{margin-bottom:-.1rem;padding-top:.1rem;font-size:1.7rem}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader>.contextMenu{top:-.1rem}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader .boxUpvote{transform:translateY(-50%);top:50%;left:-7rem;bottom:auto;padding:0;margin:0;border:0;width:6rem;position:absolute;height:2.8rem}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader .boxUpvote .boxUpvoteRating{display:none}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader .boxUpvote .toggleButtonWrapper{position:absolute;top:0;left:0;width:100%}.boxesWrapper.boxesWrapper-condensed .box>.boxHeader .boxUpvote .toggleButtonWrapper .toggleButton{margin-top:0;padding-top:.5rem;padding-bottom:.5rem}.boxesWrapper.boxesWrapper-condensed .box>.boxContent{display:none}.box-withFullLink{transition:all .25s ease-in-out;top:0;cursor:pointer}.box-withFullLink .fullLink{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;text-indent:-999999rem}.box-withFullLink:hover{top:-.4rem;box-shadow:0 .4rem 2rem rgba(0,0,0,.1)}.box.box-withThumb{min-height:10rem;padding-left:15rem}@media (max-width:670px){.box.box-withThumb{padding-left:15rem}}@media (max-width:500px){.box.box-withThumb{padding-left:10rem}}.box.box-withThumb .boxThumbWrapper{transform:translateY(-50%);position:absolute;top:50%;left:0;height:100%;min-height:10rem;padding:0 1rem 0 0;z-index:1;width:15rem}@media (max-width:670px){.box.box-withThumb .boxThumbWrapper{width:15rem}}@media (max-width:500px){.box.box-withThumb .boxThumbWrapper{width:10rem}}.box.box-withThumb .boxThumbWrapper>.circleAudioPlayer{transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%}.box.box-withThumb .boxThumbWrapper>.galleryThumb{margin:0;width:100%;height:100%}.box.box-withThumb .boxThumbWrapper>.boxThumb{transition:all .5s ease;background-color:#080c17;height:100%;width:100%;overflow:hidden;position:relative;display:block;background-size:contain;background-position:50%;background-repeat:no-repeat}.box.box-withThumb .boxThumbWrapper>.boxThumb.boxThumb-zoomable{transform:scale(1)}.box.box-withThumb .boxThumbWrapper>.boxThumb.boxThumb-zoomable:hover{transform:scale(1.75)}.box.box-withThumb .boxThumbWrapper>.boxThumb:hover{border-radius:4px;z-index:2}.box.box-withThumb .boxThumbWrapper>.boxThumb.boxThumb-roundLeft{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.box.box-withThumb .boxThumbWrapper>.boxThumb>img{transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%;max-width:100%;max-height:100%}@media (max-width:500px){.box.box-withThumb.box-withThumb-fullMobile{padding-left:1.5rem}.box.box-withThumb.box-withThumb-fullMobile .boxThumbWrapper{transform:translateY(0);display:block;position:relative;top:0;margin:-1.5rem -1.5rem 1.5rem;width:100%;width:calc(100% + 3rem);height:100%;padding:0}.box.box-withThumb.box-withThumb-fullMobile .boxThumbWrapper>.boxThumb{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;position:absolute;top:0;left:0;right:0;bottom:0}.box.box-withThumb.box-withThumb-fullMobile .boxThumbWrapper>.galleryThumb{height:10rem}.box.box-withThumb.box-withThumb-fullMobile .contextMenu{top:11.5rem;right:1.5rem}}.box .filterButtons{margin:0}.box.box-draggable>.boxContent,.box.box-draggable>.boxHeader{padding-left:1.5rem}.box.box-draggable.box-dark>.dragHandle:after{color:#949bad}.dragHandle{border-radius:4px;width:1rem;cursor:move;position:absolute;top:.2rem;left:.2rem;width:2.4rem;bottom:.2rem;line-height:.4rem;font-size:1.8rem;letter-spacing:.1rem;opacity:.5;z-index:2}.dragHandle:hover{opacity:1}.dragHandle:after{content:".. .. .. ..";color:#080c17;position:absolute;top:50%;left:.7rem;height:2.5rem;margin-top:-1.1rem}.boxContent.boxContent-height80{min-height:8rem}.boxContent.boxContent-flex{display:flex;justify-content:center;align-items:center}@media (max-width:500px){.boxContent.boxContent-flex.boxContent-flex-notMobile{display:block}}.boxContent.boxContent-flex>.boxFlexItem .contextMenu{position:relative;margin-right:-1rem;margin-left:-1rem}.boxContent.boxContent-flex>.boxFlexItem-padded{padding:0 1rem}.boxContent.boxContent-flex>.boxFlexItem-padded:last-child{padding-right:0}@media screen and (max-width:500px){.boxContent.boxContent-flex>.boxFlexItem-padded{padding:0 .7rem}.boxContent.boxContent-flex>.boxFlexItem-padded:last-child{padding-right:0}}.boxContent.boxContent-flex>.boxFlexItem-padded:first-item{padding-left:0}.boxContent.boxContent-flex>.boxFlexItem-max{flex-grow:1}.boxFlexItemDestroy{margin:1.5rem 0 1.5rem 1rem}.theme-background-1 .overlay a.deleteLink>.puIcon,.theme-background-1 a.deleteLink>.puIcon{color:#4a4a4a}.theme-background-2 a.deleteLink>.puIcon{color:#949bad}.theme-background-2 .overlay a.deleteLink>.puIcon{color:#4a4a4a}.box.box-placeholder{background-color:#00a8ab!important;visibility:visible!important;height:.2rem!important;padding:0;border:0!important}.box.box-placeholder:before{border-radius:9999px;content:"";background-color:#00a8ab;position:absolute;z-index:5;top:-.5rem;left:-.5rem;width:1.2rem;height:1.2rem}.theme-highlight .box.box-placeholder{background-color:var(--theme-highlight-color)!important}.theme-highlight .box.box-placeholder:before{background-color:var(--theme-highlight-color)}.boxMerger{box-shadow:0 0 .5rem rgba(0,0,0,.1);border-radius:4px}.boxMerger>.box{box-shadow:none;border-radius:0;margin-top:0;margin-bottom:0;border-top:.1rem solid #f1f1f1}.boxMerger>.box.box-dark{border-top-color:#1a284b}.boxMerger>.box:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px;border-top:0}.boxMerger>.box:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.box.box-noPadding{padding:0}@media screen and (max-width:500px){.box.box-reduceMobilePadding{padding-left:1rem;padding-right:1rem}.boxContent-flex-notMobile .boxFlexItem-contextMenu{position:absolute;right:1rem;top:0}.box.box-withThumb .boxContent-flex-notMobile .boxFlexItem-contextMenu{right:-.5rem;top:-1.4rem}.boxContent-flex-notMobile .boxFlexItem-voting{text-align:center;margin-top:1.5rem;font-size:2rem}}.theme-background-1 .stepColumn.stepColumn-invert .stepContent>.box{border:.1rem solid #1a284b}.boxHeaderRightIcon{position:absolute;top:.5rem;right:.5rem;padding:.5rem}.boxCounter{float:right}.floatableBoxes{display:flex;flex-wrap:wrap;margin:-.5rem}.floatableBoxes:after{content:"";display:block;clear:both}.floatableBoxes>.box{margin:.5rem;display:flex;flex-direction:column}.floatableBoxes>.box.box-50{width:calc(50% - 1rem)}@media screen and (max-width:670px){.floatableBoxes>.box.box-50{width:100%}}.floatableBoxes>.box.box-33{width:calc(33.33% - 1rem)}@media screen and (max-width:670px){.floatableBoxes>.box.box-33{width:100%}}.boxContent-listTitle{padding:.5rem 0;font-size:1.7rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;border-radius:4px;transition:all .5s ease;transform:rotateY(0deg);background-color:#00a8ab;color:#fff;padding:1rem;border:0;font-size:1.6rem;cursor:pointer;line-height:1;display:inline-block;white-space:nowrap;height:3.5rem}.btn:focus{outline:none}.btn.btn-multiLine{white-space:normal;line-height:1;height:auto!important}.btn.btn-truncated{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:auto;max-width:100%}.btn.btn-disabled{pointer-events:none}.btn.btn-onlyIcon{height:3.5rem;width:3.5rem}.btn.btn-onlyIcon>.puIcon{position:absolute;top:0;left:0;width:100%;height:100%;padding:.4rem;font-size:2.2rem;line-height:1.3;text-align:center}.btn.circle{border-radius:9999px}.btn+.btn{margin-left:5px}.btn.allow-line-break{white-space:normal}.btn.with-icon{padding-left:3.5rem;position:relative}.btn.with-icon>.puIcon,.btn.with-icon>svg{position:absolute;top:50%;left:.6rem;font-size:1.8rem;line-height:2.5rem;width:2rem;transform:translateY(-50%)}.btn.with-icon.btn-big{padding-left:4rem}.btn.with-icon.btn-big>.puIcon{font-size:2.5rem;left:1.2rem}.btn:after,.btn:before{transition:all .5s ease}@media (hover:hover){.btn:focus,.btn:hover{color:#fff;background-color:#e3b612}}.btn.icon{padding:4px}.btn.bordered,.btn.btn-bordered{color:#4a4a4a;background-color:#f1f1f1;border:1px solid #ccc}@media (hover:hover){.btn.bordered:focus,.btn.bordered:hover,.btn.btn-bordered:focus,.btn.btn-bordered:hover{color:#4a4a4a;background-color:#ccc;border:1px solid #ccc}}.btn .rotate-message{opacity:0;position:absolute;top:0;left:0;width:100%;color:#fff;text-align:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2;transform:rotateY(-180deg);transition:all .5s ease}.btn.show-rotate-message{transform:rotateY(180deg);color:transparent!important}.btn.show-rotate-message .rotate-message{opacity:1}.btn.white{color:#00a8ab;background-color:#fff;border:1px solid #fff}@media (hover:hover){.btn.white:focus,.btn.white:hover{background-color:#00a8ab;border:1px solid #00a8ab;color:#fff}}.btn.white.bordered{color:#fff;background-color:transparent;border:1px solid #fff}@media (hover:hover){.btn.white.bordered:focus,.btn.white.bordered:hover{color:#00a8ab;background-color:#fff;border:1px solid #fff}}.btn.white-highlight-1{color:#00a8ab;border:1px solid #00a8ab;background-color:#fff}@media (hover:hover){.btn.white-highlight-1:focus,.btn.white-highlight-1:hover{color:#fff;background-color:#00a8ab;border:1px solid #fff}}.btn.highlight-1{color:#fff;background-color:#00a8ab}@media (hover:hover){.btn.highlight-1:focus,.btn.highlight-1:hover{color:#fff;background-color:#14c1c4}}.btn.highlight-1.show-rotate-message{color:transparent}.btn.highlight-1.bordered{color:#00a8ab;background-color:transparent;border:1px solid #00a8ab}@media (hover:hover){.btn.highlight-1.bordered:focus,.btn.highlight-1.bordered:hover{color:#fff;background-color:#14c1c4;border:1px solid #14c1c4}}.btn.highlight-1.bordered-white{border:1px solid #fff}.btn.white-highlight-2{color:#e3b612;border:1px solid #e3b612;background-color:#fff}@media (hover:hover){.btn.white-highlight-2:focus,.btn.white-highlight-2:hover{color:#fff;background-color:#e3b612;border:1px solid #fff}}.btn.highlight-2{color:#fff;background-color:#e3b612}@media (hover:hover){.btn.highlight-2:focus,.btn.highlight-2:hover{color:#fff;background-color:#fcd02d}}.btn.highlight-2.show-rotate-message{color:transparent}.btn.highlight-2.bordered{color:#e3b612;background-color:transparent;border:1px solid #e3b612}@media (hover:hover){.btn.highlight-2.bordered:focus,.btn.highlight-2.bordered:hover{color:#fff;background-color:#fcd02d;border:1px solid #fcd02d}}.btn.highlight-2.bordered-white{border:1px solid #fff}.btn.white-highlight-3{color:#ec734a;border:1px solid #ec734a;background-color:#fff}@media (hover:hover){.btn.white-highlight-3:focus,.btn.white-highlight-3:hover{color:#fff;background-color:#ec734a;border:1px solid #fff}}.btn.highlight-3{color:#fff;background-color:#ec734a}@media (hover:hover){.btn.highlight-3:focus,.btn.highlight-3:hover{color:#fff;background-color:#ff8e69}}.btn.highlight-3.show-rotate-message{color:transparent}.btn.highlight-3.bordered{color:#ec734a;background-color:transparent;border:1px solid #ec734a}@media (hover:hover){.btn.highlight-3.bordered:focus,.btn.highlight-3.bordered:hover{color:#fff;background-color:#ff8e69;border:1px solid #ff8e69}}.btn.highlight-3.bordered-white{border:1px solid #fff}.btn.white-highlight-4{color:#805f7c;border:1px solid #805f7c;background-color:#fff}@media (hover:hover){.btn.white-highlight-4:focus,.btn.white-highlight-4:hover{color:#fff;background-color:#805f7c;border:1px solid #fff}}.btn.highlight-4{color:#fff;background-color:#805f7c}@media (hover:hover){.btn.highlight-4:focus,.btn.highlight-4:hover{color:#fff;background-color:#998196}}.btn.highlight-4.show-rotate-message{color:transparent}.btn.highlight-4.bordered{color:#805f7c;background-color:transparent;border:1px solid #805f7c}@media (hover:hover){.btn.highlight-4.bordered:focus,.btn.highlight-4.bordered:hover{color:#fff;background-color:#998196;border:1px solid #998196}}.btn.highlight-4.bordered-white{border:1px solid #fff}.btn.white-highlight-5{color:#3e5eb0;border:1px solid #3e5eb0;background-color:#fff}@media (hover:hover){.btn.white-highlight-5:focus,.btn.white-highlight-5:hover{color:#fff;background-color:#3e5eb0;border:1px solid #fff}}.btn.highlight-5{color:#fff;background-color:#3e5eb0}@media (hover:hover){.btn.highlight-5:focus,.btn.highlight-5:hover{color:#fff;background-color:#5b7ac9}}.btn.highlight-5.show-rotate-message{color:transparent}.btn.highlight-5.bordered{color:#3e5eb0;background-color:transparent;border:1px solid #3e5eb0}@media (hover:hover){.btn.highlight-5.bordered:focus,.btn.highlight-5.bordered:hover{color:#fff;background-color:#5b7ac9;border:1px solid #5b7ac9}}.btn.highlight-5.bordered-white{border:1px solid #fff}.btn.white-highlight-6{color:#005caa;border:1px solid #005caa;background-color:#fff}@media (hover:hover){.btn.white-highlight-6:focus,.btn.white-highlight-6:hover{color:#fff;background-color:#005caa;border:1px solid #fff}}.btn.highlight-6{color:#fff;background-color:#005caa}@media (hover:hover){.btn.highlight-6:focus,.btn.highlight-6:hover{color:#fff;background-color:#166fab}}.btn.highlight-6.show-rotate-message{color:transparent}.btn.highlight-6.bordered{color:#005caa;background-color:transparent;border:1px solid #005caa}@media (hover:hover){.btn.highlight-6.bordered:focus,.btn.highlight-6.bordered:hover{color:#fff;background-color:#166fab;border:1px solid #166fab}}.btn.highlight-6.bordered-white{border:1px solid #fff}.btn.white-highlight-7{color:#e45e0d;border:1px solid #e45e0d;background-color:#fff}@media (hover:hover){.btn.white-highlight-7:focus,.btn.white-highlight-7:hover{color:#fff;background-color:#e45e0d;border:1px solid #fff}}.btn.highlight-7{color:#fff;background-color:#e45e0d}@media (hover:hover){.btn.highlight-7:focus,.btn.highlight-7:hover{color:#fff;background-color:#fc7826}}.btn.highlight-7.show-rotate-message{color:transparent}.btn.highlight-7.bordered{color:#e45e0d;background-color:transparent;border:1px solid #e45e0d}@media (hover:hover){.btn.highlight-7.bordered:focus,.btn.highlight-7.bordered:hover{color:#fff;background-color:#fc7826;border:1px solid #fc7826}}.btn.highlight-7.bordered-white{border:1px solid #fff}.btn.white-highlight-8{color:#71a422;border:1px solid #71a422;background-color:#fff}@media (hover:hover){.btn.white-highlight-8:focus,.btn.white-highlight-8:hover{color:#fff;background-color:#71a422;border:1px solid #fff}}.btn.highlight-8{color:#fff;background-color:#71a422}@media (hover:hover){.btn.highlight-8:focus,.btn.highlight-8:hover{color:#fff;background-color:#89bd3a}}.btn.highlight-8.show-rotate-message{color:transparent}.btn.highlight-8.bordered{color:#71a422;background-color:transparent;border:1px solid #71a422}@media (hover:hover){.btn.highlight-8.bordered:focus,.btn.highlight-8.bordered:hover{color:#fff;background-color:#89bd3a;border:1px solid #89bd3a}}.btn.highlight-8.bordered-white{border:1px solid #fff}.btn.white-highlight-9{color:#e6e6e6;border:1px solid #e6e6e6;background-color:#fff}@media (hover:hover){.btn.white-highlight-9:focus,.btn.white-highlight-9:hover{color:#fff;background-color:#e6e6e6;border:1px solid #fff}}.btn.highlight-9{color:#fff;background-color:#e6e6e6}@media (hover:hover){.btn.highlight-9:focus,.btn.highlight-9:hover{color:#fff;background-color:#f4f4f4}}.btn.highlight-9.show-rotate-message{color:transparent}.btn.highlight-9.bordered{color:#e6e6e6;background-color:transparent;border:1px solid #e6e6e6}@media (hover:hover){.btn.highlight-9.bordered:focus,.btn.highlight-9.bordered:hover{color:#fff;background-color:#f4f4f4;border:1px solid #f4f4f4}}.btn.highlight-9.bordered-white{border:1px solid #fff}.btn.white-highlight-10{color:#1a1a1a;border:1px solid #1a1a1a;background-color:#fff}@media (hover:hover){.btn.white-highlight-10:focus,.btn.white-highlight-10:hover{color:#fff;background-color:#1a1a1a;border:1px solid #fff}}.btn.highlight-10{color:#fff;background-color:#1a1a1a}@media (hover:hover){.btn.highlight-10:focus,.btn.highlight-10:hover{color:#fff;background-color:#333}}.btn.highlight-10.show-rotate-message{color:transparent}.btn.highlight-10.bordered{color:#1a1a1a;background-color:transparent;border:1px solid #1a1a1a}@media (hover:hover){.btn.highlight-10.bordered:focus,.btn.highlight-10.bordered:hover{color:#fff;background-color:#333;border:1px solid #333}}.btn.highlight-10.bordered-white{border:1px solid #fff}.btn.white-highlight-11{color:#114054;border:1px solid #114054;background-color:#fff}@media (hover:hover){.btn.white-highlight-11:focus,.btn.white-highlight-11:hover{color:#fff;background-color:#114054;border:1px solid #fff}}.btn.highlight-11{color:#fff;background-color:#114054}@media (hover:hover){.btn.highlight-11:focus,.btn.highlight-11:hover{color:#fff;background-color:#21576e}}.btn.highlight-11.show-rotate-message{color:transparent}.btn.highlight-11.bordered{color:#114054;background-color:transparent;border:1px solid #114054}@media (hover:hover){.btn.highlight-11.bordered:focus,.btn.highlight-11.bordered:hover{color:#fff;background-color:#21576e;border:1px solid #21576e}}.btn.highlight-11.bordered-white{border:1px solid #fff}.btn.white-highlight-12{color:#e5326b;border:1px solid #e5326b;background-color:#fff}@media (hover:hover){.btn.white-highlight-12:focus,.btn.white-highlight-12:hover{color:#fff;background-color:#e5326b;border:1px solid #fff}}.btn.highlight-12{color:#fff;background-color:#e5326b}@media (hover:hover){.btn.highlight-12:focus,.btn.highlight-12:hover{color:#fff;background-color:#ff5289}}.btn.highlight-12.show-rotate-message{color:transparent}.btn.highlight-12.bordered{color:#e5326b;background-color:transparent;border:1px solid #e5326b}@media (hover:hover){.btn.highlight-12.bordered:focus,.btn.highlight-12.bordered:hover{color:#fff;background-color:#ff5289;border:1px solid #ff5289}}.btn.highlight-12.bordered-white{border:1px solid #fff}.btn.btn-gray{color:#1a284b;background-color:#ccc;border-color:#ccc}@media (hover:hover){.btn.btn-gray:focus,.btn.btn-gray:hover{color:#1a284b;background-color:#ccc;border-color:#ccc}}.btn.btn-success{color:#fff;background-color:#00ab54;border-color:#00ab54}@media (hover:hover){.btn.btn-success:focus,.btn.btn-success:hover{color:#fff;background-color:#04c462;border-color:#04c462}}.btn.btn-warning{color:#fff;background-color:#ff9500;border-color:#ff9500}@media (hover:hover){.btn.btn-warning:focus,.btn.btn-warning:hover{color:#fff;background-color:#fea72d;border-color:#fea72d}}.btn.btn-warning.btn-inverted{color:#ff9500;background-color:#fff;border-color:#fff}@media (hover:hover){.btn.btn-warning.btn-inverted:focus,.btn.btn-warning.btn-inverted:hover{color:#fea72d;background-color:#fff;border-color:#fff}}.btn.btn-danger{color:#fff;background-color:#e41e4d;border-color:#e41e4d}@media (hover:hover){.btn.btn-danger:focus,.btn.btn-danger:hover{color:#fff;background-color:#fd3162;border-color:#fd3162}}.btn.btn-danger.btn-inverted{color:#e41e4d;background-color:#fff;border-color:#fff}@media (hover:hover){.btn.btn-danger.btn-inverted:focus,.btn.btn-danger.btn-inverted:hover{color:#fd3162;background-color:#fff;border-color:#fff}}.btn.btn-transparent{color:#00a8ab;background-color:transparent}.btn.btn-big,.btn.btn-huge{box-sizing:border-box;font-size:2rem;padding:.9rem 1.5rem;height:4rem;line-height:2.3rem}.btn.btn-big.with-icon,.btn.btn-huge.with-icon{padding-left:4.9rem}.btn.btn-huge{font-size:2rem;height:4.8rem;line-height:1.2;padding:1.2rem 2rem}@media screen and (max-width:670px){.btn.btn-huge{font-size:2rem;padding:1.2rem 1.5rem;line-height:1.3}}.btn.btn-fullscreen{position:absolute;top:2rem;right:2rem}.btn.btn-full,.btn.full{width:100%;margin:0;text-align:center}.btn.btn-full+.display-none+.display-none+.full,.btn.btn-full+.display-none+.full,.btn.btn-full+.full,.btn.full+.display-none+.display-none+.full,.btn.full+.display-none+.full,.btn.full+.full{margin-top:1rem}.btn.left{text-align:left}.btn.next:after,.btn.prev:after{content:"";position:absolute;top:0;width:0;height:0;border-style:solid;border-width:1.5rem}.btn.next{position:relative;-moz-border-top-right-radius:0;border-top-right-radius:0;-moz-border-bottom-right-radius:0;border-bottom-right-radius:0}@media (hover:hover){.btn.next:focus:after,.btn.next:hover:after{border-color:transparent transparent transparent #e3b612}}.btn.next:after{border-color:transparent transparent transparent #00a8ab;right:-3rem}.btn.next.btn-big{margin-right:2rem}.btn.next.btn-big:after{border-width:2rem;right:-4rem}.btn.prev{position:relative;-moz-border-top-left-radius:0;border-top-left-radius:0;-moz-border-bottom-left-radius:0;border-bottom-left-radius:0}@media (hover:hover){.btn.prev:focus:after,.btn.prev:hover:after{border-color:transparent #e3b612 transparent transparent}}.btn.prev:after{border-color:transparent #00a8ab transparent transparent;right:-30px}.btn.prev.btn-big{margin-left:20px}.btn.prev.btn-big:after{border-width:2rem;left:-4rem}.timepicker-picker .btn{padding:0;background-color:transparent!important;color:inherit!important}.theme-highlight .btn-transparent{color:var(--theme-highlight-color)}.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent){background-color:var(--theme-highlight-color);color:var(--theme-highlight-font-color)}.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).next:after{border-left-color:var(--theme-highlight-color);border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}@media (hover:hover){.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).next:focus:after,.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).next:hover:after{border-left-color:var(--theme-highlight-hover-color);border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}}.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).prev:after{border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--theme-highlight-color);border-top-color:transparent}@media (hover:hover){.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).prev:focus:after,.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent).prev:hover:after{border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--theme-highlight-hover-color);border-top-color:transparent}}@media (hover:hover){.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent):focus,.theme-highlight .btn:not(.ignore-theme):not(.btn-transparent):hover{background-color:var(--theme-highlight-hover-color)}}.btnInfo{font-size:1.4rem;opacity:.6}.btnField{border-radius:4px;display:flex;border:.1rem solid #ccc}.btnField.btnField-warning{border:.1rem solid #ff9500!important}.btnField.btnField-warning>.btnFieldContent,.btnField.btnField-warning>.puIcon{color:#ff9500}.btnField>.puIcon{position:relative;top:.7rem;margin-left:1rem}.btnField>.btnFieldContent{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;bottom:-.2rem;flex-grow:99999;line-height:3.3rem;padding-left:1rem;padding-right:.5rem;font-size:1.5rem}.btnField>.btnFieldContent.btnFieldContent-condensed{letter-spacing:-.04rem}.btnField>.btn{margin:-.1rem}.theme-background-2 .btnField{color:#949bad;border-color:#1a284b}.buttonRadioTags{display:inline-block;white-space:nowrap}.buttonRadioTags input[type=radio].buttonRadioTag{display:none}.buttonRadioTags input[type=radio].buttonRadioTag+label{display:inline-block;padding:0;margin:0;background-color:#f1f1f1;border:.1rem solid #ccc}.buttonRadioTags input[type=radio].buttonRadioTag+label:after,.buttonRadioTags input[type=radio].buttonRadioTag+label:before{display:none}.buttonRadioTags input[type=radio].buttonRadioTag+label:hover{background-color:#fff}.buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label .puIcon{color:#ccc}.buttonRadioTags input[type=radio].buttonRadioTag+label:hover .puIcon,.buttonRadioTags input[type=radio].buttonRadioTag:checked+label .puIcon{background-color:#fff}.buttonRadioTags input[type=radio].buttonRadioTag+label{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.buttonRadioTags input[type=radio].buttonRadioTag+label+input[type=radio].buttonRadioTag+label{border-radius:0;border-left:0}.buttonRadioTags input[type=radio].buttonRadioTag+label+input[type=radio].buttonRadioTag+label:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag+label,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag+label{background-color:#080c17;border:.1rem solid #1a284b}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag+label:after,#lightbox .buttonRadioTags input[type=radio].buttonRadioTag+label:before,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag+label:after,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag+label:before{display:none}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag+label:hover,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag+label:hover{background-color:#000}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label .puIcon{color:rgba(148,155,173,.5)}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label:hover .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label:hover .puIcon{color:#949bad}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag:checked+label .puIcon,#lightbox .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label:hover .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag:checked+label .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag:not(:checked)+label:hover .puIcon{background-color:#000}#lightbox .buttonRadioTags input[type=radio].buttonRadioTag+label:hover .puIcon,#lightbox .buttonRadioTags input[type=radio].buttonRadioTag:checked+label .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag+label:hover .puIcon,.theme-background-2 .buttonRadioTags input[type=radio].buttonRadioTag:checked+label .puIcon{background-color:#1a284b}.buttonRadioTags input[type=radio].buttonRadioTag.buttonRadioTag-success+label:hover .puIcon,.buttonRadioTags input[type=radio].buttonRadioTag.buttonRadioTag-success:checked+label .puIcon{color:#00ab54!important}.buttonRadioTags input[type=radio].buttonRadioTag.buttonRadioTag-danger+label:hover .puIcon,.buttonRadioTags input[type=radio].buttonRadioTag.buttonRadioTag-danger:checked+label .puIcon{color:#e41e4d!important}.owl-carousel .item.padded{padding:4px}.owl-carousel .owl-stage .owl-item .owl-lazy:not([data-src]),.owl-carousel .owl-stage .owl-item .owl-lazy[data-src^=""]{max-height:0}.owl-carousel .owl-stage .owl-item .owl-lazy:not([src]),.owl-carousel .owl-stage .owl-item .owl-lazy[src^=""]{max-height:none}ul.chapters{list-style:none;padding-left:2.2rem}ul.chapters a{transition:all .5s ease;color:#000;outline:none}ul.chapters a>.puIcon{display:inline-block;margin-right:1rem;height:1.9rem;font-size:1.9rem;position:relative;top:-.3rem;text-align:center}ul.chapters a>.text{display:inline-block}ul.chapters a.active,ul.chapters a:hover{text-decoration:none;color:#e3b612}ul.chapters>li{transition:all .5s ease;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;position:relative;font-size:1.8rem;line-height:2.5rem}@media screen and (max-width:800px){ul.chapters>li{display:inline-block;margin-bottom:.5rem}ul.chapters>li:first-child>a{border-top-left-radius:4px}ul.chapters>li:last-child>a{border-top-right-radius:4px}ul.chapters>li>a{display:inline-block;padding:.5rem 1rem;border:.1rem solid #ccc;background-color:hsla(0,0%,80%,.5)}ul.chapters>li>a.active,ul.chapters>li>a:hover{background-color:#f1f1f1}ul.chapters>li>a.active{border-bottom:.1rem solid #f1f1f1}}ul.chapters>li:hover .chapters-toggle{border-color:#4a4a4a}ul.chapters>li.chapters-chapterClosed .chapters-toggle{transform:rotate(-45deg)}ul.chapters>li.chapters-chapterClosed .chapters-toggle:hover{transform:rotate(45deg)}ul.chapters>li.chapters-chapterClosed ul.subChapters{padding-bottom:0}ul.chapters>li.chapters-chapterClosed ul.subChapters>li{max-height:0;overflow:hidden;opacity:0;padding:0}.chapters-toggle{transition:all .5s ease;transform:rotate(45deg);position:absolute;top:.7rem;left:-2rem;width:.8rem;height:.8rem;border-right:.15rem solid rgba(74,74,74,.25);border-bottom:.15rem solid rgba(74,74,74,.25)}.chapters-toggle:hover{border-color:#e3b612}ul.subChapters{transition:all .5s ease;list-style:none;padding-bottom:2rem}ul.subChapters>li{transition:all .5s ease;font-size:1.5rem;line-height:1rem;max-height:5rem;opacity:1;padding:.4rem 0}ul.subChapters a{color:#4a4a4a}.chartBar{border-radius:4px;transition:all .5s ease;overflow:hidden;position:relative;background-color:rgba(0,168,171,.65);margin-top:.3rem;height:3rem;display:block}.chartBar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:-1}.chartBar>.chartBar-percentage{transition:all .5s ease;position:absolute;top:0;left:0;height:100%;background-color:#00a8ab}.chartBar>.chartBar-label{font-weight:500;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;padding:0 4rem 0 1rem;top:.8rem;left:0;color:#fff}.chartBar>.chartBar-label,.chartBar>.chartBar-votes{font-family:Hansom FY,Helvetica,Arial,sans-serif;position:absolute;font-size:1.6rem}.chartBar>.chartBar-votes{transition:all .5s ease;font-weight:700;border-radius:9999px;top:.3rem;right:1rem;padding:.2rem .5rem;color:#00a8ab;background-color:#fff;height:2.4rem;line-height:2.3rem}.chartBar>.chartBar-votes .chartBar-votes-sum{display:inline-block;position:relative;top:-.4rem}.chartBar:hover{background-color:rgba(20,193,196,.65)}.chartBar:hover>.chartBar-percentage{background-color:#14c1c4}.chartBar:hover>.chartBar-votes{color:#14c1c4}.theme-highlight .chartBar.getThemeColor{background-color:var(--theme-highlight-color-a65)}.theme-highlight .chartBar.getThemeColor>.chartBar-percentage{background-color:var(--theme-highlight-color)}.theme-highlight .chartBar.getThemeColor>.chartBar-votes{color:var(--theme-highlight-color)}.theme-background-2 .chartBar.getThemeColor:after{background-color:#080c17}.theme-background-2 .chartBar.getThemeColor>.chartBar-label{color:#080c17}.theme-background-2 .chartBar.getThemeColor>.chartBar-votes{background-color:#080c17}.fullscreen-active .chartBar{margin:.5rem auto;width:75%;height:4rem}.fullscreen-active .chartBar:first-child{margin-top:5rem}.fullscreen-active .chartBar:last-child{margin-bottom:5rem}@media screen and (max-width:670px){.fullscreen-active .chartBar{width:90%}}.fullscreen-active .chartBar>.chartBar-label{font-size:2.2rem;top:1rem}.fullscreen-active .chartBar>.chartBar-votes{font-size:2.2rem;top:.8rem}.fullscreen-active .chartBar>.chartBar-votes .chartBar-votes-sum{top:-.4rem;font-size:1.6rem}.chartWrapper{overflow:auto}.chartWrapper-20 .chart{height:20rem}.chartWrapper-30 .chart{height:30rem}.chartWrapper-40 .chart{height:40rem}@media print{.chartWrapper .chart{height:auto}}.chartWrapper-print{position:absolute;width:750px;height:750px;visibility:hidden}.chartDownload-bottom{text-align:right;margin-top:1rem;display:inline-block;color:inherit!important;font-size:1.4rem}@media print{.chartDownload-bottom{display:none}}.chartDownload-bottom>.puIcon{margin-right:.2rem;margin-top:-.1rem}.circleAudioPlayer{border-radius:9999px;position:relative;width:6rem;height:6rem;background:#fff;margin:0 auto}.circleAudioPlayer.circleAudioPlayer-tiny{height:3.4rem;width:3.4rem}.circleAudioPlayer.circleAudioPlayer-tiny>.circleAudioControl{font-size:1.2rem;height:1.2rem;width:1.2rem}.circleAudioPlayer.circleAudioPlayer-small{height:4.8rem;width:4.8rem}.circleAudioPlayer.circleAudioPlayer-small>.circleAudioControl{font-size:1.4rem;height:1.4rem;width:1.4rem}.circleAudioPlayer>audio{display:none}.circleAudioPlayer>.circleAudioControl{transform:translateY(-50%) translateX(-50%);font-size:2.2rem;height:2.2rem;width:2.2rem;position:absolute;top:50%;left:50%;z-index:10;cursor:pointer}.circleAudioPlayer.circleAudioPlayer-playing>.circleAudioControl-play,.circleAudioPlayer>.circleAudioControl.circleAudioControl-pause{display:none}.circleAudioPlayer.circleAudioPlayer-playing>.circleAudioControl-pause{display:inline-block}.circleAudioPlayer>.circleAudioPlayerSlider{top:.2rem;left:.2rem}@media screen and (max-width:375px){.circleAudioPlayer>.circleAudioPlayerSlider{top:-.1rem;left:0}}@media screen and (max-width:320px){.circleAudioPlayer>.circleAudioPlayerSlider{top:-.3rem;left:-.2rem}}.circleAudioPlayer .rs-handle{background-color:transparent;cursor:pointer}.theme-background-2 .circleAudioPlayer{background-color:#080c17}.theme-background-2 .circleAudioPlayer>.circleAudioControl{color:#ccc}.cloneableHidden,.cloneableTemplate{display:none}.closeIcon,.deletable{cursor:pointer}.closeIcon{width:3rem;height:3rem;position:absolute;top:1.7rem;right:1.7rem;z-index:1}.closeIcon:after,.closeIcon:before{transition:all .5s ease;content:"";width:2.5rem;height:.15rem;background-color:#1a284b;position:absolute;top:1.5rem;left:.5rem}.closeIcon:after{transform:rotate(45deg)}.closeIcon:before{transform:rotate(-45deg)}.closeIcon:hover:after,.closeIcon:hover:before{background-color:#e41e4d}@media screen and (max-width:500px){.overlayContainer .closeIcon{top:.25rem;right:1.5rem}}code.codeEditor{display:block;padding:2rem!important;min-height:20rem}code.codeEditor,code.codeEditor>*{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1.2rem}.columns{display:flex;margin:0 -.5rem;padding:0!important}@media screen and (max-width:670px){.columns:not(.columns-keepMobile){display:block}.columns:not(.columns-keepMobile) .columns{padding:0 .5rem!important}.columns:not(.columns-keepMobile)>.column,.columns:not(.columns-keepMobile)>.placeholder{width:100%}}.columns+.columns{margin-top:.5rem}.columns .column.column-max{flex-grow:99999}.columns .column.column-auto{width:auto;white-space:nowrap}.columns .column.column-auto:first-child:last-child{width:100%}.columns .column.column-allowBreak{white-space:normal}.columns.columns-padded .column{padding-left:1rem;padding-right:1rem}@media screen and (max-width:670px){.columns.columns-padded .column{padding-right:.5rem;padding-left:.5rem}}.columns.columns-padded .column:first-child{padding-left:.5rem;padding-right:2rem}@media screen and (max-width:670px){.columns.columns-padded .column:first-child{padding-right:.5rem}}.columns.columns-padded .column:last-child{padding-left:2rem;padding-right:.5rem}@media screen and (max-width:670px){.columns.columns-padded .column:last-child{padding-left:.5rem}}.columns.vertical-centered{align-items:center}.columns.vertical-centered>.column>p:last-child{margin-bottom:0}.columns>.column,.columns>.placeholder{width:50%;position:relative;padding:0 .5rem;box-sizing:border-box}.columns>.column>.columns,.columns>.placeholder>.columns{margin:0 -.5rem}.columns>.column>.segment-item>img,.columns>.column>a>img,.columns>.column>img,.columns>.placeholder>.segment-item>img,.columns>.placeholder>a>img,.columns>.placeholder>img{width:100%;height:auto;display:block}.columns>.column.col-100,.columns>.placeholder.col-100{width:100%}.columns>.column.col-80,.columns>.placeholder.col-80{width:80%}.columns>.column.col-75,.columns>.placeholder.col-75{width:75%}.columns>.column.col-66,.columns>.placeholder.col-66{width:66.66%}.columns>.column.col-50,.columns>.placeholder.col-50{width:50%}.columns>.column.col-33,.columns>.placeholder.col-33{width:33.33%}.columns>.column.col-25,.columns>.placeholder.col-25{width:25%}.columns>.column.col-20,.columns>.placeholder.col-20{width:20%}.columns>.column.col-15,.columns>.placeholder.col-15{width:15%}@media screen and (max-width:670px){.columns>.column.col-15,.columns>.placeholder.col-15{width:33%}}.columns>.column.col-85,.columns>.placeholder.col-85{width:85%}@media screen and (max-width:670px){.columns>.column.col-85,.columns>.placeholder.col-85{width:66%}}@media screen and (max-width:670px){.columns>.column.col-25,.columns>.column.col-33,.columns>.column.col-50,.columns>.column.col-66,.columns>.column.col-75,.columns>.column.col-100,.columns>.placeholder.col-25,.columns>.placeholder.col-33,.columns>.placeholder.col-50,.columns>.placeholder.col-66,.columns>.placeholder.col-75,.columns>.placeholder.col-100{width:100%}}.columns.columns-1>.column{width:100%}.columns.columns-2>.column{width:50%}@media screen and (max-width:670px){.columns.columns-2>.column{width:100%}}@media screen and (min-width:670px){.columns.columns-2.padded .column:first-child{padding-right:2rem}.columns.columns-2.padded .column:last-child{padding-left:2rem}.columns.columns-2.hugePadded .column:first-child{padding-right:4rem}.columns.columns-2.hugePadded .column:last-child{padding-left:4rem}}.columns.columns-3>.column{width:33.3%}@media screen and (max-width:670px){.columns.columns-3>.column{width:100%}}@media screen and (min-width:670px){.columns.columns-3.padded .column{padding-left:1rem;padding-right:1rem}.columns.columns-3.padded .column:first-child{padding-left:0;padding-right:2rem}.columns.columns-3.padded .column:last-child{padding-left:2rem;padding-right:0}.columns.columns-3.hugePadded .column{padding-left:2rem;padding-right:2rem}.columns.columns-3.hugePadded .column:first-child{padding-left:0;padding-right:4rem}.columns.columns-3.hugePadded .column:last-child{padding-left:4rem;padding-right:0}}.columns.columns-4>.column{width:25%}@media screen and (max-width:800px){.columns.columns-4>.column{width:50%}}@media screen and (max-width:500px){.columns.columns-4>.column{width:100%}}.columns.columns-5>.column{width:20%}@media screen and (max-width:800px){.columns.columns-5>.column{width:50%}}@media screen and (max-width:500px){.columns.columns-5>.column{width:100%}}.columns.columns-2.no-break>.column{width:50%}.columns.columns-3.no-break>.column{width:33.3%}.columns.columns-4.no-break>.column{width:25%}.columns.columns-5.no-break>.column{width:20%}.column>:first-child{margin-top:0}.column-killMarginBottom *{margin-bottom:0!important}.colorPickerField .pickr{display:inline-block}.colorPickerField label{padding-left:1rem;position:relative;top:.6rem}.colorPickerField+.colorPickerField{margin-top:.8rem}.comments{border-radius:4px}.comments textarea{border:.1rem solid;border-color:inherit}.comments.comments-bordered{border:.1rem solid #f1f1f1}.comments>.commentForm{border-radius:4px;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;background-color:#f1f1f1;padding:1.5rem}.comments .comment{border-radius:0;margin-bottom:0;padding:1.5rem;border-top:.1rem solid #f1f1f1}.comments .comment:first-child{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.comments .comment .comment{padding:1rem 0}.comments .comment .comment.comment-withAvatar{padding-left:4rem}.comments.comments-dark.comments-bordered{border:.1rem solid #1a284b}.comments.comments-dark .comment{border-color:#1a284b}.comments.comments-dark>.commentForm{background-color:#1a284b}.comments.comments-dark .commentFooter{color:#4e5462}.comment{transition:all .5s ease;border-radius:4px;background-color:#fff;padding:3rem 3rem 4rem;margin-bottom:4rem;position:relative}.comment,.comment p{color:#4a4a4a}.comment.comment-withAvatar{padding-top:1.2rem;padding-left:5.5rem}.comment>.commentHeader{box-sizing:border-box;padding-top:.9rem;width:100%;height:3.5rem;position:relative;font-size:1.4rem;margin-bottom:.2rem;padding-right:2rem}.comment>.commentHeader strong{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 12rem);display:inline-block;vertical-align:bottom}.comment>.commentHeader>.contextMenu{right:-1rem;top:-.5rem}.comment>.commentHeader>.icon{height:1.6rem;width:1.6rem;position:absolute;right:0;top:.5rem}.comment>.commentHeader>.avatar{position:absolute;top:.1rem;left:-4rem}.comment>.commentFooter{margin-top:1.3rem;color:#ccc}.comment p{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.6rem;line-height:2.3rem;margin:0 0 1rem}.comment p.small{line-height:1.8rem}.comment .signature{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;position:absolute;bottom:1.3rem;right:2rem;font-size:1.6rem;font-style:italic}.comment .signature .puIcon{line-height:1.5rem;margin:0 .5rem}.comment .signature.signature-relative{position:relative;text-align:right;right:0;bottom:0;margin-top:1.3rem}.comment .btn+p{margin-top:.5rem}.theme-background-1 .comment,.theme-background-1 .comments{background-color:#fff}.theme-background-1 .comment:before,.theme-background-1 .comments:before{border-color:#fff transparent}.theme-background-1 .comment:hover,.theme-background-1 .comments:hover{background-color:#fff}.theme-background-1 .comment:hover:before,.theme-background-1 .comments:hover:before{border-color:#fff transparent}.theme-background-1 .comment .commentHeader,.theme-background-1 .comment .signature,.theme-background-1 .comment p,.theme-background-1 .comment p strong,.theme-background-1 .comments .commentHeader,.theme-background-1 .comments .signature,.theme-background-1 .comments p,.theme-background-1 .comments p strong{color:#4a4a4a}.comments-dark .comment,.comments-dark .comments,.theme-background-2 .comment,.theme-background-2 .comments{background-color:#080c17}.comments-dark .comment:before,.comments-dark .comments:before,.theme-background-2 .comment:before,.theme-background-2 .comments:before{border-color:#080c17 transparent}.comments-dark .comment:hover,.comments-dark .comments:hover,.theme-background-2 .comment:hover,.theme-background-2 .comments:hover{background-color:#080c17}.comments-dark .comment:hover:before,.comments-dark .comments:hover:before,.theme-background-2 .comment:hover:before,.theme-background-2 .comments:hover:before{border-color:#080c17 transparent}.comments-dark .comment .commentHeader,.comments-dark .comment .signature,.comments-dark .comment li,.comments-dark .comment p,.comments-dark .comment p strong,.comments-dark .comments .commentHeader,.comments-dark .comments .signature,.comments-dark .comments li,.comments-dark .comments p,.comments-dark .comments p strong,.theme-background-2 .comment .commentHeader,.theme-background-2 .comment .signature,.theme-background-2 .comment li,.theme-background-2 .comment p,.theme-background-2 .comment p strong,.theme-background-2 .comments .commentHeader,.theme-background-2 .comments .signature,.theme-background-2 .comments li,.theme-background-2 .comments p,.theme-background-2 .comments p strong{color:#949bad}.theme-highlight .comment .signature:not(.signature-noHighlight){color:var(--theme-highlight-color)}#lightboxSidebar .comment,#lightboxSidebar .comments{background-color:#080c17}#lightboxSidebar .comment .puIcon,#lightboxSidebar .comments .puIcon{color:#1a284b}.loadOlderComments{display:block;text-align:center;padding:2rem 0 0}.commentDate{display:inline;opacity:.5}.commentDate:before{content:", "}.contextMenu{position:absolute;top:0;right:0;display:block;cursor:pointer;text-align:left}.contextMenu.contextMenu-bottom>ul{top:auto;bottom:1rem}.contextMenu>ul{border-radius:4px;box-shadow:0 0 5rem rgba(0,0,0,.4);overflow:hidden;display:none;position:absolute;z-index:3;top:.5rem;right:.5rem;margin:0;padding:0;background-color:#f1f1f1}li.contextMenu-item{transition:all .5s ease;min-width:15rem;display:block;list-style:none;white-space:nowrap}li.contextMenu-item+li.contextMenu-item{border-top:1px solid #ccc}li.contextMenu-item>a{transition:all .5s ease;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;display:list-item;position:relative;padding:1rem 1rem .8rem 4rem;background-color:#f1f1f1;text-decoration:none;text-align:left;font-size:1.7rem;color:#080c17!important}li.contextMenu-item>a:hover{color:#080c17!important;background-color:#fff}li.contextMenu-item>a>.puIcon{transform:translateY(-50%);position:absolute;top:50%;left:.9rem}li.contextMenu-item.contextMenu-item-danger>a:hover{color:#fff!important;background-color:#e41e4d}.contextMenuHandle.btn{color:#fff}.contextMenuHandle{display:block;width:4rem;height:4rem;color:#080c17}.contextMenuHandle>.puIcon{transform:translateY(-50%) translateX(-50%);position:absolute;top:50%;left:50%}.contextMenuHandle:focus{color:#00a8ab;outline:none}.contextMenuHandle.btn{padding:0;height:3.5rem;width:3.5rem}.contextMenuHandle.btn .puIcon{height:3.5rem;width:3.5rem;font-size:3.5rem}.contextMenu-open .contextMenuHandle{pointer-events:none}td>.contextMenu{position:relative;display:inline-block}li.contextMenu-item.contextMenu-item-more>a{padding:1rem;text-align:center}li.contextMenu-item.contextMenu-item-more ul,li.contextMenu-item.contextMenu-item-more ul>li{height:0}li.contextMenu-item.contextMenu-item-more.contextMenu-item-more-open>a{height:0;padding:0}li.contextMenu-item.contextMenu-item-more.contextMenu-item-more-open ul,li.contextMenu-item.contextMenu-item-more.contextMenu-item-more-open ul>li{height:auto}.galleryItem:hover>.contextMenu,.pollColumnHeader:hover>.contextMenu{opacity:1}.galleryItem:hover>.contextMenu>.contextMenuHandle.btn,.pollColumnHeader:hover>.contextMenu>.contextMenuHandle.btn{background-color:hsla(0,0%,94.5%,.8);color:#000}.galleryItem>.contextMenu,.pollColumnHeader>.contextMenu{top:1rem;right:1rem;z-index:2}@media (hover:hover){.galleryItem>.contextMenu,.pollColumnHeader>.contextMenu{transition:opacity .5s ease;opacity:0}}.galleryItem>.contextMenu>.contextMenuHandle.btn,.pollColumnHeader>.contextMenu>.contextMenuHandle.btn{background-color:hsla(0,0%,94.5%,.4);color:#000}.galleryItem>.contextMenu>.contextMenuHandle.btn:focus,.galleryItem>.contextMenu>.contextMenuHandle.btn:hover,.pollColumnHeader>.contextMenu>.contextMenuHandle.btn:focus,.pollColumnHeader>.contextMenu>.contextMenuHandle.btn:hover{color:#000;background-color:#f1f1f1}.customerLogo{transition:all .5s ease;transform:scale(1);position:relative;text-align:center;display:inline-block;filter:grayscale(100%) sepia(1) hue-rotate(165deg) saturate(.3);opacity:.7;vertical-align:middle;margin:1rem 2.2rem;width:auto;max-width:15rem;max-height:2.5rem;pointer-events:all}@media screen and (max-width:670px){.customerLogo{transform:scale(.75);margin:.5rem 0}}.customerLogo.customerLogo-negativeOffsetTop{top:-.5rem}.customerLogo.customerLogo-addWidth{max-width:16rem}.customerLogo.customerLogo-addHeight{max-height:3.5rem}.customerLogo.customerLogo-addHeight2{max-height:4rem}.customerLogo.customerLogo-addHeight3{max-height:4.5rem}.customerLogo.customerLogo-addHeight4{max-height:5rem}.customerLogo.customerLogo-addHeight5{max-height:5.5rem}.customerLogo.customerLogo-addHeight6{max-height:6rem}.customerLogo.customerLogo-addHeight7{max-height:6.5rem}.customerLogo>img{width:100%}.customerLogos{text-align:center;pointer-events:none}@media screen and (max-width:670px){.customerLogos{padding:6.2rem 0 4.2rem;max-width:100%!important}}.customerLogos:hover>.customerLogo{filter:grayscale(100%) sepia(1) hue-rotate(165deg) saturate(.3) blur(.3rem);opacity:.5}.customerLogos:hover>.customerLogo:hover{transform:scale(1.2);filter:grayscale(0);opacity:1}@media screen and (max-width:670px){.customerLogos:hover>.customerLogo:hover{transform:scale(1)}}.customerLogos p{max-width:80%;margin:0 auto;line-height:1.5;color:#8a8a8a;text-align:center;font-style:italic}.customerLogos p,.dateFormat{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}.dateFormat{border-radius:4px;position:relative;font-size:1.8rem;display:inline-block}.dateFormat+.dateFormat{margin-left:2.6rem}.dateFormat+.dateFormat:before{content:"";height:.2rem;width:.8rem;background-color:#4a4a4a;position:absolute;top:50%;left:-1.8rem;margin-top:-.1rem}.dateFormat>.dateFormatSub,.dateFormat>.dateFormatSup{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.5rem}.dateFormat>.dateFormatSub{margin-top:.5rem}.dateFormat>.dateFormatSup{margin-bottom:.5rem;opacity:.5}body.theme-background-2 .dateFormat:before{background-color:#949bad}.dna{border-radius:4px;position:relative;overflow:hidden;display:inline-block;float:left;margin-right:1rem}.dnaCell{box-sizing:border-box;float:left;width:1rem;height:1.6rem}.editContent{position:relative}.editContent .editLink{border-radius:9999px;border-bottom-left-radius:4px;transition:all .5s ease;transform:scale(1);position:absolute;width:2.1rem;height:2.1rem;top:-1rem;right:-1rem;line-height:2.1rem;display:block;background-color:#805f7c;border:.15rem solid #fff;text-align:center;cursor:pointer;font-size:1.5rem;z-index:2}.editContent .editLink.editLink-withText{width:auto;color:#fff!important;white-space:nowrap;padding-left:1.8rem;padding-right:.7rem;font-size:1.2rem;line-height:1.9rem}.editContent .editLink>.puIcon{position:absolute;top:.3rem;left:-.4rem;font-size:1.2rem;color:#fff}.editContent:after{border-radius:4px;transition:all .5s ease;content:"";position:absolute;top:0;left:0;right:0;bottom:0;max-height:15rem;background:hsla(0,0%,100%,.2);background:linear-gradient(180deg,hsla(0,0%,100%,.33) 15%,hsla(0,0%,100%,0));z-index:-1;opacity:0}.editContent:hover .editLink{transform:scale(1.25)}.editContent:hover:after{top:-.5rem;left:-.5rem;right:-.5rem;bottom:-.5rem;opacity:1}.editContent-relativeLinkIfEmpty .editLink.editLink-withText{position:relative;top:0;right:0;display:inline-block}.theme-background-2 .editContent:after{background:hsla(0,0%,100%,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.15) 15%,hsla(0,0%,100%,0))}#effect{transform:translateZ(0);position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}#effect.effect-rain{transform:scaleY(5);height:20%;transform-origin:top}.effectShake{-webkit-animation:shake_object 1s linear 2;animation:shake_object 1s linear 2}.effectHeartBeat{display:block;-webkit-animation:heartbeat 1.5s linear infinite;animation:heartbeat 1.5s linear infinite}.spider{transform:translate3d(-100%,-50%,0);-webkit-animation:up_down_margin 2s ease-in-out infinite;animation:up_down_margin 2s ease-in-out infinite;transition:top 1s cubic-bezier(.645,.045,.355,1);position:absolute;top:0;left:0;display:block;width:8rem;height:8rem;background-image:url(https://assets2.pollunit.com/packs/media/images/effects/spider-6a9fae4fc0baa67fdda1ad121247af6f.png);background-size:contain;z-index:2}.spider.spider-small{z-index:1;width:4rem;height:4rem}.spider.spider-small:after{bottom:3rem}.spider.spider-small.spider-middle{top:45%}.spider.spider-small.spider-bottom{top:85%}.spider.spider-small.spider-top{top:15%}.spider.spider-big{z-index:3;width:12rem;height:12rem}.spider.spider-big:after{bottom:8.5rem}.spider.spider-big.spider-middle{top:35%}.spider.spider-big.spider-bottom{top:75%}.spider.spider-big.spider-top{top:23%}.spider:after{content:"";display:block;width:.1rem;background-color:hsla(0,0%,100%,.3);height:100vh;position:absolute;left:50%;bottom:5.7rem}.spider.spider-middle{top:40%}.spider.spider-bottom{top:80%}.spider.spider-top{top:20%}.emojiVote{position:relative;display:inline-block}.emojiVote+.emojiVote{margin-left:.1rem}.emojiVote .puIcon{position:relative}.emojiVote .puIcon:after{border-radius:9999px;content:"";position:absolute;top:.2rem;left:.2rem;right:.2rem;bottom:.2rem}.emojiRadioTags .emojiVote:hover .puIcon:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon:after,.emojiVote.emojiVote-active .puIcon:after{opacity:1}.emojiRadioTags .emojiVote:hover .puIcon-emoji_not_at_all_satisfied,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_not_at_all_satisfied,.emojiVote.emojiVote-active .puIcon-emoji_not_at_all_satisfied{color:#e41e4d}.emojiRadioTags .emojiVote:hover .puIcon-emoji_not_at_all_satisfied:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_not_at_all_satisfied:after,.emojiVote.emojiVote-active .puIcon-emoji_not_at_all_satisfied:after{background-color:rgba(228,30,77,.15);border-color:#e41e4d}.emojiRadioTags .emojiVote:hover .puIcon-emoji_slightly_satisfied,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_slightly_satisfied,.emojiVote.emojiVote-active .puIcon-emoji_slightly_satisfied{color:#ff9500}.emojiRadioTags .emojiVote:hover .puIcon-emoji_slightly_satisfied:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_slightly_satisfied:after,.emojiVote.emojiVote-active .puIcon-emoji_slightly_satisfied:after{background-color:rgba(255,149,0,.15);border-color:#ff9500}.emojiRadioTags .emojiVote:hover .puIcon-emoji_neutral,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_neutral,.emojiVote.emojiVote-active .puIcon-emoji_neutral{color:#4a4a4a}.emojiRadioTags .emojiVote:hover .puIcon-emoji_neutral:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_neutral:after,.emojiVote.emojiVote-active .puIcon-emoji_neutral:after{background-color:rgba(74,74,74,.15);border-color:#4a4a4a}.emojiRadioTags .emojiVote:hover .puIcon-emoji_very_satisfied,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_very_satisfied,.emojiVote.emojiVote-active .puIcon-emoji_very_satisfied{color:#00ab54}.emojiRadioTags .emojiVote:hover .puIcon-emoji_very_satisfied:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_very_satisfied:after,.emojiVote.emojiVote-active .puIcon-emoji_very_satisfied:after{background-color:rgba(0,171,84,.15);border-color:#00ab54}.emojiRadioTags .emojiVote:hover .puIcon-emoji_extremely_satisfied,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_extremely_satisfied,.emojiVote.emojiVote-active .puIcon-emoji_extremely_satisfied{color:#00ab54}.emojiRadioTags .emojiVote:hover .puIcon-emoji_extremely_satisfied:after,.emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_extremely_satisfied:after,.emojiVote.emojiVote-active .puIcon-emoji_extremely_satisfied:after{background-color:rgba(0,171,84,.15);border-color:#00ab54}.emojiRadioTags{display:inline-block;white-space:nowrap;min-width:13.5rem;text-align:center}.emojiRadioTags input[type=radio]{display:none}.emojiRadioTags input[type=radio]+label.emojiVote{display:inline-block;padding:0;margin:0}.emojiRadioTags input[type=radio]+label.emojiVote:after,.emojiRadioTags input[type=radio]+label.emojiVote:before{display:none}.theme-background-2 .emojiRadioTags .emojiVote:hover .puIcon-emoji_neutral,.theme-background-2 .emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_neutral,.theme-background-2 .emojiVote.emojiVote-active .puIcon-emoji_neutral{color:#ccc}.theme-background-2 .emojiRadioTags .emojiVote:hover .puIcon-emoji_neutral:after,.theme-background-2 .emojiRadioTags:not(:hover) input[type=radio]:checked+label.emojiVote .puIcon-emoji_neutral:after,.theme-background-2 .emojiVote.emojiVote-active .puIcon-emoji_neutral:after{background-color:hsla(0,0%,80%,.15);border-color:#ccc}body[data-environment=test] .overlayContainer{opacity:1!important}body[data-environment=test] .overlayContainer>.content{transform:translateY(-50%) translateX(-50%) scale(1) rotateX(0deg)}.fileThumb{position:relative;height:100%;width:100%}.fileThumb>.puIcon{position:absolute;top:50%;left:50%;margin-top:-2.5rem;margin-left:-2.8rem;font-size:5rem;height:5rem;width:5rem;color:#ccc}.fileThumb>.fileThumb-extension{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;position:absolute;top:50%;left:50%;background-color:#4a4a4a;color:#f1f1f1;padding:.2rem .5rem;font-size:1.2rem}.theme-background-2 .fileThumb>.puIcon{color:#949bad;opacity:.5}.theme-background-2 .fileThumb>.fileThumb-extension{background-color:#949bad;color:#080c17}.thumb>.fileThumb{background-color:#fff}.theme-background-2 .thumb>.fileThumb{background-color:#000}.filterButtons{border-radius:4px;position:relative;display:inline-block;margin-bottom:2rem;border:.1rem solid #ccc;overflow:hidden;vertical-align:top;background-color:#f1f1f1}.filterButtons.filterButtons-full{display:flex;align-items:flex-start;flex-wrap:nowrap;width:100%}@media screen and (max-width:500px){.filterButtons.filterButtons-full{display:block}}.filterButtons.filterButtons-full .filterButton{width:100%;text-align:left}@media screen and (max-width:500px){.filterButtons.filterButtons-full .filterButton{border-left:0!important;border-bottom:.1rem solid #ccc}.filterButtons.filterButtons-full .filterButton:last-child{border-bottom:0}}.filterButtons.filterButtons-noMargin{margin:0}.filterButtons .filterButton{border-radius:4px;display:inline-block;position:relative;background-color:#f1f1f1;padding:.9rem 1rem .8rem;font-size:1.6rem;font-weight:400;color:#4a4a4a!important;white-space:nowrap}.filterButtons .filterButton .filterButtonText>.puIcon{margin-top:-.2rem}.filterButtons .filterButton.filterButton-warning .filterButtonText,.filterButtons .filterButton.filterButton-warning .puIcon{color:#ff9500}.filterButtons .filterButton.filterButton-danger .filterButtonText,.filterButtons .filterButton.filterButton-danger .puIcon{color:#e41e4d}.filterButtons .filterButton.filterButton-success .filterButtonText,.filterButtons .filterButton.filterButton-success .puIcon{color:#00ab54}.filterButtons .filterButton.asc,.filterButtons .filterButton.desc,.filterButtons .filterButton.filterButton-active{background-color:#fff}.filterButtons .filterButton+.filterButton{border-left:.1rem solid #ccc}.filterButtons .filterButton .btn.circle{margin:-1.4rem 0 -1.3rem .5rem;height:2.4rem;border:.2rem solid #ccc;padding:.6rem;font-size:1.4rem}.filterButtons .filterButton>.puIcon{margin:-.2rem}.filterButtons .filterButton>.filterButtonText{display:inline-block;margin-left:1rem}.filterButtons.filterButtons-topRight{position:absolute;top:0;right:0}@media screen and (max-width:500px){.filterButtons.filterButtons-topRight{position:relative;right:auto;top:1rem}}.filterButtons.filterButtons-dark{border-color:#8a8a8a;background-color:#949bad}.filterButtons.filterButtons-dark .filterButton{color:#000!important;background-color:#949bad}.filterButtons.filterButtons-dark .filterButton .btn.circle{border-color:#8a8a8a}.filterButtons.filterButtons-dark .filterButton.asc,.filterButtons.filterButtons-dark .filterButton.desc,.filterButtons.filterButtons-dark .filterButton.filterButton-active{background-color:#c0c9e0}.filterButtons.filterButtons-dark .filterButton+.filterButton{border-left:.1rem solid #8a8a8a}.btn+.filterButtons,.filterButtons+.filterButtons{margin-left:1rem}.filterButtons.filterButtons-small .filterButton{padding:.7rem .6rem .6rem;font-size:1.3rem}.filterButtons.filterButtons-small .filterButton .filterButtonText{margin-left:.7rem}.filterButtons.filterButtons-dropDown{overflow:visible;text-align:left;white-space:normal}.filterButtons.filterButtons-dropDown>.filterButton-dropDownToggle{padding-right:2.5rem}.filterButtons.filterButtons-dropDown>.filterButton-dropDownToggle:after{transition:all .5s ease;content:"";position:absolute;top:1.4rem;right:.8rem;width:0;height:0;border-color:#ccc transparent transparent;border-style:solid;border-width:.6rem .6rem 0;pointer-events:none}.filterButtons.filterButtons-dropDown>.filterButton-dropDownToggle:hover:after{border-top-color:#4a4a4a}@media screen and (max-width:375px){.filterButtons.filterButtons-dropDown>.filterButton-dropDownToggle>.puIcon{display:none}.filterButtons.filterButtons-dropDown>.filterButton-dropDownToggle>.filterButtonText{margin-left:0}}.filterButtons.filterButtons-dropDown>.filterButtons{display:none;position:absolute;top:100%;right:0;z-index:21}.filterButtons.filterButtons-dropDown>.filterButtons>.filterButton{width:100%;border:0}.filterButtons.filterButtons-dropDown.filterButtons-dropDown-active>.filterButtons{display:block}.filterButtons.filterButtons-dropDown.filterButtons-dark>.filterButton-dropDownToggle:after{border-color:#1a284b transparent transparent}.filterButtons.filterButtons-dropDown.filterButtons-dark>.filterButton-dropDownToggle:hover:after{border-top-color:#949bad}.filterButton.filterButton-hideActive.filterButton-active{display:none}.filterButton.filterButton-hideActive.filterButton-active+.filterButton{border-left:0}.fineuploader .qq-upload-button{width:auto;box-shadow:none}.fineuploader .qq-btn{box-shadow:none}.fineuploader #trigger-upload{margin-left:10px;position:relative}.fineuploader .qq-edit-filename{width:auto}.fineuploader .qq-upload-list-selector{max-height:400px;box-shadow:none}.fineuploader .qq-total-progress-bar-container{width:auto;margin:0;float:none;position:absolute;top:2px;left:2px;right:2px}.fineuploader .qq-progress-bar{height:6px;background-color:#00ab54}.fineuploader .qq-upload-spinner{margin-right:5px;position:relative;top:-3px}.fineuploader.small-uploader .qq-uploader{min-height:0;padding:10px}.fineuploader.small-uploader .qq-uploader:before{top:35%}.fineuploader.small-uploader #trigger-upload,.fineuploader.small-uploader .qq-upload-button{margin-top:10px;margin-bottom:10px}.datesSelector .flatpickr-calendar{margin:0 auto}.datesSelector .flatpickr-input{display:none}.datesSelector .flatpickr-calendar{box-shadow:none;border:.1rem solid #ccc;margin-top:-.4rem;margin-bottom:1.3rem}.flatpickr-day.today{border-color:#00a8ab}.flatpickr-day.selected{border-color:#00a8ab;background-color:#00a8ab}.flatpickr-day.selected:hover{border-color:#14c1c4;background-color:#14c1c4}.flatpickr-next-month:hover svg path,.flatpickr-prev-month:hover svg path{fill:#00a8ab}.flatpickr-calendar{padding-top:.5rem}.flatpickr-calendar.noCalendar{padding-top:0}.flatpickr-calendar .flatpickr-day:hover{color:#1a1a1a;border-color:#f1f1f1;background-color:#f1f1f1}.flatpickr-calendar .flatpickr-next-month,.flatpickr-calendar .flatpickr-prev-month{top:.4rem}.flatpickr-calendar .flatpickr-current-month{padding-top:0}.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-calendar .flatpickr-current-month .numInput,.flatpickr-calendar .flatpickr-current-month .numInputWrapper{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-shadow:none;border:0}.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover,.flatpickr-calendar .flatpickr-current-month .numInput:hover,.flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover{background-color:transparent}.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;text-align:right;-moz-text-align-last:right;text-align-last:right}.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months option{direction:rtl}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{border-radius:4px;border:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time input{box-shadow:none}.flatpickr-time .flatpickr-am-pm:hover{background-color:transparent}.theme-background-2 .flatpickr-calendar{box-shadow:none;border:.1rem solid #1a284b;background-color:#080c17}.theme-background-2 .flatpickr-calendar.arrowTop:after,.theme-background-2 .flatpickr-calendar.arrowTop:before{border-bottom-color:#1a284b}.theme-background-2 .datesSelector .flatpickr-calendar{border:.1rem solid #1a284b}.theme-background-2 .flatpickr-day{color:#c0c9e0}.theme-background-2 .flatpickr-day:hover{color:#c0c9e0;border-color:#1a284b;background-color:#1a284b}.theme-background-2 .flatpickr-day.selected{color:#c0c9e0}.theme-background-2 .flatpickr-day.nextMonthDay{color:#4e5462}.theme-background-2 .flatpickr-next-month svg,.theme-background-2 .flatpickr-prev-month svg{fill:#949bad}.theme-background-2 .flatpickr-monthDropdown-months{color:#949bad}.theme-background-2 span.flatpickr-weekday{color:#4e5462}.theme-background-2 .flatpickr-calendar.hasTime .flatpickr-time{border-top-color:#1a284b}.theme-background-2 .flatpickr-time .flatpickr-am-pm,.theme-background-2 .flatpickr-time .flatpickr-time-separator{color:#4e5462}.theme-background-2 .flatpickr-time .flatpickr-am-pm:hover{color:#c0c9e0}.theme-highlight .flatpickr-day.selected,.theme-highlight .flatpickr-day.today{border-color:var(--theme-highlight-color)}.theme-highlight .flatpickr-day.selected{background-color:var(--theme-highlight-color)}.theme-highlight .flatpickr-day.selected:hover{border-color:var(--theme-highlight-hover-color);background-color:var(--theme-highlight-hover-color)}.theme-highlight .flatpickr-next-month:hover svg path,.theme-highlight .flatpickr-prev-month:hover svg path{fill:var(--theme-highlight-color)}.columns:last-child>.column>.floatingField:last-child{margin-bottom:0}.floatingField{border-radius:4px;position:relative;margin-bottom:1.3rem}.floatingField input[type=date],.floatingField input[type=email],.floatingField input[type=number],.floatingField input[type=password],.floatingField input[type=text],.floatingField input[type=url],.floatingField select,.floatingField tags.tagify,.floatingField textarea{transition:all .5s ease;border:.1rem solid #ccc;box-shadow:none;margin:0;height:4.8rem;padding:0 1rem;display:block}.floatingField input[type=date]:not(:-moz-placeholder-shown),.floatingField input[type=email]:not(:-moz-placeholder-shown),.floatingField input[type=number]:not(:-moz-placeholder-shown),.floatingField input[type=password]:not(:-moz-placeholder-shown),.floatingField input[type=text]:not(:-moz-placeholder-shown),.floatingField input[type=url]:not(:-moz-placeholder-shown),.floatingField select:not(:-moz-placeholder-shown),.floatingField tags.tagify:not(:-moz-placeholder-shown),.floatingField textarea:not(:-moz-placeholder-shown){padding-top:1.5rem;box-shadow:inset 0 0 0 transparent}.floatingField input[type=date]:not(:-ms-input-placeholder),.floatingField input[type=email]:not(:-ms-input-placeholder),.floatingField input[type=number]:not(:-ms-input-placeholder),.floatingField input[type=password]:not(:-ms-input-placeholder),.floatingField input[type=text]:not(:-ms-input-placeholder),.floatingField input[type=url]:not(:-ms-input-placeholder),.floatingField select:not(:-ms-input-placeholder),.floatingField tags.tagify:not(:-ms-input-placeholder),.floatingField textarea:not(:-ms-input-placeholder){padding-top:1.5rem;box-shadow:inset 0 0 0 transparent}.floatingField input[type=date].floatingField-active,.floatingField input[type=date].floatingField-forceLabel,.floatingField input[type=date]:focus,.floatingField input[type=date]:not(:placeholder-shown),.floatingField input[type=email].floatingField-active,.floatingField input[type=email].floatingField-forceLabel,.floatingField input[type=email]:focus,.floatingField input[type=email]:not(:placeholder-shown),.floatingField input[type=number].floatingField-active,.floatingField input[type=number].floatingField-forceLabel,.floatingField input[type=number]:focus,.floatingField input[type=number]:not(:placeholder-shown),.floatingField input[type=password].floatingField-active,.floatingField input[type=password].floatingField-forceLabel,.floatingField input[type=password]:focus,.floatingField input[type=password]:not(:placeholder-shown),.floatingField input[type=text].floatingField-active,.floatingField input[type=text].floatingField-forceLabel,.floatingField input[type=text]:focus,.floatingField input[type=text]:not(:placeholder-shown),.floatingField input[type=url].floatingField-active,.floatingField input[type=url].floatingField-forceLabel,.floatingField input[type=url]:focus,.floatingField input[type=url]:not(:placeholder-shown),.floatingField select.floatingField-active,.floatingField select.floatingField-forceLabel,.floatingField select:focus,.floatingField select:not(:placeholder-shown),.floatingField tags.tagify.floatingField-active,.floatingField tags.tagify.floatingField-forceLabel,.floatingField tags.tagify:focus,.floatingField tags.tagify:not(:placeholder-shown),.floatingField textarea.floatingField-active,.floatingField textarea.floatingField-forceLabel,.floatingField textarea:focus,.floatingField textarea:not(:placeholder-shown){padding-top:1.5rem;box-shadow:inset 0 0 0 transparent}.floatingField input[type=date]:not(:-moz-placeholder-shown)+label,.floatingField input[type=email]:not(:-moz-placeholder-shown)+label,.floatingField input[type=number]:not(:-moz-placeholder-shown)+label,.floatingField input[type=password]:not(:-moz-placeholder-shown)+label,.floatingField input[type=text]:not(:-moz-placeholder-shown)+label,.floatingField input[type=url]:not(:-moz-placeholder-shown)+label,.floatingField select:not(:-moz-placeholder-shown)+label,.floatingField tags.tagify:not(:-moz-placeholder-shown)+label,.floatingField textarea:not(:-moz-placeholder-shown)+label{opacity:1;top:.75rem}.floatingField input[type=date]:not(:-ms-input-placeholder)+label,.floatingField input[type=email]:not(:-ms-input-placeholder)+label,.floatingField input[type=number]:not(:-ms-input-placeholder)+label,.floatingField input[type=password]:not(:-ms-input-placeholder)+label,.floatingField input[type=text]:not(:-ms-input-placeholder)+label,.floatingField input[type=url]:not(:-ms-input-placeholder)+label,.floatingField select:not(:-ms-input-placeholder)+label,.floatingField tags.tagify:not(:-ms-input-placeholder)+label,.floatingField textarea:not(:-ms-input-placeholder)+label{opacity:1;top:.75rem}.floatingField input[type=date].floatingField-active+label,.floatingField input[type=date].floatingField-forceLabel+label,.floatingField input[type=date]:focus+label,.floatingField input[type=date]:not(:placeholder-shown)+label,.floatingField input[type=email].floatingField-active+label,.floatingField input[type=email].floatingField-forceLabel+label,.floatingField input[type=email]:focus+label,.floatingField input[type=email]:not(:placeholder-shown)+label,.floatingField input[type=number].floatingField-active+label,.floatingField input[type=number].floatingField-forceLabel+label,.floatingField input[type=number]:focus+label,.floatingField input[type=number]:not(:placeholder-shown)+label,.floatingField input[type=password].floatingField-active+label,.floatingField input[type=password].floatingField-forceLabel+label,.floatingField input[type=password]:focus+label,.floatingField input[type=password]:not(:placeholder-shown)+label,.floatingField input[type=text].floatingField-active+label,.floatingField input[type=text].floatingField-forceLabel+label,.floatingField input[type=text]:focus+label,.floatingField input[type=text]:not(:placeholder-shown)+label,.floatingField input[type=url].floatingField-active+label,.floatingField input[type=url].floatingField-forceLabel+label,.floatingField input[type=url]:focus+label,.floatingField input[type=url]:not(:placeholder-shown)+label,.floatingField select.floatingField-active+label,.floatingField select.floatingField-forceLabel+label,.floatingField select:focus+label,.floatingField select:not(:placeholder-shown)+label,.floatingField tags.tagify.floatingField-active+label,.floatingField tags.tagify.floatingField-forceLabel+label,.floatingField tags.tagify:focus+label,.floatingField tags.tagify:not(:placeholder-shown)+label,.floatingField textarea.floatingField-active+label,.floatingField textarea.floatingField-forceLabel+label,.floatingField textarea:focus+label,.floatingField textarea:not(:placeholder-shown)+label{opacity:1;top:.75rem}.floatingField tags.tagify{height:auto;padding-bottom:1rem}.floatingField tags.tagify .tagify__tag{margin:1rem .7rem -.3rem 0}.floatingField tags.tagify .tagify__tag+.tagify__input{margin-top:.6rem;padding-bottom:.2rem}.floatingField tags.tagify .tagify__input{margin:0 0 -.4rem;padding:.8rem 0 0;width:100%}.floatingField textarea{padding:1rem 1.5rem 1rem 1rem;height:auto;line-height:2rem;min-width:100%}.floatingField textarea:not(:-moz-placeholder-shown){padding-top:2.5rem}.floatingField textarea:not(:-ms-input-placeholder){padding-top:2.5rem}.floatingField textarea.floatingField-active,.floatingField textarea:focus,.floatingField textarea:not(:placeholder-shown){padding-top:2.5rem}.floatingField textarea:not(:-moz-placeholder-shown)+label{border-radius:4px;background-color:#fff;top:.1rem;padding:.74rem 0 .5rem 1.1rem;left:.1rem;right:1.5rem}.floatingField textarea:not(:-ms-input-placeholder)+label{border-radius:4px;background-color:#fff;top:.1rem;padding:.74rem 0 .5rem 1.1rem;left:.1rem;right:1.5rem}.floatingField textarea.floatingField-active+label,.floatingField textarea:focus+label,.floatingField textarea:not(:placeholder-shown)+label{border-radius:4px;background-color:#fff;top:.1rem;padding:.74rem 0 .5rem 1.1rem;left:.1rem;right:1.5rem}.floatingField .field_with_errors+label{opacity:1;top:.75rem;color:#e41e4d!important}.floatingField .field_with_errors input[type=date],.floatingField .field_with_errors input[type=email],.floatingField .field_with_errors input[type=number],.floatingField .field_with_errors input[type=password],.floatingField .field_with_errors input[type=text],.floatingField .field_with_errors input[type=url],.floatingField .field_with_errors select,.floatingField .field_with_errors tags.tagify,.floatingField .field_with_errors textarea{border-color:#e41e4d!important;padding-top:1.5rem}.floatingField label{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;transition:all .5s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:absolute;opacity:0;top:2rem;left:1.2rem;right:.5rem;font-size:1.4rem;color:#00a8ab;pointer-events:none}.floatingField>.overlayLink{height:1rem;position:absolute;top:0;right:.5rem}.floatingField.floatingField-select:not(.floatingField-disabled):after{transition:all .5s ease;content:"";position:absolute;top:2.1rem;right:1.2rem;width:0;height:0;border-color:#ccc transparent transparent;border-style:solid;border-width:.6rem .6rem 0;pointer-events:none}.floatingField.floatingField-select:not(.floatingField-disabled):hover:after{border-top-color:#00a8ab}.floatingFieldDateIcon,.floatingFieldDisabledIcon{transform:translateY(-50%);position:absolute;top:50%;right:1rem;pointer-events:none;opacity:0;color:#ccc}.floatingField.floatingField-disabled>.floatingFieldDisabledIcon,.floatingFieldDateIcon{opacity:1}.floatingField.floatingField-disabled>.floatingFieldDateIcon{opacity:0}.floatingField.floatingField-disabled input,.floatingField.floatingField-disabled select,.floatingField.floatingField-disabled tags.tagify,.floatingField.floatingField-disabled textarea{padding-right:3.5rem}.floatingField.floatingField-disabled .tagify__input{display:none}.floatingField.floatingField-disabled .tagify__tag{pointer-events:none}.floatingField.floatingField-disabled .tagify__tag>x{display:none}.boxContent>.floatingField:last-child,.boxFlexItem>.floatingField:last-child{margin-bottom:0}.boxContent>.columns:last-child>.column>.floatingField:last-child{margin-bottom:.5rem}.floatingField input:-moz-placeholder-shown+label+.floatingFieldDisabledIcon+.floatingFieldClear{opacity:0}.floatingField input:placeholder-shown+label+.floatingFieldDisabledIcon+.floatingFieldClear{opacity:0}.floatingField input:-ms-input-placeholder+label+.floatingFieldDisabledIcon+.floatingFieldClear{opacity:0}.floatingFieldClear{position:absolute;cursor:pointer;top:1.7rem;right:3.8rem;opacity:.5}.floatingFieldClear:hover{opacity:1}.floatingFieldClear:before{content:"✖";font-size:1.4rem}.theme-highlight .floatingField label{color:var(--theme-highlight-darkened-color)}.theme-highlight .floatingField input:focus,.theme-highlight .floatingField select:focus,.theme-highlight .floatingField textarea:focus{border-color:var(--theme-highlight-color)}.theme-highlight .floatingField.floatingField-select:hover:after{border-top-color:var(--theme-highlight-color)}.theme-highlight.theme-background-1 .floatingField label{color:var(--theme-highlight-darkened-color)}.theme-highlight.theme-background-1 .floatingField input:focus,.theme-highlight.theme-background-1 .floatingField select:focus,.theme-highlight.theme-background-1 .floatingField textarea:focus{border-color:var(--theme-highlight-darkened-color)}.floatingFieldDescription{margin:-.6rem 0 2rem;opacity:.75}.floatingFieldError,.floatingFieldWarning{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-right-radius:0;border-top-left-radius:0;color:#ff5700;background-color:#f9e0c2;padding:.6rem 1rem .5rem;font-size:1.2rem;margin-top:-.3rem}.floatingFieldError:after,.floatingFieldWarning:after{border-radius:4px;content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:.1rem solid #ff9500;pointer-events:none}.floatingFieldError{color:#e41e4d;background-color:#ffccd4}.floatingFieldError:after{border:.1rem solid #e41e4d}@font-face{font-family:Hansom FY;src:url(https://assets2.pollunit.com/packs/media/fonts/HansomFY-Light-bbab2c9a0050f3ecdc973b88c8feb3a3.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Hansom FY;src:url(https://assets2.pollunit.com/packs/media/fonts/HansomFY-Regular-2e61de59af0eb443b1fde954116db5df.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Hansom FY;src:url(https://assets2.pollunit.com/packs/media/fonts/HansomFY-Bold-149118e8d459fc009acf7c0a7d8905f7.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body.body-embed #footer{position:fixed;bottom:0;padding-top:0;z-index:3}body.body-embed #footer p{margin:0;padding:1.2rem}body.body-embed #footer .puIcon.puIcon-pollunit{display:inline-block;width:8rem;height:2.9rem;font-size:2.9rem;color:#fff}body.body-embed #footer .puIcon.puIcon-pollunit:hover{color:#00a8ab}#footer{position:relative;z-index:2;background-color:#080c17;color:#fff;padding:5rem 0 0;width:100%}@media print{#footer{display:none}}#footer>.centered-content{padding-bottom:3rem}#footer>.centered-content .jssocials-share,#footer>.centered-content .jssocials-share-link{font-size:1.6rem}#footer>.centered-content h2{color:#00a8ab}#footer>.centered-content ul{list-style:none;margin:1rem 0}#footer>.centered-content ul>li{color:#66708a;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;font-size:1.8rem;padding:.3rem 0}#footer>.centered-content ul>li a .puIcon{display:none}#footer>.centered-content ul>li:not(.not-allowed)>a{display:list-item;color:#66708a;transition:color .5s ease;text-decoration:none}#footer>.centered-content ul>li:not(.not-allowed)>a:hover{color:#e3b612}#footer .content-info h1,#footer .content-info h2{font-size:2.4rem}#footer .content-info,#footer .subFooter{width:100%;border-top:1px solid #1a284b;padding:2rem 0}#footer .content-info p,#footer .subFooter p{color:#66708a}#footer .content-info>.centered-content,#footer .subFooter>.centered-content{padding:2rem 0}#footer .content-info>.centered-content>ul,#footer .subFooter>.centered-content>ul{list-style:none;text-align:left;width:100%;padding:0;margin:0}#footer .content-info>.centered-content>ul>li,#footer .subFooter>.centered-content>ul>li{color:#66708a;display:inline-block;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.8rem}#footer .content-info>.centered-content>ul>li.logo,#footer .subFooter>.centered-content>ul>li.logo{position:absolute;right:0;top:0}#footer .content-info>.centered-content>ul>li.logo a,#footer .subFooter>.centered-content>ul>li.logo a{width:11.2rem;height:5.4rem;text-align:right;font-size:5.4rem;color:#fff}#footer .content-info>.centered-content>ul>li.logo a:hover,#footer .subFooter>.centered-content>ul>li.logo a:hover{color:#00a8ab}fieldset{border:0}fieldset>:last-child{margin-bottom:0}button:focus,input:focus,select:focus,textarea:focus{outline:none}textarea{line-height:26px}textarea.textarea-copyToClipboard{padding:1.2rem 2rem;color:rgba(74,74,74,.75)}option,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}input::-webkit-input-placeholder{line-height:normal}input[type=date]{height:3.5rem}label.label-checkboxGroup{margin-right:1rem}.fileField,.like-input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],select,tags.tagify,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;border-radius:4px;box-sizing:border-box;background-color:#fff;font-size:1.6rem;padding:.7rem;width:100%;min-height:3.5rem;margin:0 0 1.3rem;border:0}.fileField.input-fillBackground,.like-input.input-fillBackground,input[type=date].input-fillBackground,input[type=email].input-fillBackground,input[type=number].input-fillBackground,input[type=password].input-fillBackground,input[type=search].input-fillBackground,input[type=text].input-fillBackground,input[type=url].input-fillBackground,select.input-fillBackground,tags.tagify.input-fillBackground,textarea.input-fillBackground{background-color:#f1f1f1}.fileField[disabled=disabled],.like-input[disabled=disabled],input[type=date][disabled=disabled],input[type=email][disabled=disabled],input[type=number][disabled=disabled],input[type=password][disabled=disabled],input[type=search][disabled=disabled],input[type=text][disabled=disabled],input[type=url][disabled=disabled],select[disabled=disabled],tags.tagify[disabled=disabled],textarea[disabled=disabled]{opacity:.7;pointer-events:none}.fileField[readonly=readonly],.like-input[readonly=readonly],input[type=date][readonly=readonly],input[type=email][readonly=readonly],input[type=number][readonly=readonly],input[type=password][readonly=readonly],input[type=search][readonly=readonly],input[type=text][readonly=readonly],input[type=url][readonly=readonly],select[readonly=readonly],tags.tagify[readonly=readonly],textarea[readonly=readonly]{opacity:.7}.fileField.big,.like-input.big,input[type=date].big,input[type=email].big,input[type=number].big,input[type=password].big,input[type=search].big,input[type=text].big,input[type=url].big,select.big,tags.tagify.big,textarea.big{font-size:2rem;padding:1.2rem}.fileField.small,.like-input.small,input[type=date].small,input[type=email].small,input[type=number].small,input[type=password].small,input[type=search].small,input[type=text].small,input[type=url].small,select.small,tags.tagify.small,textarea.small{font-size:1.2rem}.fileField.small::-moz-placeholder,.like-input.small::-moz-placeholder,input[type=date].small::-moz-placeholder,input[type=email].small::-moz-placeholder,input[type=number].small::-moz-placeholder,input[type=password].small::-moz-placeholder,input[type=search].small::-moz-placeholder,input[type=text].small::-moz-placeholder,input[type=url].small::-moz-placeholder,select.small::-moz-placeholder,tags.tagify.small::-moz-placeholder,textarea.small::-moz-placeholder{opacity:.66;font-style:italic;font-size:1.2rem}.fileField.small:-ms-input-placeholder,.like-input.small:-ms-input-placeholder,input[type=date].small:-ms-input-placeholder,input[type=email].small:-ms-input-placeholder,input[type=number].small:-ms-input-placeholder,input[type=password].small:-ms-input-placeholder,input[type=search].small:-ms-input-placeholder,input[type=text].small:-ms-input-placeholder,input[type=url].small:-ms-input-placeholder,select.small:-ms-input-placeholder,tags.tagify.small:-ms-input-placeholder,textarea.small:-ms-input-placeholder{opacity:.66;font-style:italic;font-size:1.2rem}.fileField.small::placeholder,.like-input.small::placeholder,input[type=date].small::placeholder,input[type=email].small::placeholder,input[type=number].small::placeholder,input[type=password].small::placeholder,input[type=search].small::placeholder,input[type=text].small::placeholder,input[type=url].small::placeholder,select.small::placeholder,tags.tagify.small::placeholder,textarea.small::placeholder{opacity:.66;font-style:italic;font-size:1.2rem}.fileField::-moz-placeholder,.like-input::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,tags.tagify::-moz-placeholder,textarea::-moz-placeholder{opacity:.66;font-style:italic;font-size:1.6rem}.fileField:-ms-input-placeholder,.like-input:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,tags.tagify:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:.66;font-style:italic;font-size:1.6rem}.fileField::placeholder,.like-input::placeholder,input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,tags.tagify::placeholder,textarea::placeholder{opacity:.66;font-style:italic;font-size:1.6rem}.fileField:focus,.like-input:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,tags.tagify:focus,textarea:focus{box-shadow:inset 0 0 .2rem #000}label+.fileField,label+input[type=date],label+input[type=email],label+input[type=number],label+input[type=password],label+input[type=search],label+input[type=text],label+input[type=url],label+select,label+tags.tagify,label+textarea{margin-top:.3rem}td input[type=date],td input[type=email],td input[type=number],td input[type=password],td input[type=search],td input[type=text],td input[type=url],td select,th input[type=date],th input[type=email],th input[type=number],th input[type=password],th input[type=search],th input[type=text],th input[type=url],th select{margin:0;background-color:#f1f1f1;font-size:1.4rem;height:2.8rem;min-height:2.8rem}.input-group,.input-group input[type=date],.input-group input[type=email],.input-group input[type=number],.input-group input[type=password],.input-group input[type=text],.input-group input[type=url],.input-group select,.input-group textarea{margin:0}.field_with_errors input[type=date],.field_with_errors input[type=email],.field_with_errors input[type=number],.field_with_errors input[type=password],.field_with_errors input[type=text],.field_with_errors input[type=url],.field_with_errors select,.field_with_errors textarea{border:1px solid #e41e4d}.field_with_errors input[type=date]::-moz-placeholder,.field_with_errors input[type=email]::-moz-placeholder,.field_with_errors input[type=number]::-moz-placeholder,.field_with_errors input[type=password]::-moz-placeholder,.field_with_errors input[type=text]::-moz-placeholder,.field_with_errors input[type=url]::-moz-placeholder,.field_with_errors select::-moz-placeholder,.field_with_errors textarea::-moz-placeholder{color:#e41e4d}.field_with_errors input[type=date]:-ms-input-placeholder,.field_with_errors input[type=email]:-ms-input-placeholder,.field_with_errors input[type=number]:-ms-input-placeholder,.field_with_errors input[type=password]:-ms-input-placeholder,.field_with_errors input[type=text]:-ms-input-placeholder,.field_with_errors input[type=url]:-ms-input-placeholder,.field_with_errors select:-ms-input-placeholder,.field_with_errors textarea:-ms-input-placeholder{color:#e41e4d}.field_with_errors input[type=date]::placeholder,.field_with_errors input[type=email]::placeholder,.field_with_errors input[type=number]::placeholder,.field_with_errors input[type=password]::placeholder,.field_with_errors input[type=text]::placeholder,.field_with_errors input[type=url]::placeholder,.field_with_errors select::placeholder,.field_with_errors textarea::placeholder{color:#e41e4d}input[type=date].error,input[type=email].error,input[type=number].error,input[type=password].error,input[type=text].error,input[type=url].error,select.error,textarea.error{border:1px solid #e41e4d!important;background-color:rgba(228,30,77,.2)!important}label{font-weight:500;font-size:1.8rem;margin-bottom:0}label,label.labelSmall{font-family:Hansom FY,Helvetica,Arial,sans-serif}label.labelSmall{font-weight:700;font-size:1.4rem;color:#4a4a4a}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-right:10px}input[type=checkbox]+label.checkboxLabelHidden,input[type=radio]+label.checkboxLabelHidden{margin-right:0;padding-left:1.9rem}input[type=checkbox]:focus:checked+label:before,input[type=checkbox]:focus:not(:checked)+label:before,input[type=radio]:focus:checked+label:before,input[type=radio]:focus:not(:checked)+label:before{border-width:.2rem!important}table input[type=checkbox]+label.without-text{top:.4rem}input[type=checkbox],input[type=radio]{width:auto;float:left;margin-right:.5rem;background:transparent;border:none}input[type=checkbox]+label,input[type=radio]+label{cursor:pointer;padding:.5rem 0 .5rem 2.5rem;box-sizing:border-box;position:relative;line-height:1.2}input[type=checkbox]+label.without-text,input[type=radio]+label.without-text{height:2.9rem;width:2rem;margin:0;padding-left:0;top:0}input[type=checkbox]:checked,input[type=checkbox]:not(:checked),input[type=radio]:checked,input[type=radio]:not(:checked){background:transparent;opacity:0;margin:0;padding:0;position:absolute;width:2.2rem;height:2.2rem}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before,input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{content:"";display:block;width:1.9rem;height:1.9rem;position:absolute;top:.5rem;left:0;border:1px solid #ccc;background:#fff;box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.1)}input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{border-radius:9999px;transition:background .5s ease;box-shadow:inset 0 0 0 3px #fff}@media (hover:hover){input[type=radio]:not(:checked):hover+label:before{background:rgba(0,168,171,.4)}}input[type=radio]:checked+label:before{background:#00a8ab}input[type=radio][disabled=disabled]+label{opacity:.4}input[type=checkbox]:checked+label,input[type=checkbox]:not(:checked)+label{position:relative}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before{border-radius:4px}input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after{transform:rotate(-45deg);transition:border-color .5s ease;content:"";position:absolute;left:.4rem;top:1rem;width:1.2rem;height:.7rem;border-left:.4rem solid #fff;border-bottom:.4rem solid #fff;border-right-color:#fff;border-top-color:#fff}input[type=checkbox]:checked+label.negative:after,input[type=checkbox]:not(:checked)+label.negative:after{transform:rotate(0);height:0;top:1.1rem}@media (hover:hover){input[type=checkbox]:not(:checked):hover+label:after{border-color:rgba(0,171,84,.4)}input[type=checkbox]:not(:checked):hover+label.negative:after{border-color:rgba(228,30,77,.4)}}input[type=checkbox]:checked+label:after{border-color:#00ab54}input[type=checkbox]:checked+label.negative:after{border-color:#e41e4d}input[type=checkbox][disabled=disabled]:not(:checked)+label{opacity:.4}input[type=checkbox][disabled=disabled]:checked+label:before,input[type=checkbox][disabled=disabled]:not(:checked)+label:before{border:none!important;background:transparent!important;cursor:auto;box-shadow:none}input[type=checkbox][disabled=disabled]:not(:checked)+label:after,input[type=checkbox][disabled=disabled]:not(:checked)+label:before{top:11px;left:3px;width:14px;height:4px;border:0;border-left:0!important;border-bottom:0!important;background-color:#e41e4d!important;border-radius:1px}input[type=checkbox][disabled=disabled]:not(:checked)+label:before{transform:rotate(-45deg)}input[type=checkbox][disabled=disabled]:not(:checked)+label:after{transform:rotate(45deg)}input[type=checkbox].checkbox-onlyIcon+label{margin:0;padding:0;opacity:.33;outline:none}input[type=checkbox].checkbox-onlyIcon+label:after,input[type=checkbox].checkbox-onlyIcon+label:before{content:none}input[type=checkbox].checkbox-onlyIcon:checked+label{opacity:1}input[type=checkbox].checkbox-onlyIcon.checkbox-onlyIcon-danger:checked+label .puIcon{color:#e41e4d!important}input[type=checkbox].checkbox-onlyIcon.checkbox-onlyIcon-success:checked+label .puIcon{color:#00ab54!important}input[type=checkbox].checkbox-onlyIcon.checkbox-onlyIcon-color-highlight-12:checked+label .puIcon{color:#e5326b!important}input[type=checkbox]+label,input[type=radio]+label{margin-left:0;padding-left:2.5rem}input[type=checkbox]+label.with-icon,input[type=radio]+label.with-icon{padding-left:6.5rem}input[type=checkbox]+label.with-icon>.icon,input[type=checkbox]+label.with-icon>.puIcon,input[type=radio]+label.with-icon>.icon,input[type=radio]+label.with-icon>.puIcon{position:absolute;top:.1rem;left:3rem}.option-set{padding:1.5rem;background-color:#fff;border-radius:4px}.option-set+.option-set{margin-top:1rem}.option-set>.option-set-headline{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.8rem;padding-top:.5rem;padding-bottom:1.2rem}.option-set>.option-set-headline .puIcon{margin-right:1rem}.option-set>.description{padding-top:1.4rem;margin-top:.5rem;display:block;width:100%;border-top:.1rem solid hsla(0,0%,80%,.25);font-size:1.6rem}.option-set>.description p{margin:0}.option-set>.description p+p{margin-top:1rem}.option-set .input{display:block;padding-top:1.2rem}.option-set.for-checkbox .description,.option-set.for-checkbox .input:not(.pu-datepicker),.option-set.for-checkbox .option-set-headline{padding-left:3rem}.new_option>.image-option,.new_option>.photo-option,.options.single .image-option,.options.single .photo-option{width:100%;margin-bottom:0}.image-option .content,.photo-option .content{border-radius:4px;overflow:hidden;position:relative}.image-option .content .thumb,.photo-option .content .thumb{height:100px;width:100%;background:#000;text-align:center}.image-option .content .thumb img,.photo-option .content .thumb img{max-width:100%;max-height:100%;position:relative;top:50%;transform:translateY(-50%)}@media screen and (max-height:500px),screen and (max-width:670px){.image-option .content .thumb img,.photo-option .content .thumb img{top:0;transform:translateY(0)}}.image-option .content .destroy,.image-option .content .rotate,.photo-option .content .destroy,.photo-option .content .rotate{position:absolute;top:1rem;right:1rem}.image-option .content .rotate,.photo-option .content .rotate{top:4rem}.check:after{transform:rotate(45deg);transition:all .5s ease;content:"";display:inline-block;height:2rem;width:1.2rem;border-right:.7rem solid #00a8ab;border-bottom:.7rem solid #00a8ab}.theme-highlight .check:after{border-color:var(--theme-highlight-color)}.fileField{position:relative;overflow:hidden}.fileField .fileField-path{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);padding-right:14rem;position:absolute;top:50%;opacity:.3;line-height:2}.fileField input[type=file]{opacity:0;height:2rem}.fileField label{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;border-radius:4px;transition:all .5s ease;position:absolute;top:0;right:0;bottom:0;background-color:#ccc;color:#4a4a4a;padding:1rem;border:0;font-size:1.6rem;cursor:pointer;line-height:1.8rem;display:block;white-space:nowrap;text-align:center;width:14rem}.fileField label:before{content:"";position:absolute;left:-100rem;width:100rem;height:100%}@media (hover:hover){.fileField label:hover{background-color:#e3b612}}.fileField .field_with_errors label{background-color:#e41e4d;color:#f1f1f1}.new_option .input-group.pu-datepicker-inline{margin:0 auto;display:block}.subFields{padding-left:2.8rem}.fullImageContainer{border-radius:4px;height:8rem;text-align:center;background-color:#f1f1f1}.fullImageContainer>img{position:absolute;top:0;left:50%;height:100%;transform:translateX(-50%)}.boxContent>.fullImageContainer:first-child{position:relative;top:-1rem}.maxImage-full{max-width:100%;height:auto}@media screen and (min-width:670px){.maxImageDesktop-50{max-width:100%}.maxImageDesktop-75{max-width:75%}}.fullscreen-active{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;margin:0;width:100vw;height:100vh;-o-object-fit:contain;object-fit:contain;overflow:auto}.fullscreen-active .btn-fullscreen{opacity:0}.fullscreen-active .hideInFullscreenMode{display:none!important}.fullscreen-active .clearBackgroundStylesInFullscreenMode{background-color:transparent!important;border-color:transparent!important;box-shadow:0 0 0 transparent!important}html.hideControls #fullscreenOptions{padding:10rem!important;background-size:cover}@media screen and (max-width:800px){html.hideControls #fullscreenOptions{padding:5rem!important}}@media screen and (max-width:670px){html.hideControls #fullscreenOptions{display:none}}.galleryExamples{transition:padding .5s ease;border-radius:4px;padding:3rem 6rem;background-color:hsla(0,0%,80%,.5);margin:0 auto}.galleryExamples:after{content:"";clear:both;display:block}.galleryExamples.galleryExamples-full{padding:3rem}.galleryExamples.galleryExamples-auto .galleryExampleImg,.galleryExamples.galleryExamples-cover .galleryExampleImg{background-size:cover}.galleryExamples.galleryExamples-square .galleryExample .galleryExampleImg{padding-top:100%}.galleryExamples.galleryExamples-portrait .galleryExample .galleryExampleImg{padding-top:150%}.galleryExamples.galleryExamples-landscape .galleryExample .galleryExampleImg{padding-top:66.666%}.galleryExample{width:33.333%;padding:.5rem;float:left}.galleryExample .galleryExampleImg{transition:all .5s ease;border-radius:4px;overflow:hidden;background-color:#080c17;padding-top:66.666%;background-size:contain;background-position:50%;background-repeat:no-repeat;background-image:url(https://assets2.pollunit.com/packs/media/images/photo_gallery_settings/landscape-5ef2bb35da7213e1367cf72d434ceaeb.jpg)}.galleryExample:first-child .galleryExampleImg{background-image:url(https://assets2.pollunit.com/packs/media/images/photo_gallery_settings/square-2ee0f284081e23612565fa239aafeb22.jpg);padding-top:100%}.galleryExample:last-child .galleryExampleImg{background-image:url(https://assets2.pollunit.com/packs/media/images/photo_gallery_settings/portrait-9dfb520dcd68f5a60d881495952654d5.jpg);padding-top:150%}.galleryItem{border-radius:4px;position:relative;background-color:#000;min-height:6rem}.galleryItem:after{transition:opacity .5s ease;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;pointer-events:none;opacity:0}.galleryItem:after:after{opacity:.2}.galleryItem img:not(.spinner){display:block;max-width:100%;max-height:100vh}@media (-ms-high-contrast:none){.galleryItem img:not(.spinner){width:100%;max-height:none}}.galleryItem>.galleryItemVotes{position:relative;padding:1rem;text-align:center;z-index:1;min-height:4rem}.galleryItem>.galleryItemVotesSum{position:absolute;top:.5rem;right:5rem;left:1rem;z-index:1}.galleryItemFallback{font-size:1.5rem;padding:1.7rem 3.5rem 4.5rem 1rem;word-break:break-word;color:#4a4a4a}.galleryItemFallback>.puIcon{margin-top:-.2rem;margin-right:.5rem}.galleryImageWrapper{position:relative;display:block;height:100%;min-height:22rem;background-color:#080c17;display:flex}.galleryImageWrapper>.img{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;background-size:contain;background-repeat:no-repeat}.galleryImageWrapper>.img.cover{background-size:cover}.galleryImageWrapper>.img.contain{background-size:contain;top:-.05rem;left:-.05rem;right:-.05rem;bottom:-.05rem}.galleryImageWrapper.galleryImageWrapper-square{padding-top:100%}.galleryImageWrapper.galleryImageWrapper-landscape{padding-top:66.666%}.galleryImageWrapper.galleryImageWrapper-portrait{padding-top:150%}.galleryImageWrapper>a{margin:auto}.hideGalleryItemInfoHandle,.showGalleryItemInfoHandle{border-radius:9999px;display:inline-block;padding:.1rem;z-index:1;position:absolute;cursor:pointer;text-shadow:-1px 0 #f1f1f1,0 1px #f1f1f1,1px 0 #f1f1f1,0 -1px #f1f1f1;bottom:1.3rem;right:1.3rem}.hideGalleryItemInfoHandle>.puIcon,.showGalleryItemInfoHandle>.puIcon{color:#000}.hideGalleryItemInfoHandle{pointer-events:all;top:.7rem;right:.7rem}.galleryItemInfos{position:absolute;bottom:0;right:0;left:0;overflow-y:auto;padding:1.5rem;max-width:100%;display:none;text-align:right;pointer-events:none;z-index:1}.galleryItemInfos>.galleryItemInfo{box-sizing:border-box;border-radius:4px;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;position:relative;margin-top:.3rem;text-align:left;display:inline-block;max-width:100%;font-size:1.4rem;padding:.4rem .6rem;background-color:#080c17;color:#ccc;line-height:1.5rem;vertical-align:top;pointer-events:all}.galleryItemInfos>.galleryItemInfo>a{color:#ccc}.galleryItemInfos>.galleryItemInfo>a:hover{color:#fff}.galleryItemInfos>.galleryItemInfo+.galleryItemInfo{margin-left:.4rem}.galleryItemInfos>.galleryItemInfo>.puIcon{margin:-.2rem .5rem -.1rem 0}.showPhotoInfo .showGalleryItemInfoHandle{display:none}.showPhotoInfo .galleryItemInfos{display:block}.galleryItem .rangeSliderWrapper{max-width:84%;margin:.5rem auto 2rem}.theme-background-1 .galleryItemFallback{color:#4a4a4a}.theme-background-1 .galleryItem{background-color:#fff}.theme-background-1 .galleryItem>.galleryItemVotes{background-color:hsla(0,0%,100%,.8);color:#4a4a4a}.theme-background-2 .galleryItemFallback{color:#949bad}.theme-background-2 .galleryItem{background-color:#080c17}.theme-background-2 .galleryItem>.galleryItemVotes{background-color:rgba(8,12,23,.8);color:#949bad}.galleryThumb{border-radius:4px;transition:all .5s ease;height:10rem;display:block;overflow:hidden;background-size:contain;background-position:50%;background-repeat:no-repeat}.galleryThumb.galleryThumb-dark{background-color:#000}.galleryThumb.galleryThumb-zoomable:hover{transform:scale(1.15)}.galleryThumbCaption{margin:1rem 0}*{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;padding:0;margin:0;line-height:1}*,:after,:before{box-sizing:border-box}body{background:#f1f1f1;font-size:1.6rem}body.body-embed input,body.body-embed textarea{touch-action:none}body.body-embed,body.body-embed.body-withSubHeader{padding-top:0}body.body-embed #content,body.body-embed.body-withSubHeader #content{padding-bottom:6rem}body.new-session{opacity:0}@media print{#content{padding:0!important}}@media screen and (min-width:670px){.mobile-only{display:none!important}}.displayNone,.show-from{display:none}@media screen and (max-width:670px){.mobile-hide{display:none!important}.show-from.break-medium{display:inherit}}@media screen and (max-width:500px){.show-from.break-small{display:inherit}}@media screen and (max-width:400px){.show-from.break-extra-small{display:inherit}}.center-vertical{position:absolute;top:50%;transform:translateY(-50%)}.truncate{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.display-none{display:none}.hidden{display:none!important}.invisible{visibility:hidden}.unpublished{opacity:.5}.lessImportant{opacity:.33}.clear-after:after{content:"";display:block;clear:both}.nowrap{white-space:nowrap}.hide-desktop{display:none}@media screen and (max-width:670px){.hide-desktop{display:block}}.hide-mobile{display:none}@media screen and (min-width:670px){.hide-mobile{display:block}}@media screen and (max-width:500px){.hide-smallMobile{display:none}}a{color:#00a8ab;transition:color .5s ease}a,a:hover{text-decoration:none}a:hover{color:#ec734a}.highlight-1 p a{color:#00a8ab}.highlight-1 p a:hover{color:#ec734a}strong.highlight-1{color:#00a8ab}.highlight-2 p a{color:#e3b612}.highlight-2 p a:hover{color:#ec734a}strong.highlight-2{color:#e3b612}.highlight-3 p a,.highlight-3 p a:hover,strong.highlight-3{color:#ec734a}.highlight-4 p a{color:#805f7c}.highlight-4 p a:hover{color:#ec734a}strong.highlight-4{color:#805f7c}.highlight-5 p a{color:#3e5eb0}.highlight-5 p a:hover{color:#ec734a}strong.highlight-5{color:#3e5eb0}.highlight-6 p a{color:#005caa}.highlight-6 p a:hover{color:#ec734a}strong.highlight-6{color:#005caa}.highlight-7 p a{color:#e45e0d}.highlight-7 p a:hover{color:#ec734a}strong.highlight-7{color:#e45e0d}.highlight-8 p a{color:#71a422}.highlight-8 p a:hover{color:#ec734a}strong.highlight-8{color:#71a422}.highlight-9 p a{color:#e6e6e6}.highlight-9 p a:hover{color:#ec734a}strong.highlight-9{color:#e6e6e6}.highlight-10 p a{color:#1a1a1a}.highlight-10 p a:hover{color:#ec734a}strong.highlight-10{color:#1a1a1a}.highlight-11 p a{color:#114054}.highlight-11 p a:hover{color:#ec734a}strong.highlight-11{color:#114054}.highlight-12 p a{color:#e5326b}.highlight-12 p a:hover{color:#ec734a}strong.highlight-12{color:#e5326b}li,ol,p,td,th,ul{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;font-size:2rem;line-height:1.2;color:#4a4a4a}li.medium,ol.medium,p.medium,td.medium,th.medium,ul.medium{font-size:1.8rem}li.small,ol.small,p.small,td.small,th.small,ul.small{font-size:1.5rem}li.explicit,li.small,ol.explicit,ol.small,p.explicit,p.small,td.explicit,td.small,th.explicit,th.small,ul.explicit,ul.small{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500}li.noMargin,ol.noMargin,p.noMargin,td.noMargin,th.noMargin,ul.noMargin{margin:0}li.invert,ol.invert,p.invert,td.invert,th.invert,ul.invert{color:#fff}mark{position:relative;background-color:transparent;margin:0 .4rem;font-size:.9em;color:inherit}mark:before{border-radius:4px;content:"";position:absolute;top:-.4rem;left:-.4rem;right:-.4rem;bottom:-.2rem;background-color:rgba(0,168,171,.2);background-color:var(--theme-highlight-color-a20)}p>img{max-width:100%}.need-help,.relative{position:relative}.need-help{margin:1rem 0;cursor:pointer}.need-help p{transition:opacity .5s ease;text-align:left;font-size:1.4rem;line-height:1.5rem;padding:0;margin:1rem 0 0;font-weight:500}.need-help p,strong,strong *{font-family:Hansom FY,Helvetica,Arial,sans-serif}strong,strong *{font-weight:700}ol.no-list li,ul.no-list li{list-style-type:none}ol.lined li,ul.lined li{padding:5px 0}ol.lined li+li,ul.lined li+li{border-top:1px solid rgba(74,74,74,.2)}@media screen and (max-width:670px){ol.ul-mobileInside,ul.ul-mobileInside{padding-left:2.1rem}}ol{padding-left:25px}ol li{margin-bottom:10px}th{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}ol,p{margin:1rem 0 1.6rem}li[data-number]{list-style:none;position:relative}li[data-number]:before{content:attr(data-number);position:absolute;top:5px;top:.5rem;right:100%;right:calc(100% + 10px);font-weight:700;font-size:13px;font-size:1.3rem}.error{color:#e41e4d}h1,h2,h3,h4{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;margin:0}h1.strong,h1.strong a,h2.strong,h2.strong a,h3.strong,h3.strong a,h4.strong,h4.strong a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}h1 a,h2 a,h3 a,h4 a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:inherit;text-decoration:none}h1,h2,h2.like-h1{font-size:4.5rem;line-height:1;position:relative}h1.small,h2.like-h1.small,h2.small{font-size:4rem}@media screen and (max-width:670px){h1.small,h2.like-h1.small,h2.small{font-size:3.5rem}}h1+h1,h2+h1,h2.like-h1+h1{padding-top:1.5rem}h1 .account-label,h2 .account-label,h2.like-h1 .account-label{position:absolute;top:0}@media screen and (max-width:500px){h1,h2,h2.like-h1{line-height:.95;font-size:4rem}}h1.lined,h2.like-h1.lined,h2.lined{position:relative;padding-bottom:3.6rem}h1.lined:after,h2.like-h1.lined:after,h2.lined:after{content:"";display:inline-block;width:30%;height:.1rem;background-color:#080c17;position:absolute;left:35%;bottom:1.7rem}h1.lined svg,h1.strong svg,h2.like-h1.lined svg,h2.like-h1.strong svg,h2.lined svg,h2.strong svg{display:block;width:100%;padding:0 0 12px;fill:#080c17}h2,h3.like-h2{font-size:3rem}h2.h2-small,h3.like-h2.h2-small{font-size:2.6rem}h2.strong,h3.like-h2.strong{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:2.2rem}h2.like-h3,h3,h4{font-size:2.2rem}h2.like-h3.small,h3.small,h4.small{font-size:2rem}h2.like-h3.big,h2.like-h3.strong,h3.big,h3.strong,h4.big,h4.strong{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}h2.like-h3.big,h3.big,h4.big{font-size:2.6rem}h4{font-size:1.8rem}h1,h2,h2.like-h1,h3,li,p{transition:color .5s ease}h1.gray,h2.gray,h2.like-h1.gray,h3.gray,li.gray,p.gray{color:#ccc}h1.gray svg,h2.gray svg,h2.like-h1.gray svg,h3.gray svg,li.gray svg,p.gray svg{fill:#ccc}h1.gray.lined:after,h2.gray.lined:after,h2.like-h1.gray.lined:after,h3.gray.lined:after,li.gray.lined:after,p.gray.lined:after{background-color:#ccc}h1.invert,h1.invert strong,h2.invert,h2.invert strong,h2.like-h1.invert,h2.like-h1.invert strong,h3.invert,h3.invert strong,li.invert,li.invert strong,p.invert,p.invert strong{color:#fff}h1.highlight-1,h1.highlight-1 strong,h2.highlight-1,h2.highlight-1 strong,h2.like-h1.highlight-1,h2.like-h1.highlight-1 strong,h3.highlight-1,h3.highlight-1 strong,li.highlight-1,li.highlight-1 strong,p.highlight-1,p.highlight-1 strong{color:#00a8ab}h1.highlight-1 svg,h2.highlight-1 svg,h2.like-h1.highlight-1 svg,h3.highlight-1 svg,li.highlight-1 svg,p.highlight-1 svg{fill:#00a8ab}h1.highlight-1.lined:after,h2.highlight-1.lined:after,h2.like-h1.highlight-1.lined:after,h3.highlight-1.lined:after,li.highlight-1.lined:after,p.highlight-1.lined:after{background-color:#00a8ab}h1.highlight-2,h1.highlight-2 strong,h2.highlight-2,h2.highlight-2 strong,h2.like-h1.highlight-2,h2.like-h1.highlight-2 strong,h3.highlight-2,h3.highlight-2 strong,li.highlight-2,li.highlight-2 strong,p.highlight-2,p.highlight-2 strong{color:#e3b612}h1.highlight-2 svg,h2.highlight-2 svg,h2.like-h1.highlight-2 svg,h3.highlight-2 svg,li.highlight-2 svg,p.highlight-2 svg{fill:#e3b612}h1.highlight-2.lined:after,h2.highlight-2.lined:after,h2.like-h1.highlight-2.lined:after,h3.highlight-2.lined:after,li.highlight-2.lined:after,p.highlight-2.lined:after{background-color:#e3b612}h1.highlight-3,h1.highlight-3 strong,h2.highlight-3,h2.highlight-3 strong,h2.like-h1.highlight-3,h2.like-h1.highlight-3 strong,h3.highlight-3,h3.highlight-3 strong,li.highlight-3,li.highlight-3 strong,p.highlight-3,p.highlight-3 strong{color:#ec734a}h1.highlight-3 svg,h2.highlight-3 svg,h2.like-h1.highlight-3 svg,h3.highlight-3 svg,li.highlight-3 svg,p.highlight-3 svg{fill:#ec734a}h1.highlight-3.lined:after,h2.highlight-3.lined:after,h2.like-h1.highlight-3.lined:after,h3.highlight-3.lined:after,li.highlight-3.lined:after,p.highlight-3.lined:after{background-color:#ec734a}h1.highlight-4,h1.highlight-4 strong,h2.highlight-4,h2.highlight-4 strong,h2.like-h1.highlight-4,h2.like-h1.highlight-4 strong,h3.highlight-4,h3.highlight-4 strong,li.highlight-4,li.highlight-4 strong,p.highlight-4,p.highlight-4 strong{color:#805f7c}h1.highlight-4 svg,h2.highlight-4 svg,h2.like-h1.highlight-4 svg,h3.highlight-4 svg,li.highlight-4 svg,p.highlight-4 svg{fill:#805f7c}h1.highlight-4.lined:after,h2.highlight-4.lined:after,h2.like-h1.highlight-4.lined:after,h3.highlight-4.lined:after,li.highlight-4.lined:after,p.highlight-4.lined:after{background-color:#805f7c}h1.highlight-5,h1.highlight-5 strong,h2.highlight-5,h2.highlight-5 strong,h2.like-h1.highlight-5,h2.like-h1.highlight-5 strong,h3.highlight-5,h3.highlight-5 strong,li.highlight-5,li.highlight-5 strong,p.highlight-5,p.highlight-5 strong{color:#3e5eb0}h1.highlight-5 svg,h2.highlight-5 svg,h2.like-h1.highlight-5 svg,h3.highlight-5 svg,li.highlight-5 svg,p.highlight-5 svg{fill:#3e5eb0}h1.highlight-5.lined:after,h2.highlight-5.lined:after,h2.like-h1.highlight-5.lined:after,h3.highlight-5.lined:after,li.highlight-5.lined:after,p.highlight-5.lined:after{background-color:#3e5eb0}h1.highlight-6,h1.highlight-6 strong,h2.highlight-6,h2.highlight-6 strong,h2.like-h1.highlight-6,h2.like-h1.highlight-6 strong,h3.highlight-6,h3.highlight-6 strong,li.highlight-6,li.highlight-6 strong,p.highlight-6,p.highlight-6 strong{color:#005caa}h1.highlight-6 svg,h2.highlight-6 svg,h2.like-h1.highlight-6 svg,h3.highlight-6 svg,li.highlight-6 svg,p.highlight-6 svg{fill:#005caa}h1.highlight-6.lined:after,h2.highlight-6.lined:after,h2.like-h1.highlight-6.lined:after,h3.highlight-6.lined:after,li.highlight-6.lined:after,p.highlight-6.lined:after{background-color:#005caa}h1.highlight-7,h1.highlight-7 strong,h2.highlight-7,h2.highlight-7 strong,h2.like-h1.highlight-7,h2.like-h1.highlight-7 strong,h3.highlight-7,h3.highlight-7 strong,li.highlight-7,li.highlight-7 strong,p.highlight-7,p.highlight-7 strong{color:#e45e0d}h1.highlight-7 svg,h2.highlight-7 svg,h2.like-h1.highlight-7 svg,h3.highlight-7 svg,li.highlight-7 svg,p.highlight-7 svg{fill:#e45e0d}h1.highlight-7.lined:after,h2.highlight-7.lined:after,h2.like-h1.highlight-7.lined:after,h3.highlight-7.lined:after,li.highlight-7.lined:after,p.highlight-7.lined:after{background-color:#e45e0d}h1.highlight-8,h1.highlight-8 strong,h2.highlight-8,h2.highlight-8 strong,h2.like-h1.highlight-8,h2.like-h1.highlight-8 strong,h3.highlight-8,h3.highlight-8 strong,li.highlight-8,li.highlight-8 strong,p.highlight-8,p.highlight-8 strong{color:#71a422}h1.highlight-8 svg,h2.highlight-8 svg,h2.like-h1.highlight-8 svg,h3.highlight-8 svg,li.highlight-8 svg,p.highlight-8 svg{fill:#71a422}h1.highlight-8.lined:after,h2.highlight-8.lined:after,h2.like-h1.highlight-8.lined:after,h3.highlight-8.lined:after,li.highlight-8.lined:after,p.highlight-8.lined:after{background-color:#71a422}h1.highlight-9,h1.highlight-9 strong,h2.highlight-9,h2.highlight-9 strong,h2.like-h1.highlight-9,h2.like-h1.highlight-9 strong,h3.highlight-9,h3.highlight-9 strong,li.highlight-9,li.highlight-9 strong,p.highlight-9,p.highlight-9 strong{color:#e6e6e6}h1.highlight-9 svg,h2.highlight-9 svg,h2.like-h1.highlight-9 svg,h3.highlight-9 svg,li.highlight-9 svg,p.highlight-9 svg{fill:#e6e6e6}h1.highlight-9.lined:after,h2.highlight-9.lined:after,h2.like-h1.highlight-9.lined:after,h3.highlight-9.lined:after,li.highlight-9.lined:after,p.highlight-9.lined:after{background-color:#e6e6e6}h1.highlight-10,h1.highlight-10 strong,h2.highlight-10,h2.highlight-10 strong,h2.like-h1.highlight-10,h2.like-h1.highlight-10 strong,h3.highlight-10,h3.highlight-10 strong,li.highlight-10,li.highlight-10 strong,p.highlight-10,p.highlight-10 strong{color:#1a1a1a}h1.highlight-10 svg,h2.highlight-10 svg,h2.like-h1.highlight-10 svg,h3.highlight-10 svg,li.highlight-10 svg,p.highlight-10 svg{fill:#1a1a1a}h1.highlight-10.lined:after,h2.highlight-10.lined:after,h2.like-h1.highlight-10.lined:after,h3.highlight-10.lined:after,li.highlight-10.lined:after,p.highlight-10.lined:after{background-color:#1a1a1a}h1.highlight-11,h1.highlight-11 strong,h2.highlight-11,h2.highlight-11 strong,h2.like-h1.highlight-11,h2.like-h1.highlight-11 strong,h3.highlight-11,h3.highlight-11 strong,li.highlight-11,li.highlight-11 strong,p.highlight-11,p.highlight-11 strong{color:#114054}h1.highlight-11 svg,h2.highlight-11 svg,h2.like-h1.highlight-11 svg,h3.highlight-11 svg,li.highlight-11 svg,p.highlight-11 svg{fill:#114054}h1.highlight-11.lined:after,h2.highlight-11.lined:after,h2.like-h1.highlight-11.lined:after,h3.highlight-11.lined:after,li.highlight-11.lined:after,p.highlight-11.lined:after{background-color:#114054}h1.highlight-12,h1.highlight-12 strong,h2.highlight-12,h2.highlight-12 strong,h2.like-h1.highlight-12,h2.like-h1.highlight-12 strong,h3.highlight-12,h3.highlight-12 strong,li.highlight-12,li.highlight-12 strong,p.highlight-12,p.highlight-12 strong{color:#e5326b}h1.highlight-12 svg,h2.highlight-12 svg,h2.like-h1.highlight-12 svg,h3.highlight-12 svg,li.highlight-12 svg,p.highlight-12 svg{fill:#e5326b}h1.highlight-12.lined:after,h2.highlight-12.lined:after,h2.like-h1.highlight-12.lined:after,h3.highlight-12.lined:after,li.highlight-12.lined:after,p.highlight-12.lined:after{background-color:#e5326b}html{min-height:100%;font-size:62.5%;color:#1a1a1a}@media screen and (max-width:374px){html{font-size:60%}}@media screen and (max-width:319px){html{font-size:57.5%}}@media screen and (min-width:1600px){html{font-size:68.75}}@media screen and (min-width:2000px){html{font-size:75%}}@media screen and (min-width:2300px){html{font-size:81.25%}}@media screen and (min-width:2600px){html{font-size:87.5%}}@media print{html{font-size:55%}}body{min-height:100%}body #bg{transition:background-image .5s ease;transform:translateZ(0);position:fixed;top:0;left:0;right:0;bottom:0;background:#f1f1f1;background-position:50%;background-size:cover}body #content{padding-top:6.8rem;position:relative;z-index:3}body.body-embed #content{padding-top:0}body.body-embedKillPadding .embedKillPadding-removePadding,body.poll.body-embedKillPadding .embedKillPadding-removePadding{padding:0!important}body.body-embedKillPadding .embedKillPadding-removeMargin,body.poll.body-embedKillPadding .embedKillPadding-removeMargin{margin:0 auto!important}body.body-embedKillPadding .embedKillPadding-remove,body.poll.body-embedKillPadding .embedKillPadding-remove{display:none}body.body-embedKillBackground,body.poll.body-embedKillBackground{background:none transparent;background-color:transparent;background-image:none}.narrow-content{max-width:70rem;margin:0 auto}.narrow-content.narrow-content-extreme{max-width:50rem}.narrow-content.narrow-content-superExtreme{max-width:33.8rem}.centered-content{max-width:92%;width:99rem;margin:0 auto;position:relative}@media screen and (min-width:1600px){.centered-content{width:120rem}}.centered-content .centered-content{max-width:100%}.centered-content.centered-content-max{width:100%}.centered-content.narrow{width:70rem}.centered-content.centered-content-600{width:60rem}.centered-content.centeredContent-full{width:100%}.centered-content.centeredContent-wide{width:120rem}.centered-content.padded{padding:1.5rem 0}@media screen and (max-width:670px){.centered-content.centeredContent-mobile-max70{max-width:70%}}@media screen and (max-width:670px){.centered-content{max-width:85%;max-width:calc(100% - 4rem)}}.gradient-bl-tr{background:linear-gradient(45deg,#f2f2f2,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1)}.gradient-tr-bl{background:linear-gradient(45deg,#fff,#f2f2f2)}.gradient-br-tl,.gradient-tr-bl{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f2f2",GradientType=1)}.gradient-br-tl{background:linear-gradient(135deg,#fff,#f2f2f2)}.gradient-tl-br{background:linear-gradient(135deg,#f2f2f2,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1)}.vertical-aligned{position:relative;top:50%;transform:translateY(-50%)}@media screen and (max-height:500px),screen and (max-width:670px){.vertical-aligned{top:0;transform:translateY(0)}}.center{text-align:center}.right{text-align:right}.left{text-align:left}.float-left{float:left}.float-left .btn{margin-right:5px;vertical-align:top}.float-right{float:right}.float-right .btn{margin-left:5px;vertical-align:top}.spaced{margin-top:4rem}.spaced.double{margin-top:8rem}.spaced.half{margin-top:2rem}.spaced.quarter{margin-top:1rem}.spaced.quint{margin-top:.5rem}.spacer{height:4rem;width:100%;clear:both}.spacer.double{height:8rem}.spacer.half{height:2rem}.spacer.quarter{height:1rem}.spacer.quint{height:.5rem}.inlineSpacer{display:inline-block;width:1rem}.boxed{background-color:#fff;position:relative;padding:20px;box-sizing:border-box;color:#080c17;border-radius:4px}.boxed+.boxed{margin-top:1rem}.boxed .boxedImageHeader{border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden;margin:0 -2rem;position:relative;top:-2rem}.boxed .boxedImageHeader img{display:block;width:100%;height:auto}.boxed ul{margin-left:2rem}.boxed>:last-child{margin-bottom:0}.boxed>:first-child{margin-top:0}.owl-item .teaser{height:100%;height:calc(100% - 1rem)}.teaser{box-shadow:0 0 .5rem rgba(0,0,0,.1);border-radius:4px;box-sizing:border-box;overflow:hidden;margin:.4rem;background-color:hsla(0,0%,100%,.9);background-position:50%}.teaser.highlight-1 .img{background-color:rgba(0,168,171,.5)}.teaser.highlight-1 .img svg path{fill:#00a8ab}.teaser.highlight-2 .img{background-color:rgba(227,182,18,.5)}.teaser.highlight-2 .img svg path{fill:#e3b612}.teaser.highlight-3 .img{background-color:rgba(236,115,74,.5)}.teaser.highlight-3 .img svg path{fill:#ec734a}.teaser.highlight-4 .img{background-color:rgba(128,95,124,.5)}.teaser.highlight-4 .img svg path{fill:#805f7c}.teaser.highlight-5 .img{background-color:rgba(62,94,176,.5)}.teaser.highlight-5 .img svg path{fill:#3e5eb0}.teaser.highlight-6 .img{background-color:rgba(0,92,170,.5)}.teaser.highlight-6 .img svg path{fill:#005caa}.teaser.highlight-7 .img{background-color:rgba(228,94,13,.5)}.teaser.highlight-7 .img svg path{fill:#e45e0d}.teaser.highlight-8 .img{background-color:rgba(113,164,34,.5)}.teaser.highlight-8 .img svg path{fill:#71a422}.teaser.highlight-9 .img{background-color:hsla(0,0%,90.2%,.5)}.teaser.highlight-9 .img svg path{fill:#e6e6e6}.teaser.highlight-10 .img{background-color:rgba(26,26,26,.5)}.teaser.highlight-10 .img svg path{fill:#1a1a1a}.teaser.highlight-11 .img{background-color:rgba(17,64,84,.5)}.teaser.highlight-11 .img svg path{fill:#114054}.teaser.highlight-12 .img{background-color:rgba(229,50,107,.5)}.teaser.highlight-12 .img svg path{fill:#e5326b}.teaser .img{width:100%;padding-top:60%;position:relative;overflow:hidden;background-size:cover;background-position:50%}.teaser .img svg{position:absolute;top:0;left:0;width:100%;height:100%;padding:14%;box-sizing:border-box}.teaser .img img{position:absolute;top:-9999px;right:-9999px;bottom:-9999px;left:-9999px;margin:auto;min-width:100%;min-height:100%}.teaser .content{padding:3rem 3rem 6rem}.teaser .content .btn{position:absolute;bottom:3rem;left:3rem;right:3rem}.content-box{text-align:left;border:1px solid #fff;background-color:hsla(0,0%,100%,.65);padding:4rem;margin-top:2rem;word-break:break-word}.content-box p{font-size:18px;font-size:1.8rem}.content-box h2+p{margin-top:0}.content-box :last-child,.content-box :last-child :last-child{margin-bottom:0}.devise-box h2{font-size:25px;font-size:2.5rem}.required:after{content:"*"}.margin-top-5{margin-top:5px}.owl-item{transform:translateZ(0)}pre{border-radius:4px;font-family:Menlo,Monaco,Consolas,Courier New,monospace;margin:1rem 0;display:block;padding:9.5px;font-size:1.3rem;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#4a4a4a;background-color:#fff;border:1px solid #ccc;overflow:auto}.newPrice{text-decoration:line-through;font-weight:300}.topRound{border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.bottomRound{border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden}.theme-highlight .getTheme-color{color:var(--theme-highlight-color)}body .graphical-header{margin-top:-6.8rem;padding-top:6.8rem}.graphical-header{height:100vh;min-height:100vh;background-position:50%;background-size:cover;position:relative;text-align:center;box-sizing:border-box;color:#fff;background-color:#1a284b}@media screen and (max-height:500px),screen and (max-width:670px){.graphical-header{height:auto}}.graphical-header h1{font-size:5.4rem}.graphical-header.graphicalHeader-skewed{background:transparent}.graphical-header.graphicalHeader-skewed:before{content:"";transform:skewY(-12deg);position:absolute;top:-16vw;left:0;width:100%;height:100%;box-sizing:content-box;padding-top:18vw}.graphical-header.graphicalHeader-skewed.graphicalHeader-gradient{background:transparent}.graphical-header.graphicalHeader-skewed.graphicalHeader-gradient:before{background:#14c1c4;background:radial-gradient(circle farthest-corner at 20% 10%,#3bc2b8 20%,#94c785 60%,#fcd02d 100%)}.graphical-header.graphicalHeader-arrow,.graphical-header.graphicalHeader-diamond{padding-bottom:4rem}.graphical-header.graphicalHeader-arrow:after,.graphical-header.graphicalHeader-arrow:before,.graphical-header.graphicalHeader-diamond:after,.graphical-header.graphicalHeader-diamond:before{content:"";background-color:#f1f1f1;position:absolute;bottom:-10vw;left:0;width:100%;height:10vw}.graphical-header.graphicalHeader-arrow:before,.graphical-header.graphicalHeader-diamond:before{transform:skewY(7deg)}.graphical-header.graphicalHeader-arrow:after,.graphical-header.graphicalHeader-diamond:after{transform:skewY(-7deg)}.graphical-header.graphicalHeader-diamond{overflow:hidden}.graphical-header.graphicalHeader-diamond:before{transform:skewY(3deg);bottom:-8vw}.graphical-header.graphicalHeader-diamond:after{left:30%;bottom:-8vw;transform:skewY(-14deg)}.graphical-header.highlight-1{background-color:#00a8ab}.graphical-header.highlight-2{background-color:#e3b612}.graphical-header.highlight-3{background-color:#ec734a}.graphical-header.highlight-4{background-color:#805f7c}.graphical-header.highlight-5{background-color:#3e5eb0}.graphical-header.highlight-6{background-color:#005caa}.graphical-header.highlight-7{background-color:#e45e0d}.graphical-header.highlight-8{background-color:#71a422}.graphical-header.highlight-9{background-color:#e6e6e6}.graphical-header.highlight-10{background-color:#1a1a1a}.graphical-header.highlight-11{background-color:#114054}.graphical-header.highlight-12{background-color:#e5326b}.graphical-header.graphicalHeader-gradient{background:#14c1c4;background:radial-gradient(circle farthest-corner at 20% 10%,#3bc2b8 20%,#94c785 60%,#fcd02d 100%)}.graphical-header.auto-height{height:auto;min-height:0}.graphical-header .content{padding:4.6rem 0}.graphical-header>.centered-content{height:100%}.graphical-header>.centered-content>.content{z-index:1}.graphical-header>.centered-content>.content.bottom-aligned{position:absolute;bottom:15%;width:100%}.graphical-header>.centered-content>.content>fieldset,.graphical-header>.centered-content>.content>h1,.graphical-header>.centered-content>.content>p{margin:20px}.graphical-header>.centered-content>.content ul li{padding:5px}.graphical-header>.centered-content>.content ul li a{color:#fff}.graphical-header>.centered-content>.content fieldset{background-color:#fff;position:relative;box-sizing:border-box;color:#080c17;border-radius:4px;border-radius:.6rem;padding:4rem;text-align:left;width:50rem;max-width:100%;margin:1rem auto 2rem}@media screen and (max-width:670px){.graphical-header>.centered-content>.content fieldset{padding:3rem}}@media screen and (max-width:500px){.graphical-header>.centered-content>.content fieldset{padding:2.5rem}}body.sorting>header{pointer-events:none}body>header{box-shadow:0 0 .5rem rgba(0,0,0,.1);transition:all .5s ease;position:fixed;height:6.8rem;width:100%;top:0;z-index:21;background-color:#fff}@media screen and (max-height:450px){body>header{position:absolute}}@media screen and (max-width:670px){body>header .centered-content{max-width:calc(100% - 3.4rem)}body>header>.centered-content{text-align:right}}@media print{body>header{display:none}}body>header.mainHeader-transparent:not(.sticky):not(:hover){box-shadow:0 0 .5rem transparent;background-color:transparent}body>header.mainHeader-transparent:not(.sticky):not(:hover)>.centered-content nav .logo .originalLogo .puIcon-pollunit,body>header.mainHeader-transparent:not(.sticky):not(:hover)>.centered-content nav>ul>li.menu-item>a{color:#fff}body>header.sticky{height:5.6rem}body>header.sticky>.centered-content nav>ul>li{padding:1.1rem 0}body>header.sticky>.centered-content nav>ul>li.menu-item>a{padding:2.1rem 0}body>header.sticky>.centered-content nav>ul>li>ul{top:5.6rem}body>header.sticky>.centered-content nav .logo .originalLogo{margin-top:-2.5rem}body>header.sticky>.centered-content nav .logo .originalLogo .puIcon-pollunit{font-size:4.8rem}body>header.become{background-color:#ff9500}body>header>.centered-content{z-index:2;height:100%}body>header>.centered-content nav{height:100%;text-align:right}body>header>.centered-content nav .logo{position:absolute;left:0;top:0;height:100%;width:15rem;text-align:left;padding:7px 0 9px;z-index:1}body>header>.centered-content nav .logo>a{text-align:left}@media screen and (max-width:670px){body>header>.centered-content nav .logo{width:13rem;text-align:center}body>header>.centered-content nav .logo>a{text-align:center}}body>header>.centered-content nav .logo>.pollLogo>img{transform:translateX(-50%) translateY(-50%);position:absolute;top:50%;left:50%;max-width:100%;max-height:100%}body>header>.centered-content nav .logo .originalLogo{transition:all .5s ease;position:absolute;top:50%;left:0;margin-top:-2.8rem}body>header>.centered-content nav .logo .originalLogo .puIcon-pollunit{transition:all .5s ease;width:100%;height:100%;font-size:5.4rem}body>header>.centered-content nav .logo .originalLogo:focus{outline:none}body>header>.centered-content nav .logo .originalLogo:focus .puIcon-pollunit{color:#e3b612}@media screen and (max-width:670px){body>header>.centered-content nav .logo .originalLogo{width:13rem}}body>header>.centered-content nav .logo.pollLogoActive>a.pollLogo{opacity:1}body>header>.centered-content nav .logo.pollLogoActive>a.originalLogo{opacity:0;pointer-events:none}@media screen and (max-width:670px){body>header>.centered-content nav .logo{display:block;left:50%;transform:translateX(-50%)}body>header>.centered-content nav .logo>img{transform:translateX(-50%) translateY(-50%);top:50%;left:50%}}body>header>.centered-content nav .logo a{display:block;height:100%;width:100%;opacity:1;transition:opacity .5s ease}body>header>.centered-content nav>ul{height:100%;list-style:none;text-align:right;display:inline-block;margin:0;z-index:1}body>header>.centered-content nav>ul>li{height:100%;display:inline-block;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;font-size:1.7rem;vertical-align:top;box-sizing:border-box;padding:1.6rem 0;transition:all .5s ease;margin-left:.5rem;position:relative}@media screen and (max-width:670px){body>header>.centered-content nav>ul>li{display:none}body>header>.centered-content nav>ul>li.keepInHeader{display:inline-block}}body>header>.centered-content nav>ul>li .contextMenu{position:relative}body>header>.centered-content nav>ul>li a{box-sizing:border-box;transition:all .5s ease;position:relative;z-index:2;text-decoration:none}body>header>.centered-content nav>ul>li.menu-item{padding:0;margin:0 1rem 0 0;max-width:20rem}@media screen and (min-width:670px){body>header>.centered-content nav>ul>li.menu-item{max-width:12rem}body>header>.centered-content nav>ul>li.menu-item>a{width:100%}body>header>.centered-content nav>ul>li.menu-item>a .text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (min-width:800px){body>header>.centered-content nav>ul>li.menu-item{max-width:20rem}}@media screen and (min-width:990px){body>header>.centered-content nav>ul>li.menu-item{max-width:30rem}}body>header>.centered-content nav>ul>li.menu-item>a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1a1a1a;display:list-item;height:100%;padding:2.7rem 0}body>header>.centered-content nav>ul>li.menu-item>a:focus,body>header>.centered-content nav>ul>li.menu-item>a:hover{color:#00a8ab}body>header>.centered-content nav>ul>li.menu-item a:focus,body>header>.centered-content nav>ul>li.menu-item a:hover{outline:none;color:#00a8ab}body>header>.centered-content nav>ul>li.menu-item a .text{display:inline-block;text-align:left;padding-left:3.2rem}body>header>.centered-content nav>ul>li.menu-item a .puIcon{position:absolute;margin-top:-.1rem;font-size:1.6rem}body>header>.centered-content nav>ul>li.menu-item:hover>ul{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-right-radius:0;border-top-left-radius:0;box-shadow:0 1rem 1rem rgba(0,0,0,.1);display:block}body>header>.centered-content nav>ul>li>ul{display:none;position:absolute;text-align:left;background-color:#fff;transition:background-color .5s ease;top:6.8rem;min-width:100%;box-shadow:0 -1rem 5rem transparent;list-style:none}body>header>.centered-content nav>ul>li>ul.subMenu-expanded,body>header>.centered-content nav>ul>li>ul.subMenu-expanded li.subMenuItem-onlyExpanded{display:block}body>header>.centered-content nav>ul>li>ul li.subMenuItem-onlyExpanded{display:none}body>header>.centered-content nav>ul>li>ul>li{height:auto;border-top:1px solid #f1f1f1;white-space:nowrap}body>header>.centered-content nav>ul>li>ul>li .puIcon{left:1rem}body>header>.centered-content nav>ul>li>ul>li.not-allowed{padding:1.2rem 1rem 1rem 0;font-size:1.7rem;color:rgba(74,74,74,.5);display:list-item}body>header>.centered-content nav>ul>li>ul>li:not(.not-allowed) a{padding:1.2rem 1rem 1rem 0;font-size:1.7rem;color:#1a1a1a;display:list-item}body>header>.centered-content nav>ul>li>ul>li:not(.not-allowed) a:hover:not(.not-allowed){color:#00a8ab}body.body-withSubHeader>header.sticky{top:-5.6rem}body.body-withSubHeader #subHeader{top:0}body.body-embed #subHeader{display:none}#subHeader{transition:all .5s ease;box-sizing:border-box;position:-webkit-sticky;position:sticky;background-color:transparent;top:5.6rem;z-index:21}@media print{#subHeader{display:none}}#subHeader.sticky{background-color:#fff}#subHeader>.centered-content{padding:1.3rem 0 1.4rem}#subHeader .contextMenu{top:1.2rem}@media screen and (max-width:670px){#subHeader{background-color:transparent!important;position:relative;top:0}}.body-withSubHeader.theme-background-1 #subHeader.sticky,.body-withSubHeader.theme-background-1 #wizardHeader:before,.body-withSubHeader.theme-background-1 header,.theme-background-1 #subHeader.sticky,.theme-background-1 #wizardHeader:before,.theme-background-1 header{background-color:#fff}.body-withSubHeader.theme-background-2 #subHeader.sticky,.body-withSubHeader.theme-background-2 #wizardHeader:before,.body-withSubHeader.theme-background-2 header,.theme-background-2 #subHeader.sticky,.theme-background-2 #wizardHeader:before,.theme-background-2 header{background-color:#080c17}#mobile-menu{display:none}@media screen and (max-width:670px){#mobile-menu{display:block}}#mobile-menu-toggle{display:none}@media screen and (max-width:670px){#mobile-menu-toggle{display:block;width:6rem;height:5.4rem;cursor:pointer;z-index:2;position:absolute;top:50%;margin-top:-2.7rem;left:-1.5rem;color:#000;text-align:center;font-size:3rem;line-height:5.4rem;border:0;background-color:transparent;transition:color .5s ease}}#mobile-menu-toggle:focus,#mobile-menu-toggle:hover{color:#ec734a}#wizardHeader{overflow-x:hidden;height:3rem}@media screen and (min-height:450px){#wizardHeader{transition:top .5s ease;box-shadow:0 0 .5rem rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:6.8rem;left:0;width:100%;z-index:6;overflow:hidden}#wizardHeader:before{content:"";display:block;position:absolute;left:0;bottom:100%;height:10rem;width:100%;background-color:#fff}#wizardHeader.sticky{top:5.6rem}#wizardHeader .wizardProgress.wizardProgress-full{margin-top:0;margin-bottom:0}}.highlighter{border-radius:9999px;transition:all .5s ease;font-size:1.4rem;position:absolute;white-space:nowrap;padding:.6rem 1rem .6rem .8rem;margin-top:1rem;color:#fff;opacity:0;z-index:10}.highlighter .puIcon,.highlighter .spinner.spinner-small{margin-right:.5rem;top:-.1rem}.highlighter.highlighter-success{background-color:#00ab54}.highlighter.highlighter-info,.highlighter.highlighter-loading{background-color:#fff;color:#4a4a4a}.highlighter.highlighter-warning{background-color:#ff9500}.highlighter.highlighter-danger{background-color:#e41e4d}.highlighter.highlighter-active{margin-top:0;opacity:1}.highlighter.highlighter-topRight{top:1rem;right:1rem;bottom:auto}.highlighter.highlighter-center{transform:translateX(-50%) translateY(-50%);top:50%;right:auto;bottom:auto;left:50%}body>.highlighter{position:fixed;top:auto;bottom:2rem;right:2rem}h2 .icon.inline,h2 .puIcon{margin-right:1rem;position:relative;top:-.3rem}.icon{height:2.5rem;width:2.5rem;display:inline-block;vertical-align:middle;color:#080c17;font-size:1.6rem}.icon.small{height:2rem;width:2rem}.icon.extraSmall{height:1.5rem;width:1.5rem}.icon.icon-withText{width:auto;padding:.2rem 0 .2rem 2rem;line-height:2.4rem}.icon.icon-withText .puIcon{position:absolute;top:.5rem;width:1.5rem;left:0}.icon.iconBig{height:3rem;width:3rem}.icon>svg{height:100%;width:100%}.icon>svg circle,.icon>svg ellipse,.icon>svg path,.icon>svg polygon,.icon>svg rect{fill:#080c17;transition:all .5s ease}.icon:hover>svg circle,.icon:hover>svg ellipse,.icon:hover>svg path,.icon:hover>svg polygon,.icon:hover>svg rect{fill:#00a8ab}.icon.btn.circle{border-radius:9999px;padding:.4rem}.icon.btn.circle>svg{height:100%;width:100%}.icon.btn.circle.mega{padding:2rem;width:8rem;height:8rem}.a-withIcon>.puIcon{position:relative;top:-.2rem;margin-right:.5rem}a.iconBox{transition:all .5s ease}a.iconBox:hover{color:#f1f1f1!important;background-color:#4a4a4a}a.iconBox.iconBox-dark:hover,a.iconBox.iconBox-darkGray:hover{background-color:#949bad;color:#080c17!important}.iconBoxMerger{margin-right:.5rem;white-space:nowrap;display:inline-block}.iconBoxMerger .iconBox .puIcon{top:.3rem}.iconBoxMerger .iconBox,.iconBoxMerger .iconBox.iconBox-small{margin-right:0;margin-left:0;border-radius:0}.iconBoxMerger .iconBox.iconBox-small:not(.iconBox-danger):not(.iconBox-success)+.iconBox,.iconBoxMerger .iconBox:not(.iconBox-danger):not(.iconBox-success)+.iconBox{border-left:.1rem solid #ccc}.iconBoxMerger .iconBox.iconBox-small:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-dark,.iconBoxMerger .iconBox:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-dark{border-left:.1rem solid #2c437d}.iconBoxMerger .iconBox.iconBox-small:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-darkGray,.iconBoxMerger .iconBox:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-darkGray{border-left:.1rem solid #1a284b}.iconBoxMerger .iconBox.iconBox-small:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-danger,.iconBoxMerger .iconBox.iconBox-small:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-success,.iconBoxMerger .iconBox:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-danger,.iconBoxMerger .iconBox:not(.iconBox-danger):not(.iconBox-success)+.iconBox.iconBox-success{border-color:transparent}.iconBoxMerger .iconBox:first-child{border-top-left-radius:999rem;border-bottom-left-radius:999rem}.iconBoxMerger .iconBox:last-child{border-top-right-radius:999rem;border-bottom-right-radius:999rem}.iconBoxMerger .iconBox-dark.iconBox-legend,.iconBoxMerger .iconBox.iconBox-legend{padding-right:0}.iconBoxMerger .iconBox-dark.iconBox-legend+.iconBox,.iconBoxMerger .iconBox.iconBox-legend+.iconBox{border-left:0}@media (max-width:400px){.iconBoxMerger .iconBox-legend{display:none}.iconBoxMerger .iconBox-legend+.iconBox{border-top-left-radius:999rem;border-bottom-left-radius:999rem}}h1 .iconBoxMerger,h2 .iconBoxMerger,h3 .iconBoxMerger{display:block}.chartBar-votes .iconBoxMerger{margin-right:-.3rem;margin-left:.5rem}.chartBar-votes .iconBoxMerger .iconBox{margin-top:0}.iconBox{border-radius:9999px;display:inline-block;position:relative;background-color:#f1f1f1;padding:0 .8rem 0 2.6rem;margin:.5rem .5rem 0 0;color:#8a8a8a!important;height:2.5rem;line-height:2.7rem;white-space:nowrap;overflow:hidden;max-width:100%;font-size:1.4rem}.iconBox.iconBox-withoutIcon{padding-left:1rem}.iconBox.display-none{display:none}.iconBox.iconBox-small{margin:.5rem .2rem 0 0;padding:0 .9rem 0 2.2rem;font-size:1.4rem;line-height:2.1rem;height:2rem;min-width:3.9rem}.iconBox.iconBox-small>.puIcon{top:.1rem;left:.3rem}.iconBox.iconBox-legend{padding-left:1rem}.iconBox.iconBox-truncate{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:16rem;width:auto}.iconBox.iconBox-gray{background-color:hsla(0,0%,80%,.5);color:rgba(26,26,26,.7)!important}.iconBox.iconBox-dark{background-color:#080c17;color:#949bad!important}.iconBox.iconBox-darkGray{background-color:#1a284b;color:#ccc!important}.iconBox.iconBox-lightbox{background-color:#2c437d;color:#ccc!important}.iconBox.iconBox-success{background-color:#00ab54;color:#fff!important}.iconBox.iconBox-warning{background-color:#ff9500;color:#fff!important}.iconBox.iconBox-danger,.iconBox.iconBox-error{background-color:#e41e4d;color:#fff!important}.iconBox>.puIcon{position:absolute;top:.4rem;left:.6rem}.iconBox>img{position:relative;top:.4rem}.iconBox .spinner{position:relative;top:-.1rem;right:-.2rem}ul.iconList{margin:2rem 0;list-style:none;color:inherit}ul.iconList.iconList-max200{max-width:20rem;margin:2rem auto}ul.iconList.iconList-max230{max-width:23rem;margin:2rem auto}ul.iconList.iconList-max280{max-width:28rem;margin:2rem auto}ul.iconList>li,ul.iconList>li>a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.7rem;color:inherit}ul.iconList>li>a strong,ul.iconList>li strong{color:inherit;margin-right:.3rem}ul.iconList>li{padding-left:3rem;position:relative;margin-bottom:1rem;line-height:2rem}ul.iconList>li>.puIcon{position:absolute;left:0;top:-.2rem;font-size:2rem}.theme-background-2 ul.iconList>li,.theme-background-2 ul.iconList>li>a,.theme-background-2 ul.iconList>li>a strong,.theme-background-2 ul.iconList>li strong{color:#949bad}.imageContainer{width:100%;margin:2rem 0}.imageContainer>img{width:100%;height:auto}img.img-rounded{border-radius:1rem}img.img-shadow{box-shadow:0 2rem 5.5rem rgba(8,12,23,.13)}.imgFallback{padding:3rem 5rem;display:none;color:#ccc;background-color:#080c17;font-size:1.6rem;line-height:2rem;text-align:center}body.invoice{padding:5rem 2rem}.invoiceLogo{width:20rem;height:8rem;display:block;margin:0 auto 3rem}.invoiceLogo svg{height:100%;width:100%}.invoiceLogo svg circle,.invoiceLogo svg path,.invoiceLogo svg polygon,.invoiceLogo svg rect{fill:#00a8ab}#lightboxLayout body{min-height:700px}#lightbox{transition:opacity .5s ease;display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:#080c17;z-index:11;opacity:0}#lightbox .closeIcon{z-index:4;top:1.2rem}#lightbox .closeIcon:not(:hover):after,#lightbox .closeIcon:not(:hover):before{background-color:#445c97}#lightbox .owl-carousel{height:100%}#lightbox .owl-carousel .owl-dots{display:none}html.active-lightbox{overflow:hidden}html.active-lightbox.removing-lightbox #lightbox{opacity:0}html.active-lightbox #lightbox{z-index:25;opacity:1}#mainControl{border-radius:9999px;display:inline-block;height:5rem;width:5rem;margin:0 2rem;border:.2rem solid #f1f1f1;vertical-align:middle;position:relative}@media screen and (max-width:500px){#mainControl{height:4.3rem;width:4.3rem;margin:0 .7rem}}#mainControl .puIcon{transform:translateX(-50%) translateY(-50%);position:absolute;top:50%;left:50%;color:#f1f1f1}#lightboxDots{position:absolute;left:3.5rem;bottom:3.5rem}@media screen and (max-width:500px){#lightboxDots{bottom:2.8rem}}@media screen and (max-width:375px){#lightboxDots{left:1.5rem}}#lightboxRightControls{position:absolute;right:6rem;bottom:3.8rem}#lightboxRightControls>.contextMenu{right:-4rem;top:-.8rem}#lightboxRightControls>.contextMenu .puIcon-context_menu{color:#445c97}#lightboxRightControls>.puIcon{margin-left:1.2rem;z-index:2}@media screen and (max-width:500px){#lightboxRightControls{bottom:3.1rem}}@media screen and (max-width:375px){#lightboxRightControls{right:3.5rem}#lightboxRightControls>.puIcon{margin-left:1rem}#lightboxRightControls>.contextMenu{right:-3.5rem}}@media screen and (max-width:545px){#lightboxDescription{display:none}}@media screen and (max-width:500px){#lightboxNext,#lightboxPrev{display:none}}#lightboxVote{position:relative;text-align:center;font-size:2rem;padding:2.7rem 0 0;color:#445c97}@media screen and (max-width:500px){#lightboxVote{padding-top:2.2rem}}#lightboxVote .rangeSliderWrapper{max-width:80vw;width:30rem;display:inline-block}#lightboxVote label{opacity:1}#lightboxVote .puIcon{transition:color .5s ease;color:#445c97;opacity:1}#lightboxVote .puIcon.puIcon-love:hover,#lightboxVote .puIcon.puIcon-love_broken:hover,#lightboxVote .puIcon.puIcon-thumb_down:hover,#lightboxVote .puIcon.puIcon-thumb_up:hover{color:#fff}#lightboxVote .rating-symbol{margin:0 .1rem}#lightboxStart{margin-right:1rem}@media screen and (max-width:500px){#lightboxStart{margin-right:.5rem}}#lightboxEnd{margin-left:1rem}@media screen and (max-width:500px){#lightboxEnd{margin-left:.5rem}}#lightboxFooter,#lightboxHeader,#lightboxVote{transition:margin-right .5s ease}#lightboxFooter,#lightboxHeader{transform:translateY(0);left:0;right:0;padding:0 4rem;z-index:3}@media screen and (max-width:375px){#lightboxFooter,#lightboxHeader{padding:0 2rem}}#lightboxHeader{top:0;text-align:center}#lightboxHeader>.highlighter{right:5rem;top:1.4rem}#lightboxHeader label{transition:all .5s ease;opacity:1;display:block;line-height:2.4rem;margin:2rem 3.8rem;color:#8b9ac1;font-size:1.8rem;text-align:center}#lightboxHeader label strong{display:block;color:#f1f1f1;margin-bottom:.5rem}#lightboxHeader label .lightboxSubtitle,#lightboxHeader label strong{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#lightboxHeader label .btn{margin-top:.5rem}#lightboxFooter{padding-bottom:2.7rem}@media screen and (max-width:500px){#lightboxFooter{padding-bottom:2.2rem}}#lightboxFooter #lightboxRightControls>.puIcon,#lightboxFooter .center>.puIcon{transition:color .5s ease;cursor:pointer;color:#f1f1f1}#lightboxFooter #lightboxRightControls>.puIcon.lightboxIcon-secondary,#lightboxFooter .center>.puIcon.lightboxIcon-secondary{color:#445c97}#lightboxFooter #lightboxRightControls>.puIcon:hover,#lightboxFooter .center>.puIcon:hover{color:#fff}#lightbox.lightbox-loading #lightboxHeader label,#lightbox.lightbox-loading #lightboxSidebar>*,#lightbox.lightbox-loading #lightboxVote{opacity:0;pointer-events:none}#lightbox.fullscreen-active #lightboxFullscreen{color:#fff}#lightbox.fullscreen-active #lightboxContent{padding:0}#lightbox.fullscreen-active #lightboxFooter,#lightbox.fullscreen-active #lightboxHeader{height:0;padding:0;overflow:hidden}#lightbox.fullscreen-active #lightboxHideControls{color:#fff}#lightbox.fullscreen-active #lightboxVote{border-radius:4px;transform:translateX(-50%);position:absolute;bottom:3rem;left:50%;padding:1.5rem 2.5rem;z-index:1;background-color:#080c17}#lightbox.fullscreen-active #lightbox.lightbox-sidebarActive #lightboxVote{margin-left:-20rem}#lightboxContent{left:0;position:relative;height:100%;width:100%;flex-grow:1}#lightboxContent .owl-stage-outer,#lightboxContent .owl-stage-outer .owl-stage,#lightboxContent .owl-stage-outer .owl-stage .owl-item{transition:all .5s ease;height:100%!important}#lightboxContent .owl-stage-outer .owl-stage .owl-item .pinch-zoom-container{height:100%!important}#lightboxContent .owl-stage-outer .owl-stage .owl-item .item{transition:all .5s ease;height:100%!important}#lightboxContent .owl-stage-outer .owl-stage .owl-item .item.inPinchzoom{transition:none .5s ease}#lightboxMain{transition:all .5s ease;position:absolute;height:100%;top:0;left:0;right:0;bottom:0;display:flex;flex-flow:column}#lightboxSidebar{transition:right .5s ease;position:fixed;top:0;bottom:0;width:100%;right:-100%;background-color:#111a32;z-index:5;padding:2rem;overflow:auto}#lightboxSidebar h3{color:#445c97}#lightboxSidebar li,#lightboxSidebar ol,#lightboxSidebar p,#lightboxSidebar td,#lightboxSidebar th,#lightboxSidebar ul{color:#949bad;word-break:break-word}#lightboxSidebar .lightboxSidebarScroller{position:absolute;top:5.5rem;bottom:2rem;left:2rem;right:2rem;overflow:auto}@media screen and (min-width:800px){#lightboxSidebar{right:-40rem;width:40rem}}#lightboxSidebar .ps .ps__rail-y{background-color:transparent!important}#lightboxSidebar .ps .ps__rail-y .ps__thumb-y{background-color:#445c97}#lightbox.lightbox-sidebarActive #lightboxComments{color:#fff}#lightbox.lightbox-sidebarActive #lightboxSidebar{right:0}@media screen and (min-width:800px){#lightbox.lightbox-sidebarActive #lightboxFooter,#lightbox.lightbox-sidebarActive #lightboxHeader,#lightbox.lightbox-sidebarActive #lightboxVote{margin-right:40rem}#lightbox.lightbox-sidebarActive #lightboxContent{left:-20rem}}.theme-background-2 #lightboxVote{color:#445c97}#lightbox.lightbox-hideVoting #lightboxVote{display:none}ul.linkList>li{position:relative;font-size:1.8rem;padding:.5rem 1rem .5rem 3.5rem;list-style:none}ul.linkList>li:after,ul.linkList>li:before{content:"";display:block;position:absolute;top:.9rem;left:1rem;height:.7rem;width:1rem;border-top:.3rem solid #ccc}ul.linkList>li:before{border-bottom:.3rem solid #ccc}ul.linkList>li:after{top:1.7rem;width:.5rem}ul.linkList>li>a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#4a4a4a}ul.linkList>li>a:hover{color:#00a8ab}ul.inlineLinkList{margin:0!important}ul.inlineLinkList>li{display:inline-block;list-style:none;font-size:1.4rem}ul.inlineLinkList>li>*{margin-right:1rem}#fullLoader{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,94.5%,.85);opacity:0;transition:all .5s ease;pointer-events:none}#fullLoader.active{opacity:1;pointer-events:all}#fullLoader.active .loader .circle{top:0;left:0;width:50px;height:50px}#fullLoader .loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;transition:all .5s ease}#fullLoader .loader .circle{transition:all .5s ease;border-radius:9999px;width:6px;height:6px;position:absolute;top:22px;left:22px;border:5px solid}#fullLoader .loader .circle.circle-1{z-index:4;border-color:#00a8ab transparent transparent;-webkit-animation:spin_object 1s linear infinite;animation:spin_object 1s linear infinite}#fullLoader .loader .circle.circle-2{z-index:3;border-color:#e3b612 transparent transparent;-webkit-animation:spin_object 1.5s linear infinite;animation:spin_object 1.5s linear infinite}#fullLoader .loader .circle.circle-3{z-index:2;border-color:#ec734a transparent transparent;-webkit-animation:spin_object 2s linear infinite;animation:spin_object 2s linear infinite}#fullLoader .loader .circle.circle-4{z-index:1;border-color:#805f7c transparent transparent;-webkit-animation:spin_object 2.5s linear infinite;animation:spin_object 2.5s linear infinite}.theme-background-2 #fullLoader{background-color:rgba(8,12,23,.85)}.logoPreview{position:relative;height:8rem;background-image:url(https://assets2.pollunit.com/packs/media/images/transparency_grid-d2fcab82afe930e627801c2c63b84383.png)}.logo-owlPreview>img,.logo-owlPreview>svg,.logoPreview>img,.logoPreview>svg{transform:translateX(-50%) translateY(-50%);position:absolute;top:50%;left:50%;max-width:100%;max-height:100%}.logo-owlPreview>img path,.logo-owlPreview>svg path,.logoPreview>img path,.logoPreview>svg path{transition:all .5s ease}.theme-highlight .logo-owlPreview>svg path,.theme-highlight .logoPreview>svg path{fill:var(--theme-highlight-color)}.owl-carousel.themes .item>.preview.preview-logo{position:relative;height:10rem}.theme-background-1 .owl-carousel.themes .item>.preview.preview-logo{background-color:rgba(74,74,74,.05)}.theme-background-2 .owl-carousel.themes .item>.preview.preview-logo{background-color:rgba(148,155,173,.05)}.owl-carousel.themes .item>.preview>.logo-owlPreview{transform:translateX(-50%) translateY(-50%);position:absolute;top:50%;left:50%;width:15rem;height:7.4rem;margin:0 auto;background-position:50%;background-size:contain;background-repeat:no-repeat}.jsMasonryColumnsWrapper{margin:0 -1.2rem}.jsMasonryColumns .jsMasonryColumn,.jsMasonryColumns .jsMasonryColumn-sizer{width:33.3%;float:left;padding:1.2rem}@media screen and (max-width:1023px){.jsMasonryColumns .jsMasonryColumn,.jsMasonryColumns .jsMasonryColumn-sizer{width:50%}}@media screen and (max-width:670px){.jsMasonryColumns .jsMasonryColumn,.jsMasonryColumns .jsMasonryColumn-sizer{width:100%}}.jsMasonryColumns .jsMasonryColumn-sizer.jsMasonryColumn-50,.jsMasonryColumns .jsMasonryColumn-sizer.jsMasonryColumn-sizer-50,.jsMasonryColumns .jsMasonryColumn.jsMasonryColumn-50,.jsMasonryColumns .jsMasonryColumn.jsMasonryColumn-sizer-50{width:50%}.jsMasonryColumns .jsMasonryColumn-sizer{padding:0}@media screen and (min-width:1400px){.jsMasonryColumns.jsMasonryColumns-full .jsMasonryColumn,.jsMasonryColumns.jsMasonryColumns-full .jsMasonryColumn-sizer{width:25%}}.masonryColumns{-moz-column-gap:1rem;-webkit-column-gap:1rem;grid-column-gap:1rem;column-gap:1rem;width:100%}.masonryColumns.masonryColumns-doubleGap{-moz-column-gap:2rem;-webkit-column-gap:2rem;grid-column-gap:2rem;column-gap:2rem}.masonryColumns.masonryColumns-doubleGap>.masonryColumn{margin:1rem 0}.masonryColumns.masonryColumns-tripleGap{-moz-column-gap:3rem;-webkit-column-gap:3rem;grid-column-gap:3rem;column-gap:3rem}.masonryColumns.masonryColumns-tripleGap>.masonryColumn{margin:1.5rem 0}.masonryColumns.masonryColumns-two{-moz-column-count:2;column-count:2}@media screen and (max-width:670px){.masonryColumns.masonryColumns-two{-moz-column-count:1;column-count:1}}.masonryColumns.masonryColumns-three{-moz-column-count:3;column-count:3}@media screen and (max-width:670px){.masonryColumns.masonryColumns-three{-moz-column-count:2;column-count:2}}@media screen and (max-width:500px){.masonryColumns.masonryColumns-three{-moz-column-count:1;column-count:1}}.masonryColumns>.masonryColumn{display:inline-block;margin:.5rem 0;width:100%}.matrix{border-radius:4px;border:.1rem solid #f1f1f1}.matrixHeader{position:-webkit-sticky;position:sticky;top:0;font-size:1.4rem;background-color:#f1f1f1;z-index:3}.matrixColumns{display:flex;align-items:center;justify-content:space-between}.matrixColumns+.matrixColumns{margin-top:1.5rem}.matrixColumns.matrixColumns-4 .matrixColumn:first-child,.matrixColumns.matrixColumns-4 .matrixColumn:last-child{width:120px}.matrixColumns.matrixColumns-5 .matrixColumn:first-child,.matrixColumns.matrixColumns-5 .matrixColumn:last-child{width:125px}.matrixColumns.matrixColumns-6 .matrixColumn:first-child,.matrixColumns.matrixColumns-6 .matrixColumn:last-child{width:130px}.matrixColumns.matrixColumns-7 .matrixColumn:first-child,.matrixColumns.matrixColumns-7 .matrixColumn:last-child{width:135px}.matrixColumns.matrixColumns-8 .matrixColumn:first-child,.matrixColumns.matrixColumns-8 .matrixColumn:last-child{width:140px}.matrixColumns.matrixColumns-9 .matrixColumn:first-child,.matrixColumns.matrixColumns-9 .matrixColumn:last-child{width:145px}.matrixColumn{text-align:center;width:200px;word-break:normal}.matrixColumn:first-child{width:130px;text-align:left}.matrixColumn:last-child{width:130px;text-align:right}.matrixRow{border-top:.1rem solid #f1f1f1;padding:1rem;align-items:center}.matrixQuestion{width:100%;padding:1rem 0}.matrix.matrix-dark,.matrix.matrix-dark .matrixRow{border-color:#1a284b}.matrix.matrix-dark .matrixHeader{background-color:#1a284b}@media screen and (max-width:580px){.matrixColumns.matrixColumns-5 .matrixColumn:nth-child(2n),.matrixColumns.matrixColumns-7 .matrixColumn:nth-child(2n),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(2),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(3),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(4),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(6),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(7),.matrixColumns.matrixColumns-9 .matrixColumn:nth-child(8){display:none}}.message{border-radius:4px;position:relative;background-color:#eaeaea;color:#1a1a1a;border-left:.5rem solid #ccc;padding:1.2rem;font-size:1.6rem;margin:1rem 0;text-align:left;line-height:2.4rem}.message>strong+ul{margin-top:1rem}.message>ul{margin-left:1.5rem;margin-bottom:0}.message>ul>li{font-size:1.6rem;padding:0!important}.message strong{color:#1a1a1a}.message.message-dark{background-color:#1c202e;color:#949bad}.message.message-dark strong{color:#949bad}.message>:first-child{margin-top:0}.message>:last-child{margin-bottom:0}.message.message-success{background-color:#c0ead6;color:#007b3c;border-left:.5rem solid #00ab54}.message.message-success li,.message.message-success strong{color:#007b3c}.message.message-warning{background-color:#f9e0c2;color:#ff5700;border-left:.5rem solid #ff9500}.message.message-warning li,.message.message-warning strong{color:#ff5700}.message.message-danger{background-color:#ffccd4;color:#e41e4d;border-left:.5rem solid #e41e4d}.message.message-danger li,.message.message-danger strong{color:#e41e4d}.message .btn{margin-top:1rem}.message>.puIcon{margin-right:1rem}.message.message-resolvable{padding-right:21rem}.message.message-resolvable>.messageResolveBtn{position:absolute;top:-.4rem;right:.5rem;width:20rem;text-align:center}@media screen and (max-width:670px){.message.message-resolvable{padding-right:1rem}.message.message-resolvable>.messageResolveBtn{position:relative;top:auto;right:auto;width:100%;margin-top:1rem;text-align:center}}.optionIndex{border-radius:9999px;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.4rem;line-height:1.2rem;background-color:#00a8ab;color:#fff;padding:1rem;min-width:3rem;height:3rem;text-align:center;margin:.8rem 1rem .8rem 0}.theme-highlight .optionIndex{background-color:var(--theme-highlight-color)}.new_option .poll_option_content{display:none}.boxFlexItem-thumb .thumb,.image-option .thumb,.photo-option .thumb{border-radius:4px;width:100%;height:8rem;background-color:#000;background-size:contain;background-repeat:no-repeat;background-position:50%;text-align:center;overflow:hidden}.boxFlexItem-thumb .thumb img,.image-option .thumb img,.photo-option .thumb img{max-width:100%;height:100%}.boxFlexItem-thumb .thumb{position:relative;min-height:5.5rem;display:block}.boxFlexItem-thumb .thumb:before{display:block;content:"";width:100%;padding-top:56.25%}.boxFlexItem-thumb .thumb>.content,.boxFlexItem-thumb .thumb>img{position:absolute;top:0;left:0;right:0;bottom:0}.image-option-tag,.photo-option-tag{width:100px;margin-bottom:10px}.option-container{position:relative}.overlayContainer{position:fixed;top:0;left:0;width:100%;height:100%;background:#f1f1f1;z-index:0;transition:opacity .5s ease;opacity:0;font-size:1.6rem}.overlayContainer.overlay-forced .overlayClose{display:none}.overlayContainer>.overlay{box-sizing:border-box;transform:translateY(-50%) translateX(-50%) scale(.8) rotateX(90deg);border-radius:4px;transition:all .5s ease;box-shadow:0 0 0 1px #ccc;width:41rem;max-width:90%;max-height:90%;max-width:calc(100% - 4rem);max-height:calc(100% - 4rem);overflow:auto;position:absolute;top:50%;left:50%;opacity:0}.overlayContainer>.overlay.overlay-wide{width:70rem}.overlayContainer>.overlay>.overlayContent{padding:3rem}.overlayContainer>.overlay>.overlayContent:after{content:"";clear:both;display:block}.overlayContainer>.overlay h1{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;color:#4a4a4a;font-size:3.2rem;text-align:center;margin-bottom:2rem;word-break:break-word;font-weight:300!important;text-shadow:none!important}.overlayContainer>.overlay h2{color:#e3b612;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:2.2rem;margin-bottom:.5rem}.overlayContainer>.overlay p{margin-top:0}.overlayContainer>.overlay img{max-width:100%}.overlayContainer>.overlay #newImageOptionPreview{border-radius:4px;background-color:#080c17;margin-bottom:1.5rem}.overlayContainer>.overlay #newImageOptionPreview>img{max-width:100%;max-height:15rem;margin:0 auto;display:none}.overlayContainer>.overlay #newImageOptionPreview>img[src^="data:image/"]{display:block}.overlayContainer>.overlay fieldset{border-radius:4px;border:1px solid #ccc;padding:2rem}.overlayContainer>.overlay fieldset+fieldset{margin-top:2rem}.overlayContainer>.overlay fieldset .columns:last-child{margin-bottom:-1.5rem}.overlayContainer>.overlay fieldset legend{margin-bottom:0;width:auto;border:0;font-size:1.6rem;color:#e3b612}html.active-overlay{overflow:hidden}html.active-overlay.removing-overlay .overlayContainer{opacity:0}.overlayContainer.overlay-forced,html.active-overlay .overlayContainer{z-index:30;opacity:1}.overlayContainer.overlay-forced>.overlay,html.active-overlay .overlayContainer>.overlay{opacity:1;transform:translateY(-50%) translateX(-50%) scale(1) rotateX(0)}label.with-icon .overlayLink:before{top:-.9rem}.overlayLink{position:relative;display:inline-block;height:1rem;vertical-align:middle;width:2.7rem}.overlayLink:before{content:"?";border-radius:9999px;border-bottom-left-radius:4px;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;transition:all .5s ease;position:absolute;width:2.1rem;height:2.1rem;top:-.8rem;left:.4rem;line-height:2.1rem;display:block;background-color:#805f7c;color:#fff;border:.15rem solid #fff;text-align:center;cursor:pointer;font-size:1.5rem;z-index:1}.overlayLink:hover:before{transform:scale(1.2)}.overlayLink.overlayLink-invisible{position:absolute;top:0;left:0;height:100%;width:100%}.overlayLink.overlayLink-invisible:before{display:none}.body-embed .overlayContainer.overlay-forced{position:relative;padding:5rem 0}.body-embed .overlayContainer.overlay-forced>.overlay{position:relative;transform:translateY(0) translateX(-50%) scale(1) rotateX(0deg)}.theme-background-1.theme-highlight-9 .overlayContainer a:not(.btn):not(.ignore-theme),.theme-background-2.theme-highlight-9 .overlayContainer a:not(.btn):not(.ignore-theme){color:#8a8a8a}.theme-background-1.theme-highlight-9 .overlayContainer .btn:not(.ignore-theme),.theme-background-2.theme-highlight-9 .overlayContainer .btn:not(.ignore-theme){color:#4a4a4a;background-color:#ccc}.theme-background-1.theme-highlight-9 .overlayContainer .btn:not(.ignore-theme):hover,.theme-background-2.theme-highlight-9 .overlayContainer .btn:not(.ignore-theme):hover{background-color:hsla(0,0%,80%,.6)}.theme-background-1.theme-highlight-9 .overlayContainer .floatingField label,.theme-background-2.theme-highlight-9 .overlayContainer .floatingField label{color:#8a8a8a}.overlay.ps--active-y.overlay-scrolled .overlayHeader{border-color:#ccc;background-color:#f1f1f1}.overlay .overlayHeader{transition:all .5s ease;height:3.2rem;margin-bottom:-3.2rem;width:100%;position:-webkit-sticky;position:sticky;top:0;background-color:transparent;z-index:2;text-align:right;border-bottom:1px solid transparent}.overlay .overlayHeader .overlayClose{position:relative;display:inline-block;width:2rem;height:2rem;padding:.4rem;color:#8a8a8a;top:.6rem;right:.6rem;cursor:pointer}.overlay .overlayHeader .overlayClose:before{content:"✖"}.overlayContainer .centered-content{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important}.overlayContainer .section+.section{margin-top:2rem}.owl-containImage,.owl-fullImage{width:100%;height:100%}.owl-containImage{background-repeat:no-repeat;background-size:contain;background-position:50%}body .owl-carousel .owl-nav{position:absolute;top:50%;width:100%;-webkit-tap-highlight-color:transparent}body .owl-carousel .owl-nav [class*=owl-]{transition:all .5s ease;box-shadow:0 .2rem .5rem rgba(0,0,0,.2);position:absolute;display:inline-block;cursor:pointer;border-radius:100%;height:3rem;width:3rem;overflow:hidden;background-color:#fff}body .owl-carousel .owl-nav [class*=owl-]:hover{background-color:#00a8ab}body .owl-carousel .owl-nav [class*=owl-]:hover:before{border-color:#fff}body .owl-carousel .owl-nav [class*=owl-]:before{transition:border .5s ease;content:"";display:block;border:3px solid #4a4a4a;width:1rem;height:1rem;position:absolute;top:50%;transform-origin:top left}body .owl-carousel .owl-nav .owl-prev{transform:translateX(-50%) translateY(-50%);left:0}@media screen and (max-width:800px){body .owl-carousel .owl-nav .owl-prev{left:.5rem}}body .owl-carousel .owl-nav .owl-prev:before{transform:rotate(-45deg);border-right:0;border-bottom:0;left:30%;transform-origin:top left}body .owl-carousel .owl-nav .owl-next{transform:translateX(50%) translateY(-50%);right:0}@media screen and (max-width:800px){body .owl-carousel .owl-nav .owl-next{right:.5rem}}body .owl-carousel .owl-nav .owl-next:before{transform:rotate(45deg);border-left:0;border-bottom:0;right:30%;transform-origin:top right}body .owl-carousel .owl-nav .disabled{opacity:0;pointer-events:none}.theme-background .owl-carousel .owl-nav [class*=owl-]{background-color:var(--theme-background-color)}.theme-background .owl-carousel .owl-nav [class*=owl-]:before{border-color:var(--theme-text-color)}.theme-background .owl-carousel .owl-nav [class*=owl-]:hover{background-color:var(--theme-highlight-color)}.theme-background .owl-carousel .owl-nav [class*=owl-]:hover:before{border-color:var(--theme-background-color)}.theme-highlight .owl-carousel .owl-nav [class*=owl-]:hover{background-color:var(--theme-highlight-color)}.owl-carousel .item:hover .owl-dots [class*=owl-],.owl-carousel .item:hover .owl-nav [class*=owl-]{opacity:1}.owl-carousel .item .owl-dots [class*=owl-]{opacity:0}.owl-carousel .item .owl-nav [class*=owl-]{height:30px;width:30px;margin-top:-15px;opacity:0}.owl-carousel .item .owl-nav [class*=owl-]:before{border:2px solid #ccc;width:30px;height:30px;top:15px}.owl-carousel .item .owl-nav [class*=owl-]:hover:before{border:2px solid #00a8ab}.owl-carousel .item .owl-nav .owl-prev{left:14%}.owl-carousel .item .owl-nav .owl-next{right:14%}.owl-dots{position:absolute;width:100%;bottom:-34px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-dots .owl-dot{transition:opacity .5s ease;display:inline-block;zoom:1;*display:inline}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px;background:#ccc;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:#00a8ab}.section.lined+.section.lined,.section.lined+section.lined,section.lined+section.lined{border-top:.1rem solid #ccc}.section,section{position:relative}.section>.centered-content:first-child,section>.centered-content:first-child{padding-top:5rem}.section>.centered-content:last-child,section>.centered-content:last-child{padding-bottom:5rem}.section.filled,section.filled{background-color:rgba(8,12,23,.1)}.section.filled.filled-gradient,section.filled.filled-gradient{background:#14c1c4;background:radial-gradient(circle farthest-corner at 20% 10%,#3bc2b8 20%,#94c785 60%,#fcd02d 100%)}.section.highlight-1-background,section.highlight-1-background{background-color:#00a8ab;color:#fff}.section.highlight-1-background .btn,section.highlight-1-background .btn{color:#00a8ab}.section.highlight-1-background .btn.bordered,section.highlight-1-background .btn.bordered{color:#fff}.section.highlight-1-background .btn:hover,section.highlight-1-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#00a8ab}.section.highlight-2-background,section.highlight-2-background{background-color:#e3b612;color:#fff}.section.highlight-2-background .btn,section.highlight-2-background .btn{color:#e3b612}.section.highlight-2-background .btn.bordered,section.highlight-2-background .btn.bordered{color:#fff}.section.highlight-2-background .btn:hover,section.highlight-2-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#e3b612}.section.highlight-3-background,section.highlight-3-background{background-color:#ec734a;color:#fff}.section.highlight-3-background .btn,section.highlight-3-background .btn{color:#ec734a}.section.highlight-3-background .btn.bordered,section.highlight-3-background .btn.bordered{color:#fff}.section.highlight-3-background .btn:hover,section.highlight-3-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#ec734a}.section.highlight-4-background,section.highlight-4-background{background-color:#805f7c;color:#fff}.section.highlight-4-background .btn,section.highlight-4-background .btn{color:#805f7c}.section.highlight-4-background .btn.bordered,section.highlight-4-background .btn.bordered{color:#fff}.section.highlight-4-background .btn:hover,section.highlight-4-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#805f7c}.section.highlight-5-background,section.highlight-5-background{background-color:#3e5eb0;color:#fff}.section.highlight-5-background .btn,section.highlight-5-background .btn{color:#3e5eb0}.section.highlight-5-background .btn.bordered,section.highlight-5-background .btn.bordered{color:#fff}.section.highlight-5-background .btn:hover,section.highlight-5-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#3e5eb0}.section.highlight-6-background,section.highlight-6-background{background-color:#005caa;color:#fff}.section.highlight-6-background .btn,section.highlight-6-background .btn{color:#005caa}.section.highlight-6-background .btn.bordered,section.highlight-6-background .btn.bordered{color:#fff}.section.highlight-6-background .btn:hover,section.highlight-6-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#005caa}.section.highlight-7-background,section.highlight-7-background{background-color:#e45e0d;color:#fff}.section.highlight-7-background .btn,section.highlight-7-background .btn{color:#e45e0d}.section.highlight-7-background .btn.bordered,section.highlight-7-background .btn.bordered{color:#fff}.section.highlight-7-background .btn:hover,section.highlight-7-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#e45e0d}.section.highlight-8-background,section.highlight-8-background{background-color:#71a422;color:#fff}.section.highlight-8-background .btn,section.highlight-8-background .btn{color:#71a422}.section.highlight-8-background .btn.bordered,section.highlight-8-background .btn.bordered{color:#fff}.section.highlight-8-background .btn:hover,section.highlight-8-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#71a422}.section.highlight-9-background,section.highlight-9-background{background-color:#e6e6e6;color:#fff}.section.highlight-9-background .btn,section.highlight-9-background .btn{color:#e6e6e6}.section.highlight-9-background .btn.bordered,section.highlight-9-background .btn.bordered{color:#fff}.section.highlight-9-background .btn:hover,section.highlight-9-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#e6e6e6}.section.highlight-10-background,section.highlight-10-background{background-color:#1a1a1a;color:#fff}.section.highlight-10-background .btn,section.highlight-10-background .btn{color:#1a1a1a}.section.highlight-10-background .btn.bordered,section.highlight-10-background .btn.bordered{color:#fff}.section.highlight-10-background .btn:hover,section.highlight-10-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#1a1a1a}.section.highlight-11-background,section.highlight-11-background{background-color:#114054;color:#fff}.section.highlight-11-background .btn,section.highlight-11-background .btn{color:#114054}.section.highlight-11-background .btn.bordered,section.highlight-11-background .btn.bordered{color:#fff}.section.highlight-11-background .btn:hover,section.highlight-11-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#114054}.section.highlight-12-background,section.highlight-12-background{background-color:#e5326b;color:#fff}.section.highlight-12-background .btn,section.highlight-12-background .btn{color:#e5326b}.section.highlight-12-background .btn.bordered,section.highlight-12-background .btn.bordered{color:#fff}.section.highlight-12-background .btn:hover,section.highlight-12-background .btn:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#e5326b}.section,section{background-repeat:no-repeat;background-size:auto 100%;background-position:bottom}@media screen and (max-width:670px){.section,section{background-size:100% auto}}.section.bg-couple,section.bg-couple{padding:0 0 7rem;background-image:url(https://assets2.pollunit.com/packs/media/images/welcome/couple-a15c918e0ef43a6c8be48e12f534898d.jpg)}@media screen and (max-width:670px){.section.bg-couple,section.bg-couple{padding:0 0 60%;background-image:url(https://assets2.pollunit.com/packs/media/images/welcome/couple_small-fc91e5ef111e8af05d476892559cabb2.jpg)}}.section.bg-own-theme,section.bg-own-theme{padding:4rem 0;background-image:url(https://assets2.pollunit.com/packs/media/images/welcome/own_theme-cb988e3c2555936e9462cf262ec7eabb.jpg)}@media screen and (max-width:670px){.section.bg-own-theme,section.bg-own-theme{padding:0 0 60%;background-image:url(https://assets2.pollunit.com/packs/media/images/welcome/own_theme_small-ae42b793303b1b09204b42c9a25f9746.jpg)}}.pagination{padding-top:1.4rem}.paginator{text-align:center}.paginator>.pagination{font-size:1.6rem;padding:1.4rem 2rem 1.2rem;display:inline-block;border-radius:4px}.paginator>.pagination .first,.paginator>.pagination .last,.paginator>.pagination .next,.paginator>.pagination .page,.paginator>.pagination .prev{padding:.1rem .2rem;white-space:nowrap;display:inline-block}.theme-background-1 .paginator>.pagination{background-color:#fff}.theme-background-2 .paginator>.pagination{background-color:#080c17}.comments .pagination{padding-bottom:1.4rem}.placeholderHandle{border-radius:9999px;text-align:center;display:block;padding:.4rem;font-size:1.2rem;margin:1rem 0;background-color:#f1f1f1;color:#4a4a4a!important}.theme-background-2 .placeholderHandle{background-color:#1a284b;color:#949bad!important}.plan{border-radius:4px;box-sizing:border-box;background:hsla(0,0%,80%,.5);display:inline-block;width:100%;padding:2.5rem 3rem;margin:3rem 0;vertical-align:middle}@media screen and (max-width:670px){.plan{margin:1rem 0}}.plan.plan-highlight-2{color:#fff;background-color:#e3b612}.plan.plan-highlight-3{color:#fff;background-color:#ec734a}.plan.plan-highlight-4{color:#fff;background-color:#805f7c}.plan.plan-highlight-11{color:#fff;background-color:#114054}.plan.plan-list{margin:1rem 0;padding-top:1rem}.plan.plan-25{width:25%}@media screen and (max-width:670px){.plan.plan-25{width:100%}.plan.plan-25 .invisible{display:none}}.plan.plan-50{width:50%}@media screen and (max-width:670px){.plan.plan-50{width:100%}.plan.plan-50 .invisible{display:none}}@media screen and (min-width:670px){.plan.plan-best{box-shadow:0 0 .5rem rgba(0,0,0,.1);margin:1rem 0;padding-top:5rem;padding-bottom:5rem}}.plan .btn.full{max-width:23rem}.plan p{color:#fff}.planTitle{font-size:3rem;text-align:center;margin-bottom:1rem;margin-top:1rem}.planLabel{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;display:block}.planPrice{text-align:center;margin-bottom:2rem}.planPrice sup{font-size:1.6rem;top:-1.2rem;margin:0 .5rem}.planPrice strong{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:inherit;font-size:3.4rem}.increaseIcon{margin-right:-2rem}.increaseLink{display:block;color:#fff;padding-top:1rem;height:2.5rem;margin-left:-1rem}.increaseLink:hover{color:#fff}.increaseIcon .puIcon,.increaseLink .puIcon{transition:top .5s ease;position:relative;top:-.2rem}.increaseIcon:hover .puIcon,.increaseLink:hover .puIcon{top:-.6rem}.increaseLinkPlaceholder{height:2.5rem}#player{box-sizing:border-box;border-radius:4px;position:-webkit-sticky;position:sticky;overflow:hidden;z-index:20;background-color:#fff;border-bottom:.1rem solid #f1f1f1;top:5.8rem}@media screen and (max-height:450px){#player{top:0}}@media screen and (max-width:670px){#player{top:0}}#player #videoDisplay{background:#000}#player #videoDisplay iframe{width:100%;height:22rem;display:block}#player #audioDisplay{position:relative;padding:0 4rem;height:20rem}#player #audioDisplay #wavesurfer{padding-top:4rem}#player #audioDisplay #audioTitle{position:absolute;bottom:2rem;left:0;width:100%;text-align:center;color:#fff}#player #audioControls{padding:0 4rem 1.5rem}#player #audioControls .puSlider{border-radius:4px;background-color:#f1f1f1;border:0;height:.4rem;margin-top:1.5rem;margin-bottom:1.2rem}#player #audioControls .puSlider .ui-slider-handle{top:-.8rem}#player #audioControls .puIcon{transition:color .5s ease;cursor:pointer;color:#4a4a4a}#player #audioControls .puIcon.lightboxIcon-secondary{opacity:.33}#player #audioControls .puIcon:hover{opacity:1}#player #audioControls #mainControl{border:0}#player #audioControls #mainControl .puIcon{color:#fff}.videoThumb{border-radius:4px;position:relative;display:inline-block;background-color:#000;width:10rem;height:7.5rem;overflow:hidden;cursor:pointer}.videoThumb>.puIcon{border-radius:9999px;transform:translateY(-50%) translateX(-50%);transition:all .5s ease;opacity:1;position:absolute;top:50%;left:50%;z-index:1;color:#fff;background-color:rgba(8,12,23,.7);width:3rem;height:3rem;font-size:1.6rem;text-align:center;line-height:3rem}.videoThumb:hover>.puIcon{transform:translateY(-50%) translateX(-50%) scale(2);opacity:0}.videoThumb>img{transform:translateY(-50%);position:absolute;top:50%;left:0;width:100%}.theme-highlight #player .ui-slider-range{background-color:var(--theme-highlight-color)}.theme-highlight #audioDisplay{background-color:var(--theme-highlight-color);background:radial-gradient(circle farthest-corner at 20% 10%,var(--theme-highlight-color) 20%,var(--theme-highlight-hover-color) 100%)}.theme-highlight #mainControl{border:0;background-color:var(--theme-highlight-color)}.theme-highlight #mainControl .puIcon{color:var(--theme-highlight-font-color)}.theme-background-2 #player{background-color:#080c17;border-color:#1a284b}#pollThankYouLink{box-shadow:0 0 .5rem transparent;transform:translateY(100%);transition:all .5s ease;position:fixed;left:0;right:0;bottom:0;background-color:#fff;text-align:center;padding:2rem;z-index:2}#pollThankYouLink.pollThankYouLink-visible{box-shadow:0 0 .5rem rgba(0,0,0,.1);transform:translateY(0)}body.body-embed:not(.body-whiteLabelMode) #pollThankYouLink{bottom:5.2rem}.theme-background-2 #pollThankYouLink{background-color:#080c17}.hidden,.password_protected{display:none}.hidden_vote{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}.edit_poll input,.edit_poll label{display:inline-block}.actions:after{content:"";clear:both;display:block}@media screen and (max-width:670px){.actions{padding-top:5rem;text-align:center}.actions .btn.next,.actions .btn.prev{position:absolute;top:0}.actions .btn.next{right:1.3rem}.actions .btn.prev{left:1.3rem}.actions .float-left,.actions .float-right{width:50%;width:calc(50% - .7rem)}.actions .float-left .btn,.actions .float-right .btn{width:100%;margin:0}.actions .float-left .btn.next,.actions .float-left .btn.prev,.actions .float-right .btn.next,.actions .float-right .btn.prev{width:50%;width:calc(50% - 2rem)}}.theme-background-1 h1.txt-color,.theme-background-1 h2.txt-color,.theme-background-1 h3.txt-color{color:#1a1a1a}.theme-background-1 ul.lined li{border-color:rgba(74,74,74,.2)}.theme-background-1 .boxed{background-color:#fff;color:#4a4a4a}.theme-background-1 .boxed h1,.theme-background-1 .boxed h2{color:#1a1a1a}.theme-background-1 .boxed li,.theme-background-1 .boxed p{color:#4a4a4a}.theme-background-1 .hidden_vote{color:rgba(74,74,74,.8)}.theme-background-1 .option-set:not(.ignore-theme){background-color:#fff;color:#4a4a4a}.theme-background-1 .option-set:not(.ignore-theme) p{color:#4a4a4a}.theme-background-1 .option-set:not(.ignore-theme) .option-set-headline,.theme-background-1 .option-set:not(.ignore-theme) label,.theme-background-1 .option-set:not(.ignore-theme) strong{color:#1a1a1a}.theme-background-1 .option-set:not(.ignore-theme)>.description{border-top:.1rem solid rgba(74,74,74,.25);color:rgba(74,74,74,.7)}.theme-background-1 #invitation_addresses,.theme-background-1 .like-input,.theme-background-1 input[type=date],.theme-background-1 input[type=email],.theme-background-1 input[type=number],.theme-background-1 input[type=password],.theme-background-1 input[type=search],.theme-background-1 input[type=text],.theme-background-1 input[type=url],.theme-background-1 select,.theme-background-1 tags.tagify,.theme-background-1 textarea{color:#4a4a4a;background-color:#fff;border-color:#ccc}.theme-background-1 #invitation_addresses label,.theme-background-1 .like-input label,.theme-background-1 input[type=date] label,.theme-background-1 input[type=email] label,.theme-background-1 input[type=number] label,.theme-background-1 input[type=password] label,.theme-background-1 input[type=search] label,.theme-background-1 input[type=text] label,.theme-background-1 input[type=url] label,.theme-background-1 select label,.theme-background-1 tags.tagify label,.theme-background-1 textarea label{color:#4a4a4a}.theme-background-1 #invitation_addresses::-moz-placeholder,.theme-background-1 .like-input::-moz-placeholder,.theme-background-1 input[type=date]::-moz-placeholder,.theme-background-1 input[type=email]::-moz-placeholder,.theme-background-1 input[type=number]::-moz-placeholder,.theme-background-1 input[type=password]::-moz-placeholder,.theme-background-1 input[type=search]::-moz-placeholder,.theme-background-1 input[type=text]::-moz-placeholder,.theme-background-1 input[type=url]::-moz-placeholder,.theme-background-1 select::-moz-placeholder,.theme-background-1 tags.tagify::-moz-placeholder,.theme-background-1 textarea::-moz-placeholder{color:#4a4a4a}.theme-background-1 #invitation_addresses::placeholder,.theme-background-1 .like-input::placeholder,.theme-background-1 input[type=date]::placeholder,.theme-background-1 input[type=email]::placeholder,.theme-background-1 input[type=number]::placeholder,.theme-background-1 input[type=password]::placeholder,.theme-background-1 input[type=search]::placeholder,.theme-background-1 input[type=text]::placeholder,.theme-background-1 input[type=url]::placeholder,.theme-background-1 select::placeholder,.theme-background-1 tags.tagify::placeholder,.theme-background-1 textarea::placeholder{color:#4a4a4a}.theme-background-1 #invitation_addresses:-ms-input-placeholder,.theme-background-1 .like-input:-ms-input-placeholder,.theme-background-1 input[type=date]:-ms-input-placeholder,.theme-background-1 input[type=email]:-ms-input-placeholder,.theme-background-1 input[type=number]:-ms-input-placeholder,.theme-background-1 input[type=password]:-ms-input-placeholder,.theme-background-1 input[type=search]:-ms-input-placeholder,.theme-background-1 input[type=text]:-ms-input-placeholder,.theme-background-1 input[type=url]:-ms-input-placeholder,.theme-background-1 select:-ms-input-placeholder,.theme-background-1 tags.tagify:-ms-input-placeholder,.theme-background-1 textarea:-ms-input-placeholder{color:#4a4a4a}.theme-background-1 #invitation_addresses::-ms-input-placeholder,.theme-background-1 .like-input::-ms-input-placeholder,.theme-background-1 input[type=date]::-ms-input-placeholder,.theme-background-1 input[type=email]::-ms-input-placeholder,.theme-background-1 input[type=number]::-ms-input-placeholder,.theme-background-1 input[type=password]::-ms-input-placeholder,.theme-background-1 input[type=search]::-ms-input-placeholder,.theme-background-1 input[type=text]::-ms-input-placeholder,.theme-background-1 input[type=url]::-ms-input-placeholder,.theme-background-1 select::-ms-input-placeholder,.theme-background-1 tags.tagify::-ms-input-placeholder,.theme-background-1 textarea::-ms-input-placeholder{color:#4a4a4a}.theme-background-1 #invitation_addresses.input-fillBackground,.theme-background-1 .like-input.input-fillBackground,.theme-background-1 input[type=date].input-fillBackground,.theme-background-1 input[type=email].input-fillBackground,.theme-background-1 input[type=number].input-fillBackground,.theme-background-1 input[type=password].input-fillBackground,.theme-background-1 input[type=search].input-fillBackground,.theme-background-1 input[type=text].input-fillBackground,.theme-background-1 input[type=url].input-fillBackground,.theme-background-1 select.input-fillBackground,.theme-background-1 tags.tagify.input-fillBackground,.theme-background-1 textarea.input-fillBackground{background-color:#f1f1f1}.theme-background-1 .ql-container,.theme-background-1 .ql-toolbar{background-color:#fff;border-color:#ccc}.theme-background-1 .ql-container .puIcon,.theme-background-1 .ql-container .ql-editor.ql-blank:before,.theme-background-1 .ql-toolbar .puIcon,.theme-background-1 .ql-toolbar .ql-editor.ql-blank:before{color:#4a4a4a}.theme-background-1 .floatingFieldDateIcon,.theme-background-1 .floatingFieldDisabledIcon{color:#ccc}.theme-background-1 .floatingField.floatingField-select:not(.floatingField-disabled):after{border-top-color:#ccc}.theme-background-1 .btn:not(.ignore-theme).bordered{color:#4a4a4a;background-color:rgba(74,74,74,.1);border:.1rem solid rgba(74,74,74,.2)}@media (hover:hover){.theme-background-1 .btn:not(.ignore-theme).bordered:focus,.theme-background-1 .btn:not(.ignore-theme).bordered:hover{color:#4a4a4a;background-color:rgba(74,74,74,.2);border:.1rem solid rgba(74,74,74,.2)}}.theme-background-1 table:not(.ignore-theme) tr{background-color:#fff}.theme-background-1 table:not(.ignore-theme)>tbody>tr>th,.theme-background-1 table:not(.ignore-theme)>thead>tr>th,.theme-background-1 table:not(.ignore-theme)>tr>th{background-color:#fff;color:#4a4a4a}.theme-background-1 table:not(.ignore-theme)>tbody>tr>td,.theme-background-1 table:not(.ignore-theme)>thead>tr>td,.theme-background-1 table:not(.ignore-theme)>tr>td{color:#4a4a4a;background-color:hsla(0,0%,100%,.1);border-bottom:.1rem solid #fff}.theme-background-1 table:not(.ignore-theme)>tbody>tr:hover>td,.theme-background-1 table:not(.ignore-theme)>tbody>tr:hover>td:not(.highlight),.theme-background-1 table:not(.ignore-theme)>thead>tr:hover>td,.theme-background-1 table:not(.ignore-theme)>thead>tr:hover>td:not(.highlight),.theme-background-1 table:not(.ignore-theme)>tr:hover>td,.theme-background-1 table:not(.ignore-theme)>tr:hover>td:not(.highlight){background-color:hsla(0,0%,100%,.85)}.theme-background-1 .owl-carousel.themes .item{background-color:#fff}.theme-background-1>header #mobile-menu-toggle{color:#4a4a4a}.theme-background-1>header>.centered-content nav>ul>li.menu-item>a{color:#1a1a1a}.theme-background-1>header>.centered-content nav>ul>li.menu-item:hover,.theme-background-1>header>.centered-content nav>ul>li>ul{background-color:#fff}.theme-background-1>header>.centered-content nav>ul>li>ul>li{border-top:.1rem solid rgba(74,74,74,.1)}.theme-background-1>header>.centered-content nav>ul>li>ul>li.not-allowed{color:rgba(26,26,26,.5)}.theme-background-1>header>.centered-content nav>ul>li>ul>li:not(.not-allowed) a,.theme-background-1>header>.centered-content nav>ul>li>ul>li a{color:#1a1a1a}.theme-background-1 #content input[type=checkbox]:checked+label:before,.theme-background-1 #content input[type=checkbox]:not(:checked)+label:before,.theme-background-1 #content input[type=radio]:checked+label:before,.theme-background-1 #content input[type=radio]:not(:checked)+label:before{border:.1rem solid rgba(74,74,74,.3);background:#fff}.theme-background-1 #content input[type=radio]:checked+label:before,.theme-background-1 #content input[type=radio]:not(:checked)+label:before{box-shadow:inset 0 0 0 .3rem #fff}.theme-background-1 #content input[type=checkbox]:not(:checked):not(:hover)+label:after{border-left:.4rem solid #fff;border-bottom:.4rem solid #fff;border-right-color:#fff;border-top-color:#fff}.theme-background-1 .icon:not(.circle),.theme-background-1 .icon:not(.circle) .puIcon,.theme-background-1 a.icon-withText,.theme-background-1 a.icon-withText .puIcon{color:#4a4a4a}.theme-background-1 .contextMenuHandle:not(.btn)>.puIcon{color:#1a1a1a}.theme-background-2 h1.txt-color,.theme-background-2 h2.txt-color,.theme-background-2 h3.txt-color{color:#c0c9e0}.theme-background-2 ul.lined li{border-color:rgba(148,155,173,.2)}.theme-background-2 .boxed{background-color:#080c17;color:#949bad}.theme-background-2 .boxed h1,.theme-background-2 .boxed h2{color:#c0c9e0}.theme-background-2 .boxed li,.theme-background-2 .boxed p{color:#949bad}.theme-background-2 .hidden_vote{color:rgba(148,155,173,.8)}.theme-background-2 .option-set:not(.ignore-theme){background-color:#080c17;color:#949bad}.theme-background-2 .option-set:not(.ignore-theme) p{color:#949bad}.theme-background-2 .option-set:not(.ignore-theme) .option-set-headline,.theme-background-2 .option-set:not(.ignore-theme) label,.theme-background-2 .option-set:not(.ignore-theme) strong{color:#c0c9e0}.theme-background-2 .option-set:not(.ignore-theme)>.description{border-top:.1rem solid rgba(148,155,173,.25);color:rgba(148,155,173,.7)}.theme-background-2 #invitation_addresses,.theme-background-2 .like-input,.theme-background-2 input[type=date],.theme-background-2 input[type=email],.theme-background-2 input[type=number],.theme-background-2 input[type=password],.theme-background-2 input[type=search],.theme-background-2 input[type=text],.theme-background-2 input[type=url],.theme-background-2 select,.theme-background-2 tags.tagify,.theme-background-2 textarea{color:#949bad;background-color:#080c17;border-color:#1a284b}.theme-background-2 #invitation_addresses label,.theme-background-2 .like-input label,.theme-background-2 input[type=date] label,.theme-background-2 input[type=email] label,.theme-background-2 input[type=number] label,.theme-background-2 input[type=password] label,.theme-background-2 input[type=search] label,.theme-background-2 input[type=text] label,.theme-background-2 input[type=url] label,.theme-background-2 select label,.theme-background-2 tags.tagify label,.theme-background-2 textarea label{color:#949bad}.theme-background-2 #invitation_addresses::-moz-placeholder,.theme-background-2 .like-input::-moz-placeholder,.theme-background-2 input[type=date]::-moz-placeholder,.theme-background-2 input[type=email]::-moz-placeholder,.theme-background-2 input[type=number]::-moz-placeholder,.theme-background-2 input[type=password]::-moz-placeholder,.theme-background-2 input[type=search]::-moz-placeholder,.theme-background-2 input[type=text]::-moz-placeholder,.theme-background-2 input[type=url]::-moz-placeholder,.theme-background-2 select::-moz-placeholder,.theme-background-2 tags.tagify::-moz-placeholder,.theme-background-2 textarea::-moz-placeholder{color:#949bad}.theme-background-2 #invitation_addresses::placeholder,.theme-background-2 .like-input::placeholder,.theme-background-2 input[type=date]::placeholder,.theme-background-2 input[type=email]::placeholder,.theme-background-2 input[type=number]::placeholder,.theme-background-2 input[type=password]::placeholder,.theme-background-2 input[type=search]::placeholder,.theme-background-2 input[type=text]::placeholder,.theme-background-2 input[type=url]::placeholder,.theme-background-2 select::placeholder,.theme-background-2 tags.tagify::placeholder,.theme-background-2 textarea::placeholder{color:#949bad}.theme-background-2 #invitation_addresses:-ms-input-placeholder,.theme-background-2 .like-input:-ms-input-placeholder,.theme-background-2 input[type=date]:-ms-input-placeholder,.theme-background-2 input[type=email]:-ms-input-placeholder,.theme-background-2 input[type=number]:-ms-input-placeholder,.theme-background-2 input[type=password]:-ms-input-placeholder,.theme-background-2 input[type=search]:-ms-input-placeholder,.theme-background-2 input[type=text]:-ms-input-placeholder,.theme-background-2 input[type=url]:-ms-input-placeholder,.theme-background-2 select:-ms-input-placeholder,.theme-background-2 tags.tagify:-ms-input-placeholder,.theme-background-2 textarea:-ms-input-placeholder{color:#949bad}.theme-background-2 #invitation_addresses::-ms-input-placeholder,.theme-background-2 .like-input::-ms-input-placeholder,.theme-background-2 input[type=date]::-ms-input-placeholder,.theme-background-2 input[type=email]::-ms-input-placeholder,.theme-background-2 input[type=number]::-ms-input-placeholder,.theme-background-2 input[type=password]::-ms-input-placeholder,.theme-background-2 input[type=search]::-ms-input-placeholder,.theme-background-2 input[type=text]::-ms-input-placeholder,.theme-background-2 input[type=url]::-ms-input-placeholder,.theme-background-2 select::-ms-input-placeholder,.theme-background-2 tags.tagify::-ms-input-placeholder,.theme-background-2 textarea::-ms-input-placeholder{color:#949bad}.theme-background-2 #invitation_addresses.input-fillBackground,.theme-background-2 .like-input.input-fillBackground,.theme-background-2 input[type=date].input-fillBackground,.theme-background-2 input[type=email].input-fillBackground,.theme-background-2 input[type=number].input-fillBackground,.theme-background-2 input[type=password].input-fillBackground,.theme-background-2 input[type=search].input-fillBackground,.theme-background-2 input[type=text].input-fillBackground,.theme-background-2 input[type=url].input-fillBackground,.theme-background-2 select.input-fillBackground,.theme-background-2 tags.tagify.input-fillBackground,.theme-background-2 textarea.input-fillBackground{background-color:#1c202e}.theme-background-2 .ql-container,.theme-background-2 .ql-toolbar{background-color:#080c17;border-color:#1a284b}.theme-background-2 .ql-container .puIcon,.theme-background-2 .ql-container .ql-editor.ql-blank:before,.theme-background-2 .ql-toolbar .puIcon,.theme-background-2 .ql-toolbar .ql-editor.ql-blank:before{color:#949bad}.theme-background-2 .floatingFieldDateIcon,.theme-background-2 .floatingFieldDisabledIcon{color:#1a284b}.theme-background-2 .floatingField.floatingField-select:not(.floatingField-disabled):after{border-top-color:#1a284b}.theme-background-2 .btn:not(.ignore-theme).bordered{color:#949bad;background-color:rgba(148,155,173,.1);border:.1rem solid rgba(148,155,173,.2)}@media (hover:hover){.theme-background-2 .btn:not(.ignore-theme).bordered:focus,.theme-background-2 .btn:not(.ignore-theme).bordered:hover{color:#949bad;background-color:rgba(148,155,173,.2);border:.1rem solid rgba(148,155,173,.2)}}.theme-background-2 table:not(.ignore-theme) tr{background-color:#080c17}.theme-background-2 table:not(.ignore-theme)>tbody>tr>th,.theme-background-2 table:not(.ignore-theme)>thead>tr>th,.theme-background-2 table:not(.ignore-theme)>tr>th{background-color:#080c17;color:#949bad}.theme-background-2 table:not(.ignore-theme)>tbody>tr>td,.theme-background-2 table:not(.ignore-theme)>thead>tr>td,.theme-background-2 table:not(.ignore-theme)>tr>td{color:#949bad;background-color:rgba(8,12,23,.1);border-bottom:.1rem solid #080c17}.theme-background-2 table:not(.ignore-theme)>tbody>tr:hover>td,.theme-background-2 table:not(.ignore-theme)>tbody>tr:hover>td:not(.highlight),.theme-background-2 table:not(.ignore-theme)>thead>tr:hover>td,.theme-background-2 table:not(.ignore-theme)>thead>tr:hover>td:not(.highlight),.theme-background-2 table:not(.ignore-theme)>tr:hover>td,.theme-background-2 table:not(.ignore-theme)>tr:hover>td:not(.highlight){background-color:rgba(8,12,23,.85)}.theme-background-2 .owl-carousel.themes .item{background-color:#080c17}.theme-background-2>header #mobile-menu-toggle{color:#949bad}.theme-background-2>header>.centered-content nav>ul>li.menu-item>a{color:#c0c9e0}.theme-background-2>header>.centered-content nav>ul>li.menu-item:hover,.theme-background-2>header>.centered-content nav>ul>li>ul{background-color:#080c17}.theme-background-2>header>.centered-content nav>ul>li>ul>li{border-top:.1rem solid rgba(148,155,173,.1)}.theme-background-2>header>.centered-content nav>ul>li>ul>li.not-allowed{color:rgba(192,201,224,.5)}.theme-background-2>header>.centered-content nav>ul>li>ul>li:not(.not-allowed) a,.theme-background-2>header>.centered-content nav>ul>li>ul>li a{color:#c0c9e0}.theme-background-2 #content input[type=checkbox]:checked+label:before,.theme-background-2 #content input[type=checkbox]:not(:checked)+label:before,.theme-background-2 #content input[type=radio]:checked+label:before,.theme-background-2 #content input[type=radio]:not(:checked)+label:before{border:.1rem solid rgba(148,155,173,.3);background:#080c17}.theme-background-2 #content input[type=radio]:checked+label:before,.theme-background-2 #content input[type=radio]:not(:checked)+label:before{box-shadow:inset 0 0 0 .3rem #080c17}.theme-background-2 #content input[type=checkbox]:not(:checked):not(:hover)+label:after{border-left:.4rem solid #080c17;border-bottom:.4rem solid #080c17;border-right-color:#080c17;border-top-color:#080c17}.theme-background-2 .icon:not(.circle),.theme-background-2 .icon:not(.circle) .puIcon,.theme-background-2 a.icon-withText,.theme-background-2 a.icon-withText .puIcon{color:#949bad}.theme-background-2 .contextMenuHandle:not(.btn)>.puIcon{color:#c0c9e0}.theme-font h1,.theme-font h2,.theme-font h3{color:var(--theme-font-color)}.could-be-filled{position:relative;transition:all .5s ease;text-align:center;display:inline-block;width:auto;max-width:100%;margin:.2rem 0;padding:.7rem 1.5rem .3rem;left:50%;transform:translateX(-50%)}body.theme-bold-headlines h1:not(.ignore-theme){font-weight:700}body.theme-shadowed-headlines h1:not(.ignore-theme){text-shadow:0 0 1rem rgba(0,0,0,.4),.2rem .2rem .2rem rgba(0,0,0,.4)}body.theme-glowing-headlines h1:not(.ignore-theme){text-shadow:0 0 2rem hsla(0,0%,100%,.4),0 0 .5rem hsla(0,0%,100%,.8)}body.theme-glowing-headlines.theme-shadowed-headlines h1{text-shadow:0 0 2rem hsla(0,0%,100%,.6),.2rem .2rem .2rem rgba(0,0,0,.4)}.theme-highlight .box:not(.box-dark) a:not(.btn):not(.ignore-theme){color:var(--theme-highlight-darkened-color)}.theme-highlight.theme-filled-headlines .could-be-filled{text-align:left;background-color:var(--theme-highlight-color);left:0;transform:translateX(0)}.theme-highlight a:not(.btn):not(.ignore-theme){color:var(--theme-highlight-color)}.theme-highlight a.jssocials-share-link{color:#fff}.theme-highlight .overlay a:not(.btn):not(.ignore-theme){color:var(--theme-highlight-darkened-color)}.theme-highlight .puIcon.puIcon-highlight{color:var(--theme-highlight-color)}@media (hover:hover){.theme-highlight #content input[type=radio]:not(:checked):hover+label:before{background:var(--theme-highlight-color-a50)}}.theme-highlight #content input[type=radio]:checked+label:before{background:var(--theme-highlight-color)}.voteData{display:inline-block;position:relative}.overlay .voteData{display:block}.pollColumn-column-option .carouselVoter .carouselVoteWrapper{width:100%;padding:0 1rem}.pollColumn-column-option .carouselVoter .voteData{width:100%}.clearVote{transition:all .5s ease;transform:translateY(-50%);position:absolute;left:-1.5rem;top:50%;opacity:.5;cursor:pointer}.clearVote:focus{opacity:1;outline:none}@media (hover:hover){.clearVote:hover{opacity:1}}.clearVote:before{content:"✖";font-size:1.4rem}.theme-background-2 .overlayContainer #invitation_addresses,.theme-background-2 .overlayContainer input[type=date],.theme-background-2 .overlayContainer input[type=email],.theme-background-2 .overlayContainer input[type=number],.theme-background-2 .overlayContainer input[type=password],.theme-background-2 .overlayContainer input[type=text],.theme-background-2 .overlayContainer input[type=url],.theme-background-2 .overlayContainer select,.theme-background-2 .overlayContainer tags.tagify,.theme-background-2 .overlayContainer textarea{color:#4a4a4a;background-color:#fff}.theme-background-2 .overlayContainer #invitation_addresses:not(:focus),.theme-background-2 .overlayContainer input[type=date]:not(:focus),.theme-background-2 .overlayContainer input[type=email]:not(:focus),.theme-background-2 .overlayContainer input[type=number]:not(:focus),.theme-background-2 .overlayContainer input[type=password]:not(:focus),.theme-background-2 .overlayContainer input[type=text]:not(:focus),.theme-background-2 .overlayContainer input[type=url]:not(:focus),.theme-background-2 .overlayContainer select:not(:focus),.theme-background-2 .overlayContainer tags.tagify:not(:focus),.theme-background-2 .overlayContainer textarea:not(:focus){border-color:#ccc}.theme-background-2 .overlayContainer .floatingFieldDateIcon,.theme-background-2 .overlayContainer .floatingFieldDisabledIcon{color:#ccc}.theme-background-2 .overlayContainer .ql-container,.theme-background-2 .overlayContainer .ql-toolbar{border-color:#ccc;background-color:#fff}.theme-background-2 .overlayContainer .ql-container .puIcon,.theme-background-2 .overlayContainer .ql-container .ql-editor.ql-blank:before,.theme-background-2 .overlayContainer .ql-toolbar .puIcon,.theme-background-2 .overlayContainer .ql-toolbar .ql-editor.ql-blank:before{color:#4a4a4a}#pollCarousel.loading{opacity:.3;pointer-events:none}#pollCarouselWrapper{border-radius:4px;display:flex;background-color:var(--theme-background-color);color:var(--theme-text-color);margin:4rem auto}#pollCarouselWrapper:not(.withHead){border-top:1rem solid var(--theme-highlight-color)}#pollCarouselWrapper #pollCarouselSidebar{width:20%}@media screen and (max-width:670px){#pollCarouselWrapper #pollCarouselSidebar{display:none}}@media screen and (min-width:1600px){#pollCarouselWrapper #pollCarouselSidebar{width:15%}}#pollCarouselWrapper.pollCarouselWrapperNarrow #pollCarouselSidebar{width:33%}#pollCarouselWrapper #pollCarouselContent{width:80%}@media screen and (max-width:670px){#pollCarouselWrapper #pollCarouselContent{width:100%}}@media screen and (min-width:1600px){#pollCarouselWrapper #pollCarouselContent{width:85%}}@media screen and (min-width:669px){#pollCarouselWrapper .owl-nav{margin-left:-25%;width:125%}}@media screen and (min-width:1600px){#pollCarouselWrapper .owl-nav{margin-left:-17.8%;width:117.9%}}.carouselVoter{position:relative;border-bottom:.1rem solid var(--theme-highlight-color-a20);height:4rem;display:flex;align-items:center;justify-content:center}.carouselVoter input,.carouselVoter select{margin-bottom:0;width:100%;border:.1rem solid var(--theme-highlight-color-a20)!important}.carouselVoter input:focus,.carouselVoter select:focus{box-shadow:var(--theme-highlight-color) 0 0 .2rem inset}.carouselVoter:last-child{border-bottom:none}.carouselVoter.carouselVoter-current{background-color:var(--theme-highlight-color-a10)}.carouselVoter.carouselVoter-sidebar{justify-content:left;padding:1.5rem}@media (hover:hover){.carouselVoter .vote-destroy{transition:opacity .5s ease;opacity:0}.carouselVoter:hover .vote-destroy{opacity:1}}@media screen and (max-width:670px){.carouselVoter{height:6rem}}.poll.columnvote .carouselVoter-current{height:5rem}@media screen and (max-width:670px){.poll.columnvote .carouselVoter-current{height:7.9rem}}.poll.rangevote .carouselVoter-current{height:5.5rem}@media screen and (max-width:670px){.poll.rangevote .carouselVoter-current{height:8.4rem}}.carouselVoterSidebarName{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:100;text-align:left;padding-right:1.5rem}.carouselVoterName{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.2rem;display:none;padding-top:.5rem}@media screen and (max-width:670px){.carouselVoterName{display:block}}.pollColumn{text-align:center}.pollColumn.pollColumn-best{background-color:var(--theme-highlight-color-a10)}.pollColumn.pollColumn-best .carouselVoter.carouselVoter-current{background-color:var(--theme-highlight-color-a20)}.pollColumn.pollColumn-best .pollColumnHeader-bestLabel:before{transform:rotate(-45deg);content:"BEST";position:absolute;top:.3rem;left:-3.7rem;width:10rem;height:1.8rem;text-align:center;color:var(--theme-highlight-font-color);background-color:var(--theme-highlight-color);font-size:1.3rem;padding:.4rem}.pollColumn .carouselVoter-distributed{background-color:var(--theme-highlight-color-a20);position:relative;overflow:hidden}.pollColumn .carouselVoter-distributed.carouselVoter-current{background-color:var(--theme-highlight-color-a30)}.pollColumn .carouselVoter-distributed.carouselVoter-current:before{transform:rotate(-45deg);content:"BEST";position:absolute;top:.3rem;left:-3.7rem;width:10rem;height:1.8rem;text-align:center;color:var(--theme-highlight-font-color);background-color:var(--theme-highlight-color);font-size:1.3rem;padding:.4rem;content:"YOU"}.pollColumnHeader-bestLabel{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.owl-item:last-child .pollColumnContent,.owl-item:last-child .pollColumnFooter,.owl-item:last-child .pollColumnHeader{border-right:none}.pollColumnHeader{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem;border-right:.1rem solid var(--theme-highlight-color-a20);min-height:5rem}.pollColumnHeader .circleAudioPlayer{margin-bottom:6.2rem;top:3.1rem}.pollColumnHeader .contextMenu{z-index:99}@media (hover:none){.columnoption .pollColumnHeader,.textoption .pollColumnHeader{padding-right:4rem;padding-left:4rem}}.pollColumnHeader-optionWrapper{overflow:hidden;width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;grid-gap:1rem;gap:1rem}.pollColumnHeader-optionSubtitleWrapper{width:100%;flex-grow:1}.pollColumn:not(.pollColumn-image-option) .pollColumnHeader-option{display:flex;align-items:center;justify-content:center}.pollColumn:not(.pollColumn-image-option) .pollColumnHeader-optionSubtitleWrapper{display:flex;align-items:center;flex-direction:column;justify-content:center;grid-gap:1rem;gap:1rem}.pollColumnHeader-subtitle{opacity:.5}.pollColumnHeader-infoLink{width:100%}.pollColumnHeader-ImageOption{display:block}.pollColumnFooter{border-top:.3rem solid var(--theme-highlight-color);height:6rem;display:flex;justify-content:center;align-items:center}.pollColumnContent,.pollColumnFooter{border-right:.1rem solid var(--theme-highlight-color-a20)}.pollColumnContent{overflow-x:hidden}@media screen and (max-width:670px){.pollColumnContent{overflow-y:scroll;max-height:60vh;-ms-overflow-style:none;scrollbar-width:none}.pollColumnContent::-webkit-scrollbar{display:none}}.pollColumnHead{background-color:var(--theme-highlight-color);font-size:1.3rem;padding:.5rem 0}.poll-group{color:var(--theme-highlight-font-color)}.poll-group.repeated{opacity:.5}@media print{body.poll{background:#fff}body.poll #bg,body.poll #bullet-footer,body.poll #footer,body.poll #mainHeader,body.poll #subHeader,body.poll .btn,body.poll .filterButtons,body.poll .hideInPollPrint,body.poll .message,body.poll .mobile-only,body.poll .ps__rail-x,body.poll .ps__rail-y{display:none!important}body.poll #content{min-height:0!important}body.poll #content,body.poll #content .poll,body.poll .comment{padding:0}body.poll .centered-content{width:100%!important;max-width:100%!important}body.poll .comment,body.poll h1,body.poll li,body.poll p{background:#fff!important;color:#000!important}}.progressBarWrapper{border-radius:4px;height:1rem;z-index:1;overflow:hidden;background-color:#ccc}.progressBarWrapper.progressBarWrapper-dark{background-color:#1a284b}.progressBarWrapper.progressBarWrapper-dark.progressBarWrapper-pending>.progressBar{background-color:#4e5462}.progressBarWrapper.progressBarWrapper-pending>.progressBar{background-color:#8a8a8a}.progressBarWrapper.progressBarWrapper-warning>.progressBar{background-color:#ff9500}.progressBarWrapper.progressBarWrapper-danger>.progressBar{background-color:#e41e4d}.progressBarWrapper.progressBarWrapper-success-danger:not(.progressBarWrapper-full)>.progressBar:after,.progressBarWrapper.progressBarWrapper-success-warning:not(.progressBarWrapper-full)>.progressBar:after{content:"";position:absolute;top:0;right:0;bottom:0;width:.2rem;background-color:#fff}.progressBarWrapper.progressBarWrapper-success-danger{background-color:#00ab54}.progressBarWrapper.progressBarWrapper-success-danger>.progressBar{background-color:#e41e4d}.progressBarWrapper.progressBarWrapper-success-warning{background-color:#00ab54}.progressBarWrapper.progressBarWrapper-success-warning>.progressBar{background-color:#ff9500}.progressBar{transition:all .5s ease;position:relative;height:100%;background-color:#00ab54}.progressBarWrapper.progressBarWrapper-highlight:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:var(--theme-highlight-color-a15)}.progressBarWrapper.progressBarWrapper-highlight>.progressBar{background-color:var(--theme-highlight-color)}label+.progressBarWrapper{margin-top:.7rem;margin-bottom:2rem}#stepsWrapper>.progressBarWrapper{border-radius:0;position:absolute;top:0;left:0;right:0;height:.5rem}.boxContent .progressBarWrapper:last-child{margin-bottom:0}@font-face{font-family:pollunit;src:url(https://assets2.pollunit.com/packs/media/fonts/pollunit-59af44c8899b307fac23f3b800ae507f.woff) format("woff");font-weight:400;font-style:normal}[class*=" puIcon-"],[class^=puIcon-]{height:2.5rem;width:2.5rem;display:inline-block;vertical-align:middle;font-size:2.5rem;font-family:pollunit!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" puIcon-"].puIcon-big,[class^=puIcon-].puIcon-big{height:3.8rem;width:3.8rem;font-size:3.8rem}[class*=" puIcon-"].puIcon-medium,[class^=puIcon-].puIcon-medium{height:2rem;width:2rem;font-size:2rem}[class*=" puIcon-"].puIcon-small,[class^=puIcon-].puIcon-small{height:1.8rem;width:1.8rem;font-size:1.8rem}[class*=" puIcon-"].puIcon-extraSmall,[class^=puIcon-].puIcon-extraSmall{height:1.6rem;width:1.6rem;font-size:1.6rem}[class*=" puIcon-"].puIcon-tiny,[class^=puIcon-].puIcon-tiny{height:1.4rem;width:1.4rem;font-size:1.4rem}[class*=" puIcon-"].puIcon-center,[class^=puIcon-].puIcon-center{display:block;width:100%;margin-bottom:1.2rem}[class*=" puIcon-"].puIcon-almostSuccess,[class^=puIcon-].puIcon-almostSuccess{color:#c3bf23!important}[class*=" puIcon-"].puIcon-success,[class^=puIcon-].puIcon-success{color:#00ab54!important}[class*=" puIcon-"].puIcon-warning,[class^=puIcon-].puIcon-warning{color:#ff9500!important}[class*=" puIcon-"].puIcon-danger,[class*=" puIcon-"].puIcon-hoverDanger:hover,[class^=puIcon-].puIcon-danger,[class^=puIcon-].puIcon-hoverDanger:hover{color:#e41e4d!important}[class*=" puIcon-"].puIcon-color-gray,[class^=puIcon-].puIcon-color-gray{color:#4a4a4a!important}[class*=" puIcon-"].puIcon-color-light-gray,[class^=puIcon-].puIcon-color-light-gray{color:rgba(74,74,74,.6)!important}[class*=" puIcon-"].puIcon-color-premium,[class^=puIcon-].puIcon-color-premium{color:#e3b612!important}[class*=" puIcon-"].puIcon-color-business,[class^=puIcon-].puIcon-color-business{color:#ec734a!important}[class*=" puIcon-"].puIcon-color-enterprise,[class^=puIcon-].puIcon-color-enterprise{color:#805f7c!important}[class*=" puIcon-"].puIcon-color-highlight-1,[class^=puIcon-].puIcon-color-highlight-1{color:#00a8ab!important}[class*=" puIcon-"].puIcon-color-highlight-2,[class^=puIcon-].puIcon-color-highlight-2{color:#e3b612!important}[class*=" puIcon-"].puIcon-color-highlight-3,[class^=puIcon-].puIcon-color-highlight-3{color:#ec734a!important}[class*=" puIcon-"].puIcon-color-highlight-4,[class^=puIcon-].puIcon-color-highlight-4{color:#805f7c!important}[class*=" puIcon-"].puIcon-color-highlight-5,[class^=puIcon-].puIcon-color-highlight-5{color:#3e5eb0!important}[class*=" puIcon-"].puIcon-color-highlight-6,[class^=puIcon-].puIcon-color-highlight-6{color:#005caa!important}[class*=" puIcon-"].puIcon-color-highlight-7,[class^=puIcon-].puIcon-color-highlight-7{color:#e45e0d!important}[class*=" puIcon-"].puIcon-color-highlight-8,[class^=puIcon-].puIcon-color-highlight-8{color:#71a422!important}[class*=" puIcon-"].puIcon-color-highlight-9,[class^=puIcon-].puIcon-color-highlight-9{color:#e6e6e6!important}[class*=" puIcon-"].puIcon-color-highlight-10,[class^=puIcon-].puIcon-color-highlight-10{color:#1a1a1a!important}[class*=" puIcon-"].puIcon-color-highlight-11,[class^=puIcon-].puIcon-color-highlight-11{color:#114054!important}[class*=" puIcon-"].puIcon-color-highlight-12,[class^=puIcon-].puIcon-color-highlight-12{color:#e5326b!important}[class*=" puIcon-"].puIcon-gold,[class^=puIcon-].puIcon-gold{color:#f7ba00;background:#f7ba00;background:linear-gradient(180deg,#f7ba00 0,#ffc31d 50%,#f90 51%,#f7ba00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}a.puIcon{color:#4a4a4a}.puIcon-heart_lined:before,.puIcon-love_lined:before{content:"\e9b3"}.puIcon-heart_broken_lined:before,.puIcon-love_broken_lined:before{content:"\e9b4"}.puIcon-outdated:before{content:"\e9b2"}.puIcon-reload:before{content:"\e9af"}.puIcon-secure_dont_know:before{content:"\e9b0"}.puIcon-secure_warning:before{content:"\e9b1"}.puIcon-file_size:before{content:"\e9ae"}.puIcon-description:before{content:"\e9ad"}.puIcon-superlative:before{content:"\e9ac"}.puIcon-clip:before{content:"\e9ab"}.puIcon-app_facebook:before{content:"\e9a6"}.puIcon-app_linkedin:before{content:"\e9a7"}.puIcon-app_pinterest:before{content:"\e9a8"}.puIcon-app_twitter:before{content:"\e9a9"}.puIcon-app_whatsapp:before{content:"\e9aa"}.puIcon-thumb_down_lined:before{content:"\e9a3"}.puIcon-circle_no_lined:before{content:"\e9a4"}.puIcon-circle_no:before,.puIcon-dot_no:before{content:"\e9a5"}.puIcon-circle_lined:before,.puIcon-dot_lined:before{content:"\e93c"}.puIcon-circle:before,.puIcon-dot:before{content:"\e9a0"}.puIcon-star_lined:before{content:"\e9a1"}.puIcon-range_voting:before,.puIcon-rating:before,.puIcon-star:before{content:"\e9a2"}.puIcon-dices:before{content:"\e99f"}.puIcon-text_align_center:before{content:"\e99b"}.puIcon-text_align_justify:before{content:"\e99c"}.puIcon-text_align_left:before{content:"\e99d"}.puIcon-text_align_right:before{content:"\e99e"}.puIcon-erase:before{content:"\e999"}.puIcon-fill:before{content:"\e99a"}.puIcon-redo:before{content:"\e997"}.puIcon-undo:before{content:"\e998"}.puIcon-draw:before,.puIcon-drawing:before{content:"\e996"}.puIcon-emoji_extremely_satisfied:before{content:"\e991"}.puIcon-emoji_neutral:before{content:"\e992"}.puIcon-emoji_not_at_all_satisfied:before{content:"\e993"}.puIcon-emoji_slightly_satisfied:before{content:"\e994"}.puIcon-emoji:before,.puIcon-emoji_very_satisfied:before{content:"\e995"}.puIcon-idea_creator:before{content:"\e98c"}.puIcon-hidden_idea_creator:before{content:"\e98d"}.puIcon-hidden_photographer:before{content:"\e98e"}.puIcon-photographer:before{content:"\e98f"}.puIcon-rocket:before{content:"\e98b"}.puIcon-stop:before{content:"\e98a"}.puIcon-allow_only_invited_accounts:before{content:"\e989"}.puIcon-plus:before{content:"\e988"}.puIcon-text_image:before{content:"\e987"}.puIcon-option_limit:before{content:"\e986"}.puIcon-range:before{content:"\e985"}.puIcon-flash:before{content:"\e984"}.puIcon-aperture:before{content:"\e980"}.puIcon-focal_length:before{content:"\e981"}.puIcon-iso:before{content:"\e982"}.puIcon-shutter_speed:before{content:"\e983"}.puIcon-sound:before{content:"\e97e"}.puIcon-audio:before,.puIcon-audio_contest:before,.puIcon-music:before{content:"\e97f"}.puIcon-arrow_down:before{content:"\e97c"}.puIcon-arrow_up:before{content:"\e97d"}.puIcon-sort:before{content:"\e97b"}.puIcon-dimensions:before{content:"\e97a"}.puIcon-heart_broken:before,.puIcon-love_broken:before{content:"\e979"}.puIcon-categories:before{content:"\e976"}.puIcon-thumb_down:before{content:"\e977"}.puIcon-thumb_up:before{content:"\e978"}.puIcon-text_ordered_list:before{content:"\e974"}.puIcon-text_unordered_list:before{content:"\e975"}.puIcon-download:before{content:"\e973"}.puIcon-text_removeformat:before{content:"\e96b"}.puIcon-text_bold:before{content:"\e96c"}.puIcon-text_italic:before{content:"\e96d"}.puIcon-text_link:before{content:"\e96e"}.puIcon-text_strikethrough:before{content:"\e96f"}.puIcon-text_subscript:before{content:"\e970"}.puIcon-text_superscript:before{content:"\e971"}.puIcon-text_underline:before{content:"\e972"}.puIcon-hidden_best:before{content:"\e96a"}.puIcon-required:before{content:"\e967"}.puIcon-mail_opt_in:before{content:"\e968"}.puIcon-mail:before{content:"\e969"}.puIcon-not_reviewed:before,.puIcon-unreviewed:before{content:"\e966"}.puIcon-user_name:before{content:"\e965"}.puIcon-view_condensed:before{content:"\e963"}.puIcon-view_expanded:before{content:"\e964"}.puIcon-winner:before{content:"\e962"}.puIcon-dot_voting_dot:before{content:"\e960"}.puIcon-sum:before{content:"\e961"}.puIcon-model:before,.puIcon-photo:before,.puIcon-photo_contest:before{content:"\e95f"}.puIcon-player_end:before{content:"\e959"}.puIcon-player_next:before{content:"\e95a"}.puIcon-player_pause:before{content:"\e95b"}.puIcon-player_play:before,.puIcon-video:before,.puIcon-video_contest:before{content:"\e95c"}.puIcon-player_prev:before{content:"\e95d"}.puIcon-player_start:before{content:"\e95e"}.puIcon-gdpr:before{content:"\e957"}.puIcon-finish:before{content:"\e958"}.puIcon-url:before,.puIcon-user_agent:before{content:"\e956"}.puIcon-qr_code:before{content:"\e955"}.puIcon-switch:before{content:"\e954"}.puIcon-search:before{content:"\e953"}.puIcon-make:before,.puIcon-organization:before{content:"\e952"}.puIcon-clear_filter:before{content:"\e950"}.puIcon-filter:before{content:"\e951"}.puIcon-boolean_plus:before{content:"\e94f"}.puIcon-undecided:before{content:"\e94e"}.puIcon-no:before{content:"\e94c"}.puIcon-yes:before{content:"\e94d"}.puIcon-slack:before{content:"\e94b"}.puIcon-column:before,.puIcon-table:before{content:"\e948"}.puIcon-survey:before{content:"\e949"}.puIcon-collect_ideas:before,.puIcon-collection:before{content:"\e94a"}.puIcon-pollunit:before{content:"\e947"}.puIcon-cancel:before,.puIcon-prevent_multiple_participation:before{content:"\e904"}.puIcon-ip:before{content:"\e945"}.puIcon-cookie:before{content:"\e946"}.puIcon-abuse:before{content:"\e900"}.puIcon-add:before,.puIcon-allow_new_options:before{content:"\e902"}.puIcon-admin:before{content:"\e944"}.puIcon-allow_only_invited:before{content:"\e905"}.puIcon-anonymous:before{content:"\e906"}.puIcon-bell:before{content:"\e907"}.puIcon-bell_filled:before{content:"\e908"}.puIcon-blog:before,.puIcon-landing_page:before{content:"\e909"}.puIcon-canvas:before,.puIcon-live_voting:before{content:"\e90a"}.puIcon-clear:before{content:"\e90b"}.puIcon-clipboard:before{content:"\e90c"}.puIcon-close:before{content:"\e90d"}.puIcon-code:before,.puIcon-embed_poll:before{content:"\e91f"}.puIcon-allow_comments:before,.puIcon-comments:before{content:"\e90e"}.puIcon-context_menu:before{content:"\e90f"}.puIcon-copy:before{content:"\e910"}.puIcon-create_theme:before{content:"\e911"}.puIcon-date:before,.puIcon-date_time:before,.puIcon-find_a_date:before,.puIcon-voter_creation:before{content:"\e913"}.puIcon-date_period:before,.puIcon-time_period:before{content:"\e914"}.puIcon-deadline:before,.puIcon-start_end_submission:before,.puIcon-start_end_voting:before,.puIcon-time_until_first_action:before{content:"\e915"}.puIcon-create_your_first_poll:before,.puIcon-decide_in_a_team:before,.puIcon-poll:before{content:"\e916"}.puIcon-dedicated_server:before{content:"\e917"}.puIcon-delete:before{content:"\e918"}.puIcon-destroy_votes:before{content:"\e919"}.puIcon-dot_voting:before{content:"\e91b"}.puIcon-edit:before{content:"\e91c"}.puIcon-effects:before{content:"\e91d"}.puIcon-email:before{content:"\e91e"}.puIcon-encrypted:before{content:"\e920"}.puIcon-export:before{content:"\e912"}.puIcon-facebook:before{content:"\e921"}.puIcon-file:before{content:"\e922"}.puIcon-free:before{content:"\e923"}.puIcon-fullscreen:before{content:"\e924"}.puIcon-distribute_tasks:before,.puIcon-groups:before{content:"\e925"}.puIcon-hidden:before{content:"\e926"}.puIcon-hidden_participants:before{content:"\e927"}.puIcon-image:before{content:"\e928"}.puIcon-info:before{content:"\e929"}.puIcon-choice:before,.puIcon-limit_per_option:before{content:"\e92a"}.puIcon-link:before{content:"\e92b"}.puIcon-location:before{content:"\e92c"}.puIcon-login:before{content:"\e92d"}.puIcon-create_logo:before,.puIcon-logos:before{content:"\e92e"}.puIcon-heart:before,.puIcon-love:before{content:"\e92f"}.puIcon-menu:before{content:"\e930"}.puIcon-boolean:before,.puIcon-cast_your_vote:before,.puIcon-ok:before{content:"\e91a"}.puIcon-optimal_distribution_of_options:before{content:"\e931"}.puIcon-password:before{content:"\e932"}.puIcon-price:before{content:"\e933"}.puIcon-randomize:before,.puIcon-randomize_options:before{content:"\e934"}.puIcon-reactivate:before{content:"\e935"}.puIcon-rotate_left:before{content:"\e936"}.puIcon-rotate_right:before{content:"\e937"}.puIcon-fraud_bot:before,.puIcon-secure:before{content:"\e938"}.puIcon-settings:before{content:"\e903"}.puIcon-share:before{content:"\e939"}.puIcon-show:before{content:"\e93a"}.puIcon-single_select:before{content:"\e93b"}.puIcon-evaluation:before,.puIcon-statistics:before{content:"\e93d"}.puIcon-consensus:before,.puIcon-substract:before{content:"\e93e"}.puIcon-subtitle:before{content:"\e93f"}.puIcon-support:before{content:"\e940"}.puIcon-entry:before,.puIcon-input:before,.puIcon-text:before{content:"\e941"}.puIcon-themes:before,.puIcon-vote_for_images:before{content:"\e942"}.puIcon-advanced_poll_settings:before,.puIcon-tutorials:before{content:"\e943"}.puIcon-clientjs_fingerprint:before,.puIcon-user:before{content:"\e901"}.theme-highlight .puSlider .ui-slider-handle,.theme-highlight .puSlider .ui-slider-handle.ui-state-active,.theme-highlight .puSlider .ui-slider-range{background-color:var(--theme-highlight-color)}.puSlider{border:0!important;height:.2rem;background-color:#445c97;margin:2.7rem 0;position:relative}@media screen and (max-width:500px){.puSlider{margin:2.2rem 0}}.puSlider .ui-slider-handle,.puSlider .ui-slider-handle.ui-state-active,.puSlider .ui-slider-range{background-color:#fff}.puSlider .ui-slider-handle{border-radius:9999px;position:absolute;display:inline-block;outline:none;top:-1rem;margin-left:-1rem;border:0;width:2rem;height:2rem}.ql-container{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px}.ql-editor.ql-blank{opacity:.66;font-style:italic;font-size:1.6rem}.ql-editor li,.ql-editor ol,.ql-editor p,.ql-editor ul,.richTextContent li,.richTextContent ol,.richTextContent p,.richTextContent ul{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.7rem;margin-bottom:0;margin-top:0;margin-left:0;padding-left:0!important}.ql-editor.richTextContent-big li,.ql-editor.richTextContent-big ol,.ql-editor.richTextContent-big p,.ql-editor.richTextContent-big ul,.richTextContent.richTextContent-big li,.richTextContent.richTextContent-big ol,.richTextContent.richTextContent-big p,.richTextContent.richTextContent-big ul{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;font-size:2rem}.ql-editor ol,.ql-editor ul,.richTextContent ol,.richTextContent ul{list-style-position:outside}.ql-editor ol{margin-left:1.8rem!important}.ql-editor ul{margin-left:1.5rem!important}.richTextContent ol{margin-left:1.6rem}.richTextContent ol li{padding-left:1rem}.richTextContent ul{margin-left:2rem}.richTextContent ul li{padding-left:.6rem}.ql-video{width:100%;background:#000}.ql-snow .ql-tooltip{box-shadow:0 0 5px rgba(0,0,0,.1)}.ql-snow .ql-tooltip input[type=text]{box-shadow:none}.ql-toolbar.ql-snow .ql-formats{margin-right:1.2rem}.ql-toolbar.ql-snow .ql-formats:last-child{margin-right:0}.theme-background-2 .ql-snow .ql-tooltip{background-color:#080c17;border-color:#1a284b;color:#949bad}.theme-background-2 .ql-snow .ql-tooltip a.ql-action:after,.theme-background-2 .ql-snow .ql-tooltip input[type=text]{border-color:#1a284b}.theme-highlight .ql-formats button.ql-active .puIcon,.theme-highlight .ql-formats button:focus .puIcon,.theme-highlight .ql-formats button:hover .puIcon{color:var(--theme-highlight-color)}.quote{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:3.3rem;color:#ec734a;max-width:100%;width:65rem;text-align:center;margin:3rem auto;font-style:italic;border:0}.quote+.quotedBy{margin-top:-2rem}.quotedBy{margin:3rem auto;max-width:100%;width:65rem;text-align:center}.quotedBy>img{max-height:3.3rem}.radioToggle label{transition:color .5s ease;cursor:pointer;padding-top:.3rem;padding-bottom:.3rem}.radioToggle label:focus{color:#00a8ab!important;outline:none}.radioToggle input[type=radio]:focus+label:before{border-width:.1rem!important}.radioToggle input[type=radio]+input[type=radio]:checked+label,.radioToggle input[type=radio]+input[type=radio]:not(:checked)+label{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;padding:.2rem 4.5rem .2rem 0;margin-right:1rem;color:rgba(74,74,74,.5)}.radioToggle input[type=radio]+input[type=radio]:checked+label+label,.radioToggle input[type=radio]+input[type=radio]:not(:checked)+label+label{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;position:relative;z-index:1;margin-left:-3.5rem;padding-left:3.5rem}.radioToggle input[type=radio]+input[type=radio]:checked+label:before,.radioToggle input[type=radio]+input[type=radio]:not(:checked)+label:before{width:3.6rem;height:2.4rem;position:absolute;right:0;left:inherit;top:-.1rem;background-color:#fff;border-radius:2rem}.radioToggle input[type=radio]+input[type=radio]:checked+label:after,.radioToggle input[type=radio]:checked+input[type=radio]+label:after{content:"";display:block;height:1.8rem;width:1.8rem;position:absolute;top:.2rem;right:.3rem;opacity:0;background-color:#00a8ab;transition:all .5s ease;border-radius:9999px}.radioToggle input[type=radio]:checked+input[type=radio]+label{color:#1a1a1a}.radioToggle input[type=radio]:checked+input[type=radio]+label+label{color:rgba(74,74,74,.5)}.radioToggle input[type=radio]:checked+input[type=radio]+label:after{right:1.5rem;opacity:1}.radioToggle input[type=radio]+input[type=radio]:checked+label{color:rgba(74,74,74,.5)}.radioToggle input[type=radio]+input[type=radio]:checked+label+label{color:#1a1a1a}.radioToggle input[type=radio]+input[type=radio]:checked+label:after{right:.3rem;opacity:1}.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label,.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label+label,.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label,.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label+label{color:#4a4a4a}.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label:before,.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label:before{background-color:#fff!important}.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label+label,.theme-background-1 .radioToggle:not(.ignore-theme) input[type=radio]:checked+input[type=radio]+label{color:#1a1a1a}.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label,.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label+label,.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label,.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label+label{color:#949bad}.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label:before,.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:not(:checked)+label:before{background-color:#080c17!important}.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label+label,.theme-background-2 .radioToggle:not(.ignore-theme) input[type=radio]:checked+input[type=radio]+label{color:#c0c9e0}.theme-highlight .radioToggle:not(.ignore-theme) input[type=radio]+input[type=radio]:checked+label:after,.theme-highlight .radioToggle:not(.ignore-theme) input[type=radio]:checked+input[type=radio]+label:after{background-color:var(--theme-highlight-color)}input[type=range]{display:none}.rangeslider,.rangeslider__fill{box-shadow:none;z-index:2}.rangeslider__fill{background-color:#00a8ab}.rangeslider.rangeslider--horizontal{background-color:#eaeaea;height:1.2rem}.rangeslider__handle{transition:transform .5s ease;transform:scale(1);height:2.1rem;width:2.1rem;box-shadow:none;background-image:none;background-color:#00a8ab;border:0;z-index:2}.rangeslider__handle:hover{transform:scale(1.2)}.rangeslider--horizontal .rangeslider__handle{top:-.5rem}.rangeslider__handle:after{display:none}.rangeSliderWrapper{position:relative;padding:2.1rem 0 0;margin-top:.5rem;margin-bottom:1rem;min-width:10rem;font-size:1.4rem}.rangeSliderWrapper.rangeSliderWrapper-small{min-width:0;margin-bottom:0;margin-top:0;padding-top:0}.rangeSliderWrapper.rangeSliderWrapper-small>.rangeSliderCurrent,.rangeSliderWrapper.rangeSliderWrapper-small>.rangeSliderMax,.rangeSliderWrapper.rangeSliderWrapper-small>.rangeSliderMin{display:none}.rangeSliderWrapper.rangeSliderWrapper-small .rangeslider.rangeslider--horizontal{height:.8rem}.rangeSliderWrapper.rangeSliderWrapper-small .rangeslider.rangeslider--horizontal .rangeslider__handle{height:1.4rem;width:1.4rem;top:-.3rem}.rangeSliderWrapper>.rangeSliderCurrent,.rangeSliderWrapper>.rangeSliderMax,.rangeSliderWrapper>.rangeSliderMin{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:300;position:absolute;top:0;min-width:2rem;text-align:center}.rangeSliderWrapper>.rangeSliderMin{left:0;text-align:left}.rangeSliderWrapper>.rangeSliderMax{right:0;text-align:right}.rangeSliderWrapper>.rangeSliderCurrent{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;transform:translateX(-50%);min-width:1rem;position:absolute;top:0;left:50%}body.theme-highlight .rangeslider__fill,body.theme-highlight .rangeslider__handle{background-color:var(--theme-highlight-color)}body .rangeSliderWrapper-noValue .rangeslider__fill,body .rangeSliderWrapper-noValue .rangeslider__handle{background-color:#8a8a8a}body .rangeSliderWrapper-noValue>.rangeSliderCurrent{display:none}#lightbox .rangeSliderCurrent,.matrix-dark .rangeSliderCurrent,.theme-background-2 .rangeSliderCurrent{color:#f1f1f1}#lightbox .rangeSliderDot,.matrix-dark .rangeSliderDot,.theme-background-2 .rangeSliderDot{border-color:#2c437d;background-color:#1a284b}#lightbox .rangeslider.rangeslider--horizontal,.matrix-dark .rangeslider.rangeslider--horizontal,.theme-background-2 .rangeslider.rangeslider--horizontal{background-color:#1a284b}#lightbox .rangeSliderWrapper-noValue .rangeslider__fill,#lightbox .rangeSliderWrapper-noValue .rangeslider__handle,.matrix-dark .rangeSliderWrapper-noValue .rangeslider__fill,.matrix-dark .rangeSliderWrapper-noValue .rangeslider__handle,.theme-background-2 .rangeSliderWrapper-noValue .rangeslider__fill,.theme-background-2 .rangeSliderWrapper-noValue .rangeslider__handle{background-color:#949bad}#lightbox .rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider--horizontal .rangeslider__handle:after,.matrix-dark .rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider--horizontal .rangeslider__handle:after,.theme-background-2 .rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider--horizontal .rangeslider__handle:after{border-color:#1a284b}.rangeSliderWrapper.rangeSliderWrapper-matrix{transition:margin-bottom .5s ease;padding-top:0;margin-top:.8rem;margin-bottom:.8rem}.rangeSliderWrapper.rangeSliderWrapper-matrix.rangeSliderWrapper-withAnswer:not(.rangeSliderWrapper-noValue){margin-bottom:2.7rem}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeSliderCurrent{white-space:nowrap;top:1.8rem}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider.rangeslider--horizontal{height:.4rem}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider.rangeslider--horizontal:after{content:"";position:absolute;top:-2rem;bottom:-2rem;left:0;right:0}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider--horizontal .rangeslider__handle{top:-.9rem}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider--horizontal .rangeslider__handle:after{border-radius:9999px;content:" ";border:.2rem solid #fff;display:block;width:1.5rem;height:1.5rem}.rangeSliderWrapper.rangeSliderWrapper-matrix .rangeslider__fill{background-color:transparent!important}.rangeSliderGrid{left:1rem;right:1.1rem;z-index:2}.rangeSliderDot,.rangeSliderGrid{position:absolute;pointer-events:none}.rangeSliderDot{border-radius:9999px;height:2.1rem;width:2.1rem;margin-left:-1rem;border:.3rem solid #eaeaea;background-color:#fff;top:-.9rem}.reactions{margin:.5rem -.2rem 1rem}.reaction{border-radius:9999px;position:relative;display:inline-block;background:#f1f1f1;margin:.2rem;white-space:nowrap;vertical-align:middle;padding:.4rem .6rem .5rem}.reaction.reaction-voted{background-color:#00a8ab;background-color:var(--theme-highlight-color)}.reaction.reaction-voted .reactionCount{color:#fff;color:var(--theme-highlight-font-color)}.reactionEmoji{display:inline-block;font-size:1.6rem;position:relative;top:.3rem;width:1.9rem}.body-safari .reactionEmoji{top:.2rem;font-size:1.3rem}.reactionCount{display:inline-block;font-size:1.3rem;position:relative;top:.1rem;color:#4a4a4a}.theme-background-2 .reaction:not(.reaction-voted) .reactionCount{color:#949bad}.reactionPickerWrapper{position:relative;display:inline-block}.reactionHover,.reactionPicker{border-radius:4px;transform:translateX(-50%);padding:.2rem;position:absolute;background-color:#f1f1f1;border:.2rem solid #ccc;width:21.2rem;min-height:4rem;bottom:2.5rem;left:50%;z-index:1}.reactionHover:before,.reactionPicker:before{transform:translateX(-50%) rotate(45deg);content:"";position:absolute;background-color:#ccc;width:2rem;height:2rem;bottom:-.5rem;left:50%;z-index:1}.reactionHover:after,.reactionPicker:after{content:"";background-color:#f1f1f1;position:absolute;bottom:0;left:1rem;right:1rem;height:2rem;z-index:2}.reactionHover{display:none;pointer-events:none;bottom:4rem;width:15rem;min-height:0;padding:.6rem .4rem;white-space:normal;text-align:center;font-size:1.4rem}.reaction:hover .reactionHover{display:block}.reactionNames{position:relative;z-index:3;color:#4a4a4a;line-height:1.6rem}.furtherReactions{opacity:.66}.theme-background-2 .reactionNames{color:#949bad}.reactionPickerBtn{border-radius:4px;position:relative;width:3rem;height:3rem;display:inline-block;margin:.2rem;padding:.6rem;font-size:1.6rem;line-height:2.3rem;z-index:3;outline:none}.reactionPickerBtn:hover{background-color:#fff}.body-safari .reactionPickerBtn{font-size:1.3rem}#lightbox .reaction:not(.reaction-voted),.theme-background-2 .reaction:not(.reaction-voted){background:#1a284b;color:#445c97}.remoteToggleWrapper{position:relative;white-space:nowrap;min-height:2.2rem}.remoteToggleWrapper+.remoteToggleWrapper{margin-top:1rem}.remoteToggle{border-radius:9999px;transition:all .5s ease;display:inline-block;position:absolute;top:0;left:0;border:.1rem solid #ccc;background-color:#f1f1f1;width:3.6rem;height:2.2rem;z-index:1}.remoteToggle .remoteToggleBubble{border-radius:9999px;transition:all .5s ease;position:absolute;background-color:#ccc;width:1.6rem;height:1.6rem;top:.2rem;left:.2rem}.remoteToggle .remoteToggleBubble:after,.remoteToggle .remoteToggleBubble:before{transition:all .5s ease;content:"";position:absolute;display:block;width:1rem;margin-left:-.5rem;height:.2rem;margin-top:-.1rem;top:50%;left:50%;background-color:#4a4a4a}.remoteToggle .remoteToggleBubble:before{transform:rotate(45deg)}.remoteToggle .remoteToggleBubble:after{transform:rotate(-45deg)}.remoteToggle.remoteToggle-disabled{cursor:not-allowed}.remoteToggle.remoteToggle-active:not(.remoteToggle-disabled){border:.1rem solid #00ab54;background-color:rgba(0,171,84,.3)}.remoteToggle.remoteToggle-active:not(.remoteToggle-disabled) .remoteToggleBubble{background-color:#00ab54}.remoteToggle.remoteToggle-active:not(.remoteToggle-disabled) .remoteToggleBubble:after,.remoteToggle.remoteToggle-active:not(.remoteToggle-disabled) .remoteToggleBubble:before{background-color:hsla(0,0%,100%,.9)}.remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled){border:.1rem solid #ff9500;background-color:rgba(255,149,0,.3)}.remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled) .remoteToggleBubble{background-color:#ff9500}.remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled) .remoteToggleBubble:after,.remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled) .remoteToggleBubble:before{background-color:hsla(0,0%,100%,.9)}.remoteToggle.remoteToggle-active .remoteToggleBubble{left:1.6rem}.remoteToggle.remoteToggle-active .remoteToggleBubble:before{width:.5rem;margin-top:.1rem;margin-left:-.5rem;transform:rotate(45deg)}.remoteToggle.remoteToggle-active .remoteToggleBubble:after{width:.9rem;margin-left:-.3rem;transform:rotate(-45deg)}.remoteToggleLabel{display:inline-block;position:relative;top:.4rem;left:0;font-size:1.6rem;white-space:break-spaces;padding-left:4.4rem;color:#4a4a4a}.theme-background-2 .remoteToggleLabel{color:#949bad}.theme-background-2 .remoteToggle{border-color:#4e5462;background-color:rgba(78,84,98,.1)}.theme-background-2 .remoteToggle .remoteToggleBubble{background-color:#4e5462}.theme-background-2 .remoteToggle.remoteToggle-active:not(.remoteToggle-disabled) .remoteToggleBubble:after,.theme-background-2 .remoteToggle.remoteToggle-active:not(.remoteToggle-disabled) .remoteToggleBubble:before,.theme-background-2 .remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled) .remoteToggleBubble:after,.theme-background-2 .remoteToggle.remoteToggle-warning:not(.remoteToggle-disabled) .remoteToggleBubble:before,.theme-background-2 .remoteToggle .remoteToggleBubble:after,.theme-background-2 .remoteToggle .remoteToggleBubble:before{background-color:#080c17}.schemaList{margin:0 auto;max-width:40rem}#poll-schema.schema-list table,.schemaList{display:none}#poll-schema.schema-list .schemaList{display:block}#poll-schema{border-radius:4px;padding:4rem;background-size:cover;background-position:50%;overflow:hidden;background-color:hsla(0,0%,80%,.5)}@media screen and (max-width:500px){#poll-schema{padding:2.5rem}}@media screen and (max-width:400px){#poll-schema{padding:2rem}}#poll-schema .lowest-resistance-hidden{display:inline-block}#poll-schema .lowest-resistance-shown{display:none}#poll-schema .rating{font-size:2rem}#poll-schema .dot span{border-radius:9999px;display:inline-block;width:1.4rem;height:1.4rem;margin:0 .2rem}#poll-schema.lowest-resistance .lowest-resistance-hidden{display:none}#poll-schema.lowest-resistance .lowest-resistance-shown{display:inline-block}#poll-schema.lowest-resistance .check:after{transform:rotate(90deg);width:0}#poll-schema.lowest-resistance .dot>.dot{position:relative}#poll-schema.lowest-resistance .dot>.dot:before{content:"";position:absolute;top:50%;left:50%;display:block;width:.8rem;height:.2rem;margin-left:-.4rem;margin-top:-.1rem;background-color:#fff}#poll-schema.boolean-heart .boolean-heart,#poll-schema.boolean-plus .boolean-plus,#poll-schema.boolean-thumb .boolean-thumb,#poll-schema.boolean .boolean,#poll-schema.date-period .date-period,#poll-schema.date-time .date-time,#poll-schema.date .date,#poll-schema.dot .dot,#poll-schema.emoji .emoji,#poll-schema.image .image,#poll-schema.range .range,#poll-schema.rating .rating,#poll-schema.superlative .superlative,#poll-schema.text .text,#poll-schema.time-period .time-period{opacity:1;display:inline-block}#poll-schema.vote-limit-per-option-1 .dot>.puIcon:first-child~.puIcon,#poll-schema.vote-limit-per-option-2 .dot>.puIcon:nth-child(2)~.puIcon,#poll-schema.vote-limit-per-option-3 .dot>.puIcon:nth-child(3)~.puIcon,#poll-schema.vote-limit-per-option-4 .dot>.puIcon:nth-child(4)~.puIcon,#poll-schema.vote-limit-per-option-5 .dot>.puIcon:nth-child(5)~.puIcon,#poll-schema.vote-limit-per-option-6 .dot>.puIcon:nth-child(6)~.puIcon,#poll-schema.vote-limit-per-option-7 .dot>.puIcon:nth-child(7)~.puIcon,#poll-schema.vote-limit-per-option-8 .dot>.puIcon:nth-child(8)~.puIcon,#poll-schema.vote-limit-per-option-9 .dot>.puIcon:nth-child(9)~.puIcon,#poll-schema.vote-limit-per-option-10 .dot>.puIcon:nth-child(10)~.puIcon,#poll-schema.vote-limit-per-voter-1 .dot .puIcon,#poll-schema.vote-limit-per-voter-1 .dot .puIcon:first-child~.puIcon,#poll-schema.vote-limit-per-voter-2 .dot .puIcon,#poll-schema.vote-limit-per-voter-2 .dot .puIcon:nth-child(2)~.puIcon,#poll-schema.vote-limit-per-voter-3 .dot .puIcon,#poll-schema.vote-limit-per-voter-3 .dot .puIcon:nth-child(3)~.puIcon,#poll-schema.vote-limit-per-voter-4 .dot .puIcon,#poll-schema.vote-limit-per-voter-4 .dot .puIcon:nth-child(4)~.puIcon,#poll-schema.vote-limit-per-voter-5 .dot .puIcon,#poll-schema.vote-limit-per-voter-5 .dot .puIcon:nth-child(5)~.puIcon,#poll-schema.vote-limit-per-voter-6 .dot .puIcon:nth-child(6)~.puIcon,#poll-schema.vote-limit-per-voter-7 .dot .puIcon:nth-child(7)~.puIcon,#poll-schema.vote-limit-per-voter-8 .dot .puIcon:nth-child(8)~.puIcon,#poll-schema.vote-limit-per-voter-9 .dot .puIcon:nth-child(9)~.puIcon,#poll-schema.vote-limit-per-voter-10 .dot .puIcon:nth-child(10)~.puIcon{display:none}#poll-schema.vote-limit-per-voter-1 .dot .dot-1,#poll-schema.vote-limit-per-voter-2 .dot .dot-1,#poll-schema.vote-limit-per-voter-2 .dot .dot-2,#poll-schema.vote-limit-per-voter-3 .dot .dot-1,#poll-schema.vote-limit-per-voter-3 .dot .dot-2,#poll-schema.vote-limit-per-voter-3 .dot .dot-3,#poll-schema.vote-limit-per-voter-4 .dot .dot-1,#poll-schema.vote-limit-per-voter-4 .dot .dot-2,#poll-schema.vote-limit-per-voter-4 .dot .dot-3,#poll-schema.vote-limit-per-voter-4 .dot .dot-4,#poll-schema.vote-limit-per-voter-5 .dot .dot-1,#poll-schema.vote-limit-per-voter-5 .dot .dot-2,#poll-schema.vote-limit-per-voter-5 .dot .dot-3,#poll-schema.vote-limit-per-voter-5 .dot .dot-4,#poll-schema.vote-limit-per-voter-5 .dot .dot-5{display:inline-block}#poll-schema.allow-info-link .info-link,#poll-schema.allow-subtitle .subtitles{display:table-row}#poll-schema .info-link,#poll-schema .subtitles{display:none}#poll-schema .info-link td,#poll-schema .subtitles td{border:0;padding-top:0}#poll-schema p{margin-top:0}#poll-schema p span{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;display:none;margin-left:2.2rem;position:relative}#poll-schema p span:before{content:"";position:absolute;display:block;top:.5rem;left:-1.6rem;height:.8rem;width:.8rem;transform:rotate(-45deg)}.box.schema .info-link,.box.schema .subtitles{margin-top:.5rem}.box.schema .subtitles{opacity:.5}.box.schema .boxFlexItem>span{display:none}#poll-schema.allow-info-link .box.schema .info-link,#poll-schema.allow-subtitle .box.schema .subtitles{display:block}table.schema{border-radius:4px;overflow:hidden}table.schema tr td,table.schema tr th{position:relative;text-align:center;width:25%;font-size:1.6rem;white-space:nowrap;height:3.9rem}table.schema tr td .dateFormat,table.schema tr th .dateFormat{font-size:1.6rem}table.schema tr td .puIcon-user,table.schema tr th .puIcon-user{float:left;margin:-.1rem 1rem 0 .4rem}table.schema tr td .hide-mobile,table.schema tr th .hide-mobile{display:inline-block}table.schema tr td:first-child,table.schema tr th:first-child{text-align:left}@media screen and (max-width:670px){table.schema tr td,table.schema tr th{font-size:1.4rem}table.schema tr td .puIcon,table.schema tr th .puIcon{float:none;margin:0;position:relative}table.schema tr td .hide-mobile,table.schema tr th .hide-mobile{display:none}table.schema tr td:first-child,table.schema tr th:first-child{text-align:center}}table.schema tr td>span,table.schema tr th>span{position:absolute;display:block;width:100%;top:50%;left:0;opacity:0;transition:all .5s ease;transform:translateY(-50%)}table.schema tr td>span.schema-visible,table.schema tr th>span.schema-visible{display:block;opacity:1}table.schema tr th{height:6rem}table.schema tr th span{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}table.schema img{height:6rem}#poll-schema .box.box-withThumb{min-height:auto;padding-left:1.5rem}#poll-schema .boxThumbWrapper{display:none;height:8rem;min-height:auto}#poll-schema .boxThumbWrapper .boxThumb{height:8rem}#poll-schema.image table.schema tr th{height:9rem}@media screen and (max-width:400px){#poll-schema.image table.schema tr th{height:7rem}#poll-schema.image table.schema tr th img{height:4rem}}#poll-schema.image .boxThumbWrapper{display:none}@media screen and (min-width:400px){#poll-schema.image .box.box-withThumb{min-height:8rem;padding-left:11.2rem}#poll-schema.image .boxContent{height:5rem}#poll-schema.image .boxThumbWrapper{display:block;width:11.2rem}}#poll-schema.theme-highlight.best td.best,#poll-schema.theme-highlight.best th.best,#poll-schema.theme-highlight.lowest-resistance td.lowest-resistance-winning,#poll-schema.theme-highlight.lowest-resistance th.lowest-resistance-winning,#poll-schema.theme-highlight.optimal-distribution td.optimal-distribution,#poll-schema.theme-highlight.optimal-distribution th.optimal-distribution,.theme-highlight #poll-schema.best td.best,.theme-highlight #poll-schema.best th.best,.theme-highlight #poll-schema.lowest-resistance td.lowest-resistance-winning,.theme-highlight #poll-schema.lowest-resistance th.lowest-resistance-winning,.theme-highlight #poll-schema.optimal-distribution td.optimal-distribution,.theme-highlight #poll-schema.optimal-distribution th.optimal-distribution{background-color:var(--theme-highlight-color-a15)}#poll-schema.theme-highlight p span,.theme-highlight #poll-schema p span{color:var(--theme-highlight-color)}#poll-schema.theme-highlight p span:before,.theme-highlight #poll-schema p span:before{border-right:.3rem solid var(--theme-highlight-color);border-bottom:.3rem solid var(--theme-highlight-color)}#poll-schema.theme-highlight .dot span,.theme-highlight #poll-schema .dot span{background-color:var(--theme-highlight-color)}.theme-highlight table.schema tr:not(.subtitles):not(.info-link) td{color:var(--theme-highlight-color)}.theme-highlight table.schema tr:not(.subtitles):not(.info-link) td:first-child{color:inherit}.theme-background-1 .puIcon-undecided{color:#4a4a4a}.theme-background-1 table.schema{background-color:#fff}.theme-background-1 table.schema tr:hover th,.theme-background-1 table.schema tr th{color:#4a4a4a}.theme-background-1 table.schema tr.info-link td,.theme-background-1 table.schema tr.subtitles td,.theme-background-1 table.schema tr:hover.info-link td,.theme-background-1 table.schema tr:hover.subtitles td{color:#4a4a4a;background-color:hsla(0,0%,100%,.8)}.theme-background-2 .puIcon-undecided{color:#949bad}.theme-background-2 table.schema{background-color:#080c17}.theme-background-2 table.schema tr:hover th,.theme-background-2 table.schema tr th{color:#949bad}.theme-background-2 table.schema tr.info-link td,.theme-background-2 table.schema tr.subtitles td,.theme-background-2 table.schema tr:hover.info-link td,.theme-background-2 table.schema tr:hover.subtitles td{color:#949bad;background-color:rgba(8,12,23,.8)}.searchField{position:relative}.searchField .puIcon{position:absolute;top:.8rem;left:.9rem}.searchField input[type=search]{padding-left:3.5rem}.searchField.searchField-big .puIcon{top:1.4rem}.searchField.searchField-big input[type=search]{padding:1.5rem 1.5rem 1.5rem 3.5rem}.theme-background-2 .searchField .puIcon{color:#4a4a4a}.securityLevel{display:inline-block;font-size:1.4rem}.securityLevel .puIcon{opacity:.3;pointer-events:none;color:#4a4a4a}.securityLevel .puIcon.securityLevelSecureIcon{opacity:1;color:#00ab54}.securityLevel .puIcon.securityLevelSecureIcon.puIcon-warning{color:#ff9500}label>.securityLevel{position:relative;top:-.5rem}@media screen and (max-width:670px){label>.securityLevel{display:block;top:0;margin-top:.4rem;margin-bottom:.4rem}}.theme-background-1 .securityLevel .puIcon:not(.securityLevelSecureIcon){color:#1a1a1a}.theme-background-2 .securityLevel .puIcon:not(.securityLevelSecureIcon){color:#c0c9e0}.overlayContainer .jssocials-share{display:block;width:100%;margin:10px 0}.overlayContainer .jssocials-share .jssocials-share-link{font-size:2rem;display:block;width:100%;text-align:left;height:4rem;padding:.8rem 1.5rem}.overlayContainer .jssocials-share .jssocials-share-link .jssocials-share-label{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;padding-left:.5rem;top:0}.overlayContainer .jssocials-share .jssocials-share-link .jssocials-share-logo{font-size:2.5rem;position:relative;left:-1rem;left:-.3rem;margin-right:.5rem}.jssocials-share{font-size:1rem}.jssocials-share .jssocials-share-link{text-decoration:none;font-size:1.6rem;border-radius:4px}.jssocials-share a .jssocials-share-label,.jssocials-share a .jssocials-share-logo{color:#fff}.jssocials-share a .jssocials-share-label{position:relative;top:.1rem}.jssocials-share a .jssocials-share-logo{font-size:2.2rem}textarea.shrinkableTextarea{transition:all .5s ease;height:3.8rem;overflow:hidden;margin-bottom:0}textarea.shrinkableTextarea+.shrinkableTextareaSibling{transition:all .5s ease;pointer-events:none;position:absolute;bottom:0;left:0;opacity:0}textarea.shrinkableTextarea:not(:-moz-placeholder-shown){height:10rem;margin-bottom:4rem}textarea.shrinkableTextarea:not(:-ms-input-placeholder){height:10rem;margin-bottom:4rem}textarea.shrinkableTextarea:focus,textarea.shrinkableTextarea:not(:placeholder-shown){height:10rem;margin-bottom:4rem}textarea.shrinkableTextarea:not(:-moz-placeholder-shown)+.shrinkableTextareaSibling{pointer-events:auto;opacity:1}textarea.shrinkableTextarea:not(:-ms-input-placeholder)+.shrinkableTextareaSibling{pointer-events:auto;opacity:1}textarea.shrinkableTextarea:focus+.shrinkableTextareaSibling,textarea.shrinkableTextarea:not(:placeholder-shown)+.shrinkableTextareaSibling{pointer-events:auto;opacity:1}textarea.shrinkableTextarea.shrinkableTextarea-active{height:10rem;margin-bottom:4rem}textarea.shrinkableTextarea.shrinkableTextarea-active+.shrinkableTextareaSibling{pointer-events:auto;opacity:1}.shrinkableTextareaWrapper{position:relative}body{width:100%;height:100%}.slideout-open,.slideout-open .slideout-panel,.slideout-open body{overflow:hidden}.slideout-open .slideout-panel{transform:translateX(25.6rem)}#content,#footer,#mainHeader,#mobile-menu{transition:all .5s ease}.slideout-open #content,.slideout-open #footer,.slideout-open #mainHeader{transform:translateX(25.6rem)}.slideout-open #mobile-menu{transform:translateX(0)}#mobile-menu{position:fixed;left:0;top:0;bottom:0;right:0;z-index:10;width:25.6rem;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#080c17;transform:translateX(-25.6rem)}#mobile-menu .buildHelperButton{position:absolute;top:0;left:0;right:0}#mobile-menu h2{color:hsla(0,0%,80%,.4);padding:3rem 2rem 0}#mobile-menu>ul{padding-top:7rem}#mobile-menu ul{top:0;transform:translateY(0)}#mobile-menu ul li{font-size:1.8rem;border-top:1px solid #1a284b;list-style:none;position:relative}#mobile-menu ul li.subMenuItem-onlyExpanded{display:none}#mobile-menu ul li .puIcon{position:absolute;margin-top:-.2rem;opacity:.5;font-size:1.8rem;width:1.8rem;height:1.8rem}#mobile-menu ul li .text{padding-left:3.5rem}#mobile-menu ul li .account-label{float:right}#mobile-menu ul li ul li.not-allowed,#mobile-menu ul li ul li a:not(.account-label){color:hsla(0,0%,80%,.65);font-size:1.6rem;padding:1.3rem 2rem 1.1rem;background-color:rgba(26,40,75,.4)}#mobile-menu ul li.headline{padding:3.5rem 2rem 1rem;color:#ccc}#mobile-menu ul li.not-allowed,#mobile-menu ul li a:not(.account-label){transition:all .5s ease;font-size:1.8rem;padding:2rem 2rem 1.7rem;display:list-item;text-decoration:none;position:relative;line-height:0}#mobile-menu ul li.not-allowed:not(.btn),#mobile-menu ul li a:not(.account-label):not(.btn){color:#ccc;outline:none}#mobile-menu ul li.not-allowed.not-allowed,#mobile-menu ul li a:not(.account-label).not-allowed{color:hsla(0,0%,80%,.4)}#mobile-menu ul li.not-allowed svg,#mobile-menu ul li a:not(.account-label) svg{width:25px;height:25px;position:absolute;top:14px;left:20px}#mobile-menu ul li.not-allowed svg path,#mobile-menu ul li.not-allowed svg polygon,#mobile-menu ul li.not-allowed svg rect,#mobile-menu ul li a:not(.account-label) svg path,#mobile-menu ul li a:not(.account-label) svg polygon,#mobile-menu ul li a:not(.account-label) svg rect{fill:#ccc}#mobile-menu ul li.not-allowed:hover:not(.btn),#mobile-menu ul li a:not(.account-label):hover:not(.btn){background-color:#1a284b}#mobile-menu ul li.not-allowed.active:not(.btn),#mobile-menu ul li a:not(.account-label).active:not(.btn){background-color:#00a8ab}#mobile-menu ul li.not-allowed{color:rgba(44,67,125,.5)}#mobile-menu ul li .btn{margin:1.2rem 2rem;font-size:1.6rem}.sidebarContent{margin-bottom:8rem}.sidebarContent img{max-width:100%}.sidebarContent .sidebarContent-sidebar{position:-webkit-sticky;position:sticky;top:11rem;width:26%;float:left;max-height:90vh;max-height:calc(100vh - 11rem);overflow-y:auto;margin:0 2rem 0 -2rem;padding-bottom:2rem}.sidebarContent .sidebarContent-sidebar>*{border-right:.1rem solid #ccc;padding-right:1rem}.sidebarContent .sidebarContent-content{position:relative;width:70%;float:left;margin:4rem 0 0 4%}.sidebarContent .sidebarContent-content>:last-child{margin-bottom:.8rem}.sidebarContent:after{content:"";display:block;width:100%;height:1px;clear:both}body.body-withSubHeader .sidebarContent{margin-top:2rem}body.body-withSubHeader .sidebarContent .sidebarContent-content{margin-top:0}@media print{.sidebarContent .sidebarContent-sidebar{display:none}.sidebarContent .sidebarContent-content{width:100%;margin-left:0}}@media screen and (max-width:800px){.sidebarContent .sidebarContent-sidebar{display:none}.sidebarContent .sidebarContent-content{width:100%;margin-left:0}.sidebarContent .sidebarContent-sidebar-showMobile{display:block;width:100%;position:relative;float:none;top:0;padding:0;margin:0 0 2rem}.sidebarContent .sidebarContent-sidebar-showMobile>*{border:0;padding:0}}.sign{display:inline-block;width:20rem;text-align:center;vertical-align:top;font-size:1.4rem;margin:1rem}.sign>img{width:100%}.sign>strong{display:block;font-size:1.8rem;margin-bottom:.5rem}.sketchpadWrapper{border-radius:4px;position:relative;border:.1rem solid #ccc}.sketchpadWrapper canvas{display:block}.sketchpadWrapper .sketchpad{background-color:#fff}.sketchpadWrapper .sketchpadControls{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;position:-webkit-sticky;position:sticky;top:0;border-bottom:.1rem solid #ccc;background-color:#fff;padding:.8rem;height:4.1rem}.sketchpadWrapper .sketchpadControls .sketchpadColorPicker{display:inline-block;margin-right:1rem;vertical-align:top}.sketchpadWrapper .sketchpadControls .sketchpadColorPicker .pcr-button{height:2.4rem;width:2.4rem}.sketchpadWrapper .sketchpadControls .sketchpadControlsRight{float:right}.sketchpadWrapper .sketchpadControls .sketchpadAction{background:none;border:none;cursor:pointer;display:inline-block;padding:.3rem}.sketchpadWrapper .sketchpadControls .sketchpadSlider{position:relative;top:.4rem;display:inline-block;width:6rem}.sketchpadWrapper .sketchpadControls .puIcon{color:#4a4a4a}.sketchpadWrapper.sketchpadWrapper-dark{border-color:#1a284b}.sketchpadWrapper.sketchpadWrapper-dark .puIcon{color:#949bad}.sketchpadWrapper.sketchpadWrapper-dark .sketchpadControls{border-color:#1a284b;background-color:#1a284b}.theme-highlight .sketchpadWrapper .sketchpadControls .sketchpadAction.sketchpadAction-active .puIcon,.theme-highlight .sketchpadWrapper .sketchpadControls .sketchpadAction:focus .puIcon,.theme-highlight .sketchpadWrapper .sketchpadControls .sketchpadAction:hover .puIcon{color:var(--theme-highlight-color)}.sketchpad{width:100%}.sketchpadPlaceholder{transform:translateY(-50%);opacity:.66;font-style:italic;font-size:1.6rem;pointer-events:none;position:absolute;margin-top:1.5rem;top:50%;left:0;right:0;text-align:center}table.smallTable>tbody>tr,table.smallTable>thead>tr{background-color:transparent}table.smallTable>tbody>tr>td,table.smallTable>tbody>tr>th,table.smallTable>thead>tr>td,table.smallTable>thead>tr>th{font-size:1.6rem;padding:.5rem;background-color:transparent;border-bottom:0;border-top:.1rem solid #ccc}table.smallTable>thead>tr>th{border-top:0}@media screen and (max-width:670px){table.smallTable.responsive>tbody>tr>td,table.smallTable.responsive>tbody>tr>th,table.smallTable.responsive>thead>tr>td,table.smallTable.responsive>thead>tr>th{font-size:2.2rem;padding:1rem}}body.theme-background-2 table.smallTable.getThemeColor>tbody>tr>th,body.theme-background-2 table.smallTable.getThemeColor>thead>tr>th{color:#c0c9e0;border-top:.1rem solid #1a284b}body.theme-background-2 table.smallTable.getThemeColor>tbody>tr>td,body.theme-background-2 table.smallTable.getThemeColor>thead>tr>td{color:#949bad;border-top:.1rem solid #1a284b}body.theme-background-2 table.smallTable.getThemeColor>thead>tr>th{border-top:0}.socialMediaPreview{border-radius:4px;margin:1rem 0;position:relative;display:block;background-color:#fff;overflow:hidden;font-size:1.4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,\.SFNSText-Regular,sans-serif;-webkit-font-smoothing:subpixel-antialiased;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.socialMediaPreview img{display:block}.socialMediaPreviewFooter{padding:1rem 1.2rem;color:#1d2129;border:.1rem solid #dadde1;background:#f2f3f5}.socialMediaPreviewUrl{border-collapse:separate;color:#606770;direction:ltr;display:block;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;height:1.7rem;line-height:1.1rem;overflow-x:hidden;overflow-y:hidden;text-align:left;text-overflow:ellipsis;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;word-wrap:break-word;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0;-webkit-font-smoothing:antialiased}.socialMediaPreviewTitle{margin-top:.5rem;color:#1d2129;display:inline;font-size:1.6rem;font-weight:600;height:auto;letter-spacing:normal;text-align:left;-webkit-text-decoration-color:#1d2129;text-decoration-color:#1d2129;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;transition-delay:0s;transition-duration:.1s;transition-property:color;transition-timing-function:ease-in-out;width:auto}.socialMediaPreviewDescription,.socialMediaPreviewTitle{border-collapse:separate;direction:ltr;font-family:Helvetica,Arial,sans-serif;line-height:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:normal;word-wrap:break-word;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0;-webkit-font-smoothing:antialiased}.socialMediaPreviewDescription{color:#606770;display:-webkit-box;font-size:1.4rem;height:1.8rem;margin-top:.3rem;max-height:8rem;overflow-x:hidden;overflow-y:hidden;text-align:left;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:1}.sort_link{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#00a8ab}.spinner,.spinner:after{border-radius:50%;width:2.2rem;height:2.2rem;vertical-align:middle;margin:.3rem}.spinner.spinner-small,.spinner.spinner-small:after{border-radius:50%;width:1.1rem;height:1.1rem}.spinner.spinner-big,.spinner.spinner-big:after{border-radius:50%;width:3.3rem;height:3.3rem}.spinner{transform:translateZ(0);-webkit-animation:spin 1.1s linear infinite;animation:spin 1.1s linear infinite;display:inline-block;position:relative;border:.6rem solid rgba(74,74,74,.2);border-left-color:#4a4a4a}.spinner.spinner-small{border-width:.3rem}.spinner.spinner-center{margin:-1.1rem 0 0 -1.1rem;top:50%;left:50%}.boxThumb>.spinner,.fileThumb>.spinner,.thumb>.spinner{position:absolute;left:50%;top:50%;margin-left:-1.1rem;margin-top:-1.1rem}.stepsOverview{position:-webkit-sticky;position:sticky;cursor:s-resize;white-space:nowrap;padding:1.2rem 1.5rem 0;overflow:hidden;background:#f1f1f1;bottom:0;z-index:2}.stepsOverview.stepsOverview-closed{cursor:n-resize;height:3.2rem}.stepsOverview .step{overflow:hidden}.stepsOverviewContent{overflow-x:auto;text-align:center;position:relative;padding-bottom:1.5rem}.stepsOverviewHeader{position:relative;padding-bottom:.7rem;font-size:1.3rem;top:-.1rem;color:#8a8a8a}.stepsOverviewHeader a{color:#4a4a4a}.stepsOverviewToggle{display:inline-block;position:relative;top:-.3rem;left:-.2rem;width:3rem;text-align:right}.stepsOverviewToggle.stepsOverviewToggle-show{display:hide}.stepsOverviewToggle.stepsOverviewToggle-hide{display:inline-block}.stepsOverviewToggle:before{transform:rotate(-135deg);content:"";border-left:.3rem solid #4a4a4a;border-top:.3rem solid #4a4a4a;display:inline-block;width:1rem;height:1rem}.stepsOverview-closed .stepsOverviewContent{display:none}.stepsOverview-closed .stepsOverviewToggle{top:.2rem}.stepsOverview-closed .stepsOverviewToggle:before{transform:rotate(45deg)}#stepsWrapper{display:flex;min-height:100vh;min-height:calc(100vh - 6.8rem);width:100%;align-items:center;justify-content:center;position:relative;padding:7rem 0}#stepsWrapper>.stepsHeader{position:absolute;top:1.7rem;left:0;right:0}#stepsWrapper>.steps{display:table-cell;vertical-align:middle;text-align:center}body.body-embed #stepsWrapper{min-height:50rem}.step,.stepMessages{width:55rem;max-width:86vw;margin-left:0;margin-right:0}@media screen and (max-width:374px){.step,.stepMessages{max-width:88vw}}@media screen and (max-width:319px){.step,.stepMessages{max-width:90vw}}.step{box-shadow:0 0 .5rem rgba(0,0,0,.1);border-radius:4px;transition:all .5s ease;background-color:#fff;position:relative;display:inline-block;padding:3rem;text-align:left;opacity:1;white-space:normal;vertical-align:middle;word-break:break-word}@media screen and (max-width:670px){.step{padding:2.5rem}}@media screen and (max-width:500px){.step{padding:2rem}}.step.step-placeholder{background:none;border:.3rem dashed #ccc}.step.step-forward{opacity:0;margin-left:-10rem}.step.step-backward{opacity:0;margin-right:-10rem}.step .stepHeader{font-weight:700;font-size:2.6rem;margin-bottom:2rem}.step .stepContent,.step .stepHeader{font-family:Hansom FY,Helvetica,Arial,sans-serif}.step .stepContent{font-weight:500}.step .stepContent>:last-child{margin-bottom:0}.step .stepFooter{text-align:center;margin-top:3rem}.step .stepFooter:after{content:"";display:block;clear:both}.step.step-preview{transition:none .5s ease;padding:1rem 1.1rem .7rem;width:17rem;height:4.6rem;margin-left:1rem}@media screen and (max-width:670px){.step.step-preview{width:14rem}}.step.step-preview.step-draggable{padding-left:2.5rem}.step.step-preview>.stepHeader{height:2.8rem;font-size:1.4rem;margin-bottom:1rem;overflow:hidden}.step.step-preview>.stepHeader:after{content:"";display:block;position:absolute;bottom:0;right:0;width:7rem;height:2.3rem;background:red;background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 75%)}.stepsOverviewContent>.step.step-preview:first-child{margin-left:0}.stepActionLink{top:0;left:0;right:0;bottom:0}.stepActionLink,.stepActionLink>.puIcon{transition:all .5s ease;position:absolute}.stepActionLink>.puIcon{transform:translateX(-50%) translateY(-50%);top:50%;left:50%;color:#ccc}.stepActionLink:hover{background-color:hsla(0,0%,94.5%,.5)}.stepActionLink:hover>.puIcon{color:#4a4a4a}.step.step-double{display:flex;width:100rem;padding:0}@media screen and (max-width:990px){.step.step-double{display:block}}.step.step-double>.stepColumn{width:50%;padding:3rem}@media screen and (max-width:670px){.step.step-double>.stepColumn{padding:2.5rem}}@media screen and (max-width:500px){.step.step-double>.stepColumn{padding:2rem}}.step.step-double>.stepColumn:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}@media screen and (max-width:990px){.step.step-double>.stepColumn{width:100%}.step.step-double>.stepColumn:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-right-radius:0;border-top-left-radius:0}}.stepMode{text-align:left;position:relative;top:-1rem;margin-left:-.8rem;margin-right:-.8rem}.stepMode>.contextMenu{right:-1.5rem;top:-.3rem}.stepMode>.iconBox{margin:0}.stepMode.stepMode-right{text-align:right}.theme-background-2 .step:not(.step-preview){background-color:#080c17}.theme-background-2 .step:not(.step-preview) .stepHeader{color:#c0c9e0}.theme-background-2 .step:not(.step-preview) .stepContent,.theme-background-2 .step:not(.step-preview) .stepContent p{color:#949bad}.theme-background-2 .step:not(.step-preview) .stepColumn-invert{background-color:#fff}.theme-background-2 .step:not(.step-preview) .stepColumn-invert .stepHeader{color:#1a1a1a}.theme-background-2 .step:not(.step-preview) .stepColumn-invert .stepContent,.theme-background-2 .step:not(.step-preview) .stepColumn-invert .stepContent p{color:#4a4a4a}.theme-background-2 .step:not(.step-preview) .stepColumn-invert .comment{color:#949bad}.theme-background-1 .stepColumn-invert{background-color:#080c17}.theme-background-1 .stepColumn-invert .stepHeader{color:#c0c9e0}.theme-background-1 .stepColumn-invert .stepContent,.theme-background-1 .stepColumn-invert .stepContent label,.theme-background-1 .stepColumn-invert .stepContent p{color:#949bad}.theme-background-1 .stepColumn-invert .comment label,.theme-background-1 .stepColumn-invert .comment p{color:#4a4a4a}.step .columns.columns-disableInStep{display:block}.step .hideInStep{display:none}.tabs{margin:0 -1rem 1rem}.tabs:after{content:"";display:block;clear:both}.tab{padding:0 0 .5rem;margin:0 1rem .5rem;float:left;color:#8a8a8a;cursor:pointer;font-size:1.6rem;height:2.5rem}.tab.tab-active{color:#1a1a1a;border-bottom:.2rem solid #00a8ab}.theme-background-2 .tab{color:#4e5462;border-color:#1a284b}.theme-background-2 .tab.tab-active{color:#c0c9e0}.theme-highlight .tab.tab-active{border-bottom:.2rem solid var(--theme-highlight-color)}table{border-spacing:0;border-collapse:separate;width:100%;word-break:break-word;text-align:left}table.tableSimple>thead>tr>th{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.4rem;color:#4a4a4a}table.align-top>tbody>tr>td,table.align-top>tbody>tr>th,table.align-top>thead>tr>td,table.align-top>thead>tr>th,table.align-top>tr>td,table.align-top>tr>th{vertical-align:top}table>thead>tr.tableFilter:hover td,table>thead>tr.tableFilter td{background-color:#ccc;padding:.5rem 1rem}table>thead>tr>th{background-color:#fff}table>thead>tr>th.transparent{background-color:transparent}table>tbody>tr:last-child>td,table>thead>tr:last-child>td,table>tr:last-child>td{border-bottom:0}table>tbody>tr>td,table>tbody>tr>th,table>thead>tr>td,table>thead>tr>th,table>tr>td,table>tr>th{vertical-align:middle;padding:10px;transition:all .5s ease}table>tbody>tr>td.no-break,table>tbody>tr>th.no-break,table>thead>tr>td.no-break,table>thead>tr>th.no-break,table>tr>td.no-break,table>tr>th.no-break{white-space:nowrap}table>tbody>tr>td.w-50,table>tbody>tr>th.w-50,table>thead>tr>td.w-50,table>thead>tr>th.w-50,table>tr>td.w-50,table>tr>th.w-50{width:50px;min-width:50px}table>tbody>tr>td.w-60,table>tbody>tr>th.w-60,table>thead>tr>td.w-60,table>thead>tr>th.w-60,table>tr>td.w-60,table>tr>th.w-60{width:60px;min-width:60px}table>tbody>tr>td.w-100,table>tbody>tr>th.w-100,table>thead>tr>td.w-100,table>thead>tr>th.w-100,table>tr>td.w-100,table>tr>th.w-100{width:100px;min-width:100px}table>tbody>tr>td.w-115,table>tbody>tr>th.w-115,table>thead>tr>td.w-115,table>thead>tr>th.w-115,table>tr>td.w-115,table>tr>th.w-115{width:115px;min-width:115px}table>tbody>tr>td.w-125,table>tbody>tr>th.w-125,table>thead>tr>td.w-125,table>thead>tr>th.w-125,table>tr>td.w-125,table>tr>th.w-125{width:125px;min-width:125px}table>tbody>tr>td.w-150,table>tbody>tr>th.w-150,table>thead>tr>td.w-150,table>thead>tr>th.w-150,table>tr>td.w-150,table>tr>th.w-150{width:150px;min-width:150px}table>tbody>tr>td.w-175,table>tbody>tr>th.w-175,table>thead>tr>td.w-175,table>thead>tr>th.w-175,table>tr>td.w-175,table>tr>th.w-175{width:175px;min-width:175px}table>tbody>tr>td.w-200,table>tbody>tr>th.w-200,table>thead>tr>td.w-200,table>thead>tr>th.w-200,table>tr>td.w-200,table>tr>th.w-200{width:200px;min-width:200px}table>tbody>tr>td.w-275,table>tbody>tr>th.w-275,table>thead>tr>td.w-275,table>thead>tr>th.w-275,table>tr>td.w-275,table>tr>th.w-275{width:275px;min-width:275px}table>tbody>tr>td.min-100,table>tbody>tr>th.min-100,table>thead>tr>td.min-100,table>thead>tr>th.min-100,table>tr>td.min-100,table>tr>th.min-100{min-width:10rem}table>tbody>tr>td.min-150,table>tbody>tr>th.min-150,table>thead>tr>td.min-150,table>thead>tr>th.min-150,table>tr>td.min-150,table>tr>th.min-150{min-width:15rem}table>tbody>tr>td.min-200,table>tbody>tr>th.min-200,table>thead>tr>td.min-200,table>thead>tr>th.min-200,table>tr>td.min-200,table>tr>th.min-200{min-width:20rem}table>tbody>tr>td.no-bottom-border,table>tbody>tr>th.no-bottom-border,table>thead>tr>td.no-bottom-border,table>thead>tr>th.no-bottom-border,table>tr>td.no-bottom-border,table>tr>th.no-bottom-border{border-bottom:0}table>tbody>tr>td,table>thead>tr>td,table>tr>td{border-bottom:1px solid #ccc}table>tbody>tr>th.highlight.highlight-1,table>thead>tr>th.highlight.highlight-1,table>tr>th.highlight.highlight-1{color:#00a8ab;background-color:transparent}table>tbody>tr>th.highlight.highlight-2,table>thead>tr>th.highlight.highlight-2,table>tr>th.highlight.highlight-2{color:#e3b612;background-color:transparent}table>tbody>tr>th.highlight.highlight-3,table>thead>tr>th.highlight.highlight-3,table>tr>th.highlight.highlight-3{color:#ec734a;background-color:transparent}table>tbody>tr>th.highlight.highlight-4,table>thead>tr>th.highlight.highlight-4,table>tr>th.highlight.highlight-4{color:#805f7c;background-color:transparent}@media screen and (max-width:670px){table.responsive .hide-responsive,table.smallTable.responsive .hide-responsive{display:none}table.responsive tr,table.smallTable.responsive tr{background-color:#fff;position:relative;padding:20px;box-sizing:border-box;color:#080c17;border-radius:4px;margin:20px 0}table.responsive tr>td:last-child,table.smallTable.responsive tr>td:last-child{border-bottom:0}table.responsive td,table.responsive th,table.responsive tr,table.smallTable.responsive td,table.smallTable.responsive th,table.smallTable.responsive tr{display:block;text-align:left;min-height:47px}table.responsive td .btn.btn-big,table.responsive th .btn.btn-big,table.responsive tr .btn.btn-big,table.smallTable.responsive td .btn.btn-big,table.smallTable.responsive th .btn.btn-big,table.smallTable.responsive tr .btn.btn-big{margin-top:-5px}table.responsive td.w-100,table.responsive td.w-125,table.responsive td.w-150,table.responsive td.w-175,table.responsive td.w-200,table.responsive td.w-275,table.responsive th.w-100,table.responsive th.w-125,table.responsive th.w-150,table.responsive th.w-175,table.responsive th.w-200,table.responsive th.w-275,table.responsive tr.w-100,table.responsive tr.w-125,table.responsive tr.w-150,table.responsive tr.w-175,table.responsive tr.w-200,table.responsive tr.w-275,table.smallTable.responsive td.w-100,table.smallTable.responsive td.w-125,table.smallTable.responsive td.w-150,table.smallTable.responsive td.w-175,table.smallTable.responsive td.w-200,table.smallTable.responsive td.w-275,table.smallTable.responsive th.w-100,table.smallTable.responsive th.w-125,table.smallTable.responsive th.w-150,table.smallTable.responsive th.w-175,table.smallTable.responsive th.w-200,table.smallTable.responsive th.w-275,table.smallTable.responsive tr.w-100,table.smallTable.responsive tr.w-125,table.smallTable.responsive tr.w-150,table.smallTable.responsive tr.w-175,table.smallTable.responsive tr.w-200,table.smallTable.responsive tr.w-275{width:100%}table.responsive td.responsive-center,table.responsive th.responsive-center,table.responsive tr.responsive-center,table.smallTable.responsive td.responsive-center,table.smallTable.responsive th.responsive-center,table.smallTable.responsive tr.responsive-center{text-align:center}table.responsive td[data-responsive-title],table.responsive th[data-responsive-title],table.responsive tr[data-responsive-title],table.smallTable.responsive td[data-responsive-title],table.smallTable.responsive th[data-responsive-title],table.smallTable.responsive tr[data-responsive-title]{padding-left:140px}table.responsive td[data-responsive-title]:before,table.responsive th[data-responsive-title]:before,table.responsive tr[data-responsive-title]:before,table.smallTable.responsive td[data-responsive-title]:before,table.smallTable.responsive th[data-responsive-title]:before,table.smallTable.responsive tr[data-responsive-title]:before{content:attr(data-responsive-title);display:block;width:120px;text-align:right;left:20px;position:absolute}table.responsive td.responsive-headline,table.responsive th.responsive-headline,table.responsive tr.responsive-headline,table.smallTable.responsive td.responsive-headline,table.smallTable.responsive th.responsive-headline,table.smallTable.responsive tr.responsive-headline{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;text-align:center}}table.table-small>tbody>tr>td,table.table-small>tbody>tr>th,table.table-small>thead>tr:first-child>td,table.table-small>thead>tr:first-child>th,table.table-small>thead>tr>td,table.table-small>thead>tr>th,table.table-small>tr>td,table.table-small>tr>th{font-size:1.6rem;border-bottom:1px solid #ccc}table.table-small>tbody>tr>th,table.table-small>thead>tr:first-child>th,table.table-small>thead>tr>th,table.table-small>tr>th{background:transparent}td.slimmest,th.slimmest{white-space:nowrap;width:1px}th>.thContent-small{display:inline-block;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.6rem}td.td-shortField{width:7rem}.scrollableTable{padding:3rem 0;overflow-x:auto;width:100%;background-image:linear-gradient(90deg,#f1f1f1,#f1f1f1),linear-gradient(90deg,#f1f1f1,#f1f1f1),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.25),hsla(0,0%,100%,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.25),hsla(0,0%,100%,0));background-position:0,100%,0,100%;background-repeat:no-repeat;background-color:#f1f1f1;background-size:3rem 100%,3rem 100%,1.5rem 100%,1.5rem 100%;background-attachment:local,local,scroll,scroll}.scrollableTable .contextMenu ul{transform:translateY(-50%);top:50%}.trDragHandle{position:relative;opacity:.5;width:2rem;white-space:break-spaces;height:3rem;cursor:move}.trDragHandle:hover{opacity:1}.trDragHandle:after{content:".. .. .. ..";position:absolute;top:50%;left:.7rem;height:2.5rem;margin-top:-1.4rem;line-height:.5rem}.tagify__tag>div>.tagify__tag-text{position:relative;top:.1rem;word-break:break-word}.tagify__tag>div:before{--tag-inset-shadow-size:10rem}.owl-carousel.themes{position:relative}.owl-carousel.themes .item{border-radius:4px;transition:background-color .5s ease;background-color:hsla(0,0%,100%,.9);border-top:10px solid #00a8ab}.owl-carousel.themes .item.item-noTopBorder{border-top:0}.owl-carousel.themes .item>.content{padding:20px}.owl-carousel.themes .item>.content h2{margin:0 0 10px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owl-carousel.themes .item>.content .owl-edit{position:absolute;bottom:20px;right:20px}.owl-carousel.themes .item>.preview{height:200px;background-size:cover;background-position:50%}.owl-carousel.themes .item>.preview.preview-theme{background-color:#f1f1f1}.owl-carousel.themes .item.theme-highlight{border-color:var(--theme-highlight-color)}.owl-carousel.themes .item.theme-highlight>.content .btn{background-color:var(--theme-highlight-color)}.owl-carousel.themes .item.theme-highlight>.content .btn:hover{background-color:var(--theme-highlight-hover-color)}.colorSelector{position:relative;cursor:pointer;width:2.66rem;height:2.66rem;margin-top:.8rem}.colorSelector>label{padding:.5rem 0 0 3.6rem;display:block}.colorSelector>.colorSelectorCurrentOption{border-radius:2px;position:absolute;top:0;left:0;right:0;bottom:0}.colorSelector>.colorSelectorCurrentOption.color-highlight-1{background-color:#00a8ab}.colorSelector>.colorSelectorCurrentOption.color-highlight-2{background-color:#e3b612}.colorSelector>.colorSelectorCurrentOption.color-highlight-3{background-color:#ec734a}.colorSelector>.colorSelectorCurrentOption.color-highlight-4{background-color:#805f7c}.colorSelector>.colorSelectorCurrentOption.color-highlight-5{background-color:#3e5eb0}.colorSelector>.colorSelectorCurrentOption.color-highlight-6{background-color:#005caa}.colorSelector>.colorSelectorCurrentOption.color-highlight-7{background-color:#e45e0d}.colorSelector>.colorSelectorCurrentOption.color-highlight-8{background-color:#71a422}.colorSelector>.colorSelectorCurrentOption.color-highlight-9{background-color:#e6e6e6}.colorSelector>.colorSelectorCurrentOption.color-highlight-10{background-color:#1a1a1a}.colorSelector>.colorSelectorCurrentOption.color-highlight-11{background-color:#114054}.colorSelector>.colorSelectorCurrentOption.color-highlight-12{background-color:#e5326b}.colorSelector>.colorSelectorCurrentOption.color-background-1{background-color:#fff}.colorSelector>.colorSelectorCurrentOption.color-background-2{background-color:#080c17}.colorSelector>.colorSelectorOptions{border-radius:4px;position:absolute;bottom:100%;left:0;display:none;background-color:#fff;padding:.4rem .4rem 0;min-width:9.4rem}.colorSelector>.colorSelectorOptions>.colorSelectorOption{box-shadow:inset 0 0 .2rem rgba(0,0,0,.3);margin:.4rem;display:inline-block;height:3.5rem;width:3.5rem;border-radius:4px;cursor:pointer}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-1{background-color:#00a8ab}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-2{background-color:#e3b612}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-3{background-color:#ec734a}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-4{background-color:#805f7c}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-5{background-color:#3e5eb0}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-6{background-color:#005caa}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-7{background-color:#e45e0d}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-8{background-color:#71a422}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-9{background-color:#e6e6e6}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-10{background-color:#1a1a1a}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-11{background-color:#114054}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-highlight-12{background-color:#e5326b}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-background-1{background-color:#fff}.colorSelector>.colorSelectorOptions>.colorSelectorOption.color-background-2{background-color:#080c17}.public-theme-box h2{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#themeWizard .themePreview{border:1px solid #ccc}#themeWizard .themePreview,.themePreview{border-radius:4px;height:250px;background-size:cover;background-position:50%;background-color:#f1f1f1;overflow:hidden;border:.1rem solid #ccc}#themeWizard .themePreview img,.themePreview img{width:100%}#themeWizard .themePreview .header,.themePreview .header{height:4rem;transition:background-color .5s ease;text-align:center}#themeWizard .themePreview .header .logo,.themePreview .header .logo{height:100%}#themeWizard .themePreview .header .logo svg,.themePreview .header .logo svg{height:100%;width:auto;padding:3px 0 3px 10px}#themeWizard .themePreview .header .logo svg path,#themeWizard .themePreview .header .logo svg polygon,#themeWizard .themePreview .header .logo svg rect,.themePreview .header .logo svg path,.themePreview .header .logo svg polygon,.themePreview .header .logo svg rect{transition:fill .5s ease}#themeWizard .themePreview h1,.themePreview h1{margin:1.2rem 0;padding:.3rem .5rem 0;font-size:3.3rem;text-align:center;transition:color .5s ease}#themeWizard .themePreview table,.themePreview table{width:80%;margin:0 auto}#themeWizard .themePreview table td,#themeWizard .themePreview table th,.themePreview table td,.themePreview table th{border-color:transparent;padding:6px;transition:all .5s ease}#themeWizard .themePreview.theme-filled-headlines h1,.themePreview.theme-filled-headlines h1{text-align:left;display:inline-block;margin-left:10%}#themeWizard .themePreview.theme-bold-headlines h1,.themePreview.theme-bold-headlines h1{font-weight:700}#themeWizard .themePreview.theme-shadowed-headlines h1,.themePreview.theme-shadowed-headlines h1{text-shadow:0 0 .5rem rgba(0,0,0,.4),.1rem .1rem .1rem rgba(0,0,0,.4)}#themeWizard .themePreview.theme-glowing-headlines h1,.themePreview.theme-glowing-headlines h1{text-shadow:0 0 1rem hsla(0,0%,100%,.4),0 0 .5rem hsla(0,0%,100%,.8)}#themeWizard .themePreview.theme-shadowed-headlines.theme-glowing-headlines h1,.themePreview.theme-shadowed-headlines.theme-glowing-headlines h1{text-shadow:0 0 1rem hsla(0,0%,100%,.4),.1rem .1rem .1rem rgba(0,0,0,.4)}#themeWizard .themePreview.theme-background-1 .header,.themePreview.theme-background-1 .header{background-color:#fff}#themeWizard .themePreview.theme-background-1 table td,#themeWizard .themePreview.theme-background-1 table th,.themePreview.theme-background-1 table td,.themePreview.theme-background-1 table th{color:#4a4a4a;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;font-size:1.5rem}#themeWizard .themePreview.theme-background-1 table th,.themePreview.theme-background-1 table th{background-color:#fff}#themeWizard .themePreview.theme-background-1 table td,.themePreview.theme-background-1 table td{background-color:hsla(0,0%,100%,.9)}#themeWizard .themePreview.theme-background-2 .header,.themePreview.theme-background-2 .header{background-color:#080c17}#themeWizard .themePreview.theme-background-2 table td,#themeWizard .themePreview.theme-background-2 table th,.themePreview.theme-background-2 table td,.themePreview.theme-background-2 table th{color:#949bad;font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;font-size:1.5rem}#themeWizard .themePreview.theme-background-2 table th,.themePreview.theme-background-2 table th{background-color:#080c17}#themeWizard .themePreview.theme-background-2 table td,.themePreview.theme-background-2 table td{background-color:rgba(8,12,23,.9)}#themeWizard .themePreview.theme-font h1,.themePreview.theme-font h1{color:var(--theme-font-color)}#themeWizard .themePreview.theme-highlight .header .logo svg path,#themeWizard .themePreview.theme-highlight .header .logo svg polygon,#themeWizard .themePreview.theme-highlight .header .logo svg rect,.themePreview.theme-highlight .header .logo svg path,.themePreview.theme-highlight .header .logo svg polygon,.themePreview.theme-highlight .header .logo svg rect{fill:var(--theme-highlight-color)}#themeWizard .themePreview.theme-highlight table th,.themePreview.theme-highlight table th{border-top:5px solid var(--theme-highlight-color)}#themeWizard .themePreview.theme-highlight:not(.theme-filled-headlines) h1,.themePreview.theme-highlight:not(.theme-filled-headlines) h1{background-color:transparent!important}#themeWizard .themePreview.theme-highlight.theme-filled-headlines h1,.themePreview.theme-highlight.theme-filled-headlines h1{background-color:var(--theme-highlight-color)}.overlayContainer .content h1{margin-bottom:1rem}.overlayContainer .theme-fontStyle-serif h1,.theme-fontStyle-serif h1{font-family:serif}.overlayContainer .theme-fontStyle-sans_serif h1,.theme-fontStyle-sans_serif h1{font-family:sans-serif}.overlayContainer .theme-fontStyle-monospace h1,.theme-fontStyle-monospace h1{font-family:monospace}.thumbWrapper{border-radius:4px;position:relative;overflow:hidden;background-color:#080c17;text-align:center;display:flex;align-items:center;justify-content:center}.thumbWrapper img{display:block;margin:0 auto;max-width:100%;max-height:100%}.thumbWrapper.thumbWrapper-200{height:20rem}.thumbWrapper.thumbWrapper-zoomable{transform:scale(1);transition:all .5s ease}.thumbWrapper.thumbWrapper-zoomable:hover{transform:scale(1.2);z-index:1}ul.timeline{position:relative;padding:2rem 0}ul.timeline:before{content:"";position:absolute;top:0;bottom:0;left:1rem;width:.1rem;background-color:#ccc}ul.timeline li.timelineItem{position:relative;list-style:none;padding:0 0 0 9rem;font-size:2.2rem}ul.timeline li.timelineItem>.timelineItemDate,ul.timeline li.timelineItem>.timelineItemYear{position:absolute;color:#00a8ab;left:3.4rem}ul.timeline li.timelineItem>.timelineItemYear{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;top:.2rem}ul.timeline li.timelineItem>.timelineItemDate{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:500;top:2.5rem;font-size:1.2rem}ul.timeline li.timelineItem+li.timelineItem{margin-top:3rem}ul.timeline li.timelineItem.timelineItem-highlight-1>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-1>.timelineItemYear{color:#00a8ab}ul.timeline li.timelineItem.timelineItem-highlight-1:before{border-color:#00a8ab}ul.timeline li.timelineItem.timelineItem-highlight-2>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-2>.timelineItemYear{color:#e3b612}ul.timeline li.timelineItem.timelineItem-highlight-2:before{border-color:#e3b612}ul.timeline li.timelineItem.timelineItem-highlight-3>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-3>.timelineItemYear{color:#ec734a}ul.timeline li.timelineItem.timelineItem-highlight-3:before{border-color:#ec734a}ul.timeline li.timelineItem.timelineItem-highlight-4>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-4>.timelineItemYear{color:#805f7c}ul.timeline li.timelineItem.timelineItem-highlight-4:before{border-color:#805f7c}ul.timeline li.timelineItem.timelineItem-highlight-5>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-5>.timelineItemYear{color:#3e5eb0}ul.timeline li.timelineItem.timelineItem-highlight-5:before{border-color:#3e5eb0}ul.timeline li.timelineItem.timelineItem-highlight-6>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-6>.timelineItemYear{color:#005caa}ul.timeline li.timelineItem.timelineItem-highlight-6:before{border-color:#005caa}ul.timeline li.timelineItem.timelineItem-highlight-7>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-7>.timelineItemYear{color:#e45e0d}ul.timeline li.timelineItem.timelineItem-highlight-7:before{border-color:#e45e0d}ul.timeline li.timelineItem.timelineItem-highlight-8>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-8>.timelineItemYear{color:#71a422}ul.timeline li.timelineItem.timelineItem-highlight-8:before{border-color:#71a422}ul.timeline li.timelineItem.timelineItem-highlight-9>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-9>.timelineItemYear{color:#e6e6e6}ul.timeline li.timelineItem.timelineItem-highlight-9:before{border-color:#e6e6e6}ul.timeline li.timelineItem.timelineItem-highlight-10>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-10>.timelineItemYear{color:#1a1a1a}ul.timeline li.timelineItem.timelineItem-highlight-10:before{border-color:#1a1a1a}ul.timeline li.timelineItem.timelineItem-highlight-11>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-11>.timelineItemYear{color:#114054}ul.timeline li.timelineItem.timelineItem-highlight-11:before{border-color:#114054}ul.timeline li.timelineItem.timelineItem-highlight-12>.timelineItemDate,ul.timeline li.timelineItem.timelineItem-highlight-12>.timelineItemYear{color:#e5326b}ul.timeline li.timelineItem.timelineItem-highlight-12:before{border-color:#e5326b}ul.timeline li.timelineItem:before{border-radius:9999px;content:"";position:absolute;top:.3rem;left:.3rem;width:1.5rem;height:1.5rem;border:.2rem solid #00a8ab;background-color:#f1f1f1}.tinyLink{margin:1rem 0;display:inline-block;color:#8a8a8a;font-size:1.5rem}.tinyLink:hover,.tinyLink:hover .puIcon{color:#4a4a4a}.tinyLink .puIcon{position:relative;top:-.1rem;color:#8a8a8a}.toggleHandle{position:relative;display:inline-block;padding-left:1.7rem;cursor:pointer;line-height:1.8rem}.toggleHandle:after{transform:rotate(-45deg);content:"";position:absolute;top:.4rem;left:.2rem;height:.8rem;width:.8rem;border-right:.3rem solid #4a4a4a;border-bottom:.3rem solid #4a4a4a}.toggleHandle.toggleHandle-dark:after{border-color:#949bad}.toggleWrapper .toggleTarget{display:none}.toggleWrapper.toggleWrapper-active .toggleTarget{display:block}.toggleWrapper.toggleWrapper-active .toggleHandle:after{transform:rotate(45deg)}.toggleButtonWrapper{display:flex}.toggleButtonWrapper .toggleButton:first-child:not(:last-child){border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.toggleButtonWrapper .toggleButton:last-child:not(:first-child){border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}a.toggleButton{border-radius:4px;display:inline-block;position:relative;background-color:#f1f1f1;padding:.9rem .5rem .8rem;font-size:1.6rem;color:#4a4a4a!important;border:.1rem solid #ccc;width:100%;cursor:pointer}a.toggleButton>.puIcon{margin:-.2rem}a.toggleButton.toggleButton-active{background-color:#00ab54;border-color:#00ab54}a.toggleButton.toggleButton-active>.puIcon{color:#fff}a.toggleButton.toggleButton-active.toggleButton-highlight-12{border-color:#e5326b;background-color:#e5326b}a.toggleButton.toggleButton-active.toggleButton-danger{border-color:#e41e4d;background-color:#e41e4d}a.toggleButton.disabledLink{cursor:default}a.toggleButton.disabledLink:hover:not(.toggleButton-active)>.puIcon{color:#4a4a4a}a.toggleButton.toggleButton-dark:not(.toggleButton-active){background-color:#1a284b;color:#080c17;border-color:#1a284b}a.toggleButton.toggleButton-dark:not(.toggleButton-active)>.puIcon{color:#ccc}a.toggleButton.toggleButton-dark:not(.toggleButton-active).disabledLink:hover{background-color:#949bad;border-color:#949bad}a.toggleButton.toggleButton-dark:not(.toggleButton-active).disabledLink:hover>.puIcon{color:#080c17}p[data-number]{position:relative;padding-left:3.3rem}p[data-number]:before{content:attr(data-number);font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;border-radius:9999px;box-sizing:border-box;font-size:16px;font-size:1.6rem;display:block;width:24px;width:2.4rem;height:24px;height:2.4rem;padding:.4rem;position:absolute;top:-2px;top:-.2rem;left:0;text-align:center;background:#1a284b;color:#fff}.urlField{position:relative}.urlField>.urlField-prepend{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;position:absolute;top:0;left:0;height:3.5rem;background-color:rgba(0,0,0,.2);line-height:1.1;padding:1rem;font-size:1.6rem;min-width:14rem;text-align:center;opacity:.5}.urlField .field_with_errors>input,.urlField>input{padding-left:15rem}.videoContainer{position:relative;background:#000}.videoContainer:before{display:block;content:"";width:100%;padding-top:56.25%}.videoContainer>.content,.videoContainer>img{position:absolute;top:0;left:0;right:0;bottom:0}.videoContainer>iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;outline:none}.vote{display:inline-block}.optionAlreadyAssigned{line-height:2.5rem;font-size:1.5rem}.optionAlreadyAssigned>.puIcon{position:relative;top:-.1rem;margin-right:.4rem}@media screen and (max-width:670px){.optionAlreadyAssigned{margin-top:.4rem}}.rating-symbol{transition:all .5s ease;transform:scale(1)}.rating-symbol:focus{transform:scale(1.3);outline:none}#welcomeHeader{padding:15rem 0}#welcomeTourHeader{padding:15rem 0 8rem;margin-bottom:-1rem}#welcomeTypes{position:relative;margin-top:-13rem}#welcomeCarouselWrapper{padding:2rem;margin-left:-2rem}@media screen and (max-width:670px){#welcomeCarouselWrapper{padding:0;margin-left:0}}#welcomeCarouselWrapper .owl-item:after{content:"";padding-top:67%;display:block}.wizardProgress{margin:0 0 2rem;padding:0;overflow:hidden}.wizardProgress:after{transition:all .5s ease;content:"";height:1px;display:block;clear:both}.wizardProgress.wizardProgress-full{overflow:visible;margin-top:.2rem;margin-left:-2rem}.wizardProgress.wizardProgress-full:before{transition:all .5s ease;content:"";position:absolute;top:-.2rem;left:50%;margin-left:-50vw;width:100vw;height:.2rem;background-color:#f1f1f1}.wizardProgress.wizardProgress-full>li:before{display:none}.wizardProgress.wizardProgress-full>li:first-child:before,.wizardProgress.wizardProgress-full>li:last-child:after{transition:all .5s ease;transform:rotate(0deg);content:"";display:block;position:absolute;top:0;height:3rem;width:100vw;background-color:#4a4a4a;opacity:1;border:0}.wizardProgress.wizardProgress-full>li:first-child:before{left:-100vw}.wizardProgress.wizardProgress-full>li:last-child:after{right:-100vw}.wizardProgress:not(.wizardProgress-full)>li:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.wizardProgress:not(.wizardProgress-full)>li:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.wizardProgress:not(.wizardProgress-full)>li:last-child:after{display:none}.wizardProgress>li{transition:all .5s ease;position:relative;list-style-type:none;display:block;float:left;margin:0;padding:0;text-align:center;line-height:3.1rem;height:3rem;background-color:#4a4a4a;font-size:1.6rem}.wizardProgress>li,.wizardProgress>li>a{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700;color:#f1f1f1}.wizardProgress>li>a{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wizardProgress>li:before{transform:rotate(45deg);content:"";display:inline-block;width:.7rem;height:1.1rem;border:.4rem solid hsla(0,0%,100%,.5);border-top:0;border-left:0;z-index:2;position:relative;left:-1rem;opacity:0}.wizardProgress>li:after{transition:all .5s ease;box-sizing:border-box;content:"";position:absolute;top:0;left:100%;z-index:1;width:0;height:0;pointer-events:none;border:1.5rem solid transparent;border-left-color:#4a4a4a}.wizardProgress>li.wizardProgressItem-done{color:#fff;background-color:#00ab54}.wizardProgress>li.wizardProgressItem-done>a{color:#fff}.wizardProgress>li.wizardProgressItem-done:before{opacity:1}.wizardProgress>li.wizardProgressItem-done:after{border-color:rgba(0,171,84,0) rgba(0,171,84,0) rgba(0,171,84,0) #00ab54}.wizardProgress>li.wizardProgressItem-active{color:#fff;background-color:#04c462}.wizardProgress>li.wizardProgressItem-active>a{color:#fff}.wizardProgress>li.wizardProgressItem-active:after{border-color:rgba(4,196,98,0) rgba(4,196,98,0) rgba(4,196,98,0) #04c462}.wizardProgress>li.wizardProgressItem-danger{color:#fff;background-color:#e41e4d}.wizardProgress>li.wizardProgressItem-danger>a{color:#fff}.wizardProgress>li.wizardProgressItem-danger:after{border-color:rgba(228,30,77,0) rgba(228,30,77,0) rgba(228,30,77,0) #e41e4d}.wizardProgress.wizardProgress-steps-2>li{width:50%}.wizardProgress.wizardProgress-steps-3>li{width:33.33%}.wizardProgress.wizardProgress-steps-4>li{width:25%}.wizardProgress.wizardProgress-steps-5>li{width:20%}.wizardProgress.wizardProgress-steps-6>li{width:16.66%}.wizardProgress.wizardProgress-mobileScaleActive .wizardProgressNumber,.wizardProgress.wizardProgress-mobileScaleActive .wizardProgressTitle{font-family:Hansom FY,Helvetica,Arial,sans-serif;font-weight:700}@media screen and (max-width:670px){.wizardProgress.wizardProgress-mobileScaleActive .wizardProgressTitle{display:none}.wizardProgress.wizardProgress-mobileScaleActive .wizardProgressItem-active .wizardProgressTitle{display:inline-block}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-3>li{width:33.33%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-4>li{width:20%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-4>li.wizardProgressItem-active{width:40%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-5>li{width:16.66%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-5>li.wizardProgressItem-active{width:33.33%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-6>li{width:14%}.wizardProgress.wizardProgress-mobileScaleActive.wizardProgress-steps-6>li.wizardProgressItem-active{width:30%}}.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-active,.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-done,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-active,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-done{background-color:var(--theme-highlight-color);color:var(--theme-highlight-font-color)}.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-active>a,.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-done>a,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-active>a,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-done>a{color:var(--theme-highlight-font-color)}.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-active:after,.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-done:after,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-active:after,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-done:after{border-left-color:var(--theme-highlight-color-a0);border-color:var(--theme-highlight-color-a0) var(--theme-highlight-color-a0) var(--theme-highlight-color-a0) var(--theme-highlight-color)}.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-done,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-done{background-color:var(--theme-highlight-hover-color)}.theme-highlight .overlay .wizardProgress .wizardProgressItem.wizardProgressItem-done:after,.theme-highlight .wizardProgress .wizardProgressItem.wizardProgressItem-done:after{border-left-color:var(--theme-highlight-hover-color-a0);border-color:var(--theme-highlight-hover-color-a0) var(--theme-highlight-hover-color-a0) var(--theme-highlight-hover-color-a0) var(--theme-highlight-hover-color)}.theme-highlight .overlay .wizardProgress.wizardProgress-full>li.wizardProgressItem-active:first-child:before,.theme-highlight .overlay .wizardProgress.wizardProgress-full>li.wizardProgressItem-active:last-child:after,.theme-highlight .wizardProgress.wizardProgress-full>li.wizardProgressItem-active:first-child:before,.theme-highlight .wizardProgress.wizardProgress-full>li.wizardProgressItem-active:last-child:after{background-color:var(--theme-highlight-color)}.theme-highlight .overlay .wizardProgress.wizardProgress-full>li.wizardProgressItem-done:first-child:before,.theme-highlight .overlay .wizardProgress.wizardProgress-full>li.wizardProgressItem-donw:last-child:after,.theme-highlight .wizardProgress.wizardProgress-full>li.wizardProgressItem-done:first-child:before,.theme-highlight .wizardProgress.wizardProgress-full>li.wizardProgressItem-donw:last-child:after{background-color:var(--theme-highlight-hover-color)}.theme-background-1 .wizardProgress:before,.theme-background-2 .overlay .wizardProgress:before{background-color:#f1f1f1}.theme-background-1 .wizardProgress .wizardProgressItem,.theme-background-2 .overlay .wizardProgress .wizardProgressItem{background-color:#fff;color:#8a8a8a}.theme-background-1 .wizardProgress .wizardProgressItem>a,.theme-background-2 .overlay .wizardProgress .wizardProgressItem>a{color:#8a8a8a}.theme-background-1 .wizardProgress .wizardProgressItem:after,.theme-background-2 .overlay .wizardProgress .wizardProgressItem:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff}.theme-background-1 .wizardProgress.wizardProgress-full>li:first-child:before,.theme-background-1 .wizardProgress.wizardProgress-full>li:last-child:after,.theme-background-2 .overlay .wizardProgress.wizardProgress-full>li:first-child:before,.theme-background-2 .overlay .wizardProgress.wizardProgress-full>li:last-child:after{background-color:#fff}.theme-background-2 .wizardProgress:before{background-color:#1a284b}.theme-background-2 .wizardProgress .wizardProgressItem{background-color:#080c17;color:#c0c9e0}.theme-background-2 .wizardProgress .wizardProgressItem>a{color:#c0c9e0}.theme-background-2 .wizardProgress .wizardProgressItem:after{border-color:rgba(8,12,23,0) rgba(8,12,23,0) rgba(8,12,23,0) #080c17}.theme-background-2 .wizardProgress.wizardProgress-full>li:first-child:before,.theme-background-2 .wizardProgress.wizardProgress-full>li:last-child:after{background-color:#080c17}