/* 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 */
.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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 0;
  margin-left: 2px;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-transition: width 0.3s, left 0.3s, right 0.3s;
  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;
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
          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;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
          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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  margin: 0 0 16px 0;
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-bottom: 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: normal;
  text-shadow: 0 0 0.25px #096dd9;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
          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;
  -webkit-box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
          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 {
  -webkit-transition: height 0.3s, top 0.3s;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: '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;
  -webkit-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);
          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 {
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  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: #fafafa;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  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: #1890ff;
  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:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 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:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-bottom: 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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate(0);
          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;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      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;
  -webkit-transform: translateY(100%);
          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;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  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: #40a9ff;
}
.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: #096dd9;
}
.ant-tabs-extra-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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']) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 32px 0 0;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab:last-of-type {
  margin-right: 0;
  margin-left: 0;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #096dd9;
}
.ant-tabs-tab-btn {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  font-weight: 500;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  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: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  outline: none;
}

.cms-video-block {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cms-video-play-con {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.cms-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  cursor: pointer;
}
.cms-video-play::before {
  content: '';
  border: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.8);
  border-left-width: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-15%, -50%);
  transition: all 0.25s;
}
.cms-video-play:hover::before {
  border-left-color: #ffffff;
}
.cms-video-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow: hidden;
}
.cms-video-mask .cms-video-con {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.cms-video-mask .cms-video {
  position: relative;
}
.cms-video-mask .cms-video .cms-video-player {
  margin: 0 auto;
}
.cms-video-mask .cms-video .cms-video-player-mb {
  width: 95vw;
  height: calc(95vw / 16 * 9);
  margin: 0 auto;
}
.cms-video-mask .cms-video .cms-video-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 20px;
  height: 20px;
  background: #9b9b9b;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.cms-video-mask .cms-video video {
  outline: none;
}
.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.font-lighter {
  font-weight: lighter;
}
.font-bolder {
  font-weight: bolder;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-none {
  font-weight: normal;
}
.font-medium {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .font-medium {
    font-weight: 600;
  }
}
.font-wrapper {
  font-family: Lato, Manrope, Roboto, Helvetica, Arial, sans-serif;
}
.font-wrapper.black-100 {
  color: #24262b;
}
.font-wrapper.black-65 {
  color: #656667;
}
.font-wrapper.black-45 {
  color: #959595;
}
.font-wrapper.black-25 {
  color: #c4c4c4;
}
.font-wrapper.black-15 {
  color: #dcdcdc;
}
.font-wrapper.black-9 {
  color: #ebebeb;
}
.font-wrapper.black-4 {
  color: #f6f6f6;
}
.font-wrapper.black-2 {
  color: #fbfbfb;
}
.font-wrapper.white {
  color: #fff;
}
.font-wrapper.h1 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
.font-wrapper.h1-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
.font-wrapper.h1-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h1 {
    font-size: 56px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 56px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 56px;
    line-height: 1.15;
  }
}
.font-wrapper.h2 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h2-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h2-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h2-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h2-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h2 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h2-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h2-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h2 {
    font-size: 48px;
    line-height: 1.15;
  }
  .font-wrapper.h2-s {
    font-size: 48px;
    line-height: 1.15;
  }
  .font-wrapper.h2-m {
    font-size: 48px;
    line-height: 1.15;
  }
}
.font-wrapper.h3 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h3-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h3-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h3 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h3-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h3-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
.font-wrapper.h4 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h4-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h4-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h4-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h4-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h4-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h4-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h4 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h4-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h4-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
.font-wrapper.h5 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h5-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h5-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
.font-wrapper.h6 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h6-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h6-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h6 {
    font-size: 32px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 32px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 32px;
    line-height: 1.2;
  }
}
.font-wrapper.h7 {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h7-s {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h7-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h7 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
.font-wrapper.h8 {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h8-s {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h8-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
.font-wrapper.h9 {
  font-size: 18px;
  line-height: 1.5;
}
.font-wrapper.h9-s {
  font-size: 18px;
  line-height: 1.5;
}
.font-wrapper.h9-m {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
.font-wrapper.h10 {
  font-size: 16px;
  line-height: 1.5;
}
.font-wrapper.h10-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h10-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h10 {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 18px;
    line-height: 1.5;
  }
}
.font-wrapper.h11 {
  font-size: 16px;
  line-height: 1.5;
}
.font-wrapper.h11-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h11-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
.font-wrapper.h12 {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h12-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h12-m {
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.55;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.55;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.55;
  }
}
.cc-www-components-icon-check {
  width: 24px;
  height: 24px;
}
.cc-www-components-icon-top-right-corner {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
}
.cc-www-components-icon-top-left-corner {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 42px;
  height: 42px;
}
@media all and (min-width: 1024px) {
  .cc-www-components-icon-check {
    width: 32px;
    height: 32px;
  }
  .cc-www-components-icon-top-right-corner {
    top: -20px;
    right: -20px;
    width: 68px;
    height: 68px;
  }
  .cc-www-components-icon-top-left-corner {
    top: -20px;
    left: -20px;
    width: 68px;
    height: 68px;
  }
}
.cc-www-grid-container {
  width: 100%;
  padding: 0 14px;
}
@media all and (min-width: 768px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (width: 1024px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (min-width: 1025px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 80px;
  }
}
@media all and (min-width: 1440px) {
  .cc-www-grid-container {
    width: 1432px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
.cc-www-grid-fadein {
  animation: fadein 0.5s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-www-industry-template .btn-open .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ff4800;
}
.cms-www-industry-template .btn-open .link .arrow-icon {
  transition: all ease 0.3s;
  position: relative;
  left: 0;
}
.cms-www-industry-template .btn-open .link:hover .arrow-icon {
  transition: all ease 0.3s;
  position: relative;
  left: 5px;
}
.cms-www-industry-template .bg1 {
  position: relative;
  overflow: hidden;
  background: #f7f9fc;
}
.cms-www-industry-template .bg1 .container {
  margin-bottom: 0;
  padding: 0 24px;
}
.cms-www-industry-template .bg1 .shape {
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  opacity: 0.7;
  background: linear-gradient(136deg, rgba(78, 49, 200, 0.05) 28%, rgba(149, 110, 254, 0.3) 82%);
  position: absolute;
  top: -700px;
  right: -700px;
}
.cms-www-industry-template .floor1 {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
}
.cms-www-industry-template .floor1 .title {
  color: #131415;
  margin-top: 80px;
  margin-bottom: 24px;
}
.cms-www-industry-template .floor1 .desc {
  color: #131415;
  margin-bottom: 40px;
  font-weight: 400 !important;
  line-height: 1.5;
}
.cms-www-industry-template .floor1 .btn-wrap {
  margin-bottom: 35px;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg1 {
    margin-bottom: 80px;
  }
  .cms-www-industry-template .floor1 {
    padding: 0 6px;
  }
}
@media all and (min-width: 768px) {
  .cms-www-industry-template .bg1 {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 36px;
  }
  .cms-www-industry-template .floor1 .btn-wrap .contact {
    display: block;
    margin-top: 16px;
  }
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor1 .title {
    margin-top: 172px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg1 {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 80px;
  }
  .cms-www-industry-template .bg1 .shape {
    width: 3000px;
    height: 3000px;
    border-radius: 100%;
    top: -2600px;
    right: -1800px;
  }
  .cms-www-industry-template .floor1 {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .cms-www-industry-template .floor1 .img {
    max-height: 100%;
  }
  .cms-www-industry-template .floor1 .floor1-row {
    height: 600px;
  }
  .cms-www-industry-template .floor1 .floor1-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .cms-www-industry-template .floor1 .desc {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .floor1 .title {
    margin-top: 0;
  }
  .cms-www-industry-template .floor1 .btn-wrap {
    margin-bottom: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg1 {
    padding-bottom: 72px;
    margin-bottom: 96px;
    height: auto;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 36px;
  }
  .cms-www-industry-template .bg1 .shape {
    width: 2000px;
    height: 2000px;
    border-radius: 2000px;
    top: -1400px;
    right: -1400px;
  }
  .cms-www-industry-template .floor1 .title {
    margin-top: 72px;
  }
  .cms-www-industry-template .floor1 .desc {
    margin-bottom: 39px;
  }
  .cms-www-industry-template .floor1 .btn-wrap .contact {
    margin-left: 20px;
  }
}
.cms-www-industry-template .floor2 .title {
  color: #131415;
  margin: 0 0 20px;
}
.cms-www-industry-template .floor2 .desc {
  color: #131415;
  opacity: 0.6;
  margin-bottom: 30px;
  line-height: 1.5;
}
.cms-www-industry-template .floor2 .img {
  border-radius: 8px;
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cms-www-industry-template .floor2 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-product-template .bg2 .cc-www-grid-container {
    margin-bottom: 160px;
  }
  .cms-www-product-template .floor2 .desc {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-product-template .bg2 .cc-www-grid-container {
    margin-bottom: 100px;
  }
  .cms-www-product-template .floor2 .title {
    margin-bottom: 30px;
  }
}
@media all and (width: 1024px) {
  .cms-www-product-template .floor2 {
    padding: 0;
  }
  .cms-www-product-template .floor2 .title {
    margin-bottom: 24px;
  }
}
.cms-www-industry-template .floor3 {
  background: linear-gradient(212deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  position: relative;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor3 .title {
  text-align: center;
  color: #131415;
  margin-bottom: 48px;
}
.cms-www-industry-template .floor3 .icon {
  display: inline-block;
  margin-right: 24px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.cms-www-industry-template .floor3 .panel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cms-www-industry-template .floor3 .panel .name {
  color: #131415;
  margin-bottom: 8px;
}
.cms-www-industry-template .floor3 .panel .desc {
  color: rgba(19, 20, 21, 0.6);
  margin-bottom: 40px;
  line-height: 1.5;
}
.cms-www-industry-template .floor3 .col:last-child .desc {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor3 {
    padding: 112px 0 0 0;
    margin-bottom: -72px;
  }
  .cms-www-industry-template .floor3 .products {
    text-align: center;
  }
  .cms-www-industry-template .floor3 .title {
    margin: 0 auto 88px;
    width: 564px;
  }
  .cms-www-industry-template .floor3 .panel {
    margin-bottom: 72px;
  }
  .cms-www-industry-template .floor3 .panel .name {
    margin-bottom: 16px;
  }
  .cms-www-industry-template .floor3 .panel .desc {
    margin-bottom: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor3 {
    padding: 96px 0 0 0;
  }
  .cms-www-industry-template .floor3 .title {
    margin: 0 auto 72px;
    width: 414px;
  }
  .cms-www-industry-template .floor3 .name {
    margin-bottom: 16px;
  }
}
.cms-www-industry-template .bg3 {
  position: relative;
  margin-bottom: 80px;
}
.cms-www-industry-template .bg3 .shape-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 392px;
  height: 392px;
  overflow: hidden;
}
.cms-www-industry-template .bg3 .shape {
  width: 392px;
  height: 392px;
  border-radius: 392px;
  background: linear-gradient(208deg, #7c5ce4 6%, #5339d7 54%, #441bba 86%);
  position: absolute;
  bottom: -196px;
  right: -196px;
  z-index: -1;
}
.cms-www-industry-template .bg3 .shape1 {
  display: none;
}
.cms-www-industry-template .floor4 {
  background: linear-gradient(153deg, rgba(19, 109, 255, 0.09) 25%, rgba(19, 109, 255, 0) 50%);
  padding: 64px 0 48px 0;
  position: relative;
}
.cms-www-industry-template .floor4 .titleWrapper {
  text-align: center;
}
.cms-www-industry-template .floor4 .title {
  margin-bottom: 24px;
  text-align: center;
}
.cms-www-industry-template .floor4 .desc {
  text-align: left;
  text-align: center;
  padding: 24px 0;
  padding-top: 8px;
  white-space: pre-wrap;
}
.cms-www-industry-template .floor4 .desc-vertical {
  padding: 24px;
  padding-bottom: 48px;
}
.cms-www-industry-template .floor4 .title-vertical {
  margin-bottom: 48px;
  text-align: center;
}
.cms-www-industry-template .floor4 .img {
  position: relative;
  box-shadow: 0px 42px 34px -14px rgba(37, 60, 126, 0.15);
  background: #fff;
  border-radius: 8px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor-4-container {
    margin-bottom: 144px !important;
  }
  .cms-www-industry-template .bg3 {
    margin-bottom: 0;
  }
  .cms-www-industry-template .bg3 .floor4-row {
    padding: 0 32px;
  }
  .cms-www-industry-template .bg3 .shape-wrap {
    width: 600px;
    height: 600px;
  }
  .cms-www-industry-template .bg3 .shape {
    width: 600px;
    height: 600px;
    border-radius: 600px;
    position: absolute;
    bottom: -300px;
    right: -300px;
    z-index: -1;
  }
  .cms-www-industry-template .bg3 .shape1 {
    display: block;
  }
  .cms-www-industry-template .bg3 .shape2 {
    display: none;
  }
  .cms-www-industry-template .floor4 {
    padding: 112px 0 88px;
  }
  .cms-www-industry-template .floor4 .title {
    text-align: left;
  }
  .cms-www-industry-template .floor4 .desc {
    text-align: left;
  }
  .cms-www-industry-template .floor4 .title-vertical {
    margin-bottom: 0px;
  }
  .cms-www-industry-template .floor4 .desc-vertical {
    text-align: center;
    padding-bottom: 88px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 0;
  }
  .cms-www-industry-template .bg3 .container {
    margin-bottom: 112px;
  }
  .cms-www-industry-template .bg3 .shape-wrap {
    width: 460px;
    height: 460px;
  }
  .cms-www-industry-template .bg3 .shape {
    width: 460px;
    height: 460px;
    border-radius: 460px;
    position: absolute;
    bottom: -230px;
    right: -230px;
    z-index: -1;
  }
  .cms-www-industry-template .bg3 .shape1 {
    display: block;
  }
  .cms-www-industry-template .bg3 .shape2 {
    display: none;
  }
  .cms-www-industry-template .floor4 {
    padding-top: 96px;
    padding-bottom: 72px;
  }
}
.cms-www-industry-template .floor5 {
  text-align: center;
}
.cms-www-industry-template .floor5 .title {
  margin-bottom: 30px;
}
.cms-www-industry-template .floor5 .link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  padding-bottom: 40px;
}
.cms-www-industry-template .floor5 .link-wrapper .link {
  margin: 0 5px;
}
.cms-www-industry-template .floor5 .content {
  width: 100%;
  padding: 0 14px;
}
.cms-www-industry-template .floor5 .img-wrap {
  padding: 50px 0;
  background: linear-gradient(150deg, rgba(19, 109, 255, 0.09) 29%, rgba(19, 109, 255, 0) 103%);
  border-radius: 8px;
}
.cms-www-industry-template .floor5 .img-wrap .img {
  width: 100%;
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor5 {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor5 {
    padding: 80px 0 0 0;
    padding-top: 0;
  }
  .cms-www-industry-template .floor5 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 768px) {
  .floor5 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .bg5 .cc-www-grid-container {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor5 {
    padding-top: 100px;
  }
  .cms-www-industry-template .floor5 .title {
    margin-bottom: 40px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor5 {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-www-industry-template .floor5 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.scense-floor .card {
  flex: 0 0 auto;
  padding: 40px 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.scense-floor .card .card-header-wrapper {
  display: flex;
}
.scense-floor .card-logo-left {
  text-align: left;
}
.scense-floor .card-logo-left .card-header-wrapper {
  align-items: center;
  margin: 0;
  margin-bottom: 4px;
}
.scense-floor .card-logo-top {
  text-align: left;
  flex-direction: column;
}
.scense-floor .card-logo-top .card-header-wrapper {
  flex-direction: column;
  margin: 0;
  margin-bottom: 8px;
}
.scense-floor .card-logo-top .card-header-wrapper .card-icon-wrapper {
  margin: 0;
  margin-bottom: 16px;
}
.scense-floor .card-variant-default {
  background-color: white;
  box-shadow: 0 4px 10px rgba(31, 60, 126, 0.08);
  transition: all ease 0.3s;
}
.scense-floor .card-variant-default:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
}
.scense-floor .card-variant-none {
  background-color: transparent;
}
.scense-floor .card .card-icon {
  height: 36px;
  width: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  margin-right: 8px;
}
.scense-floor .card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.scense-floor .card .card-body .title {
  margin-bottom: 8px;
}
.scense-floor .card .card-body .content {
  margin: 0;
}
.scense-floor .card .card-body .card-action-link {
  padding-top: 24px;
  margin-top: auto;
}
.scense-floor .tab-container .tabs-wrapper {
  border-right: 1px solid rgba(10, 20, 21, 0.03921569);
  overflow: visible;
  text-align: left;
  position: relative;
  height: 100%;
}
.scense-floor .tab-container .tabs-wrapper .tab {
  line-height: 24px;
  margin-bottom: 28px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
  border: none;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 14px;
}
.scense-floor .tab-container .tabs-wrapper .tab-active,
.scense-floor .tab-container .tabs-wrapper .tab:hover {
  color: #FF4800;
  user-select: none;
}
.scense-floor .tab-container .tabs-wrapper .tab-active {
  cursor: default;
}
.scense-floor .tab-container .tabs-wrapper .tab-active::after {
  content: '';
  display: block;
  width: 3px;
  background-color: currentColor;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
}
.scense-floor .tab-content-wrapper {
  text-align: left;
}
.scense-floor .tab-content-wrapper .desc {
  background-color: #f7f9fc;
  padding: 16px 56px;
  margin-bottom: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.scense-floor .tab-content-wrapper .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.scense-floor .tab-content-wrapper .card-list-column-2 .card {
  flex-basis: calc((100% - 24px) / 2);
}
.scense-floor .tab-content-wrapper .card-list.pad-bottom {
  margin-bottom: -16px;
}
.scense-floor .tab-content-wrapper .link {
  text-transform: uppercase;
}
.scense-floor .collapse-container {
  border: none;
  background: none;
}
.scense-floor .collapse-container .header-wrapper {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
  box-sizing: border-box;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  text-align: left;
  padding-right: 20px;
  position: relative;
  outline: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header::before,
.scense-floor .collapse-container .header-wrapper .ant-collapse-header::after {
  display: none;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  right: 0;
  left: initial;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgba(19, 20, 21, 0.3);
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(135deg);
  border-width: 1.5px;
  transform-origin: center;
  top: 50%;
  margin-top: -8.53606789px;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header .ant-collapse-arrow svg {
  display: none;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-content {
  border: none;
  height: 0;
  overflow: hidden;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
  padding-bottom: 24px;
}
.scense-floor .collapse-container .header-wrapper.ant-collapse-item-active .ant-collapse-arrow {
  transform: rotate(-45deg);
  margin-top: -3.53606789px;
}
.scense-floor .collapse-container .header-wrapper.ant-collapse-item-active .ant-collapse-content {
  height: auto;
  overflow: hidden;
}
.scense-floor .collapse-container-en .header-wrapper .ant-collapse-header {
  font-family: "manrope";
}
.scense-floor .collapse-content-wrapper {
  text-align: left;
}
.scense-floor .collapse-content-wrapper .card-list {
  background-color: #f7f9fc;
  border-radius: 8px;
  padding: 40px 0;
}
.scense-floor .collapse-content-wrapper .card-list .card {
  padding: 0px 60px;
  margin-bottom: 36px;
}
.scense-floor .collapse-content-wrapper .card-list .card:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .scense-floor .collapse-content-wrapper {
    text-align: left;
  }
  .scense-floor .collapse-content-wrapper .desc {
    margin-bottom: 24px;
  }
  .scense-floor .collapse-content-wrapper .card-list {
    padding: 40px 0 52px;
  }
  .scense-floor .collapse-content-wrapper .card-list .card {
    padding: 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .scense-floor .collapse-content-wrapper .card-list .card {
    padding: 0 32px;
  }
}
.cms-www-industry-template .scense-floor {
  text-align: center;
  padding-top: 70px !important;
  margin-top: -70px !important;
}
.cms-www-industry-template .scense-floor .floor-title {
  text-align: center;
  margin-bottom: 64px;
}
.cms-www-industry-template .scense-floor .btn-open * {
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .scense-floor .floor-title {
    margin-bottom: 36px;
  }
}
.cms-www-industry-template .bg3 {
  position: relative;
}
.cms-www-industry-template .floor7 {
  position: relative;
  text-align: center;
}
.cms-www-industry-template .floor7 .title {
  margin-bottom: 20px;
}
.cms-www-industry-template .floor7 .floor-title {
  line-height: 1.15;
}
.cms-www-industry-template .floor7 .desc {
  color: #131415;
  opacity: 0.6;
  margin-bottom: 44px;
  line-height: 1.5;
}
.cms-www-industry-template .floor7 .card-item-wrapper {
  margin-bottom: 24px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
  padding: 30px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15) !important;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .img {
  width: 44px !important;
  height: 44px;
  margin-bottom: 20px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .title {
  margin-bottom: 14px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .link {
  color: #ff4800;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor7-container {
    margin-bottom: 80px !important;
  }
  .cms-www-industry-template .floor7 {
    padding: 0;
  }
  .cms-www-industry-template .floor7 .title {
    margin-bottom: 28px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper {
    margin-bottom: 0 !important;
  }
  .cms-www-industry-template .floor7 .cards {
    margin-top: 60px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item {
    padding: 40px 24px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .img {
    width: 64px !important;
    height: 64px;
    margin-bottom: 24px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .title {
    margin-bottom: 12px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .desc {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item:hover {
    transition: all ease 0.3s;
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor7 .cards .card-hover {
    cursor: pointer;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .cms-www-industry-template .floor7 {
    padding-top: 0;
  }
  .cms-www-industry-template .floor7 .desc {
    margin-bottom: 30px;
  }
  .cms-www-industry-template .floor7 .cards {
    margin-bottom: 20px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper .card-item {
    padding: 35px 60px 40px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper .card-item .img {
    width: 48px !important;
    height: 48px;
    margin-bottom: 16px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 110px;
  }
  .cms-www-industry-template .floor7 .cards .img {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1024px) {
  .card-item-wrapper:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .floor7 {
    margin-bottom: 80px;
  }
}
.cms-www-industry-template .floor8 {
  text-align: center;
}
.cms-www-industry-template .floor8 .title {
  margin-bottom: 40px;
}
.cms-www-industry-template .floor8 .item {
  background: white;
  border-radius: 8px;
}
.cms-www-industry-template .floor8 .item a {
  color: initial;
}
.cms-www-industry-template .floor8 .item .wrap {
  display: block;
  padding: 40px 36px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
  margin-bottom: 20px;
}
.cms-www-industry-template .floor8 .item .img {
  width: 48px !important;
  height: 48px;
  margin-bottom: 15px;
}
.cms-www-industry-template .floor8 .item .name {
  margin-bottom: 16px;
}
.cms-www-industry-template .floor8 .item .desc {
  opacity: 0.6;
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor8 {
    padding: 64px 80px 0px;
    margin-top: 80px;
    margin-bottom: 144px;
  }
  .cms-www-industry-template .floor8 .title {
    margin-bottom: 68px;
  }
  .cms-www-industry-template .floor8 .item {
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: none;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    margin-bottom: 0;
    height: 100%;
    padding: 72px 24px 50px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
    transition: all ease 0.3s;
  }
  .cms-www-industry-template .floor8 .item .wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor8 .item .name {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .floor8 {
    margin: 0 0 40px;
    margin-top: 80px;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    padding: 40px 60px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor8 {
    padding: 10px 0 110px 0;
    margin-top: 110px;
  }
  .cms-www-industry-template .floor8 .title {
    margin-bottom: 60px;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    padding: 50px 15px;
    margin-bottom: 0;
  }
}
.cms-www-industry-template .floor9-container {
  margin-bottom: 64px !important;
}
.cms-www-industry-template .bg8 .cc-www-grid-container {
  margin-bottom: 40px;
}
.cms-www-industry-template .floor9 {
  text-align: center;
  margin-top: 80px;
}
.cms-www-industry-template .floor9 .arrow-icon {
  width: 14px;
  height: 14px;
}
.cms-www-industry-template .floor9 > .title {
  margin-bottom: 20px;
}
.cms-www-industry-template .floor9 .desc {
  margin-bottom: 0;
  opacity: 0.6;
}
.cms-www-industry-template .floor9 .list-row {
  margin-top: 30px;
}
.cms-www-industry-template .floor9 .gotoText {
  color: #FF4800;
}
.cms-www-industry-template .floor9 .card {
  position: relative;
  overflow: hidden;
}
.cms-www-industry-template .floor9 .item {
  margin-bottom: 24px;
}
.cms-www-industry-template .floor9 .item a {
  color: initial;
}
.cms-www-industry-template .floor9 .item:last-of-type {
  margin-bottom: 0;
}
.cms-www-industry-template .floor9 .item .card {
  display: block;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
}
.cms-www-industry-template .floor9 .item .name {
  margin-bottom: 10px;
  line-height: 1.55;
}
.cms-www-industry-template .floor9 .item .img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.cms-www-industry-template .floor9 .item .card-info {
  padding: 40px 30px 25px;
  padding-top: 24px;
  align-self: flex-start;
}
.cms-www-industry-template .floor9 .item .name,
.cms-www-industry-template .floor9 .item .desc-item,
.cms-www-industry-template .floor9 .item .card-desc {
  text-align: left;
}
.cms-www-industry-template .floor9 .item .card-desc {
  opacity: 0.6;
}
.cms-www-industry-template .floor9 .goto {
  width: 100%;
  margin-top: 40px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor9 {
    margin-top: 160px;
    padding-top: 0;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 30px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 80px;
  }
  .cms-www-industry-template .floor9 .card {
    height: 100%;
    transition: all ease 0.3s;
  }
  .cms-www-industry-template .floor9 .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor9 .goto .arrow-icon {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
  }
  .cms-www-industry-template .floor9 .goto:hover .arrow-icon {
    transition: all 0.3s ease;
    position: relative;
    left: 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .floor9 {
    margin-top: 80px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 50px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 40px;
  }
  .cms-www-industry-template .floor9 .item {
    margin-bottom: 20px;
  }
  .cms-www-industry-template .floor9 .item:last-of-type {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .item .card {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .cms-www-industry-template .floor9 .item .card-info {
    margin-top: 0;
    padding: 50px 36px;
  }
  .cms-www-industry-template .floor9 .item .name {
    margin-bottom: 10px;
  }
  .cms-www-industry-template .floor9 .item .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .goto {
    margin-top: 20px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor9 {
    padding-top: 80px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 28px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 50px;
  }
  .cms-www-industry-template .floor9 .goto {
    margin: 40px 0;
  }
  .cms-www-industry-template .floor9 .item .card {
    display: block;
    height: 100%;
  }
  .cms-www-industry-template .floor9 .item .card .card-info {
    padding: 30px 15px;
    margin-top: 168px;
    margin-left: 0;
    padding-top: 24px;
  }
  .cms-www-industry-template .floor9 .item .card .name {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .floor9 {
    margin-top: 56px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 32px;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 40px;
  }
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor9 {
    margin-bottom: 64px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1025px) {
  .cms-www-industry-template .floor9 {
    margin-bottom: 144px;
  }
  .cms-www-industry-template .floor9 .item {
    margin-bottom: 0px;
  }
}
.cms-www-industry-template .floor10 {
  text-align: left;
}
.cms-www-industry-template .floor10 .card {
  display: flex;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
  overflow: hidden;
}
.cms-www-industry-template .floor10 .card:last-child {
  border-bottom: 0;
}
.cms-www-industry-template .floor10 .card .text {
  text-align: center;
}
.cms-www-industry-template .floor10 .card .name {
  color: #131415;
  margin-bottom: 8px;
}
.cms-www-industry-template .floor10 .card .desc {
  margin-bottom: 24px;
  color: rgba(19, 20, 21, 0.6);
  font-size: 16px;
}
.cms-www-industry-template .floor10 .card .img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg5 .row {
    padding: 0 6px;
  }
  .cms-www-industry-template .bg5 .card {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .bg5 .card:last-of-type {
    margin-bottom: 0 !important;
  }
  .cms-www-industry-template .bg5 .card .name {
    text-align: center;
  }
  .cms-www-industry-template .bg5 .card .desc {
    text-align: center;
  }
  .cms-www-industry-template .bg5 .card + .card {
    margin-top: 64px;
    border-top: rgba(19, 20, 21, 0.3);
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor10-container {
    margin-top: -80px;
    padding-top: 80px;
  }
  .cms-www-industry-template .floor10 .card {
    border-radius: 8px;
    box-shadow: 0px -2px 10px 0px rgba(37, 60, 126, 0.04), 0px 14px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor10 .card .text {
    text-align: left;
  }
  .cms-www-industry-template .floor10 .card .name {
    margin-bottom: 24px;
  }
  .cms-www-industry-template .floor10 .card + .card {
    margin-top: 24px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor10 {
    padding: 0;
  }
  .cms-www-industry-template .floor10 .text {
    text-align: center;
  }
}
.cms-www-industry-template .floor11 {
  position: relative;
  background: linear-gradient(167deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  text-align: center;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor11 .title {
  margin-bottom: 48px;
}
.cms-www-industry-template .floor11 .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-www-industry-template .floor11 .img {
  display: inline-block;
  height: 40px;
  margin: 5px 24px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor11 {
    padding: 112px 0 0 0;
  }
  .cms-www-industry-template .floor11 .title {
    margin-bottom: 88px;
  }
  .cms-www-industry-template .floor11 .img {
    height: 64px;
    margin: 5px 32px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor11 {
    padding: 96px 0 160px 0;
  }
  .cms-www-industry-template .floor11 .title {
    margin-bottom: 72px;
  }
}
.cms-www-industry-template .bg7 .container {
  margin-bottom: 80px;
}
.cms-www-industry-template .floor12 {
  position: relative;
  background: linear-gradient(167deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  text-align: center;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor12 .title {
  margin-bottom: 48px;
}
.cms-www-industry-template .floor12 .steps {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.cms-www-industry-template .floor12 .steps .step {
  width: 100%;
  display: flex;
}
.cms-www-industry-template .floor12 .steps .step .mark {
  position: relative;
  margin-bottom: 40px;
  width: 50px;
  height: 100%;
  overflow: hidden;
}
.cms-www-industry-template .floor12 .steps .step .mark .index {
  width: 24px;
  height: 24px;
  background: #fee894;
  color: #eab44d;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  z-index: 1;
  position: relative;
}
.cms-www-industry-template .floor12 .steps .step .mark .line {
  position: absolute;
  display: block;
  top: 0px;
  left: 11px;
}
.cms-www-industry-template .floor12 .steps .step:last-child .mark .line {
  display: none;
}
.cms-www-industry-template .floor12 .steps .step .content {
  flex: 1;
}
.cms-www-industry-template .floor12 .steps .step .content .name {
  margin-bottom: 16px;
}
.cms-www-industry-template .floor12 .steps .step .content .desc {
  margin-bottom: 40px;
  color: rgba(19, 20, 21, 0.6);
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg7 .container {
    margin-bottom: 112px;
  }
  .cms-www-industry-template .floor12 {
    padding: 112px 0 0 0;
    text-align: center;
  }
  .cms-www-industry-template .floor12 .title {
    margin-bottom: 88px;
  }
  .cms-www-industry-template .floor12 .steps {
    flex-direction: row;
  }
  .cms-www-industry-template .floor12 .steps .step {
    width: 25%;
    display: block;
  }
  .cms-www-industry-template .floor12 .steps .step .mark {
    height: 24px;
    position: relative;
    width: 100%;
    left: calc(50% - 12px);
  }
  .cms-www-industry-template .floor12 .steps .step .mark .line {
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(-90deg);
    transform-origin: top center;
  }
  .cms-www-industry-template .floor12 .steps .step .content .name {
    text-align: center;
    padding: 0 10px;
  }
  .cms-www-industry-template .floor12 .steps .step .content .desc {
    padding: 0 10px;
    text-align: center;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor12 {
    padding: 96px 0 0 0;
  }
  .cms-www-industry-template .floor12 .title {
    margin-bottom: 72px;
  }
  .cms-www-industry-template .floor12 .mark {
    margin-bottom: 32px !important;
  }
}
@media all and (max-width: 1024px) {
  .cms-www-industry-template .floor12 .step:last-child .mark .line {
    display: none;
  }
}
.cms-www-industry-template .bg8 {
  background: #fff9e0;
  padding: 48px 0;
  box-sizing: border-box;
}
.cms-www-industry-template .bg8 .btn {
  display: inline-block;
  margin-top: 24px;
}
.cms-www-industry-template .bg8 .cc-www-grid-container {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg8 {
    padding: 96px 0;
  }
  .cms-www-industry-template .bg8 .btn {
    margin-top: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg8 {
    padding: 80px 0;
    margin-top: 8px;
  }
  .cms-www-industry-template .bg8 .btn {
    margin-top: 0;
  }
}
.cms-www-industry-template .navs {
  display: none;
}
.cms-www-industry-template .navs .btn-wrap {
  white-space: nowrap;
}
.cms-www-industry-template .navs .navbar-wrap {
  flex: 1;
  overflow: hidden;
}
.cms-www-industry-template .navs .nav-item {
  cursor: pointer;
}
.cms-www-industry-template .navs .nav-item.first {
  white-space: nowrap;
  cursor: initial;
  user-select: none;
}
.cms-www-industry-template .navs .nav-item:hover:not(.first) {
  opacity: 0.7 !important;
}
.cms-www-industry-template .arrow-icon {
  width: 14px;
  height: 14px;
}
.cms-www-industry-template .fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  padding-left: 0;
  transform: translate(0, 0);
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: box-shadow 0.3s ease;
}
.cms-www-industry-template .fixed.navs {
  width: 100%;
  padding: 0;
  background: #fff;
}
.cms-www-industry-template .fixed .navbar {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 2;
    width: 100%;
    padding: 0 80px;
    display: flex !important;
    height: 70px;
    line-height: 70px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 100%;
    margin: 0 auto !important;
  }
  .cms-www-industry-template .navs .navbar::before,
  .cms-www-industry-template .navs .navbar::after {
    display: none;
  }
  .cms-www-industry-template .navs .navbar .navbar-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-www-industry-template .navs .product-comp-scroll-item .nav-item:hover {
    opacity: 0.7;
  }
  .cms-www-industry-template .navs .btn {
    display: inline;
  }
  .cms-www-industry-template .fixed .navbar {
    padding: 0 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    display: flex !important;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 36px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 100%;
  }
  .cms-www-industry-template .navs .btn {
    display: inline;
  }
  .cms-www-industry-template .fixed .navbar {
    padding: 0 36px;
    margin: 0 !important;
  }
  .cms-www-industry-template .fixed .navbar .navbar-wrap {
    padding: 0 !important;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .cms-www-industry-template .navs {
    padding: 0 56px;
  }
  .cms-www-industry-template .cms-www-industry-template .navs .navbar .navbar-wrap {
    padding-left: 12px !important;
    padding-right: 0 !important;
  }
  .cms-www-industry-template .cms-www-industry-template .fixed .navbar {
    padding: 0 56px;
  }
}
@media all and (min-width: 1440px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    padding-left: 80px;
    display: flex !important;
    width: 1432px;
    padding: 0 80px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 1432px;
    margin: 0 auto;
  }
}
.cms-www-industry-template .product-comp-scroll-wrapper {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.cms-www-industry-template .product-comp-scroll {
  overflow: auto hidden;
  white-space: nowrap;
  transition: scrolling 0.3s ease;
}
.cms-www-industry-template .product-comp-scroll::-webkit-scrollbar {
  display: none;
}
.cms-www-industry-template .product-comp-scroll-arrow {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.cms-www-industry-template .product-comp-scroll-left {
  left: 0;
}
.cms-www-industry-template .product-comp-scroll-right {
  right: 0;
}
.cms-www-industry-template .product-comp-scroll-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cms-www-industry-template .product-comp-scroll-icon-left {
  transform: rotate(180deg) translate(0%, 50%);
}
.cms-www-industry-template .product-comp-scroll-hidden {
  display: none;
}
.cms-www-industry-template .product-comp-scroll .product-comp-scroll-item {
  display: inline-block;
  white-space: nowrap;
  transition: scrolling 0.3s ease;
}
.cms-www-industry-template .nav-item {
  padding: 0 20px;
  color: #131415;
}
.cms-www-industry-template .active {
  color: #FF4800;
}
.cms-www-industry-template .first {
  position: relative;
  padding-left: 0;
  padding-right: 40px;
}
.cms-www-industry-template .first::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background: #131415;
  opacity: 0.3;
}
.cms-www-industry-template .first-hidden::after {
  width: 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .scrollNavs {
    flex: 1;
    margin-right: 32px;
  }
}
@media all and (max-width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.cms-www-industry-template div {
  overflow-wrap: break-word;
}
.cms-www-industry-template .flex {
  display: flex;
}
.cms-www-industry-template .f-jc-c {
  justify-content: center;
}
.cms-www-industry-template .f-ai-c {
  align-items: center;
}
.cms-www-industry-template .container {
  min-width: initial;
}
.cms-www-industry-template .btn {
  position: relative;
  display: inline-block;
  background: #ff4800;
  border-radius: 60px 48px 48px 0;
  padding: 13px 32px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.cms-www-industry-template .btn:hover {
  background: #cc3900;
}
.cms-www-industry-template .products {
  color: #5831ec;
}
.cms-www-industry-template .cc-www-grid-container {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 144px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 96px;
  }
}

/* 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 */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
[class^=ant-],
[class*= ant-],
[class^=ant-] *,
[class*= ant-] *,
[class^=ant-] *::before,
[class*= ant-] *::before,
[class^=ant-] *::after,
[class*= ant-] *::after {
  box-sizing: border-box;
}
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -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';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* 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 */
.ant-row {
  display: flex;
  flex-flow: row wrap;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}

[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-card {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 4px 10px 0px rgba(114, 116, 122, 0.08);
}
.earth-card-variant-none {
  box-shadow: none;
}
.earth-card-variant-outlined {
  box-shadow: none;
  border: 1px solid rgba(114, 116, 122, 0.08);
}
.earth-card > .earth-card-content,
.earth-card > .earth-card-action-btn-wrapper,
.earth-card > .earth-card-media {
  margin-left: 32px;
  margin-right: 32px;
}
.earth-card > .earth-card-media,
.earth-card > .earth-card-content,
.earth-card > .earth-card-action-btn-wrapper:first-child {
  margin-top: 48px;
}
.earth-card > :last-child.earth-card-content,
.earth-card > :last-child.earth-card-action-btn-wrapper {
  margin-bottom: 56px;
}
.earth-card > .earth-card-media:last-child {
  margin-top: 0px;
  margin-bottom: 48px;
}
.earth-card-vertical.earth-card-media-type {
  margin-top: 0;
}
.earth-card-vertical.earth-card-media-type > .earth-card-content:last-child,
.earth-card-vertical.earth-card-media-type > .earth-card-action-btn-wrapper:last-child {
  margin-bottom: 40px;
}
.earth-card-horizontal {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.earth-card-horizontal > .earth-card-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.earth-card-horizontal > .earth-card-content .earth-card-action-btn-wrapper {
  margin-top: 40px;
  margin-bottom: 0px;
}
.earth-card-vertical.earth-card-media-type > :first-child.earth-card-media-match-parent {
  margin: 0;
}
.earth-card-vertical.earth-card > :first-child.earth-card-media + .earth-card-content {
  margin-top: 28px;
}
.earth-card-vertical.earth-card > .earth-card-content + .earth-card-media {
  margin-top: 28px;
}
.earth-card-vertical.earth-card > .earth-card-media-match-parent:last-child {
  margin: 0;
}
.earth-card-vertical.earth-card > .earth-card-media-match-parent:last-child + .earth-card-content {
  margin-bottom: 28px;
}
.earth-card-horizontal.earth-card-media-type > .earth-card-media-match-parent:first-child {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.earth-card-horizontal.earth-card > .earth-card-media-match-parent:last-child {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.earth-card-horizontal.earth-card > .earth-card-media:first-child {
  margin-right: 0;
}
.earth-card-horizontal.earth-card > .earth-card-media:first-child + .earth-card-content {
  margin-left: 48px;
}
.earth-card-horizontal.earth-card > .earth-card-media:last-child {
  margin-left: 0;
}
.earth-card-horizontal.earth-card > .earth-card-media:last-child + .earth-card-content {
  margin-right: 48px;
}
.earth-card-horizontal.earth-card > .earth-card-media:only-child {
  margin-left: 56px;
  margin-right: 56px;
}
.earth-card-horizontal.earth-card > .earth-card-content,
.earth-card-horizontal.earth-card > .earth-card-media {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 56px;
  margin-right: 56px;
}
.earth-card-horizontal.earth-card > .earth-card-media {
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  [class^='earth-']::-ms-clear,
  [class^='earth-'] input::-ms-clear,
  [class^='earth-'] input::-ms-reveal,
  [class*='earth-']::-ms-clear,
  [class*='earth-'] input::-ms-clear,
  [class*='earth-'] input::-ms-reveal {
    display: none;
  }
  [class^='earth-'],
  [class^='earth-'] *,
  [class^='earth-'] *::before,
  [class^='earth-'] *::after,
  [class*='earth-'],
  [class*='earth-'] *,
  [class*='earth-'] *::before,
  [class*='earth-'] *::after {
    box-sizing: border-box;
  }
  .earth-card > .earth-card-content,
  .earth-card > .earth-card-content,
  .earth-card > .earth-card-action-btn-wrapper:first-child {
    margin-top: 40px;
  }
  .earth-card > .earth-card-content:last-child {
    margin-bottom: 48px;
  }
  .earth-card > .earth-card-action-btn-wrapper:last-child {
    margin-bottom: 40px;
  }
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-card > .earth-card-content,
.earth-card > .earth-card-content,
.earth-card > .earth-card-action-btn-wrapper:first-child {
  margin-top: 40px;
}
.earth-card > .earth-card-content:last-child {
  margin-bottom: 48px;
}
.earth-card > .earth-card-action-btn-wrapper:last-child {
  margin-bottom: 40px;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-col {
  position: relative;
  box-sizing: border-box;
}
.earth-col-span-0 {
  display: none;
}
.earth-col-span-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 4.16667%;
  max-width: 4.16667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-1 {
  order: 1;
}
.earth-col-pull-1 {
  right: 4.16667%;
}
.earth-col-push-1 {
  left: 4.16667%;
}
.earth-col-offset-1 {
  margin-left: 4.16667%;
}
.earth-col-span-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-2 {
  order: 2;
}
.earth-col-pull-2 {
  right: 8.33333%;
}
.earth-col-push-2 {
  left: 8.33333%;
}
.earth-col-offset-2 {
  margin-left: 8.33333%;
}
.earth-col-span-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 12.5%;
  max-width: 12.5%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-3 {
  order: 3;
}
.earth-col-pull-3 {
  right: 12.5%;
}
.earth-col-push-3 {
  left: 12.5%;
}
.earth-col-offset-3 {
  margin-left: 12.5%;
}
.earth-col-span-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-4 {
  order: 4;
}
.earth-col-pull-4 {
  right: 16.66667%;
}
.earth-col-push-4 {
  left: 16.66667%;
}
.earth-col-offset-4 {
  margin-left: 16.66667%;
}
.earth-col-span-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20.83333%;
  max-width: 20.83333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-5 {
  order: 5;
}
.earth-col-pull-5 {
  right: 20.83333%;
}
.earth-col-push-5 {
  left: 20.83333%;
}
.earth-col-offset-5 {
  margin-left: 20.83333%;
}
.earth-col-span-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-6 {
  order: 6;
}
.earth-col-pull-6 {
  right: 25%;
}
.earth-col-push-6 {
  left: 25%;
}
.earth-col-offset-6 {
  margin-left: 25%;
}
.earth-col-span-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 29.16667%;
  max-width: 29.16667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-7 {
  order: 7;
}
.earth-col-pull-7 {
  right: 29.16667%;
}
.earth-col-push-7 {
  left: 29.16667%;
}
.earth-col-offset-7 {
  margin-left: 29.16667%;
}
.earth-col-span-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-8 {
  order: 8;
}
.earth-col-pull-8 {
  right: 33.33333%;
}
.earth-col-push-8 {
  left: 33.33333%;
}
.earth-col-offset-8 {
  margin-left: 33.33333%;
}
.earth-col-span-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 37.5%;
  max-width: 37.5%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-9 {
  order: 9;
}
.earth-col-pull-9 {
  right: 37.5%;
}
.earth-col-push-9 {
  left: 37.5%;
}
.earth-col-offset-9 {
  margin-left: 37.5%;
}
.earth-col-span-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-10 {
  order: 10;
}
.earth-col-pull-10 {
  right: 41.66667%;
}
.earth-col-push-10 {
  left: 41.66667%;
}
.earth-col-offset-10 {
  margin-left: 41.66667%;
}
.earth-col-span-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 45.83333%;
  max-width: 45.83333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-11 {
  order: 11;
}
.earth-col-pull-11 {
  right: 45.83333%;
}
.earth-col-push-11 {
  left: 45.83333%;
}
.earth-col-offset-11 {
  margin-left: 45.83333%;
}
.earth-col-span-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-12 {
  order: 12;
}
.earth-col-pull-12 {
  right: 50%;
}
.earth-col-push-12 {
  left: 50%;
}
.earth-col-offset-12 {
  margin-left: 50%;
}
.earth-col-span-13 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 54.16667%;
  max-width: 54.16667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-13 {
  order: 13;
}
.earth-col-pull-13 {
  right: 54.16667%;
}
.earth-col-push-13 {
  left: 54.16667%;
}
.earth-col-offset-13 {
  margin-left: 54.16667%;
}
.earth-col-span-14 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-14 {
  order: 14;
}
.earth-col-pull-14 {
  right: 58.33333%;
}
.earth-col-push-14 {
  left: 58.33333%;
}
.earth-col-offset-14 {
  margin-left: 58.33333%;
}
.earth-col-span-15 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 62.5%;
  max-width: 62.5%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-15 {
  order: 15;
}
.earth-col-pull-15 {
  right: 62.5%;
}
.earth-col-push-15 {
  left: 62.5%;
}
.earth-col-offset-15 {
  margin-left: 62.5%;
}
.earth-col-span-16 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-16 {
  order: 16;
}
.earth-col-pull-16 {
  right: 66.66667%;
}
.earth-col-push-16 {
  left: 66.66667%;
}
.earth-col-offset-16 {
  margin-left: 66.66667%;
}
.earth-col-span-17 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70.83333%;
  max-width: 70.83333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-17 {
  order: 17;
}
.earth-col-pull-17 {
  right: 70.83333%;
}
.earth-col-push-17 {
  left: 70.83333%;
}
.earth-col-offset-17 {
  margin-left: 70.83333%;
}
.earth-col-span-18 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
  max-width: 75%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-18 {
  order: 18;
}
.earth-col-pull-18 {
  right: 75%;
}
.earth-col-push-18 {
  left: 75%;
}
.earth-col-offset-18 {
  margin-left: 75%;
}
.earth-col-span-19 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 79.16667%;
  max-width: 79.16667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-19 {
  order: 19;
}
.earth-col-pull-19 {
  right: 79.16667%;
}
.earth-col-push-19 {
  left: 79.16667%;
}
.earth-col-offset-19 {
  margin-left: 79.16667%;
}
.earth-col-span-20 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-20 {
  order: 20;
}
.earth-col-pull-20 {
  right: 83.33333%;
}
.earth-col-push-20 {
  left: 83.33333%;
}
.earth-col-offset-20 {
  margin-left: 83.33333%;
}
.earth-col-span-21 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 87.5%;
  max-width: 87.5%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-21 {
  order: 21;
}
.earth-col-pull-21 {
  right: 87.5%;
}
.earth-col-push-21 {
  left: 87.5%;
}
.earth-col-offset-21 {
  margin-left: 87.5%;
}
.earth-col-span-22 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-22 {
  order: 22;
}
.earth-col-pull-22 {
  right: 91.66667%;
}
.earth-col-push-22 {
  left: 91.66667%;
}
.earth-col-offset-22 {
  margin-left: 91.66667%;
}
.earth-col-span-23 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 95.83333%;
  max-width: 95.83333%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-23 {
  order: 23;
}
.earth-col-pull-23 {
  right: 95.83333%;
}
.earth-col-push-23 {
  left: 95.83333%;
}
.earth-col-offset-23 {
  margin-left: 95.83333%;
}
.earth-col-span-24 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
}
.earth-col-top {
  align-self: flex-start;
}
.earth-col-middle {
  align-self: center;
}
.earth-col-bottom {
  align-self: flex-end;
}
.earth-col-order-24 {
  order: 24;
}
.earth-col-pull-24 {
  right: 100%;
}
.earth-col-push-24 {
  left: 100%;
}
.earth-col-offset-24 {
  margin-left: 100%;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-container {
  width: 100%;
  padding: 0 20px;
  max-width: 1920px;
}
@media all and (min-width: 768px) {
  .earth-container {
    width: 100%;
    padding: 0 36px;
  }
}
@media all and (width: 1024px) {
  .earth-container {
    width: 100%;
    padding: 0 56px;
  }
}
@media all and (min-width: 1025px) {
  .earth-container {
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
    max-width: 1432px;
  }
}
.earth-container-disable-padding {
  padding-left: 0;
  padding-right: 0;
}
.earth-container-disable-maxWidth {
  width: 100%;
  max-width: 100%;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-font-level-h1 {
  font-size: 36px;
  line-height: 1.2;
}
.earth-font-level-h1-s {
  font-size: 36px;
  line-height: 1.2;
}
.earth-font-level-h1-m {
  font-size: 36px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h1 {
    font-size: 56px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 56px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 56px;
    line-height: 1.15;
  }
}
.earth-font-level-h2 {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h2-s {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h2-m {
  font-size: 32px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h2-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h2-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h2 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h2-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h2-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h2 {
    font-size: 48px;
    line-height: 1.15;
  }
  .earth-font-level-h2-s {
    font-size: 48px;
    line-height: 1.15;
  }
  .earth-font-level-h2-m {
    font-size: 48px;
    line-height: 1.15;
  }
}
.earth-font-level-h3 {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h3-s {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h3-m {
  font-size: 28px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h3 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h3-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h3-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
.earth-font-level-h4 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h4-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h4-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h4-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h4-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h4-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h4-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h4 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h4-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h4-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
.earth-font-level-h5 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h5-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h5-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
.earth-font-level-h6 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h6-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h6-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h6 {
    font-size: 32px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 32px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 32px;
    line-height: 1.2;
  }
}
.earth-font-level-h7 {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h7-s {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h7-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h7 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
.earth-font-level-h8 {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h8-s {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h8-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
.earth-font-level-h9 {
  font-size: 18px;
  line-height: 1.5;
}
.earth-font-level-h9-s {
  font-size: 18px;
  line-height: 1.5;
}
.earth-font-level-h9-m {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
.earth-font-level-h10 {
  font-size: 16px;
  line-height: 1.5;
}
.earth-font-level-h10-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h10-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h10 {
    font-size: 18px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 18px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 18px;
    line-height: 1.5;
  }
}
.earth-font-level-h11 {
  font-size: 16px;
  line-height: 1.5;
}
.earth-font-level-h11-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h11-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
.earth-font-level-h12 {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h12-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h12-m {
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h12 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h12 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h12 {
    font-size: 14px;
    line-height: 1.55;
  }
  .earth-font-level-h12-s {
    font-size: 14px;
    line-height: 1.55;
  }
  .earth-font-level-h12-m {
    font-size: 14px;
    line-height: 1.55;
  }
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-font-level-h1 {
  font-size: 36px;
  line-height: 1.2;
}
.earth-font-level-h1-s {
  font-size: 36px;
  line-height: 1.2;
}
.earth-font-level-h1-m {
  font-size: 36px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h1 {
    font-size: 56px;
    line-height: 1.15;
  }
  .earth-font-level-h1-s {
    font-size: 56px;
    line-height: 1.15;
  }
  .earth-font-level-h1-m {
    font-size: 56px;
    line-height: 1.15;
  }
}
.earth-font-level-h2 {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h2-s {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h2-m {
  font-size: 32px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h2-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h2-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h2 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h2-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h2-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h2 {
    font-size: 48px;
    line-height: 1.15;
  }
  .earth-font-level-h2-s {
    font-size: 48px;
    line-height: 1.15;
  }
  .earth-font-level-h2-m {
    font-size: 48px;
    line-height: 1.15;
  }
}
.earth-font-level-h3 {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h3-s {
  font-size: 32px;
  line-height: 1.2;
}
.earth-font-level-h3-m {
  font-size: 28px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h3 {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h3-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .earth-font-level-h3-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
.earth-font-level-h4 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h4-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h4-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h4-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h4-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h4-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h4-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h4 {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h4-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .earth-font-level-h4-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
.earth-font-level-h5 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h5-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h5-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .earth-font-level-h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
.earth-font-level-h6 {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h6-s {
  font-size: 24px;
  line-height: 1.2;
}
.earth-font-level-h6-m {
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .earth-font-level-h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h6 {
    font-size: 32px;
    line-height: 1.2;
  }
  .earth-font-level-h6-s {
    font-size: 32px;
    line-height: 1.2;
  }
  .earth-font-level-h6-m {
    font-size: 32px;
    line-height: 1.2;
  }
}
.earth-font-level-h7 {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h7-s {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h7-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h7 {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h7-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .earth-font-level-h7-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
.earth-font-level-h8 {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h8-s {
  font-size: 20px;
  line-height: 1.5;
}
.earth-font-level-h8-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .earth-font-level-h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
.earth-font-level-h9 {
  font-size: 18px;
  line-height: 1.5;
}
.earth-font-level-h9-s {
  font-size: 18px;
  line-height: 1.5;
}
.earth-font-level-h9-m {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .earth-font-level-h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
.earth-font-level-h10 {
  font-size: 16px;
  line-height: 1.5;
}
.earth-font-level-h10-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h10-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h10 {
    font-size: 18px;
    line-height: 1.5;
  }
  .earth-font-level-h10-s {
    font-size: 18px;
    line-height: 1.5;
  }
  .earth-font-level-h10-m {
    font-size: 18px;
    line-height: 1.5;
  }
}
.earth-font-level-h11 {
  font-size: 16px;
  line-height: 1.5;
}
.earth-font-level-h11-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h11-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
.earth-font-level-h12 {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h12-s {
  font-size: 14px;
  line-height: 1.5;
}
.earth-font-level-h12-m {
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .earth-font-level-h12 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .earth-font-level-h12 {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .earth-font-level-h12-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .earth-font {
    white-space: pre-wrap;
  }
  .earth-font-level-h12 {
    font-size: 14px;
    line-height: 1.55;
  }
  .earth-font-level-h12-s {
    font-size: 14px;
    line-height: 1.55;
  }
  .earth-font-level-h12-m {
    font-size: 14px;
    line-height: 1.55;
  }
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-font-zh-type-title-h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h4 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-subtitle-h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-body-h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-zh-type-body-h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-caption-h1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-zh-type-caption-h2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
@media all and (min-width: 768px) {
  .earth-font-zh-type-title-h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (width: 1024px) {
  .earth-font-zh-type-title-h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (min-width: 1025px) {
  .earth-font-zh-type-title-h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
.earth-font-en-type-title-h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-subtitle-h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-body-h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-body-h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-caption-h1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-caption-h2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
@media all and (min-width: 768px) {
  .earth-font-en-type-title-h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (width: 1024px) {
  .earth-font-en-type-title-h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (min-width: 1025px) {
  .earth-font-en-type-title-h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-font-weight-normal {
  font-weight: normal;
}
.earth-font-weight-bold {
  font-weight: bold;
}
.earth-font-weight-lighter {
  font-weight: lighter;
}
.earth-font-weight-bolder {
  font-weight: bolder;
}
.earth-font-weight-100 {
  font-weight: 100;
}
.earth-font-weight-200 {
  font-weight: 200;
}
.earth-font-weight-300 {
  font-weight: 300;
}
.earth-font-weight-400 {
  font-weight: 400;
}
.earth-font-weight-500 {
  font-weight: 500;
}
.earth-font-weight-600 {
  font-weight: 600;
}
.earth-font-weight-700 {
  font-weight: 700;
}
.earth-font-weight-800 {
  font-weight: 800;
}
.earth-font-none {
  font-weight: normal;
}
.earth-font-medium {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .earth-font-medium {
    font-weight: 600;
  }
}
.earth-font-align-center {
  text-align: center;
}
.earth-font-align-left {
  text-align: left;
}
.earth-font-align-right {
  text-align: right;
}
.earth-font-black-100 {
  color: #24262b;
}
.earth-font-black-65 {
  color: #656667;
}
.earth-font-black-45 {
  color: #959595;
}
.earth-font-black-25 {
  color: #c4c4c4;
}
.earth-font-black-15 {
  color: #dcdcdc;
}
.earth-font-black-9 {
  color: #ebebeb;
}
.earth-font-black-4 {
  color: #f6f6f6;
}
.earth-font-black-2 {
  color: #fbfbfb;
}
.earth-font-white {
  color: #fff;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-font-zh-type-title-h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-title-h4 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-subtitle-h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-zh-type-subtitle-h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-body-h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-zh-type-body-h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-zh-type-caption-h1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-zh-type-caption-h2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: "PingFang SC";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
@media all and (min-width: 768px) {
  .earth-font-zh-type-title-h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (width: 1024px) {
  .earth-font-zh-type-title-h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (min-width: 1025px) {
  .earth-font-zh-type-title-h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-title-h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-subtitle-h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-zh-type-subtitle-h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-body-h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-body-h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-zh-type-caption-h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-zh-type-caption-h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "PingFang SC";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
.earth-font-en-type-title-h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
  letter-spacing: -0.04px;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-subtitle-h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-subtitle-h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "manrope";
  color: #131415;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-body-h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-body-h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
.earth-font-en-type-caption-h1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-caption-h2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "lato";
  color: #606266;
}
.earth-font-en-type-title-h1 {
  font-weight: 800;
}
@media all and (min-width: 768px) {
  .earth-font-en-type-title-h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (width: 1024px) {
  .earth-font-en-type-title-h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
@media all and (min-width: 1025px) {
  .earth-font-en-type-title-h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
    letter-spacing: -0.04px;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-subtitle-h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-subtitle-h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "manrope";
    color: #131415;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-body-h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-body-h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
  .earth-font-en-type-caption-h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-caption-h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "lato";
    color: #606266;
  }
  .earth-font-en-type-title-h1 {
    font-weight: 800;
  }
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-row {
  display: flex;
  flex-wrap: wrap;
}
.earth-row-top {
  align-items: flex-start;
}
.earth-row-middle {
  align-items: center;
}
.earth-row-bottom {
  align-items: flex-end;
}
.earth-row-stretch {
  align-items: stretch;
}
.earth-row-left {
  justify-content: flex-start;
}
.earth-row-center {
  justify-content: center;
}
.earth-row-right {
  justify-content: flex-end;
}
.earth-row-space-between {
  justify-content: space-between;
}
.earth-row-space-around {
  justify-content: space-around;
}
.earth-row-nowrap {
  flex-wrap: nowrap;
}
.earth-row-native-grid {
  display: grid;
}
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-collapse-content {
  overflow: hidden;
  position: relative;
}
.earth-collapse-content .earth-collapse-feather {
  position: absolute;
  left: 0;
  color: white;
  height: 20;
}
.earth-collapse-content .earth-collapse-feather-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, currentColor 90%);
}
.earth-collapse-animated .earth-collapse-content {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.earth-collapse-action-button {
  cursor: pointer;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-card-action-btn-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.earth-card-action-btn-wrapper a {
  text-decoration: none;
  color: inherit;
}
.earth-card-action-btn-wrapper a:visited {
  color: inherit;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-card-content p {
  margin: 0;
}
.earth-card-content-wrapper {
  text-align: inherit;
  font-size: 16px;
}
.earth-card-content-wrapper .earth-card-content-logo {
  margin-bottom: 20px;
}
.earth-card-content-wrapper .earth-card-content-logo img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: inline-block;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-left {
  float: left;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-left + .earth-card-content-body {
  margin-left: 68px;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-right {
  float: right;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-right + .earth-card-content-body {
  margin-right: 68px;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-left + .earth-card-content-body {
  padding-left: 20px;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-right + .earth-card-content-body {
  padding-right: 20px;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-medium img {
  width: 52px;
  height: 52px;
}
.earth-card-content-wrapper .earth-card-content-logo.earth-card-content-logo-large img {
  width: 64px;
  height: 64px;
}
.earth-card-content-wrapper .earth-card-content-body {
  margin: 0;
  line-height: 24px;
}
.earth-card-content-wrapper .earth-card-content-body .earth-card-content-title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
}
.earth-card-content-expand-btn {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.earth-card-content-expand-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 8px;
  transform-origin: center;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: 5.656px;
  margin-bottom: 0;
}
.earth-card-content-expand-btn-expanded::after {
  transform: rotate(225deg);
  margin-bottom: 5.656px;
  margin-top: 0;
}
.earth-card-content .earth-card-action-btn-wrapper {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
[class^='earth-']::-ms-clear,
[class^='earth-'] input::-ms-clear,
[class^='earth-'] input::-ms-reveal,
[class*='earth-']::-ms-clear,
[class*='earth-'] input::-ms-clear,
[class*='earth-'] input::-ms-reveal {
  display: none;
}
[class^='earth-'],
[class^='earth-'] *,
[class^='earth-'] *::before,
[class^='earth-'] *::after,
[class*='earth-'],
[class*='earth-'] *,
[class*='earth-'] *::before,
[class*='earth-'] *::after {
  box-sizing: border-box;
}
.earth-card-media {
  display: block;
  margin: 0;
  align-self: stretch;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.earth-card-media-horizontal {
  max-width: 80%;
}

/* 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 */
.ant-collapse {
  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';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5.0005px;
  left: 16px;
  display: inline-block;
  padding: 12px 16px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 12px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: left;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.font-lighter {
  font-weight: lighter;
}
.font-bolder {
  font-weight: bolder;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-none {
  font-weight: normal;
}
.font-medium {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .font-medium {
    font-weight: 600;
  }
}
.font-wrapper {
  font-family: Lato, Manrope, Roboto, Helvetica, Arial, sans-serif;
}
.font-wrapper.black-100 {
  color: #24262b;
}
.font-wrapper.black-65 {
  color: #656667;
}
.font-wrapper.black-45 {
  color: #959595;
}
.font-wrapper.black-25 {
  color: #c4c4c4;
}
.font-wrapper.black-15 {
  color: #dcdcdc;
}
.font-wrapper.black-9 {
  color: #ebebeb;
}
.font-wrapper.black-4 {
  color: #f6f6f6;
}
.font-wrapper.black-2 {
  color: #fbfbfb;
}
.font-wrapper.white {
  color: #fff;
}
.font-wrapper.h1 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
.font-wrapper.h1-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
.font-wrapper.h1-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h1 {
    font-size: 56px;
    line-height: 1.15;
  }
  .font-wrapper.h1-s {
    font-size: 56px;
    line-height: 1.15;
  }
  .font-wrapper.h1-m {
    font-size: 56px;
    line-height: 1.15;
  }
}
.font-wrapper.h2 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h2-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h2-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h2 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h2-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h2-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h2 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h2-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h2-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h2 {
    font-size: 48px;
    line-height: 1.15;
  }
  .font-wrapper.h2-s {
    font-size: 48px;
    line-height: 1.15;
  }
  .font-wrapper.h2-m {
    font-size: 48px;
    line-height: 1.15;
  }
}
.font-wrapper.h3 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h3-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}
.font-wrapper.h3-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h3 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h3-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h3 {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h3-s {
    font-size: 44px;
    line-height: 1.15;
  }
  .font-wrapper.h3-m {
    font-size: 44px;
    line-height: 1.15;
  }
}
.font-wrapper.h4 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h4-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h4-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h4-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h4-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h4-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h4-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h4 {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h4-s {
    font-size: 40px;
    line-height: 1.1;
  }
  .font-wrapper.h4-m {
    font-size: 40px;
    line-height: 1.1;
  }
}
.font-wrapper.h5 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h5-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h5-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h5 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-s {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-wrapper.h5-m {
    font-size: 36px;
    line-height: 1.2;
  }
}
.font-wrapper.h6 {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h6-s {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.font-wrapper.h6-m {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .font-wrapper.h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h6 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h6 {
    font-size: 32px;
    line-height: 1.2;
  }
  .font-wrapper.h6-s {
    font-size: 32px;
    line-height: 1.2;
  }
  .font-wrapper.h6-m {
    font-size: 32px;
    line-height: 1.2;
  }
}
.font-wrapper.h7 {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h7-s {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h7-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h7 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h7 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h7-s {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-wrapper.h7-m {
    font-size: 28px;
    line-height: 1.2;
  }
}
.font-wrapper.h8 {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h8-s {
  font-size: 20px;
  line-height: 1.5;
}
.font-wrapper.h8-m {
  font-size: 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h8 {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-s {
    font-size: 24px;
    line-height: 1.2;
  }
  .font-wrapper.h8-m {
    font-size: 24px;
    line-height: 1.2;
  }
}
.font-wrapper.h9 {
  font-size: 18px;
  line-height: 1.5;
}
.font-wrapper.h9-s {
  font-size: 18px;
  line-height: 1.5;
}
.font-wrapper.h9-m {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h9 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-s {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-wrapper.h9-m {
    font-size: 20px;
    line-height: 1.5;
  }
}
.font-wrapper.h10 {
  font-size: 16px;
  line-height: 1.5;
}
.font-wrapper.h10-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h10-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h10 {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-wrapper.h10-s {
    font-size: 18px;
    line-height: 1.5;
  }
  .font-wrapper.h10-m {
    font-size: 18px;
    line-height: 1.5;
  }
}
.font-wrapper.h11 {
  font-size: 16px;
  line-height: 1.5;
}
.font-wrapper.h11-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h11-m {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h11 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-s {
    font-size: 16px;
    line-height: 1.5;
  }
  .font-wrapper.h11-m {
    font-size: 16px;
    line-height: 1.5;
  }
}
.font-wrapper.h12 {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h12-s {
  font-size: 14px;
  line-height: 1.5;
}
.font-wrapper.h12-m {
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (width: 1024px) {
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.5;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (min-width: 1025px) {
  .font-wrapper {
    white-space: pre-wrap;
  }
  .font-wrapper.h12 {
    font-size: 14px;
    line-height: 1.55;
  }
  .font-wrapper.h12-s {
    font-size: 14px;
    line-height: 1.55;
  }
  .font-wrapper.h12-m {
    font-size: 14px;
    line-height: 1.55;
  }
}
.cc-www-components-icon-check {
  width: 24px;
  height: 24px;
}
.cc-www-components-icon-top-right-corner {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
}
.cc-www-components-icon-top-left-corner {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 42px;
  height: 42px;
}
@media all and (min-width: 1024px) {
  .cc-www-components-icon-check {
    width: 32px;
    height: 32px;
  }
  .cc-www-components-icon-top-right-corner {
    top: -20px;
    right: -20px;
    width: 68px;
    height: 68px;
  }
  .cc-www-components-icon-top-left-corner {
    top: -20px;
    left: -20px;
    width: 68px;
    height: 68px;
  }
}
.cc-www-grid-container {
  width: 100%;
  padding: 0 14px;
}
@media all and (min-width: 768px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (width: 1024px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (min-width: 1025px) {
  .cc-www-grid-container {
    width: 100%;
    padding: 0 80px;
  }
}
@media all and (min-width: 1440px) {
  .cc-www-grid-container {
    width: 1432px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
.cc-www-grid-fadein {
  animation: fadein 0.5s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-www-industry-template .btn-open .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ff4800;
}
.cms-www-industry-template .btn-open .link .arrow-icon {
  transition: all ease 0.3s;
  position: relative;
  left: 0;
}
.cms-www-industry-template .btn-open .link:hover .arrow-icon {
  transition: all ease 0.3s;
  position: relative;
  left: 5px;
}
.cms-www-industry-template .bg1 {
  position: relative;
  overflow: hidden;
  background: #f7f9fc;
}
.cms-www-industry-template .bg1 .container {
  margin-bottom: 0;
  padding: 0 24px;
}
.cms-www-industry-template .bg1 .shape {
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  opacity: 0.7;
  background: linear-gradient(136deg, rgba(78, 49, 200, 0.05) 28%, rgba(149, 110, 254, 0.3) 82%);
  position: absolute;
  top: -700px;
  right: -700px;
}
.cms-www-industry-template .floor1 {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
}
.cms-www-industry-template .floor1 .title {
  color: #131415;
  margin-top: 80px;
  margin-bottom: 24px;
}
.cms-www-industry-template .floor1 .desc {
  color: #131415;
  margin-bottom: 40px;
  font-weight: 400 !important;
  line-height: 1.5;
}
.cms-www-industry-template .floor1 .btn-wrap {
  margin-bottom: 35px;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg1 {
    margin-bottom: 80px;
  }
  .cms-www-industry-template .floor1 {
    padding: 0 6px;
  }
}
@media all and (min-width: 768px) {
  .cms-www-industry-template .bg1 {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 36px;
  }
  .cms-www-industry-template .floor1 .btn-wrap .contact {
    display: block;
    margin-top: 16px;
  }
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor1 .title {
    margin-top: 172px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg1 {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 80px;
  }
  .cms-www-industry-template .bg1 .shape {
    width: 3000px;
    height: 3000px;
    border-radius: 100%;
    top: -2600px;
    right: -1800px;
  }
  .cms-www-industry-template .floor1 {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .cms-www-industry-template .floor1 .img {
    max-height: 100%;
  }
  .cms-www-industry-template .floor1 .floor1-row {
    height: 600px;
  }
  .cms-www-industry-template .floor1 .floor1-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .cms-www-industry-template .floor1 .desc {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .floor1 .title {
    margin-top: 0;
  }
  .cms-www-industry-template .floor1 .btn-wrap {
    margin-bottom: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg1 {
    padding-bottom: 72px;
    margin-bottom: 96px;
    height: auto;
  }
  .cms-www-industry-template .bg1 .container {
    padding: 0 36px;
  }
  .cms-www-industry-template .bg1 .shape {
    width: 2000px;
    height: 2000px;
    border-radius: 2000px;
    top: -1400px;
    right: -1400px;
  }
  .cms-www-industry-template .floor1 .title {
    margin-top: 72px;
  }
  .cms-www-industry-template .floor1 .desc {
    margin-bottom: 39px;
  }
  .cms-www-industry-template .floor1 .btn-wrap .contact {
    margin-left: 20px;
  }
}
.cms-www-industry-template .floor2 .title {
  color: #131415;
  margin: 0 0 20px;
}
.cms-www-industry-template .floor2 .desc {
  color: #131415;
  opacity: 0.6;
  margin-bottom: 30px;
  line-height: 1.5;
}
.cms-www-industry-template .floor2 .img {
  border-radius: 8px;
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cms-www-industry-template .floor2 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-product-template .bg2 .cc-www-grid-container {
    margin-bottom: 160px;
  }
  .cms-www-product-template .floor2 .desc {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-product-template .bg2 .cc-www-grid-container {
    margin-bottom: 100px;
  }
  .cms-www-product-template .floor2 .title {
    margin-bottom: 30px;
  }
}
@media all and (width: 1024px) {
  .cms-www-product-template .floor2 {
    padding: 0;
  }
  .cms-www-product-template .floor2 .title {
    margin-bottom: 24px;
  }
}
.cms-www-industry-template .floor3 {
  background: linear-gradient(212deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  position: relative;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor3 .title {
  text-align: center;
  color: #131415;
  margin-bottom: 48px;
}
.cms-www-industry-template .floor3 .icon {
  display: inline-block;
  margin-right: 24px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.cms-www-industry-template .floor3 .panel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cms-www-industry-template .floor3 .panel .name {
  color: #131415;
  margin-bottom: 8px;
}
.cms-www-industry-template .floor3 .panel .desc {
  color: rgba(19, 20, 21, 0.6);
  margin-bottom: 40px;
  line-height: 1.5;
}
.cms-www-industry-template .floor3 .col:last-child .desc {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor3 {
    padding: 112px 0 0 0;
    margin-bottom: -72px;
  }
  .cms-www-industry-template .floor3 .products {
    text-align: center;
  }
  .cms-www-industry-template .floor3 .title {
    margin: 0 auto 88px;
    width: 564px;
  }
  .cms-www-industry-template .floor3 .panel {
    margin-bottom: 72px;
  }
  .cms-www-industry-template .floor3 .panel .name {
    margin-bottom: 16px;
  }
  .cms-www-industry-template .floor3 .panel .desc {
    margin-bottom: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor3 {
    padding: 96px 0 0 0;
  }
  .cms-www-industry-template .floor3 .title {
    margin: 0 auto 72px;
    width: 414px;
  }
  .cms-www-industry-template .floor3 .name {
    margin-bottom: 16px;
  }
}
.cms-www-industry-template .bg3 {
  position: relative;
  margin-bottom: 80px;
}
.cms-www-industry-template .bg3 .shape-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 392px;
  height: 392px;
  overflow: hidden;
}
.cms-www-industry-template .bg3 .shape {
  width: 392px;
  height: 392px;
  border-radius: 392px;
  background: linear-gradient(208deg, #7c5ce4 6%, #5339d7 54%, #441bba 86%);
  position: absolute;
  bottom: -196px;
  right: -196px;
  z-index: -1;
}
.cms-www-industry-template .bg3 .shape1 {
  display: none;
}
.cms-www-industry-template .floor4 {
  background: linear-gradient(153deg, rgba(19, 109, 255, 0.09) 25%, rgba(19, 109, 255, 0) 50%);
  padding: 64px 0 48px 0;
  position: relative;
}
.cms-www-industry-template .floor4 .titleWrapper {
  text-align: center;
}
.cms-www-industry-template .floor4 .title {
  margin-bottom: 24px;
  text-align: center;
}
.cms-www-industry-template .floor4 .desc {
  text-align: left;
  text-align: center;
  padding: 24px 0;
  padding-top: 8px;
  white-space: pre-wrap;
}
.cms-www-industry-template .floor4 .desc-vertical {
  padding: 24px;
  padding-bottom: 48px;
}
.cms-www-industry-template .floor4 .title-vertical {
  margin-bottom: 48px;
  text-align: center;
}
.cms-www-industry-template .floor4 .img {
  position: relative;
  box-shadow: 0px 42px 34px -14px rgba(37, 60, 126, 0.15);
  background: #fff;
  border-radius: 8px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor-4-container {
    margin-bottom: 144px !important;
  }
  .cms-www-industry-template .bg3 {
    margin-bottom: 0;
  }
  .cms-www-industry-template .bg3 .floor4-row {
    padding: 0 32px;
  }
  .cms-www-industry-template .bg3 .shape-wrap {
    width: 600px;
    height: 600px;
  }
  .cms-www-industry-template .bg3 .shape {
    width: 600px;
    height: 600px;
    border-radius: 600px;
    position: absolute;
    bottom: -300px;
    right: -300px;
    z-index: -1;
  }
  .cms-www-industry-template .bg3 .shape1 {
    display: block;
  }
  .cms-www-industry-template .bg3 .shape2 {
    display: none;
  }
  .cms-www-industry-template .floor4 {
    padding: 112px 0 88px;
  }
  .cms-www-industry-template .floor4 .title {
    text-align: left;
  }
  .cms-www-industry-template .floor4 .desc {
    text-align: left;
  }
  .cms-www-industry-template .floor4 .title-vertical {
    margin-bottom: 0px;
  }
  .cms-www-industry-template .floor4 .desc-vertical {
    text-align: center;
    padding-bottom: 88px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 0;
  }
  .cms-www-industry-template .bg3 .container {
    margin-bottom: 112px;
  }
  .cms-www-industry-template .bg3 .shape-wrap {
    width: 460px;
    height: 460px;
  }
  .cms-www-industry-template .bg3 .shape {
    width: 460px;
    height: 460px;
    border-radius: 460px;
    position: absolute;
    bottom: -230px;
    right: -230px;
    z-index: -1;
  }
  .cms-www-industry-template .bg3 .shape1 {
    display: block;
  }
  .cms-www-industry-template .bg3 .shape2 {
    display: none;
  }
  .cms-www-industry-template .floor4 {
    padding-top: 96px;
    padding-bottom: 72px;
  }
}
.cms-www-industry-template .floor5 {
  text-align: center;
}
.cms-www-industry-template .floor5 .title {
  margin-bottom: 30px;
}
.cms-www-industry-template .floor5 .link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  padding-bottom: 40px;
}
.cms-www-industry-template .floor5 .link-wrapper .link {
  margin: 0 5px;
}
.cms-www-industry-template .floor5 .content {
  width: 100%;
  padding: 0 14px;
}
.cms-www-industry-template .floor5 .img-wrap {
  padding: 50px 0;
  background: linear-gradient(150deg, rgba(19, 109, 255, 0.09) 29%, rgba(19, 109, 255, 0) 103%);
  border-radius: 8px;
}
.cms-www-industry-template .floor5 .img-wrap .img {
  width: 100%;
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor5 {
    padding-top: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor5 {
    padding: 80px 0 0 0;
    padding-top: 0;
  }
  .cms-www-industry-template .floor5 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 768px) {
  .floor5 {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .bg5 .cc-www-grid-container {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor5 {
    padding-top: 100px;
  }
  .cms-www-industry-template .floor5 .title {
    margin-bottom: 40px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor5 {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-www-industry-template .floor5 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.scense-floor .card {
  flex: 0 0 auto;
  padding: 40px 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.scense-floor .card .card-header-wrapper {
  display: flex;
}
.scense-floor .card-logo-left {
  text-align: left;
}
.scense-floor .card-logo-left .card-header-wrapper {
  align-items: center;
  margin: 0;
  margin-bottom: 4px;
}
.scense-floor .card-logo-top {
  text-align: left;
  flex-direction: column;
}
.scense-floor .card-logo-top .card-header-wrapper {
  flex-direction: column;
  margin: 0;
  margin-bottom: 8px;
}
.scense-floor .card-logo-top .card-header-wrapper .card-icon-wrapper {
  margin: 0;
  margin-bottom: 16px;
}
.scense-floor .card-variant-default {
  background-color: white;
  box-shadow: 0 4px 10px rgba(31, 60, 126, 0.08);
  transition: all ease 0.3s;
}
.scense-floor .card-variant-default:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
}
.scense-floor .card-variant-none {
  background-color: transparent;
}
.scense-floor .card .card-icon {
  height: 36px;
  width: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  margin-right: 8px;
}
.scense-floor .card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.scense-floor .card .card-body .title {
  margin-bottom: 8px;
}
.scense-floor .card .card-body .content {
  margin: 0;
}
.scense-floor .card .card-body .card-action-link {
  padding-top: 24px;
  margin-top: auto;
}
.scense-floor .tab-container .tabs-wrapper {
  border-right: 1px solid rgba(10, 20, 21, 0.03921569);
  overflow: visible;
  text-align: left;
  position: relative;
  height: 100%;
}
.scense-floor .tab-container .tabs-wrapper .tab {
  line-height: 24px;
  margin-bottom: 28px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
  border: none;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 14px;
}
.scense-floor .tab-container .tabs-wrapper .tab-active,
.scense-floor .tab-container .tabs-wrapper .tab:hover {
  color: #FF4800;
  user-select: none;
}
.scense-floor .tab-container .tabs-wrapper .tab-active {
  cursor: default;
}
.scense-floor .tab-container .tabs-wrapper .tab-active::after {
  content: '';
  display: block;
  width: 3px;
  background-color: currentColor;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
}
.scense-floor .tab-content-wrapper {
  text-align: left;
}
.scense-floor .tab-content-wrapper .desc {
  background-color: #f7f9fc;
  padding: 16px 56px;
  margin-bottom: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.scense-floor .tab-content-wrapper .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.scense-floor .tab-content-wrapper .card-list-column-2 .card {
  flex-basis: calc((100% - 24px) / 2);
}
.scense-floor .tab-content-wrapper .card-list.pad-bottom {
  margin-bottom: -16px;
}
.scense-floor .tab-content-wrapper .link {
  text-transform: uppercase;
}
.scense-floor .collapse-container {
  border: none;
  background: none;
}
.scense-floor .collapse-container .header-wrapper {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
  box-sizing: border-box;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  text-align: left;
  padding-right: 20px;
  position: relative;
  outline: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "PingFang SC";
  color: #131415;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header::before,
.scense-floor .collapse-container .header-wrapper .ant-collapse-header::after {
  display: none;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  right: 0;
  left: initial;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgba(19, 20, 21, 0.3);
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(135deg);
  border-width: 1.5px;
  transform-origin: center;
  top: 50%;
  margin-top: -8.53606789px;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-header .ant-collapse-arrow svg {
  display: none;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-content {
  border: none;
  height: 0;
  overflow: hidden;
}
.scense-floor .collapse-container .header-wrapper .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
  padding-bottom: 24px;
}
.scense-floor .collapse-container .header-wrapper.ant-collapse-item-active .ant-collapse-arrow {
  transform: rotate(-45deg);
  margin-top: -3.53606789px;
}
.scense-floor .collapse-container .header-wrapper.ant-collapse-item-active .ant-collapse-content {
  height: auto;
  overflow: hidden;
}
.scense-floor .collapse-container-en .header-wrapper .ant-collapse-header {
  font-family: "manrope";
}
.scense-floor .collapse-content-wrapper {
  text-align: left;
}
.scense-floor .collapse-content-wrapper .card-list {
  background-color: #f7f9fc;
  border-radius: 8px;
  padding: 40px 0;
}
.scense-floor .collapse-content-wrapper .card-list .card {
  padding: 0px 60px;
  margin-bottom: 36px;
}
.scense-floor .collapse-content-wrapper .card-list .card:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .scense-floor .collapse-content-wrapper {
    text-align: left;
  }
  .scense-floor .collapse-content-wrapper .desc {
    margin-bottom: 24px;
  }
  .scense-floor .collapse-content-wrapper .card-list {
    padding: 40px 0 52px;
  }
  .scense-floor .collapse-content-wrapper .card-list .card {
    padding: 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .scense-floor .collapse-content-wrapper .card-list .card {
    padding: 0 32px;
  }
}
.cms-www-industry-template .scense-floor {
  text-align: center;
  padding-top: 70px !important;
  margin-top: -70px !important;
}
.cms-www-industry-template .scense-floor .floor-title {
  text-align: center;
  margin-bottom: 64px;
}
.cms-www-industry-template .scense-floor .btn-open * {
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .scense-floor .floor-title {
    margin-bottom: 36px;
  }
}
.cms-www-industry-template .bg3 {
  position: relative;
}
.cms-www-industry-template .floor7 {
  position: relative;
  text-align: center;
}
.cms-www-industry-template .floor7 .title {
  margin-bottom: 20px;
}
.cms-www-industry-template .floor7 .floor-title {
  line-height: 1.15;
}
.cms-www-industry-template .floor7 .desc {
  color: #131415;
  opacity: 0.6;
  margin-bottom: 44px;
  line-height: 1.5;
}
.cms-www-industry-template .floor7 .card-item-wrapper {
  margin-bottom: 24px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
  padding: 30px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15) !important;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .img {
  width: 44px !important;
  height: 44px;
  margin-bottom: 20px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .title {
  margin-bottom: 14px;
}
.cms-www-industry-template .floor7 .card-item-wrapper .card-item .link {
  color: #ff4800;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor7-container {
    margin-bottom: 80px !important;
  }
  .cms-www-industry-template .floor7 {
    padding: 0;
  }
  .cms-www-industry-template .floor7 .title {
    margin-bottom: 28px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper {
    margin-bottom: 0 !important;
  }
  .cms-www-industry-template .floor7 .cards {
    margin-top: 60px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item {
    padding: 40px 24px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .img {
    width: 64px !important;
    height: 64px;
    margin-bottom: 24px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .title {
    margin-bottom: 12px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item .desc {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .floor7 .cards .card-item-wrapper .card-item:hover {
    transition: all ease 0.3s;
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor7 .cards .card-hover {
    cursor: pointer;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .cms-www-industry-template .floor7 {
    padding-top: 0;
  }
  .cms-www-industry-template .floor7 .desc {
    margin-bottom: 30px;
  }
  .cms-www-industry-template .floor7 .cards {
    margin-bottom: 20px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper .card-item {
    padding: 35px 60px 40px;
  }
  .cms-www-industry-template .floor7 .card-item-wrapper .card-item .img {
    width: 48px !important;
    height: 48px;
    margin-bottom: 16px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg3 {
    margin-bottom: 110px;
  }
  .cms-www-industry-template .floor7 .cards .img {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1024px) {
  .card-item-wrapper:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .floor7 {
    margin-bottom: 80px;
  }
}
.cms-www-industry-template .floor8 {
  text-align: center;
}
.cms-www-industry-template .floor8 .title {
  margin-bottom: 40px;
}
.cms-www-industry-template .floor8 .item {
  background: white;
  border-radius: 8px;
}
.cms-www-industry-template .floor8 .item a {
  color: initial;
}
.cms-www-industry-template .floor8 .item .wrap {
  display: block;
  padding: 40px 36px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
  margin-bottom: 20px;
}
.cms-www-industry-template .floor8 .item .img {
  width: 48px !important;
  height: 48px;
  margin-bottom: 15px;
}
.cms-www-industry-template .floor8 .item .name {
  margin-bottom: 16px;
}
.cms-www-industry-template .floor8 .item .desc {
  opacity: 0.6;
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor8 {
    padding: 64px 80px 0px;
    margin-top: 80px;
    margin-bottom: 144px;
  }
  .cms-www-industry-template .floor8 .title {
    margin-bottom: 68px;
  }
  .cms-www-industry-template .floor8 .item {
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: none;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    margin-bottom: 0;
    height: 100%;
    padding: 72px 24px 50px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
    transition: all ease 0.3s;
  }
  .cms-www-industry-template .floor8 .item .wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor8 .item .name {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .floor8 {
    margin: 0 0 40px;
    margin-top: 80px;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    padding: 40px 60px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor8 {
    padding: 10px 0 110px 0;
    margin-top: 110px;
  }
  .cms-www-industry-template .floor8 .title {
    margin-bottom: 60px;
  }
  .cms-www-industry-template .floor8 .item .wrap {
    padding: 50px 15px;
    margin-bottom: 0;
  }
}
.cms-www-industry-template .floor9-container {
  margin-bottom: 64px !important;
}
.cms-www-industry-template .bg8 .cc-www-grid-container {
  margin-bottom: 40px;
}
.cms-www-industry-template .floor9 {
  text-align: center;
  margin-top: 80px;
}
.cms-www-industry-template .floor9 .arrow-icon {
  width: 14px;
  height: 14px;
}
.cms-www-industry-template .floor9 > .title {
  margin-bottom: 20px;
}
.cms-www-industry-template .floor9 .desc {
  margin-bottom: 0;
  opacity: 0.6;
}
.cms-www-industry-template .floor9 .list-row {
  margin-top: 30px;
}
.cms-www-industry-template .floor9 .gotoText {
  color: #FF4800;
}
.cms-www-industry-template .floor9 .card {
  position: relative;
  overflow: hidden;
}
.cms-www-industry-template .floor9 .item {
  margin-bottom: 24px;
}
.cms-www-industry-template .floor9 .item a {
  color: initial;
}
.cms-www-industry-template .floor9 .item:last-of-type {
  margin-bottom: 0;
}
.cms-www-industry-template .floor9 .item .card {
  display: block;
  align-self: center;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(37, 60, 126, 0.08);
}
.cms-www-industry-template .floor9 .item .name {
  margin-bottom: 10px;
  line-height: 1.55;
}
.cms-www-industry-template .floor9 .item .img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.cms-www-industry-template .floor9 .item .card-info {
  padding: 40px 30px 25px;
  padding-top: 24px;
  align-self: flex-start;
}
.cms-www-industry-template .floor9 .item .name,
.cms-www-industry-template .floor9 .item .desc-item,
.cms-www-industry-template .floor9 .item .card-desc {
  text-align: left;
}
.cms-www-industry-template .floor9 .item .card-desc {
  opacity: 0.6;
}
.cms-www-industry-template .floor9 .goto {
  width: 100%;
  margin-top: 40px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor9 {
    margin-top: 160px;
    padding-top: 0;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 30px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 80px;
  }
  .cms-www-industry-template .floor9 .card {
    height: 100%;
    transition: all ease 0.3s;
  }
  .cms-www-industry-template .floor9 .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor9 .goto .arrow-icon {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
  }
  .cms-www-industry-template .floor9 .goto:hover .arrow-icon {
    transition: all 0.3s ease;
    position: relative;
    left: 5px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .floor9 {
    margin-top: 80px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 50px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 40px;
  }
  .cms-www-industry-template .floor9 .item {
    margin-bottom: 20px;
  }
  .cms-www-industry-template .floor9 .item:last-of-type {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .item .card {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  .cms-www-industry-template .floor9 .item .card-info {
    margin-top: 0;
    padding: 50px 36px;
  }
  .cms-www-industry-template .floor9 .item .name {
    margin-bottom: 10px;
  }
  .cms-www-industry-template .floor9 .item .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .goto {
    margin-top: 20px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor9 {
    padding-top: 80px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 28px;
  }
  .cms-www-industry-template .floor9 .desc {
    margin-bottom: 0;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 50px;
  }
  .cms-www-industry-template .floor9 .goto {
    margin: 40px 0;
  }
  .cms-www-industry-template .floor9 .item .card {
    display: block;
    height: 100%;
  }
  .cms-www-industry-template .floor9 .item .card .card-info {
    padding: 30px 15px;
    margin-top: 168px;
    margin-left: 0;
    padding-top: 24px;
  }
  .cms-www-industry-template .floor9 .item .card .name {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .floor9 {
    margin-top: 56px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 32px;
  }
  .cms-www-industry-template .floor9 .list-row {
    margin-top: 40px;
  }
}
@media all and (min-width: 767px) and (max-width: 1023px) {
  .cms-www-industry-template .floor9 {
    margin-bottom: 64px;
  }
  .cms-www-industry-template .floor9 .title {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1025px) {
  .cms-www-industry-template .floor9 {
    margin-bottom: 144px;
  }
  .cms-www-industry-template .floor9 .item {
    margin-bottom: 0px;
  }
}
.cms-www-industry-template .floor10 {
  text-align: left;
}
.cms-www-industry-template .floor10 .card {
  display: flex;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
  overflow: hidden;
}
.cms-www-industry-template .floor10 .card:last-child {
  border-bottom: 0;
}
.cms-www-industry-template .floor10 .card .text {
  text-align: center;
}
.cms-www-industry-template .floor10 .card .name {
  color: #131415;
  margin-bottom: 8px;
}
.cms-www-industry-template .floor10 .card .desc {
  margin-bottom: 24px;
  color: rgba(19, 20, 21, 0.6);
  font-size: 16px;
}
.cms-www-industry-template .floor10 .card .img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg5 .row {
    padding: 0 6px;
  }
  .cms-www-industry-template .bg5 .card {
    margin-bottom: 40px;
  }
  .cms-www-industry-template .bg5 .card:last-of-type {
    margin-bottom: 0 !important;
  }
  .cms-www-industry-template .bg5 .card .name {
    text-align: center;
  }
  .cms-www-industry-template .bg5 .card .desc {
    text-align: center;
  }
  .cms-www-industry-template .bg5 .card + .card {
    margin-top: 64px;
    border-top: rgba(19, 20, 21, 0.3);
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor10-container {
    margin-top: -80px;
    padding-top: 80px;
  }
  .cms-www-industry-template .floor10 .card {
    border-radius: 8px;
    box-shadow: 0px -2px 10px 0px rgba(37, 60, 126, 0.04), 0px 14px 20px 0px rgba(37, 60, 126, 0.15);
  }
  .cms-www-industry-template .floor10 .card .text {
    text-align: left;
  }
  .cms-www-industry-template .floor10 .card .name {
    margin-bottom: 24px;
  }
  .cms-www-industry-template .floor10 .card + .card {
    margin-top: 24px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor10 {
    padding: 0;
  }
  .cms-www-industry-template .floor10 .text {
    text-align: center;
  }
}
.cms-www-industry-template .floor11 {
  position: relative;
  background: linear-gradient(167deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  text-align: center;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor11 .title {
  margin-bottom: 48px;
}
.cms-www-industry-template .floor11 .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-www-industry-template .floor11 .img {
  display: inline-block;
  height: 40px;
  margin: 5px 24px;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .floor11 {
    padding: 112px 0 0 0;
  }
  .cms-www-industry-template .floor11 .title {
    margin-bottom: 88px;
  }
  .cms-www-industry-template .floor11 .img {
    height: 64px;
    margin: 5px 32px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor11 {
    padding: 96px 0 160px 0;
  }
  .cms-www-industry-template .floor11 .title {
    margin-bottom: 72px;
  }
}
.cms-www-industry-template .bg7 .container {
  margin-bottom: 80px;
}
.cms-www-industry-template .floor12 {
  position: relative;
  background: linear-gradient(167deg, rgba(19, 109, 255, 0.09) 18%, rgba(19, 109, 255, 0) 52%);
  text-align: center;
  padding: 64px 0 0 0;
}
.cms-www-industry-template .floor12 .title {
  margin-bottom: 48px;
}
.cms-www-industry-template .floor12 .steps {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.cms-www-industry-template .floor12 .steps .step {
  width: 100%;
  display: flex;
}
.cms-www-industry-template .floor12 .steps .step .mark {
  position: relative;
  margin-bottom: 40px;
  width: 50px;
  height: 100%;
  overflow: hidden;
}
.cms-www-industry-template .floor12 .steps .step .mark .index {
  width: 24px;
  height: 24px;
  background: #fee894;
  color: #eab44d;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  z-index: 1;
  position: relative;
}
.cms-www-industry-template .floor12 .steps .step .mark .line {
  position: absolute;
  display: block;
  top: 0px;
  left: 11px;
}
.cms-www-industry-template .floor12 .steps .step:last-child .mark .line {
  display: none;
}
.cms-www-industry-template .floor12 .steps .step .content {
  flex: 1;
}
.cms-www-industry-template .floor12 .steps .step .content .name {
  margin-bottom: 16px;
}
.cms-www-industry-template .floor12 .steps .step .content .desc {
  margin-bottom: 40px;
  color: rgba(19, 20, 21, 0.6);
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg7 .container {
    margin-bottom: 112px;
  }
  .cms-www-industry-template .floor12 {
    padding: 112px 0 0 0;
    text-align: center;
  }
  .cms-www-industry-template .floor12 .title {
    margin-bottom: 88px;
  }
  .cms-www-industry-template .floor12 .steps {
    flex-direction: row;
  }
  .cms-www-industry-template .floor12 .steps .step {
    width: 25%;
    display: block;
  }
  .cms-www-industry-template .floor12 .steps .step .mark {
    height: 24px;
    position: relative;
    width: 100%;
    left: calc(50% - 12px);
  }
  .cms-www-industry-template .floor12 .steps .step .mark .line {
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(-90deg);
    transform-origin: top center;
  }
  .cms-www-industry-template .floor12 .steps .step .content .name {
    text-align: center;
    padding: 0 10px;
  }
  .cms-www-industry-template .floor12 .steps .step .content .desc {
    padding: 0 10px;
    text-align: center;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .floor12 {
    padding: 96px 0 0 0;
  }
  .cms-www-industry-template .floor12 .title {
    margin-bottom: 72px;
  }
  .cms-www-industry-template .floor12 .mark {
    margin-bottom: 32px !important;
  }
}
@media all and (max-width: 1024px) {
  .cms-www-industry-template .floor12 .step:last-child .mark .line {
    display: none;
  }
}
.cms-www-industry-template .bg8 {
  background: #fff9e0;
  padding: 48px 0;
  box-sizing: border-box;
}
.cms-www-industry-template .bg8 .btn {
  display: inline-block;
  margin-top: 24px;
}
.cms-www-industry-template .bg8 .cc-www-grid-container {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .bg8 {
    padding: 96px 0;
  }
  .cms-www-industry-template .bg8 .btn {
    margin-top: 0;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .bg8 {
    padding: 80px 0;
    margin-top: 8px;
  }
  .cms-www-industry-template .bg8 .btn {
    margin-top: 0;
  }
}
.cms-www-industry-template .navs {
  display: none;
}
.cms-www-industry-template .navs .btn-wrap {
  white-space: nowrap;
}
.cms-www-industry-template .navs .navbar-wrap {
  flex: 1;
  overflow: hidden;
}
.cms-www-industry-template .navs .nav-item {
  cursor: pointer;
}
.cms-www-industry-template .navs .nav-item.first {
  white-space: nowrap;
  cursor: initial;
  user-select: none;
}
.cms-www-industry-template .navs .nav-item:hover:not(.first) {
  opacity: 0.7 !important;
}
.cms-www-industry-template .arrow-icon {
  width: 14px;
  height: 14px;
}
.cms-www-industry-template .fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  padding-left: 0;
  transform: translate(0, 0);
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: box-shadow 0.3s ease;
}
.cms-www-industry-template .fixed.navs {
  width: 100%;
  padding: 0;
  background: #fff;
}
.cms-www-industry-template .fixed .navbar {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 2;
    width: 100%;
    padding: 0 80px;
    display: flex !important;
    height: 70px;
    line-height: 70px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 100%;
    margin: 0 auto !important;
  }
  .cms-www-industry-template .navs .navbar::before,
  .cms-www-industry-template .navs .navbar::after {
    display: none;
  }
  .cms-www-industry-template .navs .navbar .navbar-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-www-industry-template .navs .product-comp-scroll-item .nav-item:hover {
    opacity: 0.7;
  }
  .cms-www-industry-template .navs .btn {
    display: inline;
  }
  .cms-www-industry-template .fixed .navbar {
    padding: 0 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    display: flex !important;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 36px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 100%;
  }
  .cms-www-industry-template .navs .btn {
    display: inline;
  }
  .cms-www-industry-template .fixed .navbar {
    padding: 0 36px;
    margin: 0 !important;
  }
  .cms-www-industry-template .fixed .navbar .navbar-wrap {
    padding: 0 !important;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .cms-www-industry-template .navs {
    padding: 0 56px;
  }
  .cms-www-industry-template .cms-www-industry-template .navs .navbar .navbar-wrap {
    padding-left: 12px !important;
    padding-right: 0 !important;
  }
  .cms-www-industry-template .cms-www-industry-template .fixed .navbar {
    padding: 0 56px;
  }
}
@media all and (min-width: 1440px) {
  .cms-www-industry-template .navs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    padding-left: 80px;
    display: flex !important;
    width: 1432px;
    padding: 0 80px;
  }
  .cms-www-industry-template .navs .navbar {
    width: 1432px;
    margin: 0 auto;
  }
}
.cms-www-industry-template .product-comp-scroll-wrapper {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.cms-www-industry-template .product-comp-scroll {
  overflow: auto hidden;
  white-space: nowrap;
  transition: scrolling 0.3s ease;
}
.cms-www-industry-template .product-comp-scroll::-webkit-scrollbar {
  display: none;
}
.cms-www-industry-template .product-comp-scroll-arrow {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
.cms-www-industry-template .product-comp-scroll-left {
  left: 0;
}
.cms-www-industry-template .product-comp-scroll-right {
  right: 0;
}
.cms-www-industry-template .product-comp-scroll-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cms-www-industry-template .product-comp-scroll-icon-left {
  transform: rotate(180deg) translate(0%, 50%);
}
.cms-www-industry-template .product-comp-scroll-hidden {
  display: none;
}
.cms-www-industry-template .product-comp-scroll .product-comp-scroll-item {
  display: inline-block;
  white-space: nowrap;
  transition: scrolling 0.3s ease;
}
.cms-www-industry-template .nav-item {
  padding: 0 20px;
  color: #131415;
}
.cms-www-industry-template .active {
  color: #FF4800;
}
.cms-www-industry-template .first {
  position: relative;
  padding-left: 0;
  padding-right: 40px;
}
.cms-www-industry-template .first::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background: #131415;
  opacity: 0.3;
}
.cms-www-industry-template .first-hidden::after {
  width: 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .scrollNavs {
    flex: 1;
    margin-right: 32px;
  }
}
@media all and (max-width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.cms-www-industry-template div {
  overflow-wrap: break-word;
}
.cms-www-industry-template .flex {
  display: flex;
}
.cms-www-industry-template .f-jc-c {
  justify-content: center;
}
.cms-www-industry-template .f-ai-c {
  align-items: center;
}
.cms-www-industry-template .container {
  min-width: initial;
}
.cms-www-industry-template .btn {
  position: relative;
  display: inline-block;
  background: #ff4800;
  border-radius: 60px 48px 48px 0;
  padding: 13px 32px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.cms-www-industry-template .btn:hover {
  background: #cc3900;
}
.cms-www-industry-template .products {
  color: #5831ec;
}
.cms-www-industry-template .cc-www-grid-container {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .cms-www-industry-template .bg-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (min-width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 144px;
  }
}
@media all and (width: 1024px) {
  .cms-www-industry-template .cc-www-grid-container {
    margin-bottom: 96px;
  }
}

