.toolbar-button_buttonWrapper__2qWKP {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.toolbar-button_buttonWrapper__2qWKP:last-child {
  margin-right: 0;
}

.toolbar-button_buttonWrapper__2qWKP:hover .toolbar-button_icon__1qOTu {
  color: #0261ff;
}

.toolbar-button_buttonWrapper__2qWKP:hover .toolbar-button_icon__1qOTu svg {
  fill: currentColor;
}

.toolbar-button_button__3AuFz {
  background: transparent;
  color: #757575;
  border: 0;
  vertical-align: bottom;
  height: 100%;
}

.toolbar-button_button__3AuFz:focus,
.toolbar-button_button__3AuFz:hover {
  cursor: pointer;
  color: #0261ff;
}

.toolbar-button_button__3AuFz:focus svg,
.toolbar-button_button__3AuFz:hover svg {
  fill: currentColor;
}

.toolbar-button_fileUploadButton__3vbNO {
  padding: 0 7px;
  display: inline-block;
  font-family: Helvetica;
  font-weight: 400;
}

.toolbar-button_icon__1qOTu {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  color: #757575;
}

.toolbar-button_icon__1qOTu svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.toolbar-button_label__1iU4F {
  font-size: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.toolbar-button_mobile__1BVBi.toolbar-button_buttonWrapper__2qWKP {
  height: 100%;
}

.toolbar-button_mobile__1BVBi .toolbar-button_button__3AuFz {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 0;
}

.toolbar-button_mobile__1BVBi .toolbar-button_icon__1qOTu {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}

.toolbar-button_mobile__1BVBi .toolbar-button_label__1iU4F {
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin: 6px 0 0;
}

.plugin-toolbar_pluginToolbar__ZXLEP {
  min-height: 50px;
  left: 50%;
  -webkit-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  direction: ltr;
}

.plugin-toolbar_pluginToolbar_buttons__bB8Oi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0 19px;
}

.plugin-toolbar_pluginToolbar_buttons__bB8Oi::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.plugin-toolbar_pluginToolbar_panel__OZk0e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -8px;
}

.plugin-toolbar_pluginToolbar_inlinePanel__EWMok {
  padding: 0 24px;
  border-top: 1px solid rgba(117, 117, 117, 0.2);
}

.plugin-toolbar_pluginToolbar_overrideContent__3RXzS {
  height: auto;
  padding: 0;
}

.plugin-toolbar_pluginToolbar_responsiveSpacer__3AATV {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.plugin-toolbar_pluginToolbar_responsiveArrow__2OJH9 {
  margin-right: -19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  border-left: 1px solid #ededed;
}

.plugin-toolbar_pluginToolbar_responsiveArrow__2OJH9 > i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
}

.plugin-toolbar_pluginToolbar_responsiveArrowLeft__1Riec {
  right: 0;
  border-left: 1px solid #ededed;
  border-radius: 0 6px 6px 0;
}

.plugin-toolbar_pluginToolbar_responsiveArrowLeft_icon__3eht1 {
  margin-right: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plugin-toolbar_pluginToolbar_responsiveArrowRight__1w9oK {
  right: 0;
  border-left: 1px solid #ededed;
  border-radius: 0 6px 6px 0;
}

.plugin-toolbar_pluginToolbar_responsiveArrowRight_icon__3wxYS {
  margin-right: 3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media only screen and (max-width: 640px) {
  .plugin-toolbar_pluginToolbar_buttons__bB8Oi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: auto;
  }

  .plugin-toolbar_pluginToolbar_buttons__bB8Oi .plugin-toolbar_pluginToolbar_responsiveArrow__2OJH9,
  .plugin-toolbar_pluginToolbar_buttons__bB8Oi .plugin-toolbar_pluginToolbar_responsiveSpacer__3AATV {
    display: block;
  }
}

.plugin-toolbar_pluginToolbar_scrollableContainer__lm8wE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 90px 0;
  margin: -90px 0;
  pointer-events: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto;
}

.plugin-toolbar_pluginToolbar_scrollableContainer__lm8wE > * {
  pointer-events: auto;
}

.plugin-toolbar_pluginToolbar_scrollableContainer__lm8wE::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.button_button_primary__3_5xp,
.button_button_secondary__ZdmXT {
  font-size: 14px;
}

.button_button_primary__3_5xp {
  color: #fff;
  background-color: #0261ff;
}

.button_button_secondary__ZdmXT {
  border: 1px solid #4990e2;
  background: #fff;
  color: #4990e2;
}

.button_button_secondary__ZdmXT:hover {
  color: #fff;
  background: #5cb4ff;
}

.button_button_secondary__ZdmXT:active {
  background: #4990e2;
  color: #fff;
}

.checkbox_checkbox_input__2cpdi {
  position: absolute;
  opacity: 0;
}

.checkbox_checkbox__3SFGZ {
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
}

.checkbox_checkbox__3SFGZ:hover .checkbox_checkbox_icon_unchecked__3uGfl {
  background-color: rgba(2, 97, 255, 0.2);
}

.checkbox_checkbox_icon__4GWru {
  width: 16px;
  height: 16px;
  padding: 3px 2px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #0261ff;
  display: inline-block;
  vertical-align: text-bottom;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox_checkbox_icon_checked__n4-Fn {
  background-color: #0261ff;
}

.checkbox_checkbox_check__Qxhlg {
  width: 10px;
  height: 8px;
  display: block;
}

.checkbox_checkbox_label__yx-pO {
  margin-left: 12px;
}

.glob_fontElementMap,
.global_fontElementMap__cSjkJ,
.global_panelContainer__u_BuR,
.global_pluginContainer__vEbOI,
.global_pluginContainerReadOnly__3elvt,
.ReactModalPortal {
  font-family: Helvetica;
}

.global_flex__2khHJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global_focused__NC04u {
  outline: 1px dashed;
}

.global_noOutline__2wFfh :focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.global_visuallyHidden__27MB- {
  width: .1px;
  height: .1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.global_hasFocus__LdTUT {
  cursor: default;
  -webkit-box-shadow: 0 0 0 3px #0261ff;
          box-shadow: 0 0 0 3px #0261ff;
}

.global_overlay__1CnHh {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.global_hidden__c8cY5 {
  display: none;
}

.global_pluginContainer__vEbOI,
.global_pluginContainerReadOnly__3elvt {
  position: relative;
}

.global_pluginContainer__vEbOI:hover {
  cursor: default;
  -webkit-box-shadow: 0 0 0 3px #0261ff;
          box-shadow: 0 0 0 3px #0261ff;
}

.global_pluginContainerMobile__2Od8w {
  max-width: 100%;
}

.global_alignLeft__2MbMH {
  float: left;
  z-index: 1;
}

.global_alignLeft__2MbMH:not(.global_textWrapNowrap__3QEoq) {
  margin-right: 40px;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .global_alignLeft__2MbMH:not(.global_textWrapNowrap__3QEoq) {
    margin-left: 5%;
  }
}

.global_alignCenter__2ajld {
  display: block;
}

.global_alignCenter__2ajld:not(.global_textWrapNowrap__3QEoq) {
  margin-left: auto;
  margin-right: auto;
}

.global_alignRight__1mRwT {
  float: right;
  z-index: 1;
}

.global_alignRight__1mRwT:not(.global_textWrapNowrap__3QEoq) {
  margin-left: 40px;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .global_alignRight__1mRwT:not(.global_textWrapNowrap__3QEoq) {
    margin-right: 5%;
  }
}

.global_sizeFullWidth__2Pu_0,
.global_textWrapNowrap__3QEoq {
  width: 100%;
}

.global_sizeContent__16upg:not(.global_textWrapNowrap__3QEoq) {
  max-width: 100%;
  margin: 0 auto;
}

.global_sizeSmall__3eFoG:not(.global_textWrapNowrap__3QEoq) {
  width: 350px;
}

.global_sizeSmallCenter__2HCaw:not(.global_textWrapNowrap__3QEoq) {
  width: 350px;
  margin: 0 auto;
}

.global_panelContainer__u_BuR {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  background: #fff;
  color: #757575;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px 1px #dcdcdc;
          box-shadow: 1px 1px 3px 1px #dcdcdc;
}

.ReactModal__Body--open {
  overflow-y: hidden;
}

.ReactModal__Content {
  font-weight: 300;
  direction: ltr;
}

.global_isImage__3GwhO {
  text-decoration: none;
  color: #333;
}

.global_anchor__3QR45 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown_Dropdown-option-icon__2Iyi5 {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin: -4px 12px 0 0;
  color: inherit;
}

.dropdown_Dropdown-option-label__1dJV- {
  display: inline-block;
  color: inherit;
  font-size: 14px;
}

.dropdown_Dropdown-root__3mx4z {
  position: relative;
  font-size: 14px;
  color: #333;
}

.dropdown_Dropdown-control__1p2rK {
  border: none;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 6px 62px 10px 0;
  white-space: nowrap;
  color: #333;
}

.dropdown_Dropdown-control__1p2rK:hover {
  color: #0261ff;
}

.dropdown_Dropdown-arrow__9IlUC {
  display: block;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 19px;
  height: 19px;
}

.dropdown_Dropdown-arrow-isOpen__150iF {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown_Dropdown-menu__1ZUlH {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 250px;
  overflow-y: auto;
  position: fixed;
  top: 100%;
  width: auto;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  margin-left: -10px;
  margin-top: -2px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 8px 0;
}

.dropdown_Dropdown-title__2GWM2 {
  padding: 8px 10px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}

.dropdown_Dropdown-option__37DkN {
  border: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: block;
  padding: 0 12px;
  white-space: nowrap;
}

.dropdown_Dropdown-option__37DkN:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.dropdown_Dropdown-option-selected__3a8H2,
.dropdown_Dropdown-option__37DkN:hover {
  color: #0261ff;
}

.dropdown_Dropdown-noresults__3ruU9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.image_image_container__w3ICK {
  background-position: 50%;
  background-repeat: no-repeat;
}

.image_image_placeholder__1zXfO {
  display: block;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
}

.plugin-toolbar-button_pluginToolbarButton_wrapper__aaTFO {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
}

.plugin-toolbar-button_pluginToolbarButton_wrapper__aaTFO:last-child {
  margin-right: 0;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG {
  display: inline-block;
  background: transparent;
  color: #333;
  padding: 5px;
  border: none;
  cursor: pointer;
  line-height: normal;
  margin: 0;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG .plugin-toolbar-button_pluginToolbarButton_icon__c5XOl {
  width: 19px;
  height: 19px;
  line-height: 0;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG .plugin-toolbar-button_pluginToolbarButton_icon__c5XOl svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5).plugin-toolbar-button_pluginToolbarButton_active__3_XwH,
.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5):focus,
.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5):hover {
  color: #0261ff;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5).plugin-toolbar-button_pluginToolbarButton_active__3_XwH svg,
.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5):focus svg,
.plugin-toolbar-button_pluginToolbarButton__zXglG:not(.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5):hover svg {
  fill: currentColor;
}

.plugin-toolbar-button_pluginToolbarButton__zXglG.plugin-toolbar-button_pluginToolbarButton_disabled__2DPe5 {
  cursor: default;
  opacity: .4;
}

.inline-toolbar-button_inlineToolbarButton_wrapper__3-Q-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-right: 10px;
}

.inline-toolbar-button_inlineToolbarButton_wrapper__3-Q-q:last-child {
  margin-right: 0;
}

.inline-toolbar-button_inlineToolbarButton__1FJxh {
  background: transparent;
  color: #333;
  padding: 5px;
  border: 0 none;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.inline-toolbar-button_inlineToolbarButton__1FJxh:focus,
.inline-toolbar-button_inlineToolbarButton__1FJxh:hover {
  outline: 0;
  color: #0261ff;
}

.inline-toolbar-button_inlineToolbarButton_icon__11tDX {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  color: #333;
}

.inline-toolbar-button_inlineToolbarButton_icon__11tDX svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.inline-toolbar-button_inlineToolbarButton_active__1RDmX,
.inline-toolbar-button_inlineToolbarButton_icon__11tDX:hover {
  color: #0261ff;
}

.inline-toolbar-button_inlineToolbarButton_active__1RDmX svg,
.inline-toolbar-button_inlineToolbarButton_icon__11tDX:hover svg {
  fill: currentColor;
}

.loaders_loaderOverlay__3gtqi {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.loaders_loader__o4D5k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 60px;
  color: #fbfbfb;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: auto;
  -webkit-animation: loaders_load6__LPf8- 1.7s infinite ease,loaders_spinner__2rvyK 1.7s infinite ease;
          animation: loaders_load6__LPf8- 1.7s infinite ease,loaders_spinner__2rvyK 1.7s infinite ease;
}

.loaders_loader__o4D5k.loaders_medium__1HmHO {
  font-size: 40px;
}

.loaders_loader__o4D5k.loaders_mini__2d-Gv {
  font-size: 20px;
}

@-webkit-keyframes loaders_spinner__2rvyK {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes loaders_spinner__2rvyK {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes loaders_load6__LPf8- {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  5%, 95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  10%, 59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
  }

  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
  }

  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
  }

  to {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }
}

@keyframes loaders_load6__LPf8- {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  5%, 95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  10%, 59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
  }

  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
  }

  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
  }

  to {
    -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
            box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }
}

.input-with-label_inputWithLabel_label__1RC0l {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}

.input-with-label_inputWithLabel_input__9dcgR {
  width: 100%;
  height: 42px;
  padding: 0 17px;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.input-with-label_inputWithLabel_input__9dcgR::-webkit-input-placeholder {
  opacity: .4;
}

.input-with-label_inputWithLabel_input__9dcgR:-ms-input-placeholder {
  opacity: .4;
}

.input-with-label_inputWithLabel_input__9dcgR::-ms-input-placeholder {
  opacity: .4;
}

.input-with-label_inputWithLabel_input__9dcgR::placeholder {
  opacity: .4;
}

.input-with-label_inputWithLabel_textArea__3xSEz {
  height: 101px;
  resize: none;
  padding: 9px 17px;
}

.input-with-label_inputWithLabel_fullHeight__2hJ8Z {
  height: 100%;
}

.radio-group_radioGroup__3mklt {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}

.radio-group_radioGroup_button__UPxWU {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0261ff;
  background: #fff;
  margin-right: 12px;
  display: inline-block;
}

.radio-group_radioGroup_button__UPxWU:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
  display: block;
}

.radio-group_radioGroup_input__1Gl-z {
  display: none;
}

.radio-group_radioGroup_input__1Gl-z:checked + .radio-group_radioGroup_button__UPxWU {
  border-color: #0261ff;
}

.radio-group_radioGroup_input__1Gl-z:checked + .radio-group_radioGroup_button__UPxWU:after {
  background-color: #0261ff;
}

.radio-group-horizontal_radioGroupHorizontal_title__Q1kOa {
  display: block;
  margin-bottom: 9px;
}

.radio-group-horizontal_radioGroupHorizontal_group__a_KIx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-group-horizontal_radioGroupHorizontal_group__a_KIx label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-group-horizontal_radioGroupHorizontal_group__a_KIx span {
  vertical-align: text-bottom;
}

.radio-group-horizontal_radioGroupHorizontal_groupTwoColumns__3sL4Z label {
  width: 50%;
}

.radio-group-horizontal_radioGroupHorizontal_groupInline__2zHMK label + label {
  margin-left: 36px;
}

.radio-group-horizontal_radioGroupHorizontal_readOnly__e1KAA {
  opacity: .5;
  pointer-events: none;
}

.link-panel_linkPanel_overlay__1lrjt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.link-panel_linkPanel_container__1kSgV {
  position: relative;
  min-width: 359px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}

.link-panel_linkPanel_container_isMobile__3Dc95 {
  min-width: 0;
}

.link-panel_linkPanel_content__8j3Yy {
  padding: 0 23px;
}

.link-panel_linkPanel_Content__gnBxn {
  margin: 0 1px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

.link-panel_linkPanel_Input__1kj8Z {
  margin: 5px 0 13px;
  position: relative;
}

.link-panel_linkPanel_textInput__3W7bW {
  color: #333;
  width: 100%;
  height: 42px;
  font-size: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 0 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link-panel_linkPanel_textInput__3W7bW:focus {
  border: 1px solid rgba(51, 51, 51, 0.5);
}

.link-panel_linkPanel_textInput__3W7bW::-webkit-input-placeholder {
  opacity: .4;
}

.link-panel_linkPanel_textInput__3W7bW:-ms-input-placeholder {
  opacity: .4;
}

.link-panel_linkPanel_textInput__3W7bW::-ms-input-placeholder {
  opacity: .4;
}

.link-panel_linkPanel_textInput__3W7bW::placeholder {
  opacity: .4;
}

.link-panel_linkPanel_textInput_invalid__2dP_f {
  border: 1px solid red !important;
}

.link-panel_linkPanel_imageSettings__dXiJB {
  width: 100%;
  height: 42px;
  padding: 0 17px;
  color: #333;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link-panel_linkPanel_errorIcon__bDr5F {
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 13px;
}

.link-panel_linkPanel_actionsDivider__236K7 {
  margin: 0 4px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.link-panel_linkPanel_Footer__3DZi9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-panel_linkPanel_LeftActions__d0d90,
.link-panel_linkPanel_RemoveContainer__dCFRv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-panel_linkPanel_FooterButton__2b-xW {
  font-size: 14px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 12px 23px 14px 18px;
}

.link-panel_linkPanel_Cancel__3lsVC {
  padding: 12px 19px 14px 23px;
}

.link-panel_linkPanel_VerticalDivider__17JZz {
  height: 22px;
  margin: 13px 0;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

.link-panel_linkPanel_disabled__qckej {
  opacity: .4;
  cursor: default;
}

.link-panel_linkPanel_enabled__5v2M5 {
  color: #0261ff;
}

@supports (display: grid) {
  .selection-list_selectionList__11V27 {
    display: grid;
  }
}

.selection-list_selectionList__11V27 {
  width: 100%;
}

.selection-list_selectionListOption__3W-Ve {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.selection-list_selectionListOption_selected__1BawR {
  color: #0261ff;
}

.settings-panel-footer_settingsPanel_footer__UAQSY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 42px;
  border-top: 1px solid #ededed;
  width: 100%;
  max-width: 419px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 14px;
}

.settings-panel-footer_settingsPanel_footer_fixed__3USSJ {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.settings-panel-footer_settingsPanel_cancel__t0aiQ,
.settings-panel-footer_settingsPanel_save__3csFr {
  padding: 8.5px 24px;
}

.settings-panel-footer_settingsPanel_cancel__t0aiQ + .settings-panel-footer_settingsPanel_save__3csFr {
  margin-left: 24px;
}

.settings-section_section__1g5Nv {
  border: none;
}

.toolbar-separator_separator__24Btg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background: #ededed;
  margin: 0 19px 0 9px;
  height: 100%;
}

.toolbar-separator_horizontalSeparator__xfup8 {
  display: block;
  width: auto;
  background: #ededed;
  height: 1px;
  margin: 0 -10px 0 -19px;
}

.slider-with-input_sliderWithInput_label__1o0mZ {
  display: block;
}

.slider-with-input_sliderWithInput_readOnly__1O-b7 {
  opacity: .5;
  pointer-events: none;
}

.slider-with-input_sliderWithInput_content__3EaBv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-with-input_sliderWithInput_slider__1TiZY {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.slider-with-input_sliderWithInput_input__cdFoO {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 30px;
  margin-left: 24px;
  padding: .1em;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
}

.tabs_tabs__3YlGz {
  width: 100%;
}

.tabs_tabs_headers__37UND {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 50px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.tabs_tabs_headers_option__2jMBI {
  padding: 1em;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.tabs_tabs_headers_option_selected__1qgY8 {
  border-bottom: 3px solid #0261ff;
}

.tabs_tabs_headers_option__2jMBI + .tabs_tabs_headers_option__2jMBI {
  border-left: 1px solid #ededed;
}

.tabs_tabs_panel__2GTij {
  padding: 24px 30px 30px;
}

.tabs_tabs_headers_option_label__fvI-8 {
  cursor: pointer;
}

.tooltip_tooltip__ULsU0 {
  outline: none;
}

.slider_slider__1DBY5 {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}

.slider_slider__1DBY5:focus::-webkit-slider-runnable-track {
  background: #0261ff;
}

.slider_slider__1DBY5:focus::-ms-fill-lower,
.slider_slider__1DBY5:focus::-ms-fill-upper {
  background: #0261ff;
}

.slider_slider__1DBY5::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 0 solid #cfd8dc;
  border-radius: 3px;
}

.slider_slider__1DBY5::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 4px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  margin-top: -5px;
}

.slider_slider__1DBY5::-moz-range-track {
  cursor: pointer;
  height: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 0 solid #cfd8dc;
  border-radius: 3px;
}

.slider_slider__1DBY5::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 4px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
}

.slider_slider__1DBY5::-ms-track {
  cursor: pointer;
  height: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
}

.slider_slider__1DBY5::-ms-fill-lower,
.slider_slider__1DBY5::-ms-fill-upper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 0 solid #cfd8dc;
  border-radius: 6px;
}

.slider_slider__1DBY5::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #0261ff;
  border: 4px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 0;
}

.slider-panel_sliderPanel__2IZRz {
  width: 270px;
}

.text-input_textInput__1ALwM {
  position: relative;
}

.text-input_textInput_input__1yXWP {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  height: 42px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-input_textInput_input__1yXWP::-webkit-input-placeholder {
  opacity: .4;
}

.text-input_textInput_input__1yXWP:-ms-input-placeholder {
  opacity: .4;
}

.text-input_textInput_input__1yXWP::-ms-input-placeholder {
  opacity: .4;
}

.text-input_textInput_input__1yXWP::placeholder {
  opacity: .4;
}

.text-input_textInput_input_invalid__sZSyZ {
  padding-right: 39px;
  border-color: red;
}

.text-input_textInput_errorIcon__2j8qo {
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 13px;
}





.default-styles_divider-container__2o3HM {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 29px;
  padding-top: 14px;
  max-width: 100%;
  margin: 0 auto;
}

.default-styles_divider-container--double__3H9IG {
  padding-top: 11px;
}

.default-styles_divider__3oaVl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  stroke: currentColor;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.default-styles_divider--dashed__3S2Wh,
.default-styles_divider--dotted__2mCit,
.default-styles_divider--double__22KGG,
.default-styles_divider--single__pP9fW {
  height: 100%;
}

.default-styles_divider--dashed__3S2Wh {
  stroke-dasharray: 4 4;
}

.default-styles_divider--dotted__2mCit {
  stroke-dasharray: 1 5;
}

.default-styles_divider--small--mobile__CBP-9,
.default-styles_divider--small__14-KV {
  width: 10%;
}

.default-styles_divider--large--mobile__2qEAT,
.default-styles_divider--medium__1fuVl {
  width: 40%;
}

.default-styles_divider--medium--mobile__2xMy8 {
  width: 20%;
}

.default-styles_divider--large__Y6u3v {
  width: 100%;
}

.default-styles_divider--left__9hL7w {
  margin-right: auto;
}

.default-styles_divider--center__2RK4y {
  margin: 0 auto;
}

.default-styles_divider--right__3OhjW {
  margin-left: auto;
}

.default-styles_divider-dropdown__control__3Ami8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding: 0 30px 0 0 !important;
}

.default-styles_divider-dropdown__option__hhcT3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 18px;
  padding-top: 7px;
  overflow: hidden;
}

.default-styles_divider-dropdown__divider__1cYMA {
  stroke: currentColor !important;
}

.divider-viewer_divider-container__2i6td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 29px;
  padding-top: 14px;
  max-width: 100%;
  margin: 0 auto;
}

.divider-viewer_divider-container--double__lsKfh {
  padding-top: 11px;
}

.divider-viewer_divider__3Tful {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  stroke: currentColor;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.divider-viewer_divider--dashed__2yeZH,
.divider-viewer_divider--dotted__1FFuR,
.divider-viewer_divider--double__10Z6d,
.divider-viewer_divider--single__ouNW6 {
  height: 100%;
}

.divider-viewer_divider--dashed__2yeZH {
  stroke-dasharray: 4 4;
}

.divider-viewer_divider--dotted__1FFuR {
  stroke-dasharray: 1 5;
}

.divider-viewer_divider--small--mobile__2ilve,
.divider-viewer_divider--small__CCa1- {
  width: 10%;
}

.divider-viewer_divider--large--mobile__2yGtq,
.divider-viewer_divider--medium__31qvp {
  width: 40%;
}

.divider-viewer_divider--medium--mobile__o0UnI {
  width: 20%;
}

.divider-viewer_divider--large__3IXhr {
  width: 100%;
}

.divider-viewer_divider--left__3xrua {
  margin-right: auto;
}

.divider-viewer_divider--center__jEwpA {
  margin: 0 auto;
}

.divider-viewer_divider--right__1Bib3 {
  margin-left: auto;
}


.emoji_emojiSelect__4m_By {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.emoji_emojiSelectButton__2wRdu,
.emoji_emojiSelectButtonPressed__1ZMeK {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.emoji_emojiSelectPopover__31eQY {
  bottom: 50px;
  padding: 0 5px;
  position: fixed;
  z-index: 1000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 4px 30px 0 #dcdcdc;
          box-shadow: 0 4px 30px 0 #dcdcdc;
}

.emoji_emojiSelectPopoverClosed__3QZCx {
  display: none;
}

.emoji_emojiSelectPopoverTitle__3Xdtt {
  position: relative;
  text-align: left;
  margin: 5px 0;
  padding-left: 15px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
}

.emoji_emojiSelectPopoverTitle__3Xdtt:before {
  position: absolute;
  top: 0;
  left: 235px;
  font-style: italic;
  font-size: 12px;
  content: "By EmojiOne";
}

.emoji_emojiSelectPopoverGroups__18nyt {
  margin: 0 0 5px;
  position: relative;
  z-index: 0;
  width: 320px;
  height: 190px;
}

.emoji_emojiSelectPopoverGroup__3_Ksu {
  padding: 0 6px;
}

.emoji_emojiSelectPopoverGroup__3_Ksu:first-child .emoji_emojiSelectPopoverGroupTitle__1qbQM {
  display: none;
}

.emoji_emojiSelectPopoverGroupTitle__1qbQM {
  margin: 15px 0;
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  text-align: left;
}

.emoji_emojiSelectPopoverGroupList__24s8Y {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.emoji_emojiSelectPopoverGroupItem__4lvEV {
  width: 38px;
  height: 38px;
}

.emoji_emojiSelectPopoverToneSelect__1usS5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.emoji_emojiSelectPopoverToneSelectList__36Thn {
  margin: 5px;
  padding: 5px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.emoji_emojiSelectPopoverToneSelectItem__3963k {
  width: 38px;
  height: 38px;
}

.emoji_emojiSelectPopoverToneSelectItem__3963k:first-child {
  border-right: 1px solid #e0e0e0;
}

.emoji_emojiSelectPopoverEntry__SVxz8,
.emoji_emojiSelectPopoverEntryFocused__2F2lA {
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}

.emoji_emojiSelectPopoverEntryFocused__2F2lA {
  background-color: #efefef;
}

.emoji_emojiSelectPopoverEntryIcon__Vbapk {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.emoji_emojiSelectPopoverNav__1RBJ4 {
  margin: 0;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.emoji_emojiSelectPopoverNavItem__3qI0h {
  width: 38px;
  height: 38px;
}

.emoji_emojiSelectPopoverNavItem__3qI0h svg {
  width: 18px !important;
  height: 18px !important;
}

.emoji_emojiSelectPopoverNavEntry__23qYw,
.emoji_emojiSelectPopoverNavEntryActive__2YSFk {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #bdbdbd;
  background: none;
  border: none;
}

.emoji_emojiSelectPopoverNavEntryActive__2YSFk {
  color: #42a5f5;
}

.emoji_emojiSelectPopoverScrollbar__3jo4d {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  opacity: .1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.emoji_emojiSelectPopoverScrollbarThumb__13Unv {
  background-color: #000;
  border-radius: 2px;
  cursor: pointer;
}

.emoji_emojiSelectPopoverGroups__18nyt:hover .emoji_emojiSelectPopoverScrollbar__3jo4d {
  opacity: .3;
}

.emoji_emojiSelectPopoverGroups__18nyt .emoji_emojiSelectPopoverScrollbar__3jo4d:active,
.emoji_emojiSelectPopoverGroups__18nyt .emoji_emojiSelectPopoverScrollbar__3jo4d:hover {
  opacity: .6;
}

.emoji_emoji__vtFf_ {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  max-width: 1.95ch;
  max-height: 1em;
  line-height: inherit;
  margin: -.2ex 0 .2ex;
  color: transparent;
}

.emoji_emojiSuggestionsEntry__21gR_,
.emoji_emojiSuggestionsEntryFocused__7MJDP {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}

.emoji_emojiSuggestionsEntry__21gR_:active {
  background-color: #cce7ff;
}

.emoji_emojiSuggestionsEntryFocused__7MJDP {
  background-color: #e6f3ff;
}

.emoji_emojiSuggestionsEntryText__3o4C2 {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 368px;
  font-size: 14px;
}

.emoji_emojiSuggestionsEntryIcon__3CulB {
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.emoji_emojiSuggestions__2kzIo {
  border: 1px solid #eee;
  margin-top: 1.75em;
  position: absolute;
  min-width: 220px;
  max-width: 440px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 30px 0 #dcdcdc;
          box-shadow: 0 4px 30px 0 #dcdcdc;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
}


.gallery-settings-modal_gallerySettings_settingsContainer__2DV2j {
  padding: 0;
}

.gallery-settings-modal_gallerySettings_settingsContainerMobile__3jhU3 {
  padding: 18px;
}

.gallery-settings-modal_gallerySettings_title__2xE4D {
  font-size: 18px;
  width: 100%;
  color: #333;
  line-height: 30px;
  padding: 45px 30px 24px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  top: 0;
  background-color: #fff;
  z-index: 5;
}

.gallery-settings-modal_gallerySettings_divider__1yytB {
  border: none;
  border-bottom: 1px solid #ededed;
  margin: 18px auto;
}

.gallery-settings-modal_gallerySettings_spacer__2A_a1 {
  height: 12px;
  display: block;
}

.gallery-settings-modal_gallerySettings_label__1Q7Sr {
  font-size: 14px;
}

.gallery-settings-modal_gallerySettings__1TuW9 {
  height: calc(100% - 0px - 100px);
  margin: 0 auto 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

.layout-selector_layoutsSelector_label__12-KA {
  display: block;
  margin-bottom: 13px;
}

@supports (display: grid) {
  .layout-selector_layoutsSelector_grid__1U_TE {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 92px 73px;
  }
}

.layout-selector_layoutsSelector_tile__2yy4Y {
  margin: 0 auto;
  display: inline-block;
}

.layout-selector_layoutsSelector_tile_label__KhRE4 {
  margin-top: 6px;
  line-height: 1.5;
  display: block;
}

.layout-selector_layoutsSelector_icon__3VAzH {
  width: 46px;
  height: 46px;
}

.layout-selector_layoutsSelector_icon_selected__39fT9 {
  color: #0261ff;
}

@supports not (display: grid) {
  .layout-selector_layoutsSelector_option__1qjOJ {
    display: inline-block;
    width: 25%;
    margin-bottom: 21px;
  }
}

.sortableHelper {
  z-index: 10000 !important;
}

.gallery-items-sortable_filesButton__f3CUe {
  position: relative;
  width: 70px;
  height: 30px;
  color: #666;
  float: right;
  overflow: visible;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
}

.gallery-items-sortable_filesButton__f3CUe:hover {
  cursor: pointer;
  color: #4990e2;
}

.gallery-items-sortable_filesItem__3YAH_ {
  position: relative;
  cursor: pointer;
  border: 1px dashed rgba(51, 51, 51, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.gallery-items-sortable_filesItem__3YAH_:after {
  display: none !important;
}

.gallery-items-sortable_filesItem__3YAH_ svg {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}

.gallery-items-sortable_filesItem__3YAH_:hover {
  border-color: #4990e2;
}

.gallery-items-sortable_sortableContainer__3T9PR {
  margin: 0 -12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-items-sortable_sortableContainer__3T9PR.gallery-items-sortable_mobile__xhsnP {
  margin: 2.5px;
  height: calc(100vh - 95px);
  overflow: scroll;
}

.gallery-items-sortable_itemContainer__3gJYJ {
  margin: 12px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-items-sortable_itemContainer__3gJYJ.gallery-items-sortable_itemContainerSelected__1AtR4 {
  -webkit-box-shadow: 0 0 0 3px #0261ff;
          box-shadow: 0 0 0 3px #0261ff;
}

.gallery-items-sortable_itemContainer__3gJYJ.gallery-items-sortable_mobile__xhsnP {
  margin: 2.5px;
}

.gallery-items-sortable_itemContainer__3gJYJ.gallery-items-sortable_mobile__xhsnP .gallery-items-sortable_itemContainerNotSelected_icon__3a7z-,
.gallery-items-sortable_itemContainer__3gJYJ.gallery-items-sortable_mobile__xhsnP .gallery-items-sortable_itemContainerSelected_icon__3pZd- {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
}

.gallery-items-sortable_itemContainer__3gJYJ.gallery-items-sortable_mobile__xhsnP.gallery-items-sortable_sorting__mF5Tl {
  outline: none;
}

.gallery-items-sortable_fab__Llo_h {
  position: absolute;
  bottom: -8px;
  right: 4px;
  width: 66px;
  height: 66px;
}

.gallery-items-sortable_itemImage__11DyV {
  cursor: -webkit-grab;
}

.gallery-items-sortable_itemImage__11DyV:active {
  cursor: -webkit-grabbing;
}

.gallery-items-sortable_topBar__UX9p3 {
  height: 40px;
}

.gallery-items-sortable_topBar__UX9p3.gallery-items-sortable_mobile__xhsnP {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100vw;
  margin: 0;
  padding: 0 10px;
  top: auto;
  left: 0;
  height: 42px;
  background: #fff;
  z-index: 5;
  border-top: 1px solid #ededed;
}

.gallery-items-sortable_topBarLink__7EBwC {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  color: #666;
}

.gallery-items-sortable_topBarLink__7EBwC:hover {
  cursor: pointer;
  color: #4990e2;
}

.gallery-items-sortable_seperator__3g1Ik {
  margin: 0 8px;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_header__3jYMm {
  display: block;
  padding: 0 9px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4990e2;
  z-index: 5;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_headerPlaceholder__1-vIz {
  display: block;
  position: relative;
  width: 100vw;
  height: 50px;
  background: transparent;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_button__3a7is {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 9px;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_menuIcon__KUDtA {
  float: right;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_menuIcon__KUDtA svg {
  width: 20px;
  margin: 6px 0 -6px;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_menuIcon__KUDtA svg path {
  fill: #fff;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_menu__2hdv8 {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 6;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #ededed;
          box-shadow: 0 0 0 1px #ededed;
  padding: 0 18px;
  border-width: 4px 0;
  border-color: #fff;
  line-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_menu__2hdv8:hover {
  background: 4990e2;
  color: #fff;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_done__1EMyx {
  float: right;
}

.gallery-settings-mobile-header_gallerySettingsMobileHeader_cancel__15ULt {
  float: left;
}

.image-ratio-selector_imageRatioSelector_label__C_CNB {
  display: block;
  margin-bottom: 13px;
}

.image-ratio-selector_imageRatioSelector_readOnly__hauZ1 {
  opacity: .5;
  pointer-events: none;
}

@supports (display: grid) {
  .image-ratio-selector_imageRatioSelector_grid__GFEK2 {
    grid-template-columns: 56px 56px 56px 56px 56px;
    grid-template-rows: 56px;
  }
}

@supports not (display: grid) {
  .image-ratio-selector_imageRatioSelector_option__NMGcc {
    display: inline-block;
    width: 56px;
    height: 56px;
  }
}

.image-ratio-selector_imageRatioSelector_tile__Q8yGU {
  margin-right: 24px;
}

.image-ratio-selector_imageRatioSelector_ratioButton__1h9V1 {
  width: 32px;
  height: 32px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.image-ratio-selector_imageRatioSelector_ratioButton_selected__lrDl6 {
  background-color: #0261ff;
}

.image-ratio-selector_imageRatioSelector_ratioLabel__2ZoxW {
  margin-top: 7px;
  display: block;
}

.image-ratio-selector_imageRatioSelector_ratioIcon__3XsDF {
  border: 1px solid #111;
  margin: auto;
}

.image-ratio-selector_imageRatioSelector_ratioIcon__3XsDF:focus,
.image-ratio-selector_imageRatioSelector_ratioIcon_selected__iIkp9 {
  border: 1px solid #fff;
}

.image-ratio-selector_imageRatioSelector_16_9__3GwuW {
  width: 22px;
  height: 12px;
}

.image-ratio-selector_imageRatioSelector_4_3__6xbYv {
  width: 20px;
  height: 14px;
}

.image-ratio-selector_imageRatioSelector_1_1__1bD6W {
  width: 20px;
  height: 20px;
}

.image-ratio-selector_imageRatioSelector_3_4__3okxM {
  width: 14px;
  height: 20px;
}

.image-ratio-selector_imageRatioSelector_9_16__1eJkV {
  width: 12px;
  height: 22px;
}

.thumbnail-placement-selector_thumbnailPlacementSelector_label__T78uE {
  display: block;
  margin-bottom: 13px;
}

@supports (display: grid) {
  .thumbnail-placement-selector_thumbnailPlacementSelector_grid__2WM8o {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 100%;
  }
}

@supports not (display: grid) {
  .thumbnail-placement-selector_thumbnailPlacementSelector_option__3UB8F {
    display: inline-block;
    width: 25%;
  }
}

.thumbnail-placement-selector_thumbnailPlacementSelector_tile__3AlC0 {
  width: 46px;
  height: 46px;
  display: inline-block;
}

.thumbnail-placement-selector_thumbnailPlacementSelector_icon__3fnYI {
  width: 46px;
  height: 46px;
}

.thumbnail-placement-selector_thumbnailPlacementSelector_icon_selected__DLVFv {
  color: #0261ff;
}

.thumbnail-placement-selector_thumbnailPlacementSelector_bottom__1QGZL {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.thumbnail-placement-selector_thumbnailPlacementSelector_left__2AP_N {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.thumbnail-placement-selector_thumbnailPlacementSelector_top__2Ad0m {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thumbnail-placement-selector_thumbnailPlacementSelector_right__2HjL5 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.gallery-image-settings_galleryImageSettings__3CzyG {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #333;
  background: #fff;
  z-index: 7;
}

.gallery-image-settings_galleryImageSettings_content__1dBjg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.gallery-image-settings_galleryImageSettings_backIcon__34jrr,
.gallery-image-settings_galleryImageSettings_delete_icon__2GqXv,
.gallery-image-settings_galleryImageSettings_replace_icon__39bz7 {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8.5px;
  width: 19px;
  height: 19px;
}

.gallery-image-settings_galleryImageSettings_backIcon__34jrr {
  cursor: pointer;
  margin-right: 10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.gallery-image-settings_galleryImageSettings_title__-npyt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 43px 28px 22px;
  top: 0;
  margin: 0;
  color: #333;
  background-color: #fff;
  line-height: 30px;
  font-size: 18px;
  border-bottom: 1px solid #ededed;
  z-index: 7;
}

.gallery-image-settings_galleryImageSettings_image__3nxg4 {
  width: 100%;
  height: 240px;
  background-color: rgba(51, 51, 51, 0.1);
}

.gallery-image-settings_galleryImageSettings_manageImageGrid__3wlMa {
  height: 47px;
  width: 100%;
}

.gallery-image-settings_galleryImageSettings_delete__1D7JA,
.gallery-image-settings_galleryImageSettings_replace__2B3IY {
  padding: 12px 15px;
  margin: 0;
  line-height: normal;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  font-weight: 300;
  font-family: Lato;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.gallery-image-settings_galleryImageSettings_delete__1D7JA {
  border-left: 1px solid #ededed;
  clear: both;
}

.gallery-image-settings_galleryImageSettings_nav__34uog {
  width: 100%;
  height: 240px;
  position: absolute;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-image-settings_galleryImageSettings_nav_mobile__UnpQ- {
  top: 50px;
}

.gallery-image-settings_galleryImageSettings_next__r_aHC,
.gallery-image-settings_galleryImageSettings_previous__21gJR {
  display: block;
  border: none;
  background-size: 25px;
  background-color: transparent;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  margin: 16px 18px;
  cursor: pointer;
}

.gallery-image-settings_galleryImageSettings_next__r_aHC {
  right: 0;
}

.gallery-image-settings_galleryImageSettings_previous__21gJR {
  left: 0;
}

.gallery-image-settings_galleryImageSettings_hidden__1STCU {
  visibility: hidden;
}

.gallery-image-settings_galleryImageSettings_section__2XyvQ {
  padding: 20px 30px 0;
  font-size: 14px;
}

.gallery-image-settings_galleryImageSettings_scrollContainer__WeF1T {
  height: calc(1 - $FOOTER_HEIGHT);
  margin: 0 auto 100px;
  width: 100%;
}

.gallery-image-settings_galleryImageSettings_scrollContainer_mobile__1Hfep {
  margin: 0 auto;
}

.gallery-image-settings_galleryImageSettings_footer__ixW6u {
  z-index: 7;
}


.HtmlComponent_htmlComponent__hnvPV {
  position: relative;
  height: 100%;
}

.HtmlComponent_htmlComponent_placeholder__2hG3Z {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.05);
}

.Iframe_iframe__2GF6I {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

.glob_fontElementMap,
.HtmlEditPanel_fontElementMap__1lQvA,
.HtmlEditPanel_htmlEditPanel_button__1oKPh {
  font-family: Helvetica;
}

.HtmlEditPanel_htmlEditPanel__rD74g {
  padding: 18px 0 15px;
}

.HtmlEditPanel_htmlEditPanel_input__1hETE {
  margin: 18px 0 13px;
}

.HtmlEditPanel_htmlEditPanel_textArea__PFaF- {
  height: 146px;
}

.HtmlEditPanel_htmlEditPanel_buttons__1nnIo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.HtmlEditPanel_htmlEditPanel_button__1oKPh {
  height: 21px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.HtmlEditPanel_htmlEditPanel_primaryButton__22bIa {
  color: #0261ff;
}

.HtmlEditPanel_htmlEditPanel_secondaryButton__1X1Er {
  color: #333;
}


.mobile-link-modal_mobileLinkModal_titleContainer__2LnmZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 22px 2px;
}

.mobile-link-modal_mobileLinkModal_linkIconContainer__3W9TN {
  width: 19px;
  height: 19px;
  margin-right: 11px;
}

.mobile-link-modal_mobileLinkModal_title__3ZL4g {
  margin: 0;
  font-size: 16px;
}

.add-plugin-modal_addPluginModal_list__3K8rb {
  margin: 0;
  padding: 0;
}

.add-plugin-modal_addPluginModal_tile__3LrzM {
  list-style: none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(117, 117, 117, 0.2);
}

.add-plugin-modal_addPluginModal_tile__3LrzM:nth-child(n+4) {
  border-top: 1px solid rgba(117, 117, 117, 0.2);
}

.add-plugin-modal_addPluginModal_tile__3LrzM:nth-child(3n+0) {
  border-right: 0 none;
}

.inline-toolbar-dropdown-button_inlineToolbarDropdown_wrapper__2p1n_ {
  position: relative;
  margin-right: 10px;
  padding: 10px 0;
}

.inline-toolbar-dropdown-button_inlineToolbarDropdown_options__2bRDr {
  position: absolute;
  top: 10px;
  left: -3px;
  padding: 0 3px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.inline-toolbar-dropdown-button_inlineToolbarDropdownButton_wrapper__MytZM {
  margin-right: 0 !important;
  padding: 0 !important;
}

.inline-toolbar-dropdown-button_inlineToolbarDropdownButton__216Ce,
.inline-toolbar-dropdown-button_inlineToolbarDropdownButton_icon__3qjP5 {
  outline: none;
}

.draft_wrapper__2dXXO .DraftEditor-editorContainer,
.draft_wrapper__2dXXO .DraftEditor-root,
.draft_wrapper__2dXXO .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

.draft_wrapper__2dXXO .public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

.draft_wrapper__2dXXO .DraftEditor-root {
  position: relative;
}

.draft_wrapper__2dXXO .DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

.draft_wrapper__2dXXO .DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

.draft_wrapper__2dXXO .DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

.draft_wrapper__2dXXO .DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.draft_wrapper__2dXXO .DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

.draft_wrapper__2dXXO .DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-listLTR {
  direction: ltr;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-listRTL {
  direction: rtl;
}

.draft_wrapper__2dXXO .public-DraftStyleDefault-ol,
.draft_wrapper__2dXXO .public-DraftStyleDefault-ul {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .draft_wrapper__2dXXO .public-DraftStyleDefault-ol,
  .draft_wrapper__2dXXO .public-DraftStyleDefault-ul {
    margin: 0;
  }
}

.text-static-toolbar-separator_textToolbarSeparator__J-smu {
  height: 100%;
}

.text-static-toolbar_textToolbar__30_nC {
  position: relative;
  border: 1px solid #ddd;
}

.text-static-toolbar_textToolbar_scrollableContainer__Bvr-H {
  width: 100%;
  padding: 90px 0;
  margin: -90px 0;
  pointer-events: none;
}

.text-static-toolbar_textToolbar_scrollableContainer__Bvr-H > * {
  pointer-events: auto;
}

.mobile-toolbar_mobileToolbar__2jHVo {
  position: relative;
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
}

.mobile-toolbar_mobileToolbar_fixed__E2oMI {
  position: fixed;
  top: 0;
}

.mobile-toolbar-separator_mobileToolbarSeparator__35q1X {
  margin: 0 9px;
}

.rich-content-editor_flex__1b9WG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rich-content-editor_focused__1vxEi {
  outline: 1px dashed;
}

.rich-content-editor_noOutline__3LnYl :focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rich-content-editor_visuallyHidden__3_54f {
  width: .1px;
  height: .1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.rich-content-editor_hasFocus__9yezB {
  cursor: default;
  -webkit-box-shadow: 0 0 0 3px #0261ff;
          box-shadow: 0 0 0 3px #0261ff;
}

.rich-content-editor_overlay__3lmrY {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rich-content-editor_hidden__1I01k {
  display: none;
}

.rich-content-editor_pluginContainer__3NnBy,
.rich-content-editor_pluginContainerReadOnly__1HLi3 {
  position: relative;
}

.rich-content-editor_pluginContainer__3NnBy:hover {
  cursor: default;
  -webkit-box-shadow: 0 0 0 3px #0261ff;
          box-shadow: 0 0 0 3px #0261ff;
}

.rich-content-editor_pluginContainerMobile__2WM_0 {
  max-width: 100%;
}

.rich-content-editor_alignLeft__1MJMO {
  float: left;
  z-index: 1;
}

.rich-content-editor_alignLeft__1MJMO:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  margin-right: 40px;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .rich-content-editor_alignLeft__1MJMO:not(.rich-content-editor_textWrapNowrap__2uvK8) {
    margin-left: 5%;
  }
}

.rich-content-editor_alignCenter__2hFt2 {
  display: block;
}

.rich-content-editor_alignCenter__2hFt2:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  margin-left: auto;
  margin-right: auto;
}

.rich-content-editor_alignRight__1lgJs {
  float: right;
  z-index: 1;
}

.rich-content-editor_alignRight__1lgJs:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  margin-left: 40px;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .rich-content-editor_alignRight__1lgJs:not(.rich-content-editor_textWrapNowrap__2uvK8) {
    margin-right: 5%;
  }
}

.rich-content-editor_sizeFullWidth__CrZXM,
.rich-content-editor_textWrapNowrap__2uvK8 {
  width: 100%;
}

.rich-content-editor_sizeContent__2qmLR:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  max-width: 100%;
  margin: 0 auto;
}

.rich-content-editor_sizeSmall__1jCvZ:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  width: 350px;
}

.rich-content-editor_sizeSmallCenter__4qPAF:not(.rich-content-editor_textWrapNowrap__2uvK8) {
  width: 350px;
  margin: 0 auto;
}

.rich-content-editor_panelContainer__1E2rR {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  background: #fff;
  color: #757575;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px 1px #dcdcdc;
          box-shadow: 1px 1px 3px 1px #dcdcdc;
}

.ReactModal__Body--open {
  overflow-y: hidden;
}

.ReactModal__Content {
  font-weight: 300;
  direction: ltr;
}

.rich-content-editor_isImage__sao9C {
  text-decoration: none;
  color: #333;
}

.rich-content-editor_anchor__p2mZq {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.glob_fontElementMap,
.ReactModalPortal,
.rich-content-editor_fontElementMap__2X1ls,
.rich-content-editor_panelContainer__1E2rR,
.rich-content-editor_pluginContainer__3NnBy,
.rich-content-editor_pluginContainerReadOnly__1HLi3,
.rich-content-editor_wrapper__LG3cc {
  font-family: Helvetica;
}

.rich-content-editor_wrapper__LG3cc {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rich-content-editor_wrapper__LG3cc * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rich-content-editor_wrapper__LG3cc.rich-content-editor_desktop__1LOTO .rich-content-editor_editor__Tux6h .DraftEditor-root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rich-content-editor_wrapper__LG3cc.rich-content-editor_desktop__1LOTO .rich-content-editor_editor__Tux6h .DraftEditor-root:after {
  content: "";
  display: table;
  clear: both;
}

.rich-content-editor_wrapper__LG3cc.rich-content-editor_desktop__1LOTO .rich-content-editor_editor__Tux6h .public-DraftEditorPlaceholder-root {
  margin: 0;
}

.rich-content-editor_editor__Tux6h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: #212121;
}

.rich-content-editor_editor__Tux6h:after {
  content: "";
  display: table;
  clear: both;
}

.rich-content-editor_atomic__3Ecss {
  margin: 2px 0;
}

.rich-content-editor_block__3Bzge + .rich-content-editor_block__3Bzge,
.rich-content-editor_toolbar__1g9ew {
  margin-top: 20px;
}

.rich-content-editor_elementSpacing__2hXa7 {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .rich-content-editor_elementSpacing__2hXa7 {
    margin: 0;
  }
}

.rich-content-editor_blockStyleSpacing__j7VHc {
  margin: 15px 18px;
}

@media only screen and (max-width: 640px) {
  .rich-content-editor_blockStyleSpacing__j7VHc {
    margin: 15px calc((18px + 10% /2));
  }
}

.rich-content-editor_text__jwLWP:empty {
  height: 24px;
}

.rich-content-editor_left__3igFy > * {
  text-align: left !important;
}

.rich-content-editor_center__1qhtU > * {
  text-align: center !important;
}

.rich-content-editor_right__2jtij > * {
  text-align: right !important;
}

.rich-content-editor_justify__c1DFJ > * {
  white-space: pre-line !important;
  text-align: justify !important;
}

.rich-content-editor_quote__pjZF7 {
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 0 6px 18px;
  font-style: normal;
}

.rich-content-editor_headerOne__34qUI,
.rich-content-editor_headerThree__1pddf,
.rich-content-editor_headerTwo__6PM_v {
  font: inherit;
}

.rich-content-editor_headerOne__34qUI {
  font-size: 32px;
  line-height: 42px;
}

.rich-content-editor_headerTwo__6PM_v {
  font-size: 28px;
  line-height: 36px;
}

.rich-content-editor_headerThree__1pddf {
  font-size: 22px;
  line-height: 30px;
}

.rich-content-editor_indent__3Ktib {
  text-indent: 5%;
}

.rich-content-editor_code__2b0WX,
.rich-content-editor_codeBlock__yFBFi {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Inconsolata,Menlo,Consolas,monospace;
  font-size: 16px;
  line-height: 26px;
  padding: 2px 25px;
  white-space: pre-wrap;
}

.rich-content-editor_transformed__20neQ {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.side-toolbar-wrapper_sideToolbarWrapper__Uw7ze {
  position: absolute;
  z-index: 3;
}

.mobile-toolbar-button_mobileToolbarButton_wrapper__h9v9v {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12vw;
          flex: 0 0 12vw;
  text-align: center;
  padding: 0 !important;
  margin-right: 0 !important;
}

.mobile-toolbar-button_mobileToolbarButton__1CJem {
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
}

.mobile-toolbar-button_mobileToolbarButton_icon__3Xm-h {
  width: 50%;
  margin: 0 auto;
}

.footer-toolbar_footerToolbar__tfFfS {
  height: 52px;
  margin-top: 60px;
}

.footer-toolbar_footerToolbar_buttons__2E527 {
  height: 100%;
  padding: 0;
  overflow: initial;
}

.footer-toolbar_footerToolbar_scrollableContainer__18O3S {
  width: 100%;
  padding: 90px 0;
  margin: -90px 0;
  pointer-events: none;
}

.footer-toolbar_footerToolbar_scrollableContainer__18O3S > * {
  pointer-events: auto;
}

.side-toolbar_sideToolbar_floatingContainer__1guAn {
  position: relative;
}

.side-toolbar_sideToolbar_floatingIcon__210ya {
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 25px;
  width: 25px;
  line-height: normal;
  text-align: center;
}

.side-toolbar_sideToolbar_floatingIcon__210ya svg {
  fill: #757575;
}

.side-toolbar_sideToolbar_floatingIcon__210ya:hover svg {
  fill: #0261ff;
}

.side-toolbar_sideToolbar__20iMo {
  position: absolute;
  top: -15px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #757575;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 6px;
  padding: 9px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.inline-toolbar-button_inlineToolbarButton_wrapper__18wya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-right: 10px;
}

.inline-toolbar-button_inlineToolbarButton_wrapper__18wya:last-child {
  margin-right: 0;
}

.inline-toolbar-button_inlineToolbarButton__wowCj {
  background: transparent;
  color: #333;
  padding: 5px;
  border: 0 none;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.inline-toolbar-button_inlineToolbarButton__wowCj:focus,
.inline-toolbar-button_inlineToolbarButton__wowCj:hover {
  outline: 0;
  color: #0261ff;
}

.inline-toolbar-button_inlineToolbarButton_icon__ciwIA {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  color: #333;
}

.inline-toolbar-button_inlineToolbarButton_icon__ciwIA svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.inline-toolbar-button_inlineToolbarButton_active__1TdDN,
.inline-toolbar-button_inlineToolbarButton_icon__ciwIA:hover {
  color: #0261ff;
}

.inline-toolbar-button_inlineToolbarButton_active__1TdDN svg,
.inline-toolbar-button_inlineToolbarButton_icon__ciwIA:hover svg {
  fill: currentColor;
}

.static-toolbar_staticToolbar__3gq3m {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  direction: ltr;
  position: relative;
}

.static-toolbar_staticToolbar_scrollableContainer__1R64m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 90px 9px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.static-toolbar_staticToolbar_scrollableContainer__1R64m.static-toolbar_mobile__Ynekp {
  padding: 0 9px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.static-toolbar_staticToolbar_scrollableContainer__1R64m::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.static-toolbar_staticToolbar_buttons__3v2NX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.static-toolbar_staticToolbar_responsiveArrow__1O9k1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: -9px;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  border-left: 1px solid #ededed;
}

.static-toolbar_staticToolbar_responsiveArrow__1O9k1 > i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
}

.static-toolbar_staticToolbar_responsiveArrowLeft_icon__qrdQc {
  margin-right: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.static-toolbar_staticToolbar_responsiveArrowRight_icon__bw-tj {
  margin-right: 3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.static-toolbar_staticToolbar_extend__3wCla {
  outline: none;
}

.inline-toolbar_inlineToolbar__1K5Ng {
  min-height: 50px;
  left: 50%;
  -webkit-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
  position: absolute;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 6px;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  direction: ltr;
}

.inline-toolbar_inlineToolbar_buttons__wmJwt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-toolbar_inlineToolbar_overrideContent__1g61M {
  height: auto;
  padding: 0;
}

.inline-toolbar_inlineToolbar_responsiveArrow__3GHWr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  border-left: 1px solid #ededed;
}

.inline-toolbar_inlineToolbar_responsiveArrow__3GHWr > i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
}

.inline-toolbar_inlineToolbar_responsiveArrowLeft_icon__25E0M {
  margin-right: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inline-toolbar_inlineToolbar_responsiveArrowRight_icon__1PYlf {
  margin-right: 3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.inline-toolbar_inlineToolbar_scrollableContainer__21X8p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 90px 19px;
  margin: -90px 0;
  pointer-events: none;
  scroll-behavior: smooth;
}

.inline-toolbar_inlineToolbar_scrollableContainer__21X8p > * {
  pointer-events: auto;
}

.inline-toolbar_inlineToolbar_scrollableContainer__21X8p.inline-toolbar_mobile__5XkBC {
  pointer-events: auto;
  padding: 0 10px;
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.inline-toolbar_inlineToolbar_scrollableContainer__21X8p::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.inline-toolbar_inlineToolbar_extend__2tEt_ {
  border-top: 1px solid #ededed;
}

@media only screen and (max-width: 640px) {
  .inline-toolbar_inlineToolbar_buttons__wmJwt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
  }

  .inline-toolbar_inlineToolbar_buttons__wmJwt .inline-toolbar_inlineToolbar_responsiveArrow__3GHWr,
  .inline-toolbar_inlineToolbar_buttons__wmJwt .inline-toolbar_inlineToolbar_responsiveSpacer__1JOyT {
    display: block;
  }
}


.image-viewer_imageContainer__1Lhwj {
  display: block;
  position: relative;
  overflow: hidden;
}

.image-viewer_imageWrapper__xdJBZ {
  overflow: hidden;
}

.image-viewer_image__1Fjtc {
  display: block;
  width: 100%;
}

.image-viewer_imageOverlay__3p376 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.image-viewer_imageCaption__3ULLf {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  line-height: 21px;
}

.image-viewer_imagePreload__2E02D {
  position: relative;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.image-viewer_imageHighres__2lDdg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

@-webkit-keyframes image-viewer_image_loading__3M3kr {
  0% {
    width: 5%;
    left: -5%;
  }

  50% {
    width: 50%;
    left: 25%;
  }

  to {
    width: 5%;
    left: 100%;
  }
}

@keyframes image-viewer_image_loading__3M3kr {
  0% {
    width: 5%;
    left: -5%;
  }

  50% {
    width: 50%;
    left: 25%;
  }

  to {
    width: 5%;
    left: 100%;
  }
}

.image-settings_imageSettings__29ce- {
  position: absolute;
  left: 0;
  right: 0;
  color: #333;
  background: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.image-settings_imageSettingsTitle__2ZYyN {
  position: fixed;
  margin: 46px 0 27px 30px;
  font-size: 18px;
}

.image-settings_imageSettingsImage__3z81J {
  width: 100%;
  height: 240px;
  background-color: rgba(51, 51, 51, 0.1);
}

.image-settings_imageSettingsSection__2kioI {
  padding: 20px 30px 0;
  font-size: 14px;
}

.image-settings_imageSettings_scrollContainer__h-2Yy {
  height: calc(1 - $FOOTER_HEIGHT);
  margin: 100px auto;
  width: 100%;
}

.image-settings_imageSettings_mobile__2qIzj {
  margin: 0 auto;
}

.image-settings_imageSettings_footer__wyXP3 {
  z-index: 6;
}

.image-settings_imageSettings_hidden__2KnlO {
  visibility: hidden;
}

.image-settings-mobile-header_imageSettingsMobileHeader_header__Man1g {
  display: block;
  padding: 0 9px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4990e2;
  z-index: 5;
}

.image-settings-mobile-header_imageSettingsMobileHeader_headerPlaceholder__SmP2H {
  display: block;
  position: relative;
  width: 100vw;
  height: 50px;
  background: transparent;
}

.image-settings-mobile-header_imageSettingsMobileHeader_button__1WvLm {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 9px;
  background-color: transparent;
  border: none;
}

.image-settings-mobile-header_imageSettingsMobileHeader_menuIcon__295QV {
  float: right;
}

.image-settings-mobile-header_imageSettingsMobileHeader_menuIcon__295QV svg {
  width: 20px;
  margin: 6px 0 -6px;
}

.image-settings-mobile-header_imageSettingsMobileHeader_menuIcon__295QV svg path {
  fill: #fff;
}

.image-settings-mobile-header_imageSettingsMobileHeader_menu__7ZgMo {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 6;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #ededed;
          box-shadow: 0 0 0 1px #ededed;
  padding: 0 18px;
  border-width: 4px 0;
  border-color: #fff;
  line-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.image-settings-mobile-header_imageSettingsMobileHeader_menu__7ZgMo:hover {
  background: 4990e2;
  color: #fff;
}

.image-settings-mobile-header_imageSettingsMobileHeader_done__2b4yi {
  float: right;
}

.image-settings-mobile-header_imageSettingsMobileHeader_cancel__rnzOS {
  float: left;
}


.link-viewer_link__2qJYG {
  color: #0261ff;
}


.mentions_mention__qEBm1,
.mentions_mention__qEBm1:visited {
  color: #575f67;
  cursor: pointer;
  display: inline-block;
  background: #e6f3ff;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  text-decoration: none;
}

.mentions_mention__qEBm1:focus,
.mentions_mention__qEBm1:hover {
  color: #677584;
  background: #edf5fd;
  outline: 0;
}

.mentions_mention__qEBm1:active {
  color: #222;
  background: #455261;
}

.mentions_mentionDisabled__3TQVN {
  color: inherit;
  background: inherit;
}

.mentions_mentionSuggestionsEntry__10KNp {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}

.mentions_mentionSuggestionsEntry__10KNp:active {
  background-color: #cce7ff;
}

.mentions_mentionSuggestionsEntryFocused__1i8p7 {
  padding: 5px 10px;
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6f3ff;
}

.mentions_mentionSuggestionsEntryText__3RnRq {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 368px;
  font-size: 14px;
}

.mentions_mentionSuggestionsEntryAvatar__288xU {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.mentions_mentionSuggestions__PkgjY {
  border: 1px solid #eee;
  margin-top: 7px;
  position: absolute;
  min-width: 220px;
  max-width: 440px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 30px 0 #dcdcdc;
          box-shadow: 0 4px 30px 0 #dcdcdc;
  cursor: pointer;
  padding: 8px 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
}


.video-viewer_video_player__o56NN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}

.video-viewer_video_container__F25pT {
  position: relative;
  overflow: hidden;
  min-width: 350px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

@media only screen and (max-width: 640px) {
  .video-viewer_video_container__F25pT {
    min-width: auto;
  }
}

.video-url-input-modal_container__2YsM4 {
  padding: 50px 60px 60px;
}

@media only screen and (max-width: 640px) {
  .video-url-input-modal_container__2YsM4 {
    padding: 24px 18px 30px;
  }
}

.video-url-input-modal_closeIcon__2SW41 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  cursor: pointer;
}

.video-url-input-modal_cameraIcon__3A05K {
  width: 18px;
}

.video-url-input-modal_errorIcon__3o3Dc {
  width: 13px;
}

.video-url-input-modal_header__3B5MT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-url-input-modal_header_text__2r_Fq {
  font-size: 16px;
}

.video-url-input-modal_header_icon__1lliQ {
  margin-right: 11px;
}

.video-url-input-modal_videoUrlInputModal_textInput__1PfMV {
  margin: 18px 0 24px;
}

.video-url-input-modal_modal_footer__1pw24 {
  border: none !important;
  padding: 0 !important;
  height: 36px !important;
}

.default-video-styles_video_player__BANNx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}

.default-video-styles_video_container__3S6M7 {
  position: relative;
  overflow: hidden;
  min-width: 350px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

@media only screen and (max-width: 640px) {
  .default-video-styles_video_container__3S6M7 {
    min-width: auto;
  }
}

.default-video-styles_video_overlay__1zQca {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.default-video-styles_video_overlay_message__36fcK {
  position: absolute;
  top: 38%;
  left: 50%;
  margin-left: -134px;
  color: #e6e6e6;
  font-size: 12px;
}


.highlighting-theme_cdata__JL0i_,
.highlighting-theme_comment__2zczp,
.highlighting-theme_doctype__vaDeC,
.highlighting-theme_prolog__2jvNz {
  color: #898ea4;
}

.highlighting-theme_punctuation__3YD8l {
  color: #5e6687;
}

.highlighting-theme_namespace__2y2gw {
  opacity: .7;
}

.highlighting-theme_boolean__17UJV,
.highlighting-theme_number__3iTB1,
.highlighting-theme_operator__2jzgH {
  color: #c76b29;
}

.highlighting-theme_property__175c5 {
  color: #c08b30;
}

.highlighting-theme_tag__qPGXG {
  color: #3d8fd1;
}

.highlighting-theme_string__L_xhj {
  color: #22a2c9;
}

.highlighting-theme_selector__f4dmX {
  color: #6679cc;
}

.highlighting-theme_attr-name__14kSf {
  color: #c76b29;
}

.highlighting-theme_entity__7xxQw,
.highlighting-theme_language-css__3zzFe .highlighting-theme_string__L_xhj,
.highlighting-theme_style__2IfOi .highlighting-theme_string__L_xhj,
.highlighting-theme_url__2c7DC {
  color: #22a2c9;
}

.highlighting-theme_attr-value__1NfyJ,
.highlighting-theme_control__1x_Jg,
.highlighting-theme_directive__2emAu,
.highlighting-theme_keyword__3ovq0,
.highlighting-theme_unit__Ib7s2 {
  color: #ac9739;
}

.highlighting-theme_atrule__3Qvix,
.highlighting-theme_regex__3G_D2,
.highlighting-theme_statement__3FK1t {
  color: #22a2c9;
}

.highlighting-theme_placeholder__3cFQ7,
.highlighting-theme_variable__1o4GH {
  color: #3d8fd1;
}

.highlighting-theme_deleted__1_xbf {
  text-decoration: line-through;
}

.highlighting-theme_inserted__sjqYJ {
  border-bottom: 1px dotted #202746;
  text-decoration: none;
}

.highlighting-theme_italic__dIwL7 {
  font-style: italic;
}

.highlighting-theme_bold__1JU_M,
.highlighting-theme_important__3bhqB {
  font-weight: 700;
}

.highlighting-theme_important__3bhqB {
  color: #c94922;
}

.highlighting-theme_entity__7xxQw {
  cursor: help;
}


.hashtag_hashtag__1fYLo {
  color: #0261ff;
  text-decoration: none;
}

.hashtag_hashtag_hover__2N2cN:hover {
  text-decoration: underline;
}



/*# sourceMappingURL=forum.css.map*/