/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-rtl .ant-card-grid {
  float: right;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-rtl .ant-card-actions > li {
  float: right;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #F5222D;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #F5222D;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #FFF1F0;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #FF4D4F;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #FFF1F0;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: #A6B1CB;
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #FFF1F0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #F5222D;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #FFF1F0;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #FF4D4F;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #CF1322;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #F5222D;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #CF1322;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #FF4D4F;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #F5222D;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #A6B1CB;
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: #A6B1CB;
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
li:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #FF4D4F;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #FFBE00;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #F5222D;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52C41A;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: auto;
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: left;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: 'Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid #A6B1CB;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #F5222D;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #A6B1CB;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #A6B1CB;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #A6B1CB;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #F5222D;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #F5222D;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #F5222D;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #F5222D;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #F5222D;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #F5222D;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #F5222D;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #F5222D;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #F5222D;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #FF4D4F;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #FF4D4F;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #FF4D4F;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #FF4D4F;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #FF4D4F;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #FF4D4F;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #F5222D;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #F5222D;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #F5222D;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #F5222D;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-top: 10px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 3.5px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #F5222D;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
  padding-right: 4px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  flex: 1 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52C41A;
}
.ant-alert-info {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-info .ant-alert-icon {
  color: #F5222D;
}
.ant-alert-warning {
  background-color: #fffde6;
  border: 1px solid #ffeb7a;
}
.ant-alert-warning .ant-alert-icon {
  color: #FFBE00;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #FF4D4F;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1;
  min-width: 0;
}
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
  min-width: unset;
}
.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: normal;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ant-form-item-explain-error {
  color: #FF4D4F;
}
.ant-form-item-explain-warning {
  color: #FFBE00;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #FFBE00;
}
.ant-form-item-has-error .ant-form-item-split {
  color: #FF4D4F;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 24px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
  height: 40px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 24px;
  vertical-align: top;
  transition: margin-bottom 0.3s 0.017s linear;
}
.ant-form-item-with-help {
  margin-bottom: 0;
  transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #FF4D4F;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-item-explain-connected {
  height: 0;
  min-height: 0;
  opacity: 0;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  min-height: 24px;
  opacity: 1;
}
.ant-form-item-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ant-form-item-feedback-icon-success {
  color: #52C41A;
}
.ant-form-item-feedback-icon-error {
  color: #FF4D4F;
}
.ant-form-item-feedback-icon-warning {
  color: #FFBE00;
}
.ant-form-item-feedback-icon-validating {
  color: #F5222D;
}
.ant-show-help {
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-leave {
  min-height: 24px;
}
.ant-show-help-leave-active {
  min-height: 0;
}
.ant-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ant-show-help-item-leave-active {
  transform: translateY(-5px);
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #F5222D;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F5222D;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #F5222D;
  border-color: #F5222D;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #A6B1CB;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #FAFAFA;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #FAFAFA;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: #A6B1CB;
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #F5222D;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: #A6B1CB;
  border-color: #A6B1CB;
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-cascader-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
  border-color: #F5222D;
}
.ant-cascader-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F5222D;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-cascader-checkbox:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
  visibility: visible;
}
.ant-cascader-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-cascader-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-cascader-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
  background-color: #F5222D;
  border-color: #F5222D;
}
.ant-cascader-checkbox-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  border-color: #A6B1CB;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
  background-color: #FAFAFA;
  border-color: #d9d9d9 !important;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  border-color: #FAFAFA;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-cascader-checkbox-disabled + span {
  color: #A6B1CB;
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
  visibility: hidden;
}
.ant-cascader-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-cascader-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
  margin-left: 8px;
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-cascader-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-cascader-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}
.ant-cascader-checkbox-group-item {
  margin-right: 8px;
}
.ant-cascader-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
  margin-left: 0;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #F5222D;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  background-color: #A6B1CB;
  border-color: #A6B1CB;
}
.ant-cascader {
  width: 184px;
}
.ant-cascader-checkbox {
  top: 0;
  margin-right: 8px;
}
.ant-cascader-menus {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
  width: 100%;
  height: auto;
}
.ant-cascader-menu {
  flex-grow: 1;
  min-width: 111px;
  height: 180px;
  margin: 0;
  margin: -4px 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 12px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #FFF1F0;
}
.ant-cascader-menu-item-disabled {
  color: #A6B1CB;
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-empty .ant-cascader-menu-item {
  color: #A6B1CB;
  cursor: default;
  pointer-events: none;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #FFF1F0;
}
.ant-cascader-menu-item-content {
  flex: auto;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: #A6B1CB;
}
.ant-cascader-menu-item-keyword {
  color: #FF4D4F;
}
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-cascader-rtl .ant-cascader-checkbox {
  top: 0;
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: #A6B1CB;
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta {
  display: flex;
  flex: 1 1;
  align-items: flex-start;
  max-width: 100%;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #F5222D;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-list-rtl {
  direction: rtl;
  text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
  text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}
@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }
  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: 'Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #F5222D;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #F5222D;
}
.ant-pagination-item:focus-visible {
  border-color: #F5222D;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #F5222D;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #F5222D;
}
.ant-pagination-item-active a {
  color: #F5222D;
}
.ant-pagination-item-active:hover {
  border-color: #FF4D4F;
}
.ant-pagination-item-active:focus-visible {
  border-color: #FF4D4F;
}
.ant-pagination-item-active:hover a {
  color: #FF4D4F;
}
.ant-pagination-item-active:focus-visible a {
  color: #FF4D4F;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #F5222D;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: #A6B1CB;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #FF4D4F;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #F5222D;
  border-color: #F5222D;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #F5222D;
  border-color: #F5222D;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: #A6B1CB;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: #A6B1CB;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #FF4D4F;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #ff4d4f;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: #A6B1CB;
  background-color: #FAFAFA;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: #A6B1CB;
  background-color: #FAFAFA;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #F5222D;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #ff4d4f;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: #A6B1CB;
  background: #FAFAFA;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #FAFAFA;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: #A6B1CB;
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #A6B1CB;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: #A6B1CB;
  background: #FAFAFA;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: #A6B1CB;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Light.ttf');
  font-weight: 100 400;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Walsheim';
  src: url('/fonts/Walsheim/GT-Walsheim-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 47px;
  color: #222533;
}
.section-header {
  font-size: 30px;
  line-height: 41px;
  color: #222533;
}
.title {
  font-size: 24px;
  line-height: 33px;
  color: #222533;
}
.sub-title {
  font-size: 20px;
  line-height: 29px;
  color: #222533;
}
.sub-header {
  font-size: 16px;
  line-height: 24px;
  color: #222533;
}
.copy {
  font-size: 14px;
  line-height: 24px;
  color: #222533;
}
:root {
  --fs-xxs: 12px;
  --fs-xs: 14px;
  --fs-s: 16px;
  --fs-m: 20px;
  --fs-l: 24px;
  --fs-xl: 30px;
  --fs-xxl: 38px;
  --fs-x3l: 46px;
  --fs-x4l: 56px;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-xxs: 20px;
  --lh-xs: 22px;
  --lh-s: 24px;
  --lh-m: 28px;
  --lh-l: 32px;
  --lh-xl: 38px;
  --lh-xxl: 46px;
  --lh-x3l: 54px;
  --lh-x4l: 64px;
}
:root {
  --gray-1: #FFFFFF;
  --gray-2: #F4F5F7;
  --gray-3: #FAFAFA;
  --gray-4: #E9EAEE;
  --gray-5: #DBE0EA;
  --gray-6: #A6B1CB;
  --gray-7: #6F7794;
  --gray-8: #3C4259;
  --gray-9: #222533;
  --gray-10: #000000;
  --orange-1: #FFF8F0;
  --orange-2: #FFECD6;
  --orange-3: #FFD6AD;
  --orange-4: #FFBE85;
  --orange-5: #FFA35C;
  --orange-6: #F48031;
  --orange-7: #CF5F1F;
  --orange-8: #A84311;
  --orange-9: #822C07;
  --orange-10: #5C1B04;
  --red-1: #FFF1F0;
  --red-2: #FFCCC7;
  --red-3: #FFA39E;
  --red-4: #FF7875;
  --red-5: #FF4D4F;
  --red-6: #F5222D;
  --red-7: #CF1322;
  --red-8: #A8071A;
  --red-9: #820014;
  --red-10: #5C0011;
  --volcano-1: #FFF2E8;
  --volcano-2: #FFD8BF;
  --volcano-3: #FFBB96;
  --volcano-4: #FF9C6E;
  --volcano-5: #FF7A45;
  --volcano-6: #FA541C;
  --volcano-7: #D4380D;
  --volcano-8: #AD2102;
  --volcano-9: #871400;
  --volcano-10: #610B00;
  --blue-1: #E6F7FF;
  --blue-2: #BAE7FF;
  --blue-3: #91D5FF;
  --blue-4: #69C0FF;
  --blue-5: #40A9FF;
  --blue-6: #1890FF;
  --blue-7: #096DD9;
  --blue-8: #0050B3;
  --blue-9: #003A8C;
  --blue-10: #002766;
  --gold-1: #FFFDE6;
  --gold-2: #FFF4A3;
  --gold-3: #FFEB7A;
  --gold-4: #FFDF52;
  --gold-5: #FFD129;
  --gold-6: #FFBE00;
  --gold-7: #D99B00;
  --gold-8: #B37A00;
  --gold-9: #8C5B00;
  --gold-10: #663F00;
  --yellow-1: #FEFFE6;
  --yellow-2: #FFFFB8;
  --yellow-3: #FFFB8F;
  --yellow-4: #FFF566;
  --yellow-5: #FFEC3D;
  --yellow-6: #FADB14;
  --yellow-7: #D4B106;
  --yellow-8: #AD8B00;
  --yellow-9: #876800;
  --yellow-10: #614700;
  --lime-1: #FCFFE6;
  --lime-2: #F4FFB8;
  --lime-3: #EAFF8F;
  --lime-4: #D3F261;
  --lime-5: #BAE637;
  --lime-6: #A0D911;
  --lime-7: #7CB305;
  --lime-8: #5B8C00;
  --lime-9: #3F6600;
  --lime-10: #254000;
  --green-1: #F6FFED;
  --green-2: #D9F7BE;
  --green-3: #B7EB8F;
  --green-4: #95DE64;
  --green-5: #73D13D;
  --green-6: #52C41A;
  --green-7: #389E0D;
  --green-8: #237804;
  --green-9: #135200;
  --green-10: #092B00;
  --cyan-1: #E6FFFB;
  --cyan-2: #B5F5EC;
  --cyan-3: #87E8DE;
  --cyan-4: #5CDBD3;
  --cyan-5: #36CFC9;
  --cyan-6: #13C2C2;
  --cyan-7: #08979C;
  --cyan-8: #006D75;
  --cyan-9: #00474F;
  --cyan-10: #002329;
  --geekblue-1: #F0F5FF;
  --geekblue-2: #D6E4FF;
  --geekblue-3: #ADC6FF;
  --geekblue-4: #85A5FF;
  --geekblue-5: #597EF7;
  --geekblue-6: #2F54EB;
  --geekblue-7: #1D39C4;
  --geekblue-8: #10239E;
  --geekblue-9: #061178;
  --geekblue-10: #030852;
  --purple-1: #F9F0FF;
  --purple-2: #EFDBFF;
  --purple-3: #D3ADF7;
  --purple-4: #B37FEB;
  --purple-5: #9254DE;
  --purple-6: #722ED1;
  --purple-7: #531DAB;
  --purple-8: #391085;
  --purple-9: #22075E;
  --purple-10: #120338;
  --magenta-1: #FFF0F6;
  --magenta-2: #FFD6E7;
  --magenta-3: #FFADD2;
  --magenta-4: #FF85C0;
  --magenta-5: #F759AB;
  --magenta-6: #EB2F96;
  --magenta-7: #C41D7F;
  --magenta-8: #9E1068;
  --magenta-9: #780650;
  --magenta-10: #520339;
  --background-1: #FFF9F5;
  --background-2: #001529;
  --background-3: #000C17;
}
:root {
  --grid-12: 12;
  --grid-24: 24;
}
:root {
  --padding-lg: 24px;
  --padding-md: 16px;
  --padding-sm: 12px;
  --padding-xs: 8px;
  --padding-xss: 4px;
  --control-padding-horizontal: 12px;
  --control-padding-horizontal-sm: 8px;
  --margin-xl: 34px;
  --margin-lg: 24px;
  --margin-md: 16px;
  --margin-sm: 12px;
  --margin-xs: 8px;
  --margin-xss: 4px;
}
:root {
  --shadow-color: rgba(0, 0, 0, 0.15);
  --shadow-color-inverse: #fff;
  --box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
  --shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave,
.ant-fade-enter,
.ant-fade-appear,
.ant-fade-leave {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.product-popover {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.product-table-column-selector .ant-cascader-menu {
  height: 100%;
}
.product-hover:hover {
  cursor: pointer;
}
.price-automation .ant-modal-title {
  width: 100%;
}
.price-automation-disabled-message .ant-form-item-explain {
  display: none !important;
}
.custom-panel .ant-collapse-header {
  font-weight: var(--fw-bold);
  color: var(--gray-10);
  font-size: var(--fs-s);
}
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #FF4D4F;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #FF4D4F;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
          animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52C41A;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890FF;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890FF;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #FF4D4F;
}
.ant-badge-status-warning {
  background-color: #FFBE00;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #EB2F96;
}
.ant-badge-status-red {
  background: #F5222D;
}
.ant-badge-status-volcano {
  background: #FA541C;
}
.ant-badge-status-orange {
  background: #F48031;
}
.ant-badge-status-yellow {
  background: #FADB14;
}
.ant-badge-status-gold {
  background: #FFBE00;
}
.ant-badge-status-cyan {
  background: #13C2C2;
}
.ant-badge-status-lime {
  background: #A0D911;
}
.ant-badge-status-green {
  background: #52C41A;
}
.ant-badge-status-blue {
  background: #1890FF;
}
.ant-badge-status-geekblue {
  background: #2F54EB;
}
.ant-badge-status-purple {
  background: #722ED1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #F5222D;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #EB2F96;
  background: #EB2F96;
}
.ant-ribbon-color-red {
  color: #F5222D;
  background: #F5222D;
}
.ant-ribbon-color-volcano {
  color: #FA541C;
  background: #FA541C;
}
.ant-ribbon-color-orange {
  color: #F48031;
  background: #F48031;
}
.ant-ribbon-color-yellow {
  color: #FADB14;
  background: #FADB14;
}
.ant-ribbon-color-gold {
  color: #FFBE00;
  background: #FFBE00;
}
.ant-ribbon-color-cyan {
  color: #13C2C2;
  background: #13C2C2;
}
.ant-ribbon-color-lime {
  color: #A0D911;
  background: #A0D911;
}
.ant-ribbon-color-green {
  color: #52C41A;
  background: #52C41A;
}
.ant-ribbon-color-blue {
  color: #1890FF;
  background: #1890FF;
}
.ant-ribbon-color-geekblue {
  color: #2F54EB;
  background: #2F54EB;
}
.ant-ribbon-color-purple {
  color: #722ED1;
  background: #722ED1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
          animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
          animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@-webkit-keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

