/* 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 */
/* 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;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #323232;
  font-size: 1em;
  font-family: 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: #323232;
  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: #DE4038;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #eb6c60;
}
a:active {
  color: #b82725;
}
a:active,
a:hover {
  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: #DE4038;
}
.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;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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: #DE4038;
}
[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 #DE4038;
  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 #DE4038;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.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;
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s 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 */
.npk-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #FFFFFF;
}
.npk-layout,
.npk-layout * {
  box-sizing: border-box;
}
.npk-layout.npk-layout-has-sider {
  flex-direction: row;
}
.npk-layout.npk-layout-has-sider > .npk-layout,
.npk-layout.npk-layout-has-sider > .npk-layout-content {
  overflow-x: hidden;
}
.npk-layout-header,
.npk-layout-footer {
  flex: 0 0 auto;
}
.npk-layout-header {
  height: 5em;
  padding: 0px 30px;
  color: #323232;
  line-height: 5em;
  background: #FFFFFF;
}
.npk-layout-footer {
  padding: 24px 50px;
  color: #323232;
  font-size: 1em;
  background: #FFFFFF;
}
.npk-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.npk-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #FFFFFF;
  transition: all 0.2s;
}
.npk-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.npk-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.npk-layout-sider-right {
  order: 1;
}
.npk-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.npk-layout-sider-zero-width > * {
  overflow: hidden;
}
.npk-layout-sider-zero-width-trigger {
  position: absolute;
  top: 5em;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.npk-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.npk-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.npk-layout-sider-light {
  background: #fff;
}
.npk-layout-sider-light .npk-layout-sider-trigger {
  color: #323232;
  background: #fff;
}
.npk-layout-sider-light .npk-layout-sider-zero-width-trigger {
  color: #323232;
  background: #fff;
}

/* 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 */
.npk-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.npk-tooltip-rtl {
  direction: rtl;
}
.npk-tooltip-hidden {
  display: none;
}
.npk-tooltip-placement-top,
.npk-tooltip-placement-topLeft,
.npk-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.npk-tooltip-placement-right,
.npk-tooltip-placement-rightTop,
.npk-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.npk-tooltip-placement-bottom,
.npk-tooltip-placement-bottomLeft,
.npk-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.npk-tooltip-placement-left,
.npk-tooltip-placement-leftTop,
.npk-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.npk-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.npk-tooltip-rtl .npk-tooltip-inner {
  text-align: right;
}
.npk-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.npk-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.npk-tooltip-placement-top .npk-tooltip-arrow,
.npk-tooltip-placement-topLeft .npk-tooltip-arrow,
.npk-tooltip-placement-topRight .npk-tooltip-arrow {
  bottom: -5.07106781px;
}
.npk-tooltip-placement-top .npk-tooltip-arrow::before,
.npk-tooltip-placement-topLeft .npk-tooltip-arrow::before,
.npk-tooltip-placement-topRight .npk-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.npk-tooltip-placement-top .npk-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.npk-tooltip-placement-topLeft .npk-tooltip-arrow {
  left: 13px;
}
.npk-tooltip-placement-topRight .npk-tooltip-arrow {
  right: 13px;
}
.npk-tooltip-placement-right .npk-tooltip-arrow,
.npk-tooltip-placement-rightTop .npk-tooltip-arrow,
.npk-tooltip-placement-rightBottom .npk-tooltip-arrow {
  left: -5.07106781px;
}
.npk-tooltip-placement-right .npk-tooltip-arrow::before,
.npk-tooltip-placement-rightTop .npk-tooltip-arrow::before,
.npk-tooltip-placement-rightBottom .npk-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.npk-tooltip-placement-right .npk-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.npk-tooltip-placement-rightTop .npk-tooltip-arrow {
  top: 5px;
}
.npk-tooltip-placement-rightBottom .npk-tooltip-arrow {
  bottom: 5px;
}
.npk-tooltip-placement-left .npk-tooltip-arrow,
.npk-tooltip-placement-leftTop .npk-tooltip-arrow,
.npk-tooltip-placement-leftBottom .npk-tooltip-arrow {
  right: -5.07106781px;
}
.npk-tooltip-placement-left .npk-tooltip-arrow::before,
.npk-tooltip-placement-leftTop .npk-tooltip-arrow::before,
.npk-tooltip-placement-leftBottom .npk-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.npk-tooltip-placement-left .npk-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.npk-tooltip-placement-leftTop .npk-tooltip-arrow {
  top: 5px;
}
.npk-tooltip-placement-leftBottom .npk-tooltip-arrow {
  bottom: 5px;
}
.npk-tooltip-placement-bottom .npk-tooltip-arrow,
.npk-tooltip-placement-bottomLeft .npk-tooltip-arrow,
.npk-tooltip-placement-bottomRight .npk-tooltip-arrow {
  top: -5.07106781px;
}
.npk-tooltip-placement-bottom .npk-tooltip-arrow::before,
.npk-tooltip-placement-bottomLeft .npk-tooltip-arrow::before,
.npk-tooltip-placement-bottomRight .npk-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.npk-tooltip-placement-bottom .npk-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.npk-tooltip-placement-bottomLeft .npk-tooltip-arrow {
  left: 13px;
}
.npk-tooltip-placement-bottomRight .npk-tooltip-arrow {
  right: 13px;
}

/* 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 */
.npk-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 14.2px 15px;
  font-size: 1em;
  border-radius: 2px;
  color: #323232;
  background-color: #fff;
  border-color: #d9d9d9;
}
.npk-btn > .anticon {
  line-height: 1;
}
.npk-btn,
.npk-btn:active,
.npk-btn:focus {
  outline: 0;
}
.npk-btn:not([disabled]):hover {
  text-decoration: none;
}
.npk-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.npk-btn.disabled,
.npk-btn[disabled] {
  cursor: not-allowed;
}
.npk-btn.disabled > *,
.npk-btn[disabled] > * {
  pointer-events: none;
}
.npk-btn-lg {
  height: 40px;
  padding: 16.6px 15px;
  font-size: 3em;
  border-radius: 2px;
}
.npk-btn-sm {
  height: 24px;
  padding: 10.2px 7px;
  font-size: 1em;
  border-radius: 2px;
}
.npk-btn > a:only-child {
  color: currentColor;
}
.npk-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn:hover,
.npk-btn:focus {
  color: #eb6c60;
  background-color: #fff;
  border-color: #eb6c60;
}
.npk-btn:hover > a:only-child,
.npk-btn:focus > a:only-child {
  color: currentColor;
}
.npk-btn:hover > a:only-child::after,
.npk-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn:active,
.npk-btn.active {
  color: #b82725;
  background-color: #fff;
  border-color: #b82725;
}
.npk-btn:active > a:only-child,
.npk-btn.active > a:only-child {
  color: currentColor;
}
.npk-btn:active > a:only-child::after,
.npk-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-disabled,
.npk-btn.disabled,
.npk-btn[disabled],
.npk-btn-disabled:hover,
.npk-btn.disabled:hover,
.npk-btn[disabled]:hover,
.npk-btn-disabled:focus,
.npk-btn.disabled:focus,
.npk-btn[disabled]:focus,
.npk-btn-disabled:active,
.npk-btn.disabled:active,
.npk-btn[disabled]:active,
.npk-btn-disabled.active,
.npk-btn.disabled.active,
.npk-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-disabled > a:only-child,
.npk-btn.disabled > a:only-child,
.npk-btn[disabled] > a:only-child,
.npk-btn-disabled:hover > a:only-child,
.npk-btn.disabled:hover > a:only-child,
.npk-btn[disabled]:hover > a:only-child,
.npk-btn-disabled:focus > a:only-child,
.npk-btn.disabled:focus > a:only-child,
.npk-btn[disabled]:focus > a:only-child,
.npk-btn-disabled:active > a:only-child,
.npk-btn.disabled:active > a:only-child,
.npk-btn[disabled]:active > a:only-child,
.npk-btn-disabled.active > a:only-child,
.npk-btn.disabled.active > a:only-child,
.npk-btn[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-disabled > a:only-child::after,
.npk-btn.disabled > a:only-child::after,
.npk-btn[disabled] > a:only-child::after,
.npk-btn-disabled:hover > a:only-child::after,
.npk-btn.disabled:hover > a:only-child::after,
.npk-btn[disabled]:hover > a:only-child::after,
.npk-btn-disabled:focus > a:only-child::after,
.npk-btn.disabled:focus > a:only-child::after,
.npk-btn[disabled]:focus > a:only-child::after,
.npk-btn-disabled:active > a:only-child::after,
.npk-btn.disabled:active > a:only-child::after,
.npk-btn[disabled]:active > a:only-child::after,
.npk-btn-disabled.active > a:only-child::after,
.npk-btn.disabled.active > a:only-child::after,
.npk-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn:hover,
.npk-btn:focus,
.npk-btn:active,
.npk-btn.active {
  text-decoration: none;
  background: #fff;
}
.npk-btn-rtl {
  direction: rtl;
}
.npk-btn > i,
.npk-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.npk-btn-primary {
  color: #fff;
  background-color: #DE4038;
  border-color: #DE4038;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.npk-btn-primary > a:only-child {
  color: currentColor;
}
.npk-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-primary:hover,
.npk-btn-primary:focus {
  color: #fff;
  background-color: #eb6c60;
  border-color: #eb6c60;
}
.npk-btn-primary:hover > a:only-child,
.npk-btn-primary:focus > a:only-child {
  color: currentColor;
}
.npk-btn-primary:hover > a:only-child::after,
.npk-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-primary:active,
.npk-btn-primary.active {
  color: #fff;
  background-color: #b82725;
  border-color: #b82725;
}
.npk-btn-primary:active > a:only-child,
.npk-btn-primary.active > a:only-child {
  color: currentColor;
}
.npk-btn-primary:active > a:only-child::after,
.npk-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-primary-disabled,
.npk-btn-primary.disabled,
.npk-btn-primary[disabled],
.npk-btn-primary-disabled:hover,
.npk-btn-primary.disabled:hover,
.npk-btn-primary[disabled]:hover,
.npk-btn-primary-disabled:focus,
.npk-btn-primary.disabled:focus,
.npk-btn-primary[disabled]:focus,
.npk-btn-primary-disabled:active,
.npk-btn-primary.disabled:active,
.npk-btn-primary[disabled]:active,
.npk-btn-primary-disabled.active,
.npk-btn-primary.disabled.active,
.npk-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-primary-disabled > a:only-child,
.npk-btn-primary.disabled > a:only-child,
.npk-btn-primary[disabled] > a:only-child,
.npk-btn-primary-disabled:hover > a:only-child,
.npk-btn-primary.disabled:hover > a:only-child,
.npk-btn-primary[disabled]:hover > a:only-child,
.npk-btn-primary-disabled:focus > a:only-child,
.npk-btn-primary.disabled:focus > a:only-child,
.npk-btn-primary[disabled]:focus > a:only-child,
.npk-btn-primary-disabled:active > a:only-child,
.npk-btn-primary.disabled:active > a:only-child,
.npk-btn-primary[disabled]:active > a:only-child,
.npk-btn-primary-disabled.active > a:only-child,
.npk-btn-primary.disabled.active > a:only-child,
.npk-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-primary-disabled > a:only-child::after,
.npk-btn-primary.disabled > a:only-child::after,
.npk-btn-primary[disabled] > a:only-child::after,
.npk-btn-primary-disabled:hover > a:only-child::after,
.npk-btn-primary.disabled:hover > a:only-child::after,
.npk-btn-primary[disabled]:hover > a:only-child::after,
.npk-btn-primary-disabled:focus > a:only-child::after,
.npk-btn-primary.disabled:focus > a:only-child::after,
.npk-btn-primary[disabled]:focus > a:only-child::after,
.npk-btn-primary-disabled:active > a:only-child::after,
.npk-btn-primary.disabled:active > a:only-child::after,
.npk-btn-primary[disabled]:active > a:only-child::after,
.npk-btn-primary-disabled.active > a:only-child::after,
.npk-btn-primary.disabled.active > a:only-child::after,
.npk-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-group .npk-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #eb6c60;
  border-left-color: #eb6c60;
}
.npk-btn-group .npk-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.npk-btn-group .npk-btn-primary:first-child:not(:last-child) {
  border-right-color: #eb6c60;
}
.npk-btn-group .npk-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.npk-btn-group .npk-btn-primary:last-child:not(:first-child),
.npk-btn-group .npk-btn-primary + .npk-btn-primary {
  border-left-color: #eb6c60;
}
.npk-btn-group-rtl.npk-btn-group .npk-btn-primary:last-child:not(:first-child),
.npk-btn-group-rtl.npk-btn-group .npk-btn-primary + .npk-btn-primary {
  border-right-color: #eb6c60;
  border-left-color: #d9d9d9;
}
.npk-btn-group .npk-btn-primary:last-child:not(:first-child)[disabled],
.npk-btn-group .npk-btn-primary + .npk-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.npk-btn-group-rtl.npk-btn-group .npk-btn-primary:last-child:not(:first-child)[disabled],
.npk-btn-group-rtl.npk-btn-group .npk-btn-primary + .npk-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #eb6c60;
}
.npk-btn-ghost {
  color: #323232;
  background-color: transparent;
  border-color: #d9d9d9;
}
.npk-btn-ghost > a:only-child {
  color: currentColor;
}
.npk-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-ghost:hover,
.npk-btn-ghost:focus {
  color: #eb6c60;
  background-color: transparent;
  border-color: #eb6c60;
}
.npk-btn-ghost:hover > a:only-child,
.npk-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.npk-btn-ghost:hover > a:only-child::after,
.npk-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-ghost:active,
.npk-btn-ghost.active {
  color: #b82725;
  background-color: transparent;
  border-color: #b82725;
}
.npk-btn-ghost:active > a:only-child,
.npk-btn-ghost.active > a:only-child {
  color: currentColor;
}
.npk-btn-ghost:active > a:only-child::after,
.npk-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-ghost-disabled,
.npk-btn-ghost.disabled,
.npk-btn-ghost[disabled],
.npk-btn-ghost-disabled:hover,
.npk-btn-ghost.disabled:hover,
.npk-btn-ghost[disabled]:hover,
.npk-btn-ghost-disabled:focus,
.npk-btn-ghost.disabled:focus,
.npk-btn-ghost[disabled]:focus,
.npk-btn-ghost-disabled:active,
.npk-btn-ghost.disabled:active,
.npk-btn-ghost[disabled]:active,
.npk-btn-ghost-disabled.active,
.npk-btn-ghost.disabled.active,
.npk-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-ghost-disabled > a:only-child,
.npk-btn-ghost.disabled > a:only-child,
.npk-btn-ghost[disabled] > a:only-child,
.npk-btn-ghost-disabled:hover > a:only-child,
.npk-btn-ghost.disabled:hover > a:only-child,
.npk-btn-ghost[disabled]:hover > a:only-child,
.npk-btn-ghost-disabled:focus > a:only-child,
.npk-btn-ghost.disabled:focus > a:only-child,
.npk-btn-ghost[disabled]:focus > a:only-child,
.npk-btn-ghost-disabled:active > a:only-child,
.npk-btn-ghost.disabled:active > a:only-child,
.npk-btn-ghost[disabled]:active > a:only-child,
.npk-btn-ghost-disabled.active > a:only-child,
.npk-btn-ghost.disabled.active > a:only-child,
.npk-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-ghost-disabled > a:only-child::after,
.npk-btn-ghost.disabled > a:only-child::after,
.npk-btn-ghost[disabled] > a:only-child::after,
.npk-btn-ghost-disabled:hover > a:only-child::after,
.npk-btn-ghost.disabled:hover > a:only-child::after,
.npk-btn-ghost[disabled]:hover > a:only-child::after,
.npk-btn-ghost-disabled:focus > a:only-child::after,
.npk-btn-ghost.disabled:focus > a:only-child::after,
.npk-btn-ghost[disabled]:focus > a:only-child::after,
.npk-btn-ghost-disabled:active > a:only-child::after,
.npk-btn-ghost.disabled:active > a:only-child::after,
.npk-btn-ghost[disabled]:active > a:only-child::after,
.npk-btn-ghost-disabled.active > a:only-child::after,
.npk-btn-ghost.disabled.active > a:only-child::after,
.npk-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dashed {
  color: #323232;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.npk-btn-dashed > a:only-child {
  color: currentColor;
}
.npk-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dashed:hover,
.npk-btn-dashed:focus {
  color: #eb6c60;
  background-color: #fff;
  border-color: #eb6c60;
}
.npk-btn-dashed:hover > a:only-child,
.npk-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.npk-btn-dashed:hover > a:only-child::after,
.npk-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dashed:active,
.npk-btn-dashed.active {
  color: #b82725;
  background-color: #fff;
  border-color: #b82725;
}
.npk-btn-dashed:active > a:only-child,
.npk-btn-dashed.active > a:only-child {
  color: currentColor;
}
.npk-btn-dashed:active > a:only-child::after,
.npk-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dashed-disabled,
.npk-btn-dashed.disabled,
.npk-btn-dashed[disabled],
.npk-btn-dashed-disabled:hover,
.npk-btn-dashed.disabled:hover,
.npk-btn-dashed[disabled]:hover,
.npk-btn-dashed-disabled:focus,
.npk-btn-dashed.disabled:focus,
.npk-btn-dashed[disabled]:focus,
.npk-btn-dashed-disabled:active,
.npk-btn-dashed.disabled:active,
.npk-btn-dashed[disabled]:active,
.npk-btn-dashed-disabled.active,
.npk-btn-dashed.disabled.active,
.npk-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-dashed-disabled > a:only-child,
.npk-btn-dashed.disabled > a:only-child,
.npk-btn-dashed[disabled] > a:only-child,
.npk-btn-dashed-disabled:hover > a:only-child,
.npk-btn-dashed.disabled:hover > a:only-child,
.npk-btn-dashed[disabled]:hover > a:only-child,
.npk-btn-dashed-disabled:focus > a:only-child,
.npk-btn-dashed.disabled:focus > a:only-child,
.npk-btn-dashed[disabled]:focus > a:only-child,
.npk-btn-dashed-disabled:active > a:only-child,
.npk-btn-dashed.disabled:active > a:only-child,
.npk-btn-dashed[disabled]:active > a:only-child,
.npk-btn-dashed-disabled.active > a:only-child,
.npk-btn-dashed.disabled.active > a:only-child,
.npk-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-dashed-disabled > a:only-child::after,
.npk-btn-dashed.disabled > a:only-child::after,
.npk-btn-dashed[disabled] > a:only-child::after,
.npk-btn-dashed-disabled:hover > a:only-child::after,
.npk-btn-dashed.disabled:hover > a:only-child::after,
.npk-btn-dashed[disabled]:hover > a:only-child::after,
.npk-btn-dashed-disabled:focus > a:only-child::after,
.npk-btn-dashed.disabled:focus > a:only-child::after,
.npk-btn-dashed[disabled]:focus > a:only-child::after,
.npk-btn-dashed-disabled:active > a:only-child::after,
.npk-btn-dashed.disabled:active > a:only-child::after,
.npk-btn-dashed[disabled]:active > a:only-child::after,
.npk-btn-dashed-disabled.active > a:only-child::after,
.npk-btn-dashed.disabled.active > a:only-child::after,
.npk-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.npk-btn-danger > a:only-child {
  color: currentColor;
}
.npk-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-danger:hover,
.npk-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.npk-btn-danger:hover > a:only-child,
.npk-btn-danger:focus > a:only-child {
  color: currentColor;
}
.npk-btn-danger:hover > a:only-child::after,
.npk-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-danger:active,
.npk-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.npk-btn-danger:active > a:only-child,
.npk-btn-danger.active > a:only-child {
  color: currentColor;
}
.npk-btn-danger:active > a:only-child::after,
.npk-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-danger-disabled,
.npk-btn-danger.disabled,
.npk-btn-danger[disabled],
.npk-btn-danger-disabled:hover,
.npk-btn-danger.disabled:hover,
.npk-btn-danger[disabled]:hover,
.npk-btn-danger-disabled:focus,
.npk-btn-danger.disabled:focus,
.npk-btn-danger[disabled]:focus,
.npk-btn-danger-disabled:active,
.npk-btn-danger.disabled:active,
.npk-btn-danger[disabled]:active,
.npk-btn-danger-disabled.active,
.npk-btn-danger.disabled.active,
.npk-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-danger-disabled > a:only-child,
.npk-btn-danger.disabled > a:only-child,
.npk-btn-danger[disabled] > a:only-child,
.npk-btn-danger-disabled:hover > a:only-child,
.npk-btn-danger.disabled:hover > a:only-child,
.npk-btn-danger[disabled]:hover > a:only-child,
.npk-btn-danger-disabled:focus > a:only-child,
.npk-btn-danger.disabled:focus > a:only-child,
.npk-btn-danger[disabled]:focus > a:only-child,
.npk-btn-danger-disabled:active > a:only-child,
.npk-btn-danger.disabled:active > a:only-child,
.npk-btn-danger[disabled]:active > a:only-child,
.npk-btn-danger-disabled.active > a:only-child,
.npk-btn-danger.disabled.active > a:only-child,
.npk-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-danger-disabled > a:only-child::after,
.npk-btn-danger.disabled > a:only-child::after,
.npk-btn-danger[disabled] > a:only-child::after,
.npk-btn-danger-disabled:hover > a:only-child::after,
.npk-btn-danger.disabled:hover > a:only-child::after,
.npk-btn-danger[disabled]:hover > a:only-child::after,
.npk-btn-danger-disabled:focus > a:only-child::after,
.npk-btn-danger.disabled:focus > a:only-child::after,
.npk-btn-danger[disabled]:focus > a:only-child::after,
.npk-btn-danger-disabled:active > a:only-child::after,
.npk-btn-danger.disabled:active > a:only-child::after,
.npk-btn-danger[disabled]:active > a:only-child::after,
.npk-btn-danger-disabled.active > a:only-child::after,
.npk-btn-danger.disabled.active > a:only-child::after,
.npk-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-link {
  color: #DE4038;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.npk-btn-link > a:only-child {
  color: currentColor;
}
.npk-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-link:hover,
.npk-btn-link:focus {
  color: #eb6c60;
  background-color: transparent;
  border-color: #eb6c60;
}
.npk-btn-link:hover > a:only-child,
.npk-btn-link:focus > a:only-child {
  color: currentColor;
}
.npk-btn-link:hover > a:only-child::after,
.npk-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-link:active,
.npk-btn-link.active {
  color: #b82725;
  background-color: transparent;
  border-color: #b82725;
}
.npk-btn-link:active > a:only-child,
.npk-btn-link.active > a:only-child {
  color: currentColor;
}
.npk-btn-link:active > a:only-child::after,
.npk-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-link-disabled,
.npk-btn-link.disabled,
.npk-btn-link[disabled],
.npk-btn-link-disabled:hover,
.npk-btn-link.disabled:hover,
.npk-btn-link[disabled]:hover,
.npk-btn-link-disabled:focus,
.npk-btn-link.disabled:focus,
.npk-btn-link[disabled]:focus,
.npk-btn-link-disabled:active,
.npk-btn-link.disabled:active,
.npk-btn-link[disabled]:active,
.npk-btn-link-disabled.active,
.npk-btn-link.disabled.active,
.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-link-disabled > a:only-child,
.npk-btn-link.disabled > a:only-child,
.npk-btn-link[disabled] > a:only-child,
.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-link-disabled:active > a:only-child,
.npk-btn-link.disabled:active > a:only-child,
.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-link-disabled.active > a:only-child,
.npk-btn-link.disabled.active > a:only-child,
.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-link-disabled > a:only-child::after,
.npk-btn-link.disabled > a:only-child::after,
.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-link:hover,
.npk-btn-link:focus,
.npk-btn-link:active {
  border-color: transparent;
}
.npk-btn-link-disabled,
.npk-btn-link.disabled,
.npk-btn-link[disabled],
.npk-btn-link-disabled:hover,
.npk-btn-link.disabled:hover,
.npk-btn-link[disabled]:hover,
.npk-btn-link-disabled:focus,
.npk-btn-link.disabled:focus,
.npk-btn-link[disabled]:focus,
.npk-btn-link-disabled:active,
.npk-btn-link.disabled:active,
.npk-btn-link[disabled]:active,
.npk-btn-link-disabled.active,
.npk-btn-link.disabled.active,
.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-link-disabled > a:only-child,
.npk-btn-link.disabled > a:only-child,
.npk-btn-link[disabled] > a:only-child,
.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-link-disabled:active > a:only-child,
.npk-btn-link.disabled:active > a:only-child,
.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-link-disabled.active > a:only-child,
.npk-btn-link.disabled.active > a:only-child,
.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-link-disabled > a:only-child::after,
.npk-btn-link.disabled > a:only-child::after,
.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.npk-btn-dangerous > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous:hover,
.npk-btn-dangerous:focus {
  color: #ff7875;
  background-color: #fff;
  border-color: #ff7875;
}
.npk-btn-dangerous:hover > a:only-child,
.npk-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous:hover > a:only-child::after,
.npk-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous:active,
.npk-btn-dangerous.active {
  color: #d9363e;
  background-color: #fff;
  border-color: #d9363e;
}
.npk-btn-dangerous:active > a:only-child,
.npk-btn-dangerous.active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous:active > a:only-child::after,
.npk-btn-dangerous.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous-disabled,
.npk-btn-dangerous.disabled,
.npk-btn-dangerous[disabled],
.npk-btn-dangerous-disabled:hover,
.npk-btn-dangerous.disabled:hover,
.npk-btn-dangerous[disabled]:hover,
.npk-btn-dangerous-disabled:focus,
.npk-btn-dangerous.disabled:focus,
.npk-btn-dangerous[disabled]:focus,
.npk-btn-dangerous-disabled:active,
.npk-btn-dangerous.disabled:active,
.npk-btn-dangerous[disabled]:active,
.npk-btn-dangerous-disabled.active,
.npk-btn-dangerous.disabled.active,
.npk-btn-dangerous[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-dangerous-disabled > a:only-child,
.npk-btn-dangerous.disabled > a:only-child,
.npk-btn-dangerous[disabled] > a:only-child,
.npk-btn-dangerous-disabled:hover > a:only-child,
.npk-btn-dangerous.disabled:hover > a:only-child,
.npk-btn-dangerous[disabled]:hover > a:only-child,
.npk-btn-dangerous-disabled:focus > a:only-child,
.npk-btn-dangerous.disabled:focus > a:only-child,
.npk-btn-dangerous[disabled]:focus > a:only-child,
.npk-btn-dangerous-disabled:active > a:only-child,
.npk-btn-dangerous.disabled:active > a:only-child,
.npk-btn-dangerous[disabled]:active > a:only-child,
.npk-btn-dangerous-disabled.active > a:only-child,
.npk-btn-dangerous.disabled.active > a:only-child,
.npk-btn-dangerous[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous-disabled > a:only-child::after,
.npk-btn-dangerous.disabled > a:only-child::after,
.npk-btn-dangerous[disabled] > a:only-child::after,
.npk-btn-dangerous-disabled:hover > a:only-child::after,
.npk-btn-dangerous.disabled:hover > a:only-child::after,
.npk-btn-dangerous[disabled]:hover > a:only-child::after,
.npk-btn-dangerous-disabled:focus > a:only-child::after,
.npk-btn-dangerous.disabled:focus > a:only-child::after,
.npk-btn-dangerous[disabled]:focus > a:only-child::after,
.npk-btn-dangerous-disabled:active > a:only-child::after,
.npk-btn-dangerous.disabled:active > a:only-child::after,
.npk-btn-dangerous[disabled]:active > a:only-child::after,
.npk-btn-dangerous-disabled.active > a:only-child::after,
.npk-btn-dangerous.disabled.active > a:only-child::after,
.npk-btn-dangerous[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-primary {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.npk-btn-dangerous.npk-btn-primary > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-primary:hover,
.npk-btn-dangerous.npk-btn-primary:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.npk-btn-dangerous.npk-btn-primary:hover > a:only-child,
.npk-btn-dangerous.npk-btn-primary:focus > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-primary:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-primary:active,
.npk-btn-dangerous.npk-btn-primary.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.npk-btn-dangerous.npk-btn-primary:active > a:only-child,
.npk-btn-dangerous.npk-btn-primary.active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-primary:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-primary-disabled,
.npk-btn-dangerous.npk-btn-primary.disabled,
.npk-btn-dangerous.npk-btn-primary[disabled],
.npk-btn-dangerous.npk-btn-primary-disabled:hover,
.npk-btn-dangerous.npk-btn-primary.disabled:hover,
.npk-btn-dangerous.npk-btn-primary[disabled]:hover,
.npk-btn-dangerous.npk-btn-primary-disabled:focus,
.npk-btn-dangerous.npk-btn-primary.disabled:focus,
.npk-btn-dangerous.npk-btn-primary[disabled]:focus,
.npk-btn-dangerous.npk-btn-primary-disabled:active,
.npk-btn-dangerous.npk-btn-primary.disabled:active,
.npk-btn-dangerous.npk-btn-primary[disabled]:active,
.npk-btn-dangerous.npk-btn-primary-disabled.active,
.npk-btn-dangerous.npk-btn-primary.disabled.active,
.npk-btn-dangerous.npk-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-dangerous.npk-btn-primary-disabled > a:only-child,
.npk-btn-dangerous.npk-btn-primary.disabled > a:only-child,
.npk-btn-dangerous.npk-btn-primary[disabled] > a:only-child,
.npk-btn-dangerous.npk-btn-primary-disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-primary.disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-primary[disabled]:hover > a:only-child,
.npk-btn-dangerous.npk-btn-primary-disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-primary.disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-primary[disabled]:focus > a:only-child,
.npk-btn-dangerous.npk-btn-primary-disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-primary.disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-primary[disabled]:active > a:only-child,
.npk-btn-dangerous.npk-btn-primary-disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-primary.disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-primary-disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary[disabled] > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary-disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary[disabled]:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary-disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary[disabled]:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary-disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary[disabled]:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary-disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary.disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link {
  color: #ff4d4f;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.npk-btn-dangerous.npk-btn-link > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link:hover,
.npk-btn-dangerous.npk-btn-link:focus {
  color: #eb6c60;
  background-color: transparent;
  border-color: #eb6c60;
}
.npk-btn-dangerous.npk-btn-link:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link:focus > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link:active,
.npk-btn-dangerous.npk-btn-link.active {
  color: #b82725;
  background-color: transparent;
  border-color: #b82725;
}
.npk-btn-dangerous.npk-btn-link:active > a:only-child,
.npk-btn-dangerous.npk-btn-link.active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link-disabled,
.npk-btn-dangerous.npk-btn-link.disabled,
.npk-btn-dangerous.npk-btn-link[disabled],
.npk-btn-dangerous.npk-btn-link-disabled:hover,
.npk-btn-dangerous.npk-btn-link.disabled:hover,
.npk-btn-dangerous.npk-btn-link[disabled]:hover,
.npk-btn-dangerous.npk-btn-link-disabled:focus,
.npk-btn-dangerous.npk-btn-link.disabled:focus,
.npk-btn-dangerous.npk-btn-link[disabled]:focus,
.npk-btn-dangerous.npk-btn-link-disabled:active,
.npk-btn-dangerous.npk-btn-link.disabled:active,
.npk-btn-dangerous.npk-btn-link[disabled]:active,
.npk-btn-dangerous.npk-btn-link-disabled.active,
.npk-btn-dangerous.npk-btn-link.disabled.active,
.npk-btn-dangerous.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-dangerous.npk-btn-link-disabled > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link-disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link:hover,
.npk-btn-dangerous.npk-btn-link:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-dangerous.npk-btn-link:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link:focus > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link:active {
  color: #d9363e;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-dangerous.npk-btn-link:active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-dangerous.npk-btn-link-disabled,
.npk-btn-dangerous.npk-btn-link.disabled,
.npk-btn-dangerous.npk-btn-link[disabled],
.npk-btn-dangerous.npk-btn-link-disabled:hover,
.npk-btn-dangerous.npk-btn-link.disabled:hover,
.npk-btn-dangerous.npk-btn-link[disabled]:hover,
.npk-btn-dangerous.npk-btn-link-disabled:focus,
.npk-btn-dangerous.npk-btn-link.disabled:focus,
.npk-btn-dangerous.npk-btn-link[disabled]:focus,
.npk-btn-dangerous.npk-btn-link-disabled:active,
.npk-btn-dangerous.npk-btn-link.disabled:active,
.npk-btn-dangerous.npk-btn-link[disabled]:active,
.npk-btn-dangerous.npk-btn-link-disabled.active,
.npk-btn-dangerous.npk-btn-link.disabled.active,
.npk-btn-dangerous.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-dangerous.npk-btn-link-disabled > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child,
.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-dangerous.npk-btn-link-disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 12.6px 0;
  font-size: 3em;
  border-radius: 2px;
}
.npk-btn-icon-only.npk-btn-lg {
  width: 40px;
  height: 40px;
  padding: 15.1px 0;
  font-size: 5em;
  border-radius: 2px;
}
.npk-btn-icon-only.npk-btn-sm {
  width: 24px;
  height: 24px;
  padding: 10.2px 0;
  font-size: 1em;
  border-radius: 2px;
}
.npk-btn-icon-only > i {
  vertical-align: middle;
}
.npk-btn-round {
  height: 32px;
  padding: 14.2px 16px;
  font-size: 1em;
  border-radius: 32px;
}
.npk-btn-round.npk-btn-lg {
  height: 40px;
  padding: 16.6px 20px;
  font-size: 3em;
  border-radius: 40px;
}
.npk-btn-round.npk-btn-sm {
  height: 24px;
  padding: 10.2px 12px;
  font-size: 1em;
  border-radius: 24px;
}
.npk-btn-round.npk-btn-icon-only {
  width: auto;
}
.npk-btn-circle,
.npk-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.npk-btn-circle.npk-btn-lg,
.npk-btn-circle-outline.npk-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.npk-btn-circle.npk-btn-sm,
.npk-btn-circle-outline.npk-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.npk-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.npk-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-btn .anticon.anticon-plus > svg,
.npk-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.npk-btn.npk-btn-loading {
  position: relative;
}
.npk-btn.npk-btn-loading:not([disabled]) {
  pointer-events: none;
}
.npk-btn.npk-btn-loading::before {
  display: block;
}
.npk-btn.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) {
  padding-left: 29px;
}
.npk-btn-rtl.npk-btn.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) {
  padding-right: 29px;
  padding-left: 15px;
}
.npk-btn.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.npk-btn-rtl.npk-btn.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) .anticon:not(:last-child) {
  margin-right: -14px;
  margin-left: 0;
}
.npk-btn-sm.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) {
  padding-left: 24px;
}
.npk-btn-rtl.npk-btn-sm.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) {
  padding-right: 24px;
  padding-left: 7px;
}
.npk-btn-sm.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) .anticon {
  margin-left: -17px;
}
.npk-btn-rtl.npk-btn-sm.npk-btn-loading:not(.npk-btn-circle):not(.npk-btn-circle-outline):not(.npk-btn-icon-only) .anticon {
  margin-right: -17px;
  margin-left: 0;
}
.npk-btn-group {
  position: relative;
  display: inline-block;
}
.npk-btn-group > .npk-btn,
.npk-btn-group > span > .npk-btn {
  position: relative;
}
.npk-btn-group > .npk-btn:hover,
.npk-btn-group > span > .npk-btn:hover,
.npk-btn-group > .npk-btn:focus,
.npk-btn-group > span > .npk-btn:focus,
.npk-btn-group > .npk-btn:active,
.npk-btn-group > span > .npk-btn:active,
.npk-btn-group > .npk-btn.active,
.npk-btn-group > span > .npk-btn.active {
  z-index: 2;
}
.npk-btn-group > .npk-btn:disabled,
.npk-btn-group > span > .npk-btn:disabled {
  z-index: 0;
}
.npk-btn-group > .npk-btn-icon-only {
  font-size: 1em;
}
.npk-btn-group-lg > .npk-btn,
.npk-btn-group-lg > span > .npk-btn {
  height: 40px;
  padding: 16.6px 15px;
  font-size: 3em;
  border-radius: 0;
}
.npk-btn-group-lg > .npk-btn.npk-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.npk-btn-group-sm > .npk-btn,
.npk-btn-group-sm > span > .npk-btn {
  height: 24px;
  padding: 10.2px 7px;
  font-size: 1em;
  border-radius: 0;
}
.npk-btn-group-sm > .npk-btn > .anticon,
.npk-btn-group-sm > span > .npk-btn > .anticon {
  font-size: 1em;
}
.npk-btn-group-sm > .npk-btn.npk-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.npk-btn-group .npk-btn + .npk-btn,
.npk-btn + .npk-btn-group,
.npk-btn-group span + .npk-btn,
.npk-btn-group .npk-btn + span,
.npk-btn-group > span + span,
.npk-btn-group + .npk-btn,
.npk-btn-group + .npk-btn-group {
  margin-left: -1px;
}
.npk-btn-rtl.npk-btn-group .npk-btn + .npk-btn,
.npk-btn-rtl.npk-btn + .npk-btn-group,
.npk-btn-rtl.npk-btn-group span + .npk-btn,
.npk-btn-rtl.npk-btn-group .npk-btn + span,
.npk-btn-rtl.npk-btn-group > span + span,
.npk-btn-rtl.npk-btn-group + .npk-btn,
.npk-btn-rtl.npk-btn-group + .npk-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.npk-btn-group .npk-btn-primary + .npk-btn:not(.npk-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.npk-btn-group .npk-btn {
  border-radius: 0;
}
.npk-btn-group.npk-btn-group-rtl {
  direction: rtl;
}
.npk-btn-group > .npk-btn:first-child,
.npk-btn-group > span:first-child > .npk-btn {
  margin-left: 0;
}
.npk-btn-group > .npk-btn:only-child {
  border-radius: 2px;
}
.npk-btn-group > span:only-child > .npk-btn {
  border-radius: 2px;
}
.npk-btn-group > .npk-btn:first-child:not(:last-child),
.npk-btn-group > span:first-child:not(:last-child) > .npk-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.npk-btn-group-rtl.npk-btn-group > .npk-btn:first-child:not(:last-child),
.npk-btn-group-rtl.npk-btn-group > span:first-child:not(:last-child) > .npk-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.npk-btn-group > .npk-btn:last-child:not(:first-child),
.npk-btn-group > span:last-child:not(:first-child) > .npk-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.npk-btn-group-rtl.npk-btn-group > .npk-btn:last-child:not(:first-child),
.npk-btn-group-rtl.npk-btn-group > span:last-child:not(:first-child) > .npk-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.npk-btn-group-sm > .npk-btn:only-child {
  border-radius: 2px;
}
.npk-btn-group-sm > span:only-child > .npk-btn {
  border-radius: 2px;
}
.npk-btn-group-sm > .npk-btn:first-child:not(:last-child),
.npk-btn-group-sm > span:first-child:not(:last-child) > .npk-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.npk-btn-group-rtl.npk-btn-group-sm > .npk-btn:first-child:not(:last-child),
.npk-btn-group-rtl.npk-btn-group-sm > span:first-child:not(:last-child) > .npk-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.npk-btn-group-sm > .npk-btn:last-child:not(:first-child),
.npk-btn-group-sm > span:last-child:not(:first-child) > .npk-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.npk-btn-group-rtl.npk-btn-group-sm > .npk-btn:last-child:not(:first-child),
.npk-btn-group-rtl.npk-btn-group-sm > span:last-child:not(:first-child) > .npk-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.npk-btn-group > .npk-btn-group {
  float: left;
}
.npk-btn-group > .npk-btn-group:not(:first-child):not(:last-child) > .npk-btn {
  border-radius: 0;
}
.npk-btn-group > .npk-btn-group:first-child:not(:last-child) > .npk-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-btn-group > .npk-btn-group:last-child:not(:first-child) > .npk-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-btn:focus > span,
.npk-btn:active > span {
  position: relative;
}
.npk-btn > .anticon + span,
.npk-btn > span + .anticon {
  margin-left: 8px;
}
.npk-btn-rtl.npk-btn > .anticon + span,
.npk-btn-rtl.npk-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
.npk-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.npk-btn-background-ghost.npk-btn-primary {
  color: #DE4038;
  background-color: transparent;
  border-color: #DE4038;
  text-shadow: none;
}
.npk-btn-background-ghost.npk-btn-primary > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-primary:hover,
.npk-btn-background-ghost.npk-btn-primary:focus {
  color: #eb6c60;
  background-color: transparent;
  border-color: #eb6c60;
}
.npk-btn-background-ghost.npk-btn-primary:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-primary:focus > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-primary:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-primary:active,
.npk-btn-background-ghost.npk-btn-primary.active {
  color: #b82725;
  background-color: transparent;
  border-color: #b82725;
}
.npk-btn-background-ghost.npk-btn-primary:active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-primary:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-primary-disabled,
.npk-btn-background-ghost.npk-btn-primary.disabled,
.npk-btn-background-ghost.npk-btn-primary[disabled],
.npk-btn-background-ghost.npk-btn-primary-disabled:hover,
.npk-btn-background-ghost.npk-btn-primary.disabled:hover,
.npk-btn-background-ghost.npk-btn-primary[disabled]:hover,
.npk-btn-background-ghost.npk-btn-primary-disabled:focus,
.npk-btn-background-ghost.npk-btn-primary.disabled:focus,
.npk-btn-background-ghost.npk-btn-primary[disabled]:focus,
.npk-btn-background-ghost.npk-btn-primary-disabled:active,
.npk-btn-background-ghost.npk-btn-primary.disabled:active,
.npk-btn-background-ghost.npk-btn-primary[disabled]:active,
.npk-btn-background-ghost.npk-btn-primary-disabled.active,
.npk-btn-background-ghost.npk-btn-primary.disabled.active,
.npk-btn-background-ghost.npk-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-background-ghost.npk-btn-primary-disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-primary[disabled] > a:only-child,
.npk-btn-background-ghost.npk-btn-primary-disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-primary[disabled]:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-primary-disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-primary[disabled]:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-primary-disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary[disabled]:active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary-disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary.disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-primary-disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary[disabled] > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary-disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary[disabled]:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary-disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary[disabled]:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary-disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary[disabled]:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary-disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary.disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.npk-btn-background-ghost.npk-btn-danger > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-danger:hover,
.npk-btn-background-ghost.npk-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.npk-btn-background-ghost.npk-btn-danger:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-danger:focus > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-danger:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-danger:active,
.npk-btn-background-ghost.npk-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.npk-btn-background-ghost.npk-btn-danger:active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-danger:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-danger-disabled,
.npk-btn-background-ghost.npk-btn-danger.disabled,
.npk-btn-background-ghost.npk-btn-danger[disabled],
.npk-btn-background-ghost.npk-btn-danger-disabled:hover,
.npk-btn-background-ghost.npk-btn-danger.disabled:hover,
.npk-btn-background-ghost.npk-btn-danger[disabled]:hover,
.npk-btn-background-ghost.npk-btn-danger-disabled:focus,
.npk-btn-background-ghost.npk-btn-danger.disabled:focus,
.npk-btn-background-ghost.npk-btn-danger[disabled]:focus,
.npk-btn-background-ghost.npk-btn-danger-disabled:active,
.npk-btn-background-ghost.npk-btn-danger.disabled:active,
.npk-btn-background-ghost.npk-btn-danger[disabled]:active,
.npk-btn-background-ghost.npk-btn-danger-disabled.active,
.npk-btn-background-ghost.npk-btn-danger.disabled.active,
.npk-btn-background-ghost.npk-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-background-ghost.npk-btn-danger-disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-danger[disabled] > a:only-child,
.npk-btn-background-ghost.npk-btn-danger-disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-danger[disabled]:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-danger-disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-danger[disabled]:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-danger-disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger[disabled]:active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger-disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger.disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-danger-disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger[disabled] > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger-disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger[disabled]:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger-disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger[disabled]:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger-disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger[disabled]:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger-disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger.disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.npk-btn-background-ghost.npk-btn-dangerous > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous:hover,
.npk-btn-background-ghost.npk-btn-dangerous:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.npk-btn-background-ghost.npk-btn-dangerous:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous:active,
.npk-btn-background-ghost.npk-btn-dangerous.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.npk-btn-background-ghost.npk-btn-dangerous:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous-disabled,
.npk-btn-background-ghost.npk-btn-dangerous.disabled,
.npk-btn-background-ghost.npk-btn-dangerous[disabled],
.npk-btn-background-ghost.npk-btn-dangerous-disabled:hover,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:hover,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:hover,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:focus,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:focus,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:focus,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:active,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:active,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:active,
.npk-btn-background-ghost.npk-btn-dangerous-disabled.active,
.npk-btn-background-ghost.npk-btn-dangerous.disabled.active,
.npk-btn-background-ghost.npk-btn-dangerous[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-background-ghost.npk-btn-dangerous-disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous[disabled] > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous-disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous-disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous[disabled] > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous-disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous[disabled]:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous-disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link {
  color: #ff4d4f;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:hover,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:focus > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.active {
  color: #d9363e;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled],
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:hover,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:hover,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:hover,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:focus,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:focus,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:focus,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled.active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled.active,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-dangerous.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-link {
  color: #DE4038;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.npk-btn-background-ghost.npk-btn-link > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-link:hover,
.npk-btn-background-ghost.npk-btn-link:focus {
  color: #eb6c60;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-background-ghost.npk-btn-link:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-link:focus > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-link:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-link:active,
.npk-btn-background-ghost.npk-btn-link.active {
  color: #b82725;
  background-color: transparent;
  border-color: transparent;
}
.npk-btn-background-ghost.npk-btn-link:active > a:only-child,
.npk-btn-background-ghost.npk-btn-link.active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-link:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-background-ghost.npk-btn-link-disabled,
.npk-btn-background-ghost.npk-btn-link.disabled,
.npk-btn-background-ghost.npk-btn-link[disabled],
.npk-btn-background-ghost.npk-btn-link-disabled:hover,
.npk-btn-background-ghost.npk-btn-link.disabled:hover,
.npk-btn-background-ghost.npk-btn-link[disabled]:hover,
.npk-btn-background-ghost.npk-btn-link-disabled:focus,
.npk-btn-background-ghost.npk-btn-link.disabled:focus,
.npk-btn-background-ghost.npk-btn-link[disabled]:focus,
.npk-btn-background-ghost.npk-btn-link-disabled:active,
.npk-btn-background-ghost.npk-btn-link.disabled:active,
.npk-btn-background-ghost.npk-btn-link[disabled]:active,
.npk-btn-background-ghost.npk-btn-link-disabled.active,
.npk-btn-background-ghost.npk-btn-link.disabled.active,
.npk-btn-background-ghost.npk-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.npk-btn-background-ghost.npk-btn-link-disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-link.disabled > a:only-child,
.npk-btn-background-ghost.npk-btn-link[disabled] > a:only-child,
.npk-btn-background-ghost.npk-btn-link-disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-link.disabled:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-link[disabled]:hover > a:only-child,
.npk-btn-background-ghost.npk-btn-link-disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-link.disabled:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-link[disabled]:focus > a:only-child,
.npk-btn-background-ghost.npk-btn-link-disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-link.disabled:active > a:only-child,
.npk-btn-background-ghost.npk-btn-link[disabled]:active > a:only-child,
.npk-btn-background-ghost.npk-btn-link-disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-link.disabled.active > a:only-child,
.npk-btn-background-ghost.npk-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.npk-btn-background-ghost.npk-btn-link-disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.disabled > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link[disabled] > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link-disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.disabled:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link[disabled]:hover > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link-disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.disabled:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link[disabled]:focus > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link-disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.disabled:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link[disabled]:active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link-disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link.disabled.active > a:only-child::after,
.npk-btn-background-ghost.npk-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.npk-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.npk-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.npk-btn-block {
  width: 100%;
}
.npk-btn:empty {
  vertical-align: top;
}
a.npk-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.npk-btn-lg {
  line-height: 38px;
}
a.npk-btn-sm {
  line-height: 22px;
}

/* 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 */
.npk-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 14.2px 11px;
  color: #323232;
  font-size: 1em;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
}
.npk-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.npk-input-affix-wrapper::placeholder {
  color: #bfbfbf;
}
.npk-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.npk-input-affix-wrapper:hover {
  border-color: #eb6c60;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input-affix-wrapper:focus,
.npk-input-affix-wrapper-focused {
  border-color: #eb6c60;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 64, 56, 0.2);
}
.npk-input-rtl .npk-input-affix-wrapper:focus,
.npk-input-rtl .npk-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.npk-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input-affix-wrapper-disabled:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.npk-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input-affix-wrapper[disabled]:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
textarea.npk-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.npk-input-affix-wrapper-lg {
  padding: 16.7px 11px;
  font-size: 3em;
}
.npk-input-affix-wrapper-sm {
  padding: 10.2px 7px;
}
.npk-input-affix-wrapper-rtl {
  direction: rtl;
}
.npk-input-affix-wrapper > input.npk-input {
  padding: 0;
  border: none;
  outline: none;
}
.npk-input-affix-wrapper > input.npk-input:focus {
  box-shadow: none;
}
.npk-input-prefix,
.npk-input-suffix {
  flex: none;
}
.npk-input-prefix {
  margin-right: 4px;
}
.npk-input-suffix {
  margin-left: 4px;
}
.npk-input-affix-wrapper-rtl .npk-input-prefix {
  margin: 0 0 0 4px;
}
.npk-input-affix-wrapper-rtl .npk-input-suffix {
  margin: 0 4px 0 0;
}
.npk-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  margin: 0 4px;
  vertical-align: -1px;
}
.npk-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.npk-input-clear-icon:active {
  color: #323232;
}
.npk-input-clear-icon + i {
  margin-left: 6px;
}
.npk-input-clear-icon:last-child {
  margin-right: 0;
}
.npk-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
  border: 0;
}
.npk-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.npk-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.npk-input-textarea-clear-icon:active {
  color: #323232;
}
.npk-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.npk-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 14.2px 11px;
  color: #323232;
  font-size: 1em;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.npk-input::-moz-placeholder {
  opacity: 1;
}
.npk-input::placeholder {
  color: #bfbfbf;
}
.npk-input:placeholder-shown {
  text-overflow: ellipsis;
}
.npk-input:hover {
  border-color: #eb6c60;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input:focus,
.npk-input-focused {
  border-color: #eb6c60;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 64, 56, 0.2);
}
.npk-input-rtl .npk-input:focus,
.npk-input-rtl .npk-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.npk-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input-disabled:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.npk-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-input[disabled]:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
textarea.npk-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.npk-input-lg {
  padding: 16.7px 11px;
  font-size: 3em;
}
.npk-input-sm {
  padding: 10.2px 7px;
}
.npk-input-rtl {
  direction: rtl;
}
.npk-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.npk-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.npk-input-group > [class*='col-'] {
  padding-right: 8px;
}
.npk-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.npk-input-group-addon,
.npk-input-group-wrap,
.npk-input-group > .npk-input {
  display: table-cell;
}
.npk-input-group-addon:not(:first-child):not(:last-child),
.npk-input-group-wrap:not(:first-child):not(:last-child),
.npk-input-group > .npk-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.npk-input-group-addon,
.npk-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.npk-input-group-wrap > * {
  display: block !important;
}
.npk-input-group .npk-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.npk-input-group .npk-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.npk-input-group .npk-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.npk-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #323232;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.npk-input-group-addon .npk-select {
  margin: -15.2px -11px;
}
.npk-input-group-addon .npk-select.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.npk-input-group-addon .npk-select-open .npk-select-selector,
.npk-input-group-addon .npk-select-focused .npk-select-selector {
  color: #DE4038;
}
.npk-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.npk-input-group > .npk-input:first-child,
.npk-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-input-group > .npk-input:first-child .npk-select .npk-select-selector,
.npk-input-group-addon:first-child .npk-select .npk-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-input-group > .npk-input-rtl:first-child,
.npk-input-group-rtl .npk-input-group-addon:first-child {
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-group > .npk-input-affix-wrapper:not(:first-child) .npk-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-group > .npk-input-affix-wrapper:not(:last-child) .npk-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-input-group-addon:first-child {
  border-right: 0;
}
.npk-input-group-rtl .npk-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.npk-input-group-addon:last-child {
  border-left: 0;
}
.npk-input-group-rtl .npk-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}
.npk-input-group > .npk-input:last-child,
.npk-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-group-rtl .npk-input-group > .npk-input:last-child,
.npk-input-group-rtl .npk-input-group-addon:last-child {
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-input-group > .npk-input:last-child .npk-select .npk-select-selector,
.npk-input-group-addon:last-child .npk-select .npk-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-group-lg .npk-input,
.npk-input-group-lg > .npk-input-group-addon {
  padding: 16.7px 11px;
  font-size: 3em;
}
.npk-input-group-sm .npk-input,
.npk-input-group-sm > .npk-input-group-addon {
  padding: 10.2px 7px;
}
.npk-input-group-lg .npk-select-single .ant-select-selector {
  height: 40px;
}
.npk-input-group-sm .npk-select-single .ant-select-selector {
  height: 24px;
}
.npk-input-group .npk-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-group .npk-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.npk-input-group.npk-input-group-compact {
  display: block;
}
.npk-input-group.npk-input-group-compact::before {
  display: table;
  content: '';
}
.npk-input-group.npk-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.npk-input-group.npk-input-group-compact-addon:not(:first-child):not(:last-child),
.npk-input-group.npk-input-group-compact-wrap:not(:first-child):not(:last-child),
.npk-input-group.npk-input-group-compact > .npk-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.npk-input-group.npk-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.npk-input-group.npk-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.npk-input-group.npk-input-group-compact > .npk-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.npk-input-group.npk-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.npk-input-group.npk-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.npk-input-group.npk-input-group-compact > .npk-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.npk-input-group.npk-input-group-compact > * {
  display: inline-flex;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.npk-input-group.npk-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.npk-input-group.npk-input-group-compact .npk-input {
  float: none;
}
.npk-input-group.npk-input-group-compact > .npk-select > .npk-select-selector,
.npk-input-group.npk-input-group-compact > .npk-calendar-picker .npk-input,
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete .npk-input,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker .npk-input,
.npk-input-group.npk-input-group-compact > .npk-mention-wrapper .npk-mention-editor,
.npk-input-group.npk-input-group-compact > .npk-time-picker .npk-time-picker-input,
.npk-input-group.npk-input-group-compact > .npk-input-group-wrapper .npk-input {
  border-right-width: 1px;
  border-radius: 0;
}
.npk-input-group.npk-input-group-compact > .npk-select > .npk-select-selector:hover,
.npk-input-group.npk-input-group-compact > .npk-calendar-picker .npk-input:hover,
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete .npk-input:hover,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker .npk-input:hover,
.npk-input-group.npk-input-group-compact > .npk-mention-wrapper .npk-mention-editor:hover,
.npk-input-group.npk-input-group-compact > .npk-time-picker .npk-time-picker-input:hover,
.npk-input-group.npk-input-group-compact > .npk-input-group-wrapper .npk-input:hover {
  z-index: 1;
}
.npk-input-group.npk-input-group-compact > .npk-select > .npk-select-selector:focus,
.npk-input-group.npk-input-group-compact > .npk-calendar-picker .npk-input:focus,
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete .npk-input:focus,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker .npk-input:focus,
.npk-input-group.npk-input-group-compact > .npk-mention-wrapper .npk-mention-editor:focus,
.npk-input-group.npk-input-group-compact > .npk-time-picker .npk-time-picker-input:focus,
.npk-input-group.npk-input-group-compact > .npk-input-group-wrapper .npk-input:focus {
  z-index: 1;
}
.npk-input-group.npk-input-group-compact > .npk-select > .npk-select-arrow {
  z-index: 1;
}
.npk-input-group.npk-input-group-compact > *:first-child,
.npk-input-group.npk-input-group-compact > .npk-select:first-child > .npk-select-selector,
.npk-input-group.npk-input-group-compact > .npk-calendar-picker:first-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete:first-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker:first-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-mention-wrapper:first-child .npk-mention-editor,
.npk-input-group.npk-input-group-compact > .npk-time-picker:first-child .npk-time-picker-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > *:first-child,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-select:first-child > .npk-select-selector,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-calendar-picker:first-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-select-auto-complete:first-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-cascader-picker:first-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-mention-wrapper:first-child .npk-mention-editor,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-time-picker:first-child .npk-time-picker-input {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.npk-input-group.npk-input-group-compact > *:last-child,
.npk-input-group.npk-input-group-compact > .npk-select:last-child > .npk-select-selector,
.npk-input-group.npk-input-group-compact > .npk-calendar-picker:last-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete:last-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker:last-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-cascader-picker-focused:last-child .npk-input,
.npk-input-group.npk-input-group-compact > .npk-mention-wrapper:last-child .npk-mention-editor,
.npk-input-group.npk-input-group-compact > .npk-time-picker:last-child .npk-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > *:last-child,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-select:last-child > .npk-select-selector,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-calendar-picker:last-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-select-auto-complete:last-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-cascader-picker:last-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-cascader-picker-focused:last-child .npk-input,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-mention-wrapper:last-child .npk-mention-editor,
.npk-input-group-rtl.npk-input-group.npk-input-group-compact > .npk-time-picker:last-child .npk-time-picker-input {
  border-right-width: 0;
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.npk-input-group.npk-input-group-compact > .npk-select-auto-complete .npk-input {
  vertical-align: top;
}
.npk-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.npk-input-group-wrapper-rtl {
  direction: rtl;
}
.npk-input-group-rtl {
  direction: rtl;
}
.npk-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.npk-input-password-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.npk-input-search-rtl {
  direction: rtl;
}
.npk-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.npk-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.npk-input-search-enter-button input {
  border-right: 0;
}
.npk-input-search-rtl.npk-input-search-enter-button input {
  border: 1px solid #d9d9d9;
  border-left: 0;
}
.npk-input-search-enter-button input:hover,
.npk-input-search-enter-button input:focus {
  border-color: #eb6c60;
}
.npk-input-search-enter-button.npk-input-affix-wrapper {
  border-right: 0;
}
.npk-input-search-enter-button + .npk-input-group-addon,
.npk-input-search-enter-button input + .npk-input-group-addon {
  padding: 0;
  border: 0;
}
.npk-input-search-enter-button + .npk-input-group-addon .npk-input-search-button,
.npk-input-search-enter-button input + .npk-input-group-addon .npk-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.npk-input-search-rtl.npk-input-search-enter-button + .npk-input-group-addon .npk-input-search-button,
.npk-input-search-rtl.npk-input-search-enter-button input + .npk-input-group-addon .npk-input-search-button {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

/* 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 */
.npk-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.npk-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.npk-drawer-rtl {
  direction: rtl;
}
.npk-drawer-content-wrapper {
  position: absolute;
}
.npk-drawer .npk-drawer-content {
  width: 100%;
  height: 100%;
}
.npk-drawer-left,
.npk-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.npk-drawer-left .npk-drawer-content-wrapper,
.npk-drawer-right .npk-drawer-content-wrapper {
  height: 100%;
}
.npk-drawer-left.npk-drawer-open,
.npk-drawer-right.npk-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.npk-drawer-left.npk-drawer-open.no-mask,
.npk-drawer-right.npk-drawer-open.no-mask {
  width: 0%;
}
.npk-drawer-left {
  left: 0;
}
.npk-drawer-left .npk-drawer-content-wrapper {
  left: 0;
}
.npk-drawer-left.npk-drawer-open .npk-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.npk-drawer-right {
  right: 0;
}
.npk-drawer-right .npk-drawer-content-wrapper {
  right: 0;
}
.npk-drawer-right.npk-drawer-open .npk-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.npk-drawer-right.npk-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.npk-drawer-top,
.npk-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.npk-drawer-top .npk-drawer-content-wrapper,
.npk-drawer-bottom .npk-drawer-content-wrapper {
  width: 100%;
}
.npk-drawer-top.npk-drawer-open,
.npk-drawer-bottom.npk-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.npk-drawer-top.npk-drawer-open.no-mask,
.npk-drawer-bottom.npk-drawer-open.no-mask {
  height: 0%;
}
.npk-drawer-top {
  top: 0;
}
.npk-drawer-top.npk-drawer-open .npk-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.npk-drawer-bottom {
  bottom: 0;
}
.npk-drawer-bottom .npk-drawer-content-wrapper {
  bottom: 0;
}
.npk-drawer-bottom.npk-drawer-open .npk-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.npk-drawer-bottom.npk-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.npk-drawer.npk-drawer-open .npk-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.npk-drawer-title {
  margin: 0;
  color: #323232;
  font-weight: 500;
  font-size: 3em;
  line-height: 22px;
}
.npk-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.npk-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 3em;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.npk-drawer-rtl .npk-drawer-close {
  right: auto;
  left: 0;
}
.npk-drawer-close:focus,
.npk-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.npk-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: #323232;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.npk-drawer-header-no-title {
  color: #323232;
  background: #fff;
}
.npk-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.npk-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 1em;
  line-height: 1.5715;
  word-wrap: break-word;
}
.npk-drawer-footer {
  flex-shrink: 0;
  padding: 10px 10px;
  border-top: 1px solid #f0f0f0;
}
.npk-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.npk-drawer-open-content {
  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);
}
.npk-drawer .npk-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.npk-select-single .npk-select-selector {
  display: flex;
}
.npk-select-single .npk-select-selector .npk-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.npk-select-single .npk-select-selector .npk-select-selection-search-input {
  width: 100%;
}
.npk-select-single .npk-select-selector .npk-select-selection-item,
.npk-select-single .npk-select-selector .npk-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
  pointer-events: none;
}
@supports (-moz-appearance: meterbar) {
  .npk-select-single .npk-select-selector .npk-select-selection-item,
  .npk-select-single .npk-select-selector .npk-select-selection-placeholder {
    line-height: 30px;
  }
}
.npk-select-rtl.npk-select-single .npk-select-selector .npk-select-selection-item,
.npk-select-rtl.npk-select-single .npk-select-selector .npk-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.npk-select-single .npk-select-selector::after,
.npk-select-single .npk-select-selector .npk-select-selection-item::after,
.npk-select-single .npk-select-selector .npk-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\A0';
}
.npk-select-single.npk-select-show-arrow .npk-select-selection-search {
  right: 12px;
}
.npk-select-rtl.npk-select-single.npk-select-show-arrow .npk-select-selection-search {
  right: 11px;
  left: 12px;
}
.npk-select-single.npk-select-show-arrow .npk-select-selection-item,
.npk-select-single.npk-select-show-arrow .npk-select-selection-placeholder {
  padding-right: 2em;
}
.npk-select-rtl.npk-select-single.npk-select-show-arrow .npk-select-selection-item,
.npk-select-rtl.npk-select-single.npk-select-show-arrow .npk-select-selection-placeholder {
  padding-right: 0;
  padding-left: 2em;
}
.npk-select-single.npk-select-open .npk-select-selection-item {
  opacity: 0.4;
}
.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.npk-select-single:not(.npk-select-customize-input) .npk-select-selector input {
  cursor: pointer;
}
.npk-select-show-search.npk-select-single:not(.npk-select-customize-input) .npk-select-selector input {
  cursor: auto;
}
.npk-select-focused.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  border-color: #eb6c60;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 64, 56, 0.2);
}
.npk-input-rtl .npk-select-focused.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-select-disabled.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.npk-select-disabled.npk-select-single:not(.npk-select-customize-input) .npk-select-selector input {
  cursor: not-allowed;
}
.npk-select-single:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-search-input {
  background: transparent;
  border: none;
  outline: none;
}
.npk-select-rtl.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  padding: 0 11px;
}
.npk-select-single:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-search-input {
  height: 30px;
}
.npk-select-single.npk-select-customize-input .npk-select-selector::after {
  display: none;
}
.npk-select-single.npk-select-customize-input .npk-select-selector .npk-select-selection-search {
  position: static;
  width: 100%;
}
.npk-select-single.npk-select-customize-input .npk-select-selector .npk-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.npk-select-single.npk-select-customize-input .npk-select-selector .npk-select-selection-placeholder::after {
  display: none;
}
.npk-select-single.npk-select-lg:not(.npk-select-customize-input) .npk-select-selector {
  height: 40px;
}
.npk-select-single.npk-select-lg:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-item,
.npk-select-single.npk-select-lg:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-placeholder {
  line-height: 40px;
}
.npk-select-single.npk-select-lg:not(.npk-select-customize-input):not(.npk-select-customize-input) .npk-select-selection-search-input {
  height: 38px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input) .npk-select-selector {
  height: 24px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-item,
.npk-select-single.npk-select-sm:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-placeholder {
  line-height: 24px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input):not(.npk-select-customize-input) .npk-select-selection-search-input {
  height: 22px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input) .npk-select-selection-search {
  right: 7px;
  left: 7px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input) .npk-select-selector {
  padding: 0 7px;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-search {
  right: 8.5px;
}
.npk-select-rtl.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-search {
  right: 0;
}
.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-item,
.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-placeholder {
  padding-right: 1.5em;
}
.npk-select-rtl.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-item,
.npk-select-rtl.npk-select-single.npk-select-sm:not(.npk-select-customize-input).npk-select-show-arrow .npk-select-selection-placeholder {
  padding-right: 0;
  padding-left: 1.5em;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.npk-select-multiple .npk-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.2px 14.2px;
}
.npk-select-multiple .npk-select-selector input {
  cursor: pointer;
}
.npk-select-show-search.npk-select-multiple .npk-select-selector input {
  cursor: auto;
}
.npk-select-focused.npk-select-multiple .npk-select-selector {
  border-color: #eb6c60;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 64, 56, 0.2);
}
.npk-input-rtl .npk-select-focused.npk-select-multiple .npk-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-select-disabled.npk-select-multiple .npk-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.npk-select-disabled.npk-select-multiple .npk-select-selector input {
  cursor: not-allowed;
}
.npk-select-multiple .npk-select-selector .npk-select-selection-search-input {
  background: transparent;
  border: none;
  outline: none;
}
.npk-select-show-search.npk-select-multiple .npk-select-selector {
  cursor: text;
}
.npk-select-multiple .npk-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 8px 0;
  line-height: 3.6px;
  content: '\A0';
}
.npk-select-multiple.npk-select-allow-clear .npk-select-selector {
  padding-right: 24px;
}
.npk-select-multiple .npk-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 3.6px;
  margin-top: 8px;
  margin-right: 14.2px;
  margin-bottom: 8px;
  padding: 0 4px 0 8px;
  line-height: 1.6px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
}
.npk-select-rtl.npk-select-multiple .npk-select-selection-item {
  margin-right: 0;
  margin-left: 14.2px;
  text-align: right;
}
.npk-select-multiple .npk-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.npk-select-rtl.npk-select-multiple .npk-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.npk-select-multiple .npk-select-selection-item-remove {
  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;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
}
.npk-select-multiple .npk-select-selection-item-remove > * {
  line-height: 1;
}
.npk-select-multiple .npk-select-selection-item-remove svg {
  display: inline-block;
}
.npk-select-multiple .npk-select-selection-item-remove::before {
  display: none;
}
.npk-select-multiple .npk-select-selection-item-remove .npk-select-multiple .npk-select-selection-item-remove-icon {
  display: block;
}
.npk-select-multiple .npk-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.npk-select-multiple .npk-select-selection-search {
  position: relative;
  margin-left: 2.6px;
}
.npk-select-rtl.npk-select-multiple .npk-select-selection-search {
  margin-right: 2.6px;
  margin-left: 14.2px;
}
.npk-select-multiple .npk-select-selection-search-input,
.npk-select-multiple .npk-select-selection-search-mirror {
  font-family: Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5715;
  transition: all 0.3s;
}
.npk-select-multiple .npk-select-selection-search-input {
  width: 100%;
}
.npk-select-multiple .npk-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: nowrap;
  visibility: hidden;
}
.npk-select-rtl.npk-select-multiple .npk-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.npk-select-multiple .npk-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.npk-select-rtl.npk-select-multiple .npk-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.npk-select-multiple.npk-select-lg .npk-select-selector::after {
  line-height: 11.6px;
}
.npk-select-multiple.npk-select-lg .npk-select-selection-item {
  height: 11.6px;
  line-height: 9.6px;
}
.npk-select-multiple.npk-select-lg .npk-select-selection-search {
  height: 16.8px;
}
.npk-select-multiple.npk-select-lg .npk-select-selection-search-input,
.npk-select-multiple.npk-select-lg .npk-select-selection-search-mirror {
  height: 11.6px;
  line-height: 9.6px;
}
.npk-select-multiple.npk-select-sm .npk-select-selector::after {
  line-height: -4.4px;
}
.npk-select-multiple.npk-select-sm .npk-select-selection-item {
  height: -4.4px;
  line-height: -6.4px;
}
.npk-select-multiple.npk-select-sm .npk-select-selection-search {
  height: 0.8px;
}
.npk-select-multiple.npk-select-sm .npk-select-selection-search-input,
.npk-select-multiple.npk-select-sm .npk-select-selection-search-mirror {
  height: -4.4px;
  line-height: -6.4px;
}
.npk-select-multiple.npk-select-sm .npk-select-selection-placeholder {
  left: 7px;
}
.npk-select-rtl.npk-select-multiple.npk-select-sm .npk-select-selection-placeholder {
  right: 7px;
}
/* Reset search input style */
.npk-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
}
.npk-select:not(.npk-select-disabled):hover .npk-select-selector {
  border-color: #eb6c60;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-select:not(.npk-select-disabled):hover .npk-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-select-rtl {
  direction: rtl;
}
.npk-select-selection-item {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.npk-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.4;
}
.npk-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.npk-select-arrow > * {
  line-height: 1;
}
.npk-select-arrow svg {
  display: inline-block;
}
.npk-select-arrow::before {
  display: none;
}
.npk-select-arrow .npk-select-arrow-icon {
  display: block;
}
.npk-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.npk-select-arrow .anticon > svg {
  vertical-align: top;
}
.npk-select-open .npk-select-arrow .anticon.anticon-down {
  transform: rotate(180deg);
}
.npk-select-rtl .npk-select-arrow {
  right: initial;
  left: 11px;
}
.npk-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.npk-select-clear::before {
  display: block;
}
.npk-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.npk-select:hover .npk-select-clear {
  opacity: 1;
}
.npk-select-rtl .npk-select-clear {
  right: initial;
  left: 11px;
}
.npk-select-dropdown {
  margin: 0;
  padding: 0;
  color: #323232;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1em;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.npk-select-dropdown-rtl {
  direction: rtl;
}
.npk-select-dropdown.slide-up-enter.slide-up-enter-active.npk-select-dropdown-placement-bottomLeft,
.npk-select-dropdown.slide-up-appear.slide-up-appear-active.npk-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.npk-select-dropdown.slide-up-enter.slide-up-enter-active.npk-select-dropdown-placement-topLeft,
.npk-select-dropdown.slide-up-appear.slide-up-appear-active.npk-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.npk-select-dropdown.slide-up-leave.slide-up-leave-active.npk-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.npk-select-dropdown.slide-up-leave.slide-up-leave-active.npk-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.npk-select-dropdown-hidden {
  display: none;
}
.npk-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #323232;
  font-weight: normal;
  font-size: 1em;
  line-height: 22px;
}
.npk-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #323232;
  font-weight: normal;
  font-size: 1em;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.npk-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.npk-select-item-option {
  display: flex;
}
.npk-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.npk-select-item-option-state {
  flex: none;
}
.npk-select-item-option-active:not(.npk-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.npk-select-item-option-selected:not(.npk-select-item-option-disabled) {
  color: #323232;
  font-weight: 600;
  background-color: #fff3f0;
}
.npk-select-item-option-selected:not(.npk-select-item-option-disabled) .npk-select-item-option-state {
  color: #DE4038;
}
.npk-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.npk-select-item-option-grouped {
  padding-left: 24px;
}
.npk-select-lg {
  font-size: 3em;
}
.npk-select-borderless .npk-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !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 */
.npk-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #323232;
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.2s;
}
.npk-menu::before {
  display: table;
  content: '';
}
.npk-menu::after {
  display: table;
  clear: both;
  content: '';
}
.npk-menu ul,
.npk-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.npk-menu-hidden {
  display: none;
}
.npk-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1.5715;
  transition: all 0.3s;
}
.npk-menu-rtl .npk-menu-item-group-title {
  text-align: right;
}
.npk-menu-submenu,
.npk-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-submenu-selected {
  color: #DE4038;
}
.npk-menu-item:active,
.npk-menu-submenu-title:active {
  background: #fff3f0;
}
.npk-menu-submenu .npk-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-item > a {
  color: #323232;
}
.npk-menu-item > a:only-child {
  display: block;
}
.npk-menu-item > a:hover {
  color: #DE4038;
}
.npk-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.npk-menu-item > .npk-badge > a {
  color: #323232;
}
.npk-menu-item > .npk-badge > a:hover {
  color: #DE4038;
}
.npk-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.npk-menu-item:hover,
.npk-menu-item-active,
.npk-menu:not(.npk-menu-inline) .npk-menu-submenu-open,
.npk-menu-submenu-active,
.npk-menu-submenu-title:hover {
  color: #DE4038;
}
.npk-menu-horizontal .npk-menu-item,
.npk-menu-horizontal .npk-menu-submenu {
  margin-top: -1px;
}
.npk-menu-horizontal > .npk-menu-item:hover,
.npk-menu-horizontal > .npk-menu-item-active,
.npk-menu-horizontal > .npk-menu-submenu .npk-menu-submenu-title:hover {
  background-color: transparent;
}
.npk-menu-item-selected {
  color: #DE4038;
}
.npk-menu-item-selected > a,
.npk-menu-item-selected > a:hover {
  color: #DE4038;
}
.npk-menu:not(.npk-menu-horizontal) .npk-menu-item-selected {
  background-color: #fff3f0;
}
.npk-menu-inline,
.npk-menu-vertical,
.npk-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.npk-menu-rtl.npk-menu-inline,
.npk-menu-rtl.npk-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.npk-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.npk-menu-vertical.npk-menu-sub,
.npk-menu-vertical-left.npk-menu-sub,
.npk-menu-vertical-right.npk-menu-sub {
  min-width: 160px;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  border-right: 0;
  transform-origin: 0 0;
}
.npk-menu-rtl.npk-menu-vertical.npk-menu-sub,
.npk-menu-rtl.npk-menu-vertical-left.npk-menu-sub,
.npk-menu-rtl.npk-menu-vertical-right.npk-menu-sub {
  transform-origin: top right;
}
.npk-menu-vertical.npk-menu-sub .npk-menu-item,
.npk-menu-vertical-left.npk-menu-sub .npk-menu-item,
.npk-menu-vertical-right.npk-menu-sub .npk-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.npk-menu-vertical.npk-menu-sub .npk-menu-item::after,
.npk-menu-vertical-left.npk-menu-sub .npk-menu-item::after,
.npk-menu-vertical-right.npk-menu-sub .npk-menu-item::after {
  border-right: 0;
}
.npk-menu-vertical.npk-menu-sub > .npk-menu-item,
.npk-menu-vertical-left.npk-menu-sub > .npk-menu-item,
.npk-menu-vertical-right.npk-menu-sub > .npk-menu-item,
.npk-menu-vertical.npk-menu-sub > .npk-menu-submenu,
.npk-menu-vertical-left.npk-menu-sub > .npk-menu-submenu,
.npk-menu-vertical-right.npk-menu-sub > .npk-menu-submenu {
  transform-origin: 0 0;
}
.npk-menu-rtl.npk-menu-vertical.npk-menu-sub > .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical-left.npk-menu-sub > .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical-right.npk-menu-sub > .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical.npk-menu-sub > .npk-menu-submenu,
.npk-menu-rtl.npk-menu-vertical-left.npk-menu-sub > .npk-menu-submenu,
.npk-menu-rtl.npk-menu-vertical-right.npk-menu-sub > .npk-menu-submenu {
  transform-origin: top right;
}
.npk-menu-horizontal.npk-menu-sub {
  min-width: 114px;
}
.npk-menu-item,
.npk-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-item .anticon,
.npk-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 1em;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-item .anticon + span,
.npk-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-rtl .npk-menu-item .anticon,
.npk-menu-rtl .npk-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.npk-menu-item.npk-menu-item-only-child > .anticon,
.npk-menu-submenu-title.npk-menu-item-only-child > .anticon {
  margin-right: 0;
}
.npk-menu-rtl .npk-menu-item.npk-menu-item-only-child > .anticon,
.npk-menu-rtl .npk-menu-submenu-title.npk-menu-item-only-child > .anticon {
  margin-left: 0;
}
.npk-menu > .npk-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.npk-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  border-radius: 2px;
}
.npk-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.npk-menu-submenu-rtl.npk-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 0;
  padding-left: 20px;
}
.npk-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.npk-menu-submenu > .npk-menu {
  background-color: #fff;
  border-radius: 2px;
}
.npk-menu-submenu > .npk-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-submenu-popup > .npk-menu {
  background-color: #fff;
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-rtl .npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-rtl .npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-rtl .npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-rtl .npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-image: linear-gradient(to right, #323232, #323232);
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::after,
.npk-menu-submenu-inline > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::before,
.npk-menu-submenu-inline > .npk-menu-submenu-title:hover .npk-menu-submenu-arrow::before {
  background: linear-gradient(to right, #DE4038, #DE4038);
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.npk-menu-rtl .npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-rtl .npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-rtl .npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.npk-menu-rtl .npk-menu-submenu-vertical > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-rtl .npk-menu-submenu-vertical-left > .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-rtl .npk-menu-submenu-vertical-right > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.npk-menu-submenu-open.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow {
  transform: translateY(-2px);
}
.npk-menu-submenu-open.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.npk-menu-submenu-open.npk-menu-submenu-inline > .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.npk-menu-vertical .npk-menu-submenu-selected,
.npk-menu-vertical-left .npk-menu-submenu-selected,
.npk-menu-vertical-right .npk-menu-submenu-selected {
  color: #DE4038;
}
.npk-menu-vertical .npk-menu-submenu-selected > a,
.npk-menu-vertical-left .npk-menu-submenu-selected > a,
.npk-menu-vertical-right .npk-menu-submenu-selected > a {
  color: #DE4038;
}
.npk-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.npk-menu-horizontal > .npk-menu-item,
.npk-menu-horizontal > .npk-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.npk-menu-horizontal > .npk-menu-item:hover,
.npk-menu-horizontal > .npk-menu-submenu:hover,
.npk-menu-horizontal > .npk-menu-item-active,
.npk-menu-horizontal > .npk-menu-submenu-active,
.npk-menu-horizontal > .npk-menu-item-open,
.npk-menu-horizontal > .npk-menu-submenu-open,
.npk-menu-horizontal > .npk-menu-item-selected,
.npk-menu-horizontal > .npk-menu-submenu-selected {
  color: #DE4038;
  border-bottom: 2px solid #DE4038;
}
.npk-menu-horizontal > .npk-menu-item > a {
  color: #323232;
}
.npk-menu-horizontal > .npk-menu-item > a:only-child {
  display: block;
}
.npk-menu-horizontal > .npk-menu-item > a:hover {
  color: #DE4038;
}
.npk-menu-horizontal > .npk-menu-item > a::before {
  bottom: -2px;
}
.npk-menu-horizontal > .npk-menu-item-selected > a {
  color: #DE4038;
}
.npk-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.npk-menu-vertical .npk-menu-item,
.npk-menu-vertical-left .npk-menu-item,
.npk-menu-vertical-right .npk-menu-item,
.npk-menu-inline .npk-menu-item {
  position: relative;
}
.npk-menu-vertical .npk-menu-item::after,
.npk-menu-vertical-left .npk-menu-item::after,
.npk-menu-vertical-right .npk-menu-item::after,
.npk-menu-inline .npk-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #DE4038;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.npk-menu-rtl.npk-menu-vertical .npk-menu-item::after,
.npk-menu-rtl.npk-menu-vertical-left .npk-menu-item::after,
.npk-menu-rtl.npk-menu-vertical-right .npk-menu-item::after,
.npk-menu-rtl.npk-menu-inline .npk-menu-item::after {
  right: auto;
  left: 0;
}
.npk-menu-vertical .npk-menu-item,
.npk-menu-vertical-left .npk-menu-item,
.npk-menu-vertical-right .npk-menu-item,
.npk-menu-inline .npk-menu-item,
.npk-menu-vertical .npk-menu-submenu-title,
.npk-menu-vertical-left .npk-menu-submenu-title,
.npk-menu-vertical-right .npk-menu-submenu-title,
.npk-menu-inline .npk-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 1em;
  line-height: 40px;
  text-overflow: ellipsis;
}
.npk-menu-rtl.npk-menu-vertical .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical-left .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical-right .npk-menu-item,
.npk-menu-rtl.npk-menu-inline .npk-menu-item,
.npk-menu-rtl.npk-menu-vertical .npk-menu-submenu-title,
.npk-menu-rtl.npk-menu-vertical-left .npk-menu-submenu-title,
.npk-menu-rtl.npk-menu-vertical-right .npk-menu-submenu-title,
.npk-menu-rtl.npk-menu-inline .npk-menu-submenu-title {
  text-align: right;
}
.npk-menu-vertical .npk-menu-submenu,
.npk-menu-vertical-left .npk-menu-submenu,
.npk-menu-vertical-right .npk-menu-submenu,
.npk-menu-inline .npk-menu-submenu {
  padding-bottom: 0.02px;
}
.npk-menu-vertical .npk-menu-item:not(:last-child),
.npk-menu-vertical-left .npk-menu-item:not(:last-child),
.npk-menu-vertical-right .npk-menu-item:not(:last-child),
.npk-menu-inline .npk-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.npk-menu-vertical > .npk-menu-item,
.npk-menu-vertical-left > .npk-menu-item,
.npk-menu-vertical-right > .npk-menu-item,
.npk-menu-inline > .npk-menu-item,
.npk-menu-vertical > .npk-menu-submenu > .npk-menu-submenu-title,
.npk-menu-vertical-left > .npk-menu-submenu > .npk-menu-submenu-title,
.npk-menu-vertical-right > .npk-menu-submenu > .npk-menu-submenu-title,
.npk-menu-inline > .npk-menu-submenu > .npk-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.npk-menu-inline {
  width: 100%;
}
.npk-menu-inline .npk-menu-selected::after,
.npk-menu-inline .npk-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.npk-menu-inline .npk-menu-item,
.npk-menu-inline .npk-menu-submenu-title {
  width: calc(100% + 1px);
}
.npk-menu-inline .npk-menu-submenu-title {
  padding-right: 34px;
}
.npk-menu-rtl.npk-menu-inline .npk-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.npk-menu-inline-collapsed {
  width: 80px;
}
.npk-menu-inline-collapsed > .npk-menu-item,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-item,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-submenu > .npk-menu-submenu-title,
.npk-menu-inline-collapsed > .npk-menu-submenu > .npk-menu-submenu-title {
  left: 0;
  padding: 0 38.5px !important;
  text-overflow: clip;
}
.npk-menu-inline-collapsed > .npk-menu-item .npk-menu-submenu-arrow,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-item .npk-menu-submenu-arrow,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-submenu > .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-inline-collapsed > .npk-menu-submenu > .npk-menu-submenu-title .npk-menu-submenu-arrow {
  display: none;
}
.npk-menu-inline-collapsed > .npk-menu-item .anticon,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-item .anticon,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-submenu > .npk-menu-submenu-title .anticon,
.npk-menu-inline-collapsed > .npk-menu-submenu > .npk-menu-submenu-title .anticon {
  margin: 0;
  font-size: 3em;
  line-height: 40px;
}
.npk-menu-inline-collapsed > .npk-menu-item .anticon + span,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-item .anticon + span,
.npk-menu-inline-collapsed > .npk-menu-item-group > .npk-menu-item-group-list > .npk-menu-submenu > .npk-menu-submenu-title .anticon + span,
.npk-menu-inline-collapsed > .npk-menu-submenu > .npk-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.npk-menu-inline-collapsed .anticon {
  display: inline-block;
}
.npk-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.npk-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.npk-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.npk-menu-inline-collapsed .npk-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.npk-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.npk-menu-item-group-list .npk-menu-item,
.npk-menu-item-group-list .npk-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.npk-menu-rtl .npk-menu-item-group-list .npk-menu-item,
.npk-menu-rtl .npk-menu-item-group-list .npk-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.npk-menu-root.npk-menu-vertical,
.npk-menu-root.npk-menu-vertical-left,
.npk-menu-root.npk-menu-vertical-right,
.npk-menu-root.npk-menu-inline {
  box-shadow: none;
}
.npk-menu-sub.npk-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.npk-menu-sub.npk-menu-inline > .npk-menu-item,
.npk-menu-sub.npk-menu-inline > .npk-menu-submenu > .npk-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.npk-menu-sub.npk-menu-inline .npk-menu-item-group-title {
  padding-left: 32px;
}
.npk-menu-rtl.npk-menu-sub.npk-menu-inline .npk-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}
.npk-menu-item-disabled,
.npk-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.npk-menu-item-disabled > a,
.npk-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.npk-menu-item-disabled > .npk-menu-submenu-title,
.npk-menu-submenu-disabled > .npk-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.npk-menu-item-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-submenu-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-item-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-submenu-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.npk-menu-dark,
.npk-menu-dark .npk-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #FFFFFF;
}
.npk-menu-dark .npk-menu-submenu-title .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-sub .npk-menu-submenu-title .npk-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.npk-menu-dark .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-sub .npk-menu-submenu-title .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-title .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-sub .npk-menu-submenu-title .npk-menu-submenu-arrow::before {
  background: #fff;
}
.npk-menu-dark.npk-menu-submenu-popup {
  background: transparent;
}
.npk-menu-dark .npk-menu-inline.npk-menu-sub {
  background: #000c17;
}
.npk-menu-dark.npk-menu-horizontal {
  border-bottom: 0;
}
.npk-menu-dark.npk-menu-horizontal > .npk-menu-item,
.npk-menu-dark.npk-menu-horizontal > .npk-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #FFFFFF;
  border-bottom: 0;
}
.npk-menu-dark.npk-menu-horizontal > .npk-menu-item > a::before {
  bottom: 0;
}
.npk-menu-dark .npk-menu-item,
.npk-menu-dark .npk-menu-item-group-title,
.npk-menu-dark .npk-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.npk-menu-dark.npk-menu-inline,
.npk-menu-dark.npk-menu-vertical,
.npk-menu-dark.npk-menu-vertical-left,
.npk-menu-dark.npk-menu-vertical-right {
  border-right: 0;
}
.npk-menu-dark.npk-menu-inline .npk-menu-item,
.npk-menu-dark.npk-menu-vertical .npk-menu-item,
.npk-menu-dark.npk-menu-vertical-left .npk-menu-item,
.npk-menu-dark.npk-menu-vertical-right .npk-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.npk-menu-dark.npk-menu-inline .npk-menu-item::after,
.npk-menu-dark.npk-menu-vertical .npk-menu-item::after,
.npk-menu-dark.npk-menu-vertical-left .npk-menu-item::after,
.npk-menu-dark.npk-menu-vertical-right .npk-menu-item::after {
  border-right: 0;
}
.npk-menu-dark.npk-menu-inline .npk-menu-item,
.npk-menu-dark.npk-menu-inline .npk-menu-submenu-title {
  width: 100%;
}
.npk-menu-dark .npk-menu-item:hover,
.npk-menu-dark .npk-menu-item-active,
.npk-menu-dark .npk-menu-submenu-active,
.npk-menu-dark .npk-menu-submenu-open,
.npk-menu-dark .npk-menu-submenu-selected,
.npk-menu-dark .npk-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.npk-menu-dark .npk-menu-item:hover > a,
.npk-menu-dark .npk-menu-item-active > a,
.npk-menu-dark .npk-menu-submenu-active > a,
.npk-menu-dark .npk-menu-submenu-open > a,
.npk-menu-dark .npk-menu-submenu-selected > a,
.npk-menu-dark .npk-menu-submenu-title:hover > a {
  color: #fff;
}
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow {
  opacity: 1;
}
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-item:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-item-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-active > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-open > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-selected > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-title:hover > .npk-menu-submenu-title:hover > .npk-menu-submenu-arrow::before {
  background: #fff;
}
.npk-menu-dark .npk-menu-item:hover {
  background-color: transparent;
}
.npk-menu-dark .npk-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.npk-menu-dark .npk-menu-item-selected::after {
  border-right: 0;
}
.npk-menu-dark .npk-menu-item-selected > a,
.npk-menu-dark .npk-menu-item-selected > a:hover {
  color: #fff;
}
.npk-menu-dark .npk-menu-item-selected .anticon {
  color: #fff;
}
.npk-menu-dark .npk-menu-item-selected .anticon + span {
  color: #fff;
}
.npk-menu.npk-menu-dark .npk-menu-item-selected,
.npk-menu-submenu-popup.npk-menu-dark .npk-menu-item-selected {
  background-color: #DE4038;
}
.npk-menu-dark .npk-menu-item-disabled,
.npk-menu-dark .npk-menu-submenu-disabled,
.npk-menu-dark .npk-menu-item-disabled > a,
.npk-menu-dark .npk-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.npk-menu-dark .npk-menu-item-disabled > .npk-menu-submenu-title,
.npk-menu-dark .npk-menu-submenu-disabled > .npk-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.npk-menu-dark .npk-menu-item-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-submenu-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::before,
.npk-menu-dark .npk-menu-item-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after,
.npk-menu-dark .npk-menu-submenu-disabled > .npk-menu-submenu-title > .npk-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !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 */
.npk-empty {
  margin: 0 8px;
  font-size: 1em;
  line-height: 22px;
  text-align: center;
}
.npk-empty-rtl {
  direction: rtl;
}
.npk-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.npk-empty-image img {
  height: 100%;
}
.npk-empty-image svg {
  height: 100%;
  margin: auto;
}
.npk-empty-description {
  margin: 0;
}
.npk-empty-footer {
  margin-top: 16px;
}
.npk-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.npk-empty-normal .npk-empty-image {
  height: 40px;
}
.npk-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.npk-empty-small .npk-empty-image {
  height: 35px;
}
.npk-empty-img-default-ellipse {
  fill-opacity: 0.8;
  fill: #f5f5f5;
}
.npk-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.npk-empty-img-default-path-2 {
  fill: url(#linearGradient-1);
}
.npk-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.npk-empty-img-default-path-4 {
  fill: #dce0e6;
}
.npk-empty-img-default-path-5 {
  fill: #dce0e6;
}
.npk-empty-img-default-g {
  fill: #fff;
}
.npk-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.npk-empty-img-simple-g {
  stroke: #d9d9d9;
}
.npk-empty-img-simple-path {
  fill: #fafafa;
}

/* 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 */
.npk-form-item .npk-mentions,
.npk-form-item textarea.npk-input {
  height: auto;
  margin-bottom: 4px;
}
.npk-form-item .npk-upload {
  background: transparent;
}
.npk-form-item .npk-upload.npk-upload-drag {
  background: #fafafa;
}
.npk-form-item input[type='radio'],
.npk-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.npk-form-item .npk-radio-inline,
.npk-form-item .npk-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.npk-form-item .npk-radio-inline:first-child,
.npk-form-item .npk-checkbox-inline:first-child {
  margin-left: 0;
}
.npk-form-item .npk-checkbox-vertical,
.npk-form-item .npk-radio-vertical {
  display: block;
}
.npk-form-item .npk-checkbox-vertical + .npk-checkbox-vertical,
.npk-form-item .npk-radio-vertical + .npk-radio-vertical {
  margin-left: 0;
}
.npk-form-item .npk-input-number + .npk-form-text {
  margin-left: 8px;
}
.npk-form-item .npk-input-number-handler-wrap {
  z-index: 2;
}
.npk-form-item .npk-select,
.npk-form-item .npk-cascader-picker {
  width: 100%;
}
.npk-form-item .npk-input-group .npk-select,
.npk-form-item .npk-input-group .npk-cascader-picker {
  width: auto;
}
.npk-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.npk-form-inline .npk-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.npk-form-rtl.npk-form-inline .npk-form-item {
  margin-right: 0;
  margin-left: 16px;
}
.npk-form-inline .npk-form-item-with-help {
  margin-bottom: 24px;
}
.npk-form-inline .npk-form-item > .npk-form-item-label,
.npk-form-inline .npk-form-item > .npk-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.npk-form-inline .npk-form-item .npk-form-text {
  display: inline-block;
}
.npk-form-inline .npk-form-item .npk-form-item-has-feedback {
  display: inline-block;
}
.npk-form-horizontal .npk-form-item-label {
  flex-grow: 0;
}
.npk-form-horizontal .npk-form-item-control {
  flex: 1 1 0;
}
.npk-form-vertical .npk-form-item {
  flex-direction: column;
}
.npk-form-vertical .npk-form-item-label,
.npk-col-24.npk-form-item-label,
.npk-col-xl-24.npk-form-item-label {
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.npk-form-rtl.npk-form-vertical .npk-form-item-label,
.npk-form-rtl.npk-col-24.npk-form-item-label,
.npk-form-rtl.npk-col-xl-24.npk-form-item-label {
  text-align: right;
}
.npk-form-vertical .npk-form-item-label > label,
.npk-col-24.npk-form-item-label > label,
.npk-col-xl-24.npk-form-item-label > label {
  margin: 0;
}
.npk-form-vertical .npk-form-item-label > label::after,
.npk-col-24.npk-form-item-label > label::after,
.npk-col-xl-24.npk-form-item-label > label::after {
  display: none;
}
.npk-form-item {
  /* Some non-status related component style is in `components.less` */
}
.npk-form-item-has-feedback .npk-input {
  padding-right: 24px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-input {
  padding-right: 11px;
  padding-left: 24px;
}
.npk-form-item-has-feedback .npk-input-affix-wrapper .npk-input-suffix {
  padding-right: 18px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-input-affix-wrapper .npk-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-input-affix-wrapper .npk-input {
  padding: 0;
}
.npk-form-item-has-feedback .npk-input-search:not(.npk-input-search-enter-button) .npk-input-suffix {
  right: 28px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-input-search:not(.npk-input-search-enter-button) .npk-input-suffix {
  right: auto;
  left: 28px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-input-number {
  padding-left: 18px;
}
.npk-form-item-has-feedback .npk-switch {
  margin: 2px 0 4px;
}
.npk-form-item-has-feedback > .npk-select .npk-select-arrow,
.npk-form-item-has-feedback > .npk-select .npk-select-selection__clear,
.npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-arrow,
.npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-selection__clear {
  right: 28px;
}
.npk-form-rtl .npk-form-item-has-feedback > .npk-select .npk-select-arrow,
.npk-form-rtl .npk-form-item-has-feedback > .npk-select .npk-select-selection__clear,
.npk-form-rtl .npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-arrow,
.npk-form-rtl .npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-selection__clear {
  right: auto;
  left: 28px;
}
.npk-form-item-has-feedback > .npk-select .npk-select-selection-selected-value,
.npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-selection-selected-value {
  padding-right: 42px;
}
.npk-form-rtl .npk-form-item-has-feedback > .npk-select .npk-select-selection-selected-value,
.npk-form-rtl .npk-form-item-has-feedback :not(.npk-input-group-addon) > .npk-select .npk-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.npk-form-item-has-feedback .npk-cascader-picker-arrow {
  margin-right: 17px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 17px;
}
.npk-form-item-has-feedback .npk-cascader-picker-clear {
  right: 28px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-cascader-picker-clear {
  right: auto;
  left: 28px;
}
.npk-form-item-has-feedback .npk-picker {
  padding-right: 12.3px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-picker {
  padding-right: 11px;
  padding-left: 12.3px;
}
.npk-form-item-has-feedback .npk-picker-large {
  padding-right: 12.3px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-picker-large {
  padding-right: 11px;
  padding-left: 12.3px;
}
.npk-form-item-has-feedback .npk-picker-small {
  padding-right: 8.3px;
}
.npk-form-rtl .npk-form-item-has-feedback .npk-picker-small {
  padding-right: 7px;
  padding-left: 8.3px;
}
.npk-form-item-has-feedback.npk-form-item-has-success .npk-form-item-children-icon,
.npk-form-item-has-feedback.npk-form-item-has-warning .npk-form-item-children-icon,
.npk-form-item-has-feedback.npk-form-item-has-error .npk-form-item-children-icon,
.npk-form-item-has-feedback.npk-form-item-is-validating .npk-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.npk-form-rtl .npk-form-item-has-feedback.npk-form-item-has-success .npk-form-item-children-icon,
.npk-form-rtl .npk-form-item-has-feedback.npk-form-item-has-warning .npk-form-item-children-icon,
.npk-form-rtl .npk-form-item-has-feedback.npk-form-item-has-error .npk-form-item-children-icon,
.npk-form-rtl .npk-form-item-has-feedback.npk-form-item-is-validating .npk-form-item-children-icon {
  right: auto;
  left: 0;
}
.npk-form-item-has-feedback.npk-form-item-has-success .npk-form-item-children-icon svg,
.npk-form-item-has-feedback.npk-form-item-has-warning .npk-form-item-children-icon svg,
.npk-form-item-has-feedback.npk-form-item-has-error .npk-form-item-children-icon svg,
.npk-form-item-has-feedback.npk-form-item-is-validating .npk-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.npk-form-item-has-success.npk-form-item-has-feedback .npk-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.npk-form-item-has-warning .npk-form-item-explain,
.npk-form-item-has-warning .npk-form-item-split {
  color: #faad14;
}
.npk-form-item-has-warning .npk-input,
.npk-form-item-has-warning .npk-input-affix-wrapper,
.npk-form-item-has-warning .npk-input:hover,
.npk-form-item-has-warning .npk-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #faad14;
}
.npk-form-item-has-warning .npk-input:focus,
.npk-form-item-has-warning .npk-input-affix-wrapper:focus,
.npk-form-item-has-warning .npk-input-focused,
.npk-form-item-has-warning .npk-input-affix-wrapper-focused {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.npk-input-rtl .npk-form-item-has-warning .npk-input:focus,
.npk-input-rtl .npk-form-item-has-warning .npk-input-affix-wrapper:focus,
.npk-input-rtl .npk-form-item-has-warning .npk-input-focused,
.npk-input-rtl .npk-form-item-has-warning .npk-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-warning .npk-input:not([disabled]):hover,
.npk-form-item-has-warning .npk-input-affix-wrapper:not([disabled]):hover {
  border-color: #faad14;
}
.npk-form-item-has-warning .npk-input-affix-wrapper input:focus {
  box-shadow: none !important;
}
.npk-form-item-has-warning .npk-calendar-picker-open .npk-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.npk-input-rtl .npk-form-item-has-warning .npk-calendar-picker-open .npk-calendar-picker-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-warning .npk-input-prefix {
  color: #faad14;
}
.npk-form-item-has-warning .npk-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.npk-form-item-has-warning .has-feedback {
  color: #faad14;
}
.npk-form-item-has-warning.npk-form-item-has-feedback .npk-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.npk-form-item-has-warning .npk-select .npk-select-selector {
  border-color: #faad14 !important;
}
.npk-form-item-has-warning .npk-select.npk-select-open .npk-select-selector,
.npk-form-item-has-warning .npk-select.npk-select-focused .npk-select-selector {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.npk-input-rtl .npk-form-item-has-warning .npk-select.npk-select-open .npk-select-selector,
.npk-input-rtl .npk-form-item-has-warning .npk-select.npk-select-focused .npk-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-warning .npk-input-number,
.npk-form-item-has-warning .npk-picker {
  border-color: #faad14;
}
.npk-form-item-has-warning .npk-input-number-focused,
.npk-form-item-has-warning .npk-picker-focused,
.npk-form-item-has-warning .npk-input-number:focus,
.npk-form-item-has-warning .npk-picker:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.npk-input-rtl .npk-form-item-has-warning .npk-input-number-focused,
.npk-input-rtl .npk-form-item-has-warning .npk-picker-focused,
.npk-input-rtl .npk-form-item-has-warning .npk-input-number:focus,
.npk-input-rtl .npk-form-item-has-warning .npk-picker:focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-warning .npk-input-number:not([disabled]):hover,
.npk-form-item-has-warning .npk-picker:not([disabled]):hover {
  border-color: #faad14;
}
.npk-form-item-has-warning .npk-cascader-picker:focus .npk-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.npk-input-rtl .npk-form-item-has-warning .npk-cascader-picker:focus .npk-cascader-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-form-item-explain,
.npk-form-item-has-error .npk-form-item-split {
  color: #ff4d4f;
}
.npk-form-item-has-error .npk-input,
.npk-form-item-has-error .npk-input-affix-wrapper,
.npk-form-item-has-error .npk-input:hover,
.npk-form-item-has-error .npk-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-input:focus,
.npk-form-item-has-error .npk-input-affix-wrapper:focus,
.npk-form-item-has-error .npk-input-focused,
.npk-form-item-has-error .npk-input-affix-wrapper-focused {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-input:focus,
.npk-input-rtl .npk-form-item-has-error .npk-input-affix-wrapper:focus,
.npk-input-rtl .npk-form-item-has-error .npk-input-focused,
.npk-input-rtl .npk-form-item-has-error .npk-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-input:not([disabled]):hover,
.npk-form-item-has-error .npk-input-affix-wrapper:not([disabled]):hover {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-input-affix-wrapper input:focus {
  box-shadow: none !important;
}
.npk-form-item-has-error .npk-calendar-picker-open .npk-calendar-picker-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-calendar-picker-open .npk-calendar-picker-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-input-prefix {
  color: #ff4d4f;
}
.npk-form-item-has-error .npk-input-group-addon {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.npk-form-item-has-error .has-feedback {
  color: #ff4d4f;
}
.npk-form-item-has-error.npk-form-item-has-feedback .npk-form-item-children-icon {
  color: #ff4d4f;
  animation-name: diffZoomIn2 !important;
}
.npk-form-item-has-error .npk-select .npk-select-selector {
  border-color: #ff4d4f !important;
}
.npk-form-item-has-error .npk-select.npk-select-open .npk-select-selector,
.npk-form-item-has-error .npk-select.npk-select-focused .npk-select-selector {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-select.npk-select-open .npk-select-selector,
.npk-input-rtl .npk-form-item-has-error .npk-select.npk-select-focused .npk-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-input-group-addon .npk-select.npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  border: 0;
}
.npk-form-item-has-error .npk-select.npk-select-auto-complete .npk-input:focus {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-input-number,
.npk-form-item-has-error .npk-picker {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-input-number-focused,
.npk-form-item-has-error .npk-picker-focused,
.npk-form-item-has-error .npk-input-number:focus,
.npk-form-item-has-error .npk-picker:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-input-number-focused,
.npk-input-rtl .npk-form-item-has-error .npk-picker-focused,
.npk-input-rtl .npk-form-item-has-error .npk-input-number:focus,
.npk-input-rtl .npk-form-item-has-error .npk-picker:focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-input-number:not([disabled]):hover,
.npk-form-item-has-error .npk-picker:not([disabled]):hover {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-mention-wrapper .npk-mention-editor,
.npk-form-item-has-error .npk-mention-wrapper .npk-mention-editor:not([disabled]):hover {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-mention-wrapper.npk-mention-active:not([disabled]) .npk-mention-editor,
.npk-form-item-has-error .npk-mention-wrapper .npk-mention-editor:not([disabled]):focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-mention-wrapper.npk-mention-active:not([disabled]) .npk-mention-editor,
.npk-input-rtl .npk-form-item-has-error .npk-mention-wrapper .npk-mention-editor:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-cascader-picker:focus .npk-cascader-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-cascader-picker:focus .npk-cascader-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-transfer-list {
  border-color: #ff4d4f;
}
.npk-form-item-has-error .npk-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.npk-form-item-has-error .npk-transfer-list-search:not([disabled]):hover {
  border-color: #eb6c60;
  border-right-width: 1px !important;
}
.npk-input-rtl .npk-form-item-has-error .npk-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error .npk-transfer-list-search:not([disabled]):focus {
  border-color: #eb6c60;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 64, 56, 0.2);
}
.npk-input-rtl .npk-form-item-has-error .npk-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.npk-form-item-has-error-leave .npk-form-item-explain {
  color: #ff4d4f;
}
.npk-form-item-is-validating.npk-form-item-has-feedback .npk-form-item-children-icon {
  display: inline-block;
  color: #DE4038;
}
.npk-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.npk-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 3em;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.npk-form label {
  font-size: 1em;
}
.npk-form input[type='search'] {
  box-sizing: border-box;
}
.npk-form input[type='radio'],
.npk-form input[type='checkbox'] {
  line-height: normal;
}
.npk-form input[type='file'] {
  display: block;
}
.npk-form input[type='range'] {
  display: block;
  width: 100%;
}
.npk-form select[multiple],
.npk-form select[size] {
  height: auto;
}
.npk-form input[type='file']:focus,
.npk-form input[type='radio']:focus,
.npk-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.npk-form output {
  display: block;
  padding-top: 15px;
  color: #323232;
  font-size: 1em;
  line-height: 1.5715;
}
.npk-form .npk-form-text {
  display: inline-block;
  padding-right: 8px;
}
.npk-form-rtl {
  direction: rtl;
}
.npk-form-small .npk-form-item-label > label {
  height: 24px;
}
.npk-form-small .npk-form-item-control-input {
  min-height: 24px;
}
.npk-form-large .npk-form-item-label > label {
  height: 40px;
}
.npk-form-large .npk-form-item-control-input {
  min-height: 40px;
}
.npk-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 1em;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.npk-form-item-with-help {
  margin-bottom: 0;
}
.npk-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.npk-form-rtl .npk-form-item-label {
  text-align: right;
}
.npk-form-item-label-left {
  text-align: left;
}
.npk-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: #323232;
  font-size: 1em;
}
.npk-form-item-label > label > .anticon {
  font-size: 1em;
  vertical-align: top;
}
.npk-form-item-label > label.npk-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 1em;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.npk-form-rtl .npk-form-item-label > label.npk-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.npk-form-hide-required-mark .npk-form-item-label > label.npk-form-item-required::before {
  display: none;
}
.npk-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.npk-form-item-label > label.npk-form-item-no-colon::after {
  content: ' ';
}
.npk-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.npk-form-item-control:first-child:not([class^='npk-col-']):not([class*=' npk-col-']),
.npk-col-rtl .npk-form-item-control:first-child {
  width: 100%;
}
.npk-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.npk-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.npk-form-item-explain,
.npk-form-item-extra {
  clear: both;
  min-height: 24px;
  padding-top: 11px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1599px) {
  .npk-col-xl-24.npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-col-xl-24.npk-form-item-label {
    text-align: right;
  }
  .npk-col-xl-24.npk-form-item-label > label {
    margin: 0;
  }
  .npk-col-xl-24.npk-form-item-label > label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .npk-col-lg-24.npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-col-lg-24.npk-form-item-label {
    text-align: right;
  }
  .npk-col-lg-24.npk-form-item-label > label {
    margin: 0;
  }
  .npk-col-lg-24.npk-form-item-label > label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .npk-col-md-24.npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-col-md-24.npk-form-item-label {
    text-align: right;
  }
  .npk-col-md-24.npk-form-item-label > label {
    margin: 0;
  }
  .npk-col-md-24.npk-form-item-label > label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .npk-col-sm-24.npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-col-sm-24.npk-form-item-label {
    text-align: right;
  }
  .npk-col-sm-24.npk-form-item-label > label {
    margin: 0;
  }
  .npk-col-sm-24.npk-form-item-label > label::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .npk-form-item .npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-form-item .npk-form-item-label {
    text-align: right;
  }
  .npk-form-item .npk-form-item-label > label {
    margin: 0;
  }
  .npk-form-item .npk-form-item-label > label::after {
    display: none;
  }
  .npk-form .npk-form-item {
    flex-wrap: wrap;
  }
  .npk-form .npk-form-item .npk-form-item-label,
  .npk-form .npk-form-item .npk-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .npk-col-xs-24.npk-form-item-label {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .npk-form-rtl.npk-col-xs-24.npk-form-item-label {
    text-align: right;
  }
  .npk-col-xs-24.npk-form-item-label > label {
    margin: 0;
  }
  .npk-col-xs-24.npk-form-item-label > label::after {
    display: none;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}
.logo-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.logo-wrapper img {
  max-width: 203px;
  width: 100%;
}
.menu-logo-wrapper .drawer-menu-icon .menu-closed {
  max-width: 26px;
}
.menu-logo-wrapper .drawer-menu-icon .menu-open {
  max-width: 18.34px;
  margin-left: 8px;
}
img.logo-mobile {
  max-width: 43px;
  margin-left: 15px;
}
.header-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-menu-root {
  border: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-menu-root > li.npk-menu-item,
.nav-menu-root > li.npk-menu-submenu {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-menu-root > li.npk-menu-submenu {
  border-bottom: 1px solid #FFFFFF;
}
.nav-menu-root > li.npk-menu-submenu a {
  color: #323232;
}
.nav-menu-root > li.npk-menu-submenu a:hover {
  color: #DE4038;
}
.nav-menu-root > li.npk-menu-submenu:hover {
  border-bottom: 1px solid #FFFFFF;
}
.nav-menu-root .npk-menu-submenu-open,
.nav-menu-root > li.npk-menu-item {
  border: none;
}
.nav-menu-root .npk-menu-submenu-open a,
.nav-menu-root > li.npk-menu-item a {
  border-bottom: 1px solid #FFFFFF;
}
.nav-menu-root .npk-menu-submenu-open:hover,
.nav-menu-root > li.npk-menu-item:hover {
  border: none;
}
.nav-menu-root .npk-menu-submenu-open:hover a,
.nav-menu-root > li.npk-menu-item:hover a {
  border-bottom: 1px solid #DE4038;
}
.nav-menu-root > li.npk-menu-submenu .npk-menu-submenu-title {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-menu-root.menu-search-login > li.npk-menu-submenu,
.nav-menu-root.menu-search-login > li.npk-menu-item,
.nav-menu-root.menu-search-login > li.npk-menu-submenu .npk-menu-submenu-title,
.nav-menu-root.menu-search-login > li.npk-menu-item .npk-menu-submenu-title {
  padding-left: 0px;
  padding-right: 0px;
}
.npk-menu-submenu.submenu-horizontal {
  width: 100%;
}
.npk-menu-submenu.submenu-horizontal .npk-menu-sub {
  display: flex;
  justify-content: center;
  background-color: #EFF1F4;
  box-shadow: none;
}
.npk-menu-submenu.submenu-horizontal.npk-menu-submenu-hidden .npk-menu-sub {
  display: none;
}
.header-right-wrappers {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.header-right-wrappers .search-button {
  line-height: 1;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.625em;
  box-shadow: none;
}
.header-right-wrappers .search-button.npk-btn-icon-only {
  width: 28px;
  height: auto;
}
.header-right-wrappers .login-button {
  box-shadow: none;
  border: none;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  display: flex;
}
.header-right-wrappers .login-button svg {
  width: 28px;
  margin-right: 10px;
}
.header-right-wrappers .login-button span {
  vertical-align: middle;
}
.header-right-wrappers .login-button span.anticon {
  font-size: 1.625em;
}
.menu-search-login {
  display: flex;
  align-items: stretch;
}
.menu-search-login > .npk-menu-item {
  display: flex;
}
.menu-search-login .npk-menu-submenu-title {
  display: flex;
  align-items: center;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item {
  padding: 0px 30px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item:first-child {
  width: 100%;
  height: 80px;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item.npk-menu-item-selected {
  background-color: transparent;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form {
  height: 100%;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child {
  height: 100%;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col {
  height: 100%;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item {
  margin-bottom: 0px;
  height: 100%;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item:hover {
  cursor: default;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input {
  height: 100%;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input {
  padding: 0px;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term {
  border: none;
  border-bottom: #323232 1px solid;
  background-color: transparent;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term::-webkit-input-placeholder {
  color: #323232;
  opacity: 1 !important;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term:-moz-placeholder {
  color: #323232;
  opacity: 1 !important;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term::-moz-placeholder {
  color: #323232;
  opacity: 1 !important;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term:-ms-input-placeholder {
  color: #323232;
  opacity: 1 !important;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .npk-input.search-term:focus {
  box-shadow: none;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .search-submit {
  height: 20px;
  width: 20px;
  background: transparent;
  border: none;
  padding: 0px;
}
.submenu-search-bar .npk-menu-sub .npk-menu-item .npk-form .npk-row:first-child .npk-col .npk-form-item .npk-form-item-control-input .search-submit img {
  width: 20px;
}
.submenu-login .npk-menu-sub {
  position: relative;
  right: -30px;
  padding-bottom: 15px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.08), 0 0px 0px 0px rgba(0, 0, 0, 0.05);
  min-width: 220px;
}
.submenu-login .npk-menu-sub .npk-menu-item {
  height: 40px;
  line-height: 1.1;
  padding: 0 24px;
  margin-bottom: 0px;
}
.submenu-login .npk-menu-sub .npk-menu-item.npk-menu-item-selected {
  background-color: #FFFFFF;
}
.submenu-login .npk-menu-sub .npk-menu-item.npk-menu-item-selected a {
  color: #323232;
}
.submenu-login .npk-menu-sub .npk-menu-item.npk-menu-item-selected a:hover {
  color: #DE4038;
}
.submenu-login .npk-menu-sub a {
  border-bottom: 1px solid #d9d9d9;
  line-height: 38px;
}
.submenu-login .npk-menu-sub a:hover {
  border-color: #DE4038;
}
.npk-drawer-menu.npk-drawer-left.npk-drawer-open .npk-drawer-content-wrapper {
  box-shadow: none;
  border-top: #EFF1F4 2px solid;
}
.npk-drawer-menu .npk-menu-inline {
  border-right: none;
}
.npk-drawer-menu .npk-menu-inline .npk-menu:not(.npk-menu-horizontal) .npk-menu-item-selected {
  background-color: transparent;
}
.npk-drawer-menu .npk-menu-inline .npk-menu-item-selected::after {
  display: none;
}
.cover-image-credit-wrapper {
  position: relative;
}
.cover-image {
  overflow: hidden;
}
.cover-image figure {
  margin: 0px;
}
.cover-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.photo-credit-container {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.cover-photo-credit {
  display: inline-block;
  background: rgba(50, 50, 50, 0.5);
  color: #FFFFFF;
  border-radius: 10px 10px 10px 0px;
  padding: 6px 10px 7px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.625em;
  line-height: 1.5;
}
.cover-photo-credit.right {
  float: right;
}
.padded-content-wrapper {
  padding: 0px 30px;
}
.max-width-container {
  max-width: 1110px;
  margin: 0 auto;
}
.content-container {
  max-width: 1110px;
  margin: 0 auto;
}
.yes-more-nynorsk-press {
  position: relative;
  margin-top: -150px;
  width: 635px;
}
.yes-more-nynorsk-press.inner-page {
  margin-top: -35px;
  display: inline-flex;
}
.yes-more-nynorsk-press.inner-page .red-box {
  min-height: 55px;
  display: flex;
  padding: 0px 20px;
  align-items: center;
  border-radius: 15px 15px 15px 0px;
}
.yes-more-nynorsk-press.inner-page .red-box h1 {
  margin: 0px;
  padding: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.75;
  letter-spacing: 0.01px;
}
.red-box {
  background-color: #DE4038;
  border-radius: 30px 30px 30px 0px;
  padding: 25px 40px 30px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
.red-box h1 {
  font-size: 2.25em;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.167;
  margin-bottom: 0px;
}
.red-box p {
  font-size: 1.5em;
  margin: 0.5em 0px 0px 0px;
  line-height: 1.33333;
}
.section-spacing {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.section-spacing.inner-page {
  margin-bottom: 50px;
}
.npk-btn {
  height: auto;
}
.service-button {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.333333;
  margin-bottom: 30px;
  height: 90px;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  border-radius: 25px 25px 25px 0px;
}
.service-button > .anticon + span {
  margin-left: 15px;
}
.service-button .anticon.news-icon svg {
  width: 28.5px;
  height: 30px;
}
.testimonial-box {
  background-color: #EFF1F4;
  border-radius: 30px 30px 30px 0px;
  position: relative;
  padding: 29px 53px 33px 74px;
  margin-top: 30px;
  font-family: 'Inter', sans-serif;
}
.testimonial-box blockquote {
  margin-bottom: 0px;
  font-size: 0.8125em;
  line-height: 1.8462;
}
.testimonial-box blockquote p {
  font-style: italic;
  margin-bottom: 11px;
}
.testimonial-box blockquote footer {
  font-weight: 700;
}
.testimonial-box .testimonial-author {
  margin-top: 11px;
}
.double-arrow-button {
  font-size: 1.9em;
  padding: 0px;
  margin: 0px;
  border: none;
  display: flex;
  box-shadow: none;
  cursor: default;
  background: transparent;
  position: absolute;
  top: -17px;
  left: 35px;
  color: #DE4038;
}
.double-arrow-button:hover {
  background: transparent;
}
.double-arrow-button .doubl-arrow-icon svg {
  width: 30px;
  height: 35px;
}
.newsletter-red-box {
  border-radius: 30px 30px 30px 0px;
  max-width: 920px;
  min-height: 250px;
  background-color: #DE4038;
  margin: 0 auto;
  padding: 27px 34px 32px 30px;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01px;
}
.newsletter-red-box .box-title {
  font-size: 1.5em;
  line-height: 1.3333;
  margin-bottom: 25px;
}
.newsletter-red-box .npk-input {
  padding-top: 0px;
  padding-left: 3px;
}
.newsletter-red-box .npk-input,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  background-color: transparent;
  border: none;
  border-bottom: #FFFFFF 1px solid;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125em;
}
.newsletter-red-box .npk-input::-webkit-input-placeholder,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
}
.newsletter-red-box .npk-input:-moz-placeholder,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
}
.newsletter-red-box .npk-input::-moz-placeholder,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
}
.newsletter-red-box .npk-input:-ms-input-placeholder,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
}
.newsletter-red-box .npk-input:hover {
  background: transparent;
}
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
  height: 33px;
}
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-item,
.newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector .npk-select-selection-placeholder {
  line-height: 1.125em;
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.newsletter-red-box .select-dropdown-item {
  margin-bottom: 22px;
}
.newsletter-red-box .select-dropdown-item .npk-form-item-control-input {
  padding-top: 0px;
}
.newsletter-red-box .select-dropdown-item .npk-select-arrow {
  top: 8px;
}
.newsletter-red-box .npk-select-arrow {
  color: #FFFFFF;
}
.newsletter-red-box .npk-checkbox-wrapper {
  color: #FFFFFF;
  font-size: 0.8125em;
  line-height: 1.385;
  font-style: italic;
  display: flex;
}
.newsletter-red-box .npk-checkbox-inner {
  top: 2px;
  background: transparent;
  border-radius: 5px 5px 5px 0px;
  border: 1px solid #FFFFFF;
}
.newsletter-red-box .npk-checkbox:hover::after,
.newsletter-red-box .npk-checkbox-wrapper:hover .npk-checkbox::after {
  visibility: hidden;
}
.newsletter-red-box .npk-checkbox-wrapper:hover .npk-checkbox-inner,
.newsletter-red-box .npk-checkbox:hover .npk-checkbox-inner {
  border-color: #FFFFFF;
}
.newsletter-red-box .npk-btn {
  border-radius: 10px 10px 10px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #DE4038;
  font-size: 1em;
  line-height: 1.5;
  padding: 12px 19px;
}
.image-gallery {
  display: flex;
  height: 510px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}
.image-gallery .gallery-item {
  flex-shrink: 1;
}
.image-gallery .gallery-item img {
  max-width: 100%;
}
.image-gallery .gallery-item:nth-child(3) {
  flex-basis: 100%;
}
.npk-masonry-grid {
  display: -webkit-box;
  /* Not needed if autoprefixing */
  display: -ms-flexbox;
  /* Not needed if autoprefixing */
  display: flex;
  margin-left: -30px;
  /* gutter size offset */
  width: auto;
}
.npk-masonry-grid_column {
  padding-left: 30px;
  /* gutter size */
  background-clip: padding-box;
}
/* Style your items */
.npk-masonry-grid_column > div {
  /* change div to reference your elements you put in <Masonry> */
  margin-bottom: 30px;
  text-align: center;
}
.npk-masonry-grid_column > div .gallery-item-inner-double img {
  margin-bottom: 30px;
}
.npk-masonry-grid_column > div .gallery-item-inner-double img:last-child {
  margin-bottom: 0px;
}
.npk-masonry-grid_column > div img {
  max-width: 100%;
}
.image-collage-wrapper figure {
  margin: 0px;
}
.image-collage-wrapper .gallery-row {
  margin-bottom: -30px;
}
.image-collage-wrapper .gallery-col {
  margin-bottom: 30px;
}
.image-collage-wrapper img {
  max-width: 100%;
}
.image-collage-wrapper .image-double-swap > .npk-row .npk-col {
  margin-bottom: 30px;
}
.image-collage-wrapper > .npk-row:last-child .gallery-col:last-child {
  margin-bottom: 0px;
}
/* Optional, different gutter size on mobile */
.info-block-container {
  max-width: 920px;
  margin: 0 auto;
}
.info-block-container .ib-content-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  color: #323232;
}
.info-block-container .ib-title {
  padding-bottom: 20px;
  margin-top: 25px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.01px;
  line-height: 1.4167;
}
.info-block-container .ib-content {
  margin-bottom: 30px;
  line-height: 1.5em;
  letter-spacing: 0.02px;
}
.info-block-container .ib-button {
  color: #FFFFFF;
  background-color: #DE4038;
  border-radius: 10px 10px 10px 0px;
  padding: 12px 34px 12px 34px;
  letter-spacing: 0.02px;
}
.info-block-container img {
  max-width: 100%;
}
.footer-wrapper {
  background-color: #EFF1F4;
}
.footer-wrapper.npk-layout-footer {
  padding: 30px 0px;
}
.footer-container {
  min-height: 300px;
  line-height: 1.5;
  letter-spacing: 0.02px;
}
.footer-container a {
  color: #323232;
  text-decoration: underline;
}
.footer-container a:hover {
  color: #DE4038;
}
.footer-logo-wrapper img {
  max-width: 186px;
}
.footer-box {
  margin-bottom: 30px;
}
.footer-box h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  margin-bottom: 3px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}
.footer-box span {
  display: flex;
  align-items: center;
}
.footer-box span.social-box {
  margin-bottom: 14px;
}
.footer-box span.social-box img {
  max-width: 30px;
  margin-right: 15px;
}
.footer-box span.social-box a {
  text-decoration: none;
}
.footer-box span.social-box:last-child {
  margin-bottom: 0px;
}
.footer-privacy-policy {
  text-align: center;
  font-size: 0.8125em;
  margin-top: 25px;
}
.contact-person-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02px;
}
.contact-person-container a {
  color: #323232;
  word-break: break-word;
}
.contact-person-container a:hover {
  color: #DE4038;
  text-decoration: underline;
}
.contact-person-container .no-profile-image {
  width: 140px;
  height: 140px;
}
.contact-person-container img {
  max-width: 100%;
  border-radius: 50%;
}
.contact-person-container .contact-person-title {
  margin-top: 13px;
  font-weight: 700;
}
.contact-person-container.list {
  margin-bottom: 50px;
}
.arrow-list .npk-col .npk-list-item {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02px;
}
.arrow-list .npk-col .npk-list-item:before {
  content: '';
  position: absolute;
  border-right: 2px solid #DE4038;
  border-bottom: 2px solid #DE4038;
  width: 12px;
  height: 12px;
  top: 13px;
  left: -5px;
  transform: translateY(-50%) rotate(-45deg);
}
.arrow-list .npk-col .npk-list-item a {
  color: #323232;
}
.arrow-list .npk-col .npk-list-item a:hover {
  color: #DE4038;
  text-decoration: underline;
}
.service-content-container.about-us {
  max-width: 713px;
}
.service-content-container h2 {
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.667;
  letter-spacing: 0.02px;
}
.service-content-container .service-intro {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.02px;
  line-height: 1.3333;
  margin-bottom: 35px;
}
.service-content-container .service-content p {
  margin-bottom: 2.1875em;
  letter-spacing: 0.02px;
  line-height: 1.5;
}
.service-ads-container img {
  max-width: 100%;
}
.service-ads-container a {
  color: #323232;
}
.service-ads-container a:hover {
  color: #DE4038;
}
.service-ads-container .ads-section-title {
  margin-bottom: -5px;
}
.service-ads-container .ads-section-title h3 {
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.01px;
  line-height: 1.333;
}
.service-ads-container .ads-box {
  font-size: 1em;
  margin-top: 25px;
}
.service-ads-container .ads-box .ads-title {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02px;
  padding-top: 5px;
}
.service-ads-container .ads-box .ads-title-arrow {
  width: auto;
  font-size: 1em;
  border: none;
  color: #DE4038;
  padding: 0px 3px 0px 0px;
  margin-left: -2px;
}
.contact-info-block {
  font-family: 'Inter', sans-serif;
  margin-bottom: 25px;
}
.contact-info-block h6 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.8462;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}
.contact-info-block span {
  display: block;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.01px;
}
.contact-info-block span.organization-number {
  font-size: 1em;
  letter-spacing: 0.02px;
}
.contact-locations-container {
  background-color: #EFF1F4;
  border-radius: 30px 30px 30px 0px;
  padding: 35px 40px 0px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact-locations-container.about-us p {
  margin-bottom: 15px;
}
.contact-locations-container.with-bottom-padding {
  padding-bottom: 36px;
}
.contact-locations-container h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.8462;
  letter-spacing: 0.01px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.contact-locations-container p {
  margin-bottom: 25px;
}
.contact-locations-container span {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.02px;
}
.contact-locations-container .location-icon {
  width: 24.4px;
  height: 34.84px;
  top: -18px;
  left: 30px;
  position: absolute;
}
.contact-locations-container .location-block span {
  display: block;
}
.search-page-container {
  margin-top: 130px;
}
.search-page-container a {
  color: #323232;
}
.search-page-container a:hover {
  color: #DE4038;
}
.search-result-row {
  margin-bottom: 50px;
}
.search-result-row img {
  max-width: 100%;
  border-radius: 30px 30px 30px 0px;
}
.search-result-row .result-cat {
  margin-top: 25px;
  font-family: 'Inter', sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.846;
  letter-spacing: 0.39px;
}
.search-result-row .result-title {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 0.01px;
  line-height: 1.3333;
}
.search-result-row h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.search-result-row p {
  margin: 0px 0px 10px 0px;
}
.search-result-row .result-content-summary {
  margin: 10px 0px 0px 0px;
  letter-spacing: 0.02px;
  line-height: 1.5;
}
.search-result-row .result-content-summary p:last-child {
  margin-bottom: 0px;
}
.search-result-row .result-content-summary.no-result a {
  color: #DE4038;
  text-decoration: underline;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 2560px) {
  .cover-image img {
    min-height: 800px;
  }
  .cover-image.contact img {
    min-height: 600px;
  }
}
@media screen and (min-width: 2000px) {
  .cover-image img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .cover-image.contact img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .info-block-container .npk-col-md-6 {
    display: block;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .info-block-container .npk-col-md-18 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .info-block-container .npk-col-md-push-6 {
    left: 30%;
  }
  .info-block-container .npk-col-md-pull-18 {
    right: 70%;
  }
  .service-content-container .service-content p:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .cover-image img {
    min-height: 350px;
  }
  .cover-image.contact img {
    min-height: 350px;
  }
}
@media screen and (max-width: 75.555em) {
  .content-container {
    padding: 0 15px;
  }
  .yes-more-nynorsk-press {
    max-width: 100%;
  }
  .section-spacing {
    margin-bottom: 100px;
  }
  .section-spacing.inner-page {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .image-collage-wrapper .gallery-col.five-items-col1,
  .image-collage-wrapper .gallery-col.five-items-col2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 53em) {
  .cover-photo-credit.homepage {
    display: none;
  }
  .service-button {
    height: 75px;
    border-radius: 20px 20px 20px 0px;
  }
  .newsletter-red-box .npk-input,
  .newsletter-red-box .npk-select-single:not(.npk-select-customize-input) .npk-select-selector {
    padding-left: 0px;
  }
}
@media (max-width: 800px) {
  .npk-masonry-grid_column > div {
    margin-bottom: 20px;
  }
  .npk-masonry-grid_column > div .gallery-item-inner-double img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 48em) {
  .info-block-container .ib-title {
    padding-bottom: 15px;
  }
  .info-block-container .ib-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-ads-container .ads-section-title {
    margin-bottom: -9px;
  }
}
@media screen and (max-width: 767px) {
  .npk-layout-header {
    padding: 0px 15px 0px 15px;
  }
  .submenu-search-bar .npk-menu-sub .npk-menu-item {
    padding: 0px 15px 0px 15px;
  }
  .submenu-search-bar .npk-menu-sub .npk-menu-item:first-child {
    height: 60px;
  }
  .submenu-login .npk-menu-sub {
    right: -15px;
  }
  .padded-content-wrapper {
    padding: 0 15px;
  }
  .contact-info-block.orgn {
    margin-bottom: 50px;
  }
  .search-page-container {
    margin-top: 110px;
  }
}
@media screen and (max-width: 640px) and (min-width: 321px) {
  .cover-image img {
    min-height: 250px;
  }
  .cover-image.contact img {
    min-height: 250px;
  }
}
@media screen and (max-width: 35.94em) {
  .photo-credit-container.inner-page {
    bottom: -28px;
  }
  .photo-credit-container.inner-page .cover-photo-credit {
    background: none;
    color: #323232;
    font-size: 0.5em;
  }
  .cover-photo-credit {
    font-size: 0.5em;
    line-height: 3;
  }
  .yes-more-nynorsk-press.inner-page {
    margin-top: -23px;
  }
  .yes-more-nynorsk-press.inner-page .red-box {
    min-height: 40px;
    border-radius: 10px 10px 10px 0px;
  }
  .yes-more-nynorsk-press {
    margin-top: -45px;
  }
  .red-box {
    padding: 18px 20px 24px 22px;
  }
  .red-box h1 {
    font-size: 1.625em;
    line-height: 1.154;
  }
  .red-box p {
    font-size: 1.0625em;
    line-height: 1.3529;
    margin: 0.9375em 0px 0px 0px;
  }
  .section-spacing {
    margin-bottom: 50px;
  }
  .section-spacing.inner-page {
    margin-bottom: 45px;
  }
  .service-button {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  .service-button > .anticon + span {
    margin-left: 12.47px;
  }
  .service-button .anticon.news-icon svg {
    width: 23.85px;
    height: 24.89px;
  }
  .testimonial-box {
    padding: 37px 24px 28px 30px;
  }
  .double-arrow-button {
    left: 30px;
  }
  .newsletter-red-box .box-title {
    font-size: 1.375em;
    line-height: 1.455;
    margin-bottom: 15px;
  }
  .info-block-container .ib-title {
    line-height: 1.5em;
  }
  .contact-person-container.list {
    margin-bottom: 25px;
  }
  .service-content-container h2 {
    font-size: 1.625em;
    line-height: 1.308;
    letter-spacing: 0.01px;
  }
  .service-content-container .service-intro {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4375;
    letter-spacing: 0.02px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 360px) {
  .cover-image img {
    min-height: 200px;
    max-height: 225px;
  }
}
@media screen and (max-width: 320px) {
  .cover-image.contact img {
    min-height: 200px;
    max-height: 225px;
  }
}

