.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.BurstButton {
  display: inline-block;
  position: relative;
  padding: calc(1.375rem + 1.5px) 2rem;
  min-width: 5rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.25;
  text-decoration: none;
  background-color: #1bb580;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.BurstButton:hover:not(.disabled):not(.loading):not(.done):not(.error) {
  background-color: #48c399;
}
.BurstButton.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.BurstButton.error {
  background-color: #ef4e51;
}
.BurstButton.loading {
  cursor: not-allowed;
}
.BurstButton.loading .default-label {
  opacity: 0;
}
.BurstButton.loading .loading-label {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.BurstButton.done {
  cursor: not-allowed;
}
.BurstButton.done .default-label {
  -webkit-animation: animateLabel 1.75s ease forwards;
          animation: animateLabel 1.75s ease forwards;
}
.BurstButton.done .done-label {
  -webkit-animation: animateDoneLabel 1.75s ease forwards;
          animation: animateDoneLabel 1.75s ease forwards;
}
.BurstButton.done .circle1,
.BurstButton.done .circle2 {
  -webkit-animation: animateCircle 1.35s cubic-bezier(0.1, 0, 0.1, 1) forwards;
          animation: animateCircle 1.35s cubic-bezier(0.1, 0, 0.1, 1) forwards;
}
.BurstButton__animation-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
}
.BurstButton__animation-circle.circle1 {
  background-color: rgba(255,255,255,0.4);
}
.BurstButton__animation-circle.circle2 {
  background-color: #1bb580;
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}
.BurstButton__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.BurstButton__label.loading-label,
.BurstButton__label.done-label {
  opacity: 0;
}
@-webkit-keyframes animateLabel {
  0%, 80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateLabel {
  0%, 80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animateDoneLabel {
  0%, 10%, 85%, 100% {
    opacity: 0;
  }
  25%, 70% {
    opacity: 1;
  }
}
@keyframes animateDoneLabel {
  0%, 10%, 85%, 100% {
    opacity: 0;
  }
  25%, 70% {
    opacity: 1;
  }
}
@-webkit-keyframes animateCircle {
  0% {
    height: 0;
    width: 0;
  }
  100% {
    height: 140px;
    width: 140px;
  }
}
@keyframes animateCircle {
  0% {
    height: 0;
    width: 0;
  }
  100% {
    height: 140px;
    width: 140px;
  }
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.CmsIframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CmsIframe__iframe-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.DeviceEmulationControls .SuiTab {
  color: #fff;
  opacity: 0.2;
  padding: 0;
  line-height: 1;
}
.DeviceEmulationControls .SuiTab--active {
  opacity: 1;
}
.DeviceEmulationControls .SuiTab::after {
  display: none;
}
.DeviceEmulationControls .SuiTab:hover button {
  color: #f9f9f9;
}
.DeviceEmulationControls .react-svg {
  height: 1rem;
  width: 1rem;
}
.DeviceEmulationControls .SuiButton-content {
  padding: 0.5rem !important;
}
.CmsSidebarTabs {
  width: 18em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.CmsSidebarTabs__tabs {
  width: 70%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.Workspace {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
  width: 100%;
}
.Workspace .WorkspaceTopbar,
.Workspace .WorkspaceContent,
.Workspace .WorkspaceSidebar,
.Workspace .WorkspacePreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Workspace .WorkspaceTopbar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 63px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Workspace .WorkspaceContent {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Workspace .WorkspaceSidebar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  width: 100%;
  max-width: 300px;
}
.Workspace .WorkspaceLoaderOverlay {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.Workspace--has-sidebar .WorkspaceTopbar,
.Workspace--has-sidebar .WorkspaceContent {
  width: calc(100% - 300px);
}
.WorkspaceTopbar {
  color: #fff;
  background-color: #373737;
  height: 63px;
  padding: 0 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.WorkspaceTopbar--light-mode {
  color: #202020;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
          box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.WorkspaceTopbar--light-mode .WorkspaceTopbarTitle {
  color: #202020;
}
.WorkspaceTopbarTitle {
  color: #fff;
  text-align: left;
  margin-right: auto;
}
.WorkspaceTopbarTitle__headline__subtitle {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.WorkspaceTopbarTitle__headline__title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.WorkspaceSidebar {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
          box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.WorkspaceSidebar__content-wrapper {
  width: 100%;
}
.WorkspaceSidebarTopSection {
  padding: 0 1rem;
  height: 63px;
  background-color: #fff;
}
.WorkspaceSidebarSection {
  margin: 0 1rem;
  padding: 1rem 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
}
.WorkspaceSidebarSection:last-child {
  border-bottom: none;
}
.WorkspaceSidebarSection__label {
  padding-bottom: 1rem;
}
.WorkspaceFullScreenTransition {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.WorkspaceTopbarSaveButton {
  min-width: 7rem;
}
.WorkspacePreview__topbar {
  z-index: 2;
}
.WorkspacePreview__topbar-container {
  width: 100%;
}
.WorkspaceTopbarDropdown {
  background-color: rgba(255,255,255,0.2);
  min-width: 16rem;
  cursor: pointer;
  -webkit-transition: background-color 100ms;
  -o-transition: background-color 100ms;
  transition: background-color 100ms;
}
.WorkspaceTopbarDropdown:hover {
  background-color: rgba(255,255,255,0.4);
}
.WorkspaceTopbarDropdown__hidden-dropdown {
  opacity: 0;
  height: 0;
}
.WorkspaceTopbarDropdown .WorkspaceTopbarTitle {
  margin: 0;
}
.WorkspaceTopbarDropdown__fake-dropdown {
  padding: 0.5rem 1rem;
}
.TopbarWithCmsSidebarTabs {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; /* Needed to ensure consistent `em` sizing */
  height: 63px;
}
.TopbarWithCmsSidebarTabs__sidebar_tabs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.TopbarWithCmsSidebarTabs .WorkspaceTopbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.PaginatedSearchDropdown .SuiScrollContainer.SuiInfiniteScroll {
  max-height: calc(30vh - 1px);
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.AutocompleteSuiChipsInput__menu .SuiScrollContainer {
  max-height: 11rem;
  overflow: auto;
}
.AutocompleteSuiChipsInput__menu .SuiMenu-popover-content {
  max-height: none;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.ContactRow__data-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ContactRow__name {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1.25;
  letter-spacing: 0.3px;
  font-size: 0.75rem;
  color: #202020;
}
.ContactRow__subheadline {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.3px;
  font-size: 0.75rem;
  color: #595959;
}
.ContactRow__avatar-wrapper {
  margin-right: 0.75rem;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.ColorPicker__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ColorPicker__container:not(:first-child) {
  margin-left: 0.5rem;
}
.ColorPicker__container:only-child {
  margin: 0;
}
.ColorPicker__selector {
  text-align: center;
  padding: 0.25rem;
  border: 1px solid #fff;
  border-radius: 4px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
}
.ColorPicker__selector:focus {
  outline: 0;
}
.ColorPicker__selector--color {
  height: 2rem;
  border: 1px solid #ececec;
}
.ColorPicker__selector .labeled {
  margin-bottom: 0.5rem;
}
.ColorPicker__selector--label {
  padding: 0 !important;
  color: #c6c6c6;
  font-size: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ColorPickerPopover__container {
  margin: 0.25rem;
  background-color: #fff;
  padding: 0.25rem;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
}
.ColorPickerPopover__header {
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ColorPickerPopover__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.25rem;
}
.ColorPickerPopover__body--color-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid;
}
.ColorPickerPopover__body--color-button:focus {
  outline: 0;
}
.ColorPickerPopover__body .selected {
  -webkit-box-shadow: 0px 0px 0px 2px #4c5def;
          box-shadow: 0px 0px 0px 2px #4c5def;
}
.ColorPickerPopover__color-block {
  margin: 1px;
}
.ColorPickerEditor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ColorPickerEditor .PopoverAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.FontPickerEditor--complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
}
.FontPickerEditor--complete .PopoverAnchor {
  width: 75%;
}
.FontPickerEditor--complete .PopoverAnchor:first-child {
  margin-right: 0.5rem;
}
.FontPickerEditor--complete .FontSizePicker__data-container {
  width: 25%;
}
.FontPickerEditor--complete .FontSizePicker__container {
  height: 100%;
}
.FontFamilyPickerPopover {
  border: 1px solid #ececec;
}
.FontFamilyPickerPopover__content {
  background: #fff;
  outline: 0;
  width: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FontFamilyPickerPopover__content:hover,
.FontFamilyPickerPopover__content:focus {
  background-color: #f9f9f9;
}
.FontFamilyPickerPopover__content:hover .FontFamilyPickerOption__container,
.FontFamilyPickerPopover__content:focus .FontFamilyPickerOption__container {
  background-color: #f9f9f9;
}
.FontFamilyPickerOption__container {
  background-color: #fff;
  padding: 0.75rem;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}
.FontFamilyPickerOption__container p {
  text-align: left;
  font-size: small;
  width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.25;
}
.FontFamilyPicker__container {
  width: 100%;
}
.FontFamilyPicker__container .SuiField__current {
  padding-right: 0.5rem;
  width: 100%;
}
.FontFamilyPicker__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  background-color: inherit;
  padding: 0;
  outline: 0;
  border: 0;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
.UpsellModal {
  text-align: center;
}
.UpsellModal h2 {
  padding: 1rem 0;
}
.UpsellModal p {
  color: #595959;
  white-space: pre-wrap;
  margin: auto;
  line-height: 1.5;
}
.UpsellModal img {
  padding: 3rem;
}

.transition-fade {
  opacity: 0;
  -webkit-transition: opacity linear 150ms;
  -o-transition: opacity linear 150ms;
  transition: opacity linear 150ms;
}
.transition-fade-entered {
  opacity: 1;
}
.transition-fade-exiting,
.transition-fade-exited {
  opacity: 0;
}
/*
    Use these mixins for styling your workspace if needed
*/
.CmsIframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CmsIframe__iframe-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.DeviceEmulationControls .SuiTab {
  color: #fff;
  opacity: 0.2;
  padding: 0;
  line-height: 1;
}
.DeviceEmulationControls .SuiTab--active {
  opacity: 1;
}
.DeviceEmulationControls .SuiTab::after {
  display: none;
}
.DeviceEmulationControls .SuiTab:hover button {
  color: #f9f9f9;
}
.DeviceEmulationControls .react-svg {
  height: 1rem;
  width: 1rem;
}
.DeviceEmulationControls .SuiButton-content {
  padding: 0.5rem !important;
}


/*# sourceMappingURL=common.bada6e7c.css.map*/