@-webkit-keyframes square-animation{0%{left:0;top:0}10.5%{left:0;top:0}12.5%{left:32px;top:0}23%{left:32px;top:0}25%{left:64px;top:0}35.5%{left:64px;top:0}37.5%{left:64px;top:32px}48%{left:64px;top:32px}50%{left:32px;top:32px}60.5%{left:32px;top:32px}62.5%{left:32px;top:64px}73%{left:32px;top:64px}75%{left:0;top:64px}85.5%{left:0;top:64px}87.5%{left:0;top:32px}98%{left:0;top:32px}to{left:0;top:0}}@keyframes square-animation{0%{left:0;top:0}10.5%{left:0;top:0}12.5%{left:32px;top:0}23%{left:32px;top:0}25%{left:64px;top:0}35.5%{left:64px;top:0}37.5%{left:64px;top:32px}48%{left:64px;top:32px}50%{left:32px;top:32px}60.5%{left:32px;top:32px}62.5%{left:32px;top:64px}73%{left:32px;top:64px}75%{left:0;top:64px}85.5%{left:0;top:64px}87.5%{left:0;top:32px}98%{left:0;top:32px}to{left:0;top:0}}@-webkit-keyframes hue-rotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}@keyframes hue-rotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}.dnd-loading{background:url(/images/backgrounds/background.svg) 100% 0/cover #e6e6e6;position:absolute;top:0;bottom:0;right:0;left:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.dnd-loading.no-bg{background:none}.dnd-loading__squares-wrapper{position:relative;width:96px;height:96px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:hue-rotate 10s linear infinite both;animation:hue-rotate 10s linear infinite both}.dnd-loading__square{position:absolute;top:0;left:0;width:28px;height:28px;margin:2px;border-radius:4px;background:#07a;background:linear-gradient(45deg,rgba(255,170,0,.7),#fa0);background-size:cover;background-position:50%;background-attachment:fixed;-webkit-animation:square-animation 10s ease-in-out infinite both;animation:square-animation 10s ease-in-out infinite both}.dnd-loading__square:nth-of-type(0){-webkit-animation-delay:0s;animation-delay:0s}.dnd-loading__square:first-of-type{-webkit-animation-delay:-1.42857s;animation-delay:-1.42857s}.dnd-loading__square:nth-of-type(2){-webkit-animation-delay:-2.85714s;animation-delay:-2.85714s}.dnd-loading__square:nth-of-type(3){-webkit-animation-delay:-4.28571s;animation-delay:-4.28571s}.dnd-loading__square:nth-of-type(4){-webkit-animation-delay:-5.71429s;animation-delay:-5.71429s}.dnd-loading__square:nth-of-type(5){-webkit-animation-delay:-7.14286s;animation-delay:-7.14286s}.dnd-loading__square:nth-of-type(6){-webkit-animation-delay:-8.57143s;animation-delay:-8.57143s}.dnd-loading__square:nth-of-type(7){-webkit-animation-delay:-10s;animation-delay:-10s}.modal-header{position:relative;color:#4d4f5c;border-bottom:1px solid #e8e8e9;-webkit-justify-content:space-between;justify-content:space-between;padding:26px;margin:0 0 26px}.modal-header,.modal-header__title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.modal-header__title{font-size:16px;font-weight:500;margin:0}.modal-header__title .icon{margin-right:8px}.modal-header__shut{background-color:transparent;border-radius:0;border:none;box-shadow:none;color:#77787a;cursor:pointer;margin:0;padding:0;transition:none;transition:all .25s ease-in-out}.modal-header__shut:active,.modal-header__shut:focus,.modal-header__shut:hover{background-color:transparent;background-color:initial}.modal-header__shut:before{font:normal normal normal 12px/1 icons;content:"\e917";font-size:18px}.ReactModal__Content{padding:0!important}.base-modal__content-wrapper{padding:0 26px 26px}.base-modal__content-wrapper button.dnd-button-base.contained{background:#43425d}.base-modal__content-wrapper button.dnd-button-base.text{color:#1c1d1f}.dnd-button-base{position:relative;margin:0;padding:0;cursor:pointer;border:none;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#65a0ba;transition:all .25s ease-in-out}.dnd-button-base,.dnd-button-base:active,.dnd-button-base:focus,.dnd-button-base:hover{background-color:transparent}.dnd-button-base .dnd-button__label{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.dnd-button-base .dnd-button__label,.dnd-button-base .dnd-button__spinner-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.dnd-button-base .dnd-button__spinner-wrapper{position:absolute;top:0;bottom:0;left:0;right:0}.dnd-button-base:disabled{cursor:not-allowed;opacity:.7;background-color:inherit}.dnd-button-base.primary{color:#65a0ba}.dnd-button-base.secondary{color:#c79464}.dnd-button-base.contained{color:#fff;background-color:#65a0ba;transition:all .25s ease-in-out}.dnd-button-base.contained:active,.dnd-button-base.contained:focus,.dnd-button-base.contained:hover{box-shadow:none}.dnd-button-base.contained:disabled{box-shadow:none;cursor:not-allowed}.dnd-button-base.contained.primary{background-color:#65a0ba}.dnd-button-base.contained.secondary{background-color:#c79464!important}.dnd-button-base.outlined{box-shadow:0 3px 6px rgba(0,0,0,.3);background-color:#fff;border:1px solid #65a0ba;color:#65a0ba}.dnd-button-base.outlined:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined:not(:disabled):active,.dnd-button-base.outlined:not(:disabled):focus,.dnd-button-base.outlined:not(:disabled):hover{background-color:#65a0ba;color:#fff}.dnd-button-base.outlined.primary{border:1px solid #65a0ba;color:#65a0ba}.dnd-button-base.outlined.primary:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined.primary:not(:disabled):active,.dnd-button-base.outlined.primary:not(:disabled):focus,.dnd-button-base.outlined.primary:not(:disabled):hover{background-color:#65a0ba;color:#fff}.dnd-button-base.outlined.secondary{border:1px solid #c79464;color:#c79464}.dnd-button-base.outlined.secondary:not(:disabled){transition:all .25s ease-in-out}.dnd-button-base.outlined.secondary:not(:disabled):active,.dnd-button-base.outlined.secondary:not(:disabled):focus,.dnd-button-base.outlined.secondary:not(:disabled):hover{background-color:#c79464!important;color:#fff}.dnd-button{padding:10px 25px;border-radius:4px}.dnd-button.fullWidth{width:100%}.confirm-modal{color:#43425d}.confirm-modal__content{margin-bottom:40px}.confirm-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.confirm-modal__button:not(:last-child){margin-right:8px}.dnd-form-control{position:relative;display:inline-block}.dnd-form-control.fullWidth{display:block;width:100%}.dnd-label{display:block;cursor:default;margin:0 0 8px;color:#1c1d1f;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}.dnd-input{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;align-content:flex-start;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;border:1px solid #d1d1d2;border-radius:4px;color:#a8a8a8}.dnd-input.fullWidth{display:-webkit-flex;display:flex;width:100%}.dnd-input.error{border-color:#fb6868}.dnd-input.disabled{opacity:.7}.dnd-input .dnd-input__input,.dnd-input .dnd-input__textarea{width:auto;-webkit-flex-grow:1;flex-grow:1;background-color:transparent;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#1c1d1f;margin:0;padding:10px;transition:none;min-width:30%}.dnd-input .dnd-input__input::-webkit-input-placeholder,.dnd-input .dnd-input__textarea::-webkit-input-placeholder{color:#a1a1a1}.dnd-input .dnd-input__input:-ms-input-placeholder,.dnd-input .dnd-input__textarea:-ms-input-placeholder{color:#a1a1a1}.dnd-input .dnd-input__input::placeholder,.dnd-input .dnd-input__textarea::placeholder{color:#a1a1a1}.dnd-input .dnd-input__input:active,.dnd-input .dnd-input__input:focus,.dnd-input .dnd-input__input:hover,.dnd-input .dnd-input__textarea:active,.dnd-input .dnd-input__textarea:focus,.dnd-input .dnd-input__textarea:hover{background-color:transparent}.dnd-input .dnd-input__textarea{min-height:129px;resize:none}.dnd-input__after,.dnd-input__before{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.dnd-input__after .icon,.dnd-input__before .icon{font-size:16px}.dnd-input__before .icon{margin-left:10px}.dnd-input__after .icon{margin-right:10px}.dnd-form-helper-text{color:#4d4f5c;font-size:11px;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;letter-spacing:0;margin-top:3px}.dnd-form-helper-text.error{color:#fb6868}.dnd-checkbox__input[type=checkbox]{display:none}.dnd-checkbox__label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.dnd-checkbox__label:not(.disabled){transition:all .25s ease-in-out}.dnd-checkbox__label:not(.disabled):active,.dnd-checkbox__label:not(.disabled):focus,.dnd-checkbox__label:not(.disabled):hover{cursor:pointer}.dnd-checkbox__icon-wrapper{position:relative;width:16px;height:16px;margin-right:8px;color:#65a0ba}.dnd-checkbox__icon{position:relative;display:block;width:100%;height:100%;border:1px solid #a8a8a8;border-radius:4px;transition:all .3s ease;outline:none}.dnd-checkbox__icon:not(.disabled){transition:all .25s ease-in-out}.dnd-checkbox__icon:not(.disabled):active,.dnd-checkbox__icon:not(.disabled):focus,.dnd-checkbox__icon:not(.disabled):hover{border-color:currentColor}.dnd-checkbox__icon.checked{background-color:currentColor;border-color:currentColor}.dnd-checkbox__icon.checked:after{content:"";top:50%;left:22%;width:5.7px;height:9.2px;position:absolute;display:block;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1}.new-template-modal .title-tooltip{max-width:400px;font-size:11px;line-height:18px;padding:2px 8px;font-weight:400;background:#172b4d!important}.new-template-modal .title-tooltip:after{border-bottom:#172b4d!important}.new-template-modal .new-template{width:100%;margin-right:32px;cursor:pointer}.new-template-modal .new-template img{width:240px;position:absolute;top:0;transition:top 2s}.new-template-modal .new-template__title{font-size:14px;font-weight:700;color:#4a4b4d;margin:16px auto 8px;padding:0;text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-template-modal .new-template:last-child{margin-right:0}.new-template-modal .new-template.active .new-template__frame{outline:2px solid #65a0ba}.new-template-modal .new-template__frame{width:240px;height:150px;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;overflow:hidden;background-color:#fff;outline:1px solid #e8e8e9}.new-template-modal .new-template__frame:hover{outline:1px solid #65a0ba;transition:outline .5s}.new-template-modal__create-system-template{margin-top:20px}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled){color:#c79464}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled) .dnd-checkbox__icon{border-color:#c79464}.new-template-modal__create-system-template .dnd-checkbox__label:not(.disabled) .dnd-checkbox__icon.checked{background-color:#c79464}.new-template-modal__templates{display:-webkit-flex;display:flex}.new-template-modal .new{font-weight:500;font-size:1.25rem;text-transform:capitalize;background-color:#fff;margin:0;padding:1em 40px}.new-template-modal .template-modal{background-color:#fff;margin-bottom:23px}.new-template-modal .template-modal__title{color:#1c1d1f;font-size:14px;margin-bottom:16px}.new-template-modal .template-modal__title button{border-radius:4px;background-color:#f4f4f4;font-size:14px;color:#43425d;margin-right:8px}.new-template-modal .template-modal__title button.active-tab{color:#fff;background:#7c7599}.new-template-modal .template-modal__container{background-color:#f4f4f4;box-sizing:border-box;display:-webkit-flex;display:flex;padding:18px;min-width:100%;width:-webkit-max-content;width:max-content}.new-template-modal .template-modal__container-scroll{overflow-y:auto}.new-template-modal .template-modal__loading-spinner{font-size:36px}.new-template-modal .template-modal__info__options{margin-bottom:20px}.new-template-modal .template-modal__info__options__main{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:567px){.new-template-modal .template-modal__info__options__main{-webkit-flex-direction:column;flex-direction:column}}.new-template-modal .template-modal__info__options__main .template-tags{width:800px}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .template-tags{width:100%}}.new-template-modal .template-modal__info__options__main .template-name{width:600px}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .template-name{width:100%}}@media (max-width:567px){.new-template-modal .template-modal__info__options__main .dnd-form-control{margin-bottom:15px}}.new-template-modal .template-modal__info__options__main .dnd-form-control:not(:last-child){margin-right:20px}.new-template-modal .template-modal__info-btns{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.template-settings-modal__content>.dnd-form-control{margin-bottom:24px}.template-settings-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.template-settings-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.dnd-icon-button{padding:0;width:22px;height:22px;border-radius:50%;overflow:hidden}.new-category-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-bottom:8px}.new-category-item .dnd-input__after .icon{margin-right:0;font-size:12px}.new-category-item .dnd-icon-button{margin-right:8px}.new-category-item .dnd-form-helper-text{margin-left:10px}.dnd-list{width:100%;background-color:#fff;padding:10px 0;margin:0;font:400 12px/12px "Source Sans Pro",sans-serif}.dnd-list__item{padding:5px 10px;font-size:12px}.dnd-tag{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;background-color:#cbe9ff;color:#43425d;border-radius:4px;font-size:12px;line-height:1;padding:6px;white-space:nowrap}.dnd-tag__delete-button{background-color:transparent;border-radius:0;border:none;box-shadow:none;color:currentColor;cursor:pointer;line-height:1;margin:0 0 0 6px;padding:0;transition:none;width:10px;transition:all .25s ease-in-out}.dnd-tag__delete-button .icon{margin-left:0}.dnd-tag__delete-button:active,.dnd-tag__delete-button:focus,.dnd-tag__delete-button:hover{background-color:transparent;background-color:initial}.dnd-multiple-combobox__loading{padding:0 8px;font-size:12px;color:#65a0ba}.dnd-multiple-combobox__button{padding:9px}.dnd-multiple-combobox__menu{position:absolute;width:100%;background-color:#fff;z-index:1;box-shadow:0 3px 6px rgba(0,0,0,.3);display:none}.dnd-multiple-combobox__menu.isOpen{display:block}.dnd-multiple-combobox__list{max-height:150px;overflow-y:auto}.dnd-multiple-combobox__list-item.highlighted{background-color:#f1f9ff}.dnd-multiple-combobox__list-item.selected{background-color:#cbe9ff}.dnd-multiple-combobox__empty-list{padding:5px 10px;color:#a8a8a8}.dnd-multiple-combobox__tag{margin:2px 0 2px 5px}.dnd-multiple-combobox .dnd-input__before{-webkit-flex-wrap:wrap;flex-wrap:wrap}.dnd-select-box--error .dnd-select-box__select__control{border-color:#fb6868!important}.dnd-select-box--error .dnd-form-helper-text{color:#fb6868!important}.dnd-select-box__label{display:-webkit-flex;display:flex}.dnd-select-box__tooltip{margin-left:5px}.dnd-select-box .dnd-select-box__select{font-size:12px}.dnd-select-box .dnd-select-box__select__single-value{margin-left:4px;margin-right:4px}.dnd-select-box .dnd-select-box__select__clear-indicator{color:#43425d;cursor:pointer;padding:8px 4px 8px 8px}.dnd-select-box .dnd-select-box__select__clear-indicator svg{display:none}.dnd-select-box .dnd-select-box__select__clear-indicator:before{content:"\e917";font:normal normal normal 12px/1 icons;font-size:14px}.dnd-select-box .dnd-select-box__select__input-container{grid-template-columns:0 1fr}.dnd-select-box .dnd-select-box__select__input[type=text]{border-radius:0}.dnd-select-box .dnd-select-box__select__input[type=text]::-webkit-input-placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__input[type=text]:-ms-input-placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__input[type=text]::placeholder{color:#a8a8a8;padding-left:5px}.dnd-select-box .dnd-select-box__select__loading-indicator:before{content:"\e900";font:normal normal normal 12px/1 icons;font-size:16px;-webkit-animation:loadingCircle 1s linear infinite;animation:loadingCircle 1s linear infinite}.dnd-select-box .dnd-select-box__select__loading-indicator span{display:none}.dnd-select-box .dnd-select-box__select__dropdown-indicator{padding:0 10px;color:#1c1d1f}.dnd-select-box .dnd-select-box__select__dropdown-indicator:before{content:"\e904";font:normal normal normal 12px/1 icons;font-size:16px}.dnd-select-box .dnd-select-box__select__dropdown-indicator:hover{color:#1c1d1f}.dnd-select-box .dnd-select-box__select__dropdown-indicator svg{display:none}.dnd-select-box .dnd-select-box__select__option{color:#43425d;font-size:11px;padding:5px 6px}.dnd-select-box .dnd-select-box__select__option:hover{background:#f1f9ff}.dnd-select-box .dnd-select-box__select__placeholder{color:#a8a8a8;margin-left:5px}.dnd-select-box .dnd-select-box__select__value-container{padding:0 0 0 3px}.dnd-select-box .dnd-select-box__select__control{border-color:#d1d1d2}.dnd-select-box .dnd-select-box__select__control--is-focused,.dnd-select-box .dnd-select-box__select__control:hover{border-color:#d1d1d2;box-shadow:none}.dnd-select-box .dnd-select-box__select__multi-value{border-radius:4px}.dnd-select-box .dnd-select-box__select__multi-value__remove{background:#cbe9ff;color:#43425d;padding:0 5px;cursor:pointer;border-radius:4px}.dnd-select-box .dnd-select-box__select__multi-value__remove:before{content:"\e917";font:normal normal normal 12px/1 icons;font-size:16px}.dnd-select-box .dnd-select-box__select__multi-value__remove:hover{background:#cbe9ff;color:#43425d}.dnd-select-box .dnd-select-box__select__multi-value__remove svg{display:none}.dnd-select-box .dnd-select-box__select__multi-value__label{background-color:#cbe9ff;color:#43425d;font-size:12px;font-weight:400;padding:5px}.template-sharing-modal__content{margin-bottom:40px}.template-sharing-modal__content__info-msg{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:13px;margin:0 0 24px;color:#084298}.template-sharing-modal__content__info-msg p{margin:0;padding:0;line-height:20px}.template-sharing-modal__content__info-msg .icon{font-size:20px;color:#084298;margin-right:12px}.template-sharing-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.template-sharing-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.dashboard-tour{background-color:#fff;display:-webkit-flex;display:flex}.dashboard-tour__left{background-color:#65a0ba;color:#fff}.dashboard-tour__left,.dashboard-tour__right{padding:32px;-webkit-flex-basis:50%;flex-basis:50%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.dashboard-tour__right{color:#7c7599}.dashboard-tour__title{font-family:Arial,Helvetica,sans-serif;font-size:20px;margin:0 0 24px}.dashboard-tour__description{font-size:14px;line-height:26px;-webkit-flex-grow:1;flex-grow:1;margin-bottom:60px}.dashboard-tour__article:not(:last-child){margin-bottom:32px}.dashboard-tour__buttons-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.dashboard-tour__create-new.dnd-button-base.contained{background:#fff;color:#65a0ba}.dashboard-tour__button-label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.dashboard-tour__button-label .icon{margin-left:12px}.dashboard-tour.step-2 .dashboard-tour__left .dashboard-tour__title{font-weight:700;margin-top:60px;text-align:center}.dashboard-tour.step-3 .dashboard-tour__title{text-align:center}.dashboard-tour.step-3 .dashboard-tour__description{margin-top:20px;text-align:center;margin-bottom:12px}.dashboard-tour.step-3 .dashboard-tour__buttons-wrapper{-webkit-justify-content:center;justify-content:center}.dnd-logo{height:47px;width:47px}.user-permissions-modal__content{margin:1rem 0 2rem;overflow-y:scroll;max-height:350px;padding:0 10px 0 0}.user-permissions-modal__content__item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-bottom:2px solid #f4f4f4;padding-bottom:14px;margin-bottom:14px;font-size:14px}.user-permissions-modal__content__item:last-child{border-bottom:none;margin-bottom:0}.user-permissions-modal__content__item label{margin:0 0 0 1rem}.user-permissions-modal__content__item span{-webkit-flex:1 1;flex:1 1}.user-permissions-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.dnd-toggler{position:relative;display:inline-block;height:28px;border-radius:14px;margin-right:8px;overflow:hidden}.dnd-toggler__background{height:28px;width:56px;background-color:#bec5c6;position:relative;transition:background-color .25s ease}.dnd-toggler__background.checked{background-color:#65a0ba}.dnd-toggler__handle{position:absolute;top:1px;left:1px;height:26px;width:26px;background-color:#fff;border-radius:50%;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.dnd-toggler__handle.checked{-webkit-transform:translateX(28px);transform:translateX(28px)}.dnd-toggler__input{opacity:0;visibility:hidden}.dnd-switch__label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.subscription-plan-edit-modal__content__form-title{margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid #f4f4f4;text-transform:capitalize}.subscription-plan-edit-modal__content .dnd-form-control{margin-bottom:8px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-size:12px}.subscription-plan-edit-modal__content .dnd-toggler{margin:0}.subscription-plan-edit-modal__content .dnd-switch__label{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;width:100%}.subscription-plan-edit-modal__content .dnd-input__input[type=number]{width:80px}.subscription-plan-edit-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:32px}.subscription-plan-create-modal__content__plan-type,.subscription-plan-create-modal__content__plan-type label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.subscription-plan-create-modal__content__plan-type label{margin-bottom:0;margin-left:16px}.subscription-plan-create-modal__content__form-title{margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid #f4f4f4;text-transform:capitalize}.subscription-plan-create-modal__content .dnd-form-control{margin-bottom:8px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-size:12px}.subscription-plan-create-modal__content .dnd-form-control .dnd-form-control{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:end;align-items:end}.subscription-plan-create-modal__content .dnd-toggler{margin:0}.subscription-plan-create-modal__content .dnd-switch__label{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;width:100%}.subscription-plan-create-modal__content .dnd-input__input[type=number]{width:80px}.subscription-plan-create-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:32px}.subscription-plans-modal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.subscription-plans-modal__plans-list{margin:16px 0 0;overflow-y:scroll;max-height:350px;padding:0 10px 0 0}.subscription-plans-modal__plans-list__title span{font-size:12px;margin-left:4px;text-transform:capitalize;color:#666}.subscription-plans-modal__plans-list li{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:8px;padding-bottom:8px}.subscription-plans-modal__plans-list li:empty{border-top:2px solid #f4f4f4;margin-top:8px;padding-top:8px}.subscription-plans-modal__plans-list li:last-child{margin-bottom:0;padding-bottom:0}.subscription-plans-modal__plans-list__create-btn{-webkit-align-self:flex-end;align-self:flex-end}.subscription-plans-modal__plans-list__create-btn .icon{font-size:10px}.switch-users-modal__user-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border:1px solid #e8e8e9;border-radius:4px;padding:16px;margin-bottom:16px;cursor:pointer;font-size:13px;transition:all .5s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.switch-users-modal__user-item:hover:not(.current-user){box-shadow:0 1px 6px 0 rgba(0,0,0,.2)}.switch-users-modal__user-item:focus{outline-color:#7c7599}.switch-users-modal__user-item.current-user{background:#f4f4f4;cursor:unset}.switch-users-modal__user-item__avatar img{border-radius:50%;width:64px;margin-right:16px}.switch-users-modal__user-item__details h3{padding:0;margin:0 0 2px;font-weight:500;color:#4d4f5c}.switch-users-modal__user-item__details__role{font-size:11px;margin:0 0 4px;color:#a8a8a8}.switch-users-modal__user-item__details__email{font-size:12px;color:#4a4b4d}.dnd-user-menu__list{width:240px}.dnd-user-menu__list hr{margin:0}.dnd-user-menu__title{margin:0;padding:5px 20px;color:#a8a8a8;text-transform:uppercase;font-size:12px;font-weight:700}.dnd-user-menu__current-plan{text-transform:capitalize}.dnd-user-menu__current-plan__plan{-webkit-flex:1 1;flex:1 1;margin-left:5px;font-weight:700}.dnd-user-menu__item{padding:10px 20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.dnd-user-menu__item .icon{color:#a8a8a8;font-size:12px}.dnd-breadcrumb{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:14px;color:#4d4f5c;font-weight:700;margin-left:16px}.dnd-breadcrumb a{color:#4d4f5c;transition:all .25s ease-in-out}.dnd-breadcrumb a:active,.dnd-breadcrumb a:focus,.dnd-breadcrumb a:hover{color:#4d4f5c;text-decoration:underline}.dnd-breadcrumb__template-status{text-transform:capitalize}.dnd-breadcrumb__separator{margin:0 6px}.dnd-breadcrumb__separator .icon{font-size:14px!important}.templates-header{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:47px;-webkit-justify-content:space-between;justify-content:space-between;z-index:1;background-color:#fff;padding:0 16px 0 0}.templates-header__logo{width:283px;margin-right:50px;display:-webkit-flex;display:flex}.templates-header__info-menu{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.templates-header__info-menu__ver{font-size:11px;margin-right:8px;font-weight:700}.upgrade-modal{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.upgrade-modal p{font-size:14px;line-height:1.6;margin:0;padding:24px;text-align:center}.upgrade-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.yes-no-confirm-modal{color:#43425d}.yes-no-confirm-modal__content{margin-bottom:40px}.yes-no-confirm-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.yes-no-confirm-modal__button:not(:last-child){margin-right:8px}@-webkit-keyframes flow{0%{left:-20px;opacity:0}50%{left:20px;opacity:.3}to{left:60px;opacity:0}}@keyframes flow{0%{left:-20px;opacity:0}50%{left:20px;opacity:.3}to{left:60px;opacity:0}}.template-item{position:relative;width:100%}.template-item input[type=checkbox]{display:none}.template-item input[type=checkbox].visible{display:inline-block}.template-item:has(input[type=checkbox]:checked){border:1px solid #7c7599;border-radius:4px}.template-item:has(input[type=checkbox]:checked).system-template{border-color:#c79464}.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:checked{border-color:#c79464;background-color:#c79464}.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:active,.template-item:has(input[type=checkbox]:checked).system-template input[type=checkbox]:focus{outline-color:#c79464}.template-item button[data-reach-menu-button]{background:none;color:#77787a;font-size:12px;margin:0 0 0 8px;padding:0}.template-item.featured-template{border:1px solid #65a0ba;border-radius:4px}.template-item.featured-template .ribbon{position:absolute;top:-12px;left:0}.template-item.featured-template .ribbon__front{font-size:12px;text-transform:uppercase;display:inline-block;background-color:#65a0ba;width:auto;position:relative;left:-10px;z-index:1;padding:2px 8px;color:#fff}.template-item.featured-template .ribbon__edge{position:absolute;z-index:1;height:0;width:0;bottom:-5px;left:-10px;border-color:transparent #4d4f5c transparent transparent;border-style:solid;border-width:0 10px 5px 0}.template-item.featured-template .ribbon__glow{background:#fff;width:10px;height:100%;z-index:3;position:absolute;-webkit-animation:flow 1.5s linear infinite;animation:flow 1.5s linear infinite;-webkit-transform:skew(20deg);transform:skew(20deg);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 1%,#fff)}.template-item__wrapper{background:#fff;border-radius:4px;padding:16px;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.template-item__header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin:0 0 16px}.template-item__header__lock-status,.template-item__header__share-status{font-size:14px!important;color:#77787a;margin:0 0 0 4px;background:transparent;padding:0}.template-item__header__lock-status:active,.template-item__header__lock-status:focus,.template-item__header__lock-status:hover,.template-item__header__share-status:active,.template-item__header__share-status:focus,.template-item__header__share-status:hover{background:transparent}.template-item__header__lock-status .icon,.template-item__header__share-status .icon{font-size:14px}.template-item__header__lock-status.icon-lock-open{color:#009a6c}.template-item__header__checkbox[type=checkbox]{background:none;border:1px solid #7c7599;border-radius:2px;-webkit-appearance:none;appearance:none;width:16px;height:16px;cursor:pointer;position:relative;margin:0 10px 0 0}.template-item__header__checkbox[type=checkbox]:active,.template-item__header__checkbox[type=checkbox]:focus{outline:1px solid #d5d5d5;outline-offset:1px}.template-item__header__checkbox[type=checkbox]:checked{background:#7c7599 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zODItMzU0bDMzOS0zMzlxMTItMTIgMjguNS0xMnQyOC41IDEycTEyIDEyIDEyIDI4LjVUNzc4LTYzNkw0MTAtMjY4cS0xMiAxMi0yOCAxMnQtMjgtMTJMMTgyLTQ0MHEtMTItMTItMTEuNS0yOC41VDE4My00OTdxMTItMTIgMjguNS0xMnQyOC41IDEybDE0MiAxNDN6Ii8+PC9zdmc+") 50%/16px no-repeat}.template-item__header .dnd-icon-button .icon{color:#77787a}.template-item__header__scheduled.icon{color:#7c7599;font-size:14px;margin:0 0 0 4px}.template-item__header__favorite{background:transparent;color:#7c7599;margin:0;padding:0;font-size:12px}.template-item__header__favorite:focus,.template-item__header__favorite:hover{background:transparent;position:relative}.template-item__header__favorite:focus:before,.template-item__header__favorite:hover:before{content:"";width:20px;height:20px;background:#000;border-radius:50%;opacity:.05;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.template-item__header__title{font-size:16px;font-weight:700;padding:0;margin:0 8px 0 0;line-height:27px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1 1;flex:1 1;cursor:pointer;color:#1c1d1f}.template-item__header__title__status{font-family:monospace;font-size:8px;text-transform:capitalize;color:#fff;font-weight:100;border-radius:8px;padding:2px 6px;margin:0 8px;display:inline-block}.template-item__header__title__status.published{background:#009a6c}.template-item__header__title__status.draft{background:#65a0ba}.template-item__header__title__status.deleted{background:#fb6868}.template-item__header__menu[data-reach-menu-list]{border-radius:4px;min-width:160px;padding:0;font-size:12px;color:#43425d}.template-item__header__menu[data-reach-menu-list] .template-item__header__menu--delete{color:#fb6868}.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item],.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:6px 12px;border-bottom:1px solid #f4f4f4;transition:all .25s ease-in-out}.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item]:active,.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item]:focus,.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item]:hover,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:active,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:focus,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:hover{background:#f4f4f4}.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item] .icon,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item] .icon{margin-right:12px}.template-item__header__menu[data-reach-menu-list] a[data-reach-menu-item]:last-child,.template-item__header__menu[data-reach-menu-list] div[data-reach-menu-item]:last-child{border-bottom:none}.template-item__info{-webkit-justify-content:space-between;justify-content:space-between;padding-top:12px;font-size:11px;color:#77787a;text-transform:capitalize}.template-item__content,.template-item__info{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.template-item__content{background-color:#fff;background-position:top;background-repeat:no-repeat;background-size:100%;box-sizing:border-box;cursor:pointer;height:100%;-webkit-justify-content:center;justify-content:center}.new-template-item{position:relative;width:100%;min-height:285px}.new-template-item__wrapper{font-size:14px;font-weight:700;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:4px;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.new-template-item__wrapper .icon{display:block;margin-right:10px;font-size:12px}.empty-content{display:-webkit-flex;display:flex;height:100%;width:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center}.empty-content__wrapper{width:360px}.empty-content__title{color:rgba(124,117,153,.38);font:700 28px/34px Segoe UI,sans-serif;margin:0 0 20px}.empty-content__subtitle{margin:0;font:400 16px/21px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#a8a8a8}@-webkit-keyframes scroll{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(100px);transform:translateY(100px)}}@keyframes scroll{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(100px);transform:translateY(100px)}}.mouse-scroll{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 0 16px 283px}.mouse-scroll p{margin:0;padding:0;font-size:12px;color:#43425d}.mouse-scroll p:first-child{font-weight:700}.mouse-scroll p:last-child{font-size:10px}.mouse-scroll svg{margin-right:8px}.mouse-scroll svg path{stroke:#7c7599}.mouse-scroll svg #mouse-scroll__wheel{-webkit-animation:scroll 1.5s ease infinite;animation:scroll 1.5s ease infinite;stroke:#ababc4}.templates{padding:23px 50px 50px}.templates.small-grid-view .view-templates-preview{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.templates.small-grid-view .template-item__header__title{font-size:14px}.templates.small-grid-view .template-item__header__actions .icon{font-size:12px}.templates.small-grid-view .template-item__info{font-size:10px}.templates.list-view .new-template-item{display:none}.templates.list-view .view-templates-preview{grid-template-columns:none}.templates.list-view .template-item__content{display:none}.templates.list-view .template-item__header{margin-bottom:0;display:block}.templates.list-view .template-item__header__title{max-width:400px;display:inline-block}.templates.list-view .template-item__header__actions{float:right}.templates.list-view .template-item__wrapper{padding:12px 16px}.templates__scroll-more{width:100%;height:80px;background:#f4f4f4;position:fixed;bottom:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:center;justify-content:center;transition:bottom .3s ease}.templates__scroll-more--deactive{bottom:-120px}.templates .view-templates-preview{display:grid;-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.templates__load-more{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.dnd-select-wrapper{position:relative;width:auto}.dnd-select-wrapper:before{content:"\e904";font:normal normal normal 12px/1 icons;line-height:1;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;pointer-events:none}.dnd-select__select{width:100%;border-radius:4px;border:1px solid #d1d1d2;background-color:transparent;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;margin:0;padding:10px;transition:none;color:#a8a8a8;text-transform:capitalize;-webkit-appearance:none;appearance:none}.dnd-select__select:active,.dnd-select__select:focus,.dnd-select__select:hover{background-color:transparent;outline:0}.dnd-select__select option{text-transform:capitalize}.dnd-select__select:disabled{opacity:.7}.dnd-select__select.dnd-error{border-color:#fb6868}.bulk-actions{width:100%;-webkit-flex:1 1;flex:1 1}.bulk-actions,.bulk-actions__bulk-button{display:-webkit-flex;display:flex;font-size:12px}.bulk-actions__bulk-button{padding:8px 12px;background:#7c7599!important;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:4px}.bulk-actions__bulk-button.admin-action{background-color:#c79464!important}.bulk-actions__bulk-button .icon{margin-right:8px}.bulk-actions__bulk-button:only-child{margin-left:16px}.bulk-actions__bulk-button:hover{opacity:.8}.bulk-actions__actions{width:100%;margin-left:16px;-webkit-flex:1 1;flex:1 1;-webkit-justify-content:space-between;justify-content:space-between}.bulk-actions__actions,.bulk-actions__actions__buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.bulk-actions__actions__buttons button{margin-left:6px;border-width:1px;border-style:solid;padding:5px 8px;background:transparent!important;border-radius:4px}.bulk-actions__actions__buttons:hover{opacity:.8}.bulk-actions__actions__buttons__unpublish{color:#4a4b4d;border-color:#4a4b4d}.bulk-actions__actions__buttons__delete-forever,.bulk-actions__actions__buttons__remove{border-color:#fb6868;color:#fb6868}.templates-view__action{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:16px}.templates-view__action__item:first-child>button{border-top-right-radius:0;border-bottom-right-radius:0}.templates-view__action__item:nth-child(2)>button{border-radius:0;border-left:1px solid #fff;border-right:1px solid #fff}.templates-view__action__item:nth-child(3)>button{border-top-left-radius:0;border-bottom-left-radius:0}.templates-view__action__item__button{background:#e8e8e9;color:#bec5c6;border-radius:4px;width:34px;height:34px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.templates-view__action__item__button:hover{opacity:.9;background:#e8e8e9}.templates-view__action__item__button.active,.templates-view__action__item__button:focus{background-color:#7c7599;color:#fff}.templates-view__action__item__button .icon{font-size:14px}.templates-filters{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:30px 60px 15px 50px;background:#f4f4f4;z-index:2}.templates-filters__inner{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.templates-filters__title{text-transform:uppercase;font-size:32px;font-weight:700;color:#43425d;margin-bottom:10px}.templates-filters__title .icon{font-size:28px;margin-right:10px}.templates-filters .create-new,.templates-filters .delete-forever{background:#7c7599;font-size:14px;color:#fff;margin-left:16px;padding:14px 21px}.templates-filters .create-new .icon,.templates-filters .delete-forever .icon{margin-left:16px}.templates-filters .delete-forever{background:#fb6868}.templates-filters__actions{-webkit-flex:1 1;flex:1 1;background:#fff;border-radius:4px;height:48px;padding:0 20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.templates-filters__actions__search-wrapper{position:relative}.templates-filters__actions__clear-search{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;cursor:pointer;color:#77787a;padding:0;margin:0}.templates-filters__actions__sort{font-size:14px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.templates-filters__actions__sort .dnd-select-wrapper{padding-right:15px}.templates-filters__actions__sort .dnd-label{margin:0;color:#77787a}.templates-filters__actions__sort .dnd-select__select{color:#77787a;border:none;padding-left:5px}.templates-filters__actions__search{width:320px}.templates-filters__actions__search .dnd-input{width:100%;background-color:#f4f4f4;border:none}@media (max-width:1200px){#layout .home .templates-wrapper{padding-top:370px}.templates-filters{padding-top:30px}.templates-filters__actions{-webkit-order:1;order:1;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;padding:20px;width:100%;margin-bottom:16px}.templates-filters__actions__sort{-webkit-justify-content:flex-start;justify-content:flex-start}.templates-filters__actions__search{width:100%;margin-bottom:8px}.templates-filters .bulk-actions__bulk-button{margin:0 0 8px}.templates-filters .templates-view__action{margin:0}.templates-filters__inner{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.templates-filters .create-new,.templates-filters .delete-forever{-webkit-order:0;order:0;margin:16px 0}}@media (max-width:997px){.templates-filters__title{font-size:22px}.templates-filters .create-new,.templates-filters .delete-forever{margin:16px 0;width:100%}}.category-modal__form{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start}.category-modal__form .dnd-form-control{margin-right:16px}.base-popover{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.4);border-radius:4px}.base-popover__content-wrapper{padding:0 26px 26px}.base-popover__header{color:#7c7599;margin-bottom:20px}.category-menu__popover{width:650px}.category-menu__menu-list[data-reach-menu-list]{border-radius:4px;min-width:160px;padding:0;font-size:12px;color:#43425d}.category-menu__menu-list[data-reach-menu-list] .category-menu__menu-list--delete{color:#fb6868}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:6px 12px;border-bottom:1px solid #f4f4f4;transition:all .25s ease-in-out}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:active,.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:focus,.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:hover{background:#f4f4f4;border-radius:4px}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item] .icon{margin-right:12px}.category-menu__menu-list[data-reach-menu-list] div[data-reach-menu-item]:last-child{border-bottom:none}.sidebar{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:column;flex-direction:column;position:relative;padding:16px;background:#e8e8e9;width:283px;font-size:12px;z-index:2;font-weight:700}.sidebar__create-new-category .icon{font-size:10px}.sidebar__group{margin-bottom:40px}.sidebar__group__header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:16px;text-transform:capitalize;color:#1c1d1f;font-size:14px}.sidebar__group__header i{font-size:16px;margin-right:12px}.sidebar__group__links{font-weight:500}.sidebar__group__links:first-of-type{border-top:1px solid #f4f4f4}.sidebar__group__links:first-of-type,.sidebar__link-item{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.sidebar__link-item{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#1e1f1f;border-bottom:1px solid #f4f4f4;font-size:13px;transition:all .25s ease-in-out}.sidebar__link-item__shared-templates .icon{font-size:18px}.sidebar__link-item__admin-action{color:#c79464!important}.sidebar__link-item__admin-action .sidebar__link-item__number{color:#c79464}.sidebar__link-item.active{background-color:#f4f4f4;color:#65a0ba}.sidebar__link-item:active,.sidebar__link-item:focus,.sidebar__link-item:hover{background-color:#f4f4f4}.sidebar__link-item.hidden{color:#a8a8a8}.sidebar__link-item.hidden .sidebar__link-item__number{color:#a8a8a8!important}.sidebar__link-item__number{text-align:right;color:#8780a3;width:24px;font-weight:700;margin-left:8px}.sidebar__link-item__upgrade-button{color:#fff;border-radius:4px;background-color:#65a0ba;font-size:10px;font-weight:700;padding:4px 10px;margin-left:5px;transition:all .25s ease-in-out}.sidebar__link-item__upgrade-button:active,.sidebar__link-item__upgrade-button:focus,.sidebar__link-item__upgrade-button:hover{background-color:#65a0ba}.sidebar__link-item .dnd-icon-button:not(:last-of-type){margin-right:8px}.sidebar__link{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:inherit;-webkit-flex:1 1;flex:1 1;padding:12px 10px 12px 0;word-break:break-word;transition:all .25s ease-in-out}.sidebar__link:active,.sidebar__link:focus,.sidebar__link:hover{color:inherit}.sidebar__link i{margin-right:10px}.sidebar__version{font-size:12px;font-weight:400}.home{height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.home #interface-switcher{padding:10px 48px;text-align:center}.home #interface-switcher>span{margin-bottom:10px;display:block}.home #interface-switcher .switcher{border-radius:50px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:10px 15px;transition:border-color .15s ease-in-out}.home #interface-switcher .switcher .toggle{border-radius:50px;-webkit-flex:1 1 auto;flex:1 1 auto;max-width:56px;cursor:pointer;position:relative;box-sizing:border-box;height:24.88889px;transition:all .15s ease-in-out}.home #interface-switcher .switcher .toggle:before{content:"";height:18.66667px;width:18.66667px;box-sizing:border-box;top:2px;display:block;border-radius:100%;transition:all .25s ease-in-out;position:absolute}.home #interface-switcher .switcher .icon{font-size:1.25rem;-webkit-flex:0 0 auto;flex:0 0 auto;display:block;margin:0 5px;line-height:1em;cursor:pointer}.home__content{display:-webkit-flex;display:flex;height:calc(100vh - 47px)}.home__content__inner{background:#f4f4f4;width:100%;position:relative}.home .sidebar{-webkit-flex:0 0 auto;flex:0 0 auto;overflow:auto;height:100%}.home .templates-wrapper{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:auto;height:100%;background:#f4f4f4;padding-top:134px}.home .templates-wrapper.favorited-templates,.home .templates-wrapper.scheduled-templates,.home .templates-wrapper.shared-templates{padding-top:86px}.dnd-copy-box{background-color:#d5d5d5;border-radius:4px;padding:5px 15px;cursor:pointer;position:relative;transition:all .25s ease-in-out}.dnd-copy-box.fullWidth{width:100%}.dnd-copy-box:active,.dnd-copy-box:focus,.dnd-copy-box:hover{outline:none;background-color:#c8c8c8}.dnd-copy-box.disabled{cursor:default;transition:all .25s ease-in-out}.dnd-copy-box.disabled:active,.dnd-copy-box.disabled:focus,.dnd-copy-box.disabled:hover{background-color:#d5d5d5}.dnd-copy-box__tooltip{bottom:calc(100% + 5px);background-color:#009a6c;color:#fff;padding:10px 15px;border-radius:4px;font-size:12px;pointer-events:none;z-index:20}.dnd-copy-box__tooltip,.dnd-copy-box__tooltip:after{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dnd-copy-box__tooltip:after{content:"";top:100%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #009a6c}.published-modal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;color:#43425d}.published-modal .dnd-copy-box{margin:10px 0 20px}.published-modal__description{font-size:12px;font-family:"Helvetica Neue",sans-serif}.published-modal__description a{color:#65a0ba}.published-modal__link-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:12px}.published-modal__link-wrapper .icon-content-copy{color:#65a0ba}.published-modal__link{margin:8px;-webkit-flex-grow:1;flex-grow:1}.published-modal__buttons{margin-top:20px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.published-modal__buttons .dnd-button .icon-open_in_new{margin-left:32px}.published-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.personal-notes-modal__sub-title{font-size:13px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.personal-notes-modal__sub-title__delete-all-button{background-color:#fb6868!important;color:#fff!important;padding:3px 6px;margin:0;font-size:11px;transition:all .5s}.personal-notes-modal__sub-title__delete-all-button:hover{opacity:.7}.personal-notes-modal__no-content{overflow-y:hidden!important}.personal-notes-modal__content{margin:12px 0;overflow-y:scroll;max-height:250px}.personal-notes-modal__content__note{position:relative;background:#f4f4f4;border-radius:4px;margin:0 5px 8px 0;padding:12px 50px 12px 15px}.personal-notes-modal__content__note__delete-button{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;transition:all .5s}.personal-notes-modal__content__note__delete-button:hover{opacity:.7}.personal-notes-modal__content__note__delete-button .icon{color:#fb6868}.personal-notes-modal__content__note__sender-name{background:#65a0ba;padding:0 4px;border-radius:4px;color:#fff;font-size:11px;margin-right:4px;text-transform:capitalize}.personal-notes-modal__content__note__sender-name.sender-shared{background-color:#009a6c}.personal-notes-modal__content__note time{font-size:10px;display:inline-block;color:#77787a}.personal-notes-modal__content__note p{font-size:12px;padding:0;margin:6px 0 0;color:#1c1d1f}.personal-notes-modal__content__no-notes{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:#f4f4f4;color:#bec5c6;border-radius:4px;font-size:13px;height:250px}.personal-notes-modal__content__no-notes span{font-size:54px;color:#bec5c6;margin-bottom:10px}.personal-notes-modal__adding{position:relative;margin-bottom:22px}.personal-notes-modal__adding .dnd-button-base.contained[type=submit]{position:absolute;top:5px;right:5px;box-shadow:none;background:#65a0ba;z-index:1;padding:8px 25px}.personal-notes-modal__adding input[type=text]{padding:12px 80px 12px 12px}.version-history-modal__loading{-webkit-justify-content:center;justify-content:center;height:300px}.version-history-modal__loading,.version-history-modal__version{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.version-history-modal__version{border-bottom:1px solid #f4f4f4;font-size:11px;padding:16px 26px;-webkit-justify-content:space-between;justify-content:space-between;color:#4a4b4d;transition:background .2s;cursor:pointer;box-shadow:1px 5px 10px -10px rgba(33,35,38,.1)}.version-history-modal__version.active,.version-history-modal__version:hover{background:#65a0ba;border-color:#fff;color:#fff;transition:opacity .8s}.version-history-modal__version.active button,.version-history-modal__version:hover button{opacity:1}.version-history-modal__version.active .icon,.version-history-modal__version.active span,.version-history-modal__version.active time,.version-history-modal__version:hover .icon,.version-history-modal__version:hover span,.version-history-modal__version:hover time{color:#fff}.version-history-modal__version__title time{font-size:14px;display:block;color:#1c1d1f;margin-bottom:4px}.version-history-modal__version__title__user-name{font-size:11px;color:#a1a1a1;text-transform:capitalize}.version-history-modal__version__actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.version-history-modal__version__actions button{margin:0;padding:0;border-radius:4px;background:transparent!important;color:#bec5c6;opacity:0;font-size:13px}.version-history-modal__version__actions button:has(.icon-visibility){font-size:16px}.version-history-modal__version__actions button:last-child{margin-left:14px}.version-history-modal__no-versions{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#bec5c6;font-size:14px;height:250px}.version-history-modal__no-versions span{display:inline-block;margin-bottom:8px;font-size:40px;color:#bec5c6}.clean-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:40px}.dnd-images-content__load-more{text-align:center;color:currentColor;width:100%;height:40px;text-transform:uppercase;font:700 12px/40px "Arial",sans-serif}.dnd-images-content__wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%}.dnd-images-content__wrapper .icon{font-size:48px}.dnd-images-content__image-items{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:flex-start;align-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.dnd-image-item{position:relative;width:calc(25% - 20px);margin:10px;cursor:pointer;line-height:0}.dnd-image-item__image-name{font-size:11px;font-weight:400;padding:0;margin:12px 0 2px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dnd-image-item__item-author{margin:16px 0 0;display:block;font-size:11px;text-transform:capitalize}.dnd-image-item__item-author a{margin-left:4px;color:#65a0ba}.dnd-image-item.selected img{outline:10px solid #abcbda}.dnd-image-item.icon{width:64px;height:64px;overflow:hidden}.dnd-image-item__delete-button{position:absolute;top:-5px;right:-5px;width:20px;height:20px;padding:0;border-radius:50%;font-size:12px;line-height:1;background-color:#fff;color:#a8a8a8}.dnd-image-item__delete-button:hover{background-color:#fb6868;color:#fff}.dnd-image-item__delete-button:focus{background-color:#fff}.dnd-image-item__image{width:100%;height:120px;object-fit:cover}.dnd-image-item__image:hover{outline:10px solid #cbe9ff}.dnd-image-item__image.icon{width:64px;height:64px}.svg-modal{color:#7c7599}.svg-modal__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.svg-modal__images-wrapper{margin-top:35px;height:350px;overflow-x:auto;border-radius:4px;background-color:#f4f4f4}.image-modal{color:#7c7599}.image-modal__icons .image-modal__images-wrapper{margin-top:20px;background:#fff}.image-modal__icons .image-modal__images-wrapper .dnd-images-content__image-items{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon{border:1px solid #d1d1d2;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;transition:all .5s}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon:hover{border-color:#009a6c}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon img{width:32px;height:32px}.image-modal__icons .image-modal__images-wrapper .dnd-image-item.icon img:hover{outline:none}.image-modal__icons__actions{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:center;justify-content:center}.image-modal__icons__actions .dnd-label{color:#4a4b4d;font-size:11px}.image-modal__icons__actions__search{-webkit-flex:1 1;flex:1 1}.image-modal__icons__actions__search .dnd-input{width:100%}.image-modal__icons__actions__categories,.image-modal__icons__actions__styles{margin-left:8px;width:230px}.image-modal__ai-images__actions{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:center;justify-content:center;margin-top:24px}.image-modal__ai-images__actions .dnd-label{color:#4a4b4d;font-size:11px}.image-modal__ai-images__actions__negative_prompt,.image-modal__ai-images__actions__search{-webkit-flex:1 1;flex:1 1;margin-right:8px}.image-modal__ai-images__actions__negative_prompt .dnd-input,.image-modal__ai-images__actions__search .dnd-input{width:100%}.image-modal__ai-images__actions__style{width:140px;margin-right:8px}.image-modal__ai-images__actions__aspect-ratio{width:100px;margin-right:8px}.image-modal__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.image-modal__content.global-images{margin-top:35px}.image-modal__search-box{position:relative;margin:16px 8px 8px}.image-modal__search-box:before{content:"\e94b";position:absolute;top:12px;left:10px;font:normal normal normal 12px/1 icons;color:#a1a1a1}.image-modal__search-box input[type=search]{background:#fff;border:1px solid #d1d1d2;font:400 11px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;color:#1c1d1f;padding:10px 16px 10px 28px}.image-modal__search-box input[type=search]::-webkit-input-placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]:-ms-input-placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]::placeholder{color:#a1a1a1}.image-modal__search-box input[type=search]:focus,.image-modal__search-box input[type=search]:hover{background:#fff;border-color:#a8a8a8}.image-modal__unsplash-search{margin-top:35px}.image-modal__empty{display:-webkit-flex;display:flex;width:100%;height:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.image-modal__add-image-form{height:auto}.image-modal__add-image-form-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.image-modal__add-image-form fieldset{height:auto;background-color:transparent;border:none;margin:0;padding:0}.image-modal__add-image-form .image-modal__add-image-input{-webkit-flex:1 0;flex:1 0}.image-modal__add-image-form .image-modal__add-image-button{width:130px;margin-left:10px}.image-modal__add-image-form .image-modal__add-image-button .icon{margin-left:8px}.image-modal__images-wrapper{position:relative;margin-top:35px;height:350px;overflow-x:auto;border-radius:4px;background-color:#f4f4f4}.image-modal__drop-image-button{text-align:center;position:relative;width:calc(25% - 20px);height:120px;line-height:120px;font-size:36px;margin:10px;padding:0;border-radius:4px;color:inherit;border:2px dashed;cursor:pointer;transition:all .3s ease;background-color:transparent}.image-modal__drop-image-button.hidden{opacity:0}.image-modal__drop-image-button:focus,.image-modal__drop-image-button:hover{opacity:.7;background-color:rgba(101,160,186,.3);border-color:#65a0ba;outline:none}.image-modal__drop-message{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;background-color:transparent;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:4px;border:2px solid transparent}.image-modal__drop-message.visible{opacity:1;visibility:visible}.image-modal__drop-message.active{opacity:.7;visibility:visible;background-color:rgba(101,160,186,.3);border-color:#65a0ba}.image-modal__drop-message .icon{font-size:48px}.dnd-combobox__loading{padding:0 8px;font-size:12px;color:#65a0ba}.dnd-combobox__button{padding:9px 0 9px 9px}.dnd-combobox__list{position:absolute;background-color:#fff;max-height:150px;overflow-y:auto;z-index:1;box-shadow:0 3px 6px rgba(0,0,0,.3);display:none}.dnd-combobox__list.isOpen{display:block}.dnd-combobox__list-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dnd-combobox__list-item.highlighted{background-color:#f1f9ff}.dnd-combobox__list-item.selected{background-color:#cbe9ff}.dnd-combobox__empty-list{padding:5px 10px;color:#a8a8a8}.waymore-form-modal__content-wrapper{margin-bottom:30px}.waymore-form-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.dnd-radio-button__label{display:inline-block;padding:10px;background-color:#f1f9ff;color:#65a0ba;border-radius:4px;font:500 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;cursor:pointer;margin:0;transition:all .5s}.dnd-radio-button__label__description{font-weight:400;font-size:10px;margin:5px 0 0;padding:0;font-style:italic}.dnd-radio-button__label.active,.dnd-radio-button__label:hover{background-color:#cbe9ff}.dnd-radio-button__label:not(:last-child){margin-right:10px}.dnd-radio-button__input{display:none!important}.waymore-product-modal__header{color:#7c7599;margin-bottom:20px}.waymore-product-modal__content-wrapper{padding:0 26px 26px;-webkit-flex:1 1;flex:1 1}.waymore-product-modal__content-wrapper .dnd-form-control:not(:last-child){margin-bottom:24px}.waymore-product-modal__options{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:25px 0}.waymore-product-modal__options .dnd-form-control{margin:0 25px 0 0!important}.waymore-product-modal__empty-content{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:0 20px 20px;font-size:13px;line-height:22px}.waymore-product-modal__empty-content-message{color:#4d4f5c;text-align:center}.waymore-product-modal__empty-content-message a,.waymore-product-modal__empty-content-message a:active,.waymore-product-modal__empty-content-message a:focus,.waymore-product-modal__empty-content-message a:hover{color:#65a0ba}.waymore-product-modal__product-item{display:-webkit-flex;display:flex;padding:5px 0}.waymore-product-modal__product-item__img{width:36px;height:36px;object-fit:contain;margin-right:10px}.waymore-product-modal__product-item__info{margin-right:auto}.waymore-product-modal__product-item__name{font-size:14px;margin-bottom:8px}.waymore-product-modal__product-item__category{color:#a8a8a8;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:380px}.waymore-product-modal__product-item__price{font-size:14px}.waymore-product-modal__buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.waymore-product-modal__buttons .dnd-form-control{margin-bottom:0!important}.waymore-product-modal__buttons .dnd-button-base.contained{background:#43425d}.waymore-calendar-modal__header{margin-bottom:20px;color:#7c7599}.waymore-calendar-modal__content-wrapper{-webkit-flex:1 1;flex:1 1;padding:0 26px 26px}.waymore-calendar-modal__content-wrapper .dnd-form-control{margin-bottom:24px}.waymore-calendar-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.waymore-calendar-modal__buttons .dnd-button-base.contained{background:#43425d}.dnd-fonts-select__button{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;width:100%;border:1px solid #bec5c6;border-radius:4px;color:#a8a8a8;font-size:12px;padding:9px;transition:all .25s ease-in-out}.dnd-fonts-select__button,.dnd-fonts-select__button:active,.dnd-fonts-select__button:focus,.dnd-fonts-select__button:hover{background-color:transparent}.dnd-fonts-select__list{position:absolute;background-color:#fff;max-height:150px;overflow-y:auto;z-index:1;box-shadow:0 3px 6px rgba(0,0,0,.3);display:none}.dnd-fonts-select__list.isOpen{display:block}.dnd-fonts-select__list-item.highlighted{background-color:#f1f9ff}.dnd-fonts-select__list-item.selected{background-color:#cbe9ff}.dnd-text-field-tags .dnd-input__before{-webkit-flex-wrap:wrap;flex-wrap:wrap}.dnd-text-field-tags .dnd-tag{margin:2px 0 2px 5px}.dnd-text-field-tags .dnd-tag span{text-overflow:ellipsis;white-space:pre-wrap;max-width:200px;overflow:hidden;display:block;line-height:18px}.page-settings-modal__fonts{font-size:14px}.page-settings-modal__fonts__selected{margin-top:24px;font-size:12px}.page-settings-modal__fonts__selected__table-footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;font-size:10px;margin:8px 0 0;padding:0}.page-settings-modal__fonts__selected__table-footer__nav{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.page-settings-modal__fonts__selected__table-footer__nav button{font-size:10px;background:none;color:#7c7599;padding:4px 8px;margin:0;border-radius:4px}.page-settings-modal__fonts__selected__table-footer__nav button.active{background:#43425d;color:#fff}.page-settings-modal__fonts__selected__table-footer__nav button:first-child,.page-settings-modal__fonts__selected__table-footer__nav button:last-child{font-size:14px}.page-settings-modal__fonts__selected__table-footer__nav button:disabled{background:none}.page-settings-modal__fonts__selected__table-footer__nav button:focus:not(.active),.page-settings-modal__fonts__selected__table-footer__nav button:hover:not(.active){background:none;color:#43425d}.page-settings-modal__fonts__selected__table-wrapper{border:1px solid #bec5c6;border-radius:4px;position:relative}.page-settings-modal__fonts__selected__table-wrapper>.icon-spinner{position:absolute;top:50%;left:50%;font-size:16px;color:#fff}.page-settings-modal__fonts__selected__table-wrapper.table-loading{-webkit-user-select:none;-ms-user-select:none;user-select:none}.page-settings-modal__fonts__selected__table-wrapper.table-loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.page-settings-modal__fonts__selected table{text-align:left;width:100%;border-collapse:collapse}.page-settings-modal__fonts__selected table th{color:#a1a1a1;font-weight:400;padding:8px 16px;background:#f4f4f4;border-bottom:1px solid #d5d5d5}.page-settings-modal__fonts__selected table th:first-child{border-top-left-radius:4px}.page-settings-modal__fonts__selected table th:last-child{border-top-right-radius:4px}.page-settings-modal__fonts__selected table td{padding:6px 16px;font-size:11px}.page-settings-modal__fonts__selected table td.no-items{padding:24px;text-align:center;color:#a1a1a1}.page-settings-modal__fonts__selected table td button{padding:0;margin:0;background:transparent;font-size:12px;transition:opacity .5s;color:#fb6868}.page-settings-modal__fonts__selected table td button:hover{opacity:.8}.page-settings-modal__fonts__selected table td:last-child{width:40px}.page-settings-modal__fonts__selected table tr{transition:all .5s}.page-settings-modal__fonts__selected table tr:hover{color:#1c1d1f}.page-settings-modal__fonts__selected table tr:nth-child(2n){background:#f4f4f4}.page-settings-modal__fonts__selected table tr:last-child td:first-child{border-bottom-left-radius:4px}.page-settings-modal__fonts__selected table tr:last-child td:last-child{border-bottom-right-radius:4px}.page-settings-modal__fonts__filters{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin-top:8px}.page-settings-modal__fonts__filters>*{width:32%}.page-settings-modal__fonts__list{margin:8px 0 0;border-radius:4px;background:#d1d1d2;overflow:hidden}.page-settings-modal__fonts__list [role=rowgroup]{overflow:visible!important}.page-settings-modal__fonts__list__inner-list{height:300px;padding:16px}.page-settings-modal__fonts__list__inner-list.loading{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.page-settings-modal__fonts__list__item{margin-bottom:8px}.page-settings-modal__fonts__list__item.selected-item{position:relative;box-shadow:0 30px 20px -20px rgba(0,0,0,.3);z-index:2}.page-settings-modal__fonts__list__item:last-child{margin-bottom:0}.page-settings-modal__fonts__list__item__font__preview{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;position:relative;background:#fff;border-top-left-radius:4px;border-top-right-radius:4px;font-size:20px;padding:8px 16px;box-shadow:0 10px 10px -10px rgba(33,35,38,.1)}.page-settings-modal__fonts__list__item__font__preview .icon-check{color:#009a6c;font-size:16px}.page-settings-modal__fonts__list__item__font__details{padding:8px 16px;background:#f4f4f4;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.page-settings-modal__fonts__list__item__font__details__actions{padding-top:8px;margin-top:8px;border-top:1px solid #e8e8e9;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.page-settings-modal__fonts__list__item__font__details__actions__add-btn{-webkit-flex-basis:6%;flex-basis:6%;background:#7c7599!important;font-size:10px;padding:6px 16px;transition:opacity .5s}.page-settings-modal__fonts__list__item__font__details__actions__add-btn:disabled{background:#bec5c6!important}.page-settings-modal__fonts__list__item__font__details__actions__add-btn:hover:not([disabled]){opacity:.8}.page-settings-modal__fonts__list__item__font__details__actions__subsets,.page-settings-modal__fonts__list__item__font__details__actions__variants{-webkit-flex-basis:47%;flex-basis:47%}.page-settings-modal__fonts__list__item__font__details__actions__subsets>label,.page-settings-modal__fonts__list__item__font__details__actions__variants>label{margin-bottom:8px}.page-settings-modal__fonts__list__item__font__details__actions__subsets label,.page-settings-modal__fonts__list__item__font__details__actions__variants label{font-size:10px;text-transform:capitalize}.page-settings-modal__fonts__list__item__font__details__actions__subsets .dnd-form-control,.page-settings-modal__fonts__list__item__font__details__actions__variants .dnd-form-control{margin-right:12px}.page-settings-modal__fonts__list__item__font__details__actions__subsets .dnd-form-control:last-of-type,.page-settings-modal__fonts__list__item__font__details__actions__variants .dnd-form-control:last-of-type{margin-right:0}.page-settings-modal__fonts__list__item__font__details__actions__subsets .dnd-form-control .dnd-label,.page-settings-modal__fonts__list__item__font__details__actions__variants .dnd-form-control .dnd-label{margin:0}.page-settings-modal__fonts__list__item__font__details__actions__subsets .dnd-form-control .dnd-checkbox__icon-wrapper,.page-settings-modal__fonts__list__item__font__details__actions__variants .dnd-form-control .dnd-checkbox__icon-wrapper{width:16px;height:16px;margin-right:6px;background:#fff}.page-settings-modal__fonts__list__item__font__details__info{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.page-settings-modal__fonts__list__item__font__details__info button{background:#77787a!important;font-size:10px;padding:6px 16px;transition:opacity .5s}.page-settings-modal__fonts__list__item__font__details__info button:hover{opacity:.8}.page-settings-modal__fonts__list__item__font__details__info__name span{display:inline-block;font-size:12px}.page-settings-modal__fonts__list__item__font__details__info__name span:last-child{margin-left:8px;font-size:10px;color:#a1a1a1}.dnd-file-input{display:none}.dnd-cropper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}.dnd-cropper__image-wrapper{overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0}.dnd-cropper__image{width:100%;height:100%}.dnd-cropper__editor-wrapper{position:relative;font-size:0}.dnd-cropper__editor-wrapper:after,.dnd-cropper__editor-wrapper:before{content:"";position:absolute;border:1px solid rgba(38,153,251,.3);pointer-events:none}.dnd-cropper__editor-wrapper:before{top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.dnd-cropper__editor-wrapper:after{top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}.dnd-cropper__controls{margin-left:30px;font-size:12px;line-height:14px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:100%}.dnd-cropper__label{color:#43425d;margin-bottom:8px}.dnd-cropper__helper-text{margin-bottom:8px;-webkit-flex-grow:1;flex-grow:1;color:#a8a8a8}.dnd-cropper__buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.dnd-cropper__buttons .dnd-button__label .icon{margin-left:auto}.dnd-cropper__buttons .dnd-button:not(:last-child){margin-right:8px}@-webkit-keyframes rotate{40%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}90%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{40%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}90%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.page-settings-modal{color:#7c7599;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.page-settings-modal__sub-title{font-size:14px;padding:0;margin:0 0 16px}.page-settings-modal .dnd-checkbox__icon-wrapper{color:#000;width:20px;height:20px}.page-settings-modal .dnd-checkbox__icon{border-radius:2px}.page-settings-modal .dnd-checkbox__icon.checked:after{height:10px}.page-settings-modal a{color:#65a0ba}.page-settings-modal__content-wrapper,.page-settings-modal__form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.page-settings-modal__content-wrapper{-webkit-flex-grow:1;flex-grow:1}.page-settings-modal__tab-panels{-webkit-flex-grow:1;flex-grow:1;margin:30px 0}.page-settings-modal__lock-status{-webkit-align-items:center;align-items:center;background:#f4f4f4;padding:10px;border-radius:4px;width:50%}.page-settings-modal__lock-status div[data-id=tooltip]{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);padding:1rem 2rem;color:#a8a8a8;font-size:12px}.page-settings-modal__lock-status div[data-id=tooltip].show{opacity:1}.page-settings-modal__lock-status div[data-id=tooltip] .icon{font-size:22px;width:45px;height:45px}.page-settings-modal__lock-status div[data-id=tooltip] button{border-radius:4px;background:#65a0ba;padding:7px 20px}.page-settings-modal__lock-status__icon .icon{background-color:#ffe6e6;color:#ff0707;display:-webkit-flex;display:flex;width:30px;height:30px;font-size:14px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:50%}.page-settings-modal__row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;opacity:1;visibility:visible}.page-settings-modal__row.align-bottom{-webkit-align-items:flex-end;align-items:flex-end}.page-settings-modal__row:not(:last-child){margin-bottom:16px}.page-settings-modal__row>.dnd-form-control:not(:last-child){margin-right:16px}.page-settings-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:48px}.page-settings-modal__buttons .dnd-button:not(:last-child){margin-right:8px}.page-settings-modal__forms{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.page-settings-modal__forms #enable-send-email{width:400px;padding:0 18px}.page-settings-modal__forms .enable-send-email{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:12px}.page-settings-modal__forms .enable-send-email .icon{color:#1c1d1f;margin-bottom:8px}.page-settings-modal__forms .enable-send-email a{margin:0 5px 8px}.page-settings-modal__forms .enable-send-email .dnd-form-control.fullWidth{width:auto}.page-settings-modal__forms__policy-options .dnd-radio-button__label{padding-right:20px;padding-left:20px}.page-settings-modal__forms__checkbox{width:100%;background-color:#f4f4f4;padding:16px;border-radius:4px}.page-settings-modal__forms__checkbox .dnd-checkbox__label{margin-bottom:20px}.page-settings-modal__forms__checkbox__control--lock{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.page-settings-modal__forms__checkbox__control--lock .dnd-checkbox__label{margin-bottom:0}.page-settings-modal__forms__checkbox__fields{display:-webkit-flex;display:flex}.page-settings-modal__forms__checkbox__fields>:last-child{margin-left:8px}.page-settings-modal__forms__checkbox .dnd-input{background:#fff}.page-settings-modal__forms .email-template-preview{width:100%}.page-settings-modal__forms .email-template-preview .dnd-form-control.fullWidth{margin-bottom:8px}.page-settings-modal__forms .email-template-preview__frame{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;overflow:hidden;background:#f4f4f4;height:295px;border-radius:4px;opacity:1;background:repeating-linear-gradient(-45deg,#fff,#fff 2px,#f4f4f4 0,#f4f4f4 10px)}.page-settings-modal__forms .email-template-preview__frame img{position:absolute;bottom:-85px;width:280px;box-shadow:0 2px 6px rgba(0,0,0,.5);transition:bottom 2s}.page-settings-modal__forms .email-template-preview__frame img:hover{bottom:0;transition:all 2s}.page-settings-modal__forms .email-template-preview__frame:empty{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:12px}.page-settings-modal__forms .email-template-preview__frame:empty:before{content:"Template preview"}.page-settings-modal__forms__full-col{width:100%;margin-bottom:16px}.page-settings-modal__forms__col{width:50%;-webkit-flex:1 1;flex:1 1}.page-settings-modal__forms__col:last-child{margin-left:16px}.page-settings-modal__social-inputs{margin-right:16px}.page-settings-modal__social-inputs .dnd-form-control:not(:last-child){margin-bottom:30px}.page-settings-modal__social .dnd-input__textarea{min-height:54px}.page-settings-modal__social .dnd-cropper{-webkit-flex:0 0 480px;flex:0 0 480px}.page-settings-modal__schedule .dnd-form-control{margin-bottom:16px!important}.page-settings-modal__schedule__date-range{width:100%;display:-webkit-flex;display:flex}.page-settings-modal__schedule__date-range .dnd-form-control:not(:last-child){margin-right:16px}.page-settings-modal__radio-item-label{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.page-settings-modal__radio-item-label .Average,.page-settings-modal__radio-item-label .Narrow,.page-settings-modal__radio-item-label .Tight{position:relative;background-color:#65a0ba;height:1px;width:24px;margin-left:12px}.page-settings-modal__radio-item-label .Average:after,.page-settings-modal__radio-item-label .Average:before,.page-settings-modal__radio-item-label .Narrow:after,.page-settings-modal__radio-item-label .Narrow:before,.page-settings-modal__radio-item-label .Tight:after,.page-settings-modal__radio-item-label .Tight:before{content:"";position:absolute;width:100%;height:1px;background-color:#65a0ba}.page-settings-modal__radio-item-label .Tight:after{top:-4px}.page-settings-modal__radio-item-label .Tight:before{top:4px}.page-settings-modal__radio-item-label .Average:after{top:-6px}.page-settings-modal__radio-item-label .Average:before{top:6px}.page-settings-modal__radio-item-label .Narrow:after{top:-8px}.page-settings-modal__radio-item-label .Narrow:before{top:8px}.page-settings-modal__seo-select{min-width:320px}.page-settings-modal__page .dnd-cropper{-webkit-flex:0 0 400px;flex:0 0 400px}.page-settings-modal__page .dnd-cropper:not(:last-child){margin-right:90px}.page-settings-modal__domain{font-size:12px}.page-settings-modal__domain .dnd-copy-box{margin-top:10px}.page-settings-modal__domain-link-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:12px;color:#43425d}.page-settings-modal__domain-link-wrapper .icon{margin-right:8px}.page-settings-modal__domain-published-url{width:100%;margin-right:40px;color:#43425d}.page-settings-modal__domain-input-wrapper{width:100%}.page-settings-modal__domain-input-wrapper,.page-settings-modal__domain-name-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.page-settings-modal__domain-name{-webkit-flex-grow:1;flex-grow:1;background-color:#d5d5d5;border-radius:4px;padding:10px 16px;color:#43425d}.page-settings-modal__domain-status-chip{width:40px;margin-left:8px;padding:10px;text-align:center;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;background-color:#bec5c6;color:#fff;border-radius:4px}.page-settings-modal__domain-status-chip.loading{background-color:#65a0ba}.page-settings-modal__domain-status-chip.loading .icon-hourglass-empty{-webkit-animation:rotate 5s ease-in-out infinite;animation:rotate 5s ease-in-out infinite}.page-settings-modal__domain-status-chip.pending{background-color:#a8a8a8}.page-settings-modal__domain-status-chip.success{background-color:#009a6c}.page-settings-modal__domain-status-chip.error{background-color:#fb6868}.page-settings-modal__domain-button{width:160px;margin-left:8px}.page-settings-modal__domain-info{width:100%}.page-settings-modal__domain-info__table{margin:10px 0 0;width:100%;border-spacing:0;font-size:14px}.page-settings-modal__domain-info__table .icon{font-size:100%;margin-left:8px}.page-settings-modal__domain-info__table-head{background-color:#bec5c6;text-transform:uppercase;color:#fff}.page-settings-modal__domain-info__table-body{background-color:#f4f4f4;color:#43425d}.page-settings-modal__domain-info__table-item{padding:20px 0;font-weight:400}.code-mirror-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:8px}.code-mirror-header .code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.code-mirror-header .code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.code-mirror-header label.dnd-label{font-size:14px}.code-mirror-header .icon{font-size:13px;margin-left:4px}.code-mirror-header__clipboard-buttons button.dnd-button-base.contained{font-size:12px;border:1px solid #43425d;color:#43425d;background:transparent;padding:5px 12px;margin-left:8px;transition:opacity .5s}.code-mirror-header__clipboard-buttons button.dnd-button-base.contained:hover{opacity:.5}.code-mirror-all-buttons{display:-webkit-flex;display:flex}.code-mirror-all-buttons button.code-mirror-all-buttons__copy-all,.code-mirror-all-buttons button.code-mirror-all-buttons__paste-all{margin-right:10px;background:transparent;color:#43425d;border:1px solid #43425d;transition:opacity .5s}.code-mirror-all-buttons button.code-mirror-all-buttons__copy-all:hover,.code-mirror-all-buttons button.code-mirror-all-buttons__paste-all:hover{opacity:.5}.code-mirror-all-buttons__upload-button{position:relative;display:-webkit-flex;display:flex;margin-right:15px}.code-mirror-all-buttons__upload-button__input[type=file]{width:130px;color:transparent;overflow:hidden;margin:0;padding:0}.code-mirror-all-buttons__upload-button__input[type=file]::-webkit-file-upload-button{visibility:hidden}.code-mirror-all-buttons__upload-button__input[type=file]:before{content:"Select file";display:inline-block;background:#fff;color:#43425d;border:1px dashed #d5d5d5;font-size:12px;padding:10px 30px;transition:all .5s;cursor:pointer}.code-mirror-all-buttons__upload-button__input[type=file]:hover:before{border-color:#4a4b4d}.block-modal__row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:32px}.block-modal__row__category .dnd-form-control{background:#f5f1e0;padding:16px;border-radius:4px}.block-modal__row__category .dnd-form-control .dnd-select__select{background-color:#fff;color:#1c1d1f}.block-modal__row__inner{width:48%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:200px;-webkit-justify-content:space-between;justify-content:space-between}.block-modal__row__inner-full{width:100%;-webkit-flex-direction:row;flex-direction:row;min-height:auto}.block-modal__editor-wrapper,.block-modal__row__inner-full .dnd-form-control.fullWidth{width:48%}.block-modal__editor{font-size:12px}.block-modal__editor .CodeMirror{height:200px}.block-modal__editor .CodeMirror-dialog-top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.block-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.block-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.block-modal__preview{width:100%;height:300px;border:none}.block-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:30px}.block-modal__button:not(:last-child){margin-right:8px}.custom-modul-category-modal__form{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start}.custom-modul-category-modal__form .dnd-form-control{margin-right:16px}.code-import-modal__row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:32px}.code-import-modal__editor-wrapper{width:48%}.code-import-modal__editor{font-size:13px}.code-import-modal__editor .CodeMirror-dialog-top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.code-import-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.code-import-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.code-import-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:30px}.code-import-modal__button:not(:last-child){margin-right:8px}.view-code-modal #code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.view-code-modal #code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.view-code-modal__row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:32px}.view-code-modal__editor-wrapper{width:48%}.view-code-modal__editor-wrapper__title{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:8px}.view-code-modal__editor-wrapper__title label.dnd-label{font-size:14px}.view-code-modal__editor-wrapper .icon{font-size:13px;margin-left:4px}.view-code-modal__editor-wrapper__clipboard-buttons button.dnd-button-base.contained{font-size:12px;border:1px solid #43425d;color:#43425d;background:transparent;padding:5px 12px;margin-left:8px}.view-code-modal__editor{font-size:13px}.view-code-modal__editor .CodeMirror-dialog-top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.view-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.view-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.custom-code-modal #code-mirror-search-tip dt{font-family:monospace;-webkit-margin-after:8px;margin-block-end:8px}.custom-code-modal #code-mirror-search-tip dd{display:block;-webkit-margin-start:20px;margin-inline-start:20px;-webkit-margin-after:16px;margin-block-end:16px;color:#43425d}.custom-code-modal__row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:32px}.custom-code-modal__editor-wrapper{width:100%}.custom-code-modal__editor{font-size:16px}.custom-code-modal__editor .CodeMirror-dialog-top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:8px;border:none;color:#d1d1d2;background-color:#000;box-shadow:0 5px 5px rgba(0,0,0,.3)}.custom-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-hint{display:none}.custom-code-modal__editor .CodeMirror-dialog-top .CodeMirror-search-field{margin:0 0 0 8px;padding:5px 8px;border-radius:4px;background:none;border:1px solid #d1d1d2;font-size:11px}.custom-code-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:30px}.custom-code-modal__button:not(:last-child){margin-right:8px}.template-info-modal .dnd-form-control{margin-bottom:16px}.template-info-modal__buttons{-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:32px}.template-info-modal__buttons,.template-qr-modal__qr-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.template-qr-modal__qr-wrapper{position:relative;-webkit-justify-content:center;justify-content:center;width:292px;height:292px;margin:0 auto;border:2px solid #d1d1d2;padding:16px;border-radius:8px}.template-qr-modal__buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:32px}.editor-header{position:relative;z-index:6;height:47px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;color:#4d4f5c;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.04)}.editor-header.template-shared,.editor-header.template-shared-owner{background:#009a6c;color:#fff}.editor-header.template-shared-owner .editor-header__user-actions,.editor-header.template-shared .editor-header__user-actions{width:355px}.editor-header.template-shared-owner .editor-header__user-actions .dnd-button,.editor-header.template-shared .editor-header__user-actions .dnd-button{border:1px solid #fff;color:#fff;background:transparent}.editor-header.template-shared-owner .editor-header__user-actions .dnd-button .icon,.editor-header.template-shared .editor-header__user-actions .dnd-button .icon{margin-right:8px}.editor-header.template-shared-owner .dnd-breadcrumb,.editor-header.template-shared-owner .icon,.editor-header.template-shared-owner a,.editor-header.template-shared .dnd-breadcrumb,.editor-header.template-shared .icon,.editor-header.template-shared a{color:#fff}.editor-header.template-shared-owner .gjs-one-bg,.editor-header.template-shared .gjs-one-bg{background:transparent!important}.editor-header__column{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.editor-header__column:not(:last-child){margin-right:25px}.editor-header__app-actions{width:400px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.editor-header__template-actions{-webkit-flex-grow:1;flex-grow:1}.editor-header__ver{font-size:11px;font-weight:700}.editor-header__panel-template-options{display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.editor-header__panel-template-options .qr-pn-btn{height:24px;width:24px;font-size:16px;margin-left:5px;cursor:pointer}.editor-header__panel-template-options .gjs-pn-buttons .gjs-pn-btn{height:24px;width:24px;min-height:0;min-width:0;box-shadow:none;font-size:16px}.editor-header__template-info{-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.editor-header__template-info__shared-template-title{text-align:center;font-size:14px;width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-header__template-name{max-width:250px}.editor-header__template-name__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;line-height:18px}.editor-header__simple-btn{cursor:pointer;color:inherit;font-size:14px;padding:8px 8px 8px 0;font-weight:700}.editor-header__simple-btn .icon-expand-more{margin-left:4px}.editor-header__simple-btn .icon-visibility{margin-right:4px}.editor-header__user-actions{width:500px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;padding:0 16px}.editor-header__user-actions .dnd-button-base{-webkit-flex-shrink:0;flex-shrink:0;font-size:12px;padding:6px 14px;box-shadow:none}.editor-header__user-actions .dnd-button-base.dnd-user-menu__user-btn{padding:0}.editor-header__user-actions .dnd-button-base:not(:last-child){margin-right:5px}.editor-header__user-actions .dnd-button-base .icon{font-size:14px}.editor-header__preview-btn.dnd-button-base{background:#ababc4}.editor-header__preview-btn .dnd-button__label,.editor-header__update-btn .dnd-button__label{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.editor-header__preview-btn .dnd-button__label span,.editor-header__update-btn .dnd-button__label span{margin-right:8px}.editor-header__cancel-btn{color:#fff}@media (max-width:1400px){.editor-header__template-name{white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis;line-height:18px}#editor .editor-content{height:calc(100vh - 80px)}#editor .preview-header{-webkit-flex:wrap 1;flex:wrap 1;-webkit-align-items:start;align-items:start;height:80px}#editor .preview-header .dnd-breadcrumb{height:40px}#editor .preview-header__right-col{height:40px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#editor .preview-header__devices{top:auto;bottom:0;-webkit-transform:translate(-50%);transform:translate(-50%)}#editor .grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.pc .gjs-frame{padding-top:80px}}@media (max-width:1200px){.editor-header{height:87px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.editor-header__column{margin-right:0!important}.editor-header__app_actions{width:100%}.editor-header__user-actions{width:100%;padding:8px 16px;-webkit-justify-content:center;justify-content:center}}@media (max-width:768px){#editor .preview-header .dnd-breadcrumb{display:none}.templates-header{-webkit-flex-direction:column;flex-direction:column;height:80px}.templates-header__content,.templates-header__logo{height:40px;width:100%}.templates-header__content{padding-left:8px}.editor-header{height:120px}.editor-header__template-actions{width:100%}.editor-header__panel-template-options .gjs-pn-buttons{padding-left:14px}}.preview-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;position:fixed;top:0;width:100%;height:47px;z-index:11;background-color:#1c1d1f}.preview-header__right-col{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-content:center;align-content:center}.preview-header__devices{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.preview-header .dnd-logo{width:47px;height:47px}.preview-header .dnd-breadcrumb,.preview-header .dnd-breadcrumb a{color:#fff}.preview-header__exit-preview-btn{margin-right:18px}.preview-header__exit-preview-btn.dnd-button-base{background:#ababc4;padding:6px 14px;height:25px;font-weight:500}.preview-header__exit-preview-btn.dnd-button-base .icon{margin-left:10px}.preview-header__size-button{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:47px;font-size:18px;color:#fff;margin:0;padding:0 15px;background-color:transparent;border-radius:0}.preview-header__size-button.active{background-color:#65a0ba}.block-settings-box{position:fixed;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#e6e6e6;color:#43425d;z-index:3;border-top-left-radius:4px;border-top-right-radius:4px;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}.block-settings-box__toggle{display:none}.block-settings-box.hide{bottom:-95px}.block-settings-box.hide .block-settings-box__toggle{display:block;text-align:center;font:normal normal normal 12px/1 icons;font-size:4px;font-weight:700;position:absolute;top:-30px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);background:#e6e6e6;border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;padding:8px 12px 6px;margin:0;cursor:pointer}.block-settings-box.hide .block-settings-box__toggle:active,.block-settings-box.hide .block-settings-box__toggle:focus,.block-settings-box.hide .block-settings-box__toggle:hover{background:#e6e6e6}.block-settings-box.hide .block-settings-box__toggle:active:before,.block-settings-box.hide .block-settings-box__toggle:focus:before,.block-settings-box.hide .block-settings-box__toggle:hover:before{color:#65a0ba}.block-settings-box.hide .block-settings-box__toggle:before{content:"\e92d";transition:all .5s;font:normal normal normal 12px/1 icons;font-size:14px;color:#77787a;cursor:pointer}.block-settings-box .icon-close{font-size:14px;cursor:pointer;position:absolute;top:10px;right:10px}.block-settings-box__header{position:relative;display:-webkit-flex;display:flex;padding:10px;margin-bottom:10px;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;font-size:12px;border-bottom:1px solid #d1d1d2}.block-settings-box__header p{margin:0 0 0 8px;padding:0}.block-settings-box__header>div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.block-settings-box__content{padding:0 15px 15px}.block-settings-box__horiz-buttons{display:-webkit-flex;display:flex;font-size:12px}.block-settings-box__horiz-buttons button{border-radius:0;background:#fff;color:#65a0ba;cursor:pointer;border-right:1px solid #e6e6e6}.block-settings-box__horiz-buttons button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.block-settings-box__horiz-buttons button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:none}.block-settings-box__horiz-buttons button.active,.block-settings-box__horiz-buttons button:focus,.block-settings-box__horiz-buttons button:hover{background:#65a0ba;color:#fff}.editor-content{height:calc(100vh - 47px);background:#e6e6e6;display:-webkit-flex;display:flex}.editor-content .component-settings+#containerStyle>.div-style>.gjs-clm-tags,.editor-content .component-settings .gjs-trt-traits{display:none}.editor-content .component-settings.open+#containerStyle>.div-style>.gjs-clm-tags,.editor-content .component-settings.open .gjs-trt-traits{display:block}.editor-content .component-settings.open .component-settings__header:after{content:"\e924";font:normal normal normal 12px/1 icons}.editor-content .component-settings__header{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:uppercase;font-size:11px;background:#f4f4f4;border-top:1px solid #e8e8e9;border-bottom:1px solid #e8e8e9;padding:11px 16px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#43425d;font-weight:700}.editor-content .component-settings__header:before{content:"\e92d";font-family:"icons";font-size:16px;color:#ababc4;margin-right:10px}.editor-content .component-settings__header:after{content:"\e904";font:normal normal normal 12px/1 icons;position:absolute;right:16px}.editor-content__blocks{position:relative;width:400px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;transition:all .3s ease;z-index:5}.editor-content__blocks .custom-module-preview{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;box-shadow:0 6px 12px rgba(0,0,0,.18);border:1px solid #bec5c6;width:250px;border-radius:10px;padding:20px;z-index:0;opacity:0}.editor-content__blocks .custom-module-preview__show{transition:opacity .2s;opacity:1;right:-250px}.editor-content__blocks .custom-module-preview__divider{margin:0 -20px 15px;padding:0 0 10px;border-bottom:1px solid #d1d1d2}.editor-content__blocks .custom-module-preview__title{font-size:14px;padding:0;margin:0 0 10px}.editor-content__blocks .custom-module-preview__description{font-size:12px;padding:0;margin:0}.editor-content__blocks.collapsed{margin-left:-388px}.editor-content__blocks.collapsed:after{right:-24px}.editor-content__blocks.collapsed:hover{-webkit-transform:translateX(388px);transform:translateX(388px)}.editor-content__blocks .editor-content__collapse-button{right:0;-webkit-transform:translateX(50%);transform:translateX(50%)}.editor-content__blocks-list-wrapper{padding:8px 0;background-color:#fff;-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:auto;position:relative;z-index:3}.editor-content__blocks-list-wrapper__top-action{font-size:12px;padding:10px 16px}.editor-content__blocks-list-wrapper__creat-group-btn,.editor-content__blocks-list-wrapper__top-action{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.editor-content__blocks-list-wrapper__creat-group-btn button{font-size:14px;margin-left:10px;width:20px;height:20px}.editor-content__blocks-list-wrapper__creat-group-btn .icon{font-size:10px}.editor-content__blocks-list{-webkit-flex:1 1;flex:1 1;overflow:auto}.editor-content__blocks-search-input{background-color:#fff;margin:10px 15px 15px;border-color:#d1d1d2}.editor-content__canvas-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:16px 25px 8px;-webkit-flex:1 1;flex:1 1}.editor-content__canvas-actions{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.editor-content__canvas{margin-top:16px;-webkit-flex:1 1;flex:1 1;overflow:hidden}.editor-content__traits{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:350px;transition:all .3s ease;z-index:5}.editor-content__traits.collapsed{margin-right:-338px}.editor-content__traits.collapsed:after{left:-24px}.editor-content__traits.collapsed:hover{-webkit-transform:translateX(-338px);transform:translateX(-338px)}.editor-content__traits .editor-content__collapse-button{left:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.editor-content__collapse-button{position:absolute;padding:0;width:24px;height:24px;border-radius:50%;z-index:4;top:60px}.editor-content__blocks.collapsed:after,.editor-content__traits.collapsed:after{content:"";position:absolute;top:0;width:24px;height:100%}.editor-content__blocks.collapsed .editor-content__collapse-button,.editor-content__traits.collapsed .editor-content__collapse-button{opacity:1;visibility:visible}.editor-content__blocks .editor-content__collapse-button,.editor-content__traits .editor-content__collapse-button{opacity:0;visibility:hidden}.editor-content__blocks:hover .editor-content__collapse-button,.editor-content__traits:hover .editor-content__collapse-button{opacity:1;visibility:visible}.editor-content__blocks.disabled,.editor-content__traits.disabled{pointer-events:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__dimension .gjs-sm-sector-title:before,.icon-straighten:before{content:"\e100"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__decorations .gjs-sm-sector-title:before,.icon-palette:before{content:"\e90a"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__extra .gjs-sm-sector-title:before,.icon-business-center:before{content:"\e910"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title:before,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-title:before,.icon-handyman:before{content:"\e92e"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__typography .gjs-sm-sector-title:before,.icon-text-format:before{content:"\e925"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__flex .gjs-sm-sector-title:before,.icon-flex-direction-column:before{content:"\e92a"}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__general .gjs-sm-sector-title:before,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__general .gjs-sm-title:before,.icon-settings:before{content:"\e92d"}.grapes{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}.grapes .style-social-icons-component{height:150px;overflow-y:scroll}.grapes .style-social-icons-component button[data-style-social-icon-button]{width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;background:none!important}.grapes .style-social-icons-component button[data-style-social-icon-button] span{font-size:11px;display:block;color:#43425d}.grapes .style-social-icons-component button[data-style-social-icon-button] img{width:100px}.grapes .style-social-icons-component button[data-style-social-icon-button]:last-child{margin-right:0}.grapes .style-social-icons-component button[data-style-social-icon-button].selected,.grapes .style-social-icons-component button[data-style-social-icon-button]:hover{background:#ababc4!important}.grapes .style-social-icons-component button[data-style-social-icon-button].selected span,.grapes .style-social-icons-component button[data-style-social-icon-button]:hover span{color:#fff}.grapes .add-social-icons-component .tabset input[type=radio]{position:absolute;left:-200vw}.grapes .add-social-icons-component .tabset .tab-panel{display:none;padding:8px;margin:0}.grapes .add-social-icons-component .tabset input:first-child:checked~.tab-panels>.tab-panel:first-child,.grapes .add-social-icons-component .tabset input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),.grapes .add-social-icons-component .tabset input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3){display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.grapes .add-social-icons-component .tabset label{cursor:pointer;display:inline-block;padding:4px 6px;font-size:10px;border-radius:2px}.grapes .add-social-icons-component .tabset input:checked+label,.grapes .add-social-icons-component .tabset input:focus+label,.grapes .add-social-icons-component .tabset input:hover{background-color:#7c7599;color:#fff}.grapes .add-social-icons-component button[data-add-social-icon-button]{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:none!important;color:#1e1f1f!important;width:28px;margin:0 5px 5px 0;padding:0!important}.grapes .add-social-icons-component button[data-add-social-icon-button] span{font-size:16px!important}.grapes .add-social-icons-component button[data-add-social-icon-button]:last-child{margin-right:0}.grapes .add-social-icons-component button[data-add-social-icon-button].selected{border:1px solid #7c7599}.grapes .gjs-editor-cont .sp-container .sp-picker-container{width:220px}.grapes .gjs-editor-cont .sp-container .sp-input-container{width:150px}.grapes .gjs-editor-cont .sp-container .sp-input{position:relative;z-index:1;padding:6px;border:1px solid #fff;border-radius:0;text-align:center}.grapes .gjs-editor-cont .sp-container .sp-input:focus{border-color:#65a0ba}.grapes .gjs-editor-cont .sp-container .sp-button-container{float:right}.grapes .gjs-editor-cont .sp-container .sp-cancel{bottom:-3px}.grapes .gjs-editor-cont .sp-container .sp-choose{background:#fff;border-color:#65a0ba;color:#65a0ba}.grapes .gjs-sm-sector__quickSector .gjs-sm-properties .select-image-btn,.grapes .gjs-sm-sector__quickSector .gjs-sm-properties .select-product-btn{margin-top:8px}.grapes .gjs-pn-panel{position:relative;padding:0}.grapes .gjs-pn-btn{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:40px;height:32px;box-shadow:0 3px 6px rgba(0,0,0,.3);border-radius:4px;font-size:14px}.grapes .gjs-pn-btn.gjs-disabled{pointer-events:none}.grapes .gjs-pn-btn:last-child{margin-right:0}.grapes .editor-content__blocks-list .gjs-sm-sector-title,.grapes .editor-content__blocks-list .gjs-title,.grapes .gjs-pn-views-container .gjs-sm-sector-title,.grapes .gjs-pn-views-container .gjs-title{-webkit-align-items:center;align-items:center;border-bottom:1px solid #e8e8e9;display:-webkit-flex;display:flex;font-size:11px;font-weight:700;height:40px;padding:8px 16px;position:relative;text-transform:uppercase}.grapes .editor-content__blocks-list .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-title:after,.grapes .gjs-pn-views-container .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-title:after{content:"\e904";font:normal normal normal 12px/1 icons;position:absolute;right:16px}.grapes .editor-content__blocks-list .gjs-open .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-open .gjs-title:after,.grapes .editor-content__blocks-list .gjs-sm-open .gjs-sm-sector-title:after,.grapes .editor-content__blocks-list .gjs-sm-open .gjs-title:after,.grapes .gjs-pn-views-container .gjs-open .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-open .gjs-title:after,.grapes .gjs-pn-views-container .gjs-sm-open .gjs-sm-sector-title:after,.grapes .gjs-pn-views-container .gjs-sm-open .gjs-title:after{content:"\e924";font:normal normal normal 12px/1 icons;line-height:1;position:absolute}.grapes .gjs-pn-blocks-tabs,.grapes .gjs-pn-traits-tabs{background-color:transparent!important}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn,.grapes .gjs-pn-traits-tabs .gjs-pn-btn{-webkit-flex:1 0;flex:1 0;-webkit-flex-direction:row;flex-direction:row;border-radius:0;height:auto;line-height:1;padding:16px;background:#eee;box-shadow:none;margin-right:0;font-weight:700;color:#43425d;font-size:12px;border-left:1px solid #d1d1d2;-webkit-justify-content:flex-start;justify-content:flex-start}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn .icon,.grapes .gjs-pn-traits-tabs .gjs-pn-btn .icon{font-size:16px;color:#65a0ba;margin-right:8px}.grapes .gjs-pn-blocks-tabs .gjs-pn-btn.gjs-pn-active,.grapes .gjs-pn-traits-tabs .gjs-pn-btn.gjs-pn-active{background-color:#fff;color:#43425d}.grapes .editor-content__blocks-list .custom-module-buttons-wrapper{position:absolute;top:8px;right:30px;display:-webkit-flex;display:flex;-webkit-align-content:center;align-content:center}.grapes .editor-content__blocks-list .delete-custom-module-btn,.grapes .editor-content__blocks-list .edit-custom-module-btn{width:22px;height:22px;padding:0;background-color:transparent;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#c79464}.grapes .editor-content__blocks-list .delete-custom-module-btn .icon,.grapes .editor-content__blocks-list .edit-custom-module-btn .icon{font-size:12px}.grapes .editor-content__blocks-list .gjs-blocks-cs{height:100%}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-categories,.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-blocks-no-cat{max-height:100%;overflow-y:scroll}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title{background-color:#f4f4f4;color:#43425d}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title:after{right:10px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-title i{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-category{position:relative}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-category--custom .gjs-title{background-color:#cbe9ff}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block{position:relative;color:#43425d;border:1px solid #e8e8e9;box-shadow:none;min-width:30px;width:calc(33.33333% - 16px);margin:8px;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;border-radius:4px;transition:all .5s ease}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block:hover:not(.gjs-block--lock){border-color:transparent;box-shadow:0 1px 2px #65a0ba,0 0 0 2px #65a0ba}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block:before,.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block svg{width:40px;height:40px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Map]:before{content:"";background-image:url(/images/panel-icons/map.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Map] .gjs-block__media{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Video]:before{content:"";background-image:url(/images/panel-icons/video.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.dnd-new-box-block:before{content:"";background-image:url(/images/panel-icons/box.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-navbar:before{content:"";background-image:url(/images/panel-icons/navbar.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-custom-code.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-custom-code.gjs-block--lock .gjs-block__media{position:absolute;top:5px;right:5px;pointer-events:auto}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-custom-code:before{content:"";background-image:url(/images/panel-icons/code.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-forms-integration.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-forms-integration.gjs-block--lock .gjs-block__media{position:absolute;top:5px;right:5px;pointer-events:auto}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-forms-integration:before{content:"";background-image:url(/images/waymore/waymore_form.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-products-integration.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-products-integration.gjs-block--lock .gjs-block__media{position:absolute;top:5px;right:5px;pointer-events:auto}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-products-integration:before{content:"";background-image:url(/images/waymore/waymore_product.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-calendar-integration.gjs-block--lock{opacity:.6;position:relative;cursor:not-allowed}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-calendar-integration.gjs-block--lock .gjs-block__media{position:absolute;top:5px;right:5px;pointer-events:auto}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-calendar-integration:before{content:"";background-image:url(/images/waymore/waymore_calendar.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-form:before{content:"";background-image:url(/images/panel-icons/form.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-text-input:before{content:"";background-image:url(/images/panel-icons/text_input.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-text-input .gjs-block__media{position:absolute;top:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#fff;background-color:#65a0ba;font-size:10px;border-radius:10px;width:70%;padding:1px 0}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-number-input:before{content:"";background-image:url(/images/panel-icons/number_input.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-number-input .gjs-block__media{position:absolute;top:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#fff;background-color:#65a0ba;font-size:10px;border-radius:10px;width:70%;padding:1px 0}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-name-input:before{content:"";background-image:url(/images/panel-icons/name_input.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-email-input:before{content:"";background-image:url(/images/panel-icons/email_input.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-phone-input:before{content:"";background-image:url(/images/panel-icons/phone_input.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-textarea:before{content:"";background-image:url(/images/panel-icons/textarea.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-button:before{content:"";background-image:url(/images/panel-icons/button.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-slider:before{content:"";background-image:url(/images/panel-icons/slider.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-countdown:before{content:"";background-image:url(/images/panel-icons/countdown.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block.bpreview-list-items:before{content:"";background-image:url(/images/panel-icons/list.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Tabs] .gjs-block__media{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Tabs]:before{content:"";background-image:url(/images/panel-icons/tabs.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Tooltip] .gjs-block__media{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block[title=Tooltip]:before{content:"";background-image:url(/images/panel-icons/tooltip.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b2:before{content:"";background-image:url(/images/panel-icons/2.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b1:before{content:"";background-image:url(/images/panel-icons/1.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b37:before{content:"";background-image:url(/images/panel-icons/37.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b3333:before{content:"";background-image:url(/images/panel-icons/4.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b3:before{content:"";background-image:url(/images/panel-icons/3.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b84:before{content:"";background-image:url(/images/panel-icons/84.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b48:before{content:"";background-image:url(/images/panel-icons/48.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b93:before{content:"";background-image:url(/images/panel-icons/39.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-f-b39:before{content:"";background-image:url(/images/panel-icons/93.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-social-share-block:before{content:"";background-image:url(/images/panel-icons/social.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-social-follow-block:before{content:"";background-image:url(/images/panel-icons/socialfollow.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label img{pointer-events:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big{width:100%;border:none;padding:0;margin:16px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big .gjs-block-label{display:none}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--big:before{width:100%;height:109px}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom{position:relative;border:1px solid #e8e8e9;width:100%}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__buttons-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn{width:24px;height:24px;padding:0;background-color:transparent;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn.default{color:#65a0ba}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-thumb-label--custom .gjs-thumb-label__btn.secondary{color:#c79464}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-space:before{content:"";background-image:url(/images/panel-icons/space.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-quote:before{content:"";background-image:url(/images/panel-icons/quote.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-paragraph:before{content:"";background-image:url(/images/panel-icons/paragraph.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-big-heading:before{content:"";background-image:url(/images/panel-icons/big-heading.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-text-section:before{content:"";background-image:url(/images/panel-icons/text-section.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-link:before{content:"";background-image:url(/images/panel-icons/link.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-single-image:before{content:"";background-image:url(/images/panel-icons/image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-linked-image:before{content:"";background-image:url(/images/panel-icons/linked-image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-single-floating-image:before{content:"";background-image:url(/images/panel-icons/floating_image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-circle-shape:before{content:"";background-image:url(/images/panel-icons/circle_shape.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-square-shape:before{content:"";background-image:url(/images/panel-icons/square_shape.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-modal:before{content:"";background-image:url(/images/panel-icons/modal.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-discount-code:before{content:"";background-image:url(/images/panel-icons/discount_code.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-background-image:before{content:"";background-image:url(/images/panel-icons/bg-image.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .bpreview-icon:before{content:"";background-image:url(/images/panel-icons/icon.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.grapes .editor-content__blocks-list .gjs-blocks-cs .gjs-block-label{text-align:center;font-size:10px;font-weight:700;margin-top:12px}.grapes .editor-content__canvas-actions .gjs-pn-panel{background:transparent!important}.grapes .editor-content__canvas-actions .gjs-pn-btn{background-color:#fff;color:#65a0ba}.grapes .editor-content__canvas-actions .gjs-pn-btn.gjs-pn-active{color:#fff;background-color:#65a0ba}.grapes .gjs-pn-canvas-history{box-shadow:0 3px 6px rgba(0,0,0,.3);border-radius:31px;overflow:hidden}.grapes .gjs-pn-canvas-history .gjs-pn-btn{margin:0;padding:0;width:50px;height:100%;box-shadow:none}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-undo{border-top-right-radius:0;border-bottom-right-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-history{border-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn.icon-redo{border-top-left-radius:0;border-bottom-left-radius:0}.grapes .gjs-pn-canvas-history .gjs-pn-btn:not(:last-child){border-right:1px solid #e6e6e6}.grapes .gjs-cv-canvas{position:static;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,.2);box-sizing:border-box;overflow:hidden;z-index:1}.grapes .gjs-cv-canvas .gjs-toolbar div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.grapes .gjs-cv-canvas .gjs-toolbar-item .lock-status{opacity:.4;cursor:not-allowed}.grapes .gjs-cv-canvas .gjs-toolbar-item.active{background-color:rgba(0,0,0,.2)}.grapes .gjs-cv-canvas.preview{position:fixed;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;z-index:10;background-color:#e6e6e6}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames{position:static;background-repeat:no-repeat;background-position:50%;background-size:contain}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.pc .gjs-frame{padding-top:47px}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{width:556px;height:768px;padding:53px 30px;background-image:url(/images/backgrounds/tablet.png);box-shadow:0 20px 20px rgba(0,0,0,.2);border-radius:30px}@media (max-height:771px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{-webkit-transform:scale(.78);transform:scale(.78)}}@media (max-height:709px),(max-width:500px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{-webkit-transform:scale(.58);transform:scale(.58)}}@media (max-height:567px),(max-width:350px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{-webkit-transform:scale(.3);transform:scale(.3)}}@media (max-height:420px),(max-width:300px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{-webkit-transform:scale(.25);transform:scale(.25)}}@media (max-height:350px),(max-width:180px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet{-webkit-transform:scale(.2);transform:scale(.2)}}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frames{height:100%;width:100%;box-sizing:border-box;border-radius:2px;overflow:hidden}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frame-wrapper{height:100%;width:100%;box-sizing:border-box;width:100%!important;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.tablet .gjs-frame{height:100%;width:100%;box-sizing:border-box;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{width:370px;height:736px;border-radius:60px;padding:24px 26px;box-shadow:0 20px 20px rgba(0,0,0,.2);background-image:url(/images/backgrounds/mobile.png)}@media (max-height:940px),(max-width:414px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.96);transform:scale(.96)}}@media (max-height:920px),(max-width:400px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.88);transform:scale(.88)}}@media (max-height:855px),(max-width:350px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.8);transform:scale(.8)}}@media (max-height:810px),(max-width:300px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.6);transform:scale(.6)}}@media (max-height:600px),(max-width:250px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.4);transform:scale(.4)}}@media (max-height:490px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.3);transform:scale(.3)}}@media (max-height:390px){.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile{-webkit-transform:scale(.2);transform:scale(.2)}}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frames{height:100%;width:100%;box-sizing:border-box;border-radius:30px;overflow:hidden}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frame-wrapper{height:100%;width:100%;box-sizing:border-box;width:100%!important;position:static}.grapes .gjs-cv-canvas.preview .gjs-cv-canvas__frames.mobile .gjs-frame{height:100%;width:100%;box-sizing:border-box;position:static}.grapes .gjs-pn-traits-tabs .gjs-pn-btn{border-right:1px solid #d1d1d2;border-left:none}.grapes .gjs-pn-views-container{display:block;width:100%;padding:8px 0 32px;box-shadow:none}.grapes .gjs-pn-views-container .gjs-trt-traits{padding:16px}.grapes .gjs-pn-views-container .gjs-trt-traits .gjs-trt-trait__wrp button{background:#7c7599;color:#fff;padding:8px;border-radius:4px}.grapes .gjs-pn-views-container .gjs-traits-label,.grapes .gjs-pn-views-container .gjs-trt-header,.grapes .gjs-pn-views-container .gjs-trt-traits{font-weight:700;margin-bottom:0;border:0}.grapes .gjs-pn-views-container .gjs-trt-trait{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;padding:5px 0}.grapes .gjs-pn-views-container .gjs-label-wrp{width:100%;margin-bottom:4px;font-size:10px;font-weight:500}.grapes .gjs-pn-views-container .gjs-field-wrp{width:100%}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-checkbox){font-size:10px;width:100%}.grapes .gjs-pn-views-container .gjs-field-select-with-group select,.grapes .gjs-pn-views-container .gjs-field-select select{padding:.7em 1.4em}.grapes .gjs-pn-views-container .gjs-field-checkbox input{display:none}.grapes .gjs-pn-views-container .gjs-field-wrp--select{font-size:10px;position:relative}.grapes .gjs-pn-views-container .gjs-field-wrp--select>div:before{content:"\e904";font:normal normal normal 12px/1 icons;line-height:1;position:absolute;right:10px;top:10px;z-index:2;pointer-events:none}.grapes .gjs-pn-views-container .gjs-field-full-width{width:100%;margin:0;padding:0}.grapes .gjs-pn-views-container .gjs-field-full-width div{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.grapes .gjs-pn-views-container .gjs-field-full-width div input{width:70%}.grapes .gjs-pn-views-container .gjs-clm-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.grapes .gjs-pn-views-container .gjs-clm-header .gjs-field.gjs-select{margin-bottom:0}.grapes .gjs-pn-views-container .gjs-clm-header select#gjs-clm-states{padding-left:15px;padding-right:15px;line-height:15px}.grapes .gjs-pn-views-container .gjs-clm-tags{padding:0;border-bottom:1px solid #e8e8e9}.grapes .gjs-pn-views-container .gjs-clm-tags #gjs-clm-label,.grapes .gjs-pn-views-container .gjs-sm-header{font-weight:700}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector{font-size:.8rem}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector.gjs-sm-open .gjs-sm-sector-title .gjs-sm-sector-caret:after{content:"\e924";font:normal normal normal 12px/1 icons}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title{background:#f4f4f4;color:#43425d;border-bottom:1px solid #e8e8e9;padding:11px 16px;position:relative}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title:before{width:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title i,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title svg{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-caret{position:absolute;right:16px;width:auto;height:auto;min-width:auto;-webkit-transform:none;transform:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title .gjs-sm-sector-caret:after{content:"\e904";font:normal normal normal 12px/1 icons}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title:before{font-family:"icons";font-size:16px;color:#ababc4}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-title:after{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector .gjs-sm-sector-label{font-size:11px;font-weight:700;text-transform:uppercase;margin-left:10px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-title{background-color:#ababc4;color:#fff}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-sector-title:before,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector__quickSector .gjs-sm-title:before{color:#fff}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector-title{font-weight:700}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector-title i{display:inline-block;margin-right:20px;padding-right:0}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{padding:0 16px 8px;overflow:hidden}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-field,.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers{margin:0;border-radius:4px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties select:not(.gjs-input-unit){cursor:pointer;padding:.7em 1.4em;position:relative}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sel-arrow{z-index:1;pointer-events:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=text]{margin-bottom:0}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]{-webkit-appearance:none;width:100%;background:hsla(0,0%,100%,0)}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]:focus{outline:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;box-sizing:border-box;-webkit-transform:translateY(-20%);transform:translateY(-20%);background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-moz-range-thumb{cursor:pointer;height:16px;width:16px;box-sizing:border-box;background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-ms-thumb{cursor:pointer;height:16px;width:16px;box-sizing:border-box;background-color:#65a0ba;border-radius:100%}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;cursor:pointer;background:#bec5c6}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-moz-range-track{width:100%;height:1px;cursor:pointer;background:#bec5c6}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=range]::-ms-track{width:100%;cursor:pointer;background:hsla(0,0%,100%,0);border-color:hsla(0,0%,100%,0);color:hsla(0,0%,100%,0);box-shadow:0 0 0 1px #bec5c6;height:1px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item{border:0;-webkit-flex:0 0 auto;flex:0 0 auto;border-radius:4px;height:27px;margin-right:7px;min-width:41px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input{display:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item label{margin:0;height:100%;font-weight:700;font-size:10px;line-height:1;box-shadow:0 3px 6px rgba(0,0,0,.3);border-radius:4px;overflow:hidden;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item label:before{font-size:12px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-label{font-size:10px;font-weight:500;margin:10px 0 5px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties #gjs-sm-add{top:-22px;color:#000}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-btn{margin:0;border:none}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties #gjs-sm-close-layer{top:-8px;right:6px}.grapes .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-input-unit{border-radius:0;border:0;cursor:pointer;box-shadow:none;height:100%;margin-right:2px;color:#000}.grapes .gjs-pn-views-container .gjs-sm-property{margin-bottom:0;padding:0 3px}.grapes .gjs-pn-views-container .gjs-sm-property__font-family{-webkit-order:-1;order:-1}.grapes .gjs-pn-views-container .gjs-sm-property #gjs-sm-border-bottom-right-radius{-webkit-order:3;order:3}.grapes .gjs-pn-views-container .gjs-sm-property #gjs-sm-border-bottom-left-radius{-webkit-order:2;order:2}.grapes .gjs-pn-views-container .gjs-sm-property .gjs-sm-properties{margin:10px 0 0}.grapes .gjs-pn-views-container .gjs-layer .gjs-layer-title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:0;font-weight:400}.grapes .gjs-pn-views-container .gjs-clm-tag span{display:inline-block;line-height:1}.grapes .gjs-pn-views-container .gjs-clm-tag svg{width:100%;height:100%}.grapes .gjs-pn-views-container .gjs-clm-tag-close,.grapes .gjs-pn-views-container .gjs-clm-tag-status{height:24px;opacity:1;padding:3px;width:27px}.grapes .gjs-pn-views-container .gjs-clm-tags-btn__add{height:18px;padding:0;border-radius:50%;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;width:18px}.grapes .gjs-pn-views-container .gjs-clm-header{margin-bottom:5px}.grapes .gjs-pn-views-container .gjs-clm-header:after{content:"";display:table;width:100%;clear:both}.grapes .gjs-pn-views-container .gjs-clm-header-label{padding:0;font-size:11px}.grapes .gjs-pn-views-container .gjs-clm-sels-info{font-size:11px;line-height:1.17;margin:0;padding:0 16px;display:none}.grapes .gjs-pn-views-container .gjs-three-bg{font-weight:400;font-size:11px}.grapes .gjs-pn-views-container .gjs-select .gjs-sel-arrow{z-index:1;pointer-events:none}.grapes .gjs-pn-views-container .gjs-field{background-color:transparent;margin-bottom:5px}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input,.grapes .gjs-pn-views-container .gjs-field select,.grapes .gjs-pn-views-container textarea{border-radius:4px;border:1px solid #fff;height:31px;margin:0}.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input .gjs-input-holder,.grapes .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input input,.grapes .gjs-pn-views-container .gjs-field select .gjs-input-holder,.grapes .gjs-pn-views-container .gjs-field select input,.grapes .gjs-pn-views-container textarea .gjs-input-holder,.grapes .gjs-pn-views-container textarea input{height:100%}.grapes .gjs-pn-views-container .gjs-field-full-width button{height:31px;border-radius:4px;margin-right:5px}.grapes .gjs-pn-views-container .gjs-field-colorp-c{background:none}.grapes .gjs-pn-views-container .gjs-field-colorp{padding:1px}.grapes .gjs-pn-views-container .gjs-field-color-picker{border-radius:0 4px 4px 0}.grapes .gjs-rte-toolbar{border-color:#f4f4f4;border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.3);width:280px}.grapes .gjs-rte-toolbar__reverse{left:auto!important;right:0!important}.grapes .gjs-rte-toolbar .gjs-rte-actionbar{-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.grapes .gjs-rte-toolbar .gjs-rte-action{padding:4px;border:none;color:#000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-select{width:100%}.grapes .gjs-rte-toolbar .gjs-rte-action[title="Font family"]{display:block;width:65%}.grapes .gjs-rte-toolbar .gjs-rte-action[title="Font size"]{display:block;width:35%}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button{position:relative;display:block;height:24px;width:24px;line-height:24px;margin:0;background-color:#fff}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button--font-color{color:#65a0ba}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button--background-color{background-color:rgba(101,160,186,.2)}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-button:hover{background-color:#f4f4f4}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-color{position:absolute;top:0;left:0;height:100%;width:100%;padding:0;margin:0;line-height:1;opacity:0;visibility:hidden}.grapes .gjs-rte-toolbar .gjs-rte-action .gjs-rte-select{height:24px;background-color:#fff;border:1px solid #f4f4f4;margin:0}.grapes .gjs-rte-toolbar .gjs-rte-action.gjs-rte-active .gjs-rte-button{background-color:#f4f4f4}.grapes .gjs-rte-toolbar .gjs-rte-action.gjs-rte-active .gjs-rte-button:hover{background-color:#fff}[data-tooltip]{position:relative}[data-tooltip]:after{font-family:Helvetica,sans-serif;background:rgba(55,61,73,.9);border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:12px;font-weight:400;left:50%;line-height:normal;max-width:32rem;opacity:0;overflow:hidden;padding:.6rem 1rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%);transform:translate(-50%);transition:all .216s ease;z-index:99}[data-tooltip]:focus:after,[data-tooltip]:hover:after{opacity:1;-webkit-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}[data-tooltip].disabled,[data-tooltip][disabled]{pointer-events:none}[data-tooltip-pos=right]:after{bottom:50%;left:100%;-webkit-transform:translateY(50%);transform:translateY(50%)}[data-tooltip-pos=right]:focus:after,[data-tooltip-pos=right]:hover:after{-webkit-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}[data-tooltip-pos=bottom]:after{bottom:auto;top:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}[data-tooltip-pos=bottom]:focus:after,[data-tooltip-pos=bottom]:hover:after{-webkit-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}[data-tooltip-pos=left]:after{bottom:50%;left:auto;right:100%;-webkit-transform:translateY(50%);transform:translateY(50%)}[data-tooltip-pos=left]:focus:after,[data-tooltip-pos=left]:hover:after{-webkit-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}#containerStyle .div-style.hide{display:none}#containerStyle .header-style{padding-top:16px;font-size:14px}#containerStyle .header-style.hide{display:none}.collapse{width:100%;text-align:right}.collapse .button-collapse{padding:2px 0 10px;display:inline-block;margin-left:auto;margin-right:0;cursor:pointer;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;font-size:11px;font-weight:500}.collapse .icon{line-height:.5em;vertical-align:middle;margin:0 16px 0 8px}.collapse.hide{display:none}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:auto}#editor{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}#editor .dnd-loading{z-index:100}#editor .font{font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;font-size:14px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color{background-color:#fff;color:#43425d;max-width:100%}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:baseline;align-items:baseline}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap .tui-image-editor-newline{margin-right:10px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-range-wrap .tui-image-editor-range-value{color:#000;border:0;max-width:none}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-submenu>div[class^=tui-image-editor-menu]{padding-top:30px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-menu-resize .tui-image-editor-submenu-align{width:100%;text-align:center;margin:10px 0 15px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container .tui-image-editor-range-value{margin-right:5px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor-container input.tui-colorpicker-palette-hex{background:#f4f4f4;border:0;max-width:114px}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor__apply-btn{background-color:#65a0ba!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#editor #canvas .gjs-mdl-dialog.gjs-one-bg.gjs-two-color .tui-image-editor__apply-btn .icon{display:block;margin-right:5px;font-size:16px}#editor #canvas .CodeMirror{height:480px}#editor .cf-modal .gjs-mdl-dialog,#editor .edit-url-modal .gjs-mdl-dialog{max-width:600px!important}#editor .cf-modal__form-title,#editor .edit-url-modal__form-title{color:#77787a;padding:0;margin:0 0 40px}#editor .cf-modal__select-wrapper,#editor .edit-url-modal__select-wrapper{position:relative}#editor .cf-modal__select-wrapper:before,#editor .edit-url-modal__select-wrapper:before{content:"\e904";font:normal normal normal 12px/1 icons;font-size:18px;line-height:1;position:absolute;right:15px;top:11px;pointer-events:none}#editor .cf-modal__buttons,#editor .edit-url-modal__buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-end;align-items:flex-end}#editor .cf-modal .gjs-mdl-dialog,#editor .edit-url-modal .gjs-mdl-dialog{padding:0}#editor .cf-modal .gjs-mdl-dialog .gjs-mdl-title,#editor .edit-url-modal .gjs-mdl-dialog .gjs-mdl-title{font-size:16px;font-weight:500;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:0}#editor .cf-modal .gjs-mdl-dialog .gjs-mdl-title:before,#editor .edit-url-modal .gjs-mdl-dialog .gjs-mdl-title:before{content:"\e955";font:normal normal normal 12px/1 icons;margin-right:8px;font-size:16px}#editor .cf-modal .gjs-mdl-dialog label,#editor .edit-url-modal .gjs-mdl-dialog label{font-size:14px}#editor .cf-modal .gjs-mdl-dialog select,#editor .edit-url-modal .gjs-mdl-dialog select{-moz-appearance:none;-webkit-appearance:none;-webkit-border-radius:0;appearance:none;outline-width:0;border-radius:4px;border:1px solid #e6ebf4!important;padding:8px;margin:0 0 30px;width:100%}#editor .cf-modal .gjs-mdl-dialog input[type=text],#editor .cf-modal .gjs-mdl-dialog input[type=url],#editor .edit-url-modal .gjs-mdl-dialog input[type=text],#editor .edit-url-modal .gjs-mdl-dialog input[type=url]{width:100%;max-width:none;background-color:transparent;font:400 16px/12px "Source Sans Pro",sans-serif;color:#43425d;margin:0 0 30px;padding:11px;transition:none;min-width:30%}#editor .cf-modal .gjs-mdl-dialog input[type=text]::-webkit-input-placeholder,#editor .cf-modal .gjs-mdl-dialog input[type=url]::-webkit-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]::-webkit-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]::-webkit-input-placeholder{color:#a8a8a8}#editor .cf-modal .gjs-mdl-dialog input[type=text]:-ms-input-placeholder,#editor .cf-modal .gjs-mdl-dialog input[type=url]:-ms-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:-ms-input-placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:-ms-input-placeholder{color:#a8a8a8}#editor .cf-modal .gjs-mdl-dialog input[type=text]::placeholder,#editor .cf-modal .gjs-mdl-dialog input[type=url]::placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]::placeholder,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]::placeholder{color:#a8a8a8}#editor .cf-modal .gjs-mdl-dialog input[type=text]:active,#editor .cf-modal .gjs-mdl-dialog input[type=text]:focus,#editor .cf-modal .gjs-mdl-dialog input[type=text]:hover,#editor .cf-modal .gjs-mdl-dialog input[type=url]:active,#editor .cf-modal .gjs-mdl-dialog input[type=url]:focus,#editor .cf-modal .gjs-mdl-dialog input[type=url]:hover,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:active,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:focus,#editor .edit-url-modal .gjs-mdl-dialog input[type=text]:hover,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:active,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:focus,#editor .edit-url-modal .gjs-mdl-dialog input[type=url]:hover{background-color:transparent}#editor .cf-modal .gjs-mdl-dialog button,#editor .edit-url-modal .gjs-mdl-dialog button{padding:10px 25px}#editor .cf-modal .gjs-mdl-dialog{padding:0}#editor .cf-modal .gjs-mdl-dialog .gjs-mdl-title:before{content:none}#editor .gjs-mdl-dialog{background-color:#fff;text-shadow:none}#editor .gjs-mdl-dialog .gjs-mdl-title{color:#4d4f5c;font-size:16px;font-weight:500;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#editor .gjs-mdl-dialog .gjs-mdl-title .icon{margin-right:8px}#editor .gjs-mdl-dialog .gjs-mdl-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:20px;padding:26px;border-bottom:1px solid #e8e8e9}#editor .gjs-mdl-dialog .gjs-mdl-content{font-weight:400;border-color:hsla(0,0%,100%,0);padding:0 26px 26px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;margin-bottom:16px;padding:0}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file{-webkit-align-items:center;align-items:center;background-color:#43425d;border-radius:4px;border:none;color:#fff;cursor:pointer;display:-webkit-flex;display:flex;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;-webkit-justify-content:center;justify-content:center;margin:0 0 0 10px;padding:10px 20px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file:disabled{box-shadow:none;cursor:default;opacity:.7}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import .gjs-div-import-file .icon{margin-right:10px;position:relative;top:-1px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-div-import input[type=file]{display:none}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim{-webkit-align-items:center;align-items:center;background-color:#43425d;border-radius:4px;border:none;color:#fff;cursor:pointer;display:-webkit-flex;display:flex;font:400 12px/14px "Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;-webkit-justify-content:center;justify-content:center;margin:0;padding:10px 25px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim:disabled{box-shadow:none;cursor:default;opacity:.7}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-btn-prim.gjs-btn-import__custom-code{margin-top:16px}#editor .gjs-mdl-dialog .gjs-mdl-content .gjs-modal__code-wrapper{position:relative}#editor .gjs-mdl-dialog .gjs-mdl-content .CodeMirror+button{background-color:#245bce;color:#fff;padding:8px 30px;border-radius:30px}#editor .gjs-mdl-dialog .gjs-mdl-btn-close{position:absolute;top:15px;right:22px;opacity:1;background-color:transparent;border-radius:0;border:none;box-shadow:none;color:#77787a;cursor:pointer;margin:0;padding:0;transition:none;font-size:40px;line-height:30px}#editor .gjs-mdl-dialog #gjs-cm-css #gjs-cm-title,#editor .gjs-mdl-dialog #gjs-cm-htmlmixed #gjs-cm-title{color:#43425d}#editor .gjs-mdl-dialog input{background-color:#fff;border:1px solid #d5d5d5;max-width:568px}#editor .gjs-mdl-dialog button{padding:5px 40px;margin-top:20px}#editor .gjs-mdl-dialog .gjs-asset-manager{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#editor .gjs-mdl-dialog .gjs-asset-manager input{max-width:100%;margin:0}#editor .gjs-mdl-dialog .gjs-asset-manager>div{float:none;width:100%}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader{margin-top:30px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader form{border-color:#65a0ba;background-color:#f0f6f8;padding-right:50px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader #gjs-am-title,#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-file-uploader #gjs-am-uploadFile{padding:60px;color:#bec5c6;cursor:pointer}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets-cont{-webkit-order:-1;order:-1;background-color:hsla(0,0%,100%,0);padding:0;height:auto}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets-header{padding:15px 0}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:auto}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset{-webkit-flex:0 0 16%;flex:0 0 16%;min-width:0;background-color:#fff;border:none;margin-right:10px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset>div{float:none;width:100%}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-preview-cont{height:140px}#editor .gjs-mdl-dialog .gjs-asset-manager .gjs-am-assets .gjs-am-asset .gjs-am-close{color:#fff;text-shadow:0 0 2px #000;text-align:right;z-index:1;font-size:2rem;line-height:1em;padding:0 4px}#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim{border-radius:100px;color:#fff;background-color:#fb6868;transition:background-color .25s ease-in-out;cursor:pointer;padding:5px 20px;margin:10px}#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:active,#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:focus,#editor .gjs-mdl-dialog .gjs-asset-manager button.gjs-btn-prim:hover{background-color:#d55858}#layout{position:relative;min-height:100%;scrollbar-width:thin}#layout .alert-info{color:#084298;background-color:#cfe2ff;position:relative;padding:16px;font-size:14px;-webkit-justify-content:space-between;justify-content:space-between}#layout .alert-info,#layout .alert-info__content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#layout .alert-info button{background:none;text-decoration:underline;padding:0;margin:0 0 0 8px;font-size:14px;font-weight:700;color:#084298}#layout .alert-info .icon-info{margin-right:10px}#layout .alert-info .icon-close{cursor:pointer}#layout .title-tooltip{max-width:400px;font-size:11px;line-height:18px;padding:2px 8px;font-weight:400;background:#172b4d!important}#layout .title-tooltip:after{border-bottom-color:#172b4d!important}#layout .gjs-layer-vis{padding:0;top:10px;left:6px}#layout .gjs-layer-move{padding:0;top:9px;right:6px}#layout .gjs-layer-count{top:8px;font-size:11px}#layout .gjs-layer-caret{padding:0;left:-16px;top:0}#layout .gjs-layer-caret.gjs-layer-open{top:-1px}#layout .gjs-layer-name{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}#layout .gjs-layer-title{padding-top:6px;padding-bottom:6px}#layout.dark-theme{scrollbar-color:#245bce rgba(30,31,41,.5)}#layout.dark-theme ::-webkit-scrollbar{width:.6em;height:.6em}#layout.dark-theme ::-webkit-scrollbar-thumb{background:#245bce}#layout.dark-theme ::-webkit-scrollbar-track{background:rgba(30,31,41,.5)}#layout.dark-theme body{scrollbar-face-color:#245bce;scrollbar-track-color:rgba(30,31,41,.5)}#layout.dark-theme .logo{background-image:url(/images/logos/light_page.png)}#layout.dark-theme .home #menu{background-color:#1e1f29;color:#fff}#layout.dark-theme .home #menu #interface-switcher .switcher{border:1px solid rgba(0,0,0,.6)}#layout.dark-theme .home #menu #interface-switcher .switcher .toggle{border:1px solid #43425d;background-color:#000}#layout.dark-theme .home #menu #interface-switcher .switcher .toggle:before{background-color:#fb6868;left:5px}#layout.dark-theme .home .templates-wrapper{color:#fff;background-color:#343543}#layout.dark-theme #editor .gjs-field-select{background-color:#fff;color:#43425d}#layout.dark-theme #editor .gjs-field-select .gjs-d-s-arrow{border-top-color:#43425d}#layout.dark-theme #editor .gjs-field-select select option{background-color:#fff;color:#43425d}#layout.dark-theme #editor .gjs-field-checkbox{background-color:#fff}#layout.dark-theme #editor .gjs-field-checkbox i{border-color:#43425d}#layout.dark-theme #editor .gjs-two-color{color:#fff}#layout.dark-theme #editor .gjs-four-color{color:#245bce}#layout.dark-theme #editor .gjs-one-bg{background-color:#1e1f29}#layout.dark-theme #editor .gjs-one-bg.gjs-editor{background-color:#e6e6e6}#layout.dark-theme #editor .gjs-three-bg{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;padding:0;background-color:#245bce}#layout.dark-theme #editor .gjs-block:before,#layout.dark-theme #editor svg{background-color:#245bce}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits{border-color:#43425d;background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-traits-label input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-header input,#layout.dark-theme #editor .gjs-pn-views-container .gjs-trt-traits input{background-color:#fff;color:#1e1f29}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags{padding:0;border-color:#35353e}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags .gjs-field{background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field{background-color:#35353e;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field span{background:inherit;box-shadow:none;border:none}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-sel{color:#ff5c00;font-weight:700}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-c{display:-webkit-inline-flex;display:inline-flex}#layout.dark-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-add-tag.fa{border-color:#43425d;background-color:#245bce;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-header{border-color:#43425d;background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors{color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-title{border:#43425d;background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{background-color:#15161d;border-color:#35353e}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-btn{background-color:#245bce;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties input[type=text],#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties select{background-color:#000;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-items{background-color:#15161d}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select{background-color:#15161d;border-color:#43425d}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label,#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select input:checked+.gjs-radio-item-label{color:#ff5c00}#layout.dark-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item-label{background-color:#15161d}#layout.dark-theme #editor .gjs-pn-views-container .gjs-layer.gjs-selected .gjs-layer-title{background-color:#35353e;color:#fff}#layout.dark-theme #editor .gjs-pn-views-container .gjs-layer.gjs-hovered .gjs-layer-title{background-color:#000}#layout.dark-theme #editor .gjs-pn-views-container .gjs-layer .gjs-layer-title{border-color:#43425d;color:#245bce;background-color:#000}#layout.light-theme{scrollbar-color:hsla(0,0%,65.9%,.35) hsla(0,0%,65.9%,.15);color:#43425d}#layout.light-theme ::-webkit-scrollbar{width:.6em;height:.6em}#layout.light-theme ::-webkit-scrollbar-thumb{background:hsla(0,0%,65.9%,.35)}#layout.light-theme ::-webkit-scrollbar-track{background:hsla(0,0%,65.9%,.15)}#layout.light-theme body{scrollbar-face-color:hsla(0,0%,65.9%,.35);scrollbar-track-color:hsla(0,0%,65.9%,.15)}#layout.light-theme .home{background:url(/images/backgrounds/background.svg) 100% 0/cover no-repeat #e6e6e6}#layout.light-theme .home #menu #interface-switcher .switcher{border:1px solid #ffd6bf}#layout.light-theme .home #menu #interface-switcher .switcher .toggle{border:1px solid #ffc6a6;background-color:#ffefe6}#layout.light-theme .home #menu #interface-switcher .switcher .toggle:before{background-color:#ff5c00;left:calc(100% - 24px)}#layout.light-theme .home #menu #interface-switcher .switcher .icon{color:#ff5c00}#layout.light-theme .home .templates-wrapper{color:#1e1f1f}#layout.light-theme #editor.shared-temp-current-user .editor-content__panel-blocks-tabs .gjs-pn-buttons span:nth-of-type(3){display:none}#layout.light-theme #editor .gjs-field-select{background-color:#fff;color:#43425d}#layout.light-theme #editor .gjs-field-select .gjs-d-s-arrow{border-top-color:#ffceb3}#layout.light-theme #editor .gjs-field-select select option{background-color:#fff;color:#43425d}#layout.light-theme #editor .gjs-field-checkbox{background-color:#fff}#layout.light-theme #editor .gjs-field-checkbox i{border-color:#43425d}#layout.light-theme #editor .editor-content__panel-zoom-actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}#layout.light-theme #editor .editor-content__panel-zoom-actions__view{margin-right:10px;font-size:14px;width:30px}#layout.light-theme #editor .editor-content__panel-zoom-actions .icon:before{font-size:16px}#layout.light-theme #editor .gjs-two-color{color:#43425d}#layout.light-theme #editor .gjs-one-bg{background-color:#fff}#layout.light-theme #editor .gjs-one-bg.gjs-editor{background-color:#e6e6e6}#layout.light-theme #editor .gjs-three-bg{-webkit-align-items:center;align-items:center;background-color:#7c7599;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;padding:0;color:#fff}#layout.light-theme #editor .gjs-block-category.gjs-open{border:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits{border-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label input,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header input,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits input{background-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits:empty{display:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-traits-label,#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-traits{background-color:#f4f4f4;color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container .gjs-trt-header{font-weight:400;padding:0}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button{background-color:#65a0ba;box-shadow:0 3px 6px rgba(0,0,0,.16);transition:all .25s ease-in-out}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:active,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:focus,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-full-width button:hover{box-shadow:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-arrow-u{border-bottom:4px solid #a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-d-s-arrow,#layout.light-theme #editor .gjs-pn-views-container .gjs-field-arrow-d{border-top:4px solid #a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-sel{font-weight:400;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags{background-color:#f4f4f4;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags__header{background:#f4f4f4;width:100%;text-transform:uppercase;font-size:11px;border-top:1px solid #e8e8e9;border-bottom:1px solid #e8e8e9;padding:11px 16px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-weight:700}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags__header:before{content:"\e90d";font-family:"icons";font-size:16px;color:#ababc4;margin-right:10px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-up{padding:0 16px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:5px 16px;margin:0}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field #gjs-clm-new{margin-top:5px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field #gjs-clm-close,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field .fa,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-field input{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tag-label{display:inline-block;padding:0 3px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-add-tag{margin-bottom:3px}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags #gjs-clm-tags-c{display:-webkit-inline-flex;display:inline-flex}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-header{border-color:#fff;background-color:#fff5f0}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector{border-color:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-sector i:before{color:rgba(67,66,93,.4)}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties{font-size:10px}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-field{background-color:transparent;border:1px solid #bec5c6}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers{background-color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers #gjs-sm-add{color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-sm-layers .gjs-sm-btn{background-color:#7c7599;color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-field-radio{background-color:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-select{background:transparent}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item{background:#fff;color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item:before{color:#77787a}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label{background-color:#8780a3;box-shadow:none;color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-sectors .gjs-sm-properties .gjs-radio-item input:checked+.gjs-radio-item-label:before{color:#fff}#layout.light-theme #editor .gjs-pn-views-container .gjs-d-s-arrow{border-top-color:#a4afb7}#layout.light-theme #editor .gjs-pn-views-container .gjs-sm-label{color:#1e1f1f}#layout.light-theme #editor .gjs-pn-views-container .gjs-layer.gjs-selected .gjs-layer-title{background-color:#eeecec}#layout.light-theme #editor .gjs-pn-views-container .gjs-layer.gjs-hovered .gjs-layer-title{background-color:#f0efef}#layout.light-theme #editor .gjs-pn-views-container .gjs-layer .gjs-layer-title{border-color:#fff;background-color:#f5f4f4}#layout.light-theme #editor .gjs-pn-views-container #gjs-input-holder{color:#bec5c6}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit),#layout.light-theme #editor .gjs-pn-views-container textarea{background:#fff;border:1px solid #d5d5d5;color:#43425d}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input::-webkit-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit)::-webkit-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea::-webkit-input-placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input:-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit):-ms-input-placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea:-ms-input-placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field:not(.gjs-field-range) input::placeholder,#layout.light-theme #editor .gjs-pn-views-container .gjs-field select:not(.gjs-input-unit)::placeholder,#layout.light-theme #editor .gjs-pn-views-container textarea::placeholder{color:rgba(67,66,93,.6)}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-units{border-bottom:1px solid #d5d5d5;border-top:1px solid #d5d5d5}#layout.light-theme #editor .gjs-pn-views-container .gjs-field-colorp{border-left-color:#d5d5d5}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add{background-color:#7c7599;border:none}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close svg,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status svg,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add svg{background-color:inherit}#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-close svg path,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tag-status svg path,#layout.light-theme #editor .gjs-pn-views-container .gjs-clm-tags-btn__add svg path{fill:#fff}@-webkit-keyframes bgResponsiveAnimationFrames{0%{background-position:center 0}to{background-position:center 100%}}@keyframes bgResponsiveAnimationFrames{0%{background-position:center 0}to{background-position:center 100%}}.container{display:block;margin-left:auto;margin-right:auto}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;src:url(/fonts/Poppins/Poppins-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Regular.woff) format("woff"),url(/fonts/Poppins/Poppins-Regular.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Regular.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;src:url(/fonts/Poppins/Poppins-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Medium.woff) format("woff"),url(/fonts/Poppins/Poppins-Medium.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Medium.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;src:url(/fonts/Poppins/Poppins-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Bold.woff) format("woff"),url(/fonts/Poppins/Poppins-Bold.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Bold.svg#Poppins) format("svg")}@font-face{font-family:"Poppins";font-style:italic;font-weight:400;src:url(/fonts/Poppins/Poppins-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/Poppins/Poppins-Italic.woff) format("woff"),url(/fonts/Poppins/Poppins-Italic.ttf) format("truetype"),url(/fonts/Poppins/Poppins-Italic.svg#Poppins) format("svg")}@font-face{font-family:"icons";font-style:normal;font-weight:400;src:url(/fonts/icons/icons.eot?#iefix) format("embedded-opentype"),url(/fonts/icons/icons.woff) format("woff"),url(/fonts/icons/icons.ttf) format("truetype"),url(/fonts/icons/icons.svg#icons) format("svg")}[class*=" icon-"],[class^=icon-]{font-family:"icons";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:inherit;text-align:center;font-size:120%;-webkit-user-select:none;-ms-user-select:none;user-select:none}.icon-spinner{-webkit-animation:loadingCircle 1s linear infinite;animation:loadingCircle 1s linear infinite}.icon{font-family:"icons"}.icon-icon-style-copy:before{content:"\e967"}.icon-icon-style-paste:before{content:"\e968"}.icon-calendar-clock:before{content:"\e966"}.icon-preview:before{content:"\e965"}.icon-move-selection-down:before{content:"\e963"}.icon-move-selection-up:before{content:"\e964"}.icon-history:before{content:"\e962"}.icon-lock-open-right:before{content:"\e961"}.icon-background-grid-small:before{content:"\e960"}.icon-grid-on:before{content:"\e95e"}.icon-table-rows:before{content:"\e95f"}.icon-draft:before{content:"\e95d"}.icon-star-fill:before{content:"\e95c"}.icon-folder-special:before{content:"\e95a"}.icon-star:before{content:"\e95b"}.icon-lock-open:before{content:"\e94d"}.icon-share:before{content:"\e94e"}.icon-folder-shared:before{content:"\e947"}.icon-youtube-searched-for:before{content:"\e93f"}.icon-zoom-in:before{content:"\e91e"}.icon-zoom-out:before{content:"\e93e"}.icon-qr-code-2:before{content:"\e93d"}.icon-align-content-stretch:before{content:"\e927"}.icon-align-content-space-around:before{content:"\e92c"}.icon-align-content-space-between:before{content:"\e938"}.icon-align-content-end:before{content:"\e939"}.icon-align-content-start:before{content:"\e93a"}.icon-align-content-center:before{content:"\e93c"}.icon-flex-nowrap:before{content:"\e913"}.icon-flex-wrap-reverse:before{content:"\e915"}.icon-flex-wrap:before{content:"\e91d"}.icon-cloud-download:before{content:"\e912"}.icon-sell:before{content:"\e90d"}.icon-electric-bolt:before{content:"\e908"}.icon-view-compact:before{content:"\e930"}.icon-code:before{content:"\e907"}.icon-format-align-justify:before{content:"\e903"}.icon-add-comment:before{content:"\e901"}.icon-lock:before{content:"\e959"}.icon-align-items-baseline:before{content:"\e91f"}.icon-align-items-center:before{content:"\e006"}.icon-align-items-stretch:before{content:"\e007"}.icon-align-items-flex-end:before{content:"\e008"}.icon-align-items-flex-start:before{content:"\e009"}.icon-justify-content-space-around:before{content:"\e010"}.icon-justify-content-space-between:before{content:"\e011"}.icon-justify-content-flex-end:before{content:"\e012"}.icon-justify-content-flex-start:before{content:"\e013"}.icon-justify-content-center:before{content:"\e014"}.icon-straighten:before{content:"\e100"}.icon-spinner:before{content:"\e900"}.icon-horizontal-split:before{content:"\e902"}.icon-expand-more:before{content:"\e904"}.icon-magic-wand:before{content:"\e905"}.icon-check:before{content:"\e906"}.icon-dark-mode:before{content:"\e909"}.icon-palette:before{content:"\e90a"}.icon-vertical-split:before{content:"\e90b"}.icon-drag-mode:before{content:"\e90c"}.icon-extension:before{content:"\e90e"}.icon-waymore:before{content:"\e90f"}.icon-business-center:before{content:"\e910"}.icon-help:before{content:"\e911"}.icon-handyman:before{content:"\e92e"}.icon-image:before{content:"\e914"}.icon-light-mode:before{content:"\e916"}.icon-close:before{content:"\e917"}.icon-edit:before{content:"\e918"}.icon-add:before{content:"\e919"}.icon-visibility:before{content:"\e91a"}.icon-publish:before{content:"\e91b"}.icon-restore-from-trash:before{content:"\e91c"}.icon-open_in_new:before{content:"\e920"}.icon-save:before{content:"\e921"}.icon-chevron-left:before{content:"\e922"}.icon-chevron-right:before{content:"\e923"}.icon-expand-less:before{content:"\e924"}.icon-text-format:before{content:"\e925"}.icon-layers:before{content:"\e926"}.icon-flex-direction-row-reverse:before{content:"\e928"}.icon-flex-direction-row:before{content:"\e929"}.icon-flex-direction-column:before{content:"\e92a"}.icon-flex-direction-column-reverse:before{content:"\e92b"}.icon-settings:before{content:"\e92d"}.icon-format-align-center:before{content:"\e92f"}.icon-puzzle-19:before{content:"\e930"}.icon-format-align-left:before{content:"\e931"}.icon-format-align-right:before{content:"\e932"}.icon-hourglass-empty:before{content:"\e933"}.icon-border-clear:before{content:"\e934"}.icon-fullscreen:before{content:"\e935"}.icon-redo:before{content:"\e936"}.icon-undo:before{content:"\e937"}.icon-content-copy:before{content:"\e93b"}.icon-bookmark:before{content:"\e940"}.icon-delete:before{content:"\e942"}.icon-unpublish:before{content:"\e943"}.icon-desktop-windows:before{content:"\e944"}.icon-phone-iphone:before{content:"\e945"}.icon-tablet-mac:before{content:"\e946"}.icon-cloud-upload:before{content:"\e948"}.icon-warning:before{content:"\e949"}.icon-info:before{content:"\e94a"}.icon-search:before{content:"\e94b"}.icon-folder-open:before{content:"\e94c"}.icon-photo-library:before{content:"\e94f"}.icon-more-vert:before{content:"\e950"}.icon-visibility-off:before{content:"\e951"}.icon-more-horiz:before{content:"\e952"}.icon-bold:before{content:"\e953"}.icon-italic:before{content:"\e954"}.icon-link:before{content:"\e955"}.icon-strikethrough:before{content:"\e956"}.icon-text-fields:before{content:"\e957"}.icon-format-underlined:before{content:"\e958"}@-webkit-keyframes loadingCircle{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loadingCircle{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes flip{35%{-webkit-transform:rotateY(0);transform:rotateY(0)}45%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}85%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}95%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes flip{35%{-webkit-transform:rotateY(0);transform:rotateY(0)}45%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}85%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}95%{-webkit-transform:rotateY(0);transform:rotateY(0)}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box;height:100%;width:100%;margin:0;padding:0}@media (max-width:767px){html{-webkit-user-select:none}}html body{height:100%;width:100%;margin:0;padding:0}*,:after,:before{box-sizing:inherit}embed,iframe,object{max-width:100%}body{font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f1f1f;line-height:1.4;font-size:1rem}body,h1,h2,h3,h4,h5,h6{font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:normal}a{color:#ef4059;text-decoration:none;transition:color .1s linear;cursor:pointer}a:active,a:focus,a:hover{color:#d1122d}a:active,a:focus{outline:none}hr{border:none;border-bottom:1px solid #dbdbdb;margin:1.4em 0}img,picture{margin:0;max-width:100%}ul{margin:0;padding:0}ul li{list-style:none}form{width:100%;height:100%}fieldset{background-color:#f5f5f5;border:1px solid #dbdbdb;margin:0 0 .7em;padding:1.4em}input,label,select{display:block;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif}label{margin-bottom:.35em}label.required:after{content:"*"}label abbr{display:none}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{border:none;background-color:#e1e1e1;outline:none;border-radius:4px;box-shadow:none;box-sizing:border-box;font-family:"Poppins",Helvetica,Arial,Sans,Liberation Sans,sans-serif;margin-bottom:.7em;padding:.7em 1.4em;width:100%;transition:background-color .3s ease-in-out;transition:all .25s ease-in-out}input:not([type])::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#1f1f1f}input:not([type]):-moz-placeholder,input:not([type])::-moz-placeholder,input[type=color]:-moz-placeholder,input[type=color]::-moz-placeholder,input[type=date]:-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=month]:-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]:-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]:-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]:-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]:-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]:-moz-placeholder,input[type=week]::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#1f1f1f}input:not([type]):-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#1f1f1f}input:not([type]):active,input:not([type]):focus,input:not([type]):hover,input[type=color]:active,input[type=color]:focus,input[type=color]:hover,input[type=date]:active,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:active,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:active,input[type=email]:focus,input[type=email]:hover,input[type=month]:active,input[type=month]:focus,input[type=month]:hover,input[type=number]:active,input[type=number]:focus,input[type=number]:hover,input[type=password]:active,input[type=password]:focus,input[type=password]:hover,input[type=search]:active,input[type=search]:focus,input[type=search]:hover,input[type=tel]:active,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:active,input[type=text]:focus,input[type=text]:hover,input[type=time]:active,input[type=time]:focus,input[type=time]:hover,input[type=url]:active,input[type=url]:focus,input[type=url]:hover,input[type=week]:active,input[type=week]:focus,input[type=week]:hover,textarea:active,textarea:focus,textarea:hover{background-color:#dbdbdb}textarea{resize:vertical;min-height:250px}@media (max-width:567px){textarea{min-height:150px}}input[type=search]{-webkit-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{display:inline;margin-right:.35em}input[type=file]{padding-bottom:.7em;width:100%}select{margin-bottom:1.4em;max-width:100%;width:auto}label{cursor:pointer}a.button,button,input[type=submit]{outline:none;border:none;box-sizing:border-box;border-radius:50px;padding:11px 20px 9px;display:inline-block;background-color:#245bce;cursor:pointer;transition:all .25s ease-in-out;color:#fff}a.button:active,a.button:focus,a.button:hover,button:active,button:focus,button:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{background-color:#1c48a3}a.button[disabled],button[disabled],input[type=submit][disabled]{background-color:#bec5c6;opacity:.4;cursor:not-allowed}.split{display:-webkit-flex;display:flex;width:100%;box-sizing:border-box}@media (max-width:1023px){.split{-webkit-flex-direction:column;flex-direction:column}}.split .item{display:block;-webkit-flex:0 0 50%;flex:0 0 50%;box-sizing:border-box}@media (max-width:1023px){.split .item{-webkit-flex:0 0 100%;flex:0 0 100%;width:100%;height:100%}}.container{max-width:1440px;box-sizing:border-box;width:100%;padding:0 40px}@media (max-width:1023px){.container{padding:0 15px}}@media (min-width:1920px){.container{max-width:76%;margin-left:12%;margin-right:12%}}.half-container{box-sizing:border-box;width:100%;display:block;padding:0 40px;max-width:720px}@media (max-width:1023px){.half-container{padding:0 15px}}.half-container.left{margin-left:auto;margin-right:0}@media (max-width:1023px){.half-container.left{margin-left:auto;margin-right:auto}}.half-container.right{margin-left:0;margin-right:auto}@media (max-width:1023px){.half-container.right{margin-left:auto;margin-right:auto}}@media (min-width:1920px){.half-container{width:auto}.half-container.left{margin-left:12%;margin-right:0}.half-container.right{margin-left:0;margin-right:12%}}.third-container{max-width:480px;box-sizing:border-box;display:block;padding:0 15px}.third-container.one{max-width:480px;width:33.33333%}.third-container.two{max-width:960px;width:66.66666%}.third-container.left{margin-left:auto;margin-right:0}@media (min-width:1920px){.third-container.left{max-width:100%;width:100%}}.third-container.right{margin-left:0;margin-right:auto}@media (min-width:1920px){.third-container.right{max-width:100%;width:100%}}@media (max-width:1023px){.third-container.left,.third-container.right,.third-containerdiv{margin-left:auto;margin-right:auto}}#root,body,html{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}#root textarea{min-height:160px}#root .modal-foreground{height:100%;width:100%;border-radius:4px;padding:0}#root .modal-background{z-index:10}#root .modal-background .modal-close{font-weight:700;z-index:1;font-size:1.5rem;line-height:1em}#root .close-modal{width:100%;height:100%;background:#000;opacity:.5;position:absolute;z-index:10}@-webkit-keyframes enterFade{0%{opacity:0}to{opacity:1}}@keyframes enterFade{0%{opacity:0}to{opacity:1}}[data-reach-tab-list]{background:transparent;border-bottom:1px solid #4a4b4d}[data-reach-tab]{border:none;padding:8px 12px 10px;color:#4a4b4d;font-size:14px;cursor:pointer;text-transform:capitalize;border-top-right-radius:4px;border-top-left-radius:4px;margin-bottom:-1px;transition:all .25s ease-in-out}[data-reach-tab] .icon{font-size:14px;margin-right:8px}[data-reach-tab][aria-disabled=true]{opacity:.5;cursor:not-allowed}[data-reach-tab]:active,[data-reach-tab]:focus,[data-reach-tab]:hover{background:rgba(0,0,0,.05);outline:none}[data-reach-tab][data-selected]{color:#fff!important;position:relative;background-color:#65a0ba}[data-reach-tab][data-selected] .icon{color:#fff!important}[data-reach-tab][data-selected]:after{position:absolute;top:100%;left:0;content:"";height:2px;width:100%;background-color:currentColor}[data-reach-tab-panel]{outline:none}[data-reach-tooltip]{z-index:110}[data-reach-menu-popover],[data-reach-menu],[data-reach-popover]{z-index:10}[data-reach-menu-list]{padding:8px 0;font-size:14px;border:none;box-shadow:0 3px 6px rgba(0,0,0,.3)}[data-reach-menu-item]{transition:all .3s ease}[data-reach-menu-item][data-selected]{background-color:#d5d5d5;color:inherit}
/*# sourceMappingURL=main.a47ea9d2.chunk.css.map */