@-moz-keyframes fadeInOverlay{0%{background:rgba(255,255,255,0)}to{background:var(--ui_black_backdrop_opacity)}}@-webkit-keyframes fadeInOverlay{0%{background:rgba(255,255,255,0)}to{background:var(--ui_black_backdrop_opacity)}}@-o-keyframes fadeInOverlay{0%{background:rgba(255,255,255,0)}to{background:var(--ui_black_backdrop_opacity)}}@keyframes fadeInOverlay{0%{background:rgba(255,255,255,0)}to{background:var(--ui_black_backdrop_opacity)}}@-moz-keyframes fadeOutOverlay{0%{background:var(--ui_black_backdrop_opacity)}to{background:rgba(255,255,255,0)}}@-webkit-keyframes fadeOutOverlay{0%{background:var(--ui_black_backdrop_opacity)}to{background:rgba(255,255,255,0)}}@-o-keyframes fadeOutOverlay{0%{background:var(--ui_black_backdrop_opacity)}to{background:rgba(255,255,255,0)}}@keyframes fadeOutOverlay{0%{background:var(--ui_black_backdrop_opacity)}to{background:rgba(255,255,255,0)}}.PMDocument p:after{content:"";display:inline-block}.PMDocument.is-rtl{text-align:right}.PMEditor{cursor:text}.PMEditor.is-rtl{direction:rtl;text-align:right}.PMEditor.is-scaled-lang .ProseMirror[pm-placeholder],.PMEditor:not(.is-scaled-lang){font-size:1.125rem;font-weight:400;line-height:1.444444444444444}@media screen and (max-width:38.75em){.PMEditor.is-scaled-lang .ProseMirror[pm-placeholder],.PMEditor:not(.is-scaled-lang){font-size:1rem;font-weight:400;line-height:1.1875}}.ProseMirror,.ProseMirror-focused{box-shadow:none;outline:none}.ProseMirror:before{color:var(--ui_color_gray_60);content:attr(pm-placeholder)/"";position:absolute}.PMEditor-border{box-shadow:0 .125rem 0 0 var(--ui_color_gray_30);height:.25rem;transition:all .12s cubic-bezier(.47,0,.745,.715)}.PMEditor:focus-within~.PMEditor-border{box-shadow:0 .25rem 0 0 #ffcd1f}@media print{.PMEditor-border{border-bottom:1px solid #000;box-shadow:none}}.ProseMirror[contenteditable]{word-wrap:break-word;overflow-wrap:break-word;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:pre-wrap}.PMToolbar{display:flex;margin-bottom:1rem;transition:all .12s ease}.PMToolbar-combinedToolbar{margin-bottom:unset}.PMToolbar-highlighter,.PMToolbar-icon{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:center;margin-right:.75rem;padding:.25rem;transition:all .12s cubic-bezier(.47,0,.745,.715)}.PMToolbar-icon,.PMToolbar-icon .UIIcon{height:1.5rem;width:1.5rem}.PMToolbar-highlighter{border:.125rem solid #fff;border-radius:50%;box-shadow:0 .125rem .3125rem rgba(19,20,27,.12);height:1.25rem;margin-top:.25rem;min-width:1.25rem;width:1.25rem}.PMToolbar-highlighter .UIIcon--check-rounded{color:#fff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;transition:all .12s cubic-bezier(.47,0,.745,.715)}.PMToolbar--blue{background-color:#39a0ed}.PMToolbar--pink{background-color:#faa6ff}.PMToolbar--yellow{background-color:#ffcd1f}.PMToolbar--consolidatedHighlighterSwirl{background-image:url(../../../../../a/j/dist/app/i/create_set/rich-text-highlighter-swirl.5a4ffc2a6ecc028.png);background-image:conic-gradient(#ffcd1f 14%,#ffcd1f 27%,#39a0ed 48%,#39a0ed 60%,#faa6ff 88%,#faa6ff,#ffcd1f 14%),-webkit-linear-gradient(top,#ffcd1f,#ffcd1f);background-image:conic-gradient(#ffcd1f 14%,#ffcd1f 27%,#39a0ed 48%,#39a0ed 60%,#faa6ff 88%,#faa6ff,#ffcd1f 14%),-moz-linear-gradient(top,#ffcd1f,#ffcd1f);background-image:conic-gradient(#ffcd1f 14%,#ffcd1f 27%,#39a0ed 48%,#39a0ed 60%,#faa6ff 88%,#faa6ff,#ffcd1f 14%),-ms-linear-gradient(top,#ffcd1f,#ffcd1f);background-image:conic-gradient(#ffcd1f 14%,#ffcd1f 27%,#39a0ed 48%,#39a0ed 60%,#faa6ff 88%,#faa6ff,#ffcd1f 14%),linear-gradient(180deg,#ffcd1f,#ffcd1f)}@media (hover:hover){.PMToolbar-icon:hover{background-color:var(--ui_color_gray_90_background);border-radius:.25rem}.PMToolbar-icon:hover[name=consolidated_format_icon]{background-color:initial;color:#ffcd1f}.PMToolbar-highlighter:hover .UIIcon--check-rounded{-ms-filter:none;filter:none;opacity:1}.PMToolbar-highlighter:hover.PMToolbar--consolidatedHighlighterSwirl .UIIcon--check-rounded{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}}.PMToolbar-icon--active{background-color:var(--ui_color_gray_90_background);border-radius:.25rem}.PMToolbar-highlighter--active .UIIcon--check-rounded{-ms-filter:none;filter:none;opacity:1}.RichTextEditor-label{color:var(--ui_color_gray_60);display:grid;font-size:.75rem;font-weight:600;grid-template-columns:1fr 1fr;justify-content:space-between;letter-spacing:.0625rem;line-height:1.333333333333333;margin-top:.625rem;text-align:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:38.75em){.RichTextEditor-label{font-size:.625rem;font-weight:600;letter-spacing:.0625rem;line-height:1.3}}.RichTextEditor-label .LanguageBarSide{text-align:right}.RichTextEditor[aria-invalid=true]:not([aria-disabled=true]) .RichTextEditor-label{color:#ff725b}.RichTextEditor[aria-invalid=false]:not([aria-disabled=true]) .RichTextEditor-label{color:#23b26d}.RichTextEditor-labelText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SpecialCharactersToolbar{position:relative}.CardsItemSide .SpecialCharactersToolbar{font-size:1rem;line-height:1.625}.SpecialCharacterToolbar-accentsBar{cursor:default;position:absolute;transform:translateY(.3125rem);width:100%;z-index:200}.touch .SpecialCharacterToolbar-accentsBar{display:none!important}.ie11.touch .SpecialCharacterToolbar-accentsBar,.ie.touch .SpecialCharacterToolbar-accentsBar{display:block!important}@media screen and (max-width:38.75em){.ie11.touch .SpecialCharacterToolbar-accentsBar,.ie.touch .SpecialCharacterToolbar-accentsBar,.SpecialCharacterToolbar-accentsBar{display:none!important}}.SpecialCharacterToolbar-accentsBarInner{background:var(--ui_color_white_background);max-height:3.125rem;overflow:hidden;padding:.25rem;position:relative;transform-origin:top;transition:all .12s ease}.theme-default .SpecialCharacterToolbar-accentsBarInner,.theme-night .SpecialCharacterToolbar-accentsBarInner{box-shadow:0 .25rem 1rem 0 rgba(0,0,0,.16)}.SpecialCharacterToolbar-accentsBarInner:hover{max-height:12.5rem;overflow-y:scroll}.SpecialCharacterToolbar-accentsBarInner:hover .SpecialCharacterToolbar-accentBarWrap{margin-right:0}.SpecialCharacterToolbar-animateAccentsBar-enter .SpecialCharacterToolbar-accentsBarInner{transform:scaleY(0)}.SpecialCharacterToolbar-animateAccentsBar-enter.SpecialCharacterToolbar-animateAccentsBar-enter-active .SpecialCharacterToolbar-accentsBarInner,.SpecialCharacterToolbar-animateAccentsBar-leave .SpecialCharacterToolbar-accentsBarInner{transform:scaleY(1)}.SpecialCharacterToolbar-animateAccentsBar-leave.SpecialCharacterToolbar-animateAccentsBar-leave-active .SpecialCharacterToolbar-accentsBarInner{transform:scaleY(0)}.UpsellPMToolbar-upsellBadge{border-radius:.125rem;font-size:.625rem;font-weight:600;height:1rem;letter-spacing:.0625rem;line-height:1.2;margin-bottom:.25rem;text-align:center}.UpsellPMToolbar-upsellBadge a{color:#fff}.PMToolbar .UpsellPMToolbar-upsellBadge{transform:translateY(.3125rem)}.bgY{background-color:var(--ui_color_secondary_yellow_light_background)}.bgB{background-color:var(--ui_color_secondary_blue_light_background)}.bgP{background-color:var(--ui_color_secondary_pink_light_background)}