/* @tailwind base; */
/* @tailwind components; */
/* @tailwind utilities; */
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-wrap {
  flex-wrap: wrap;
}
.border {
  border-width: 1px;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --background: #ffffff;
  --foreground: #171717;

  --Color-Neutral-1: #e9edf1;

  /* Primitive */
  --Color-Primitive-Gray-50: #eeeff0;
  --Color-Primitive-Gray-100: #ced1d5;
  --Color-Primitive-Gray-200: #b6bbc0;
  --Color-Primitive-Gray-300: #949ca3;
  --Color-Primitive-Gray-400: #808991;
  --Color-Primitive-Gray-500: #606b76;
  --Color-Primitive-Gray-600: #57616b;
  --Color-Primitive-Gray-700: #444c54;
  --Color-Primitive-Gray-800: #353b41;
  --Color-Primitive-Gray-900: #282d32;
  --Color-Primitive-White: #ffffff;
  --Color-Primitive-Black: #000000;
  --Color-Primitive-Green-50: #eaf6f4;
  --Color-Primitive-Green-100: #bee3dd;
  --Color-Primitive-Green-200: #9ed6cc;
  --Color-Primitive-Green-300: #72c3b5;
  --Color-Primitive-Green-400: #56b7a7;
  --Color-Primitive-Green-500: #2ca591;
  --Color-Primitive-Green-600: #289684;
  --Color-Primitive-Green-700: #1f7567;
  --Color-Primitive-Green-800: #185b50;
  --Color-Primitive-Green-900: #12453d;
  --Color-Primitive-Red-50: #fdf0f1;
  --Color-Primitive-Red-100: #f9d0d2;
  --Color-Primitive-Red-200: #f6b9bc;
  --Color-Primitive-Red-300: #f2989e;
  --Color-Primitive-Red-400: #f0858b;
  --Color-Primitive-Red-500: #ec666e;
  --Color-Primitive-Red-600: #d75d64;
  --Color-Primitive-Red-700: #a8484e;
  --Color-Primitive-Red-800: #82383d;
  --Color-Primitive-Red-900: #632b2e;
  --Color-Primitive-White-Alpha-50: #ffffff0c;
  --Color-Primitive-White-Alpha-100: #ffffff19;
  --Color-Primitive-White-Alpha-200: #ffffff33;
  --Color-Primitive-White-Alpha-300: #ffffff4c;
  --Color-Primitive-White-Alpha-400: #ffffff66;
  --Color-Primitive-White-Alpha-500: #ffffff7f;
  --Color-Primitive-White-Alpha-600: #ffffff99;
  --Color-Primitive-White-Alpha-700: #ffffffb2;
  --Color-Primitive-White-Alpha-800: #ffffffcc;
  --Color-Primitive-White-Alpha-900: #ffffffe5;
  --Color-Primitive-Black-Alpha-50: #00000011;
  --Color-Primitive-Black-Alpha-100: #00000019;
  --Color-Primitive-Black-Alpha-200: #00000033;
  --Color-Primitive-Black-Alpha-300: #0000004c;
  --Color-Primitive-Black-Alpha-400: #00000066;
  --Color-Primitive-Black-Alpha-500: #0000007f;
  --Color-Primitive-Black-Alpha-600: #00000099;
  --Color-Primitive-Black-Alpha-700: #000000b2;
  --Color-Primitive-Black-Alpha-800: #000000cc;
  --Color-Primitive-Black-Alpha-900: #000000e5;
  --Color-Primitive-Blue-50: #ebf2fc;
  --Color-Primitive-Blue-100: #bfd8f4;
  --Color-Primitive-Blue-200: #a1c5ef;
  --Color-Primitive-Blue-300: #76aae8;
  --Color-Primitive-Blue-400: #5b99e3;
  --Color-Primitive-Blue-500: #3280dc;
  --Color-Primitive-Blue-600: #2e74c8;
  --Color-Primitive-Blue-700: #245b9c;
  --Color-Primitive-Blue-800: #1c4679;
  --Color-Primitive-Blue-900: #15365c;
  --Color-Primitive-Yellow-50: #fdf5e6;
  --Color-Primitive-Yellow-100: #f9dfb1;
  --Color-Primitive-Yellow-200: #f7cf8b;
  --Color-Primitive-Yellow-300: #f3b955;
  --Color-Primitive-Yellow-400: #f1ac35;
  --Color-Primitive-Yellow-500: #ed9702;
  --Color-Primitive-Yellow-600: #d88902;
  --Color-Primitive-Yellow-700: #a86b01;
  --Color-Primitive-Yellow-800: #825301;
  --Color-Primitive-Yellow-900: #643f01;
  --Color-Primitive-Gray-10: #f6f7f8;
  --Color-Primitive-Navy-50: #e8edf2;
  --Color-Primitive-Navy-100: #b9c6d5;
  --Color-Primitive-Navy-200: #97aac1;
  --Color-Primitive-Navy-300: #6783a5;
  --Color-Primitive-Navy-400: #496b94;
  --Color-Primitive-Navy-500: #1c4679;
  --Color-Primitive-Navy-600: #19406e;
  --Color-Primitive-Navy-700: #143256;
  --Color-Primitive-Navy-800: #0f2743;
  --Color-Primitive-Navy-900: #0c1d33;
  --Color-Primitive-Gray-5: #fafbfb;

  /* Semantic */
  --Color-Semantic-Primary-50: #ebf2fc;
  --Color-Semantic-Primary-100: #bfd8f4;
  --Color-Semantic-Primary-200: #a1c5ef;
  --Color-Semantic-Primary-300: #76aae8;
  --Color-Semantic-Primary-400: #5b99e3;
  --Color-Semantic-Primary-500: #3280dc;
  --Color-Semantic-Primary-600: #2e74c8;
  --Color-Semantic-Primary-700: #245b9c;
  --Color-Semantic-Primary-800: #1c4679;
  --Color-Semantic-Primary-900: #15365c;
  --Color-Semantic-Neutral-50: #eeeff0;
  --Color-Semantic-Neutral-100: #ced1d5;
  --Color-Semantic-Neutral-200: #b6bbc0;
  --Color-Semantic-Neutral-300: #949ca3;
  --Color-Semantic-Neutral-400: #808991;
  --Color-Semantic-Neutral-500: #606b76;
  --Color-Semantic-Neutral-600: #57616b;
  --Color-Semantic-Neutral-700: #444c54;
  --Color-Semantic-Neutral-800: #353b41;
  --Color-Semantic-Neutral-900: #282d32;
  --Color-Semantic-Info-50: #ebf2fc;
  --Color-Semantic-Info-100: #bfd8f4;
  --Color-Semantic-Info-200: #a1c5ef;
  --Color-Semantic-Info-300: #76aae8;
  --Color-Semantic-Info-400: #5b99e3;
  --Color-Semantic-Info-500: #3280dc;
  --Color-Semantic-Info-600: #2e74c8;
  --Color-Semantic-Info-700: #245b9c;
  --Color-Semantic-Info-800: #1c4679;
  --Color-Semantic-Info-900: #15365c;
  --Color-Semantic-Danger-50: #fdf0f1;
  --Color-Semantic-Danger-100: #f9d0d2;
  --Color-Semantic-Danger-200: #f6b9bc;
  --Color-Semantic-Danger-300: #f2989e;
  --Color-Semantic-Danger-400: #f0858b;
  --Color-Semantic-Danger-500: #ec666e;
  --Color-Semantic-Danger-600: #d75d64;
  --Color-Semantic-Danger-700: #a8484e;
  --Color-Semantic-Danger-800: #82383d;
  --Color-Semantic-Danger-900: #632b2e;
  --Color-Semantic-Success-50: #eaf6f4;
  --Color-Semantic-Success-100: #bee3dd;
  --Color-Semantic-Success-200: #9ed6cc;
  --Color-Semantic-Success-300: #72c3b5;
  --Color-Semantic-Success-400: #56b7a7;
  --Color-Semantic-Success-500: #2ca591;
  --Color-Semantic-Success-600: #289684;
  --Color-Semantic-Success-700: #1f7567;
  --Color-Semantic-Success-800: #185b50;
  --Color-Semantic-Success-900: #12453d;
  --Color-Semantic-Warning-50: #fdf5e6;
  --Color-Semantic-Warning-100: #f9dfb1;
  --Color-Semantic-Warning-200: #f7cf8b;
  --Color-Semantic-Warning-300: #f3b955;
  --Color-Semantic-Warning-400: #f1ac35;
  --Color-Semantic-Warning-500: #ed9702;
  --Color-Semantic-Warning-600: #d88902;
  --Color-Semantic-Warning-700: #a86b01;
  --Color-Semantic-Warning-800: #825301;
  --Color-Semantic-Warning-900: #643f01;
  --Color-Semantic-Secondary-50: #e8edf2;
  --Color-Semantic-Secondary-100: #b9c6d5;
  --Color-Semantic-Secondary-200: #97aac1;
  --Color-Semantic-Secondary-300: #6783a5;
  --Color-Semantic-Secondary-400: #496b94;
  --Color-Semantic-Secondary-500: #1c4679;
  --Color-Semantic-Secondary-600: #19406e;
  --Color-Semantic-Secondary-700: #143256;
  --Color-Semantic-Secondary-800: #0f2743;
  --Color-Semantic-Secondary-900: #0c1d33;
  --Color-Semantic-Interaction-50: #ebf2fc;
  --Color-Semantic-Interaction-100: #bfd8f4;
  --Color-Semantic-Interaction-200: #a1c5ef;
  --Color-Semantic-Interaction-300: #76aae8;
  --Color-Semantic-Interaction-400: #5b99e3;
  --Color-Semantic-Interaction-500: #3280dc;
  --Color-Semantic-Interaction-600: #2e74c8;
  --Color-Semantic-Interaction-700: #245b9c;
  --Color-Semantic-Interaction-800: #1c4679;
  --Color-Semantic-Interaction-900: #15365c;
  --Color-Semantic-Neutral-10: #f6f7f8;
  --Color-Semantic-Secondary-10: #f6f7f8;
  --Color-Semantic-Accent-50: #fdf0f1;
  --Color-Semantic-Accent-100: #f9d0d2;
  --Color-Semantic-Accent-200: #f6b9bc;
  --Color-Semantic-Accent-300: #f2989e;
  --Color-Semantic-Accent-400: #f0858b;
  --Color-Semantic-Accent-500: #ec666e;
  --Color-Semantic-Accent-600: #d75d64;
  --Color-Semantic-Accent-700: #a8484e;
  --Color-Semantic-Accent-800: #82383d;
  --Color-Semantic-Accent-900: #632b2e;

  /* Other */
  --Color-Functional-Background-Primary: #ffffff;
  --Color-Functional-Background-Secondary: #f6f7f8;
  --Color-Functional-Border-Neutral-High: #00000033;
  --Color-Functional-Border-Neutral-Middle: #00000019;
  --Color-Functional-Border-Neutral-Low: #00000011;
  --Color-Functional-Icon-Primary: #2e74c8;
  --Color-Functional-Icon-Neutral: #808991;
  --Color-Functional-Icon-Inverse: #ffffff;
  --Color-Functional-Border-Primary-High: #2e74c8;
  --Color-Functional-Border-Primary-Middle: #5b99e3;
  --Color-Functional-Border-Primary-Low: #a1c5ef;
  --Color-Functional-Icon-Disabled: #b6bbc0;
  --Color-Functional-Icon-Success: #289684;
  --Color-Functional-Icon-Danger: #d75d64;
  --Color-Functional-Border-Danger-High: #ec666e;
  --Color-Functional-Border-Danger-Middle: #f2989e;
  --Color-Functional-Border-Danger-Low: #f9d0d2;
  --Color-Functional-Border-Success-High: #289684;
  --Color-Functional-Border-Success-Middle: #56b7a7;
  --Color-Functional-Border-Success-Low: #9ed6cc;
  --Color-Functional-Icon-Secondary: #19406e;
  --Color-Functional-Icon-Info: #2e74c8;
  --Color-Functional-Border-Secondary-High: #6783a5;
  --Color-Functional-Border-Secondary-Middle: #b9c6d5;
  --Color-Functional-Border-Secondary-Low: #e8edf2;
  --Color-Functional-Border-Info-High: #3280dc;
  --Color-Functional-Border-Info-Middle: #76aae8;
  --Color-Functional-Border-Info-Low: #bfd8f4;
  --Color-Functional-Border-Warning-High: #ed9702;
  --Color-Functional-Border-Warning-Middle: #f3b955;
  --Color-Functional-Border-Warning-Low: #f9dfb1;
  --Color-Functional-Icon-Warning: #d88902;
  --Color-Functional-Border-Interaction-High: #3280dc;
  --Color-Functional-Border-Interaction-Middle: #76aae8;
  --Color-Functional-Border-Interaction-Low: #bfd8f4;
  --Color-Functional-Icon-Accent: #d75d64;
  --Color-Functional-Border-Accent-High: #ec666e;
  --Color-Functional-Border-Accent-Middle: #f2989e;
  --Color-Functional-Border-Accent-Low: #f9d0d2;
  --Color-Functional-Background-Thirtiary: #eeeff0;
  --Color-Functional-Background-Base: #f6f7f8;

  /* Surface */
  --Color-Functional-Surface-Primary-Fill: #3280dc;
  --Color-Functional-Surface-Primary-Light: #ebf2fc;
  --Color-Functional-Surface-Danger-Fill: #ec666e;
  --Color-Functional-Surface-Danger-Light: #fdf0f1;
  --Color-Functional-Surface-Success-Fill: #289684;
  --Color-Functional-Surface-Success-Light: #eaf6f4;
  --Color-Functional-Surface-Info-Fill: #3280dc;
  --Color-Functional-Surface-Info-Light: #ebf2fc;
  --Color-Functional-Surface-Secondary-Fill: #1c4679;
  --Color-Functional-Surface-Secondary-Light: #f6f7f8;
  --Color-Functional-Surface-Warning-Fill: #a86b01;
  --Color-Functional-Surface-Warning-Light: #fdf5e6;
  --Color-Functional-Surface-Interaction-Fill: #3280dc;
  --Color-Functional-Surface-Interaction-Light: #ebf2fc;
  --Color-Functional-Surface-Accent-Fill: #ec666e;
  --Color-Functional-Surface-Accent-Light: #fdf0f1;
  --Color-Functional-Surface-Base-Primary: #ffffff;
  --Color-Functional-Surface-Base-Secondary: #fafbfb;
  --Color-Functional-Surface-Base-Tertiary: #f6f7f8;

  /* Text */
  --Color-Functional-Text-Neutral-High: #282d32;
  --Color-Functional-Text-Neutral-Middle: #353b41;
  --Color-Functional-Text-Neutral-Low: #57616b;
  --Color-Functional-Text-Inverse-High: #ffffff;
  --Color-Functional-Text-Primary-High: #245b9c;
  --Color-Functional-Text-Primary-Middle: #2e74c8;
  --Color-Functional-Text-Primary-Low: #3280dc;
  --Color-Functional-Text-Neutral-Disabled: #b6bbc0;
  --Color-Functional-Text-Primary-Disabled: #a1c5ef;
  --Color-Functional-Text-Danger-High: #a8484e;
  --Color-Functional-Text-Danger-Middle: #d75d64;
  --Color-Functional-Text-Danger-Low: #ec666e;
  --Color-Functional-Text-Success-High: #1f7567;
  --Color-Functional-Text-Success-Middle: #289684;
  --Color-Functional-Text-Success-Low: #2ca591;
  --Color-Functional-Text-Success-Disabled: #9ed6cc;
  --Color-Functional-Text-Info-High: #245b9c;
  --Color-Functional-Text-Info-Middle: #2e74c8;
  --Color-Functional-Text-Info-Low: #3280dc;
  --Color-Functional-Text-Warning-High: #825301;
  --Color-Functional-Text-Warning-Middle: #a86b01;
  --Color-Functional-Text-Warning-Low: #d88902;
  --Color-Functional-Text-Interaction-High: #245b9c;
  --Color-Functional-Text-Interaction-Middle: #2e74c8;
  --Color-Functional-Text-Interaction-Low: #3280dc;
  --Color-Functional-Text-Danger-Disabled: #f6b9bc;
  --Color-Functional-Text-Info-Disabled: #a1c5ef;
  --Color-Functional-Text-Warning-Disabled: #f7cf8b;
  --Color-Functional-Text-Interaction-Disabled: #a1c5ef;
  --Color-Functional-Text-Secondary-High: #143256;
  --Color-Functional-Text-Secondary-Middle: #19406e;
  --Color-Functional-Text-Secondary-Low: #1c4679;
  --Color-Functional-Text-Secondary-Disabled: #97aac1;
  --Color-Functional-Text-Inverse-Middle: #ffffffe5;
  --Color-Functional-Text-Inverse-Low: #ffffffcc;
  --Color-Functional-Text-Inverse-Disabled: #ffffff7f;
  --Color-Functional-Text-Accent-High: #a8484e;
  --Color-Functional-Text-Accent-Middle: #d75d64;
  --Color-Functional-Text-Accent-Low: #ec666e;
  --Color-Functional-Text-Accent-Disabled: #f6b9bc;

  /* Characters sizes*/
  --Characters-12: 54px;
  --Characters-11: 48px;
  --Characters-10: 42px;
  --Characters-9: 36px;
  --Characters-8: 32px;
  --Characters-7: 28px;
  --Characters-6: 24px;
  --Characters-5: 20px;
  --Characters-4: 18px;
  --Characters-3: 16px;
  --Characters-2: 14px;
  --Characters-1: 12px;

  /* Font weight*/
  --Font-Weight-Thin: 100;
  --Font-Weight-Extra-Light: 200;
  --Font-Weight-Light: 300;
  --Font-Weight-Regular: 400;
  --Font-Weight-Medium: 500;
  --Font-Weight-Semi-Bold: 600;
  --Font-Weight-Bold: 700;
  --Font-Weight-Extra-Bold: 800;
  --Font-Weight-Heavy-Bold: 900;

  /* Line Height */
  --Line-Height-Heading: 1.5;
  --Line-Height-Body: 1.8;
  --Line-Height-Description: 1.7;
  --Line-Height-Note: 1.6;
  --Line-Height-Label: 1.2;

  /* Heading */
  h1.ant-typography {
    font-size: var(--Characters-6);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }
  h2.ant-typography {
    font-size: var(--Characters-5);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }
  h3.ant-typography {
    font-size: var(--Characters-4);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }
  h4.ant-typography {
    font-size: var(--Characters-3);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }
  h5.ant-typography {
    font-size: var(--Characters-2);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }
  h6.ant-typography {
    font-size: var(--Characters-1);
    font-weight: var(--Font-Weight-Bold);
    line-height: var(--Line-Height-Heading);
  }

  --Font-Inter: 'inter';
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  color: var(--foreground);
  background: var(--background);
  margin: 0;

  .ant-message-notice {
    padding: 0 !important;
  }

  .ant-message-notice-content {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

.ant-dropdown-menu {
  padding: 8px 0 !important;
  min-width: 227px;
}

.ant-dropdown-menu .ant-dropdown-menu-item-divider {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

.ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 8px 16px !important;
  line-height: 1.75 !important;
}

.ant-card-bordered {
  border-color: var(--Color-Functional-Border-Neutral-Low) !important;
}

.ant-splitter
  > .ant-splitter-bar
  .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger::before {
  background-color: rgba(206, 209, 213, 0.5);
}

.ant-form-horizontal .ant-form-item-control {
  gap: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* @layer utilities {
  .text-balance {
    text-wrap: balance;
  }
} */

/* FilterDropdownNew styles */
.filter-dropdown-new {
  .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
    padding: 8px 16px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.75;
  }

  .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title:hover {
    background: var(--Color-Semantic-Primary-50);
  }

  .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
    border-bottom: none;
  }
}

/* Target submenu dropdown menu */
.filter-dropdown-submenu {
  .ant-dropdown-menu {
    padding: 0 !important;

    .ant-dropdown-menu-item:hover {
      background-color: #fff;
      cursor: auto;
    }
  }

  .ant-dropdown-menu-item {
    padding: 0 !important;
  }
}

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.arx-container {
  box-sizing: border-box;
  border-radius: 2px;
}

.arx-bars-container {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  box-shadow:
    0 1px 3px rgba(0, 11, 29, 0.15),
    0 1px 2px rgba(0, 11, 29, 0.06);
}

.arx-bars-container.has-toolbar .arx-path,
.arx-bars-container.has-toolbar .arx-topbar {
  border-bottom: 1px solid rgba(0, 11, 29, 0.07);
}

.arx-bars-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.arx-pathbar-container {
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: rgba(255, 255, 255, 0.95);
}

.arx-toolbar-container {
  background-color: #fff;
}

.arx-source-container {
  display: none;
}

.arx-editor-container {
  background-color: #f5f5f6;
  border: 1px solid rgba(0, 11, 29, 0.12);
  position: relative;
  top: -1px;
}

.arx-statusbar {
  position: relative;
  top: -1px;
}

.arx-source,
.arx-source:focus,
.arx-source:hover {
  text-align: left;
  box-sizing: border-box;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #262f3f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  outline: 0;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  min-height: 60px;
  resize: vertical;
}

.arx-voice-label {
  display: none;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.arx-editor-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  background-color: rgba(0, 11, 29, 0.2);
}

.arx-editor-progress span {
  animation: progress-bar-stripes 2s linear infinite;
  content: '';
  display: block;
  min-height: 8px;
  width: 100%;
  height: 100%;
  background-color: #0058fb;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.arx-handle {
  cursor: move;
}

.arx-upload-remove {
  position: absolute;
  z-index: 3;
  top: -6px;
  right: -10px;
  cursor: pointer;
  text-decoration: none;
  background-color: #ff4f7f;
  color: #fff;
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.arx-upload-remove:after {
  content: '\00d7';
}

.arx-upload-remove:hover {
  background-color: #000b1d;
}

@font-face {
  font-family: ArticleEditor;
  src: url('data:application/x-font-ttf;charset=utf-8;base64,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')
    format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=' arx-icon-'],
[class^='arx-icon-'] {
  font-family: ArticleEditor !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arx-icon-background:before {
  content: '\e900';
}

.arx-icon-add:before {
  content: '\e901';
}

.arx-icon-align-center:before {
  content: '\e902';
}

.arx-icon-align-justify:before {
  content: '\e903';
}

.arx-icon-align-left:before {
  content: '\e904';
}

.arx-icon-align-right:before {
  content: '\e905';
}

.arx-icon-alignment:before {
  content: '\e906';
}

.arx-icon-bold:before {
  content: '\e907';
}

.arx-icon-border:before {
  content: '\e908';
}

.arx-icon-card:before {
  content: '\e909';
}

.arx-icon-check:before {
  content: '\e90a';
}

.arx-icon-close:before {
  content: '\e90b';
}

.arx-icon-code:before {
  content: '\e90c';
}

.arx-icon-deleted:before {
  content: '\e90d';
}

.arx-icon-desktop:before {
  content: '\e90e';
}

.arx-icon-down:before {
  content: '\e90f';
}

.arx-icon-duplicate:before {
  content: '\e910';
}

.arx-icon-edit:before {
  content: '\e911';
}

.arx-icon-embed:before {
  content: '\e912';
}

.arx-icon-format:before {
  content: '\e913';
}

.arx-icon-grid:before {
  content: '\e914';
}

.arx-icon-html:before {
  content: '\e915';
}

.arx-icon-image:before {
  content: '\e916';
}

.arx-icon-indent:before {
  content: '\e917';
}

.arx-icon-italic:before {
  content: '\e918';
}

.arx-icon-items:before {
  content: '\e919';
}

.arx-icon-layer:before {
  content: '\e91a';
}

.arx-icon-line:before {
  content: '\e91b';
}

.arx-icon-link:before {
  content: '\e91c';
}

.arx-icon-list:before {
  content: '\e91d';
}

.arx-icon-mobile:before {
  content: '\e91e';
}

.arx-button[data-name='add'] .arx-button-icon {
  background: #63b233;
  color: #fff;
}

.arx-icon-none:before {
  content: '\e91f';
}

.arx-icon-offset-left:before {
  content: '\e920';
}

.arx-icon-offset-right:before {
  content: '\e921';
}

.arx-icon-offset:before {
  content: '\e922';
}

.arx-icon-outdent:before {
  content: '\e923';
}

.arx-icon-outset-both:before {
  content: '\e924';
}

.arx-icon-outset-left:before {
  content: '\e925';
}

.arx-icon-outset-none:before {
  content: '\e926';
}

.arx-icon-outset-right:before {
  content: '\e927';
}

.arx-icon-outset:before {
  content: '\e928';
}

.arx-icon-paragraph:before {
  content: '\e929';
}

.arx-icon-quote:before {
  content: '\e92a';
}

.arx-icon-redo:before {
  content: '\e92b';
}

.arx-icon-shortcut:before {
  content: '\e92c';
}

.arx-icon-snippet:before {
  content: '\e92d';
}

.arx-icon-sort:before {
  content: '\e92e';
}

.arx-icon-table:before {
  content: '\e92f';
}

.arx-icon-template:before {
  content: '\e930';
}

.arx-icon-text-color:before {
  content: '\e931';
}

.arx-icon-text:before {
  content: '\e932';
}

.arx-icon-trash:before {
  content: '\e933';
}

.arx-icon-tune:before {
  content: '\e934';
}

.arx-icon-underline:before {
  content: '\e935';
}

.arx-icon-undo:before {
  content: '\e936';
}

.arx-icon-up:before {
  content: '\e937';
}

.arx-icon-upload:before {
  content: '\e938';
}

.arx-icon-valign-bottom:before {
  content: '\e939';
}

.arx-icon-valign-middle:before {
  content: '\e93a';
}

.arx-icon-valign-none:before {
  content: '\e93b';
}

.arx-icon-valign-top:before {
  content: '\e93c';
}

.arx-icon-valign:before {
  content: '\e93d';
}

.arx-tooltip {
  position: absolute;
  z-index: 99;
  margin: 0;
  padding: 4px 7px;
  border-radius: 2px;
  line-height: 1;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  background-color: #000b1d;
}

.arx-statusbar {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f6;
  box-sizing: border-box;
  border: none;
}

.arx-statusbar:empty {
  display: none;
}

.arx-statusbar-item {
  float: left;
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
  line-height: 16px;
  color: rgba(0, 11, 29, 0.5);
  border-right: 1px solid rgba(0, 11, 29, 0.1);
}

.arx-statusbar-item:last-child {
  border-right-color: transparent;
}

.arx-statusbar-item a {
  color: rgba(0, 11, 29, 0.5);
  text-decoration: underline;
}

.arx-statusbar-item a:hover {
  color: #ff4f7f;
  text-decoration: underline;
}

.arx-editor-frame {
  width: 100%;
  height: 0;
  border: none;
  background-color: #f5f5f6;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arx-editor-disabled {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.55);
  top: 0;
  left: 0;
}

.arx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  background: 0 0;
  outline: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.arx-button:hover {
  text-decoration: none;
}

.arx-button-icon {
  display: inline-flex;
}

.arx-button-icon svg {
  display: inline-block;
}

.arx-button-icon {
  width: 31px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid transparent;
}

.arx-button-toolbar {
  padding-top: 1px;
  width: 40px;
  min-width: 40px;
  height: 41px;
}

.arx-button-topbar {
  width: 32px;
  padding-top: 2px;
}

.arx-button-toolbar,
.arx-button-topbar {
  color: rgba(0, 11, 29, 0.8);
}

.arx-button-toolbar svg,
.arx-button-topbar svg {
  fill: rgba(0, 11, 29, 0.8);
}

.arx-button-toolbar.active .arx-button-icon,
.arx-button-topbar.active .arx-button-icon {
  border-color: #e4e8ed;
  background-color: rgba(228, 232, 237, 0.5);
}

.arx-button-toolbar.toggled,
.arx-button-topbar.toggled {
  background-color: #e4e8ed;
  color: #000b1d;
}

.arx-button-toolbar.toggled svg,
.arx-button-topbar.toggled svg {
  fill: #000b1d;
}

.arx-button-toolbar.disable,
.arx-button-toolbar.disable:hover,
.arx-button-topbar.disable,
.arx-button-topbar.disable:hover {
  cursor: default;
  background-color: transparent !important;
  color: rgba(0, 11, 29, 0.4) !important;
}

.arx-button-toolbar.disable svg,
.arx-button-topbar.disable svg {
  fill: rgba(0, 11, 29, 0.4) !important;
}

.arx-button-toolbar.disable .arx-button-icon,
.arx-button-topbar.disable .arx-button-icon {
  background-color: transparent !important;
  color: rgba(0, 11, 29, 0.4) !important;
}

.arx-button-toolbar:hover,
.arx-button-topbar:hover {
  transition: all 0.2s linear;
  background-color: #e4e8ed;
  color: #000b1d;
}

.arx-button-toolbar:hover svg,
.arx-button-topbar:hover svg {
  fill: #000b1d;
}

.arx-button-toolbar:hover .arx-button-icon,
.arx-button-topbar:hover .arx-button-icon {
  border-color: transparent;
}

.arx-button-control {
  width: 24px;
  height: 28px;
  font-size: 13px;
  line-height: 1;
  background-color: transparent;
  color: rgba(0, 11, 29, 0.75);
}

.arx-button-control .arx-button-icon {
  font-size: 13px;
  color: rgba(0, 11, 29, 0.75);
}

.arx-button-control .arx-button-icon svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  fill: rgba(0, 11, 29, 0.75);
}

.arx-button-control:hover {
  color: #000b1d;
  background-color: #e4e8ed;
  text-decoration: none;
}

.arx-button-control:hover .arx-button-icon {
  color: #000b1d;
}

.arx-button-control:hover .arx-button-icon svg {
  fill: #000b1d;
}

.arx-path {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 13px;
  padding: 0;
  flex: 1 auto;
}

.arx-path-item {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  outline: 0;
  position: relative;
}

.arx-path-item:after {
  content: '-';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -2px;
  color: rgba(0, 11, 29, 0.25);
}

.arx-path-item:last-child:after {
  display: none;
}

.arx-path-item span {
  display: inline-block;
  color: rgba(0, 11, 29, 0.6);
  background-color: transparent;
  border-radius: 4px;
  padding: 11px 8px 9px 8px;
  line-height: 1;
}

.arx-path-item:first-child span {
  padding-left: 10px;
}

.arx-path-item:hover span {
  transition: all 0.2s linear;
  color: #000b1d;
}

.arx-path-item.active,
.arx-path-item.active:hover {
  cursor: text;
}

.arx-path-item.active:first-child span,
.arx-path-item.active:hover:first-child span {
  color: rgba(0, 11, 29, 0.6);
  font-weight: 400;
}

.arx-path-item.active span,
.arx-path-item.active:hover span {
  color: #000b1d;
}

.arx-path-item.disable span,
.arx-path-item.disable:hover span {
  color: rgba(0, 11, 29, 0.4);
  cursor: text;
}

.arx-path-item.disable.active span,
.arx-path-item.disable:hover.active span {
  color: rgba(0, 11, 29, 0.4);
  background-color: transparent;
}

.arx-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  background-color: #fff;
  width: 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 11, 29, 0.2);
}

.arx-control .arx-button-control:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.arx-control .arx-button-control:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.arx-panel {
  position: absolute;
  min-width: 240px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 14px;
  z-index: 99;
  overflow: auto;
  border-radius: 4px;
  background-color: #000b1d;
}

.arx-panel-item {
  box-sizing: border-box;
  padding: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.arx-panel-item a {
  display: block;
  border-radius: 6px;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

.arx-panel-item a:hover,
.arx-panel-item.active a {
  color: #fff;
  background-color: #0058fb;
}

.arx-popup {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  border-radius: 4px;
  background-color: #fff;
  box-shadow:
    0 14px 28px rgba(0, 11, 29, 0.25),
    0 10px 10px rgba(0, 11, 29, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 16px;
  overflow-x: auto;
}

.arx-popup-body {
  box-sizing: border-box;
  padding: 0;
}

.arx-popup-body form {
  padding-bottom: 16px;
}

.arx-popup-items {
  padding: 8px;
}

.arx-popup-type-grid .arx-popup-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  box-sizing: border-box;
}

.arx-popup-type-grid .arx-popup-item {
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: -1px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9dbdd;
  color: #000b1d;
  border-left-color: transparent;
  border-top-color: transparent;
}

.arx-popup-type-grid .arx-popup-item svg {
  width: 16px;
  height: 16px;
}

.arx-popup-header {
  font-size: 14px;
  font-weight: 700;
  color: #000b1d;
  padding: 0 16px;
  position: relative;
}

.arx-popup-header:empty {
  display: none;
}

.arx-popup-header-box {
  white-space: nowrap;
}

.arx-popup-header-item {
  position: relative;
  display: inline-block;
  color: #000b1d;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 8px;
  padding-right: 8px;
  text-decoration: none;
}

.arx-popup-header-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 16px;
  background-color: rgba(0, 11, 29, 0.2);
}

.arx-popup-header-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.arx-popup-header-item:last-child:after {
  display: none;
}

.arx-popup-header-item-link {
  color: rgba(0, 11, 29, 0.6);
}

.arx-popup-header-item-link:hover {
  color: #000b1d;
  text-decoration: underline;
}

.arx-popup-header-item-link.active {
  color: #000b1d;
  text-decoration: none;
  cursor: text;
}

.arx-popup-footer {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 16px;
  padding-bottom: 20px;
}

.arx-popup-footer .arx-form-button {
  margin-right: 4px;
}

.arx-popup-footer:empty {
  display: none;
}

.arx-popup-item {
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 8px;
  display: flex;
  line-height: 1;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #171717;
}

.arx-popup-item-container {
  width: 92px;
  height: 76px;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.arx-popup-item-container .arx-popup-item-title {
  flex: none;
  font-size: 12px;
  color: rgba(0, 11, 29, 0.6);
}

.arx-popup-item-container .arx-popup-item-icon {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1;
}

.arx-popup-item-container .arx-popup-item-icon svg {
  position: relative;
  top: 2px;
}

.arx-popup-item-title {
  flex: 1;
}

.arx-popup-item-icon {
  font-size: 16px;
  margin-right: 6px;
}

.arx-popup-item-shortcut {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 11px;
  color: rgba(0, 11, 29, 0.5);
  margin-left: auto;
  padding-top: 1px;
  text-align: right;
}

.arx-popup-item-shortcut b {
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 14px;
}

.arx-popup-item-image {
  display: inline-block;
  max-width: 38px !important;
  height: auto;
  padding: 4px;
  border-radius: 4px;
  background-color: #d9dbdd;
}

.arx-popup-item-image > img,
.arx-popup-item-image > svg {
  max-width: 30px !important;
  height: auto;
  display: inline-block;
}

.arx-popup-item-trash {
  font-size: 14px;
  margin-left: auto;
  color: rgba(0, 11, 29, 0.7);
}

.arx-popup-item-trash:hover {
  color: #000b1d;
}

.arx-popup-item-hidden {
  display: none;
}

.arx-popup-item:hover {
  background-color: #e4e8ed;
}

.arx-popup-item.active {
  background-color: rgba(0, 88, 251, 0.65);
  color: #fff;
}

.arx-popup-item.active span {
  background: 0 0 !important;
  color: #fff !important;
}

.arx-popup-item-divider-top {
  margin-top: 9px;
}

.arx-popup-item-divider-top:before {
  top: -5px;
}

.arx-popup-item-divider-bottom {
  margin-bottom: 9px;
}

.arx-popup-item-divider-bottom:before {
  bottom: -5px;
}

.arx-popup-item-divider-bottom:before,
.arx-popup-item-divider-top:before {
  position: absolute;
  content: '';
  width: calc(100% - 8px);
  height: 1px;
  left: 4px;
  background-color: rgba(0, 11, 29, 0.07);
}

.arx-popup-close {
  position: absolute !important;
  right: 16px;
  top: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.arx-popup-close::after,
.arx-popup-close::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000b1d;
}

.arx-popup-close::before {
  height: 1px;
  width: 75%;
}

.arx-popup-close::after {
  height: 75%;
  width: 1px;
}

.arx-popup-close:hover {
  opacity: 1;
}

.arx-popup-list {
  list-style: none;
  margin: 0;
  padding: 16px 8px;
  padding-top: 0;
}

.arx-popup-list li {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 4px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 11, 29, 0.07);
}

.arx-popup-list li:last-child {
  border-bottom-color: transparent;
}

.arx-popup-list li:hover {
  background-color: #e4e8ed;
}

.arx-popup-list-item {
  text-decoration: none;
  flex: 1;
  padding: 7px 8px;
  font-size: 14px;
  color: #000b1d;
}

.arx-popup-list-aside {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 11px;
  color: rgba(0, 11, 29, 0.5);
  margin-left: auto;
  padding-left: 4px;
}

.arx-popup.has-footer form,
.arx-popup.has-form .arx-popup-header-item,
.arx-popup.has-items .arx-popup-header-item {
  padding-bottom: 0;
}

.arx-popup[dir='rtl'] .arx-popup-close {
  right: auto;
  left: 20px;
}

.arx-form-item {
  padding: 16px 16px 0 16px;
}

.arx-form-item:empty {
  display: none;
}

.arx-form-image img,
.arx-form-image svg {
  max-width: 100%;
}

.arx-form-label {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
  color: rgba(0, 11, 29, 0.65);
}

.arx-form-container-flex {
  display: flex;
}

.arx-form-container-flex .arx-form-input,
.arx-form-container-flex .arx-form-select {
  flex: auto;
}

.arx-form-container-flex .arx-form-button {
  margin-left: 4px;
}

.arx-form-button-push-right {
  float: right;
}

.arx-form-button {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  border-radius: 4px;
  padding: 8px 24px;
  min-height: 38px;
  cursor: pointer;
  line-height: 1.25;
  height: auto;
  background-color: #fff;
  border: 1px solid #d9dbdd;
  white-space: nowrap;
  color: rgba(0, 11, 29, 0.9);
}

.arx-form-button:hover {
  color: rgba(0, 11, 29, 0.9);
  background-color: #f5f5f6;
}

.arx-form-button-primary {
  background-color: #000b1d;
  border: 1px solid #000b1d;
  color: #fff;
}

.arx-form-button-primary:hover {
  color: #fff;
  background-color: #262f3f;
}

.arx-form-button-danger {
  background-color: #fff;
  border: 1px solid #bf3d66;
  color: #bf3d66;
}

.arx-form-button-danger:hover {
  color: #bf3d66;
  background-color: #f5f5f6;
}

.arx-form-button-fullwidth {
  display: block;
  width: 100%;
}

.arx-form-input,
.arx-form-select,
.arx-form-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: middle;
  font-weight: 400;
  padding: 8px;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 15px;
  outline: 0;
  border-radius: 4px;
  box-shadow: none;
  line-height: 1.3;
  color: #000b1d;
  background-color: #f5f5f6;
  border: 1px solid #d9dbdd;
}

.arx-form-input:focus,
.arx-form-select:focus,
.arx-form-textarea:focus {
  border-color: rgba(0, 88, 251, 0.5);
  box-shadow:
    0 1px 2px rgba(0, 11, 29, 0.13) inset,
    0 0 2px rgba(0, 88, 251, 0.4);
}

.arx-form-textarea {
  resize: vertical;
  line-height: 1.5;
}

.arx-form-select {
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg height="10" viewBox="0 0 9 10" width="9" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0, 0, 0, .6)" d="m3.27162899.66658308.8-.70211699 4 3.51058495-.8.70211699-3.2-2.80846796-3.2 2.80846796-.8-.70211699zm0 8.59576602-3.2-2.80846795.8-.70211699 3.2 2.80846796 3.2-2.80846796.8.70211699-4 3.51058494z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
  min-height: 35px;
}

.arx-form-checkbox {
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  bottom: -0.1em;
  margin-top: 0 !important;
  margin-right: 4px !important;
  margin-left: 0 !important;
  font-size: 15px;
}

.arx-popup[dir='rtl'] .arx-form-checkbox {
  margin-right: 0 !important;
  margin-left: 4px !important;
}

.arx-form-checkbox-item span {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000b1d;
}

.arx-form-segment {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f1f1;
  border-radius: 4px;
  padding: 2px;
  gap: 4px;
}

.arx-form-segment-item {
  border: 1px solid transparent;
  font-size: 16px;
  padding: 8px 5px;
  margin: 0;
  cursor: pointer;
  flex: auto;
  text-align: center;
  border-radius: 4px;
  min-width: 32px;
  color: rgba(0, 11, 29, 0.6);
}

.arx-form-segment-item:hover {
  background-color: #fff;
  color: #000b1d;
}

.arx-form-segment-item.active {
  cursor: default;
  background-color: #fff;
  box-shadow:
    0 1px 3px rgba(0, 11, 29, 0.12),
    0 1px 2px rgba(0, 11, 29, 0.2);
  color: #000b1d;
}

.arx-form-upload-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
  border: 2px dashed rgba(0, 11, 29, 0.12);
  background-color: #f5f5f6;
  border-radius: 4px;
  min-width: 160px;
  height: 160px;
  cursor: pointer;
  position: relative;
}

.arx-form-upload-box img {
  position: relative;
  z-index: 2;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.arx-form-upload-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.arx-form-upload-box.arx-form-upload-hover {
  border-color: rgba(0, 88, 251, 0.35);
  background-color: rgba(0, 88, 251, 0.05);
}

.arx-form-upload-box.arx-form-upload-error {
  border-color: rgba(255, 79, 127, 0.35);
  background-color: rgba(255, 79, 127, 0.05);
}

.arx-upload-remove {
  position: absolute;
  z-index: 3;
  top: -6px;
  right: -10px;
  background-color: #ff4f7f;
  color: #fff;
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.arx-upload-remove:after {
  content: '\00d7';
}

.arx-upload-remove:hover {
  background-color: #000b1d;
}

.arx-form-upload-cover-off img {
  object-fit: initial;
  height: auto;
  width: auto;
}

.arx-form-upload-placeholder {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  color: rgba(0, 11, 29, 0.5);
  font-size: 12px;
  line-height: 1.35;
  padding: 0 8px;
  text-align: center;
}

.arx-form-upload-placeholder svg {
  fill: rgba(0, 11, 29, 0.5);
}

.arx-popup-addbar .arx-popup-items {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}

.arx-popup-image .arx-popup-body,
.arx-popup-stack-image .arx-popup-body {
  padding: 16px;
  padding-top: 0;
}

.arx-popup-image-section-or {
  margin: 16px 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  color: #000b1d;
}

.arx-popup-images-box {
  margin-top: 12px;
}

.arx-popup-images-box img {
  vertical-align: top;
  max-width: 100px;
  height: auto;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
}

.arx-popup-images-box img:hover {
  outline: 3px solid rgba(0, 88, 251, 0.5);
}

.arx-form-item-edit-image-box {
  padding: 20px;
  padding-bottom: 0;
}

.arx-form-item-image {
  margin-right: 8px;
}

.arx-form-item-image img {
  max-height: 160px;
  width: auto;
}

.arx-popup-shortcut-item {
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 11, 29, 0.08);
  cursor: text;
}

.arx-popup-shortcut-item:hover {
  background-color: transparent;
}

.arx-popup-shortcut-item:last-child {
  border-bottom-color: transparent;
}

.arx-popup-shortcut-title {
  font-size: 14px;
  line-height: 20px;
  color: #000b1d;
  margin-right: 16px;
}

.arx-popup-shortcut-kbd {
  white-space: nowrap;
  line-height: 20px;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  color: rgba(0, 11, 29, 0.65);
  margin-left: auto;
  text-align: right;
}

.arx-popup-shortcut-kbd span {
  display: inline-block;
  border-radius: 4px;
  padding-left: 3px;
  padding-right: 3px;
  color: rgba(0, 11, 29, 0.85);
  background-color: #f5f5f6;
}

.arx-popup-shortcut-kbd b {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  line-height: 12px;
  position: relative;
  top: 3px;
}

.arx-popup-grid .arx-popup-items,
.arx-popup-stack-grid .arx-popup-items {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}

.arx-popup-grid-box {
  box-sizing: border-box;
  display: flex;
  width: 72px;
  padding: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
}

.arx-popup-grid-box:hover {
  background-color: rgba(0, 88, 251, 0.03);
  border-color: rgba(0, 88, 251, 0.35);
}

.arx-popup-grid-column {
  box-sizing: border-box;
  background-color: rgba(0, 88, 251, 0.05);
  border: 1px dashed rgba(0, 88, 251, 0.5);
  height: 24px;
}

.arx-popup-grid-column + .arx-popup-grid-column {
  margin-left: 4px;
}

.arx-popup[dir='rtl'] .arx-popup-grid-column + .arx-popup-grid-column {
  margin-right: 4px;
  margin-left: 0;
}

.arx-popup-templates .arx-popup-body {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.arx-template-container {
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 20px;
}

.arx-template-name {
  box-sizing: border-box;
  font-size: 12px;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  color: rgba(0, 11, 29, 0.75);
  margin-top: 8px;
  padding-right: 10px;
  text-align: center;
}

.arx-template-image {
  min-height: 125px;
  box-sizing: border-box;
  border: 4px solid #f5f5f6;
  cursor: pointer;
}

.arx-template-image img {
  max-width: 100px;
}

.arx-template-image:hover {
  border-color: rgba(0, 88, 251, 0.3);
}

.arx-template-preview {
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(0.25);
  transform-origin: top left;
  margin-right: -324px;
  margin-bottom: -411px;
  padding: 40px;
  width: 432px;
  height: 548px;
  border: 16px solid #f5f5f6;
  cursor: pointer;
  position: relative;
}

.arx-template-preview:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 1;
}

.arx-template-preview:hover {
  border-color: rgba(0, 88, 251, 0.3);
}

.arx-template-preview fieldset,
.arx-template-preview iframe,
.arx-template-preview img {
  border: 0;
}

.arx-template-preview audio,
.arx-template-preview embed,
.arx-template-preview img,
.arx-template-preview object,
.arx-template-preview video {
  max-width: 100%;
  height: auto;
}

.arx-template-preview div:empty,
.arx-template-preview h1:empty,
.arx-template-preview h2:empty,
.arx-template-preview h3:empty,
.arx-template-preview h4:empty,
.arx-template-preview h5:empty,
.arx-template-preview h6:empty,
.arx-template-preview p:empty {
  background-color: rgba(0, 88, 251, 0.1);
  min-height: 1.5em;
}

.arx-popup-snippets .arx-popup-body,
.arx-popup-stack-snippets .arx-popup-body {
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.arx-snippet-container {
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 20px;
}

.arx-snippet-name {
  box-sizing: border-box;
  font-size: 12px;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  color: rgba(0, 11, 29, 0.75);
  margin-top: 8px;
  padding-right: 10px;
  text-align: left;
}

.arx-snippet-image {
  min-height: 104px;
  max-height: 104px;
  box-sizing: border-box;
  border: 2px solid #f5f5f6;
  cursor: pointer;
}

.arx-snippet-image img {
  max-width: 200px;
}

.arx-snippet-image:hover {
  border-color: rgba(0, 88, 251, 0.3);
}

.arx-snippet-preview {
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(0.33);
  transform-origin: top left;
  margin-right: -400px;
  margin-bottom: -212px;
  padding: 20px;
  width: 606px;
  height: 316px;
  border: 8px solid #f5f5f6;
  cursor: pointer;
  position: relative;
}

.arx-snippet-preview:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 1;
}

.arx-snippet-preview:hover {
  border-color: rgba(0, 88, 251, 0.3);
}

.arx-snippet-preview fieldset,
.arx-snippet-preview iframe,
.arx-snippet-preview img {
  border: 0;
}

.arx-snippet-preview audio,
.arx-snippet-preview embed,
.arx-snippet-preview img,
.arx-snippet-preview object,
.arx-snippet-preview video {
  max-width: 100%;
  height: auto;
}

.arx-snippet-preview div:empty,
.arx-snippet-preview h1:empty,
.arx-snippet-preview h2:empty,
.arx-snippet-preview h3:empty,
.arx-snippet-preview h4:empty,
.arx-snippet-preview h5:empty,
.arx-snippet-preview h6:empty,
.arx-snippet-preview p:empty {
  background-color: rgba(0, 88, 251, 0.1);
  min-height: 1.5em;
}

:root {
  --c-placeholder-dark: rgba(0, 11, 29, 0.4);
  --c-text-dark: #000b1d;
  --c-text-default: #262f3f;
  --c-text-moderated: rgba(38, 47, 63, 0.7);
  --c-text-muted: rgba(38, 47, 63, 0.5);
  --c-text-success: #00b4a8;
  --c-text-error: #bf3d66;
  --c-text-light: #fff;
  --c-text-light-moderated: rgba(255, 255, 255, 0.8);
  --c-text-light-muted: rgba(255, 255, 255, 0.5);
  --c-heading-default: #000b1d;
  --c-heading-moderated: rgba(0, 11, 29, 0.7);
  --c-heading-muted: rgba(0, 11, 29, 0.5);
  --c-heading-light: #fff;
  --c-heading-light-moderated: rgba(255, 255, 255, 0.8);
  --c-link-default-base: #25ab0b;
  --c-link-default-hover: #bf3d66;
  --c-link-dark-base: #000b1d;
  --c-link-dark-hover: rgba(0, 11, 29, 0.6);
  --c-link-moderated-base: rgba(0, 11, 29, 0.7);
  --c-link-moderated-hover: #000b1d;
  --c-link-light-base: #fff;
  --c-link-light-hover: rgba(255, 255, 255, 0.6);
  --c-link-light-moderated-base: rgba(255, 255, 255, 0.7);
  --c-link-light-moderated-hover: #fff;
  --c-pre-background: #f5f5f6;
  --c-pre-text: #262f3f;
  --c-pre-border: transparent;
  --c-table-cell-border: rgba(217, 219, 221, 0.5);
  --c-form-label-text: #262f3f;
  --c-inline-var-text: rgba(0, 11, 29, 0.85);
  --c-inline-kbd-border: rgba(0, 11, 29, 0.15);
  --c-inline-kbd-text: rgba(0, 11, 29, 0.85);
  --c-inline-code-background: #f5f5f6;
  --c-inline-code-text: rgba(0, 11, 29, 0.85);
  --c-button-default-base-background: #fff;
  --c-button-default-base-border: #d9dbdd;
  --c-button-default-base-text: #262f3f;
  --c-button-default-hover-background: #f5f5f6;
  --c-button-default-hover-border: #d9dbdd;
  --c-button-default-hover-text: #000b1d;
  --c-button-default-disabled-background: #fff;
  --c-button-default-disabled-border: #d9dbdd;
  --c-button-default-disabled-text: rgba(0, 11, 29, 0.85);
  --c-button-primary-base-background: #0058fb;
  --c-button-primary-base-border: transparent;
  --c-button-primary-base-text: #edf3ff;
  --c-button-primary-hover-background: #0044c3;
  --c-button-primary-hover-border: transparent;
  --c-button-primary-hover-text: #edf3ff;
  --c-button-primary-disabled-background: #000b1d;
  --c-button-primary-disabled-border: transparent;
  --c-button-primary-disabled-text: rgba(237, 243, 255, 0.75);
  --c-button-secondary-base-background: #000b1d;
  --c-button-secondary-base-border: transparent;
  --c-button-secondary-base-text: #f5f5f6;
  --c-button-secondary-hover-background: #262f3f;
  --c-button-secondary-hover-border: transparent;
  --c-button-secondary-hover-text: #f5f5f6;
  --c-button-secondary-disabled-background: #000b1d;
  --c-button-secondary-disabled-border: transparent;
  --c-button-secondary-disabled-text: rgba(245, 245, 246, 0.75);
  --c-input-default-base-text: #262f3f;
  --c-input-default-base-border: #d9dbdd;
  --c-input-default-base-background: #fff;
  --c-input-default-focus-border: rgba(0, 88, 251, 0.5);
  --c-input-default-focus-shadow: rgba(0, 88, 251, 0.3);
  --c-input-error-base-text: #bf3d66;
  --c-input-error-base-border: rgba(255, 79, 127, 0.5);
  --c-input-error-base-shadow: rgba(255, 79, 127, 0.3);
  --c-input-error-focus-border: #ff4f7f;
  --c-hint-default: rgba(38, 47, 63, 0.55);
  --c-hint-success: #00b4a8;
  --c-hint-error: #bf3d66;
  --c-hint-required: #bf3d66;
  --c-line-default: rgba(217, 219, 221, 0.6);
  --c-shadow-neutral-100-1: rgba(0, 11, 29, 0.15);
  --c-shadow-neutral-100-2: rgba(0, 11, 29, 0.06);
  --c-shadow-neutral-200-1: rgba(0, 11, 29, 0.12);
  --c-shadow-neutral-200-2: rgba(0, 11, 29, 0.06);
  --c-shadow-neutral-300: rgba(0, 11, 29, 0.2);
  --c-background-light: #fff;
  --c-background-dark: #000b1d;
}

.arx-editor {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial,
    sans-serif;
  font-size: 16px;
  line-height: 2;
  color: var(--c-text-default);
}

.arx-editor body {
  background: #fff;
}

.arx-editor html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.arx-editor *,
.arx-editor ::after,
.arx-editor ::before {
  box-sizing: inherit;
}

.arx-editor * {
  margin: 0;
  padding: 0;
  outline: 0;
}

.arx-editor .entry {
  padding: 20px;
}

.arx-editor audio,
.arx-editor canvas,
.arx-editor iframe,
.arx-editor progress,
.arx-editor video {
  display: block;
  vertical-align: baseline;
}

.arx-editor fieldset,
.arx-editor iframe,
.arx-editor img {
  border: 0;
}

.arx-editor embed,
.arx-editor img,
.arx-editor object,
.arx-editor video {
  max-width: 100%;
  height: auto;
}

.arx-editor [type='submit'],
.arx-editor button {
  -webkit-appearance: button;
}

.arx-editor [type='checkbox'],
.arx-editor [type='radio'] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15em;
  margin-right: 2px;
}

.arx-editor input[type='search'],
.arx-editor input[type='search']::-webkit-search-cancel-button,
.arx-editor input[type='search']::-webkit-search-decoration,
.arx-editor input[type='search']::-webkit-search-results-button,
.arx-editor input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.arx-editor ::-moz-focus-inner {
  border: none;
  padding: 0;
}

@media print {
  .arx-editor {
    color: #000;
  }

  .arx-editor a,
  .arx-editor a:link,
  .arx-editor a:visited {
    color: #000;
    text-decoration: none;
  }

  .arx-editor .hidden-print {
    display: none;
  }
}

@media screen {
  .arx-editor .visible-print {
    display: none;
  }
}

.arx-editor html {
  font-size: 4px;
}

.arx-editor ::-webkit-input-placeholder {
  color: var(--c-placeholder-dark);
}

.arx-editor ::-moz-placeholder {
  color: var(--c-placeholder-dark);
}

.arx-editor ::-ms-input-placeholder {
  color: var(--c-placeholder-dark);
}

.arx-editor ::placeholder {
  color: var(--c-placeholder-dark);
}

.arx-editor h1 + * {
  margin-top: 12px;
}

.arx-editor h2 + * {
  margin-top: 12px;
}

.arx-editor h3 + * {
  margin-top: 12px;
}

.arx-editor h4 + * {
  margin-top: 12px;
}

.arx-editor h5 + * {
  margin-top: 12px;
}

.arx-editor h6 + * {
  margin-top: 12px;
}

.arx-editor address + h2,
.arx-editor blockquote + h2,
.arx-editor dl + h2,
.arx-editor figure + h2,
.arx-editor ol + h2,
.arx-editor p + h2,
.arx-editor pre + h2,
.arx-editor table + h2,
.arx-editor ul + h2 {
  margin-top: 48px;
}

.arx-editor address + h3,
.arx-editor blockquote + h3,
.arx-editor dl + h3,
.arx-editor figure + h3,
.arx-editor ol + h3,
.arx-editor p + h3,
.arx-editor pre + h3,
.arx-editor table + h3,
.arx-editor ul + h3 {
  margin-top: 24px;
}

.arx-editor address + h4,
.arx-editor blockquote + h4,
.arx-editor dl + h4,
.arx-editor figure + h4,
.arx-editor ol + h4,
.arx-editor p + h4,
.arx-editor pre + h4,
.arx-editor table + h4,
.arx-editor ul + h4 {
  margin-top: 32px;
}

.arx-editor address + h5,
.arx-editor blockquote + h5,
.arx-editor dl + h5,
.arx-editor figure + h5,
.arx-editor ol + h5,
.arx-editor p + h5,
.arx-editor pre + h5,
.arx-editor table + h5,
.arx-editor ul + h5 {
  margin-top: 32px;
}

.arx-editor address + h6,
.arx-editor blockquote + h6,
.arx-editor dl + h6,
.arx-editor figure + h6,
.arx-editor ol + h6,
.arx-editor p + h6,
.arx-editor pre + h6,
.arx-editor table + h6,
.arx-editor ul + h6 {
  margin-top: 32px;
}

.arx-editor address + *,
.arx-editor blockquote + *,
.arx-editor dl + *,
.arx-editor figure + *,
.arx-editor ol + *,
.arx-editor p + *,
.arx-editor pre + *,
.arx-editor table + *,
.arx-editor ul + * {
  margin-top: 30px;
}

.arx-editor h1 + h2 {
  margin-top: 32px;
}

.arx-editor h2 + h3 {
  margin-top: 24px;
}

.arx-editor h3 + h4 {
  margin-top: 32px;
}

.arx-editor h4 + h5 {
  margin-top: 32px;
}

.arx-editor h5 + h6 {
  margin-top: 32px;
}

.arx-editor h1,
.arx-editor h2,
.arx-editor h3,
.arx-editor h4,
.arx-editor h5,
.arx-editor h6 {
  font-family: inherit;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  /* color: var(--c-heading-default); */
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  /* color: red; */
}

.arx-editor h1 a,
.arx-editor h2 a,
.arx-editor h3 a,
.arx-editor h4 a,
.arx-editor h5 a,
.arx-editor h6 a {
  color: inherit;
  text-decoration: none;
}

.arx-editor h1 a:hover,
.arx-editor h2 a:hover,
.arx-editor h3 a:hover,
.arx-editor h4 a:hover,
.arx-editor h5 a:hover,
.arx-editor h6 a:hover {
  transition: all 0.2s linear;
  color: inherit;
  opacity: 0.7;
  text-decoration: underline;
}

.arx-editor h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}

.arx-editor h2:before {
  content: '';
  width: 32px;
  height: 2px;
  display: inline-block;
  background: #000;
  vertical-align: middle;
  margin: 0 16px;
}

.arx-editor h2:after {
  content: '';
  width: 32px;
  height: 2px;
  display: inline-block;
  background: #000;
  vertical-align: middle;
  margin: 0 16px;
}

.arx-editor h3 {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  /* border-bottom: 4px solid #f2f2f2; */
  /* padding-bottom: 5px; */
}

/* .arx-editor h3 {
  font-size: 21px;
  line-height: 1.4;
} */

.arx-editor h4 {
  font-size: 16px;
  line-height: 1.5;
}

.arx-editor ol,
.arx-editor ul {
  margin-left: 20px;
  list-style: auto;
}

.arx-editor ul {
  list-style-type: disc;
}

.arx-editor ol {
  list-style-type: decimal;
}

.arx-editor li li {
  font-size: 1em;
}

.arx-editor nav ol,
.arx-editor nav ul {
  margin-left: 0;
}

.arx-editor dt {
  font-weight: 700;
}

.arx-editor dd + dt {
  margin-top: 0.25em;
}

.arx-editor pre {
  overflow: auto;
  white-space: pre;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 90%;
  line-height: 1.5;
  color: var(--c-pre-text);
  background-color: var(--c-pre-background);
  padding: 1em;
  border: 1px solid var(--c-pre-border);
  border-radius: 4px;
}

.arx-editor pre code {
  padding: 0;
  border: 0;
  font-size: 100%;
  display: block;
  line-height: inherit;
}

.arx-editor blockquote {
  padding: 24px;
  background: 0 0;
  border-radius: 4px;
  background: #f5f5f3;
}

.arx-editor blockquote p {
  color: var(--c-text-default);
}

.arx-editor blockquote p + p {
  margin-top: 0.5em;
}

.arx-editor blockquote cite,
.arx-editor figcaption cite {
  font-style: inherit;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 1, 0);
}

.arx-editor caption {
  text-align: left;
  font-style: normal;
}

.arx-editor table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
}

.arx-editor td,
.arx-editor th {
  text-align: left;
  vertical-align: top;
  font-size: 95%;
  line-height: 1.5;
  padding: 0.75em;
  border: 1px solid var(--c-table-cell-border);
}

.arx-editor th {
  font-weight: 400;
}

.arx-editor thead th {
  font-weight: 700;
}

.arx-editor address {
  font-style: normal;
}

.arx-editor abbr,
.arx-editor dfn {
  font-size: 95%;
}

.arx-editor cite,
.arx-editor code,
.arx-editor kbd,
.arx-editor small,
.arx-editor time,
.arx-editor var {
  font-size: 85%;
}

.arx-editor sub,
.arx-editor sup {
  font-size: 65%;
}

.arx-editor code,
.arx-editor kbd,
.arx-editor var {
  display: inline-block;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
}

.arx-editor code,
.arx-editor kbd {
  border-radius: 4px;
}

.arx-editor kbd {
  color: var(--c-inline-kbd-text);
  border: 1px solid var(--c-inline-kbd-border);
  padding: 0.2em 0.4em;
}

.arx-editor var {
  color: var(--c-inline-var-text);
}

.arx-editor code {
  color: var(--c-inline-code-text);
  position: relative;
  top: -1px;
  border: 1px solid transparent;
  background-color: var(--c-inline-code-background);
  padding: 0.2em 0.4em 0.2em;
}

.arx-editor pre code {
  background: 0 0;
}

.arx-editor mark {
  background-color: #ff0;
  color: #000;
}

.arx-editor b,
.arx-editor strong {
  font-weight: 600;
}

.arx-editor abbr[title],
.arx-editor dfn[title] {
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  cursor: help;
}

.arx-editor cite {
  font-style: italic;
}

.arx-editor sub,
.arx-editor sup {
  line-height: 1;
  margin-left: 2px;
}

.arx-editor sub {
  vertical-align: sub;
}

.arx-editor sup {
  vertical-align: super;
}

.arx-editor label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--c-form-label-text);
  margin-bottom: 0.15em;
}

.arx-editor label .error,
.arx-editor label .hint,
.arx-editor label .success,
.arx-editor label.checkbox {
  text-transform: none;
  font-weight: 400;
}

.arx-editor label.checkbox {
  cursor: pointer;
  color: inherit;
  font-size: 100%;
}

.arx-editor figure > div,
.arx-editor figure > iframe,
.arx-editor figure > img,
.arx-editor figure > pre {
  vertical-align: middle;
}

.arx-editor figure figcaption {
  display: block;
  font-style: normal;
  margin-top: 0.25em;
  font-size: 14px;
  color: #737373;
  line-height: 1.7;
}

.arx-editor hr {
  position: relative;
  line-height: 1;
  background: 0 0;
  border: none;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 10px;
}

.arx-editor hr:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  margin-top: -0.5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--c-line-default);
}

.arx-editor input,
.arx-editor select,
.arx-editor textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  font-weight: 400;
}

.arx-editor input:disabled,
.arx-editor select:disabled,
.arx-editor textarea:disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
}

.arx-editor input,
.arx-editor select,
.arx-editor textarea {
  color: var(--c-input-default-base-text);
  border: 1px solid var(--c-input-default-base-border);
  background-color: var(--c-input-default-base-background);
  box-shadow: none;
}

.arx-editor input:focus,
.arx-editor select:focus,
.arx-editor textarea:focus {
  border-color: var(--c-input-default-focus-border);
  box-shadow: 0 0 2px var(--c-input-default-focus-shadow);
}

.arx-editor .input-error {
  color: var(--c-input-error-base-text);
  border-color: var(--c-input-error-base-border);
  box-shadow: 0 0 2px var(--c-input-error-base-shadow);
}

.arx-editor .input-error:focus {
  border-color: var(--c-input-error-focus-border);
}

.arx-editor input,
.arx-editor select,
.arx-editor textarea {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.5em;
  height: 44px;
}

.arx-editor .input-large {
  font-size: 21px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.65em;
  height: 56px;
}

.arx-editor textarea {
  resize: vertical;
  height: auto;
  vertical-align: top;
}

.arx-editor select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg height="10" viewBox="0 0 9 10" width="9" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0, 0, 0, .6)" d="m3.27162899.66658308.8-.70211699 4 3.51058495-.8.70211699-3.2-2.80846796-3.2 2.80846796-.8-.70211699zm0 8.59576602-3.2-2.80846795.8-.70211699 3.2 2.80846796 3.2-2.80846796.8.70211699-4 3.51058494z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}

.arx-editor select[multiple] {
  background-image: none;
  height: auto;
}

.arx-editor input[type='file'] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: 0 0;
  box-shadow: none;
  display: inline-block;
}

.arx-editor input[type='checkbox'],
.arx-editor input[type='radio'] {
  display: inline-block;
  width: auto;
  height: auto;
  box-shadow: none;
  padding: 0;
}

.arx-editor {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

.arx-editor .arx-editor {
  margin: 0;
  padding: 24px;
  background-color: #fff;
}

.arx-editor div + blockquote,
.arx-editor div + dl,
.arx-editor div + figure,
.arx-editor div + h1,
.arx-editor div + h2,
.arx-editor div + h3,
.arx-editor div + h4,
.arx-editor div + h5,
.arx-editor div + h6,
.arx-editor div + ol,
.arx-editor div + p,
.arx-editor div + pre,
.arx-editor div + table,
.arx-editor div + ul {
  margin-top: 20px;
}

.arx-editor code:after,
.arx-editor kbd:after,
.arx-editor mark:after {
  content: '\200B';
}

.arx-editor ol[dir='rtl'],
.arx-editor ol[dir='rtl'] ol,
.arx-editor ol[dir='rtl'] ul,
.arx-editor ul[dir='rtl'],
.arx-editor ul[dir='rtl'] ol,
.arx-editor ul[dir='rtl'] ul {
  margin-left: 0;
  margin-right: 20px;
}

.arx-editor ol[dir='rtl'] li,
.arx-editor ul[dir='rtl'] li {
  text-align: right;
}

.arx-editor .card {
  background-color: #f5f5f6;
  padding: 24px;
  border-radius: 4px;
}

.arx-editor .align-left {
  text-align: left;
}

.arx-editor .align-center {
  text-align: center;
}

.arx-editor .align-center img {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.arx-editor .align-center figcaption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.arx-editor .align-right {
  text-align: right;
}

.arx-editor .align-right img {
  margin-left: auto;
}

.arx-editor .align-right figcaption {
  text-align: right;
  margin-left: auto;
}

.arx-editor .align-justify {
  text-align: justify;
}

.arx-editor .float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.arx-editor .float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.arx-editor .valign-top {
  align-items: start;
}

.arx-editor .valign-middle {
  align-items: center;
}

.arx-editor .valign-bottom {
  align-items: end;
}

.arx-editor .outset-right {
  position: relative;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(24px) translate3d(0, 0, 0);
  left: calc(24px * -1);
}

.arx-editor .outset-left {
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(calc(24px * -1)) translate3d(0, 0, 0);
}

.arx-editor .outset-both {
  position: relative;
  width: calc(100% + 24px + 24px);
  max-width: calc(100% + 24px + 24px);
  transform: translateX(-50%) translate3d(0, 0, 0);
  left: 50%;
}

.arx-editor .button,
.arx-editor a.button,
.arx-editor button {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-decoration: none;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 0.4em 20px 0.4em 20px;
  height: 44px;
  border: 1px solid var(--c-button-default-base-border);
  background-color: var(--c-button-default-base-background);
}

.arx-editor .button [class*=' fa-'] + span,
.arx-editor .button [class*=' icon-'] + span,
.arx-editor .button [class^='fa-'] + span,
.arx-editor .button [class^='icon-'] + span {
  margin-left: 4px;
}

.arx-editor .button span + [class*=' fa-'],
.arx-editor .button span + [class*=' icon-'],
.arx-editor .button span + [class^='fa-'],
.arx-editor .button span + [class^='icon-'] {
  margin-left: 4px;
  margin-right: -2px;
}

.arx-editor .button:focus,
.arx-editor .button:hover {
  outline: 0;
  text-decoration: none;
}

.arx-editor .button:disabled {
  cursor: default;
  opacity: 0.5;
}

.arx-editor .button {
  font-weight: 400;
  text-transform: none;
  color: var(--c-button-default-base-text);
  border: 1px solid var(--c-button-default-base-border);
  background-color: var(--c-button-default-base-background);
  background-image: none;
}

.arx-editor .button:focus,
.arx-editor .button:hover {
  color: var(--c-button-default-hover-text);
  border: 1px solid var(--c-button-default-hover-border);
  background-color: var(--c-button-default-hover-background);
  background-image: none;
}

.arx-editor .button:disabled {
  color: var(--c-button-default-disabled-text);
  border: 1px solid var(--c-button-default-disabled-border);
  background-color: var(--c-button-default-disabled-background);
  background-image: none;
}

.arx-editor .button.button-primary {
  font-weight: 400;
  text-transform: none;
  color: var(--c-button-primary-base-text);
  border: 1px solid var(--c-button-primary-base-border);
  background-color: var(--c-button-primary-base-background);
  background-image: none;
}

.arx-editor .button.button-primary:focus,
.arx-editor .button.button-primary:hover {
  color: var(--c-button-primary-hover-text);
  border: 1px solid var(--c-button-primary-hover-border);
  background-color: var(--c-button-primary-hover-background);
  background-image: none;
}

.arx-editor .button.button-primary:disabled {
  color: var(--c-button-primary-disabled-text);
  border: 1px solid var(--c-button-primary-disabled-border);
  background-color: var(--c-button-primary-disabled-background);
  background-image: none;
  opacity: 0.4;
}

.arx-editor .button.button-secondary {
  font-weight: 400;
  text-transform: none;
  color: var(--c-button-secondary-base-text);
  border: 1px solid var(--c-button-secondary-base-border);
  background-color: var(--c-button-secondary-base-background);
  background-image: none;
}

.arx-editor .button.button-secondary:focus,
.arx-editor .button.button-secondary:hover {
  color: var(--c-button-secondary-hover-text);
  border: 1px solid var(--c-button-secondary-hover-border);
  background-color: var(--c-button-secondary-hover-background);
  background-image: none;
}

.arx-editor .button.button-secondary:disabled {
  color: var(--c-button-secondary-disabled-text);
  border: 1px solid var(--c-button-secondary-disabled-border);
  background-color: var(--c-button-secondary-disabled-background);
  background-image: none;
  opacity: 0.4;
}

.arx-editor .button {
  font-size: 15px;
  border-radius: 4px;
  padding: 0.4em 20px 0.4em 20px;
  height: 44px;
}

.arx-editor .button.button-large {
  font-size: 16px;
  border-radius: 4px;
  padding: 0.4em 32px 0.4em 32px;
  height: 56px;
}

.arx-editor .embed-responsive {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.arx-editor .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arx-editor .form-item {
  margin-bottom: 20px;
}

.arx-editor .form-item .form-item {
  margin-bottom: 0;
}

.arx-editor .form-buttons {
  margin-top: 24px;
}

.arx-editor .form-checkboxes label.checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.arx-editor .form-checkboxes label.checkbox + label.checkbox {
  margin-left: 1em;
}

.arx-editor .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}

.arx-editor .grid + .grid {
  margin-top: 30px;
}

.arx-editor .grid-gutterless {
  grid-column-gap: 0;
}

.arx-editor .grid-gapless {
  grid-row-gap: 0;
}

.arx-editor .grid-gapless + .grid {
  margin-top: 0;
}

.arx-editor .grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.arx-editor .grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.arx-editor .grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.arx-editor .grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.arx-editor .grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.arx-editor .grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.arx-editor .grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.arx-editor .grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.arx-editor .grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.arx-editor .grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.arx-editor .grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.arx-editor .grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.arx-editor .grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.arx-editor .column-1 {
  grid-column-end: span 1;
}

.arx-editor .column-2 {
  grid-column-end: span 2;
}

.arx-editor .column-3 {
  grid-column-end: span 3;
}

.arx-editor .column-4 {
  grid-column-end: span 4;
}

.arx-editor .column-5 {
  grid-column-end: span 5;
}

.arx-editor .column-6 {
  grid-column-end: span 6;
}

.arx-editor .column-7 {
  grid-column-end: span 7;
}

.arx-editor .column-8 {
  grid-column-end: span 8;
}

.arx-editor .column-9 {
  grid-column-end: span 9;
}

.arx-editor .column-10 {
  grid-column-end: span 10;
}

.arx-editor .column-11 {
  grid-column-end: span 11;
}

.arx-editor .column-12 {
  grid-column-end: span 12;
}

@media only screen and (max-width: 1023px) {
  .arx-editor .grid-1-md {
    grid-template-columns: repeat(1, 1fr);
  }

  .arx-editor .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }

  .arx-editor .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }

  .arx-editor .grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }

  .arx-editor .grid-5-md {
    grid-template-columns: repeat(5, 1fr);
  }

  .arx-editor .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }

  .arx-editor .grid-7-md {
    grid-template-columns: repeat(7, 1fr);
  }

  .arx-editor .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }

  .arx-editor .grid-9-md {
    grid-template-columns: repeat(9, 1fr);
  }

  .arx-editor .grid-10-md {
    grid-template-columns: repeat(10, 1fr);
  }

  .arx-editor .grid-11-md {
    grid-template-columns: repeat(11, 1fr);
  }

  .arx-editor .grid-12-md {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .arx-editor h2:before,
  .arx-editor h2:after {
    width: 20px;
  }

  .arx-editor .grid,
  .arx-editor .grid-auto {
    grid-template-columns: repeat(1, 1fr);
  }

  .arx-editor .column {
    grid-column-end: span 1;
  }

  .arx-editor .column:empty {
    display: none;
  }

  .arx-editor .grid-1-sm {
    grid-template-columns: repeat(1, 1fr);
  }

  .arx-editor .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }

  .arx-editor .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }

  .arx-editor .grid-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }

  .arx-editor .grid-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }

  .arx-editor .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }

  .arx-editor .grid-7-sm {
    grid-template-columns: repeat(7, 1fr);
  }

  .arx-editor .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }

  .arx-editor .grid-9-sm {
    grid-template-columns: repeat(9, 1fr);
  }

  .arx-editor .grid-10-sm {
    grid-template-columns: repeat(10, 1fr);
  }

  .arx-editor .grid-11-sm {
    grid-template-columns: repeat(11, 1fr);
  }

  .arx-editor .grid-12-sm {
    grid-template-columns: repeat(12, 1fr);
  }

  .arx-editor iframe {
    width: 100%;
  }

  .arx-editor h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.arx-editor .heading-moderated {
  color: var(--c-heading-moderated);
}

.arx-editor .heading-muted {
  color: var(--c-heading-muted);
}

.arx-editor .heading-light {
  color: var(--c-heading-light);
}

.arx-editor .heading-light-moderated {
  color: var(--c-heading-light-moderated);
}

.arx-editor .heading-mega {
  font-size: 72px;
  line-height: 1.1;
}

.arx-editor .heading-huge {
  font-size: 60px;
  line-height: 1.1;
}

.arx-editor .heading-large {
  font-size: 48px;
  line-height: 1.1;
}

.arx-editor .heading-medium {
  font-size: 24px;
  line-height: 1.3;
}

.arx-editor .heading-small {
  font-size: 16px;
  line-height: 1.5;
}

.arx-editor .link-stretched:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.arx-editor .link-underline {
  text-decoration: underline;
}

.arx-editor .link-underline-off {
  text-decoration: none;
}

.arx-editor .link-dark {
  color: var(--c-link-dark-base);
}

.arx-editor .link-dark:hover {
  transition: all 0.2s linear;
  color: var(--c-link-dark-hover);
}

.arx-editor .link-moderated {
  color: var(--c-link-moderated-base);
}

.arx-editor .link-moderated:hover {
  transition: all 0.2s linear;
  color: var(--c-link-moderated-hover);
}

.arx-editor .link-light {
  color: var(--c-link-light-base);
}

.arx-editor .link-light:hover {
  transition: all 0.2s linear;
  color: var(--c-link-light-hover);
}

.arx-editor .link-light-moderated {
  color: var(--c-link-light-moderated-base);
}

.arx-editor .link-light-moderated:hover {
  transition: all 0.2s linear;
  color: var(--c-link-light-moderated-hover);
}

.arx-editor .list-inline {
  list-style: none;
  margin-left: 0;
}

.arx-editor .list-inline li {
  display: inline;
  white-space: nowrap;
  margin-right: 0.25em;
}

.arx-editor .list-unstyled {
  margin-left: 0;
  list-style: none;
}

.arx-editor figure {
  text-align: center;
}

