.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}@layer payload-default{.icon--zoom{height:1.5384615385rem;width:1.5384615385rem}.icon--zoom .stroke{stroke:currentColor;stroke-width:1px}}@layer payload-default{}.preview-image{height:100%;margin-right:calc(var(--gutter-h)*-1);margin-left:calc(var(--gutter-h)*-1)}.preview-image__header{height:100px;border-bottom:1px solid var(--theme-elevation-150);padding:0 var(--gutter-h);display:flex;justify-content:space-between;align-items:center}.preview-image__header h2{margin:0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:36px}[dir=rtl] .preview-image__actions{margin-right:auto;margin-left:unset}.preview-image__actions{min-width:350px;margin-left:auto;padding:10px 0 10px 30px;justify-content:flex-end;display:flex;gap:20px;text-wrap:nowrap}.preview-image__content{height:calc(100% - 100px)}.preview-image__image{padding:30px 30px 30px 0;width:100%;height:100%;display:flex;justify-content:center}.preview-image__image img{-o-object-fit:contain;object-fit:contain}.drawer__content-children,.search-images{display:flex;flex-flow:column nowrap}.search-images{width:100%;flex:1}.search-images__fields{margin-top:3rem;display:flex;gap:1.5rem}.search-images__fields .search-filter{flex:1}.search-images__fields .search-filter__input{height:100%;padding:0 1rem}.search-images__fields .rs__indicators{margin-left:.5rem}.search-images__results{margin-top:3rem;display:flex}.search-images__results>div{width:100%}.search-images__results img{max-width:100%;width:100%}.search-images__pagination{margin-top:auto;padding-top:3rem;display:flex;justify-content:center}.search-images__loading,.search-images__noResults{display:flex;justify-content:center;align-items:center;flex:1}.search-images__card{position:relative;display:flex;transition:transform .1s ease-in-out}.search-images__card:hover{transform:scale(1.025)}.search-images__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:rgba(0,0,0,0);margin:0;padding:0;cursor:pointer;width:100%}.search-images__button svg{color:#fff}.search-images__bottomOverlay,.search-images__topOverlay{position:absolute;left:1rem;z-index:1;display:flex;max-width:calc(100% - 20px - 1rem)}.search-images__topOverlay{top:.8rem}.search-images__bottomOverlay{bottom:.8rem}.search-images__download{font-size:0;line-height:1;margin-right:1rem}.search-images__download svg{pointer-events:none;transform:scale(1.25)}.search-images__attribution{font-size:1.25rem;font-weight:600;line-height:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fff}.search-images__attribution:hover{text-decoration:none}.search-images__image{border-radius:4px;-o-object-fit:cover;object-fit:cover;width:100%}.search-images__provider{display:flex;justify-content:center;padding-top:3rem;margin-top:auto;margin-bottom:30px}@layer payload-default{.file-field{position:relative;margin-bottom:var(--base);background:var(--theme-elevation-50);border-radius:var(--style-radius-s)}.file-field__upload{display:flex}.file-field .tooltip.error-message{z-index:3;bottom:calc(100% - 10px)}.file-field__file-selected{display:flex}.file-field__thumbnail-wrap{position:relative;width:150px}.file-field__thumbnail-wrap .thumbnail{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:var(--style-radius-s) 0 0 var(--style-radius-s)}.file-field__remove{margin:calc(1.5384615385rem*1.5) 1.5384615385rem 1.5384615385rem 0;place-self:flex-start}.file-field__file-adjustments,.file-field__remote-file-wrap{padding:1.5384615385rem;width:100%;display:flex;flex-direction:column;gap:calc(var(--base)/2)}.file-field__filename,.file-field__remote-file{box-shadow:0 2px 2px -1px rgba(0,0,0,.1);font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-elevation-800);font-size:1rem;height:40px;line-height:20px;padding:8px 15px;-webkit-appearance:none;transition-property:border,box-shadow,background-color;transition-duration:.1s,.1s,.5s;transition-timing-function:cubic-bezier(0,.2,.2,1);background-color:var(--theme-bg)}.file-field__filename:not(:disabled):hover,.file-field__remote-file:not(:disabled):hover{box-shadow:0 2px 2px -1px rgba(0,0,0,.2)}.file-field__filename[data-rtl=true],.file-field__remote-file[data-rtl=true]{direction:rtl}.file-field__filename::-webkit-input-placeholder,.file-field__remote-file::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.file-field__filename::-moz-placeholder,.file-field__remote-file::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.file-field__filename:hover,.file-field__remote-file:hover{border-color:var(--theme-elevation-250)}.file-field__filename:active,.file-field__filename:focus,.file-field__filename:focus-within,.file-field__remote-file:active,.file-field__remote-file:focus,.file-field__remote-file:focus-within{border-color:var(--theme-elevation-400);outline:0}.file-field__filename:disabled,.file-field__remote-file:disabled{background:var(--theme-elevation-100);color:var(--theme-elevation-400);box-shadow:none}.file-field__filename:disabled:hover,.file-field__remote-file:disabled:hover{border-color:var(--theme-elevation-150);box-shadow:none}.file-field__add-file-wrap,.file-field__upload-actions{display:flex;gap:calc(var(--base)/2);flex-wrap:wrap}.file-field__add-file-wrap button,.file-field__upload-actions button{cursor:pointer;background-color:var(--theme-elevation-150);border:none;border-radius:4px;padding:5px 10px;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.file-field__add-file-wrap button:hover,.file-field__upload-actions button:hover{background-color:var(--theme-elevation-100)}.file-field__previewDrawer h2{margin:0 20px 0 0;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 40px)}.file-field .dropzone{background-color:rgba(0,0,0,0);padding-block:calc(var(--base)*2.25)}.file-field__dropzoneContent{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.file-field__dropzoneButtons{display:flex;gap:calc(var(--base)*.5)}.file-field__dragAndDropText,.file-field__orText{color:var(--theme-elevation-500);text-transform:lowercase}.file-field__dragAndDropText{flex-shrink:0;margin:0;align-self:center}@media(max-width:768px){.file-field__upload{flex-wrap:wrap;justify-content:space-between}.file-field__remove{margin:1.5384615385rem;order:2}.file-field__file-adjustments{order:3;border-top:2px solid var(--theme-elevation-0);padding:calc(1.5384615385rem*.5);gap:0}.file-field__thumbnail-wrap{order:1;width:50%}.file-field__thumbnail-wrap .thumbnail{width:100%}.file-field__edit{display:none}}}.translator__custom-save-button{display:flex;align-items:center;gap:10px}.translator__modal{display:flex;position:relative;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.translator__wrapper{position:relative;z-index:1;background:var(--theme-elevation-50);padding:50px}.translator__content,.translator__wrapper{display:flex;flex-direction:column;gap:var(--base)}.translator__content{align-items:center;max-width:400px}.translator__content h2{margin:0;text-align:center}.translator__buttons{display:flex;justify-content:center;gap:10px;width:100%}.translator__buttons button{margin:0}.translator__close{position:absolute;top:10px;right:10px;transition:.25s;cursor:pointer;width:32px;height:32px}.translator__close:hover{opacity:.6}.translator__close:after,.translator__close:before{position:absolute;left:15px;background-color:var(--theme-elevation-800);width:2px;height:33px;content:" "}.translator__close:before{transform:rotate(45deg)}.translator__close:after{transform:rotate(-45deg)}@layer payload-default{.export-list-menu-item .doc-drawer__toggler{height:100%;width:100%;text-align:left}.export-list-menu-item__header,.export-list-menu-item__subheader{padding:0 var(--gutter-h);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--theme-border-color)}.export-list-menu-item__header h2,.export-list-menu-item__subheader h2{margin:calc(var(--gutter-h)*.5) 0}.export-list-menu-item__options,.export-list-menu-item__preview{padding:calc(var(--gutter-h)*.5) var(--gutter-h)}.export-list-menu-item__preview-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:calc(var(--gutter-h)*.5)}.export-list-menu-item__close{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.export-list-menu-item__icon{width:3rem;height:3rem;cursor:pointer}.export-list-menu-item__icon:hover{opacity:.8}}.page-field{--field-width:33.3333%}.preview__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.sort-by-fields,.sort-order-field{--field-width:25%}@layer payload-default{.drawer__close{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.drawer{display:flex;overflow:hidden;position:fixed;height:100vh}.drawer__blur-bg{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;opacity:0;transition:all .2s linear}.drawer__blur-bg:after,.drawer__blur-bg:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0}.drawer__blur-bg:before{background:var(--theme-bg);opacity:.75}.drawer__blur-bg:after{backdrop-filter:blur(8px)}.drawer__content{opacity:0;transform:translateX(calc(var(--base) * 4));position:relative;z-index:2;overflow:hidden;transition:all .2s linear;background-color:var(--theme-bg)}.drawer__content-children{position:relative;z-index:1;overflow:auto;height:100%}.drawer--is-open .drawer__blur-bg,.drawer--is-open .drawer__content{opacity:1}.drawer--is-open .drawer__close{opacity:.1;transition:opacity .2s linear;transition-delay:.1s}.drawer--is-open .drawer__content{transform:translateX(0)}.drawer__close{position:relative;z-index:2;flex-shrink:0;text-indent:-9999px;cursor:pointer;opacity:0;will-change:opacity;transition:none;transition-delay:0s;flex-grow:1;background:var(--theme-elevation-800)}.drawer__close:active,.drawer__close:focus{outline:0}.drawer__header{display:flex;align-items:center;margin-top:50px;margin-bottom:20px;width:100%}.drawer__header__title{margin:0;flex-grow:1}.drawer__header__close{border:0;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;overflow:hidden;direction:ltr;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.drawer__header__close svg{margin:-24px;width:48px;height:48px;position:relative}.drawer__header__close svg .stroke{stroke-width:1px;vector-effect:non-scaling-stroke}@media(max-width:1024px){.drawer__header{margin-top:30px}}html[data-theme=dark] .drawer__close{background:var(--color-base-1000)}html[data-theme=dark] .drawer--is-open .drawer__close{opacity:.25}.assign-tenant-field-modal{pointer-events:none;display:flex;align-items:center;justify-content:center;height:100%}.assign-tenant-field-modal[open]{pointer-events:auto}.assign-tenant-field-modal[open] .assign-tenant-field-modal__wrapper{display:flex}.assign-tenant-field-modal__bg{z-index:-1}.assign-tenant-field-modal__bg:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--theme-bg);opacity:.8}.assign-tenant-field-modal__wrapper{z-index:1;position:relative;display:none;flex-direction:column;max-width:calc(var(--base)*30);min-width:min(500px,100% - var(--base)*2);border-radius:var(--style-radius-m);border:1px solid var(--theme-elevation-100);background-color:var(--theme-bg);justify-content:center}.assign-tenant-field-modal__header{padding:calc(var(--base)*.75) var(--base);border-bottom:1px solid var(--theme-elevation-100);display:flex;flex-direction:row;justify-content:space-between;gap:calc(var(--base)*2)}.assign-tenant-field-modal__collection-pill{align-self:flex-start;flex-shrink:0}.assign-tenant-field-modal__content{flex-direction:column;padding:var(--base) var(--base) 0 var(--base)}.assign-tenant-field-modal__content,.assign-tenant-field-modal__controls{display:flex;gap:calc(var(--base)*.5)}.assign-tenant-field-modal__actions{display:flex;justify-content:flex-end;gap:calc(var(--base)*.4);padding:var(--base)}}@layer payload-default{}.document-fields__main{--tenant-gutter-h-right:var(--main-gutter-h-right);--tenant-gutter-h-left:var(--main-gutter-h-left)}.document-fields__sidebar-fields{--tenant-gutter-h-right:var(--sidebar-gutter-h-right);--tenant-gutter-h-left:var(--sidebar-gutter-h-left)}.document-fields__main .render-fields .tenantField,.document-fields__sidebar-fields .render-fields .tenantField{width:calc(100% + var(--tenant-gutter-h-right) + var(--tenant-gutter-h-left));margin-left:calc(-1*var(--tenant-gutter-h-left));border-bottom:1px solid var(--theme-elevation-100);padding-top:calc(var(--base)*1);padding-bottom:calc(var(--base)*1.75)}.document-fields__main .render-fields .tenantField__wrapper,.document-fields__sidebar-fields .render-fields .tenantField__wrapper{padding-left:var(--tenant-gutter-h-left);padding-right:var(--tenant-gutter-h-right)}[dir=rtl] .document-fields__main .render-fields .tenantField,[dir=rtl] .document-fields__sidebar-fields .render-fields .tenantField{margin-right:calc(-1*var(--tenant-gutter-h-right));background-image:repeating-linear-gradient(-120deg,var(--theme-elevation-50) 0,var(--theme-elevation-50) 1px,transparent 1px,transparent 5px)}.document-fields__main .render-fields .tenantField:not(:first-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:first-child){border-top:1px solid var(--theme-elevation-100);margin-top:calc(var(--base)*1.25)}.document-fields__main .render-fields .tenantField:not(:last-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:last-child){margin-bottom:var(--spacing-field)}.document-fields__main .render-fields .tenantField:first-child,.document-fields__sidebar-fields .render-fields .tenantField:first-child{margin-top:calc(var(--base)*-1.5);padding-top:calc(var(--base)*1.5)}.document-fields__main .render-fields .tenantField__debug-pill,.document-fields__sidebar-fields .render-fields .tenantField__debug-pill{margin-bottom:calc(var(--base)*.5)}.tenant-selector{width:100%;margin-bottom:2rem}@layer payload-default{.plugin-seo__field .field-label{display:inline!important}.rich-text__button{position:relative;cursor:pointer}.rich-text__button svg{width:15px;height:15px}.rich-text__button--disabled{opacity:.4}.rich-text-blockquote[data-slate-node=element]{margin:12.5px 0;padding-left:12.5px;border-left:1px solid var(--theme-elevation-200)}.icon--indent-left{height:1.5384615385rem;width:1.5384615385rem}.icon--indent-left .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--indent-left .fill{fill:var(--theme-elevation-800)}.icon--indent-right{height:1.5384615385rem;width:1.5384615385rem}.icon--indent-right .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--indent-right .fill{fill:var(--theme-elevation-800)}.icon--link{width:1.5384615385rem;height:1.5384615385rem}.icon--link .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}.rich-text-link-edit-modal__template{position:relative;z-index:1;padding-top:20px;padding-bottom:40px}.rich-text-link-edit-modal__header{width:100%;display:flex;justify-content:space-between;margin-top:50px;margin-bottom:20px}}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:1024px){.rich-text-link-edit-modal__header{margin-top:30px}}.rich-text-link-edit-modal__header-text{margin:0}.rich-text-link-edit-modal__header-close{border:0;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;overflow:hidden;width:20px;height:20px}.rich-text-link-edit-modal__header-close svg{width:40px;height:40px;position:relative;inset-inline-start:-10px;top:-10px}.rich-text-link-edit-modal__header-close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}.rich-text-link__popup{font-size:13px;line-height:20px;font-weight:400}.rich-text-link__popup button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.rich-text-link{position:relative}.rich-text-link .popup{position:absolute;top:0;right:0;bottom:0;left:0}.rich-text-link .popup .popup__hide-scrollbar,.rich-text-link .popup .popup__scroll-container{overflow:visible}.rich-text-link .popup .popup__scroll-content{white-space:pre}.rich-text-link .icon--x line{stroke-width:2px}.rich-text-link__popup{font-family:var(--font-body)}.rich-text-link__popup button{font-weight:600;cursor:pointer;margin:0}.rich-text-link__link-label{max-width:160px;overflow:hidden;text-overflow:ellipsis;border-radius:2px}.rich-text-link__link-label:hover{background-color:var(--popup-button-highlight)}.rich-text-link__popup{display:flex;gap:calc(var(--base)*.25)}.rich-text-link__popup button:hover .btn__icon{background-color:var(--popup-button-highlight)}.rich-text-link__popup button:hover .btn__icon .fill{fill:var(--theme-text)}.rich-text-link__popup button:hover .btn__icon .stroke{stroke:var(--theme-text)}.rich-text-link__popup-toggler{position:relative;border:0;background-color:rgba(0,0,0,0);padding:0;color:var(--theme-success-600);text-decoration:none;border-bottom:1px dotted;cursor:text}}@layer payload-default{.rich-text-link__popup-toggler:focus,.rich-text-link__popup-toggler:focus-within{outline:none}.rich-text-link__popup-toggler--open{z-index:var(--z-popup)}.rich-text-ol[data-slate-node=element]{margin:12.5px 0}.icon--relationship{height:1.5384615385rem;width:1.5384615385rem}.icon--relationship .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.relationship-rich-text-button{display:flex;align-items:center;height:100%}.rich-text-relationship{font-size:13px;line-height:20px;font-weight:400;box-shadow:0 2px 2px -1px rgba(0,0,0,.1);padding:15px;display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);max-width:300px;font-family:var(--font-body)}.rich-text-relationship:hover{border:1px solid var(--theme-elevation-150)}.rich-text-relationship[data-slate-node=element]{margin:12.5px 0}.rich-text-relationship__label{margin-bottom:5px}.rich-text-relationship__title{margin:0}.rich-text-relationship__label,.rich-text-relationship__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1!important}.rich-text-relationship__title{font-weight:700}.rich-text-relationship__wrap{flex-grow:1;overflow:hidden}.rich-text-relationship--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}.rich-text-relationship .rich-text-relationship__doc-drawer-toggler{text-decoration:underline;pointer-events:all;line-height:inherit}.rich-text-relationship__actions{display:flex;align-items:center;flex-shrink:0;margin-left:10px}.rich-text-relationship__actions>:not(:last-child){margin-right:5px}.rich-text-relationship__removeButton{margin:0}.rich-text-relationship__removeButton line{stroke-width:2px}.rich-text-relationship__removeButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-relationship__doc-drawer-toggler>*,.rich-text-relationship__list-drawer-toggler>*{margin:0}.rich-text-relationship__doc-drawer-toggler:disabled,.rich-text-relationship__list-drawer-toggler:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-ul[data-slate-node=element]{margin:12.5px 0}.icon--upload{height:1.5384615385rem;width:1.5384615385rem}.icon--upload .fill{fill:var(--theme-elevation-800);stroke:none}.upload-rich-text-button{display:flex;align-items:center;height:100%}.rich-text-upload{font-size:13px;line-height:20px;font-weight:400;box-shadow:0 2px 2px -1px rgba(0,0,0,.1);max-width:300px;display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);position:relative;font-family:var(--font-body)}.rich-text-upload:hover{border:1px solid var(--theme-elevation-150)}.rich-text-upload[data-slate-node=element]{margin:12.5px 0}.rich-text-upload__card{box-shadow:0 7px 14px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;width:100%}.rich-text-upload__topRow{display:flex}.rich-text-upload__thumbnail{width:65px;height:auto;position:relative;overflow:hidden;flex-shrink:0}.rich-text-upload__thumbnail img,.rich-text-upload__thumbnail svg{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;background-color:var(--theme-elevation-800)}.rich-text-upload__topRowRightPanel{flex-grow:1;display:flex;align-items:center;padding:15px;justify-content:space-between;max-width:calc(100% - 65px)}.rich-text-upload__actions{display:flex;align-items:center;flex-shrink:0;margin-left:10px}.rich-text-upload__actions .rich-text-upload__doc-drawer-toggler{pointer-events:all}.rich-text-upload__actions>:not(:last-child){margin-right:5px}.rich-text-upload__removeButton{margin:0}.rich-text-upload__removeButton line{stroke-width:2px}.rich-text-upload__removeButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-upload__upload-drawer-toggler{background-color:rgba(0,0,0,0);border:none;padding:0;margin:0;outline:none;line-height:inherit}.rich-text-upload__doc-drawer-toggler{text-decoration:underline}.rich-text-upload__doc-drawer-toggler>*,.rich-text-upload__list-drawer-toggler>*,.rich-text-upload__upload-drawer-toggler>*{margin:0}.rich-text-upload__doc-drawer-toggler:disabled,.rich-text-upload__list-drawer-toggler:disabled,.rich-text-upload__upload-drawer-toggler:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-upload__collectionLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rich-text-upload__bottomRow{padding:10px;border-top:1px solid var(--theme-elevation-100)}.rich-text-upload h5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rich-text-upload__wrap{padding:10px 10px 10px 20px;text-align:left;overflow:hidden;text-overflow:ellipsis}.rich-text-upload--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:768px){.rich-text-upload__topRowRightPanel{padding:15px 10px}}}@layer payload-default{.banner{font-size:1rem;line-height:20px;border:0;vertical-align:middle;background:var(--theme-elevation-100);color:var(--theme-elevation-800);border-radius:4px;padding:10px;margin-bottom:1.5384615385rem}.banner--has-action{cursor:pointer;text-decoration:none}.banner--has-icon{display:flex}.banner--has-icon svg{display:block}.banner--type-default.button--has-action:hover{background:var(--theme-elevation-900)}.banner--type-default.button--has-action:active{background:var(--theme-elevation-950)}.banner--type-error{background:var(--theme-error-100);color:var(--theme-error-600)}.banner--type-error svg .stroke{stroke:var(--theme-error-600);fill:none}.banner--type-error svg .fill{fill:var(--theme-error-600)}.banner--type-error.button--has-action:hover{background:var(--theme-error-200)}.banner--type-error.button--has-action:active{background:var(--theme-error-300)}.banner--type-success{background:var(--theme-success-100);color:var(--theme-success-600)}.banner--type-success.button--has-action:active,.banner--type-success.button--has-action:hover{background:var(--theme-success-200)}}.ai-page-generator{padding-top:1.5rem;padding-bottom:2rem}.ai-page-generator__icon-badge{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(99,102,241,.25)}.ai-page-generator__grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.ai-page-generator__card{overflow:hidden;background:var(--theme-elevation-0)!important;border:1px solid var(--theme-elevation-100)!important;border-radius:8px;padding-top:0!important;padding-bottom:0!important;gap:0!important}.ai-page-generator__card-header{padding:1rem 1.25rem!important;border-bottom:1px solid var(--theme-elevation-100);background:rgba(0,0,0,0)!important;display:flex!important;align-items:center!important}.ai-page-generator__card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem!important;font-weight:600!important;color:var(--theme-text);margin:0}.ai-page-generator__card-title svg{color:var(--theme-elevation-500)}.ai-page-generator [data-slot=card-content]{padding:1.25rem!important;background:rgba(0,0,0,0)!important}.ai-page-generator__textarea{width:100%;min-height:200px;padding:1rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:8px;color:var(--theme-text);font-size:1rem;line-height:1.6;resize:vertical;font-family:inherit;transition:border-color .2s,box-shadow .2s}.ai-page-generator__textarea::-moz-placeholder{color:var(--theme-elevation-400)}.ai-page-generator__textarea::placeholder{color:var(--theme-elevation-400)}.ai-page-generator__textarea:focus{outline:none;border-color:var(--theme-success-500);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.ai-page-generator__textarea:disabled{opacity:.6;cursor:not-allowed}.ai-page-generator__actions{display:flex;gap:.75rem;margin-top:1.5rem}.ai-page-generator__actions>.btn:first-child,.ai-page-generator__actions>button:first-child{flex:1}.ai-page-generator__blocks-card{margin-top:0;max-width:700px;margin-left:auto;margin-right:auto;padding-top:0!important;padding-bottom:0!important;gap:0!important}.ai-page-generator__blocks-grid{display:flex;flex-wrap:wrap;gap:.5rem}.ai-page-generator__preview{display:flex;flex-direction:column;gap:1.25rem}.ai-page-generator__preview-title{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:8px;font-size:1rem;color:var(--theme-elevation-600)}.ai-page-generator__preview-title strong{color:var(--theme-text);margin-left:.25rem}.ai-page-generator__blocks-list h4{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--theme-text)}.ai-page-generator__create-section{margin-top:1rem;padding-top:1.25rem;border-top:1px solid var(--theme-elevation-150)}.ai-page-generator__create-hint{margin:.75rem 0 0;font-size:.875rem;color:var(--theme-elevation-500);text-align:center}.hero-preview{padding:1.25rem;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border:1px solid rgba(99,102,241,.25);border-radius:10px}.hero-preview__badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:6px;color:#fff;font-size:.8125rem;font-weight:600;margin-bottom:.875rem}.hero-preview__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--theme-text)}.hero-preview__description{margin:0 0 .75rem;font-size:.9375rem;color:var(--theme-elevation-600);line-height:1.5}.hero-preview__meta{font-size:.8125rem;color:var(--theme-elevation-500)}.block-preview{padding:1rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:8px;margin-bottom:.75rem}.block-preview:last-child{margin-bottom:0}.block-preview__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.block-preview__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-elevation-100);border-radius:8px;color:var(--theme-elevation-500)}.block-preview__meta{display:flex;flex-direction:column}.block-preview__number{font-size:.75rem;color:var(--theme-elevation-400);text-transform:uppercase;letter-spacing:.025em}.block-preview__type{font-size:1rem;font-weight:600;color:var(--theme-text)}.block-preview__text{margin:0;font-size:.9375rem;color:var(--theme-elevation-600);line-height:1.5}.block-preview__columns{margin-top:.5rem;font-size:.8125rem;color:var(--theme-elevation-500)}.ai-page-generator__loading{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.ai-page-generator__loading-content{text-align:center;max-width:320px}.ai-page-generator__loading-content h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--theme-text)}.ai-page-generator__loading-content p{margin:0 0 1.5rem;font-size:.9375rem;color:var(--theme-elevation-500)}.ai-page-generator__loading-spinner{width:72px;height:72px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(139,92,246,.15));border-radius:50%;color:#6366f1;animation:ai-pulse-ring 2s ease-in-out infinite}.ai-page-generator__loading-blocks{display:flex;flex-direction:column;gap:.5rem}.ai-page-generator__loading-block{height:12px;background:linear-gradient(90deg,var(--theme-elevation-100) 0,var(--theme-elevation-200) 50%,var(--theme-elevation-100) 100%);background-size:200% 100%;border-radius:6px;animation:ai-shimmer 1.5s ease-in-out infinite}.ai-page-generator__loading-block:first-child{width:100%}.ai-page-generator__loading-block:nth-child(2){width:85%}.ai-page-generator__loading-block:nth-child(3){width:70%}.animate-spin{animation:ai-spin 1s linear infinite}.animate-pulse{animation:ai-pulse 2s ease-in-out infinite}@keyframes ai-spin{to{transform:rotate(1turn)}}@keyframes ai-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes ai-pulse-ring{0%,to{box-shadow:0 0 0 0 rgba(99,102,241,.3)}50%{box-shadow:0 0 0 12px rgba(99,102,241,0)}}@keyframes ai-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@layer payload-default{}.add-color.btn{margin:0;padding:0;border:2px solid #fff}.custom-color-picker__btn.btn{margin:5px}.custom-color-picker__btn.btn:first-of-type{margin-left:unset}.custom-color-picker__input{box-shadow:0 2px 2px -1px rgba(0,0,0,.1);font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-elevation-800);font-size:1rem;height:40px;line-height:20px;padding:8px 15px;-webkit-appearance:none;transition-property:border,box-shadow,background-color;transition-duration:.1s,.1s,.5s;transition-timing-function:cubic-bezier(0,.2,.2,1)}.custom-color-picker__input:not(:disabled):hover{box-shadow:0 2px 2px -1px rgba(0,0,0,.2)}.custom-color-picker__input[data-rtl=true]{direction:rtl}.custom-color-picker__input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.custom-color-picker__input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.custom-color-picker__input:hover{border-color:var(--theme-elevation-250)}.custom-color-picker__input:active,.custom-color-picker__input:focus,.custom-color-picker__input:focus-within{border-color:var(--theme-elevation-400);outline:0}.custom-color-picker__input:disabled{background:var(--theme-elevation-100);color:var(--theme-elevation-400);box-shadow:none}.custom-color-picker__input:disabled:hover{border-color:var(--theme-elevation-150);box-shadow:none}.custom-color-picker__colors{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.chip{border-radius:50%;border:2px solid #fff;height:25px;width:25px;margin-right:10px;box-shadow:none}.chip--selected{box-shadow:0 0 0 2px #333}.chip--clickable{cursor:pointer}.field-type.image-select{margin-bottom:1.5rem}.field-type.image-select .field-label{display:block;color:var(--theme-text)}.field-type.image-select .field-label .required{color:var(--theme-error-500);margin-left:.25rem}.field-type.image-select__compact{display:block}.field-type.image-select__selected-compact{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:.5rem}.field-type.image-select__selected-compact--empty .image-select__selected-compact-placeholder{display:flex;align-items:center;justify-content:center;color:var(--theme-elevation-400)}.field-type.image-select__selected-compact-image,.field-type.image-select__selected-compact-placeholder{flex-shrink:0;width:100px;height:75px;border-radius:.375rem;overflow:hidden;border:1px solid var(--theme-elevation-300);background:var(--theme-elevation-100)}.field-type.image-select__selected-compact-image img,.field-type.image-select__selected-compact-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.field-type.image-select__selected-compact-info{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.field-type.image-select__selected-compact-text{flex:1;min-width:0}.field-type.image-select__selected-compact-text strong{display:block;font-size:.875rem;font-weight:600;color:var(--theme-text);margin-bottom:.25rem}.field-type.image-select__selected-compact-text p{font-size:.75rem;color:var(--theme-elevation-600);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-type.image-select__change-btn{flex-shrink:0;padding:.625rem 1.25rem;background:var(--theme-elevation-900);color:#fff;border:none;border-radius:.375rem;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.field-type.image-select__change-btn:hover{background:var(--theme-elevation-800);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.field-type.image-select__change-btn:active{transform:translateY(0)}.field-type.image-select__modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.field-type.image-select__modal-split{position:relative;display:flex;background:var(--theme-elevation-0);border-radius:.75rem;max-width:1400px;width:100%;max-height:90vh;height:800px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.field-type.image-select__modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:background .2s ease;z-index:10}.field-type.image-select__modal-close:hover{background:rgba(0,0,0,.8)}.field-type.image-select__modal-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--theme-elevation-200);background:var(--theme-elevation-50)}.field-type.image-select__modal-sidebar-header{padding:1.5rem;border-bottom:1px solid var(--theme-elevation-200);display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:88px}.field-type.image-select__modal-sidebar-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--theme-text)}.field-type.image-select__modal-counter{flex-shrink:0;padding:.25rem .75rem;background:var(--theme-elevation-200);border-radius:1rem;font-size:.75rem;font-weight:600;color:var(--theme-elevation-700)}.field-type.image-select__modal-thumbnails{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.field-type.image-select__modal-thumbnail{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:var(--theme-elevation-0);border:2px solid var(--theme-elevation-200);border-radius:.375rem;cursor:pointer;transition:all .2s ease;text-align:left}.field-type.image-select__modal-thumbnail:hover{border-color:var(--theme-elevation-400);transform:translateX(4px)}.field-type.image-select__modal-thumbnail--active{border-color:var(--theme-success-500);background:var(--theme-success-50)}.field-type.image-select__modal-thumbnail-image{position:relative;flex-shrink:0;width:60px;height:45px;border-radius:.25rem;overflow:hidden;border:1px solid var(--theme-elevation-300)}.field-type.image-select__modal-thumbnail-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.field-type.image-select__modal-thumbnail-badge{position:absolute;top:.125rem;right:.125rem;color:var(--theme-success-500);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);width:18px;height:18px}.field-type.image-select__modal-thumbnail-badge svg{width:14px;height:14px}.field-type.image-select__modal-thumbnail-label{flex:1;min-width:0}.field-type.image-select__modal-thumbnail-label span{display:block;font-size:.8125rem;font-weight:600;color:var(--theme-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-type.image-select__modal-preview{flex:1;display:flex;flex-direction:column;min-width:0}.field-type.image-select__modal-preview-header{padding:1.5rem;border-bottom:1px solid var(--theme-elevation-200)}.field-type.image-select__modal-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.field-type.image-select__modal-title-row h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--theme-text)}.field-type.image-select__modal-preview-header p{margin:0;font-size:.875rem;color:var(--theme-elevation-600);line-height:1.4}.field-type.image-select__modal-preview-image{flex:1;position:relative;overflow:auto;padding:2rem;display:flex;align-items:center;justify-content:center;background:var(--theme-elevation-100)}.field-type.image-select__modal-preview-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);background:#fff}.field-type.image-select__modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);border:none;border-radius:.5rem;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10}.field-type.image-select__modal-nav:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.05)}.field-type.image-select__modal-nav:active{transform:translateY(-50%) scale(.95)}.field-type.image-select__modal-nav--prev{left:1rem}.field-type.image-select__modal-nav--next{right:1rem}.field-type.image-select__modal-nav svg{width:24px;height:24px}.field-type.image-select__modal-preview-footer{padding:1.5rem;border-top:1px solid var(--theme-elevation-200);display:flex;justify-content:flex-end;gap:1rem}.field-type.image-select__modal-cancel-btn{padding:.75rem 1.5rem;background:var(--theme-elevation-200);color:var(--theme-text);border:none;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.field-type.image-select__modal-cancel-btn:hover{background:var(--theme-elevation-300)}.field-type.image-select__modal-select-btn{padding:.75rem 1.5rem;background:var(--theme-success-500);color:#fff;border:none;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.field-type.image-select__modal-select-btn:hover{background:var(--theme-success-600);transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--theme-success-500-rgb,34,197,94),.3)}.field-type.image-select__modal-select-btn:active{transform:translateY(0)}.wruColorPicker>label{cursor:pointer;display:flex;border-bottom:2px solid rgba(0,0,0,0);font-size:16px;font-weight:500;line-height:14px;margin:1px 4px 0}.wruColorPickerColor{border-radius:3px;cursor:pointer;height:1.4423076923rem;width:1.4423076923rem}.wruColorPickerColorReset .wruColorPickerColor{border:1px solid var(--theme-elevation-150);overflow:hidden;position:relative}.wruColorPickerColorReset .wruColorPickerColor:before{background:#ededed;content:"";display:block;height:2px;inset:7px auto auto -8px;position:absolute;transform:rotate(-45deg);width:200%}.wruColorPickerList{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);box-shadow:0 2px 3px 0 rgba(0,2,4,.13),0 6px 4px -4px rgba(0,2,4,.1);cursor:default;left:0;padding:.9615384616rem;position:absolute;top:100%;max-width:calc(5.7692307692rem + 16px + 1.9230769232rem);width:-moz-max-content;width:max-content;z-index:1}.wruColorPickerList ul,.wruColorPickerList ul li{list-style:none;margin:0;padding:0}.wruColorPickerList ul{display:flex;flex-wrap:wrap;gap:4px}.richTextIconsContainer{position:relative}.richTextIconsContainer .btn__label svg{width:1.1538461538rem;height:1.1538461538rem}.richTextIconsContainer .richTextIconsBlock{position:absolute;top:100%;left:0;transform:translateX(-50%);z-index:1;background-color:#fff;border:1px solid #ccc;padding:1rem}.richTextIconsContainer .richTextIcons{max-height:200px;overflow-y:scroll;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.richTextIconsContainer .richTextIcons>div{border:1px solid #ccc;padding:.5rem;width:3rem;height:3rem;text-align:center}.richTextIconsContainer .richTextIcons>div svg{width:14px;height:14px}.richTextIconsContainer .richTextIconSearch{width:100%;height:40px;margin-top:.5rem;display:block;padding-left:1rem;padding-right:1rem;border:1px solid #ccc}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}