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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.VMMahsJF {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
}
.VMMahsJF .LCLPELoN {
  margin-right: unset !important;
  transition: 0.2s linear all;
}
.VMMahsJF .Hbfsc0kz {
  margin-right: unset !important;
  transition: 0.2s linear all;
  transform-origin: 5px 3px;
  transform: rotate(-90deg);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

._9uAnlRS {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
._9uAnlRS * {
  fill: var(--primary-color);
}
._9uAnlRS .Iff1a7un {
  fill: var(--dark-blue);
}
._9uAnlRS:hover {
  background-color: var(--dark-navy);
}
._9uAnlRS:hover * {
  fill: white;
}
._9uAnlRS:hover .Iff1a7un {
  fill: var(--dark-navy);
}
._9uAnlRS:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.sMFbadfW {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  background-color: var(--primary-color);
}
.sMFbadfW * {
  fill: var(--primary-color);
}
.sMFbadfW .Iff1a7un {
  fill: var(--dark-blue);
}
.sMFbadfW:hover {
  background-color: var(--dark-navy);
}
.sMFbadfW:hover * {
  fill: white;
}
.sMFbadfW:hover .Iff1a7un {
  fill: var(--dark-navy);
}
.sMFbadfW:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.sMFbadfW * {
  fill: white;
}
.sMFbadfW:hover {
  background-color: var(--primary-color);
}
.sMFbadfW:hover * {
  fill: white;
}
.sRr8zDwf path {
  fill: var(--blue-ribbon);
}
.ggAn4CwX path {
  cursor: pointer;
  fill: var(--dark-navy);
}
.ggAn4CwX:hover path {
  fill: var(--primary-color);
}
.jBKSKGtc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  background: linear-gradient(95.7deg, var(--lemon-chiffon) 12.17%, var(--canary-yellow) 93.24%);
}
.jBKSKGtc * {
  fill: var(--primary-color);
}
.jBKSKGtc .Iff1a7un {
  fill: var(--dark-blue);
}
.jBKSKGtc:hover {
  background-color: var(--dark-navy);
}
.jBKSKGtc:hover * {
  fill: white;
}
.jBKSKGtc:hover .Iff1a7un {
  fill: var(--dark-navy);
}
.jBKSKGtc:hover .ggAn4CwX path {
  fill: var(--dark-navy);
}
.jBKSKGtc:hover path {
  fill: var(--blue-ribbon);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.zuE9EJN2 {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  transition: 0.2s all;
}
.dPPUYs8M {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  transition: 0.2s all;
  transform: rotate(180deg);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.E4Iy0oMx {
  height: 50px;
  cursor: pointer;
}
.E4Iy0oMx .LEQFosfb {
  max-width: 117px;
  max-height: 36px;
  min-width: 80px;
  height: 100%;
  width: 100%;
}
.E4Iy0oMx .LEQFosfb .ydbxxSDu {
  transition: fill 300ms;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.UwKYfEVX {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color-a10);
  z-index: 5;
}
.UwKYfEVX .nNMnpoMN {
  z-index: 6;
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.UwKYfEVX .nNMnpoMN .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
.Ix0raSFW {
  background-color: var(--white);
}
.T0IpPQK1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color-a10);
  z-index: 5;
  background-color: unset;
}
.T0IpPQK1 .nNMnpoMN {
  z-index: 6;
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}
.T0IpPQK1 .nNMnpoMN .ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.hKlUbjaA {
  height: 100vh;
}
.hKlUbjaA .pMfMNDMD {
  border-width: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-baby-blue);
}
.hKlUbjaA .pMfMNDMD .a4A7y39K {
  width: 150px;
  display: flex;
  flex-direction: column;
}
.hKlUbjaA .pMfMNDMD .a4A7y39K .KV1J6J0C {
  transform: translateY(-70px);
  height: 75px;
  width: 100%;
}
.hKlUbjaA .w64ZtpUI {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue-ribbon);
}
.hKlUbjaA .w64ZtpUI .BZh9nIQE {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-mobile.png");
}
.hKlUbjaA .w64ZtpUI .aM_jMOGN {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-tablet.png");
}
.hKlUbjaA .w64ZtpUI .yq7PVMN2 {
  width: 100vw;
  height: 100vh;
  background: var(--blue-ribbon) left top / contain no-repeat;
  background-image: url("/img/maintenanceFallback/powur_maintenance_screen-desktop.png");
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-space-evenly {
  justify-content: space-evenly;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-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: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentcolor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.ant-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-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;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ant-btn-disabled {
  cursor: not-allowed;
}
a.ant-btn-disabled > * {
  pointer-events: none;
}
a.ant-btn-disabled,
a.ant-btn-disabled:hover,
a.ant-btn-disabled:focus,
a.ant-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ant-btn-disabled > a:only-child,
a.ant-btn-disabled:hover > a:only-child,
a.ant-btn-disabled:focus > a:only-child,
a.ant-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ant-btn-disabled > a:only-child::after,
a.ant-btn-disabled:hover > a:only-child::after,
a.ant-btn-disabled:focus > a:only-child::after,
a.ant-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
  margin-left: -1px;
}
.ant-btn-compact-item:hover,
.ant-btn-compact-item:focus,
.ant-btn-compact-item:active {
  z-index: 2;
}
.ant-btn-compact-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
  border-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-icon-only.ant-btn-compact-item {
  flex: none;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #40a9ff;
  content: ' ';
}
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
  right: -1px;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ant-btn-compact-vertical-item:hover,
.ant-btn-compact-vertical-item:focus,
.ant-btn-compact-vertical-item:active {
  z-index: 2;
}
.ant-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
  position: relative;
}
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #40a9ff;
  content: ' ';
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-typography {
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-success {
  color: #52c41a;
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #ff4d4f;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus {
  color: #d9363e;
}
a.ant-typography.ant-typography-danger:hover {
  color: #ff7875;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
div.ant-typography-h1,
div.ant-typography-h1 > textarea,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
div.ant-typography-h2,
div.ant-typography-h2 > textarea,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
div.ant-typography-h3,
div.ant-typography-h3 > textarea,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
div.ant-typography-h4,
div.ant-typography-h4 > textarea,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
h5.ant-typography,
div.ant-typography-h5,
div.ant-typography-h5 > textarea,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ant-typography,
.ant-typography a {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus-visible,
.ant-typography a:focus-visible,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #40a9ff;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #096dd9;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-single-line {
  white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
}
.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: rgba(255, 255, 255, 0);
}
.ant-input-affix-wrapper > .ant-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > .ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper > .ant-input:not(textarea) {
  padding: 0;
}
.ant-input-affix-wrapper::before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.anticon.ant-input-clear-icon,
.ant-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ant-input-clear-icon:hover,
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.anticon.ant-input-clear-icon:active,
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.anticon.ant-input-clear-icon-hidden,
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ant-input-clear-icon-has-suffix,
.ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-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: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
  height: 32px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  margin-right: -1px;
}
.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
  margin-left: -1px;
}
.ant-input-compact-item:hover,
.ant-input-compact-item:focus,
.ant-input-compact-item:active {
  z-index: 2;
}
.ant-input-compact-item[disabled] {
  z-index: 0;
}
.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
  border-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 32px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 24px;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
.ant-input-search.ant-input-compact-item > .ant-input:hover,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
.ant-input-search.ant-input-compact-item > .ant-input:focus,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
.ant-input-search.ant-input-compact-item > .ant-input:active,
.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
  z-index: 2;
}
.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #d9d9d9;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
  border-left-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 24px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-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);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #40a9ff;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s, visibility 0s;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  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;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-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;
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-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);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-flex;
  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: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-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;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  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);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ant-select-compact-item:hover > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:active > * {
  z-index: 2;
}
.ant-select-compact-item.ant-select-focused > * {
  z-index: 2;
}
.ant-select-compact-item[disabled] > * {
  z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
  border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.uivpkdCH {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 14px;
  line-height: 25px;
  color: var(--table-grey);
  font-weight: 300;
}
.xmhfRTK0 {
  display: flex;
  align-items: center;
}
.Pin1lcxF {
  background: var(--athens-gray);
  border: 1px solid var(--loblolly-gray);
  border-radius: 4px;
}
.Pin1lcxF .ant-select-item-option:not(:last-child) {
  border-bottom: 1px solid var(--loblolly-gray);
}
.Pin1lcxF .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: var(--athens-gray);
}
.kIHyfz63 .N4N71Jtj {
  display: flex;
  align-items: center;
  height: 32px;
  width: 90px;
}
.kIHyfz63 .N4N71Jtj .qZGRXt9H {
  width: 16px;
  height: 16px;
  color: var(--loblolly-gray);
  background-image: url("/icons/icon_language_select.svg");
  margin-right: 6px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.BmVKv07K {
  background-color: var(--white);
  display: flex;
  justify-content: center;
}
.Rg8aF528 {
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.N3b2EIYB {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .N3b2EIYB {
    flex-direction: column;
    align-items: center;
  }
}
.ah6NhpuT {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 768px) {
  .ah6NhpuT {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .ah6NhpuT {
    flex-direction: column;
    align-items: center;
  }
}
.CQ992ODU {
  font-family: "Oswald", "Barlow", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ERtfcHH2 {
  margin-right: 16px;
  color: #202020;
}
.ERtfcHH2 .m02H0Q78 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}
.ERtfcHH2 .m02H0Q78 li > a,
.ERtfcHH2 .m02H0Q78 div {
  color: var(--table-grey);
  cursor: pointer;
}
.ERtfcHH2 .m02H0Q78 li > a:hover,
.ERtfcHH2 .m02H0Q78 div:hover {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 li > div > a {
  color: var(--table-grey);
  text-transform: capitalize;
}
.ERtfcHH2 .m02H0Q78 li > div > a:hover {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 .s7L0QN6n {
  color: var(--primary-lite);
}
.ERtfcHH2 .m02H0Q78 .s7L0QN6n:hover {
  color: var(--primary-lite-highlighted);
}
@media (max-width: 475px) {
  .ERtfcHH2 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ERtfcHH2:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 475px) {
  .ERtfcHH2:last-child {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wWWGbJnL {
    margin-top: 16px;
  }
}
@media (max-width: 475px) {
  .wWWGbJnL {
    text-align: center;
  }
}
.Azxg6lph {
  margin-top: 19px;
}
.Azxg6lph .ant-select-selection-item {
  height: 32px;
}
.dk9bM_ji {
  display: flex;
}
.dk9bM_ji .rMa0tMmk {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 8px;
  border: 0.5px solid var(--loblolly-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.dk9bM_ji .g_8gBRFB {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.dk9bM_ji .g_8gBRFB:hover {
  background-color: var(--primary-lite-highlighted);
}
.bib7reFY {
  width: 100%;
  height: 1px;
  background-color: var(--loblolly-gray);
  margin-top: 40px;
  margin-bottom: 15px;
}
.KsHPReEv {
  display: flex;
}
@media (max-width: 475px) {
  .KsHPReEv {
    flex-direction: column;
  }
}
.emH8YvVr {
  width: calc(75% - 50px);
  color: var(--loblolly-gray);
  margin-right: 50px;
  font-family: "Oswald", "Barlow", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 475px) {
  .emH8YvVr {
    width: 100%;
    margin-bottom: 16px;
  }
}
.UNpg44aX {
  width: 25%;
  color: var(--loblolly-gray);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 475px) {
  .UNpg44aX {
    width: 100%;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  padding-inline-start: 11px;
}
.ant-input-number-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper-borderless,
.ant-input-number-affix-wrapper-borderless:hover,
.ant-input-number-affix-wrapper-borderless:focus,
.ant-input-number-affix-wrapper-borderless-focused,
.ant-input-number-affix-wrapper-borderless-disabled,
.ant-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
  background: transparent;
}
.ant-input-number-affix-wrapper > div.ant-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
  box-shadow: none !important;
}
.ant-input-number-affix-wrapper input.ant-input-number-input {
  padding: 0;
}
.ant-input-number-affix-wrapper::before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
  z-index: 2;
}
.ant-input-number-prefix,
.ant-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.ant-input-number-prefix {
  margin-inline-end: 4px;
}
.ant-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
  width: 100%;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap,
.ant-input-number-group > .ant-input-number {
  display: table-cell;
}
.ant-input-number-group-addon:not(:first-child):not(:last-child),
.ant-input-number-group-wrap:not(:first-child):not(:last-child),
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-number-group-wrap > * {
  display: block !important;
}
.ant-input-number-group .ant-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-number-group .ant-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-number-group .ant-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
  z-index: 0;
}
.ant-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-number-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.ant-input-number-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-number-group > .ant-input-number:first-child,
.ant-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group-addon:first-child {
  border-right: 0;
}
.ant-input-number-group-addon:last-child {
  border-left: 0;
}
.ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group-lg .ant-input-number,
.ant-input-number-group-lg > .ant-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-group-sm .ant-input-number,
.ant-input-number-group-sm > .ant-input-number-group-addon {
  padding: 0px 7px;
}
.ant-input-number-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-number-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact {
  display: block;
}
.ant-input-number-group.ant-input-number-group-compact::before {
  display: table;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
  float: none;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > *:first-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > *:last-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group > .ant-input-number-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group > .ant-input-number-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  appearance: textfield !important;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap,
.ant-input-number-focused .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}
.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-borderless {
  box-shadow: none;
}
.ant-input-number-out-of-range input {
  color: #ff4d4f;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
  margin-right: -1px;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
  margin-left: -1px;
}
.ant-input-number-compact-item:hover,
.ant-input-number-compact-item:focus,
.ant-input-number-compact-item:active {
  z-index: 2;
}
.ant-input-number-compact-item.ant-input-number-focused {
  z-index: 2;
}
.ant-input-number-compact-item[disabled] {
  z-index: 0;
}
.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
  border-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}
.ant-input-number-rtl .ant-input-number-handler-up {
  border-top-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
  min-width: unset;
}
.ant-form-vertical .ant-form-item-row {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item .ant-form-item-control {
  width: 100%;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ant-form-item-explain-error {
  color: #ff4d4f;
}
.ant-form-item-explain-warning {
  color: #faad14;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14;
}
.ant-form-item-has-error .ant-form-item-split {
  color: #ff4d4f;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 24px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
  height: 40px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item-with-help {
  transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-item-explain-connected {
  width: 100%;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  opacity: 1;
}
.ant-form-item-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ant-form-item-feedback-icon-success {
  color: #52c41a;
}
.ant-form-item-feedback-icon-error {
  color: #ff4d4f;
}
.ant-form-item-feedback-icon-warning {
  color: #faad14;
}
.ant-form-item-feedback-icon-validating {
  color: #1890ff;
}
.ant-show-help {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-appear,
.ant-show-help-enter {
  opacity: 0;
}
.ant-show-help-appear-active,
.ant-show-help-enter-active {
  opacity: 1;
}
.ant-show-help-leave {
  opacity: 1;
}
.ant-show-help-leave-active {
  opacity: 0;
}
.ant-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ant-show-help-item-leave {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-leave-active {
  transform: translateY(-5px);
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.vkKAWaQd {
  width: 720px !important;
}
.vkKAWaQd .ant-input-number {
  border: none;
  border-bottom: 2px solid black;
  caret-color: var(--primary-lite);
}
.vkKAWaQd .ant-input-number .ant-input-number-input {
  color: var(--table-grey);
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
}
.vkKAWaQd .ant-input-number-focused {
  box-shadow: none;
}
.vkKAWaQd .ant-modal-content {
  border-radius: 8px;
}
.vkKAWaQd .ant-input-number-handler-wrap {
  display: none;
}
.vkKAWaQd .Y9UpR7qk {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.vkKAWaQd .Y9UpR7qk .H5sn_DKc {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .vkKAWaQd .Y9UpR7qk .H5sn_DKc {
    padding: 20px;
    padding-top: 0px;
  }
}
.vkKAWaQd .Y9UpR7qk .gLwQYxW6 {
  padding: 10px 10px;
}
.vkKAWaQd .Y9UpR7qk .pzH0oHdB {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Y9UpR7qk .AU_nviyQ {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.vkKAWaQd .Y9UpR7qk .cLtXRWqH {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .wOnxL57z {
  margin-bottom: 20px;
}
.vkKAWaQd .Y9UpR7qk .jmW7Z6w5 {
  width: 170px;
}
.vkKAWaQd .Y9UpR7qk .VeFjxI5a {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  padding-top: 8px;
}
.vkKAWaQd .Y9UpR7qk .V4b729iQ {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vkKAWaQd .Y9UpR7qk .DsIaX8S2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vkKAWaQd .Y9UpR7qk .ZyNQULHW {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.vkKAWaQd .Y9UpR7qk .iiOAmIji {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.vkKAWaQd .Y9UpR7qk .qAMCenrx {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.vkKAWaQd .Y9UpR7qk .EmTo6sB1 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  margin-left: 4%;
}
.vkKAWaQd .Y9UpR7qk .n6FrvQiG {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .BWIitdyC {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .X6bvyjWl {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.vkKAWaQd .Y9UpR7qk .BWIitdyC .X6bvyjWl:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Y9UpR7qk .pIyYlQHX {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .pIyYlQHX {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Y9UpR7qk .ctrcaDsD {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.vkKAWaQd .Y9UpR7qk .QVwFkK_o {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.vkKAWaQd .Y9UpR7qk .iXW4RuvK {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .vkKAWaQd .Y9UpR7qk .ujERWoOW {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .ss7_aWMp {
  margin: auto;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .XwEv_yRp {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg .DB7nIQBK {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR {
  background-color: var(--primary-lite);
  border: none;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR:after {
  display: block;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .DYfBaPNg .M_uPGTeR:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR {
  position: absolute;
  top: 4px;
  left: 0;
  border: 0.5px solid var(--loblolly-gray);
  border-radius: 2px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  text-align: center;
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR:hover {
  border: 1px solid var(--primary-lite);
}
.vkKAWaQd .Y9UpR7qk .ujERWoOW .M_uPGTeR:after {
  content: "";
  position: absolute;
  display: none;
}
.vkKAWaQd .Lzb67FfK {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vkKAWaQd .Lzb67FfK .H5sn_DKc {
  padding: 60px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .vkKAWaQd .Lzb67FfK .H5sn_DKc {
    padding: 20px;
    padding-top: 0px;
  }
}
.vkKAWaQd .Lzb67FfK .gLwQYxW6 {
  padding: 10px 10px;
}
.vkKAWaQd .Lzb67FfK .pzH0oHdB {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Lzb67FfK .AU_nviyQ {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.vkKAWaQd .Lzb67FfK .cLtXRWqH {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .wOnxL57z {
  margin-bottom: 20px;
}
.vkKAWaQd .Lzb67FfK .jmW7Z6w5 {
  width: 170px;
}
.vkKAWaQd .Lzb67FfK .VeFjxI5a {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  padding-top: 8px;
}
.vkKAWaQd .Lzb67FfK .V4b729iQ {
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vkKAWaQd .Lzb67FfK .DsIaX8S2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vkKAWaQd .Lzb67FfK .ZyNQULHW {
  color: var(--botticelli-blue);
  font-size: 20px;
}
.vkKAWaQd .Lzb67FfK .iiOAmIji {
  color: var(--botticelli-blue);
  font-size: 20px;
  transform: rotate(98deg);
}
.vkKAWaQd .Lzb67FfK .qAMCenrx {
  background: var(--primary-lite);
  width: 36px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.vkKAWaQd .Lzb67FfK .EmTo6sB1 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  margin-left: 4%;
}
.vkKAWaQd .Lzb67FfK .n6FrvQiG {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC {
  margin: 0px 8px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .BWIitdyC {
    margin: 0px 4px;
    padding-bottom: 10px;
  }
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .ant-input-group-addon {
  border: 1px solid var(--botticelli-blue);
  border-right: none;
  background-color: transparent;
  border-radius: 3px 0px 0px 3px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC input {
  border: 1px solid var(--botticelli-blue);
  border-radius: 0px 3px 3px 0px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC input:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .X6bvyjWl {
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px 3px 3px 3px;
}
.vkKAWaQd .Lzb67FfK .BWIitdyC .X6bvyjWl:focus {
  border: 1px solid var(--primary-lite);
  box-shadow: none;
}
.vkKAWaQd .Lzb67FfK .pIyYlQHX {
  padding-top: 6px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .pIyYlQHX {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Lzb67FfK .ctrcaDsD {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.vkKAWaQd .Lzb67FfK .QVwFkK_o {
  font-weight: 300;
  color: var(--dusty-gray);
  font-family: Oswald;
  font-size: 12px;
  line-height: 16px;
}
.vkKAWaQd .Lzb67FfK .iXW4RuvK {
  display: flex;
  justify-content: center;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
@media (max-width: 600px) {
  .vkKAWaQd .Lzb67FfK .ujERWoOW {
    padding-bottom: 2px;
  }
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .ss7_aWMp {
  margin: auto;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .XwEv_yRp {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg .DB7nIQBK {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 30px;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR {
  background-color: var(--primary-lite);
  border: none;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg input:checked ~ .M_uPGTeR:after {
  display: block;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .DYfBaPNg .M_uPGTeR:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR {
  position: absolute;
  top: 4px;
  left: 0;
  border: 0.5px solid var(--loblolly-gray);
  border-radius: 2px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  text-align: center;
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR:hover {
  border: 1px solid var(--primary-lite);
}
.vkKAWaQd .Lzb67FfK .ujERWoOW .M_uPGTeR:after {
  content: "";
  position: absolute;
  display: none;
}
.vkKAWaQd .Lzb67FfK .iQMrbN73 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin: 57px 20px 0px 20px;
  text-align: center;
}
.WsMtvfgp {
  width: 50px;
  height: 50px;
  left: 551px;
  top: 280px;
  background: var(--primary-lite);
  border-radius: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.WsMtvfgp ._rQ8jXtd {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.xcl5oKqH {
  height: 145px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.xcl5oKqH .zFHf0lsM {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  padding: 0;
}
.xcl5oKqH .URayAnwl {
  max-width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--white);
  font-weight: 300;
}
.DmC62ykH {
  height: 116px;
  background: var(--cream);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DmC62ykH .w2ZJUWeL {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
  font-weight: 300;
}
.DmC62ykH .w2ZJUWeL .hrBjhQWA {
  display: flex;
  margin: 0 auto;
  width: 350px;
  justify-content: space-around;
}
.H1XGGD3M {
  margin-top: 10px;
  height: 40px;
  width: 200px;
  text-transform: uppercase;
  border: none;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.BOb3RjT0 {
  background-color: transparent;
  position: absolute;
  top: 78px;
  right: 30px;
  height: 137px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BOb3RjT0 .EAA10FRk {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  height: 140px;
  width: 340px;
  border-radius: 8px;
  z-index: 100;
  background-color: var(--dark-charcoal);
  box-shadow: 10px 81px 24px blue;
}
@media (max-width: 500px) {
  .BOb3RjT0 .EAA10FRk {
    right: 5%;
  }
}
.BOb3RjT0 .EAA10FRk .IPZkMtkB {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk {
  padding: 14px;
  height: 100%;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk h5 {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--silver);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .R7G4WP0W {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 10px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: -1px;
  cursor: pointer;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B a {
  color: var(--picton-blue);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .YCCB5b8B a:hover {
  color: var(--goldenrod);
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .CPl6QdA2 {
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  color: var(--white);
  margin: 0px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .C26t5njZ {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 0px;
}
.BOb3RjT0 .EAA10FRk .udU_FaMk .qnLfgS0O {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--silver);
  margin-bottom: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.ant-drawer-inline {
  position: absolute;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.ant-drawer-content-wrapper {
  position: absolute;
  z-index: 1000;
  transition: all 0.3s;
}
.ant-drawer-content-wrapper-hidden {
  display: none;
}
.ant-drawer-left > .ant-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  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);
}
.ant-drawer-right > .ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  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);
}
.ant-drawer-top > .ant-drawer-content-wrapper {
  top: 0;
  right: 0;
  left: 0;
  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);
}
.ant-drawer-bottom > .ant-drawer-content-wrapper {
  right: 0;
  bottom: 0;
  left: 0;
  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);
}
.ant-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ant-drawer-header {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
}
.ant-drawer-extra {
  flex: none;
}
.ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}
.panel-motion-enter-start,
.panel-motion-appear-start,
.panel-motion-leave-start {
  transition: none;
}
.panel-motion-enter-active,
.panel-motion-appear-active,
.panel-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active,
.ant-drawer-mask-motion-leave-active {
  transition: all 0.3s;
}
.ant-drawer-mask-motion-enter,
.ant-drawer-mask-motion-appear {
  opacity: 0;
}
.ant-drawer-mask-motion-enter-active,
.ant-drawer-mask-motion-appear-active {
  opacity: 1;
}
.ant-drawer-mask-motion-leave {
  opacity: 1;
}
.ant-drawer-mask-motion-leave-active {
  opacity: 0;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start,
.ant-drawer-panel-motion-left-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active,
.ant-drawer-panel-motion-left-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-left-enter-start,
.ant-drawer-panel-motion-left-appear-start {
  transform: translateX(-100%) !important;
}
.ant-drawer-panel-motion-left-enter-active,
.ant-drawer-panel-motion-left-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-left-leave-active {
  transform: translateX(-100%);
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start,
.ant-drawer-panel-motion-right-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active,
.ant-drawer-panel-motion-right-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-right-enter-start,
.ant-drawer-panel-motion-right-appear-start {
  transform: translateX(100%) !important;
}
.ant-drawer-panel-motion-right-enter-active,
.ant-drawer-panel-motion-right-appear-active {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave {
  transform: translateX(0);
}
.ant-drawer-panel-motion-right-leave-active {
  transform: translateX(100%);
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start,
.ant-drawer-panel-motion-top-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active,
.ant-drawer-panel-motion-top-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-top-enter-start,
.ant-drawer-panel-motion-top-appear-start {
  transform: translateY(-100%) !important;
}
.ant-drawer-panel-motion-top-enter-active,
.ant-drawer-panel-motion-top-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-top-leave-active {
  transform: translateY(-100%);
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start,
.ant-drawer-panel-motion-bottom-leave-start {
  transition: none;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active,
.ant-drawer-panel-motion-bottom-leave-active {
  transition: all 0.3s;
}
.ant-drawer-panel-motion-bottom-enter-start,
.ant-drawer-panel-motion-bottom-appear-start {
  transform: translateY(100%) !important;
}
.ant-drawer-panel-motion-bottom-enter-active,
.ant-drawer-panel-motion-bottom-appear-active {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave {
  transform: translateY(0);
}
.ant-drawer-panel-motion-bottom-leave-active {
  transform: translateY(100%);
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Ws0wJIBe .ant-drawer-body {
  padding: 0;
  padding-top: 50px;
  background-color: var(--dark-charcoal);
}
.QTdkfG46 {
  background-color: var(--dark-charcoal);
  width: 100%;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
}
.MlkeUCOJ {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.MlkeUCOJ li {
  padding: 0;
  margin-bottom: 24px;
}
.MlkeUCOJ li:last-child {
  margin-bottom: 0;
}
.MlkeUCOJ button,
.MlkeUCOJ a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.MlkeUCOJ button:hover,
.MlkeUCOJ a:hover,
.MlkeUCOJ button:active,
.MlkeUCOJ a:active,
.MlkeUCOJ button:focus,
.MlkeUCOJ a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.MlkeUCOJ button.I3G8w4qT,
.MlkeUCOJ a.I3G8w4qT {
  color: var(--primary-lite);
}
.Wv3G_rtD {
  display: flex;
  flex-direction: column;
  width: 227px;
  margin-bottom: 48px;
}
.Wv3G_rtD .qKok36DT {
  width: 100%;
  margin-bottom: 10px;
  height: 32px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  color: var(--white);
}
.Wv3G_rtD .pZ1gur8E {
  width: 100%;
  background-color: var(--primary-lite);
  border-radius: 96px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
}
.pgF2tLv4 {
  width: 100%;
  height: 1px;
  border-color: var(--tundora-gray);
  margin-bottom: 24px;
}
.O_ds_3jB {
  list-style-type: none;
  margin-bottom: 48px;
  padding: 0;
}
.O_ds_3jB li {
  padding: 0;
  margin-bottom: 24px;
}
.O_ds_3jB li:last-child {
  margin-bottom: 0;
}
.O_ds_3jB button,
.O_ds_3jB a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
.O_ds_3jB button:hover,
.O_ds_3jB a:hover,
.O_ds_3jB button:active,
.O_ds_3jB a:active,
.O_ds_3jB button:focus,
.O_ds_3jB a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--primary-lite);
}
.O_ds_3jB button.I3G8w4qT,
.O_ds_3jB a.I3G8w4qT {
  color: var(--primary-lite);
}
.O_ds_3jB li {
  margin-bottom: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
.O_ds_3jB button,
.O_ds_3jB a {
  color: var(--loblolly-gray);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.gYEk4qQw {
  height: 64px;
  line-height: 50px;
  width: 100vw;
  background-color: var(--dark-charcoal);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 101;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 475px) {
  .gYEk4qQw {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.di08yh36 {
  height: 50px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
.sRO_90R7 {
  height: 50px;
  display: flex;
  align-items: center;
  padding-top: 22px;
}
@media (max-width: 865px) {
  .sRO_90R7 {
    width: 100%;
    justify-content: space-between;
  }
}
.sRO_90R7 div,
.sRO_90R7 a {
  margin: 0 24px;
  white-space: nowrap;
}
.sRO_90R7 div:first-child,
.sRO_90R7 a:first-child {
  margin-left: 0 !important;
}
.sRO_90R7 div:last-child,
.sRO_90R7 a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .sRO_90R7 div,
  .sRO_90R7 a {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .sRO_90R7 div,
  .sRO_90R7 a {
    margin: 0 8px;
  }
}
.VQ3NxmcO {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 24px;
  height: 104%;
}
.VQ3NxmcO .ZmeuSxrb {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.25px;
  color: var(--silver);
  white-space: nowrap;
  display: block;
}
.VQ3NxmcO .Otg8U4z1 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  text-align: justify;
  max-width: 120px;
}
.VQ3NxmcO .jZdp6LhK {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
.VQ3NxmcO .AqIz_TXO {
  display: flex;
  align-items: center;
  height: 30px;
}
.E6QbPHEY {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 66px;
  min-width: 144px;
  padding: 8px 12px;
  transition: all 0.3s;
}
.E6QbPHEY .ZmeuSxrb {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.E6QbPHEY .rZbnvToT {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
@media (max-width: 475px) {
  .E6QbPHEY {
    right: 50px;
  }
}
.KeMIVsVN {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 115px;
  min-width: 150px;
  padding: 2px 12px;
  transition: all 0.3s;
}
.KeMIVsVN .ZmeuSxrb {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.KeMIVsVN .rZbnvToT {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
.KeMIVsVN .e4CdqjAm {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0px;
}
@media (max-width: 475px) {
  .KeMIVsVN {
    right: 50px;
  }
}
.yNOovdH0 {
  position: absolute;
  top: 60px;
  right: 70px;
  background-color: var(--gallery-white);
  border-radius: 8px;
  height: 66px;
  min-width: 144px;
  padding: 8px 12px;
  transition: all 0.3s;
  opacity: 0;
  top: 50px;
}
.yNOovdH0 .ZmeuSxrb {
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.yNOovdH0 .rZbnvToT {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--primary-lite);
  display: block;
  margin-bottom: 1px;
}
@media (max-width: 475px) {
  .yNOovdH0 {
    right: 50px;
  }
}
.mpk3Fl_v {
  width: 100px;
  height: 64px;
  cursor: pointer;
}
@media (max-width: 425px) {
  .mpk3Fl_v {
    display: none;
  }
}
.m1NFK7ma {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  color: var(--white);
  text-transform: uppercase;
}
.m1NFK7ma:hover {
  color: var(--primary-lite);
}
@media (max-width: 990px) {
  .m1NFK7ma {
    font-size: 14px;
  }
}
.NewSLUSd {
  cursor: default;
}
.NewSLUSd::after {
  content: "";
  width: 70%;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.15s ease-in-out;
  border-radius: 1px;
}
.NewSLUSd:hover {
  color: var(--white);
}
.RznqkN5Y {
  padding-top: 1px;
}
.RznqkN5Y a {
  color: var(--primary-lite);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
}
.RznqkN5Y a:hover {
  color: var(--goldenrod);
}
@media (max-width: 1120px) {
  .RznqkN5Y {
    display: none;
  }
}
.eICEZf60 {
  height: 64px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 20px;
}
.eICEZf60 .O8zRTeE1 {
  color: var(--regent-gray);
}
.eICEZf60 .O8zRTeE1::placeholder {
  color: var(--regent-gray);
  font-size: 9px;
}
.O8zRTeE1 {
  width: 144px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  border: 1px solid var(--regent-gray);
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
}
.LgWjiDsv {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 32px;
  width: 175px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.LgWjiDsv:hover {
  background-color: var(--primary-lite-highlighted);
}
.ATi8JdcO {
  background-color: var(--binrouji-black);
  height: 34px;
  width: 1px;
  margin: 0 20px;
}
.yiBgPa7u {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  width: 175px;
  border: none;
  height: 32px;
  width: 177px;
  border-radius: 96px;
  color: var(--white);
  background-color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.yiBgPa7u:hover {
  background-color: var(--primary-lite-highlighted);
}
.yiBgPa7u:hover {
  background-color: #4d4d4d;
}
.Dz2XoJg_ {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Dz2XoJg_:hover,
.Dz2XoJg_:active,
.Dz2XoJg_:focus {
  background-color: transparent;
}
.Dz2XoJg_ .pWxjOXg8 {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.Dz2XoJg_ .N5lvcsvU {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/icons/icon_mobile_menu_open.svg");
}
.Dz2XoJg_ .JA2cOJTr {
  width: 24px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/icons/icon_mobile_menu_close.svg");
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* 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 */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.pIijSD97 {
  max-width: 720px !important;
  width: 90% !important;
}
.pIijSD97 .ant-modal-header {
  min-height: 164px;
  text-align: center;
  padding-top: 44px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 575px) {
  .pIijSD97 .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.pIijSD97 .ant-modal-content {
  border-radius: 8px;
}
.pIijSD97 .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.pIijSD97 .QO4GMxWk {
  max-width: 550px;
  width: 80%;
  margin: 0 auto;
}
.pIijSD97 .QO4GMxWk .k2z825MI {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.pIijSD97 .QO4GMxWk .nmakZkO0 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .pIijSD97 .QO4GMxWk .k2z825MI {
    font-size: 16px;
  }
  .pIijSD97 .QO4GMxWk .nmakZkO0 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .QO4GMxWk .k2z825MI {
    font-size: 14px;
  }
  .pIijSD97 .QO4GMxWk .nmakZkO0 {
    font-size: 10px;
  }
}
.pIijSD97 .d1EZtXp9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.pIijSD97 .d1EZtXp9 .rWZYvJke {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.pIijSD97 .d1EZtXp9 .EEb0Gmik {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.pIijSD97 .Czk1txKg {
  width: 80%;
  margin: 0 auto;
}
.pIijSD97 .Czk1txKg .ant-legacy-form-item {
  margin-bottom: 12px;
}
.pIijSD97 .Czk1txKg .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.pIijSD97 .Czk1txKg .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.pIijSD97 .Czk1txKg .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.pIijSD97 .Czk1txKg .ULaXP8pY {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.pIijSD97 .Czk1txKg .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .gAodyF6E {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pIijSD97 .Czk1txKg .P7gqZmjp {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.pIijSD97 .Czk1txKg .P7gqZmjp input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .aoZt95vE {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.pIijSD97 .Czk1txKg .aoZt95vE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .aoZt95vE .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.pIijSD97 .Czk1txKg .q8dO_tDU {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.pIijSD97 .Czk1txKg .q8dO_tDU input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.pIijSD97 .Czk1txKg .q8dO_tDU .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.pIijSD97 .E82d6aoE {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.pIijSD97 .E82d6aoE .wTPI5Fbt {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .wTPI5Fbt {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .wTPI5Fbt {
    font-size: 14px;
    width: 228px;
  }
}
.pIijSD97 .E82d6aoE .Lj9QbRop {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .Lj9QbRop {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .Lj9QbRop {
    font-size: 14px;
    width: 228px;
  }
}
.pIijSD97 .E82d6aoE .hS3Wz8zp {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
  border: none;
  margin-top: 24px;
  color: var(--primary-lite);
  box-shadow: none;
}
@media (max-width: 720px) {
  .pIijSD97 .E82d6aoE .hS3Wz8zp {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .pIijSD97 .E82d6aoE .hS3Wz8zp {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA {
  max-width: 720px !important;
  width: 90% !important;
  max-width: 720px;
  width: 90%;
  height: 369px;
  max-height: 369px;
}
.sJNQIMZA .ant-modal-header {
  min-height: 164px;
  text-align: center;
  padding-top: 44px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 575px) {
  .sJNQIMZA .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.sJNQIMZA .ant-modal-content {
  border-radius: 8px;
}
.sJNQIMZA .ant-checkbox-group-item span {
  color: var(--dark-blue);
  font-size: 14px;
  line-height: 17px;
}
.sJNQIMZA .QO4GMxWk {
  max-width: 550px;
  width: 80%;
  margin: 0 auto;
}
.sJNQIMZA .QO4GMxWk .k2z825MI {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.sJNQIMZA .QO4GMxWk .nmakZkO0 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .sJNQIMZA .QO4GMxWk .k2z825MI {
    font-size: 16px;
  }
  .sJNQIMZA .QO4GMxWk .nmakZkO0 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .QO4GMxWk .k2z825MI {
    font-size: 14px;
  }
  .sJNQIMZA .QO4GMxWk .nmakZkO0 {
    font-size: 10px;
  }
}
.sJNQIMZA .d1EZtXp9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.sJNQIMZA .d1EZtXp9 .rWZYvJke {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.sJNQIMZA .d1EZtXp9 .EEb0Gmik {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.sJNQIMZA .Czk1txKg {
  width: 80%;
  margin: 0 auto;
}
.sJNQIMZA .Czk1txKg .ant-legacy-form-item {
  margin-bottom: 12px;
}
.sJNQIMZA .Czk1txKg .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.sJNQIMZA .Czk1txKg .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.sJNQIMZA .Czk1txKg .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.sJNQIMZA .Czk1txKg .ULaXP8pY {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.sJNQIMZA .Czk1txKg .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .gAodyF6E {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sJNQIMZA .Czk1txKg .P7gqZmjp {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.sJNQIMZA .Czk1txKg .P7gqZmjp input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .aoZt95vE {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.sJNQIMZA .Czk1txKg .aoZt95vE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .aoZt95vE .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.sJNQIMZA .Czk1txKg .q8dO_tDU .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.sJNQIMZA .E82d6aoE {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px 0 24px 0;
}
.sJNQIMZA .E82d6aoE .wTPI5Fbt {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .wTPI5Fbt {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .wTPI5Fbt {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .E82d6aoE .Lj9QbRop {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .Lj9QbRop {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .Lj9QbRop {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .E82d6aoE .hS3Wz8zp {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
  border: none;
  margin-top: 24px;
  color: var(--primary-lite);
  box-shadow: none;
}
@media (max-width: 720px) {
  .sJNQIMZA .E82d6aoE .hS3Wz8zp {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .sJNQIMZA .E82d6aoE .hS3Wz8zp {
    font-size: 14px;
    width: 228px;
  }
}
.sJNQIMZA .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .sJNQIMZA .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.sJNQIMZA .k2z825MI {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  color: var(--white);
}
.sJNQIMZA .LHYCUiKY {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--table-grey);
}
@media (max-width: 775px) {
  .sJNQIMZA .LHYCUiKY {
    width: 90%;
    padding: 10px;
  }
}
.sJNQIMZA .N6GTsRFi {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.sJNQIMZA .N6GTsRFi .wTPI5Fbt {
  width: 170px;
  height: 36px;
  background: var(--picton-blue);
  border-radius: 96px;
  text-transform: uppercase;
}
.sJNQIMZA .N6GTsRFi .wTPI5Fbt:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.M02Oxcph {
  width: 720px !important;
}
.M02Oxcph .ant-modal-content {
  border-radius: 8px;
}
.M02Oxcph .UGBGdabm {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.M02Oxcph .XXSHfXV8 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.M02Oxcph .RnefYZtq {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 60px auto 24px auto;
}
.M02Oxcph .auu_rnbS {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--primary-lite);
  margin-bottom: 50px;
}
.M02Oxcph .S7BsEgH8 {
  height: 54px;
  width: 280px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 62px;
  color: var(--white);
}
.M02Oxcph .S7BsEgH8:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.AvBCcPRi {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 521px) {
  .AvBCcPRi {
    left: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
}
.AvBCcPRi span {
  padding-left: 10px;
}
.Ozim1VWg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 96px;
}
.Ozim1VWg:hover .sAl2WmA6 > .mwZxOXry {
  color: var(--white);
}
.Ozim1VWg .sAl2WmA6 {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .AswAt9Dx {
  font-size: 48px;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD .jrOfEquc {
  color: var(--white);
}
.Ozim1VWg .sAl2WmA6 .mwZxOXry .jzsCdMwD .jseJhy9i {
  color: var(--white);
  font-size: 10px;
  font-style: italic;
}
.Ozim1VWg .ynWp3Wl1 {
  cursor: pointer;
  font-size: 150px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.aeKIDCUE {
  width: 720px !important;
}
.aeKIDCUE .ant-modal-content {
  border-radius: 8px;
}
.aeKIDCUE .XUXGlimE {
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.aeKIDCUE .YfvGR9DQ {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aeKIDCUE .RxME6lAx {
  padding-top: 40px;
  width: 100%;
  height: 248px;
  background-color: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 700px) {
  .aeKIDCUE .RxME6lAx {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .aeKIDCUE .RxME6lAx {
    height: 340px;
  }
}
.aeKIDCUE .hAYPQjtv {
  justify-content: start;
  background: inherit;
}
.aeKIDCUE .hAYPQjtv .DJDJoSgX {
  color: var(--white);
  padding-bottom: 2px;
}
.aeKIDCUE .hAYPQjtv .kuzCXqo3 {
  color: var(--white);
  max-width: 70%;
}
.aeKIDCUE .u8Z0WfX1 {
  max-width: 245px;
  max-height: 260px;
  width: 245px;
  height: 260px;
  background-image: url("/icons/icon_bill.svg");
  margin-top: 40px;
  margin-bottom: 20px;
  position: absolute;
  top: 100px;
}
@media (max-width: 700px) {
  .aeKIDCUE .u8Z0WfX1 {
    top: 150px;
  }
}
@media (max-width: 400px) {
  .aeKIDCUE .u8Z0WfX1 {
    top: 180px;
  }
}
.aeKIDCUE .fnN0DmRx {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 140px auto 50px auto;
}
.aeKIDCUE .q6N8MqxJ {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 23px;
  margin: 24px auto 44px auto;
}
.aeKIDCUE .EjUqsRHs {
  height: 54px;
  width: 320px;
  color: var(--white);
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
}
.aeKIDCUE .EjUqsRHs:hover {
  background-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.U6OdzADA {
  background-color: rgba(38, 165, 210, 0.4);
}
.U6OdzADA .ant-modal-body {
  padding: 0;
}
.U6OdzADA .ant-modal-content {
  border-radius: 18px;
}
.U6OdzADA .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.U6OdzADA .ant-modal-close span {
  font-size: 21px;
}
.UTDb0mAt {
  background-color: rgba(38, 165, 210, 0.4);
}
.UTDb0mAt .ant-modal-body {
  padding: 0;
}
.UTDb0mAt .ant-modal-content {
  border-radius: 18px;
}
.UTDb0mAt .ant-modal-close {
  height: 64px;
  width: 64px;
  color: var(--white);
}
.UTDb0mAt .ant-modal-close span {
  font-size: 21px;
}
.UTDb0mAt .ant-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.UTDb0mAt .ant-modal-close .ant-modal-close-x {
  height: 100%;
}
.UTDb0mAt .ant-modal-close span {
  color: var(--darker-blue);
}
.ikDM8ZFG {
  width: 100%;
}
.N1pBv0r2 {
  font-family: "Poppins", "Barlow", sans-serif;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background-color: var(--raisin-black);
  color: var(--white);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 550px) {
  .N1pBv0r2 {
    font-size: 16px;
  }
}
.SPEhRxk1 {
  font-family: "Poppins", "Barlow", sans-serif;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background-color: var(--raisin-black);
  color: var(--white);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 58px;
  background-color: var(--athens-gray);
  color: var(--darker-blue);
}
@media (max-width: 550px) {
  .SPEhRxk1 {
    font-size: 16px;
  }
}
.CNZOoe0z {
  width: 100%;
  height: 100%;
  background-color: var(--raisin-black);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onUEl3Ke {
  width: 100%;
  height: 100%;
}
.onUEl3Ke video {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.uKAJQ64B {
  width: 100%;
  padding: 100px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hLLyn9zG {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jDEln4c4 {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.jDEln4c4 .TviPEC4A {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.jDEln4c4 .TviPEC4A:hover,
.jDEln4c4 .TviPEC4A:focus {
  transform: scale(1.05);
}
.jDEln4c4 .TviPEC4A::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.jDEln4c4:hover .TviPEC4A:before {
  opacity: 0.3;
}
.jDEln4c4 .TviPEC4A::before {
  background-color: #000;
}
.jDEln4c4:hover .TviPEC4A:before {
  opacity: 0.1;
}
.YnFzuoOs {
  margin-bottom: 16px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.KcneaW7q {
  margin-bottom: 64px;
  max-width: 768px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
.HZUX721i {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .HZUX721i {
    flex-direction: column;
    align-items: center;
  }
}
.X3PN1Nbs {
  max-width: 410px;
  width: 100%;
  height: 350px;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .X3PN1Nbs {
    margin-bottom: 100px;
  }
}
.X3PN1Nbs .GdsR78tR {
  font-family: "Poppins";
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.X3PN1Nbs .GdsR78tR:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  padding-left: 4px;
  padding-top: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
  color: transparent;
  transition: all 0.15s ease-in-out;
  bottom: -16px;
}
.X3PN1Nbs:hover .DneujrFK {
  background-color: rgba(32, 194, 241, 0.15) !important;
}
.X3PN1Nbs:hover .GdsR78tR::after {
  content: "►";
  bottom: -32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #20c2f1;
  color: var(--white);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.X3PN1Nbs .uhaQnAnG {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 998px) {
  .X3PN1Nbs .uhaQnAnG {
    height: 300px;
  }
}
.X3PN1Nbs .KLdVOTkx {
  position: absolute;
  width: 85%;
  min-height: 210px;
  top: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 6px;
  z-index: 2;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}
.X3PN1Nbs .KLdVOTkx .GdsR78tR {
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
}
.X3PN1Nbs .KLdVOTkx .MLEbhtRx {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
@media (max-width: 1280px) {
  .X3PN1Nbs .KLdVOTkx .MLEbhtRx {
    font-size: 14px;
  }
}
@media (max-width: 1016px) {
  .X3PN1Nbs .KLdVOTkx .MLEbhtRx {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .X3PN1Nbs .KLdVOTkx {
    top: auto;
    bottom: -40px;
    height: 173px;
  }
}
@media (max-width: 1280px) {
  .X3PN1Nbs {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.QSFClbqK {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.QSFClbqK h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.QSFClbqK h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.QSFClbqK h4 {
  font-family: "Poppins";
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.QSFClbqK h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.QSFClbqK h4.LBHKZDTC:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.QSFClbqK h5 {
  font-family: "Poppins", "Barlow";
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.qSFdJ3vV {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.qSFdJ3vV .t5Et681z {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.qSFdJ3vV .t5Et681z .crdVFitn {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.qSFdJ3vV .EqpH44Bs {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.qSFdJ3vV .bfA_B9F2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.qSFdJ3vV .bfA_B9F2 .DCPNxW0_ {
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
}
.qSFdJ3vV .bfA_B9F2 .DCPNxW0_ .uHfm9VzL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 3;
}
.qSFdJ3vV .wHWijU06 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
}
.qSFdJ3vV .wHWijU06:hover {
  color: var(--grey);
  transform: scale(1.05);
}
.qSFdJ3vV .c5OWJmMt {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  left: 24px;
}
.qSFdJ3vV .c5OWJmMt:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .qSFdJ3vV .c5OWJmMt {
    left: 12px;
  }
}
.qSFdJ3vV .MEihgda5 {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 36px;
  font-weight: 100;
  color: var(--light-grey);
  cursor: pointer;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  right: 24px;
}
.qSFdJ3vV .MEihgda5:hover {
  color: var(--grey);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .qSFdJ3vV .MEihgda5 {
    right: 12px;
  }
}
.qSFdJ3vV .c_j4LtTg {
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qSFdJ3vV .c_j4LtTg .ASoSNDhA {
  width: 100%;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .qSFdJ3vV .c_j4LtTg .ASoSNDhA {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.qSFdJ3vV .c_j4LtTg .HeBMKVfi {
  text-transform: uppercase;
  color: var(--white);
  font-family: "Poppins", "Barlow";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .qSFdJ3vV .c_j4LtTg .HeBMKVfi {
    font-size: 32px;
    line-height: 36px;
  }
}
.qSFdJ3vV .c_j4LtTg .ssgfSFM7 {
  text-transform: uppercase;
  color: var(--white);
  font-family: "Poppins", "Barlow";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .qSFdJ3vV .c_j4LtTg .ssgfSFM7 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .qSFdJ3vV .c_j4LtTg .ssgfSFM7 {
    font-size: 26px;
    line-height: 28px;
  }
}
.qSFdJ3vV .c_j4LtTg .a8Ssj_ME {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 475px) {
  .qSFdJ3vV .c_j4LtTg .a8Ssj_ME .PA10v64q {
    display: none;
  }
}
.qSFdJ3vV .c_j4LtTg .ruMtjMCO {
  display: flex;
}
@media (max-width: 768px) {
  .qSFdJ3vV .c_j4LtTg .ruMtjMCO {
    flex-direction: column;
  }
}
.qSFdJ3vV .c_j4LtTg .qpn_2uWF {
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  border: 1px solid var(--primary-lite);
  color: var(--primary-lite);
  background-color: var(--white);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.qSFdJ3vV .c_j4LtTg .qpn_2uWF::placeholder {
  color: var(--primary-lite);
}
.qSFdJ3vV .c_j4LtTg .gtcwRIDt {
  height: 40px;
  width: 200px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
.qSFdJ3vV .c_j4LtTg .gtcwRIDt:hover {
  background-color: var(--primary-lite-highlighted);
}
.qSFdJ3vV .dQ01CKLX {
  opacity: 0;
}
.qSFdJ3vV .CUIe1Lhl {
  opacity: 1;
  transition: opacity 1000 linear;
}
.qSFdJ3vV .iao10RYF {
  opacity: 1;
}
.qSFdJ3vV .qWTYVVbu {
  opacity: 1;
}
.qSFdJ3vV ._pFkVwLp {
  opacity: 0;
  transition: opacity 1000 linear;
}
.qSFdJ3vV .fwlJD_OL {
  opacity: 0;
}
.qSFdJ3vV .SMAwTX6N li {
  width: 64px;
}
.qSFdJ3vV .SMAwTX6N li.slick-active {
  width: 96px;
}
.qSFdJ3vV .SMAwTX6N li.slick-active button {
  position: relative;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.qSFdJ3vV .SMAwTX6N li.slick-active button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 0%;
  z-index: 4;
  opacity: 1;
  animation-duration: 7s;
  animation-name: dBWBRVOO;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes dBWBRVOO {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.qSFdJ3vV .SMAwTX6N li.slick-active-paused button::before {
  animation-play-state: paused;
}
.ZBKBmJge {
  width: 100%;
  padding: 60px 16px;
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZBKBmJge .ABXzTTsA {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZBKBmJge .ABXzTTsA .HeBMKVfi {
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.ZBKBmJge .ABXzTTsA .hqY7FU2K {
  text-align: center;
  max-width: 900px;
  margin-bottom: 70px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
}
.ZBKBmJge .c3xKVaaQ {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo {
  flex: 1 0 320px;
  overflow: hidden;
  position: relative;
  padding: 26px;
  background-color: var(--white);
  height: 390px;
  min-width: 320px;
  max-width: 31%;
  border-radius: 4px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1025px) {
  .ZBKBmJge .c3xKVaaQ .u5M1DkBo {
    width: 100%;
    max-width: 600px;
  }
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .uHfm9VzL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--white) 40%, transparent 60%);
  z-index: 1;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .UdbgPKk3 {
  z-index: 2;
  margin-top: 30px;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .rJyrmHdG {
  width: 100%;
  position: relative;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .DJaq5_fe {
  display: flex;
  z-index: 2;
  overflow: hidden;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .HgEBJtxO {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-right: 4px;
  z-index: 2;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .J7Kd99kF {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 4px;
  z-index: 2;
  font-size: 14px;
  line-height: 25px;
  vertical-align: baseline;
  position: absolute;
  bottom: -26px;
  right: -2px;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .yXdbiyYy {
  position: relative;
  z-index: 3;
  margin-right: 2px;
  height: 47px;
  width: 33px;
  background-color: #000;
  overflow: hidden;
  border-radius: 4px;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .r_8fBI72 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: var(--white);
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 22px;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .yL6MNPi3 {
  margin-right: 2px;
  height: 47px;
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 35px;
  z-index: 2;
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .PjJQKFbN {
  transform: translateY(47px);
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .L7Onygyx {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .Nsp2Zg1N {
  transform: translateY(0);
}
.ZBKBmJge .c3xKVaaQ .u5M1DkBo .JiGPmN44 {
  transform: translateY(-47px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
@media (max-width: 1280px) {
  .ZBKBmJge .c3xKVaaQ .u5M1DkBo {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1025px) {
  .ZBKBmJge .c3xKVaaQ {
    flex-direction: column;
    align-items: center;
  }
}
.QGOKSMKQ {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.QGOKSMKQ .eJxeteTu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.QGOKSMKQ .eJxeteTu:hover,
.QGOKSMKQ .eJxeteTu:focus {
  transform: scale(1.05);
}
.QGOKSMKQ .eJxeteTu::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.QGOKSMKQ:hover .eJxeteTu:before {
  opacity: 0.3;
}
.QGOKSMKQ .eJxeteTu::before {
  background-color: #000;
}
.QGOKSMKQ:hover .eJxeteTu:before {
  opacity: 0.1;
}
.bLx1A7V4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bLx1A7V4 .eatwa4fQ {
  display: flex;
  width: 100%;
  min-height: 750px;
  height: 50vw;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .bLx1A7V4 .eatwa4fQ {
    flex-direction: column;
    height: auto;
  }
}
.bLx1A7V4 .eatwa4fQ:nth-child(1) .XREFYu3Y > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .bLx1A7V4 .eatwa4fQ:nth-child(1) .XREFYu3Y > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .bLx1A7V4 .eatwa4fQ:nth-child(2) .XREFYu3Y > div {
    background-position-x: 0%;
  }
}
.bLx1A7V4 .eatwa4fQ .XREFYu3Y {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .bLx1A7V4 .eatwa4fQ .XREFYu3Y {
    order: 1;
    width: 100%;
    height: 500px;
  }
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ {
  position: relative;
  width: 45%;
  height: 100%;
  padding-left: 60px;
  padding-right: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .bLx1A7V4 .eatwa4fQ .DCPNxW0_ {
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    min-height: 500px;
  }
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ABXzTTsA {
  width: 100%;
}
@media (max-width: 900px) {
  .bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ABXzTTsA {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 26px 36px 100px;
  }
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .UdbgPKk3 {
  position: relative;
  margin-bottom: 32px;
  padding-top: 90px;
  font-weight: 700;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .bLx1A7V4 .eatwa4fQ .DCPNxW0_ .UdbgPKk3 {
    padding-top: 32px;
  }
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .hqY7FU2K {
  margin-bottom: 40px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ZH_3edPj {
  padding-left: 0;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ZH_3edPj li {
  position: relative;
  list-style-type: none;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  padding-left: 20px;
}
@media (min-width: 900px) and (max-width: 1280px) {
  .bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ZH_3edPj li {
    font-size: 14px;
    line-height: 16px;
  }
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .ZH_3edPj li::before {
  content: "■";
  position: absolute;
  color: var(--primary-lite);
  left: 0;
  top: -1px;
  font-size: 10px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .objRP4Lm {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 40px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .objRP4Lm .QFvlt7wX {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .objRP4Lm .kHjgZyE4 {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  background-image: url("/img/bbb_logo.png");
  background-position: center center;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .objRP4Lm .vbEEWi_B {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  background-image: url("/img/b_corp_logo.png");
  background-position: center center;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .objRP4Lm .Aoa1DxXu {
  height: 90px;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 137px;
  background-image: url("/img/inc5000_logo_43.png");
  background-position: center center;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .Wwv1323M {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 28px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .qpn_2uWF {
  display: flex;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .qpn_2uWF .AhsSKJsP {
  margin-right: 8px;
  height: 50px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid var(--loblolly-gray);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: var(--tangaroa);
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .qpn_2uWF .AhsSKJsP:focus {
  border-color: var(--tangaroa);
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .qpn_2uWF .gtcwRIDt {
  width: 225px;
  height: 36px;
  background-color: var(--primary-lite);
  border-color: var(--primary-lite);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-radius: 96px;
  text-transform: uppercase;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .qpn_2uWF .gtcwRIDt:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B {
  list-style-type: none;
  padding: 0;
  margin-bottom: 72px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li::before {
  margin-right: 16px;
  background-color: var(--primary-lite);
  color: var(--white);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  height: 20px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.HHh73Z7f:nth-child(1)::before {
  content: "Step 1";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.HHh73Z7f:nth-child(2)::before {
  content: "Step 2";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.HHh73Z7f:nth-child(3)::before {
  content: "Step 3";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.HHh73Z7f:nth-child(4)::before {
  content: "Step 4";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.HHh73Z7f:nth-child(5)::before {
  content: "Step 5";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.bqLrIw1r:nth-child(1)::before {
  content: "Paso 1";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.bqLrIw1r:nth-child(2)::before {
  content: "Paso 2";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.bqLrIw1r:nth-child(3)::before {
  content: "Paso 3";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.bqLrIw1r:nth-child(4)::before {
  content: "Paso 4";
}
.bLx1A7V4 .eatwa4fQ .DCPNxW0_ .u_2stj2B li.bqLrIw1r:nth-child(5)::before {
  content: "Paso 5";
}
.TTsRwFZZ {
  width: 100%;
  height: 200px;
  background-color: var(--tangaroa);
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .TTsRwFZZ {
    display: block;
    height: auto;
    padding: 40px 26px;
  }
}
.TTsRwFZZ .ABXzTTsA {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .TTsRwFZZ .ABXzTTsA {
    display: block;
    width: 100%;
    height: auto;
  }
}
.TTsRwFZZ .J1xC8EbI {
  width: 250px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .TTsRwFZZ .J1xC8EbI {
    width: 100%;
    margin-bottom: 40px;
  }
  .TTsRwFZZ .J1xC8EbI:last-child {
    margin-bottom: 0;
  }
}
.TTsRwFZZ .J1xC8EbI .QFvlt7wX {
  height: 30px;
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.TTsRwFZZ .J1xC8EbI:nth-child(1) .QFvlt7wX {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_TechCrunch.svg");
}
.TTsRwFZZ .J1xC8EbI:nth-child(2) .QFvlt7wX {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_Inc5000.svg");
}
.TTsRwFZZ .J1xC8EbI:nth-child(3) .QFvlt7wX {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/logo_EINPresswire_wht.png");
}
.TTsRwFZZ .J1xC8EbI .SUgb3bks {
  color: var(--light-grey);
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.OAKNL7rV {
  position: relative;
  background-color: var(--cream);
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 16px;
}
.OAKNL7rV::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100vw;
  top: 0;
  left: 0;
  background-color: var(--white);
  transform: rotate(-8deg) translate(-100px, -98vw);
}
@media (max-width: 768px) {
  .OAKNL7rV {
    padding: 0 26px 100px;
  }
}
.OAKNL7rV .ABXzTTsA {
  width: 100%;
  max-width: 1280px;
  margin-top: 70px;
}
.OAKNL7rV .coVsr0TX {
  width: 100%;
  position: relative;
}
.OAKNL7rV .J5kzQAEL {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: calc(100vw - 32px);
  max-width: 1000px;
  height: calc((100vw - 32px) * 0.525);
  max-height: 562px;
  z-index: 1;
  cursor: pointer;
}
.OAKNL7rV .J5kzQAEL .eJxeteTu {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/home/home_messagefromceo.png");
}
@media (max-width: 768px) {
  .OAKNL7rV .J5kzQAEL {
    width: 100%;
  }
}
.OAKNL7rV .F4xPkNgm {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 36px auto 0;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: var(--white);
  height: 360px;
  width: 320px;
  padding: 36px 46px;
  z-index: 3;
}
@media (max-width: 1047px) {
  .OAKNL7rV .F4xPkNgm {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .OAKNL7rV .F4xPkNgm {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 16px auto 0 auto;
  }
}
.OAKNL7rV .F4xPkNgm .U0WIXR_l {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}
.OAKNL7rV .F4xPkNgm .FXjzNzBx {
  margin-top: 40px;
  width: 200px;
  background-color: var(--primary-lite);
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 96px;
  height: 40px;
}
.OAKNL7rV .F4xPkNgm .FXjzNzBx:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .OAKNL7rV .F4xPkNgm .FXjzNzBx {
    margin-top: 0;
  }
}
.bW7GtrTC:hover {
  background-color: var(--primary-lite-highlighted);
  border-color: var(--primary-lite-highlighted);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  max-width: 100vw;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover-content {
  position: relative;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  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);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button:not(:first-child) {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(11px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.bKzzew_p {
  width: 100%;
  height: 32px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bKzzew_p .G9xookhk {
  font-weight: 600;
  color: var(--picton-blue);
  font-size: 14px;
  margin: 0;
}
.bKzzew_p .EHPfnz8c {
  right: 46px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 800px) {
  .bKzzew_p .EHPfnz8c {
    position: absolute;
  }
}
.bKzzew_p .fRCHedq4 {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.bKzzew_p .fRCHedq4:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .fRCHedq4 {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .oDxqXIMg {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.bKzzew_p .oDxqXIMg:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .oDxqXIMg {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .s1qnYUxG {
  padding-left: 12px;
  padding-right: 12px;
  height: 20px;
  border-radius: 3px;
  margin: 6px 0px 6px 12px;
  background-color: var(--picton-blue);
  border-color: var(--picton-blue);
  font-size: 10px;
  line-height: 13.62px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.bKzzew_p .s1qnYUxG:hover {
  background: var(--picton-blue-highlighted);
  border-color: var(--picton-blue-highlighted);
  color: var(--white);
}
@media (max-width: 800px) {
  .bKzzew_p .s1qnYUxG {
    margin: 6px 0px 6px 9px;
  }
}
.bKzzew_p .IIh1v7d8 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.bKzzew_p .IIh1v7d8 span {
  margin-left: 5px;
}
.jCRw6jun {
  z-index: 2000;
  position: absolute;
  width: 260px;
  height: 200px;
  left: calc(50vw - 130px);
  top: calc(50vh - 100px);
  padding: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.jCRw6jun .Eb9MGUS8 {
  position: relative;
  width: 273px;
  height: 24px;
  margin-top: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--darker-blue);
}
.jCRw6jun .lUatCezM {
  position: relative;
  width: 273px;
  height: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--darker-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #40a9ff;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #40a9ff;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #096dd9;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #096dd9;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  position: relative;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-tabpane {
  outline: none;
}
.ant-tabs-tabpane-hidden {
  display: none;
}
.ant-tabs-switch-appear,
.ant-tabs-switch-enter {
  transition: none;
}
.ant-tabs-switch-appear-start,
.ant-tabs-switch-enter-start {
  opacity: 0;
}
.ant-tabs-switch-appear-active,
.ant-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.ant-tabs-switch-leave {
  position: absolute;
  transition: none;
  inset: 0;
}
.ant-tabs-switch-leave-start {
  opacity: 1;
}
.ant-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.oQ9iuDqF {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YgFimxy0 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/ambassador/bg.jpg");
}
.VwEDH5Mj {
  flex: none;
  margin: 60px 30px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 570px) {
  .VwEDH5Mj {
    max-width: calc(100% - 20px);
  }
}
.vMbnvPlL {
  background-color: transparent;
  overflow: hidden;
}
.yMqVvVt6 {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.yMqVvVt6 .NUVEjPKA {
  margin-left: -21px;
  margin-right: 16px;
  height: 100%;
  width: 300px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/ambassador/logo.png");
}
@media (max-width: 450px) {
  .yMqVvVt6 .NUVEjPKA {
    width: 175px;
    margin-left: -12px;
  }
}
@media (max-width: 375px) {
  .yMqVvVt6 .NUVEjPKA {
    width: 125px;
    margin-left: -8px;
  }
}
.yMqVvVt6 .JjRSfyuZ {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.mjUuKLDp {
  flex: none;
  height: calc(100% - 150px);
}
.mjUuKLDp .UjkUwa0p {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.Fug54WLr {
  background-color: transparent;
  padding: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.FFmC7r7i > div {
  height: 100%;
}
.OXtbQYVe {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.OXtbQYVe .oAnJSefq {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.OXtbQYVe .IAij5EGC {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.OXtbQYVe .P4Bw92il {
  width: 100px;
  margin-bottom: 30px;
}
.OXtbQYVe .P4Bw92il .Z4oTbzGO {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.OXtbQYVe .P4Bw92il img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.OXtbQYVe .B0dl2rxx {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.OXtbQYVe .uYLHa9J8 {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.OXtbQYVe .xSfMjbop {
  width: 80%;
  min-width: 275px;
}
.OXtbQYVe .xSfMjbop .sB0YXvKT {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.OXtbQYVe .xSfMjbop .D8QE8u_f {
  width: 100%;
  margin-top: 8px;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.OXtbQYVe .xSfMjbop .D8QE8u_f .qZBa22ek:hover {
  background: var(--athens-gray);
}
.OXtbQYVe .xSfMjbop .O5A9nqnH {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.OXtbQYVe .xSfMjbop .O5A9nqnH .qZBa22ek:hover {
  background: var(--athens-gray);
}
.OXtbQYVe .xSfMjbop .zf6U8TUr {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.OXtbQYVe .xSfMjbop .zf6U8TUr .qZBa22ek:hover {
  background: var(--athens-gray);
}
.OXtbQYVe .AcyBeAq5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.OXtbQYVe .AcyBeAq5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.ZLgxZ4Ar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  min-height: 500px;
}
.ZLgxZ4Ar .jeKCYTg3 {
  padding: 24px 0;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.ZLgxZ4Ar .jeKCYTg3 .kSmpmfeh {
  color: var(--primary-color-highlighted);
  font-size: 24px;
}
.ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT {
  width: 100%;
  margin-top: 4px;
  padding: 0 20%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT {
    padding: 0 15%;
  }
}
@media (max-width: 425px) {
  .ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT {
    padding: 0 16px;
  }
}
.ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT .HZD6kPgC {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
}
.ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT .HZD6kPgC .ozXrNIC0 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT .HZD6kPgC .ozXrNIC0 {
    font-size: 32px;
  }
}
.ZLgxZ4Ar .jeKCYTg3 .nS8QbjXT .HZD6kPgC .fiBNOn7K {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.ZLgxZ4Ar .jeKCYTg3 .v8HMKaOb {
  position: absolute;
  bottom: -24px;
  right: 24px;
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZLgxZ4Ar .jeKCYTg3 .v8HMKaOb .Cp1PbF7g {
  font-size: 24px;
}
.ZLgxZ4Ar .CeVUIbFX {
  background: linear-gradient(var(--old-grey-highlighted) 0%, white 10px, white 100%);
  position: relative;
  padding-top: 32px;
  height: calc(100% - 175px);
  overflow-y: auto;
}
.ZLgxZ4Ar .CeVUIbFX .NWvvIrbm {
  position: absolute;
  width: 100%;
  height: calc(100% + 32px);
  background-color: var(--primary-color-a30);
  filter: brightness(130%);
  margin-top: -32px;
}
.ZLgxZ4Ar .CeVUIbFX .NWvvIrbm .cSKAl1bF {
  position: absolute;
  top: 50%;
  left: 50%;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 .WG1znEUP {
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
  margin-bottom: 4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 .GD30IIlp {
  width: 100%;
  font-size: 11px;
  text-align: end;
  color: var(--slate-grey-a65);
  margin-top: 4px;
  padding-right: 4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 .xcRrYl8r {
  color: #e6c619;
  font-weight: 600;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx {
  width: 100%;
  border-radius: 25px;
  height: 40px;
  overflow: hidden;
  display: flex;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR .G3mS_Jqf {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR {
    font-size: 8px;
  }
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .yinOmexR:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
  background-color: var(--primary-color-highlighted);
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE .G3mS_Jqf {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE {
    font-size: 8px;
  }
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .KSB1KnJE:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% + 1px);
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  transform: skewX(-30deg);
  color: var(--white);
  background-color: var(--old-grey-highlighted);
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6 .G3mS_Jqf {
  transform: skewX(30deg);
}
@media (max-width: 376px) {
  .ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6 {
    font-size: 8px;
  }
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6:first-child {
  width: calc(20% + 4px);
  margin-left: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6:last-child {
  width: calc(20% + 4px);
  margin-right: -4px;
}
.ZLgxZ4Ar .CeVUIbFX .Rmv_iRT3 ._2pQAKSCx .q24x1Ht6:not(:first-child) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: inset 12px 0 21px -8px var(--slate-grey-a65);
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 {
  margin: 32px 15%;
  text-align: center;
  font-size: 16px;
  color: var(--slate-grey-a65);
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .idOTGaDE {
  background-color: var(--primary-color);
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .Tq2h3Nkr {
  margin-top: 25px;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .Tq2h3Nkr .bccDcSAk {
  margin-top: 16px;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .sm1138kk {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .sm1138kk .CUillUXU {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .sm1138kk .CUillUXU::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_copy_text.svg");
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .kKucgEqD {
  margin-top: 25px;
}
.ZLgxZ4Ar .CeVUIbFX .TmVpaku7 .kKucgEqD .oWpA8xgw {
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.ZLgxZ4Ar .s1HpDDD7 {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 1;
  display: flex;
}
@media (max-width: 475px) {
  .ZLgxZ4Ar .s1HpDDD7 {
    flex-direction: column;
  }
}
.ZLgxZ4Ar .s1HpDDD7 .mDJseBYs {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ZLgxZ4Ar .s1HpDDD7 .mDJseBYs .Cp1PbF7g {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.ZLgxZ4Ar .s1HpDDD7 .mDJseBYs .sB0YXvKT {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.ZLgxZ4Ar .s1HpDDD7 .O9G0S5Yq {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
}
.ZLgxZ4Ar .s1HpDDD7 .O9G0S5Yq .Cp1PbF7g {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.ZLgxZ4Ar .s1HpDDD7 .O9G0S5Yq .sB0YXvKT {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 475px) {
  .ZLgxZ4Ar .s1HpDDD7 .O9G0S5Yq {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.ZLgxZ4Ar .s1HpDDD7 .O9G0S5Yq .Cp1PbF7g {
  background-image: url("/icons/icon_consultant.svg");
}
.ZLgxZ4Ar .s1HpDDD7 .rRTLniYU {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ZLgxZ4Ar .s1HpDDD7 .rRTLniYU .Cp1PbF7g {
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.ZLgxZ4Ar .s1HpDDD7 .rRTLniYU .sB0YXvKT {
  font-size: 8px;
  line-height: 11px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.ZLgxZ4Ar .s1HpDDD7 .rRTLniYU .Cp1PbF7g {
  background-image: url("/icons/icon_ambassador.svg");
}
.EpefBy67 {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
}
.EpefBy67 .oAnJSefq {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.EpefBy67 .IAij5EGC {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.EpefBy67 .P4Bw92il {
  width: 100px;
  margin-bottom: 30px;
}
.EpefBy67 .P4Bw92il .Z4oTbzGO {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.EpefBy67 .P4Bw92il img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.EpefBy67 .B0dl2rxx {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.EpefBy67 .uYLHa9J8 {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.EpefBy67 .xSfMjbop {
  width: 80%;
  min-width: 275px;
}
.EpefBy67 .xSfMjbop .sB0YXvKT {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.EpefBy67 .xSfMjbop .D8QE8u_f {
  width: 100%;
  margin-top: 8px;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.EpefBy67 .xSfMjbop .D8QE8u_f .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.EpefBy67 .xSfMjbop .D8QE8u_f .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.EpefBy67 .xSfMjbop .D8QE8u_f .qZBa22ek:hover {
  background: var(--athens-gray);
}
.EpefBy67 .xSfMjbop .O5A9nqnH {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.EpefBy67 .xSfMjbop .O5A9nqnH .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.EpefBy67 .xSfMjbop .O5A9nqnH .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.EpefBy67 .xSfMjbop .O5A9nqnH .qZBa22ek:hover {
  background: var(--athens-gray);
}
.EpefBy67 .xSfMjbop .zf6U8TUr {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.EpefBy67 .xSfMjbop .zf6U8TUr .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.EpefBy67 .xSfMjbop .zf6U8TUr .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.EpefBy67 .xSfMjbop .zf6U8TUr .qZBa22ek:hover {
  background: var(--athens-gray);
}
.EpefBy67 .AcyBeAq5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.EpefBy67 .AcyBeAq5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.EpefBy67 .oAnJSefq {
  width: 70%;
  text-align: center;
  line-height: 32px;
  height: 100%;
}
.EpefBy67 .ID0mCcTF {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
}
.EpefBy67 .ID0mCcTF .uWeTpPfM {
  font-size: 24px;
}
.EpefBy67 .yfVuUtAg {
  color: var(--light-grey);
  font-size: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  margin-top: 4px;
  cursor: pointer;
}
.BKXuT1yA {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.BKXuT1yA .oAnJSefq {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.BKXuT1yA .IAij5EGC {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.BKXuT1yA .P4Bw92il {
  width: 100px;
  margin-bottom: 30px;
}
.BKXuT1yA .P4Bw92il .Z4oTbzGO {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.BKXuT1yA .P4Bw92il img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.BKXuT1yA .B0dl2rxx {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.BKXuT1yA .uYLHa9J8 {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.BKXuT1yA .xSfMjbop {
  width: 80%;
  min-width: 275px;
}
.BKXuT1yA .xSfMjbop .sB0YXvKT {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.BKXuT1yA .xSfMjbop .D8QE8u_f {
  width: 100%;
  margin-top: 8px;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.BKXuT1yA .xSfMjbop .D8QE8u_f .qZBa22ek:hover {
  background: var(--athens-gray);
}
.BKXuT1yA .xSfMjbop .O5A9nqnH {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.BKXuT1yA .xSfMjbop .O5A9nqnH .qZBa22ek:hover {
  background: var(--athens-gray);
}
.BKXuT1yA .xSfMjbop .zf6U8TUr {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.BKXuT1yA .xSfMjbop .zf6U8TUr .qZBa22ek:hover {
  background: var(--athens-gray);
}
.BKXuT1yA .AcyBeAq5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.BKXuT1yA .AcyBeAq5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.BKXuT1yA .lixwZAjt {
  width: 100%;
  margin: 24px 0;
}
.BKXuT1yA .lixwZAjt ._Qxs9KEq {
  padding: 8px 16px;
}
.BKXuT1yA .lixwZAjt .T4y5oqPf {
  padding: 8px 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.BKXuT1yA .lixwZAjt .h8sHbz2c {
  padding: 8px 16px;
  font-size: 12px;
}
.BKXuT1yA .lixwZAjt .WUkAbu_y {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.BKXuT1yA .lixwZAjt .PzZ_CqUM {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.BKXuT1yA .lixwZAjt .PzZ_CqUM img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.BKXuT1yA .lixwZAjt .PzZ_CqUM .Cp1PbF7g {
  font-size: 16px;
  color: var(--primary-color);
  margin-left: 4px;
}
.BKXuT1yA .P4Bw92il {
  font-size: 16px;
}
.BKXuT1yA .P4Bw92il .L8FoEOzU {
  display: inline-block;
}
.BKXuT1yA .P4Bw92il .L8FoEOzU img {
  height: calc(75px / 2.15);
  width: 75px;
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.LOJ63Bu8 {
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.LOJ63Bu8 .oAnJSefq {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.LOJ63Bu8 .IAij5EGC {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  text-transform: none;
  font-size: 16px;
  padding: 0 30px;
  height: 48px;
  margin: 50px 0;
}
.LOJ63Bu8 .P4Bw92il {
  width: 100px;
  margin-bottom: 30px;
}
.LOJ63Bu8 .P4Bw92il .Z4oTbzGO {
  color: var(--dark-blue);
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: -5px;
}
.LOJ63Bu8 .P4Bw92il img {
  height: 100%;
  width: 100%;
  transform: translate(-2px, -2px);
}
.LOJ63Bu8 .B0dl2rxx {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.LOJ63Bu8 .uYLHa9J8 {
  margin: 8px 0 12px 0;
  font-size: 13px;
  color: var(--slate-grey-a65);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: -10px;
  color: var(--sahara-gold);
}
.LOJ63Bu8 .xSfMjbop {
  width: 80%;
  min-width: 275px;
}
.LOJ63Bu8 .xSfMjbop .sB0YXvKT {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f {
  width: 100%;
  margin-top: 8px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .AcyBeAq5 {
  margin-top: 12px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 19px;
}
.LOJ63Bu8 .AcyBeAq5:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .LOJ63Bu8 {
    padding: 30px 20px;
  }
}
.LOJ63Bu8 .oAnJSefq {
  line-height: 32px;
  margin-bottom: 18px;
}
.LOJ63Bu8 .oAnJSefq .kSmpmfeh {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.LOJ63Bu8 .oAnJSefq .kSmpmfeh .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .AcyBeAq5 {
  margin-bottom: 10px;
}
.LOJ63Bu8 .KmeCk6Fu {
  width: 100px;
  margin: auto;
  margin-top: 16px;
}
.LOJ63Bu8 .KmeCk6Fu .IIDnfcId {
  display: flex;
  flex-direction: column;
}
.LOJ63Bu8 .KmeCk6Fu .IIDnfcId .sB0YXvKT {
  text-align: center;
}
.LOJ63Bu8 .KmeCk6Fu .IIDnfcId .sxi9XLfw {
  margin: 8px 0 10px 0;
  border-radius: 50px;
}
.LOJ63Bu8 .KmeCk6Fu .ID0mCcTF {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.LOJ63Bu8 .KmeCk6Fu .ID0mCcTF:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop {
  width: 80%;
  min-width: 275px;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  position: relative;
}
.LOJ63Bu8 .xSfMjbop .sB0YXvKT {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f {
  width: 100%;
  margin-top: 8px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .O5A9nqnH .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr {
  width: 100%;
  margin-top: 8px;
  margin-top: 0;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .JCNE2AuD {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .ImcpFdhh > div {
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .ImcpFdhh > div > span > input {
  height: 50px !important;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy {
  height: 50px;
  font-size: 16px;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy .gDk8dL0T {
  margin-left: 4px;
  font-weight: 600;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .WlUGfmTy:hover {
  background-color: var(--primary-color-highlighted);
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .qZBa22ek {
  height: 54px;
  width: 336px;
  border-radius: 36px;
  background-color: var(--white);
  color: var(--blue-ribbon);
  border: 1px solid var(--blue-ribbon);
  margin: 45px auto 25px auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
}
.LOJ63Bu8 .xSfMjbop .zf6U8TUr .qZBa22ek:hover {
  background: var(--athens-gray);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f {
  width: 100%;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .JCNE2AuD {
  width: 100%;
  height: 32px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .nvoF5m6e {
  width: 100%;
  height: 32px;
  margin-top: 2px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .PVaMMHMG {
  width: 100%;
  height: 32px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .PVaMMHMG .idwKTrRi {
  line-height: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .vxkCHh15 {
  width: 100%;
  height: 32px;
  cursor: not-allowed;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .uCow9XNP {
  width: 100%;
  height: 32px;
}
.LOJ63Bu8 .xSfMjbop .D8QE8u_f .WlUGfmTy {
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
}
.LOJ63Bu8 .NWvvIrbm {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(130%);
  z-index: 2;
}
.LOJ63Bu8 .NWvvIrbm .cSKAl1bF {
  position: absolute;
  top: 50%;
  left: 50%;
}
.FtGHBF5k {
  display: flex;
  color: var(--white-a65);
  height: 24px;
}
.FtGHBF5k .mKPx7DMV {
  height: 100%;
  background-color: transparent;
  padding: 0 12px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--white-a65);
}
.FtGHBF5k .mKPx7DMV:hover,
.FtGHBF5k .mKPx7DMV:active {
  border: none;
  outline: none;
  color: var(--white);
}
.FtGHBF5k .mKPx7DMV:last-child {
  padding-right: 0;
}
.FtGHBF5k .AA4shmgY {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 12px;
}
.TMAKqxLH {
  margin-top: 8px;
  width: 100%;
  background: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.TMAKqxLH .DPWVk7W_ {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 8px 18px;
}
.TMAKqxLH .DPWVk7W_ .l_v6ZOXk {
  display: flex;
  align-items: center;
}
.TMAKqxLH .DPWVk7W_ .l_v6ZOXk .WG1znEUP {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
}
.TMAKqxLH .AA4shmgY {
  width: 100%;
  height: 1px;
  background: var(--table-edit-mode);
}
.c_HjkIeR {
  width: 100%;
  margin-top: 8px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 8px 16px 8px 8px;
}
@media (max-width: 500px) {
  .c_HjkIeR {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c_HjkIeR ._IBgKtzX {
  position: relative;
  padding-left: 76px;
  cursor: pointer;
}
.c_HjkIeR ._IBgKtzX .sxi9XLfw {
  position: absolute;
  top: -32px;
  left: 8px;
  width: 64px;
  height: 64px;
  background-image: url("/img/ambassador/avatar-blank.png");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}
.c_HjkIeR ._IBgKtzX .ALBADmTl {
  font-size: 14px;
  font-style: italic;
  color: var(--white);
}
.c_HjkIeR .JAPUsLrC {
  margin-left: 10px;
  text-align: right;
}
@media (max-width: 500px) {
  .c_HjkIeR .JAPUsLrC {
    width: 50vw;
  }
}
.c_HjkIeR .JAPUsLrC .sB0YXvKT {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--table-badge-total);
}
.c_HjkIeR .JAPUsLrC .CdoSh_N3 {
  font-size: 12px;
  line-height: 14px;
  color: var(--font-color-eastern-blue);
  cursor: pointer;
}
.c_HjkIeR .JAPUsLrC .CdoSh_N3::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_copy_text.svg");
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.pmLJHHyA .lsitpYxt {
  color: var(--white);
  background-color: var(--slate-grey);
  position: relative;
  padding: 24px;
  padding-top: 48px;
}
.pmLJHHyA .lsitpYxt .yf1h3OjT .OXtbQYVe {
  padding: 4px;
}
.pmLJHHyA .lsitpYxt .Mc5vqSWQ {
  position: absolute;
  top: -24px;
  left: -5px;
  height: 50px;
  width: 100%;
  padding-left: 32px;
  padding-top: 6px;
}
.pmLJHHyA .lsitpYxt .Mc5vqSWQ .kEcX55Q0 {
  font-size: 12px;
  line-height: 14px;
  color: var(--light-grey);
}
.pmLJHHyA .lsitpYxt .Mc5vqSWQ .kEcX55Q0 .zj8wlBdL {
  color: saturate(var(--primary-color-highlighted), 50%);
}
.pmLJHHyA .lsitpYxt .sxi9XLfw {
  position: absolute;
  top: -48px;
  left: -42px;
  width: 64px;
  height: 64px;
  background-image: url("/img/ambassador/avatar-blank.png");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}
.pmLJHHyA .lsitpYxt .jeKCYTg3 {
  color: saturate(var(--primary-color-highlighted), 50%);
  font-size: 18px;
}
.pmLJHHyA .lsitpYxt .TTuPx8BN {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
.pmLJHHyA .lsitpYxt .TTuPx8BN .yinOmexR {
  position: relative;
  margin-top: 18px;
  padding-left: 24px;
  line-height: 18px;
  color: var(--white);
  cursor: pointer;
}
.pmLJHHyA .lsitpYxt .TTuPx8BN .yinOmexR::before {
  content: "•";
  position: absolute;
  left: 0;
  color: saturate(var(--primary-color-highlighted), 50%);
  margin-right: 24px;
  transform: scale(3);
}
.pmLJHHyA .lsitpYxt .mwMX_zpA {
  margin-top: 24px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}
.pmLJHHyA .lsitpYxt .ixNuroCj {
  margin-top: 48px;
  margin-left: 24px;
  color: var(--table-badge-unread);
  font-size: 14px;
}
.pmLJHHyA .lsitpYxt .ixNuroCj .JGW2y2s3 {
  cursor: pointer;
  color: #d2ae50;
}
.pmLJHHyA > div {
  background-color: var(--slate-grey);
}
.agSksrzn {
  height: 100%;
  display: flex;
  align-self: flex-end;
  padding: 5px 0 5px 8px;
}
.agSksrzn .lW1GrAeN {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agSksrzn .SRdovk4K {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.agSksrzn .nC2cUwiE {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.agSksrzn .aIpYnvC1 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.agSksrzn .Cp1PbF7g {
  font-size: 18px;
  color: var(--white);
}
.agSksrzn .u38qvkpv {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.r_cujZ2h {
  align-self: flex-end;
  padding: 5px 0 5px 8px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.r_cujZ2h .lW1GrAeN {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r_cujZ2h .SRdovk4K {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chambray-blue);
}
.r_cujZ2h .nC2cUwiE {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rockman-blue);
}
.r_cujZ2h .aIpYnvC1 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.r_cujZ2h .Cp1PbF7g {
  font-size: 18px;
  color: var(--white);
}
.r_cujZ2h .u38qvkpv {
  border-radius: 50%;
  margin: auto;
  margin-right: 3px;
}
.r_cujZ2h .lW1GrAeN {
  height: 56px;
  width: 56px;
}
.r_cujZ2h .Cp1PbF7g {
  font-size: 36px;
}
.r_cujZ2h .SRdovk4K {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--chambray-blue);
}
.r_cujZ2h .nC2cUwiE {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--rockman-blue);
}
.r_cujZ2h .aIpYnvC1 {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: var(--slate-grey);
  cursor: pointer;
}
.ZRX5Ix4y {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: var(--darkest-blue);
}
.ZpeUeiD3 {
  color: var(--queen-blue);
  font-weight: 600;
  padding: 35px 40px;
  text-align: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ztuYVx9b {
  line-height: 20px;
}
.ztuYVx9b .JzaAKceN {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--dark-blue);
  cursor: pointer;
}
.ztuYVx9b .i1rEjaMn:hover {
  color: var(--canary-yellow) !important;
}
.ztuYVx9b .Pisg7Thl {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--dark-blue);
  cursor: pointer;
  position: relative;
  top: 2px;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 7px;
}
.ztuYVx9b .ISh2qBkD {
  margin-right: 8px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table.ant-table-middle {
  font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 40px;
}
.ant-table.ant-table-middle .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-small {
  font-size: 14px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 40px;
}
.ant-table.ant-table-small .ant-table-selection-column {
  padding-inline-start: 2px;
}
.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
  border-left: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
  border-top: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}
.ant-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-title {
  padding: 16px 16px;
}
.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 32px;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}
.ant-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}
div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}
.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.ant-table-pagination > * {
  flex: none;
}
.ant-table-pagination-left {
  justify-content: flex-start;
}
.ant-table-pagination-center {
  justify-content: center;
}
.ant-table-pagination-right {
  justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
  color: #1890ff;
}
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}
td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}
.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.ant-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}
.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #1890ff;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}
.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}
.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}
.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-filter-trigger.active {
  color: #1890ff;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  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);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}
.ant-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
  background-color: #bae7ff;
}
.ant-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #f0f0f0 solid;
}
.ant-table-filter-dropdown-search-input input {
  min-width: 140px;
}
.ant-table-filter-dropdown-search-input .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}
.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.ant-table-selection-col {
  width: 32px;
}
.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}
table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
  z-index: 3;
}
table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}
.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  margin-inline-start: 100%;
  padding-inline-start: 4px;
}
.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.ant-table-expand-icon-col {
  width: 48px;
}
.ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  display: inline-flex;
  float: none;
  vertical-align: sub;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  transform: scale(0.94117647);
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus-visible,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}
.ant-table-row-expand-icon:active {
  color: #096dd9;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentcolor;
}
.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}
.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table-cell-fix-left-all::after {
  display: none;
}
.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: calc(calc(2 + 1) + 1);
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before {
  left: 0;
}
.ant-table .ant-table-container::after {
  right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
  position: relative;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
  position: relative;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-sticky-holder {
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}
.ant-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.ant-table-title {
  border-radius: 2px 2px 0 0;
}
.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.ant-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.ant-table-footer {
  border-radius: 0 0 2px 2px;
}
.ant-table-wrapper-rtl {
  direction: rtl;
}
.ant-table-rtl {
  direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  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.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: flex;
}
.ant-menu-overflow-item {
  flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  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);
}
.ant-menu-submenu,
.ant-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);
}
.ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-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);
}
.ant-menu-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
  color: #1890ff;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  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), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  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), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #1890ff;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1890ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  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: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-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);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #1890ff;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-compact {
  display: inline-flex;
}
.ant-space-compact-block {
  display: flex;
  width: 100%;
}
.ant-space-compact-vertical {
  flex-direction: column;
}
.ant-space-rtl {
  direction: rtl;
}
.ant-space-compact-rtl {
  direction: rtl;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item:focus-visible {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #1890ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus-visible {
  border-color: #40a9ff;
}
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-item-active:focus-visible a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* 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 */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #1890ff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1890ff;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  opacity: 0.45;
}
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #1890ff;
}
.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-tree-node-content-wrapper {
  line-height: 24px;
  user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popconfirm {
  z-index: 1060;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.XCrH0FCz {
  background-color: var(--white);
  padding: 47px 0px;
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
}
.XCrH0FCz .e163NGlS {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark-blue);
}
.XCrH0FCz .OLUk_1xR {
  color: var(--dark-blue);
  margin: 14px 0 8px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.XCrH0FCz .HBAu0Yau {
  width: 100%;
  padding-bottom: 26px;
}
.XCrH0FCz .S1RkiAl6 {
  width: 100%;
  padding-bottom: 26px;
  padding-bottom: 6px;
}
.XCrH0FCz .wQB8SfZp {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.XCrH0FCz .vbY0TxCd {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  color: var(--dark-blue);
}
.XCrH0FCz .aCls4uwp {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
}
.XCrH0FCz .s3oSbjJV {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
  color: var(--dark-blue);
}
.XCrH0FCz .F6EtHSBZ {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  cursor: not-allowed;
  margin-bottom: 6px;
  color: var(--dark-blue);
  color: var(--nepal-blue);
}
.XCrH0FCz .yYULsqkH {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.XCrH0FCz .yYULsqkH div {
  border-radius: 4px;
  color: var(--primary-color);
}
.XCrH0FCz .ant-picker {
  border-radius: 4px;
}
.XCrH0FCz ._vkAG5_Q {
  width: 100%;
  border-radius: 4px;
}
.XCrH0FCz ._vkAG5_Q input {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
}
.XCrH0FCz .jBEb861i {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  margin-bottom: 0;
}
.XCrH0FCz .BKjlIxBr {
  position: absolute;
  bottom: 8px;
  left: 18px;
  font-size: 10px;
  color: var(--slate-grey);
  transition: opacity 0.3s linear;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.XCrH0FCz .BKjlIxBr a {
  color: var(--dark-blue);
  font-size: 10px;
}
.XCrH0FCz .FNRfOb1K {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.XCrH0FCz .FNRfOb1K .e0rYmp5a {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
}
.XCrH0FCz .FNRfOb1K .e0rYmp5a:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .XCrH0FCz .FNRfOb1K .e0rYmp5a {
    margin-bottom: 8px;
  }
}
.XCrH0FCz .FNRfOb1K .jQ9vnNqe {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: -6px;
}
.XCrH0FCz .FNRfOb1K .KUT0_25Q {
  display: flex;
  width: 100%;
}
.XCrH0FCz .FNRfOb1K .KUT0_25Q .SnEFykJV {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-right: 12px;
  margin-bottom: 10px;
}
.XCrH0FCz .FNRfOb1K .KUT0_25Q .SnEFykJV:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .XCrH0FCz .FNRfOb1K .KUT0_25Q .SnEFykJV {
    margin-bottom: 8px;
  }
}
.XCrH0FCz .FNRfOb1K .KUT0_25Q .va4G4jGo {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  height: 32px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding-bottom: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-right: 12px;
  margin-bottom: 10px;
  color: var(--scarlet);
  border: 1px solid var(--scarlet);
  margin-right: 6px;
}
.XCrH0FCz .FNRfOb1K .KUT0_25Q .va4G4jGo:hover {
  background-color: var(--primary-color-highlighted);
}
@media (max-width: 572px) {
  .XCrH0FCz .FNRfOb1K .KUT0_25Q .va4G4jGo {
    margin-bottom: 8px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Kih1_Hd3 {
  background-image: linear-gradient(101deg, #20c2f1, #0070f4);
  width: 100%;
  height: 100%;
  box-shadow: 2px 1000px 1px var(--white) inset;
  border: solid 1px transparent;
  border-radius: 6px;
  display: flex !important;
  background-origin: border-box;
  align-items: center;
  justify-content: center;
}
.jv_8gdtr {
  background-image: linear-gradient(101deg, #d6e1f0, #d6e1f0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 1000px 1px var(--white) inset;
  border: solid 1px transparent;
  border-radius: 6px;
  display: flex !important;
  background-origin: border-box;
  align-items: center;
  justify-content: center;
}
.jv_8gdtr .I3IHnbG4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.w2S45IP5 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w2S45IP5:hover {
  color: var(--white);
  border: 1px solid transparent;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.OUiLD0k9 {
  color: var(--white);
  border: none;
  border-radius: 6px;
  background-size: 300% 100%;
  -moz-transition: all 0.3s ease-in-out;
  font-weight: 600;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.OUiLD0k9:hover {
  color: var(--white);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.OUiLD0k9:focus {
  color: var(--white);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.OUiLD0k9:disabled {
  color: var(--white);
  background: var(--botticelli-blue);
  box-shadow: none;
}
.OUiLD0k9:disabled:hover {
  color: var(--white);
  background: var(--botticelli-blue);
  box-shadow: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.nLgpWz5r .NzCaibtk {
  font-size: 16px;
  color: var(--primary-color);
}
.nLgpWz5r .ant-modal-header {
  border-radius: 12px 12px 0 0;
  background-color: var(--athens-gray);
  border: none;
  padding: 10px 24px;
}
.nLgpWz5r .ant-modal-close {
  height: 43px;
  display: flex;
  align-items: center;
}
.nLgpWz5r .ant-modal-close .anticon-close {
  color: var(--dark-blue);
}
.nLgpWz5r .ant-modal-content {
  border-radius: 12px;
}
.nLgpWz5r .ant-modal-footer {
  display: flex;
  align-items: center;
  border-radius: 0 0 12px 12px;
  background-color: var(--athens-gray);
  padding: 18px 28px;
}
.nLgpWz5r .bY0UCnvJ {
  display: flex;
  align-items: center;
}
.nLgpWz5r .bY0UCnvJ div {
  align-items: center;
}
.nLgpWz5r .bY0UCnvJ .wDN9gJiP {
  margin-right: 6px;
}
.nLgpWz5r .bY0UCnvJ .KLkz7Xlc {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.nLgpWz5r .FIRAWKQt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nLgpWz5r .FIRAWKQt div {
  align-items: center;
}
.nLgpWz5r .FIRAWKQt .wDN9gJiP {
  margin-right: 6px;
}
.nLgpWz5r .FIRAWKQt .KLkz7Xlc {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.nLgpWz5r .o9aN6j9N {
  width: 100%;
}
.nLgpWz5r .o9aN6j9N .c_TSitt6 {
  color: var(--darker-blue);
  margin: 0px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.nLgpWz5r .o9aN6j9N .vHu4UuA7 {
  color: var(--grey-blue);
  margin: 14px 0px 28px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.nLgpWz5r .kBQM7XC2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nLgpWz5r .kBQM7XC2 .n3YZOC7M {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .kBQM7XC2 .n3YZOC7M .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .ant-btn-primary {
  box-shadow: none !important;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 163px;
  background-color: var(--font-color-eastern-blue);
  box-shadow: none;
  border: none;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 .oGjyFbUx {
  color: var(--white);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4.ant-btn-primary[disabled] span {
  color: var(--white);
}
.nLgpWz5r .kBQM7XC2 .o174nkc4 :disabled,
.nLgpWz5r .kBQM7XC2 .o174nkc4[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.nLgpWz5r .kBQM7XC2 .KpUztOO4 {
  min-width: 163px;
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .kBQM7XC2 .mLy5CCZ0 .oGjyFbUx {
  color: var(--primary-color);
}
.nLgpWz5r .kBQM7XC2 .V7TYDKYj {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.nLgpWz5r .kBQM7XC2 .n4Yg3RD7 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .kBQM7XC2 .n4Yg3RD7 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
}
.nLgpWz5r .bas3RZQ3 .n3YZOC7M {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .bas3RZQ3 .n3YZOC7M .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .ant-btn-primary {
  box-shadow: none !important;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 163px;
  background-color: var(--font-color-eastern-blue);
  box-shadow: none;
  border: none;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 .oGjyFbUx {
  color: var(--white);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4:hover {
  background: var(--font-color-eastern-blue-highlighted);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4.ant-btn-primary[disabled] span {
  color: var(--white);
}
.nLgpWz5r .bas3RZQ3 .o174nkc4 :disabled,
.nLgpWz5r .bas3RZQ3 .o174nkc4[disabled] {
  background: var(--botticelli-blue) !important;
  background-color: var(--botticelli-blue) !important;
  color: var(--white) !important;
}
.nLgpWz5r .bas3RZQ3 .KpUztOO4 {
  min-width: 163px;
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.nLgpWz5r .bas3RZQ3 .mLy5CCZ0 .oGjyFbUx {
  color: var(--primary-color);
}
.nLgpWz5r .bas3RZQ3 .V7TYDKYj {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -8px;
}
.nLgpWz5r .bas3RZQ3 .n4Yg3RD7 {
  height: 32px;
  min-width: 78px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.nLgpWz5r .bas3RZQ3 .n4Yg3RD7 .oGjyFbUx {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ff4d4f;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.bVD_QfQx {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.JprCUFNN {
  border: 1px solid var(--whale-white);
  background-color: rgba(255, 255, 255, 0.1);
  height: 30px;
  font-size: 12px;
  margin-left: 25px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .JprCUFNN {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .JprCUFNN {
    margin-left: 5px;
  }
}
.XhMoaUgl .iur4bznT {
  font-size: 16px;
  color: var(--primary-color);
}
.XhMoaUgl .HzyXOgTv {
  font-size: 16px;
  margin-left: 5px;
}
.XhMoaUgl .v04ZPSJC .JprCUFNN {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.XhMoaUgl .v04ZPSJC .zevWv1jS {
  border-radius: 2px;
  height: 32px;
  width: 100px;
}
.XhMoaUgl .v04ZPSJC .zevWv1jS .baljEA5C {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--white);
}
.XhMoaUgl .v04ZPSJC .mDkhcmBH {
  border-radius: 2px;
  height: 32px;
  width: 100px;
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.XhMoaUgl .v04ZPSJC .mDkhcmBH .baljEA5C {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ant-badge-count {
  z-index: auto;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  color: var(--white);
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  text-align: center;
  background: var(--sunset-orange);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px var(--white);
  box-shadow: 0 0 0 1px var(--white);
}
.ant-badge {
  padding-right: 10px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.QRk4XiaL {
  position: relative;
  padding: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.QRk4XiaL .PlpMYMVV {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.QRk4XiaL .ISdeBaI5 {
  height: 32px;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary-color);
}
.QRk4XiaL .ISdeBaI5 .A8zfNBtb {
  display: inline-block;
  width: 69px;
  height: 100%;
  margin-left: 2px;
  margin-right: 11px;
}
.QRk4XiaL .ISdeBaI5 .A8zfNBtb img {
  height: 120%;
  width: 120%;
  transform: translate(-2px, -2px);
  filter: invert(47%) sepia(99%) saturate(380%) hue-rotate(150deg) brightness(97%) contrast(91%);
}
.QRk4XiaL .k74O3qNl {
  margin: 12px 0 24px 0;
  font-size: 12px;
  color: var(--slate-grey-a65);
  text-align: center;
}
.QRk4XiaL .pzTIZNfc {
  width: 80%;
  min-width: 275px;
}
.QRk4XiaL .v2KRWqAP {
  margin-top: 24px;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.QRk4XiaL .v2KRWqAP:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.Dj9cH1nL {
  width: 100%;
  margin-top: 16px;
}
.Dj9cH1nL .nCp2laEN {
  width: 100%;
  font-size: 14px;
  height: 50px;
}
.Dj9cH1nL .nCp2laEN input {
  font-size: 14px;
}
.Dj9cH1nL .AnMxfIhl {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Dj9cH1nL .SqepglyR {
  height: 50px;
  font-size: 16px;
}
.Dj9cH1nL .SqepglyR .OhBKi8o_ {
  margin-left: 4px;
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.rxe047Xb {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.rxe047Xb .uFhVaZsj {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.rxe047Xb .uFhVaZsj .sr9C5u7C {
  position: relative;
  top: 2px;
}
.rxe047Xb .uFhVaZsj .rOLinbHl {
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
}
.stWEk6PT {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 64px);
  background-color: var(--cream);
  overflow-x: hidden;
  flex-direction: column;
}
@media (max-height: 849px) {
  .stWEk6PT {
    justify-content: unset;
  }
}
.Z5lGFQaY {
  width: 432px;
  max-width: 100vw;
  margin: 0 16px;
  padding-top: 48px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.M_qisAXF {
  width: 432px;
  max-width: 100vw;
  min-height: 96px;
  margin: 28px 16px 0px 16px;
  background-color: var(--botticelli-green-a25);
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.M_qisAXF .gWGwAYlV {
  align-items: center;
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}
.M_qisAXF .r_yc_nH4 {
  color: var(--dark-blue);
  font-size: 14px;
  padding-right: 19px;
}
.M_qisAXF .rfOGds4U {
  font-weight: 600;
}
.nHWT9zeN {
  width: 375px;
  height: 80px;
  background-image: url("/img/powur_logo.svg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.epeSswoy {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jkveQqTM {
  width: 100%;
  height: 100%;
}
.jkveQqTM .al2clGUS {
  width: 100%;
  padding: 32px;
}
.DrwPr7f8 .HnAFvCWn {
  margin-bottom: 16px;
}
.DrwPr7f8 .HnAFvCWn .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.DrwPr7f8 .HnAFvCWn .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.DrwPr7f8 .HnAFvCWn label {
  width: 100%;
}
.DrwPr7f8 .HnAFvCWn .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.DrwPr7f8 .HnAFvCWn .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.DrwPr7f8 .JZXiEAwZ {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.DrwPr7f8 .HkZz9gKk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.DrwPr7f8 .D7vjOrXO {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.DrwPr7f8 .D7vjOrXO .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.DrwPr7f8 .D7vjOrXO .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.DrwPr7f8 .D7vjOrXO label {
  width: 100%;
}
.DrwPr7f8 .D7vjOrXO .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.DrwPr7f8 .D7vjOrXO .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.DrwPr7f8 .D7vjOrXO .RNNWgQMW .lhDdKzOJ {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.DrwPr7f8 .FLjdrcPN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DrwPr7f8 .FLjdrcPN .cOlL_PbY {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.DrwPr7f8 .RD9RCi5Z {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DrwPr7f8 .LsC7BXGR {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.DrwPr7f8 .DaDFpSBx div > div {
  margin: 15px 0;
}
.OSCar8Fv .HnAFvCWn {
  margin-bottom: 16px;
}
.OSCar8Fv .HnAFvCWn .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.OSCar8Fv .HnAFvCWn .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.OSCar8Fv .HnAFvCWn label {
  width: 100%;
}
.OSCar8Fv .HnAFvCWn .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.OSCar8Fv .HnAFvCWn .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.OSCar8Fv .JZXiEAwZ {
  color: var(--blue-ribbon);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.OSCar8Fv .HkZz9gKk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.OSCar8Fv .D7vjOrXO {
  margin-bottom: 16px;
  margin-bottom: 0;
  color: var(--table-grey);
  font-size: 14px;
  line-height: 17px;
}
.OSCar8Fv .D7vjOrXO .Xi9Vuz_M {
  color: var(--botticelli-blue);
}
.OSCar8Fv .D7vjOrXO .FFOW8Spo {
  font-size: 10px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--nepal-blue);
}
.OSCar8Fv .D7vjOrXO label {
  width: 100%;
}
.OSCar8Fv .D7vjOrXO .SmnE2jUd {
  border-radius: 3px;
  border: 1px solid var(--botticelli-blue);
}
.OSCar8Fv .D7vjOrXO .SmnE2jUd .ant-input-group-addon {
  background-color: transparent;
}
.OSCar8Fv .D7vjOrXO .RNNWgQMW .lhDdKzOJ {
  margin-right: 9px;
  color: var(--font-color-eastern-blue);
}
.OSCar8Fv .FLjdrcPN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OSCar8Fv .FLjdrcPN .cOlL_PbY {
  font-family: "Poppins";
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.OSCar8Fv .RD9RCi5Z {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OSCar8Fv .LsC7BXGR {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.OSCar8Fv .DaDFpSBx div > div {
  margin: 15px 0;
}
.OSCar8Fv .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.OSCar8Fv .o7dTWkAq {
  padding: 11px 15px;
  background-color: var(--botticelli-blue-50);
  border: 1px solid var(--botticelli-blue);
  border-radius: 3px;
  margin: 24px 0px;
}
.OSCar8Fv .o7dTWkAq .Eb5Ybk9D {
  color: var(--nepal-blue);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Aca35nc5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-family: "Poppins";
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(to right, var(--picton-blue), var(--blue-ribbon)) border-box;
}
.Aca35nc5:hover {
  border: 1px solid transparent;
  background: linear-gradient(var(--white), var(--white)) padding-box, linear-gradient(to right, var(--blue-ribbon), var(--blue-ribbon)) border-box;
}
.Aca35nc5:hover .tpxCLdly {
  color: var(--blue-ribbon);
}
.Aca35nc5 .U1r52IWA {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.Aca35nc5 .tpxCLdly {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.l_PIXHb3 {
  height: 45px;
  width: 100%;
  color: var(--white);
  border: none;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes QUElhMxR {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.QUElhMxR {
  -webkit-animation-name: QUElhMxR;
  -moz-animation-name: QUElhMxR;
  -o-animation-name: QUElhMxR;
  animation-name: QUElhMxR;
}
@-webkit-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes iQM3Vmzx {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.iQM3Vmzx {
  -webkit-animation-name: iQM3Vmzx;
  -moz-animation-name: iQM3Vmzx;
  -o-animation-name: iQM3Vmzx;
  animation-name: iQM3Vmzx;
}
@-webkit-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes IBrA4vNW {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes IBrA4vNW {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.IBrA4vNW {
  -webkit-animation-name: IBrA4vNW;
  -moz-animation-name: IBrA4vNW;
  -o-animation-name: IBrA4vNW;
  animation-name: IBrA4vNW;
}
@-webkit-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes HWTneM_c {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes HWTneM_c {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.HWTneM_c {
  -webkit-animation-name: HWTneM_c;
  -moz-animation-name: HWTneM_c;
  -o-animation-name: HWTneM_c;
  animation-name: HWTneM_c;
}
@-webkit-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes CPJygjqE {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes CPJygjqE {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.CPJygjqE {
  -webkit-animation-name: CPJygjqE;
  -moz-animation-name: CPJygjqE;
  -o-animation-name: CPJygjqE;
  animation-name: CPJygjqE;
}
@-webkit-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes V1Dbfh3w {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.V1Dbfh3w {
  -webkit-animation-name: V1Dbfh3w;
  -moz-animation-name: V1Dbfh3w;
  -o-animation-name: V1Dbfh3w;
  animation-name: V1Dbfh3w;
}
@-webkit-keyframes B74KGXTV {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes B74KGXTV {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes B74KGXTV {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes B74KGXTV {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.B74KGXTV {
  -webkit-animation-name: B74KGXTV;
  -moz-animation-name: B74KGXTV;
  -o-animation-name: B74KGXTV;
  animation-name: B74KGXTV;
}
@-webkit-keyframes yJWi6KVE {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes yJWi6KVE {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes yJWi6KVE {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes yJWi6KVE {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.yJWi6KVE {
  -webkit-animation-name: yJWi6KVE;
  -moz-animation-name: yJWi6KVE;
  -o-animation-name: yJWi6KVE;
  animation-name: yJWi6KVE;
}
@-webkit-keyframes nla5i23i {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes nla5i23i {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes nla5i23i {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes nla5i23i {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.nla5i23i {
  -webkit-animation-name: nla5i23i;
  -moz-animation-name: nla5i23i;
  -o-animation-name: nla5i23i;
  animation-name: nla5i23i;
}
@-webkit-keyframes xMthi8fq {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes xMthi8fq {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes xMthi8fq {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes xMthi8fq {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.xMthi8fq {
  -webkit-animation-name: xMthi8fq;
  -moz-animation-name: xMthi8fq;
  -o-animation-name: xMthi8fq;
  animation-name: xMthi8fq;
}
@-webkit-keyframes u3XNNVtl {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes u3XNNVtl {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes u3XNNVtl {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes u3XNNVtl {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.u3XNNVtl {
  -webkit-animation-name: u3XNNVtl;
  -moz-animation-name: u3XNNVtl;
  -o-animation-name: u3XNNVtl;
  animation-name: u3XNNVtl;
}
@-webkit-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes qqt1z2NS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.qqt1z2NS {
  -webkit-animation-name: qqt1z2NS;
  -moz-animation-name: qqt1z2NS;
  -o-animation-name: qqt1z2NS;
  animation-name: qqt1z2NS;
}
@-webkit-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes U14Sgghq {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes U14Sgghq {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.U14Sgghq {
  -webkit-animation-name: U14Sgghq;
  -moz-animation-name: U14Sgghq;
  -o-animation-name: U14Sgghq;
  animation-name: U14Sgghq;
}
@-webkit-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes QmH5_UNv {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes QmH5_UNv {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.QmH5_UNv {
  -webkit-animation-name: QmH5_UNv;
  -moz-animation-name: QmH5_UNv;
  -o-animation-name: QmH5_UNv;
  animation-name: QmH5_UNv;
}
@-webkit-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes LbZJy35W {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes LbZJy35W {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.LbZJy35W {
  -webkit-animation-name: LbZJy35W;
  -moz-animation-name: LbZJy35W;
  -o-animation-name: LbZJy35W;
  animation-name: LbZJy35W;
}
@-webkit-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes F_pxXYpz {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes F_pxXYpz {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.F_pxXYpz {
  -webkit-animation-name: F_pxXYpz;
  -moz-animation-name: F_pxXYpz;
  -o-animation-name: F_pxXYpz;
  animation-name: F_pxXYpz;
}
@-webkit-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes BzgAahSS {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes BzgAahSS {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.BzgAahSS {
  -webkit-animation-name: BzgAahSS;
  -moz-animation-name: BzgAahSS;
  -o-animation-name: BzgAahSS;
  animation-name: BzgAahSS;
}
@-webkit-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes IGmA9GZl {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes IGmA9GZl {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.IGmA9GZl {
  -webkit-animation-name: IGmA9GZl;
  -moz-animation-name: IGmA9GZl;
  -o-animation-name: IGmA9GZl;
  animation-name: IGmA9GZl;
}
@-webkit-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes FYIozSOQ {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes FYIozSOQ {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.FYIozSOQ {
  -webkit-animation-name: FYIozSOQ;
  -moz-animation-name: FYIozSOQ;
  -o-animation-name: FYIozSOQ;
  animation-name: FYIozSOQ;
}
@-webkit-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes nZZ_C2_c {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nZZ_C2_c {
  -webkit-animation-name: nZZ_C2_c;
  -moz-animation-name: nZZ_C2_c;
  -o-animation-name: nZZ_C2_c;
  animation-name: nZZ_C2_c;
}
@-webkit-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes b04lU6WW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b04lU6WW {
  -webkit-animation-name: b04lU6WW;
  -moz-animation-name: b04lU6WW;
  -o-animation-name: b04lU6WW;
  animation-name: b04lU6WW;
}
@-webkit-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes JarUV8BX {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes JarUV8BX {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.JarUV8BX {
  -webkit-animation-name: JarUV8BX;
  -moz-animation-name: JarUV8BX;
  -o-animation-name: JarUV8BX;
  animation-name: JarUV8BX;
}
@-webkit-keyframes knTZ1der {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes knTZ1der {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes knTZ1der {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes knTZ1der {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.knTZ1der {
  -webkit-animation-name: knTZ1der;
  -moz-animation-name: knTZ1der;
  -o-animation-name: knTZ1der;
  animation-name: knTZ1der;
}
@-webkit-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes oTJeivdm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes oTJeivdm {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.oTJeivdm {
  -webkit-animation-name: oTJeivdm;
  -moz-animation-name: oTJeivdm;
  -o-animation-name: oTJeivdm;
  animation-name: oTJeivdm;
}
@-webkit-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes _5Htiyi4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
._5Htiyi4 {
  -webkit-animation-name: _5Htiyi4;
  -moz-animation-name: _5Htiyi4;
  -o-animation-name: _5Htiyi4;
  animation-name: _5Htiyi4;
}
@-webkit-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes nulae0L4 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes nulae0L4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.nulae0L4 {
  -webkit-animation-name: nulae0L4;
  -moz-animation-name: nulae0L4;
  -o-animation-name: nulae0L4;
  animation-name: nulae0L4;
}
@-webkit-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes tUrfJCsc {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes tUrfJCsc {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.tUrfJCsc {
  -webkit-animation-name: tUrfJCsc;
  -moz-animation-name: tUrfJCsc;
  -o-animation-name: tUrfJCsc;
  animation-name: tUrfJCsc;
}
@-webkit-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes IJRmLFMB {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes IJRmLFMB {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.IJRmLFMB {
  -webkit-animation-name: IJRmLFMB;
  -moz-animation-name: IJRmLFMB;
  -o-animation-name: IJRmLFMB;
  animation-name: IJRmLFMB;
}
@-webkit-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes ChhCcz6w {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes ChhCcz6w {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.ChhCcz6w {
  -webkit-animation-name: ChhCcz6w;
  -moz-animation-name: ChhCcz6w;
  -o-animation-name: ChhCcz6w;
  animation-name: ChhCcz6w;
}
@-webkit-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes tCtr5rgM {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.tCtr5rgM {
  -webkit-animation-name: tCtr5rgM;
  -moz-animation-name: tCtr5rgM;
  -o-animation-name: tCtr5rgM;
  animation-name: tCtr5rgM;
}
@-webkit-keyframes ZZzgNT3_ {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes ZZzgNT3_ {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes ZZzgNT3_ {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes ZZzgNT3_ {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.ZZzgNT3_ {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: ZZzgNT3_;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: ZZzgNT3_;
  -o-backface-visibility: visible !important;
  -o-animation-name: ZZzgNT3_;
  backface-visibility: visible !important;
  animation-name: ZZzgNT3_;
}
@-webkit-keyframes S9SKMrxQ {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes S9SKMrxQ {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes S9SKMrxQ {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes S9SKMrxQ {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.S9SKMrxQ {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: S9SKMrxQ;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: S9SKMrxQ;
  -o-backface-visibility: visible !important;
  -o-animation-name: S9SKMrxQ;
  backface-visibility: visible !important;
  animation-name: S9SKMrxQ;
}
@-webkit-keyframes uwF9gYCz {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes uwF9gYCz {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes uwF9gYCz {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes uwF9gYCz {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.uwF9gYCz {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: uwF9gYCz;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: uwF9gYCz;
  -o-backface-visibility: visible !important;
  -o-animation-name: uwF9gYCz;
  backface-visibility: visible !important;
  animation-name: uwF9gYCz;
}
@-webkit-keyframes n23wDVck {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes n23wDVck {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes n23wDVck {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes n23wDVck {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.n23wDVck {
  -webkit-animation-name: n23wDVck;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: n23wDVck;
  -moz-backface-visibility: visible !important;
  -o-animation-name: n23wDVck;
  -o-backface-visibility: visible !important;
  animation-name: n23wDVck;
  backface-visibility: visible !important;
}
@-webkit-keyframes daqNkHtV {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes daqNkHtV {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes daqNkHtV {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes daqNkHtV {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.daqNkHtV {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: daqNkHtV;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: daqNkHtV;
  -o-backface-visibility: visible !important;
  -o-animation-name: daqNkHtV;
  backface-visibility: visible !important;
  animation-name: daqNkHtV;
}
@-webkit-keyframes ajlmQJrG {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes ajlmQJrG {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes ajlmQJrG {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes ajlmQJrG {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.ajlmQJrG {
  -webkit-animation-name: ajlmQJrG;
  -moz-animation-name: ajlmQJrG;
  -o-animation-name: ajlmQJrG;
  animation-name: ajlmQJrG;
}
@-webkit-keyframes ivCccTww {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes ivCccTww {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes ivCccTww {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes ivCccTww {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.ivCccTww {
  -webkit-animation-name: ivCccTww;
  -moz-animation-name: ivCccTww;
  -o-animation-name: ivCccTww;
  animation-name: ivCccTww;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes BAwz7I2M {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes BAwz7I2M {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes BAwz7I2M {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes BAwz7I2M {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.BAwz7I2M {
  -webkit-animation-name: BAwz7I2M;
  -moz-animation-name: BAwz7I2M;
  -o-animation-name: BAwz7I2M;
  animation-name: BAwz7I2M;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes S0Onn0o8 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes S0Onn0o8 {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes S0Onn0o8 {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes S0Onn0o8 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.S0Onn0o8 {
  -webkit-animation-name: S0Onn0o8;
  -moz-animation-name: S0Onn0o8;
  -o-animation-name: S0Onn0o8;
  animation-name: S0Onn0o8;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes au_j3qck {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes au_j3qck {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes au_j3qck {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes au_j3qck {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.au_j3qck {
  -webkit-animation-name: au_j3qck;
  -moz-animation-name: au_j3qck;
  -o-animation-name: au_j3qck;
  animation-name: au_j3qck;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes T4RSGwe_ {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.T4RSGwe_ {
  -webkit-animation-name: T4RSGwe_;
  -moz-animation-name: T4RSGwe_;
  -o-animation-name: T4RSGwe_;
  animation-name: T4RSGwe_;
}
@-webkit-keyframes _Au8t6Ds {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes _Au8t6Ds {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes _Au8t6Ds {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes _Au8t6Ds {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
._Au8t6Ds {
  -webkit-animation-name: _Au8t6Ds;
  -moz-animation-name: _Au8t6Ds;
  -o-animation-name: _Au8t6Ds;
  animation-name: _Au8t6Ds;
}
@-webkit-keyframes dyjdXQpr {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes dyjdXQpr {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes dyjdXQpr {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes dyjdXQpr {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.dyjdXQpr {
  -webkit-animation-name: dyjdXQpr;
  -moz-animation-name: dyjdXQpr;
  -o-animation-name: dyjdXQpr;
  animation-name: dyjdXQpr;
}
@-webkit-keyframes Sev6rxsM {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes Sev6rxsM {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes Sev6rxsM {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes Sev6rxsM {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.Sev6rxsM {
  -webkit-animation-name: Sev6rxsM;
  -moz-animation-name: Sev6rxsM;
  -o-animation-name: Sev6rxsM;
  animation-name: Sev6rxsM;
}
@-webkit-keyframes HZ28Nmp8 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes HZ28Nmp8 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes HZ28Nmp8 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes HZ28Nmp8 {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.HZ28Nmp8 {
  -webkit-animation-name: HZ28Nmp8;
  -moz-animation-name: HZ28Nmp8;
  -o-animation-name: HZ28Nmp8;
  animation-name: HZ28Nmp8;
}
@-webkit-keyframes YT6ZO7Z2 {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes YT6ZO7Z2 {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes YT6ZO7Z2 {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes YT6ZO7Z2 {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.YT6ZO7Z2 {
  -webkit-animation-name: YT6ZO7Z2;
  -moz-animation-name: YT6ZO7Z2;
  -o-animation-name: YT6ZO7Z2;
  animation-name: YT6ZO7Z2;
}
@-webkit-keyframes Ogblrp13 {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes Ogblrp13 {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes Ogblrp13 {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes Ogblrp13 {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.Ogblrp13 {
  -webkit-animation-name: Ogblrp13;
  -moz-animation-name: Ogblrp13;
  -o-animation-name: Ogblrp13;
  animation-name: Ogblrp13;
}
@-webkit-keyframes O_6BQRS3 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes O_6BQRS3 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes O_6BQRS3 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes O_6BQRS3 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.O_6BQRS3 {
  -webkit-animation-name: O_6BQRS3;
  -moz-animation-name: O_6BQRS3;
  -o-animation-name: O_6BQRS3;
  animation-name: O_6BQRS3;
}
@-webkit-keyframes pi8rSfOg {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes pi8rSfOg {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes pi8rSfOg {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes pi8rSfOg {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.pi8rSfOg {
  -webkit-animation-name: pi8rSfOg;
  -moz-animation-name: pi8rSfOg;
  -o-animation-name: pi8rSfOg;
  animation-name: pi8rSfOg;
}
@-webkit-keyframes VQ0W_ADv {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes VQ0W_ADv {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes VQ0W_ADv {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes VQ0W_ADv {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.VQ0W_ADv {
  -webkit-animation-name: VQ0W_ADv;
  -moz-animation-name: VQ0W_ADv;
  -o-animation-name: VQ0W_ADv;
  animation-name: VQ0W_ADv;
}
@-webkit-keyframes IOF3YttR {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes IOF3YttR {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes IOF3YttR {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes IOF3YttR {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.IOF3YttR {
  -webkit-animation-name: IOF3YttR;
  -moz-animation-name: IOF3YttR;
  -o-animation-name: IOF3YttR;
  animation-name: IOF3YttR;
}
@-webkit-keyframes t20nHvB9 {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes t20nHvB9 {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes t20nHvB9 {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes t20nHvB9 {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.t20nHvB9 {
  -webkit-animation-name: t20nHvB9;
  -moz-animation-name: t20nHvB9;
  -o-animation-name: t20nHvB9;
  animation-name: t20nHvB9;
}
@-webkit-keyframes UQBLzTvD {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes UQBLzTvD {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes UQBLzTvD {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes UQBLzTvD {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.UQBLzTvD {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: UQBLzTvD;
  -moz-animation-name: UQBLzTvD;
  -o-animation-name: UQBLzTvD;
  animation-name: UQBLzTvD;
}
@-webkit-keyframes weT86CIQ {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes weT86CIQ {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes weT86CIQ {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes weT86CIQ {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.weT86CIQ {
  -webkit-animation-name: weT86CIQ;
  -moz-animation-name: weT86CIQ;
  -o-animation-name: weT86CIQ;
  animation-name: weT86CIQ;
}
@-webkit-keyframes if5fIhlv {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes if5fIhlv {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes if5fIhlv {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes if5fIhlv {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.if5fIhlv {
  -webkit-animation-name: if5fIhlv;
  -moz-animation-name: if5fIhlv;
  -o-animation-name: if5fIhlv;
  animation-name: if5fIhlv;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes o30_9JUH {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes o30_9JUH {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes o30_9JUH {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes o30_9JUH {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.o30_9JUH {
  -webkit-animation-name: o30_9JUH;
  -moz-animation-name: o30_9JUH;
  -o-animation-name: o30_9JUH;
  animation-name: o30_9JUH;
}
.ybL8qLB8 {
  min-width: 32px;
  height: 32px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000;
  border-radius: 6px;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ybL8qLB8 span {
  color: var(--picton-blue);
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translate(0px, -1px);
}
.ybL8qLB8:disabled span {
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
  background: unset;
  color: var(--dark-blue);
}
.ybL8qLB8:hover {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:hover span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ybL8qLB8:active {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:active span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ybL8qLB8:focus {
  border: 1px solid #0000;
  background: linear-gradient(white, white) padding-box, linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%) border-box;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ybL8qLB8:focus span {
  color: var(--picton-blue);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.PnMHjf7C {
  margin-top: 10px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.PnMHjf7C .Rgma5323 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  width: 150px;
  text-align: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.zQm1JIWJ {
  height: 720px;
  position: relative;
}
.zQm1JIWJ .pBjKMWZK {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.zQm1JIWJ .pBjKMWZK .khMq02T0 {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.zQm1JIWJ .nHX3YbVZ {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_header.png");
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 1600px) {
  .zQm1JIWJ .nHX3YbVZ {
    background-position-y: bottom;
  }
}
.zQm1JIWJ .n2HZemBK {
  position: absolute;
  width: 100%;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.zQm1JIWJ .n2HZemBK .KCC7Ij2N {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .KCC7Ij2N {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .KCC7Ij2N {
    font-size: 30px;
  }
}
.zQm1JIWJ .n2HZemBK .VsVLzfT_ {
  color: var(--white);
  width: 80%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-transform: unset;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .zQm1JIWJ .n2HZemBK .VsVLzfT_ {
    font-size: 16px;
  }
}
.zQm1JIWJ .n2HZemBK .MDrznqEj {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.zQm1JIWJ .n2HZemBK .HZ93L279 {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--white);
  margin-top: 20px;
  margin-bottom: 110px;
}
.zQm1JIWJ .n2HZemBK .HZ93L279:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@font-face {
  font-family: "Bebas";
  src: url(/fonts/Bebas-Regular.otf);
}
.HVOfKPoy {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--white);
  font-family: "Bebas";
  font-size: 75px;
  padding: 40px 0px;
}
.HVOfKPoy .Ek_J6G0G {
  transform: translateY(106.04px);
}
.HVOfKPoy .lwrAXgEz {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.HVOfKPoy .U9K_bjIW {
  transform: translateY(0);
}
.HVOfKPoy .qy2EzW9F {
  transform: translateY(-106.04px);
  transition: transform 300ms cubic-bezier(0.42, -0.65, 0.58, 1.58);
}
.zJcaga6y {
  font-size: 14px;
  font-family: monospace;
}
.UFaJ_nAj {
  position: relative;
  z-index: 3;
  margin-right: 5px;
  width: 75.21px;
  height: 106.04px;
  background-color: var(--raisin-black);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  max-height: 112px;
}
@media (max-width: 992px) {
  .UFaJ_nAj {
    max-height: 97px;
    width: 68.8px;
  }
}
@media (max-width: 768px) {
  .UFaJ_nAj {
    max-height: 77.55px;
    width: 55px;
  }
}
@media (max-width: 600px) {
  .UFaJ_nAj {
    height: 56.39px;
    width: 40px;
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .UFaJ_nAj {
    max-height: 46.52px;
    width: 33px;
    margin-right: 3px;
  }
}
.HZLskjjj {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: var(--white);
  font-family: "Oswald", "Barlow", sans-serif;
  font-weight: 500;
  font-size: 75.91;
  line-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: var(--raisin-black);
  margin-right: 5px;
  border-radius: 4.46549px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .HZLskjjj {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  .HZLskjjj {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .HZLskjjj {
    font-size: 41.56px;
  }
}
@media (max-width: 480px) {
  .HZLskjjj {
    font-size: 35px;
  }
}
.thkjvOpB {
  width: 17.81px;
  height: 115.86px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 78.146px;
  line-height: 120px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--raisin-black);
  margin: 0;
  margin-right: 3px;
}
@media (max-width: 992px) {
  .thkjvOpB {
    max-height: 97px;
    line-height: 110px;
    font-size: 70.146px;
  }
}
@media (max-width: 768px) {
  .thkjvOpB {
    max-height: 82px;
    line-height: 82px;
    font-size: 62.146px;
    width: 15px;
  }
}
@media (max-width: 600px) {
  .thkjvOpB {
    max-height: 75px;
    line-height: 62px;
    font-size: 42.146px;
    width: 11px;
  }
}
@media (max-width: 480px) {
  .thkjvOpB {
    max-height: 52px;
    line-height: 50px;
    margin-right: 1px;
    font-size: 37px;
    width: 10px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* .animate-enter {
  opacity: 0.01;
  height: 0px;
  transform: translateZ(25px) rotateX(-90deg) scaleY(0);
}

.animate-enter.animate-enter-active {
  opacity: 1;
  height: 100%;
  transform: translateZ(0) rotateX(0deg) scaleY(1);
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out, transform 500ms ease-in-out;
}

.animate-exit {
  opacity: 1;
  height: 100%;
  transform: translateZ(0) rotateX(0deg) scaleY(1);
}

.animate-exit.animate-exit-active {
  opacity: 0.01;
  height: 0px;
  transform: translateZ(25px) rotateX(90deg) scaleY(0);
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out, transform 500ms ease-in-out;
} */

.PyTz06R5 {
  width: 100%;
  height: 50vw;
  min-height: 600px;
  position: relative;
}
.PyTz06R5 .v_uWLhWl {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  justify-content: space-around;
  padding-bottom: 15%;
}
@media (max-width: 1440px) {
  .PyTz06R5 .v_uWLhWl {
    justify-content: flex-start;
  }
}
.PyTz06R5 .fTtYviCU {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tree_bg.png");
  background-position: 50% 0%;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
}
@media (max-width: 1300px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 115%;
  }
}
@media (max-width: 1160px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 135%;
  }
}
@media (max-width: 992px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 155%;
  }
}
@media (max-width: 914px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 180%;
  }
}
@media (max-width: 768px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 250%;
  }
}
@media (max-width: 628px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 275%;
  }
}
@media (max-width: 576px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 350%;
  }
}
@media (max-width: 480px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 400%;
  }
}
@media (max-width: 420px) {
  .PyTz06R5 .fTtYviCU {
    background-size: 485%;
  }
}
@media (max-width: 914px) {
  .PyTz06R5 {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .PyTz06R5 {
    min-height: 800px;
  }
}
.W4Znqyyu {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 40px 0;
  /* identical to box height, or 179% */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.W4Znqyyu:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.sGBT0Olv {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.j3FSE84K {
  width: 370px;
  height: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.K56AggIL {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.f2aICv13 {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 50vw;
  min-height: 600px;
}
.f2aICv13 .Q0JA0M1h {
  height: 100%;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 100px 125px;
}
@media (max-width: 992px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 90px 0px 90px 100px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .Q0JA0M1h {
    width: 100%;
    height: 50%;
    padding: 75px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .Q0JA0M1h {
    padding: 35px;
  }
}
.f2aICv13 .ThjgBGE6 {
  width: 49%;
  height: 50vw;
  min-height: 600px;
  padding: 100px 0 70px 0;
  position: relative;
  overflow: visible;
}
.f2aICv13 .ThjgBGE6 .dAdULp0V {
  height: 100%;
  width: 142%;
  right: -146px;
  top: 20px;
  position: absolute;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tablet.png");
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 100%;
  overflow: visible;
}
@media (max-width: 1200px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    width: 160%;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    width: 700px;
    height: 400px;
    left: -135px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    left: -160px;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .ThjgBGE6 .dAdULp0V {
    left: -175px;
  }
}
@media (max-width: 768px) {
  .f2aICv13 .ThjgBGE6 {
    padding: 0;
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .f2aICv13 .ThjgBGE6 {
    height: 30%;
  }
}
@media (max-width: 480px) {
  .f2aICv13 .ThjgBGE6 {
    height: 20%;
  }
}
@media (max-width: 768px) {
  .f2aICv13 {
    display: flex;
    flex-direction: column-reverse;
    min-height: 800px;
  }
}
.YHfFY6Lx {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 77px;
  background: var(--primary-lite);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.iN0JKBCi {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .iN0JKBCi {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .iN0JKBCi {
    margin-top: 20px;
  }
}
@media (max-width: 530px) {
  .iN0JKBCi {
    margin-top: 15px;
  }
}
.n0GowO8h {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin: 0 0 0 17px;
}
.QCZFF7Fn {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: var(--table-grey);
  width: 100%;
  margin-bottom: 2px;
}
@media (max-width: 390px) {
  .QCZFF7Fn {
    margin: 0px;
  }
}
.TrjA0u0m {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 0px 0 15px 0;
  /* identical to box height, or 179% */
  text-align: left;
  text-transform: uppercase;
  color: var(--table-grey);
}
@media (max-width: 390px) {
  .TrjA0u0m {
    margin: 0px 0 5px 0;
  }
}
.oUoOfRbF {
  left: 167px;
  width: 30px;
  height: 3px;
  min-height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
  margin-bottom: 20px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.JIDHEyJi {
  width: 100%;
  height: 50vw;
  min-height: 800px;
}
.JIDHEyJi .zPr5jSYk {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_solaragent_bg.png");
}
.JIDHEyJi .zPr5jSYk .kOfuAzrF {
  height: 214px;
  width: 214px;
  border-radius: 50%;
  background-color: grey;
  margin-bottom: 11px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .JIDHEyJi .zPr5jSYk .kOfuAzrF {
    height: 140px;
    width: 140px;
  }
}
.JIDHEyJi .zPr5jSYk .LrLeLqUA {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.JIDHEyJi .zPr5jSYk .sCywvz2L {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--white);
}
.JIDHEyJi .t9Dj3DqI {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 60%;
  background-color: var(--cream);
  padding: 84px 157px 84px 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.JIDHEyJi .t9Dj3DqI .TdZiBIyH {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--picton-blue);
  margin-bottom: 20px;
}
.JIDHEyJi .t9Dj3DqI h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.JIDHEyJi .t9Dj3DqI h2 {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 37px;
}
.JIDHEyJi .t9Dj3DqI p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.JIDHEyJi .t9Dj3DqI p span {
  font-weight: 600;
}
.JIDHEyJi .t9Dj3DqI .mVqh338d {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  background-color: var(--primary-lite);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 40px;
  border: none;
}
.JIDHEyJi .t9Dj3DqI .mVqh338d:hover {
  background-color: var(--primary-lite-highlighted);
}
.JIDHEyJi .t9Dj3DqI .Q9l8SEzy {
  width: 150%;
  position: absolute;
  height: 200px;
  background-color: var(--white);
  opacity: 0.5;
  transform: rotate(-7deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .JIDHEyJi .t9Dj3DqI .Q9l8SEzy {
    height: 195px;
    width: 130%;
  }
}
@media (max-width: 900px) {
  .JIDHEyJi .t9Dj3DqI {
    padding: 84px 60px 84px 80px;
  }
}
@media (max-width: 768px) {
  .JIDHEyJi {
    display: flex;
    flex-direction: column;
  }
  .JIDHEyJi .zPr5jSYk {
    width: 100%;
    height: 320px;
  }
  .JIDHEyJi .t9Dj3DqI {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 80px 84px 40px;
  }
}
@media (max-width: 500px) {
  .JIDHEyJi {
    display: flex;
    flex-direction: column;
  }
  .JIDHEyJi .zPr5jSYk {
    width: 100%;
    height: 320px;
  }
  .JIDHEyJi .t9Dj3DqI {
    width: 100%;
    height: 480px;
    padding: 0;
    padding: 84px 40px 84px 40px;
  }
  .JIDHEyJi .t9Dj3DqI h3 {
    margin-bottom: 0px;
  }
  .JIDHEyJi .t9Dj3DqI h2 {
    margin-bottom: 18px;
  }
  .JIDHEyJi .t9Dj3DqI p {
    margin-bottom: 18px;
  }
  .JIDHEyJi .t9Dj3DqI .mVqh338d {
    margin-top: 18px;
  }
}
.QIpmDeGZ {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .QIpmDeGZ {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .QIpmDeGZ {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.QIpmDeGZ .Q9l8SEzy {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .QIpmDeGZ .Q9l8SEzy {
    height: 203px;
  }
}
.QIpmDeGZ .tbGGTFrK {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .QIpmDeGZ .tbGGTFrK {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .QIpmDeGZ .tbGGTFrK {
    padding: 0 40px 0 30px;
  }
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ ._UyAxQsm {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .TdZiBIyH {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .us6s9CGg {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.QIpmDeGZ .tbGGTFrK .OegqvxDJ .Tyxlxb26 {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

html {
  overflow: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.qtsVmphZ {
  padding-top: 64px;
}
.HJ6sPrgf {
  width: 100%;
  height: 50vw;
  min-height: 700px;
}
.iq_f77Vo {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin: 40px 0;
  /* identical to box height, or 179% */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.iq_f77Vo:after {
  position: absolute;
  content: "";
  margin-top: 35px;
  left: 49vw;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.kLxEN96d {
  font-style: normal;
  font-weight: 100;
  font-size: 28px;
  line-height: 36px;
  width: 68%;
  /* or 129% */
  text-align: center;
  color: var(--table-grey);
}
.A30wQbNg {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/ambassador-join/ambassador_tree_bg.png");
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qifSn5Sm {
  width: 370px;
  height: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: var(--table-grey);
}
.LxKDGz79 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Y2HQ0k1U {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.Y2HQ0k1U .qOQWE2Ca {
  position: relative;
}
.Y2HQ0k1U .qOQWE2Ca .wjfB5QN5 {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/careers/career_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .hWsh079c {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 505px) {
  .Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .hWsh079c {
    font-size: 40px;
  }
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .zu1pgMol {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media (max-width: 505px) {
  .Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .zu1pgMol {
    font-size: 16px;
  }
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .qkWQUUWC {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.Y2HQ0k1U .qOQWE2Ca .dsVWF01G .d4WdwYvz .qkWQUUWC:hover {
  background-color: var(--primary-lite-highlighted);
}
.Y2HQ0k1U .Y_vWtJ4q {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 250px;
  margin: auto;
  padding: 40px 40px 0px 40px;
}
.Y2HQ0k1U .WtrTE9oM {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.Y2HQ0k1U .WtrTE9oM:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.Y2HQ0k1U .Zm6bpPe1 {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.Y2HQ0k1U .hABwgJ1m {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .Y2HQ0k1U .hABwgJ1m {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.Y2HQ0k1U .hABwgJ1m input {
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  color: var(--primary-color);
  border: none;
  padding: 2px 2px 2px 9px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
}
.Y2HQ0k1U .hABwgJ1m .DjYiSGjP {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/careers/careers_OpenRoles.png");
  background-position: 66% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 715px) {
  .Y2HQ0k1U .hABwgJ1m .DjYiSGjP {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.Y2HQ0k1U .hABwgJ1m .CAX5npS3 {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .Y2HQ0k1U .hABwgJ1m .CAX5npS3 {
    padding-left: 72px;
  }
}
.Y2HQ0k1U .hABwgJ1m .Cg4jFoCk {
  margin-bottom: 36px;
  padding-right: 36px;
}
.Y2HQ0k1U .hABwgJ1m .Cg4jFoCk h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .Y2HQ0k1U .hABwgJ1m .Cg4jFoCk {
    margin-bottom: 30px;
  }
}
.Y2HQ0k1U .hABwgJ1m .WtrTE9oM {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin-top: 72px;
  margin-bottom: 70px;
  text-align: left;
  width: auto;
}
.Y2HQ0k1U .hABwgJ1m .WtrTE9oM:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.Y2HQ0k1U .hABwgJ1m .WtrTE9oM:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .Y2HQ0k1U .hABwgJ1m .WtrTE9oM {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .Y2HQ0k1U .hABwgJ1m .WtrTE9oM:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k {
  margin-top: 12px;
  width: 75%;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k input {
  height: 30px;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .ant-select-arrow {
  margin-top: -4px;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  margin-top: 4px;
  border-radius: 4px;
  color: var(--primary-color);
  border: 1px solid var(--botticelli-blue);
  padding: 0 9px;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .ant-select:not(.ant-select-customize-input) .ant-select-selector ::placeholder {
  color: red;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .kzpe8npL {
  margin-top: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.Y2HQ0k1U .hABwgJ1m .DmvLbD6k .kzpe8npL span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm {
  display: flex;
  align-items: center;
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .dldoXPoJ {
  display: flex;
  align-items: center;
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .HXHS8qLu {
  margin-left: 12px;
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .HXHS8qLu span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .kno_7rTH {
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background: var(--scarlet);
  margin-left: 12px;
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .kno_7rTH span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .Jyyp_Sg9 {
  margin-left: 12px;
  margin-top: 6px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  margin-left: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .Jyyp_Sg9 span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.Y2HQ0k1U .hABwgJ1m .b3qY08nm .Jyyp_Sg9 span {
  color: var(--primary-color);
}
.Y2HQ0k1U .hABwgJ1m .lXlX9YPV {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
  margin-top: 4px;
}
.Y2HQ0k1U .hABwgJ1m .Zm6bpPe1 {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
}
.Y2HQ0k1U .hABwgJ1m .Zm6bpPe1:before {
  content: url("/icons/icon_chevron_right.svg");
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 24px;
  height: 24px;
  background: var(--primary-lite);
  position: absolute;
  top: 6px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
.Y2HQ0k1U .hABwgJ1m .Zm6bpPe1:hover {
  color: var(--picton-blue);
  transition: color 0.2s ease-in-out;
}
.Y2HQ0k1U .hABwgJ1m .Zm6bpPe1:hover:before {
  background-color: var(--picton-blue);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .Y2HQ0k1U .hABwgJ1m .Zm6bpPe1 {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

#H9YJULcw {
  overflow-y: hidden;
  height: auto;
}
#H9YJULcw .tfyKyfyH {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#H9YJULcw .tfyKyfyH .cmkkLnnE {
  width: 100%;
  max-width: 1190px;
}
#H9YJULcw .tfyKyfyH .iCTX9Ufx {
  background-color: var(--white);
  height: 182px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
#H9YJULcw .tfyKyfyH .iCTX9Ufx .AtKqMbL0 {
  height: 75px;
  width: 188px;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .iCTX9Ufx {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .iCTX9Ufx {
    height: 120px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi {
  display: flex;
  justify-content: center;
  padding: 10px;
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .Uej_WOmf {
  border-color: #1f3250;
  border-width: 0px;
  border-style: solid;
  border-left-width: 6px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .Uej_WOmf {
    border-left-width: 0px;
    border-top-width: 4px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .I6zjSSLc {
  margin-bottom: 26px;
}
#H9YJULcw .tfyKyfyH .XyIAxVyi h1 {
  font-size: 66px;
  line-height: 1.2em;
  font-weight: 600;
  color: #1f3250;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h1 {
    font-size: 40px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi h2 {
  font-size: 31px;
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h2 {
    font-size: 20px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h3 {
    font-size: 24px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  color: #1f3250;
  margin: 0;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #1f3250;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi h5 {
    font-size: 18px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi p {
  color: var(--outer-space);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #263238;
  margin: 0;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .hLiNPrkp {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .pwg3M0OZ {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .t2Sl0VCP {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .lqfZZjC0 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .lqfZZjC0 {
    padding-top: 23px;
    margin-bottom: 38px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EDiOV9LZ {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EDiOV9LZ iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EDiOV9LZ {
    margin-bottom: 36px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .AIefJR5y {
  width: 100%;
  padding: 0 0px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .AIefJR5y {
    margin-bottom: 20px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu {
  background-color: #f8f8f8;
  width: 100%;
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .xfKMKH1E {
  margin-top: -200px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .xfKMKH1E {
    margin-top: -60px;
    padding-top: 30px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .cAgKYGfs {
  order: 1;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .cAgKYGfs {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .aei2f6Ee {
  order: 2;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .aei2f6Ee {
    order: 1;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .nZjMn22K {
  background-image: url("/img/education-insights.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: contain;
  height: 200px;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .nZjMn22K {
    height: 150px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .qTqUqaR4 {
  margin: 0 30px;
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ {
    flex-direction: column;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ {
  background-color: var(--white);
  padding: 68px 30px 68px 30px;
  width: calc((100% - 60px) / 3);
  border-radius: 6px;
  box-shadow: 0 0 27px 3px rgba(11, 11, 11, 0.09);
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ .eA26jw9j {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ .eA26jw9j {
    margin-bottom: 10px;
  }
}
#H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ p {
  font-size: 19px;
  font-weight: 400;
  color: #263238;
  line-height: 34px;
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi .EtA3XmLu .hPrzIyi_ .rbmCLGCJ p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media (max-width: 992px) {
  #H9YJULcw .tfyKyfyH .XyIAxVyi {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
}
#H9YJULcw .tfyKyfyH .QNtG08gh {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#H9YJULcw .tfyKyfyH .i_bfVpJW {
  color: #20c2f1;
}
#H9YJULcw .xhOW6ngk {
  padding-bottom: 400px;
  background-image: url("/img/education-intro-bg.jpg");
  background-position-x: 50%;
  background-position-y: 150px;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  #H9YJULcw .xhOW6ngk {
    padding-bottom: 250px;
    background-image: url("/img/education-intro-bg-md.jpg");
    background-position: bottom center;
    background-size: cover;
  }
}
#H9YJULcw .wLoYyKpO {
  background-color: #f8f8f8;
  padding-bottom: 100px;
  border-bottom: 1px solid #eeeeee;
}
#H9YJULcw .JFN4OeDk {
  padding: 30px 0;
}
#H9YJULcw .JFN4OeDk .hMhoNHWf {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#H9YJULcw .JFN4OeDk .N_JwE6Eb {
  max-width: 1000px;
  text-align: center;
}
#H9YJULcw .JFN4OeDk .N_JwE6Eb .eA26jw9j {
  font-size: 48px;
  line-height: 58px;
  color: #1f3250;
}
@media (max-width: 992px) {
  #H9YJULcw .JFN4OeDk .N_JwE6Eb .eA26jw9j {
    font-size: 34px;
    line-height: 40px;
  }
}
#H9YJULcw .JFN4OeDk .Ce_kLXiA {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#H9YJULcw .JFN4OeDk .Ej4fqhzy {
  margin: 50px 0 100px 0;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 0 27px 3px rgba(11, 11, 11, 0.09);
}
.HEFCmD7P {
  overflow-y: hidden !important;
}
.HEFCmD7P ._GkRLUGG {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.HEFCmD7P .eRo3Wh0l {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.HEFCmD7P .UBT13tTi {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.HEFCmD7P .no4yaTxH {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.HEFCmD7P .L166LUN4 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.HEFCmD7P .L166LUN4 .qCGBA20o {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HEFCmD7P .L166LUN4 .qCGBA20o .BnCwEeTC {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .HEFCmD7P .L166LUN4 .qCGBA20o .BnCwEeTC {
    display: none;
  }
}
.HEFCmD7P .L166LUN4 .AtKqMbL0 {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.HEFCmD7P .mF8bHZUF {
  background: var(--lightest-grey) url("/img/education-videos-bg.jpg") center top / auto 1030px no-repeat !important;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.HEFCmD7P .mF8bHZUF .npZ5dw79 {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .HEFCmD7P .mF8bHZUF .npZ5dw79 {
    background-color: rgba(248, 248, 248, 0.8);
    background: #f8f8f8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 30%, #f8f8f8 95%, rgba(248, 248, 248, 0) 100%);
  }
}
.HEFCmD7P .mF8bHZUF .bIffUZcO {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.HEFCmD7P .mF8bHZUF .UtZknXpe {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.HEFCmD7P .mF8bHZUF .EDiOV9LZ {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3), 0 0 20px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.HEFCmD7P .mF8bHZUF .EDiOV9LZ .EO2pPglg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.HEFCmD7P .mF8bHZUF .vcjxXSks {
  max-width: 1200px;
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--lightest-grey);
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.2), 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.HEFCmD7P .mF8bHZUF .vcjxXSks .MjVhqXgM {
  flex: 1 0 200px;
}
.HEFCmD7P .mF8bHZUF .vcjxXSks .MjVhqXgM .don9WGsI {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.HEFCmD7P .mF8bHZUF .vcjxXSks .MjVhqXgM .don9WGsI img {
  width: 100%;
  min-width: 200px;
}
.HEFCmD7P .mF8bHZUF .DGvIj9r4 {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .AAD1mbz1 {
  text-align: center;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .movCYG9f {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .movCYG9f p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .HEFCmD7P .mF8bHZUF .v37pfEOE .movCYG9f p {
    padding: 0px 20px 0px 20px;
  }
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .ZPO8KafX {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .lGF02iBj {
  text-align: left;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .lGF02iBj ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .HEFCmD7P .mF8bHZUF .v37pfEOE .lGF02iBj ul {
    padding: 0px 20px 0px 20px;
  }
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .lGF02iBj li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.HEFCmD7P .mF8bHZUF .v37pfEOE .lGF02iBj li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ypnnmZGz {
  overflow-y: hidden !important;
}
.ypnnmZGz ._GkRLUGG {
  color: var(--darker-blue);
  font-family: comfortaa, Sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.ypnnmZGz .eRo3Wh0l {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2.8px;
  margin: 5px 0px 15px 0px;
}
.ypnnmZGz .UBT13tTi {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.ypnnmZGz .no4yaTxH {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
}
.ypnnmZGz .L166LUN4 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.ypnnmZGz .L166LUN4 .qCGBA20o {
  flex: 1 1 500px;
  margin: 20px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ypnnmZGz .L166LUN4 .qCGBA20o .BnCwEeTC {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .ypnnmZGz .L166LUN4 .qCGBA20o .BnCwEeTC {
    display: none;
  }
}
.ypnnmZGz .L166LUN4 .AtKqMbL0 {
  padding: 50px 0px 50px 0px;
  height: 14px;
  width: 16px;
  background: url("/img/logo.svg") center / auto 70% no-repeat;
}
.ypnnmZGz .mF8bHZUF {
  background: var(--lightest-grey) url("/img/education-videos-bg.jpg") center top / auto 1030px no-repeat !important;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 {
  width: 100%;
  max-width: 1200px;
  min-height: 235px;
  margin: auto;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 {
    background-color: rgba(248, 248, 248, 0.8);
    background: #f8f8f8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 30%, #f8f8f8 95%, rgba(248, 248, 248, 0) 100%);
  }
}
.ypnnmZGz .mF8bHZUF .bIffUZcO {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.ypnnmZGz .mF8bHZUF .UtZknXpe {
  max-width: 960px;
  margin: auto;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}
.ypnnmZGz .mF8bHZUF .EDiOV9LZ {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3), 0 0 20px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.ypnnmZGz .mF8bHZUF .EDiOV9LZ .EO2pPglg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background-color: black;
}
.ypnnmZGz .mF8bHZUF .vcjxXSks {
  max-width: 1200px;
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--lightest-grey);
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.2), 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.ypnnmZGz .mF8bHZUF .vcjxXSks .MjVhqXgM {
  flex: 1 0 200px;
}
.ypnnmZGz .mF8bHZUF .vcjxXSks .MjVhqXgM .don9WGsI {
  padding: 15px;
  background-color: transparent;
  border: none;
  height: max-content;
  box-shadow: none;
}
.ypnnmZGz .mF8bHZUF .vcjxXSks .MjVhqXgM .don9WGsI img {
  width: 100%;
  min-width: 200px;
}
.ypnnmZGz .mF8bHZUF .DGvIj9r4 {
  background-color: var(--lightest-grey);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin: 0px 10px 50px 10px;
  text-align: center;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .AAD1mbz1 {
  text-align: center;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .movCYG9f {
  flex: 0 1 600px;
  padding-top: 40px;
  max-width: 600px;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .movCYG9f p {
  padding: 0px 60px 0px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .ypnnmZGz .mF8bHZUF .v37pfEOE .movCYG9f p {
    padding: 0px 20px 0px 20px;
  }
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .ZPO8KafX {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .lGF02iBj {
  text-align: left;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .lGF02iBj ul {
  padding: 0px 60px 0px 60px;
}
@media (max-width: 1024px) {
  .ypnnmZGz .mF8bHZUF .v37pfEOE .lGF02iBj ul {
    padding: 0px 20px 0px 20px;
  }
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .lGF02iBj li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}
.ypnnmZGz .mF8bHZUF .v37pfEOE .lGF02iBj li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ypnnmZGz .mF8bHZUF {
  background-image: url(/img/education_catalogpage_bg_new_2.jpg) !important;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  background-size: 2700px 1400px !important;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF {
    background-image: url(/img/education_solar_edu_playlist_mobile_bg.jpg) !important;
    background-position-x: center !important;
    background-position-y: 600px !important;
    background-repeat: no-repeat !important;
    padding-bottom: 0px;
  }
}
.ypnnmZGz .mF8bHZUF .VOZfjovc {
  padding-bottom: 200px;
  text-align: left;
  justify-content: center;
  width: 100%;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .VOZfjovc {
    padding-bottom: 0px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 {
  max-width: 1300px;
  height: auto;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .kqlydlIz {
  color: var(--darker-blue);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .kqlydlIz {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .RXrDxDND {
  color: var(--darker-blue);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .RXrDxDND {
    text-align: center;
    font-size: 36px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .EPjTbl_6 {
  color: var(--darker-blue);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 26px;
  padding-left: 8px;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .EPjTbl_6 {
    text-align: center;
    margin: auto;
    padding-bottom: 0px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .N_JwE6Eb {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .cu0aF8t_ {
  color: var(--mineshaft-gray);
  border-left: 3px solid #203250;
  padding-left: 20px;
  margin: 40px 0;
  width: 92%;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .cu0aF8t_ {
    width: 100%;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .cu0aF8t_ .U1nAkXf4 {
  color: var(--mineshaft-gray);
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 2px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .cu0aF8t_ .U1nAkXf4 {
    font-size: 20px;
    margin-left: 0;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .cu0aF8t_ .Tgo28IOg {
  line-height: 1.88;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .hghiW03R {
  font-size: 19px;
  overflow-wrap: normal;
  line-height: 1.2em;
  width: 100%;
  color: var(--mineshaft-gray);
  padding-top: 50px;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .hghiW03R {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tqOi0HZh {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tqOi0HZh span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tqOi0HZh .f2p36uI8 {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tqOi0HZh .YXd1LNhg {
  font-size: 17px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .hny9qF0G {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--dark-lavender);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .hny9qF0G span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .hny9qF0G .f2p36uI8 {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .hny9qF0G .YXd1LNhg {
  font-size: 17px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .hny9qF0G .f2p36uI8 {
  background-image: url("/icons/icon_facebook.png");
  background-size: cover;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tG3MNt8S {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--azure-blue);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tG3MNt8S span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tG3MNt8S .f2p36uI8 {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE .tG3MNt8S .YXd1LNhg {
  font-size: 17px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE ._ZTSq4d8 {
  font-size: 10px;
  border: none;
  border-radius: 0.5em;
  color: var(--white);
  padding: 4px 10px;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--deep-cerulean);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE ._ZTSq4d8 span {
  font-family: "Carme", Sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE ._ZTSq4d8 .f2p36uI8 {
  width: 17px;
  height: 17px;
  background-size: cover;
  margin-right: 6px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .StsUBRKE ._ZTSq4d8 .YXd1LNhg {
  font-size: 17px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe {
    padding: 0px 20px;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .dO6LBIMw {
  width: calc(100% - 440px);
  height: 100%;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .dO6LBIMw {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe iframe {
  background-color: black;
  min-height: 400px;
  width: 92%;
  margin-top: 50px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe iframe {
    margin: 20px 0px 0px 0px;
    border-radius: 0;
    width: 100%;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe ::-webkit-scrollbar {
  width: 4px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe ::-webkit-scrollbar-track {
  background: var(--jungle-mist);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe ::-webkit-scrollbar-thumb {
  background: var(--chilly-blue);
  border-radius: 10px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .q9JXb939 {
  width: 400px;
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .q9JXb939 {
    width: 100%;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  overflow-y: auto;
  text-align: left;
  background-color: var(--white);
}
@media (max-width: 990px) {
  .ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC {
    width: 100%;
  }
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC .tqOi0HZh {
  margin-bottom: 1px;
  min-height: 63px;
  text-align: left;
  border: none;
  cursor: pointer;
  background-color: var(--anti-flash-white);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC .tqOi0HZh:hover {
  background-color: var(--hawkes-blue);
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC .tqOi0HZh .WNHC7_Dk {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.25px;
  color: var(--darker-blue);
  padding: 13px 27px;
}
.ypnnmZGz .mF8bHZUF .npZ5dw79 .bRMFzVNe .pyf0L7fC .tqOi0HZh.aUOvIcbr {
  background-color: var(--hawkes-blue);
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR {
  background-color: var(--lightest-grey);
  width: 95%;
  display: flex;
  justify-content: center;
  border-radius: 7px;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .VHPlCl3I {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 100px 0 20px 0;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .UBT13tTi {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .AAD1mbz1 {
  text-align: center;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .movCYG9f {
  flex: 1 1 500px;
  padding: 25px 40px 10px 40px;
  max-width: 800px;
  text-align: center;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .ZPO8KafX {
  background-color: var(--white);
  box-shadow: 0 0 26.68px 2.38px rgba(11, 11, 11, 0.09);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .lGF02iBj {
  text-align: left;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .lGF02iBj ul {
  padding: 0px;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .lGF02iBj li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 0px;
}
.ypnnmZGz .mF8bHZUF .ncvGKvwR .lGF02iBj li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_yellow_circle_chevron_edu.svg");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.Exy1APXW {
  padding-top: 30px;
}
.Exy1APXW .D30DG3Qt {
  background: url("/img/education_submit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 1950px;
}
@media (max-width: 776px) {
  .Exy1APXW .D30DG3Qt {
    height: 1650px;
    background-size: contain;
  }
}
@media (max-width: 582px) {
  .Exy1APXW .D30DG3Qt {
    height: 1750px;
  }
}
@media (max-width: 538px) {
  .Exy1APXW .D30DG3Qt {
    height: 1800px;
  }
}
@media (max-width: 456px) {
  .Exy1APXW .D30DG3Qt {
    height: 1850px;
  }
}
@media (max-width: 438px) {
  .Exy1APXW .D30DG3Qt {
    height: 1950px;
  }
}
@media (max-width: 412px) {
  .Exy1APXW .D30DG3Qt {
    height: 2000px;
  }
}
@media (max-width: 382px) {
  .Exy1APXW .D30DG3Qt {
    height: 2080px;
  }
}
.Exy1APXW .D30DG3Qt .zVklBRug {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.Exy1APXW .D30DG3Qt .zVklBRug .s_SyYJjo {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 500px 200px;
}
.Exy1APXW .D30DG3Qt .WLui1C97 {
  text-align: center;
  color: var(--darker-blue);
  font-family: "Poppins", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin: 80px 0 25px 0;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .WLui1C97 {
    font-size: 40px;
  }
}
.Exy1APXW .D30DG3Qt .VBYjk08x {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .VBYjk08x {
    font-size: 24px;
  }
}
.Exy1APXW .D30DG3Qt .mF8bHZUF {
  background: url("/img/powur_overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 400px;
  background-color: var(--lighthouse-white);
  max-width: 890px;
  min-height: 690px;
  width: 90%;
  margin: 0 auto;
  border: 4px solid #20c2f1;
  box-shadow: 0 13px 39px 7px rgba(11, 11, 11, 0.18);
  padding: 40px;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .mF8bHZUF {
    padding: 30px;
    min-height: 640px;
  }
}
.Exy1APXW .D30DG3Qt .mF8bHZUF .nG1jnCT6 {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .mF8bHZUF .nG1jnCT6 {
    font-size: 18px;
  }
}
.Exy1APXW .D30DG3Qt .mF8bHZUF .Glqnh_Pd {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .mF8bHZUF .Glqnh_Pd {
    font-size: 18px;
  }
}
.Exy1APXW .D30DG3Qt .mF8bHZUF .bRAv4lVA {
  color: var(--outer-space);
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .Exy1APXW .D30DG3Qt .mF8bHZUF .bRAv4lVA {
    font-size: 18px;
  }
}
.Exy1APXW .D30DG3Qt .GVLEuOug {
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--outer-space);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 70px;
}
@media (min-width: 776px) {
  .Exy1APXW .D30DG3Qt .GVLEuOug {
    position: relative;
  }
}
.Exy1APXW .D30DG3Qt .GVLEuOug .FOWIDEe_ {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 100px;
  height: 80px;
  background: url("/img/quotes.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 80px;
}
@media (min-width: 776px) {
  .Exy1APXW .D30DG3Qt .GVLEuOug .FOWIDEe_ {
    position: absolute;
    top: 0;
    left: -40px;
  }
}
.Exy1APXW .D30DG3Qt .GVLEuOug .E2rLkJCo {
  z-index: 2;
}
.Exy1APXW .D30DG3Qt .GVLEuOug .jAO9lWhG {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
.Exy1APXW .D30DG3Qt .GVLEuOug .bd5cvSj1 {
  display: flex;
  justify-content: center;
}
.Exy1APXW .D30DG3Qt .GVLEuOug .bd5cvSj1 .ohH3yk6X {
  height: 126px;
  width: 126px;
  background: url("/img/education_avatar.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.TNi6Ra65 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.TNi6Ra65 .niKcI2Je {
  background-color: #20c2f1;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 130%;
  z-index: 2;
}
.TNi6Ra65 .RWN7Ov8f {
  background-color: #20c2f1;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 130%;
  z-index: 2;
  position: absolute;
  animation: kQK8u0di 2s infinite;
  z-index: 1;
}
.TNi6Ra65 .eo9q5qa1 {
  height: 60px;
  width: 210px;
  font-weight: 250;
}
.TNi6Ra65 .eo9q5qa1:hover {
  height: 54px;
  width: 189px;
  font-size: 120%;
}
.TNi6Ra65 .En3lYgCp {
  height: 80px;
  width: 400px;
  font-weight: 600;
}
.TNi6Ra65 .En3lYgCp:hover {
  height: 72px;
  width: 360px;
  font-size: 120%;
}
.TNi6Ra65 .FsBRLOtm {
  animation: HR5XctXI 2s infinite;
}
.TNi6Ra65 .yGLpb_AZ {
  animation: SNfwunQg 2s infinite;
}
@keyframes HR5XctXI {
  50% {
    transform: scale(1.1);
  }
}
@keyframes SNfwunQg {
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes kQK8u0di {
  25% {
    transform: scale(0.9);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1.5) scaleX(1.2);
    opacity: 0;
  }
}
.L80WR1v0 {
  position: relative;
  padding: 8px;
  height: 40px;
  width: 40px;
}
.L80WR1v0 .WPu_OTLn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.L80WR1v0 .En3lYgCp {
  height: 20px;
  width: 28px;
}
.L80WR1v0 .eo9q5qa1 {
  height: 10px;
  width: 18px;
}
.L80WR1v0 .wp1Il9NX {
  position: absolute;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: wp1Il9NX 2s infinite;
}
.L80WR1v0 .wp1Il9NX.eo9q5qa1 {
  top: 9px;
}
.L80WR1v0 .g0Jr6mQF {
  position: absolute;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/icon_chevron_edu.svg");
  animation: g0Jr6mQF 2s infinite;
}
@keyframes wp1Il9NX {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  20% {
    transform: translateY(0px);
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: translateY(0px);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes g0Jr6mQF {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(-5px);
    opacity: 0;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.nsrXEQjz {
  background-color: var(--white);
  width: 100%;
  font-family: "Poppins", Sans-serif;
}
.nsrXEQjz .EcwXcdZC {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}
.nsrXEQjz .EcwXcdZC .WLui1C97 {
  font-size: 28px;
  font-weight: 600;
  color: var(--outer-space);
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .nsrXEQjz .EcwXcdZC .WLui1C97 {
    font-size: 18px;
  }
}
.nsrXEQjz .EcwXcdZC .tv2EIqdR {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 832px) {
  .nsrXEQjz .EcwXcdZC .tv2EIqdR {
    flex-direction: column;
  }
}
.nsrXEQjz .EcwXcdZC .tv2EIqdR .y1r3Uxvj {
  padding: 20px;
  width: 250px;
}
.nsrXEQjz .EcwXcdZC .tv2EIqdR .y1r3Uxvj p {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #3a3a3a;
  width: 75%;
  letter-spacing: 0.3px;
}
@media (max-width: 832px) {
  .nsrXEQjz .EcwXcdZC .tv2EIqdR .y1r3Uxvj {
    width: 100%;
  }
}
.nsrXEQjz .EcwXcdZC .rfVCV7de {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nsrXEQjz .EcwXcdZC .rfVCV7de .AtKqMbL0 {
  max-height: 130px;
}
.nsrXEQjz .jkrk5qrO {
  border-bottom: 1px solid var(--light-grey);
}
.nsrXEQjz .mG6gYpkU {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.nsrXEQjz .mG6gYpkU .rfVCV7de {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nsrXEQjz .mG6gYpkU .rfVCV7de .s_SyYJjo {
  height: 50px;
  width: 177px;
  background: url("/img/powur_logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 400px 160px;
}
.nsrXEQjz .mG6gYpkU .qhrSPUF6 {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #263238;
  margin-bottom: 32px;
}
.kK843F_b {
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 6px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 24px 6px 24px;
}
@media (max-width: 768px) {
  .kK843F_b {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: visible;
  }
}
.kK843F_b .phkwCcyx {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.kK843F_b .phkwCcyx .vOiDcNwU {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .kK843F_b .phkwCcyx .vOiDcNwU {
    padding: 24px 0;
  }
}
.kK843F_b .F9FhewXF {
  width: 100%;
  margin: 10px 0;
  height: 55px;
}
@media (max-width: 768px) {
  .kK843F_b .F9FhewXF {
    height: auto;
  }
}
.kK843F_b .F9FhewXF .HVe2CFhM {
  height: 100%;
}
@media (max-width: 768px) {
  .kK843F_b .F9FhewXF .HVe2CFhM {
    width: 100%;
    height: 55px;
  }
}
.kK843F_b .F9FhewXF .CrJI4bt6 {
  height: 100%;
}
@media (max-width: 768px) {
  .kK843F_b .F9FhewXF .CrJI4bt6 {
    width: 100%;
    height: 55px;
  }
}
.kK843F_b .F9FhewXF .hPVo9LyV {
  height: 100%;
}
@media (max-width: 768px) {
  .kK843F_b .F9FhewXF .hPVo9LyV {
    width: 100%;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .kK843F_b .F9FhewXF .hPVo9LyV {
    margin-top: 16px;
  }
}
.kK843F_b .F9FhewXF .SStM0iSo {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 17px 15px;
}
.kK843F_b .eA26jw9j {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #1f3250;
}
@media (max-width: 768px) {
  .kK843F_b .eA26jw9j {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.kK843F_b .BWhRZskL {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Hm5m4HW3 {
  max-width: 600px;
  font-family: "Poppins", Sans-serif;
  background-color: var(--white);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
.Hm5m4HW3 .X2cOrGES {
  padding: 60px;
}
@media (max-width: 1024px) {
  .Hm5m4HW3 .X2cOrGES {
    padding: 20px;
  }
}
.Hm5m4HW3 .XsjAHSnZ {
  padding: 10px 10px;
}
.Hm5m4HW3 .dIDxxvmU {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
}
.Hm5m4HW3 .n2b8b4Ua {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  margin-left: 4%;
}
.Hm5m4HW3 .CEsmmJJ5 {
  color: var(--mineshaft-gray);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
}
.Hm5m4HW3 .zbUhf4bp {
  color: red;
  font-weight: 400;
}
.Hm5m4HW3 .yvVgzcTI {
  width: 96%;
}
@media (max-width: 600px) {
  .Hm5m4HW3 .yvVgzcTI {
    width: 100%;
  }
}
.Hm5m4HW3 .GytxlB2y {
  margin-left: 4%;
}
.Hm5m4HW3 .Z5ebNSJv {
  padding-top: 6px;
  padding-bottom: 20px;
}
.Hm5m4HW3 .l2oS7Zh_ {
  padding-top: 6px;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 0px;
}
.Hm5m4HW3 .C9pgrDTX {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100px;
}
.Hm5m4HW3 .OZh_JrgC {
  color: var(--darker-blue);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 10px;
}
.Hm5m4HW3 .TBZUSPwb {
  padding-top: 6px;
  padding-bottom: 20px;
  margin: auto;
}
.Hm5m4HW3 .TBZUSPwb .y1LEao3z {
  margin: auto;
}
.Hm5m4HW3 .TBZUSPwb .SjZ0gRB5 {
  display: flex;
  flex-direction: row;
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 {
  display: block;
  position: relative;
  margin: 7px;
  margin-bottom: 12px;
  margin-top: 6px;
  width: 80px;
  height: 36px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 .KZwAVbhw {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 40px;
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 input:checked ~ .nZ1MarWD {
  background-color: var(--white);
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 input:checked ~ .nZ1MarWD:after {
  display: block;
}
.Hm5m4HW3 .TBZUSPwb .vKFCpya5 .nZ1MarWD:after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Hm5m4HW3 .TBZUSPwb .nZ1MarWD {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #c2c8ca;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
}
.Hm5m4HW3 .TBZUSPwb .nZ1MarWD:after {
  content: "";
  position: absolute;
  display: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.oEMZbyGC {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.oEMZbyGC .Uzp_EFMD {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.oEMZbyGC .phCb21tM {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--blue-ribbon);
  margin-top: 6px;
}
.qIn0Z7hP {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.qIn0Z7hP .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.qIn0Z7hP .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: -5px;
}
.qIn0Z7hP .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  padding: 0 11px;
  font-weight: 500;
}
.qIn0Z7hP .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox-group {
  width: 100%;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox + span {
  line-height: 17px;
}
.qIn0Z7hP .ciyNNadb .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.qIn0Z7hP .trSndhiC {
  margin-top: -13px;
}
.qIn0Z7hP .trSndhiC .ant-checkbox-group {
  width: 100%;
}
.qIn0Z7hP .trSndhiC .ant-checkbox + span {
  line-height: 17px;
}
.qIn0Z7hP .trSndhiC .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.qIn0Z7hP .lXsQolmL {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.qIn0Z7hP .TLyVvFgM {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
  font-weight: 500;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.qIn0Z7hP .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .DGkfrX6d {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qIn0Z7hP .luC579zE {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
}
.qIn0Z7hP .luC579zE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .jwj6Zewj {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
.qIn0Z7hP .jwj6Zewj input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .jwj6Zewj .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.qIn0Z7hP .M7spdQP2 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.qIn0Z7hP .M7spdQP2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .M7spdQP2 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.qIn0Z7hP .wlzH7F58 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.qIn0Z7hP .wlzH7F58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.qIn0Z7hP .wlzH7F58 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.qIn0Z7hP .wlzH7F58 .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.qIn0Z7hP .Uo6vjdPk {
  padding: 0px 10px 0px 0px;
}
.qIn0Z7hP .Gj5kQM9c {
  padding: 0px 10px 0px 10px;
}
.qIn0Z7hP .L6j_yUQz {
  padding: 0px 0px 0px 10px;
}
.qIn0Z7hP .UHgmzBEy {
  display: flex;
  justify-content: center;
}
.qIn0Z7hP .UHgmzBEy .SPuRgily {
  color: var(--blue-ribbon);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border-color: var(--blue-ribbon);
  width: 127px;
  height: 22px;
}
.qIn0Z7hP .UHgmzBEy .SPuRgily:hover {
  background: var(--table-edit-mode);
}
.qIn0Z7hP .UHgmzBEy .SPuRgily .Rnh7OLsE {
  margin-right: 5px;
}
.qIn0Z7hP .aps2sMx3 {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd {
  margin-top: 12px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd:first-of-type {
  margin-top: 0px;
}
.qIn0Z7hP .aps2sMx3 .NnSaU9cd input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.qIn0Z7hP .aps2sMx3 .ant-input-affix-wrapper {
  padding: 0;
}
.qIn0Z7hP .aps2sMx3 .ant-input-prefix {
  margin: 0;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs {
  margin-top: 12px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs:first-of-type {
  margin-top: 0px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.qIn0Z7hP .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: 0px;
}
.fYnzVZF2 {
  width: 80%;
  margin: 0 auto;
  padding: 30px 25px 0px 25px;
  font-size: 14px;
  color: var(--table-grey);
}
.M8w1TQe5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: var(--table-grey);
  margin: 10px;
}
.M8w1TQe5 .QY0fk2iR {
  font-weight: 700;
}
.M8w1TQe5 .xThlp3oO {
  margin: 15px;
}
.jxYcAdSz {
  margin-top: 20px;
  color: var(--primary-lite);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.my6kBFUN {
  width: 100%;
  padding: 75px 10% 50px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--table-grey);
  font-weight: 200;
  text-align: center;
}
.WhToFE7j {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
}
.ZNs3f7aJ {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M4Y4YAVW {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 161, 207, 0.2);
}
.M4Y4YAVW .UjFi8R5Q {
  background-color: var(--primary-lite);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M4Y4YAVW .XMO2ez10 {
  font-size: 16px;
  color: var(--darker-blue);
  margin: 5px;
}
.M4Y4YAVW .kUqmN5m4 {
  color: var(--font-color-eastern-blue);
  font-weight: 700;
  cursor: pointer;
}
._kpM4g62 {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  width: 65%;
  margin: 10px;
  padding: 18px;
  background-color: var(--primary-lite);
  justify-content: space-between;
}
._kpM4g62 .FZnxaSaM {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  height: 56px;
  min-width: 56px;
  margin-right: 18px;
}
._kpM4g62 .IkV28aYH {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-cyan);
  text-align: left;
  padding-left: 6px;
}
._kpM4g62 .MzA46qRm {
  display: flex;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}
._kpM4g62 .MzA46qRm .C6wXUiQ3 {
  margin: 5px 0px 0px 18px;
}
.pwBGZlUx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: var(--table-grey);
}
.pwBGZlUx .NMjdNNDp {
  width: 85%;
  text-align: center;
  margin: 30px;
}
.viygZCSd {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.viygZCSd .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.viygZCSd .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: -5px;
}
.viygZCSd .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  padding: 0 11px;
  font-weight: 500;
}
.viygZCSd .ant-select-single .ant-select-selector .ant-select-selection-search {
  right: 0px;
  left: 0px;
}
.viygZCSd .ciyNNadb .ant-checkbox-group {
  width: 100%;
}
.viygZCSd .ciyNNadb .ant-checkbox + span {
  line-height: 17px;
}
.viygZCSd .ciyNNadb .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.viygZCSd .trSndhiC {
  margin-top: -13px;
}
.viygZCSd .trSndhiC .ant-checkbox-group {
  width: 100%;
}
.viygZCSd .trSndhiC .ant-checkbox + span {
  line-height: 17px;
}
.viygZCSd .trSndhiC .ant-checkbox-inner {
  border: 1px solid var(--nepal-blue);
}
.viygZCSd .lXsQolmL {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
}
.viygZCSd .TLyVvFgM {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
  font-weight: 500;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.viygZCSd .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.viygZCSd .DGkfrX6d {
  display: flex;
  justify-content: center;
  align-items: center;
}
.viygZCSd .luC579zE {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
}
.viygZCSd .luC579zE input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .jwj6Zewj {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
}
.viygZCSd .jwj6Zewj input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .jwj6Zewj .ant-input {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: var(--dark-blue);
}
.viygZCSd .M7spdQP2 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.viygZCSd .M7spdQP2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .M7spdQP2 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.viygZCSd .wlzH7F58 {
  color: var(--dark-blue);
  margin-top: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border: none;
  margin-bottom: 10px;
}
.viygZCSd .wlzH7F58 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-arrow {
  height: 100%;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
}
.viygZCSd .wlzH7F58 .ant-select-selection-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.viygZCSd .wlzH7F58 .ant-select-selection-item {
  border-radius: 4px;
  border: none;
  background: rgba(0, 112, 244, 0.07);
}
.viygZCSd .Uo6vjdPk {
  padding: 0px 10px 0px 0px;
}
.viygZCSd .Gj5kQM9c {
  padding: 0px 10px 0px 10px;
}
.viygZCSd .L6j_yUQz {
  padding: 0px 0px 0px 10px;
}
.viygZCSd .UHgmzBEy {
  display: flex;
  justify-content: center;
}
.viygZCSd .UHgmzBEy .SPuRgily {
  color: var(--blue-ribbon);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border-color: var(--blue-ribbon);
  width: 127px;
  height: 22px;
}
.viygZCSd .UHgmzBEy .SPuRgily:hover {
  background: var(--table-edit-mode);
}
.viygZCSd .UHgmzBEy .SPuRgily .Rnh7OLsE {
  margin-right: 5px;
}
.viygZCSd .aps2sMx3 {
  background: var(--table-edit-mode);
  border-radius: 3px;
  padding: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd {
  margin-top: 12px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd:first-of-type {
  margin-top: 0px;
}
.viygZCSd .aps2sMx3 .NnSaU9cd input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.viygZCSd .aps2sMx3 .ant-input-affix-wrapper {
  padding: 0;
}
.viygZCSd .aps2sMx3 .ant-input-prefix {
  margin: 0;
}
.viygZCSd .aps2sMx3 .iyKNokvs {
  margin-top: 12px;
}
.viygZCSd .aps2sMx3 .iyKNokvs:first-of-type {
  margin-top: 0px;
}
.viygZCSd .aps2sMx3 .iyKNokvs input {
  padding-left: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.viygZCSd .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.viygZCSd .aps2sMx3 .iyKNokvs .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  position: absolute;
  font-size: 10px;
  width: 100%;
  text-align: right;
  flex-wrap: wrap;
  margin-top: 0px;
}
.viygZCSd .YySWltOu {
  margin-bottom: 10px;
}
.viygZCSd .YySWltOu .ant-radio-inner {
  border-color: var(--nepal-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ldAOmC3n {
  width: 100%;
}
.ldAOmC3n .qYlePK1v {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.ldAOmC3n .MtNkuEK0 {
  display: flex;
  justify-content: space-between;
}
.ldAOmC3n .wpnHjKeS {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--hit-gray);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.ldAOmC3n .ant-input-affix-wrapper-disabled {
  background: var(--botticelli-green-a50);
}
.ldAOmC3n .ant-input-prefix {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-top: -5px;
  margin-left: -12px;
  margin-right: 8px;
  border-right: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  height: 32px;
  border-radius: 3px;
  border: none;
  border: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7:hover {
  border: 1px solid var(--botticelli-blue);
}
.ldAOmC3n .jIMGH5O7 input {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.ldAOmC3n .jIMGH5O7 .QAZqgKOA {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-top: 2px;
  margin-left: 2px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Db7vthN6 {
  display: flex;
  align-items: center;
  color: var(--nepal-blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 12px;
  height: 22px;
  border: 1px solid var(--botticelli-blue);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.Db7vthN6:hover {
  background-color: var(--ghost-white);
}
.Db7vthN6:hover span {
  color: var(--nepal-blue);
}
.Db7vthN6 .gE7yc6HE {
  background-color: var(--nepal-blue);
  height: 9px;
  width: 9px;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.Db7vthN6 .gE7yc6HE .Aelgy9k7 {
  margin: auto;
  background-color: var(--white);
  border-radius: 0.5px;
  width: 5px;
  height: 1px;
}
.x_bhVYTA {
  color: var(--white);
  background: var(--pewter-blue);
}
.x_bhVYTA:hover {
  background: var(--pewter-blue);
}
.x_bhVYTA .Rvc9VpNr {
  background: var(--white);
}
.x_bhVYTA .Aelgy9k7.uGS4MEaQ {
  background-color: var(--pewter-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.YQI0hgfd {
  height: calc(100vh - 60px);
  margin-top: 63px;
  overflow-x: hidden;
}
.YQI0hgfd .AUQVNjUh {
  background-color: #f3f6f8;
}
.YQI0hgfd .AUQVNjUh .mTrXXOez {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .alcNUD9s {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .alcNUD9s .X9pqxK6A {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .tghUYyX9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  .YQI0hgfd .AUQVNjUh .mTrXXOez .tghUYyX9 {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .YQI0hgfd .AUQVNjUh .mTrXXOez .tghUYyX9 {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .YkacFgaV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .YQI0hgfd .AUQVNjUh .mTrXXOez .YkacFgaV {
    width: 90%;
    padding: 0 16px;
  }
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .cq9sH7Qc {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  .YQI0hgfd .AUQVNjUh .mTrXXOez .cq9sH7Qc {
    font-size: 20px;
    line-height: 27px;
  }
  .YQI0hgfd .AUQVNjUh .mTrXXOez .cq9sH7Qc br {
    display: none;
  }
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .xn5Kh9WB {
  height: 40px;
  border-radius: 96px;
  background-color: var(--white);
  color: var(--primary-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
.YQI0hgfd .AUQVNjUh .mTrXXOez .xn5Kh9WB:hover {
  background-color: var(--clear-sky-lite);
}
.YQI0hgfd .AUQVNjUh .rtaelHIu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9:nth-child(1) .O_pBXbj7 > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9:nth-child(1) .O_pBXbj7 > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9:nth-child(2) .O_pBXbj7 > div {
    background-position-x: 0%;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .AtP9kpvo {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .AtP9kpvo {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .AtP9kpvo {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .AtP9kpvo .EeQIYs4H {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .DbFPvoaz {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .DbFPvoaz {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .DbFPvoaz {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  .YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV {
    padding: 0 40px 0 30px;
  }
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV .viclbk4R {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV .oO_3kur5 {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV .P4ljn3Pb {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.YQI0hgfd .AUQVNjUh .rtaelHIu .cC5A3sV9 .oiXlyP8W .YkacFgaV .DxXtr2sh {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx {
  padding: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: left;
  background-position-y: bottom;
  width: 100vw;
}
@media (min-width: 1580px) {
  .YQI0hgfd .AUQVNjUh .PLsjUsBx {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .PLsjUsBx {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .djnmIxmg {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .djnmIxmg .XaTT5_oe {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .djnmIxmg .P4ljn3Pb {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd .TR1e85Bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd .TR1e85Bl .IXqkf6TX {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  .YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd .TR1e85Bl .IXqkf6TX {
    margin: 23px 0 23px 0;
  }
}
.YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd .TR1e85Bl .IXqkf6TX .DxXtr2sh {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  .YQI0hgfd .AUQVNjUh .PLsjUsBx .ieU0l4hd .TR1e85Bl .IXqkf6TX .DxXtr2sh {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.NM7k6SIG {
  background: var(--picton-blue);
  opacity: 0.8;
  padding: 60px;
  width: 100%;
}
.NM7k6SIG .oJsChw8K .MzCPmX7d {
  color: var(--white);
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
}
.NM7k6SIG .oJsChw8K .OOsexVkj {
  margin: 15px 0 15px 0;
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--white);
}
.NM7k6SIG .oJsChw8K .H6Q5fRsh {
  width: 35%;
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 900px) {
  .NM7k6SIG .oJsChw8K .H6Q5fRsh {
    width: 70%;
  }
}
@media (max-width: 460px) {
  .NM7k6SIG .oJsChw8K .H6Q5fRsh {
    width: 100%;
  }
}
.NM7k6SIG .A42JzMwT {
  position: relative;
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 40px 0 40px;
}
@media (max-width: 550px) {
  .NM7k6SIG .A42JzMwT {
    padding: 0;
  }
}
@media (max-width: 460px) {
  .NM7k6SIG .A42JzMwT {
    flex-direction: column;
  }
}
.NM7k6SIG .A42JzMwT .HCKJHdjW {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.NM7k6SIG .A42JzMwT .HCKJHdjW .lbzexScG {
  bottom: 0;
  margin-top: 10px;
  font-family: Poppins;
  color: var(--white);
  font-size: 22px;
  white-space: nowrap;
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.iALaYQbu {
  width: 100%;
  background-image: url("/img/background-lines-top-right-4.png"), linear-gradient(90deg, var(--onahau-blue) 0%, var(--sparkling-snow) 100%);
  position: relative;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: auto;
  height: 100%;
  padding: 100px 30px 100px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iALaYQbu .Xu7N9bV2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .iALaYQbu .Xu7N9bV2 {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 600px) {
  .iALaYQbu .Xu7N9bV2 {
    padding: 30px 20px 50px 20px;
  }
}
.iALaYQbu .Xu7N9bV2 .MeFaQ0ou {
  margin-bottom: 50px;
}
.iALaYQbu .Xu7N9bV2 .MeFaQ0ou .xS0xSlk0 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--table-grey);
}
.iALaYQbu .Xu7N9bV2 .MeFaQ0ou .QG3hhQVK {
  font-family: "Barlow";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: var(--table-grey);
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x {
  background: var(--white);
  padding: 50px;
  width: fit-content;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .iALaYQbu .Xu7N9bV2 .FUFBWI4x {
    flex-direction: column;
    align-items: center;
  }
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .zWb0aqBN {
  width: 472px;
  min-height: 779px;
  background-color: var(--white);
  margin: 20px;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
}
@media (max-width: 530px) {
  .iALaYQbu .Xu7N9bV2 .FUFBWI4x .zWb0aqBN {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .zWb0aqBN:nth-child(2) .DImPRkFy > .C70cldMZ:nth-child(1) .vezHathn {
  font-weight: bold !important;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .EEMhHSRJ {
  width: 472px;
  min-height: 779px;
  background-color: var(--white);
  margin: 20px;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
  min-height: 100%;
  padding: 20px;
}
@media (max-width: 530px) {
  .iALaYQbu .Xu7N9bV2 .FUFBWI4x .EEMhHSRJ {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .EEMhHSRJ:nth-child(2) .DImPRkFy > .C70cldMZ:nth-child(1) .vezHathn {
  font-weight: bold !important;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .DImPRkFy {
  margin: 15px 15px 40px 15px;
}
@media (max-width: 800px) {
  .iALaYQbu .Xu7N9bV2 .FUFBWI4x .DImPRkFy {
    margin: 0px;
  }
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .DImPRkFy .C70cldMZ {
  margin: 15px;
  display: flex;
  align-items: center;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .DImPRkFy .C70cldMZ .vezHathn {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .KLqOCqjN {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .KLqOCqjN .Rj2Dwcat {
  border: none;
  border-radius: 87px;
  box-shadow: none;
  height: 32px;
}
.iALaYQbu .Xu7N9bV2 .FUFBWI4x .KLqOCqjN .Rj2Dwcat span {
  text-transform: unset;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 0 12px;
  transition: all 0.5s;
}
.rDmgoJtB .ant-modal-content {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  width: fit-content;
}
.rDmgoJtB .ant-modal-body {
  position: relative;
  border-radius: 0px 0px 12px 12px;
}
.rDmgoJtB .ant-modal-header {
  border: none;
  background: transparent;
}
.rDmgoJtB .ant-modal-close-x svg {
  color: var(--white);
}
.rDmgoJtB .Xu7N9bV2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rDmgoJtB .Xu7N9bV2 .Q9wJxeMN {
  padding: 20px 70px 40px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
}
@media (max-width: 600px) {
  .rDmgoJtB .Xu7N9bV2 .Q9wJxeMN {
    font-size: 28px;
    padding: 20px 0px 0px 0px;
  }
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .rDmgoJtB .Xu7N9bV2 .FUFBWI4x {
    flex-direction: column;
    align-items: center;
  }
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .uJaPXKts {
  margin: 20px;
  background-color: var(--white);
  width: 100%;
  max-width: 450px;
  padding: 50px 10px 30px 10px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .rDmgoJtB .Xu7N9bV2 .FUFBWI4x .uJaPXKts {
    padding: 30px 0px 30px 0px;
  }
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .uJaPXKts .L2hN7djP {
  max-height: 29px;
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .sdnbJ0Jf {
  margin: 20px;
  background-color: var(--white);
  width: 100%;
  max-width: 450px;
  padding: 50px 10px 30px 10px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 20px 30px;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .rDmgoJtB .Xu7N9bV2 .FUFBWI4x .sdnbJ0Jf {
    padding: 30px 0px 30px 0px;
  }
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .sdnbJ0Jf .L2hN7djP {
  max-height: 29px;
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .sdnbJ0Jf .JWtEGqw8 {
  color: var(--darker-blue);
}
.rDmgoJtB .Xu7N9bV2 .FUFBWI4x .sdnbJ0Jf .JdMDGFop {
  color: var(--blue-ribbon);
  cursor: pointer;
}
.uJaPXKts {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 35px 0;
}
@media (max-width: 530px) {
  .uJaPXKts {
    margin: 20px 0px 20px 0px;
  }
}
.uJaPXKts .deb5PVKC {
  color: var(--hit-gray);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
.uJaPXKts .L2hN7djP {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 34px;
  line-height: 25px;
  text-align: center;
  color: var(--darker-blue);
}
.uJaPXKts .L2hN7djP .KHcdTUfr {
  background: linear-gradient(95.7deg, var(--heliotrope-magenta) 12.17%, var(--trusted-purple) 93.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uJaPXKts .B6VKMlAq {
  width: 100%;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
}
.uJaPXKts .B6VKMlAq .newjriZk {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
}
.uJaPXKts .B6VKMlAq .Uj_IUZgk {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
.uJaPXKts .B6VKMlAq .noMpJTzC {
  font-weight: 500;
  font-size: 20px;
  align-self: flex-start;
  align-self: flex-end;
}
.uJaPXKts .Rj2Dwcat {
  height: 38px;
  width: 156px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.uJaPXKts .DvcWC7di {
  margin-top: 20px;
  height: 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: var(--hit-gray);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.cgHtyvLq {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.cgHtyvLq .zZ7LQGQz {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
}
.cgHtyvLq .zZ7LQGQz .Yp8X0h1p {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.cgHtyvLq .zZ7LQGQz .Yp8X0h1p .MjKF3Bca {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.cgHtyvLq .zZ7LQGQz .SnGEOc6e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  .cgHtyvLq .zZ7LQGQz .SnGEOc6e {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .cgHtyvLq .zZ7LQGQz .SnGEOc6e {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.cgHtyvLq .zZ7LQGQz .JtAvLegx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cgHtyvLq .zZ7LQGQz .JtAvLegx {
    width: 90%;
    padding: 0 16px;
  }
}
.cgHtyvLq .zZ7LQGQz .lVS9OOjp {
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin: 12px;
}
@media (max-width: 400px) {
  .cgHtyvLq .zZ7LQGQz .lVS9OOjp {
    font-size: 40px;
    line-height: 40px;
    margin: 12px;
  }
  .cgHtyvLq .zZ7LQGQz .lVS9OOjp br {
    display: none;
  }
}
.cgHtyvLq .zZ7LQGQz .pi0F7c6Q {
  color: var(--white);
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 400px) {
  .cgHtyvLq .zZ7LQGQz .pi0F7c6Q {
    font-size: 20px;
    line-height: 27px;
  }
  .cgHtyvLq .zZ7LQGQz .pi0F7c6Q br {
    display: none;
  }
}
.cgHtyvLq .zZ7LQGQz .JywxEnYr {
  height: 40px;
  border-radius: 96px;
  background-color: var(--white);
  color: var(--primary-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
.cgHtyvLq .zZ7LQGQz .JywxEnYr:hover {
  background-color: var(--clear-sky-lite);
}
.cgHtyvLq .Jx2AF1Xd {
  background: #012343;
  min-height: 289px;
}
.cgHtyvLq .Jx2AF1Xd .JywxEnYr {
  height: 40px;
  border-radius: 96px;
  background-color: var(--primary-lite);
  color: var(--clear-sky-lite);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 0 30px 0 30px;
  margin-top: 35px;
}
.cgHtyvLq .Jx2AF1Xd .JywxEnYr:hover {
  background-color: var(--bondi-blue);
}
.cgHtyvLq .Jx2AF1Xd .Q5Mzt24g {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.cgHtyvLq .Jx2AF1Xd .yKOpA1Dc {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.cgHtyvLq .Jx2AF1Xd .n3yNTw_3 {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.cgHtyvLq .Wmwz66B7 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV {
  min-height: 400px;
  height: 50vw;
  max-height: 432px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV {
    align-items: flex-start;
    justify-content: flex-start;
    max-height: none;
    height: 100%;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV:nth-child(1) .Xyetcdhq > div {
  background-position-x: 50%;
  background-position-y: 20%;
}
@media (max-width: 475px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV:nth-child(1) .Xyetcdhq > div {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV:nth-child(2) .Xyetcdhq > div {
    background-position-x: 0%;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .Etw4YbVp {
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .Etw4YbVp {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .Etw4YbVp {
    order: 1;
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .Etw4YbVp .KvMPl852 {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H {
  position: relative;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .ZnnOVSLm {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .ZnnOVSLm {
    transform: rotate(-7deg);
    right: -28px;
    height: 111px;
    width: 200%;
    bottom: -130px;
  }
}
@media (max-width: 500px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .ZnnOVSLm {
    bottom: -100px;
  }
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx {
  height: 100%;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx {
    padding: 0 80px 0 60px;
  }
}
@media (max-width: 900px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }
}
@media (max-width: 450px) {
  .cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx {
    padding: 0 40px 0 30px;
  }
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx .Q5Mzt24g {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0em;
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx .yKOpA1Dc {
  margin: 15px 0 15px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx .n3yNTw_3 {
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.cgHtyvLq .Wmwz66B7 .lS5f0FbV .LDvZWz3H .JtAvLegx .tfW9ViqY {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.cgHtyvLq .wYmlgHIC {
  padding: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: left;
  background-position-y: bottom;
  width: 100vw;
}
@media (min-width: 1580px) {
  .cgHtyvLq .wYmlgHIC {
    padding: 80px 150px 80px 150px;
  }
}
@media (max-width: 900px) {
  .cgHtyvLq .wYmlgHIC {
    padding: 40px;
    background-size: 70%;
    background-position-x: left;
    background-position-y: bottom;
  }
}
.cgHtyvLq .wYmlgHIC .y6Zdrkx8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
}
.cgHtyvLq .wYmlgHIC .y6Zdrkx8 .VVeW3Lvq {
  font-family: Poppins;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.cgHtyvLq .wYmlgHIC .y6Zdrkx8 .n3yNTw_3 {
  position: relative;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
}
.cgHtyvLq .wYmlgHIC .rewsaZJo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .cgHtyvLq .wYmlgHIC .rewsaZJo {
    margin: 50px 0 50px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.cgHtyvLq .wYmlgHIC .rewsaZJo .FsBrET09 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cgHtyvLq .wYmlgHIC .rewsaZJo .FsBrET09 .biXQE4jX {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
  height: 20px;
}
@media (max-width: 900px) {
  .cgHtyvLq .wYmlgHIC .rewsaZJo .FsBrET09 .biXQE4jX {
    margin: 23px 0 23px 0;
  }
}
.cgHtyvLq .wYmlgHIC .rewsaZJo .FsBrET09 .biXQE4jX .tfW9ViqY {
  margin-left: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1220px) {
  .cgHtyvLq .wYmlgHIC .rewsaZJo .FsBrET09 .biXQE4jX .tfW9ViqY {
    white-space: nowrap;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.EDCbf47Z {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.EDCbf47Z h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
.EDCbf47Z h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
}
.EDCbf47Z h4 {
  position: relative;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.EDCbf47Z h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.EDCbf47Z h4:after .EDCbf47Z h4.RlfBLktE {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: var(--primary-lite);
  border-radius: 4px;
}
.EDCbf47Z h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.EDCbf47Z h6 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.axJxLfs0 {
  position: relative;
  width: 100%;
  height: 720px;
  max-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  background-color: #000;
}
.axJxLfs0 .DhDc3IY6 {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.axJxLfs0 .DhDc3IY6 .HhMBNPyC {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.axJxLfs0 .Tqn5BCH7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/solar-carousel_video_screenshot.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 768px) {
  .axJxLfs0 .Tqn5BCH7 {
    background-position-x: 30%;
  }
}
@media (max-width: 475px) {
  .axJxLfs0 .Tqn5BCH7 {
    background-position-x: 37%;
    background-position-y: 0%;
  }
}
.axJxLfs0 .lYL9835y {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.4);
  z-index: 2;
}
.axJxLfs0 .JBhoR2w2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  position: absolute;
  width: calc(100% - 128px);
  max-width: 1280px;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .axJxLfs0 .JBhoR2w2 {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
.axJxLfs0 .I6o_5uDc {
  font-family: "Poppins", "Barlow", sans-serif;
  font-size: 54px;
  line-height: 50px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .axJxLfs0 .I6o_5uDc {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 475px) {
  .axJxLfs0 .I6o_5uDc {
    font-size: 24px;
    line-height: 24px;
  }
}
.axJxLfs0 .rUbl_O9i {
  color: var(--white);
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .axJxLfs0 .rUbl_O9i {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 475px) {
  .axJxLfs0 .rUbl_O9i {
    font-size: 14px;
    line-height: 19px;
  }
  .axJxLfs0 .rUbl_O9i br {
    display: none;
  }
}
.axJxLfs0 .n4ML40oi {
  display: flex;
}
.axJxLfs0 .n4ML40oi .r5DfL4Lb {
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: var(--white);
  border: 1px solid var(--primary-lite);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  color: var(--primary-lite);
}
.axJxLfs0 .n4ML40oi .r5DfL4Lb::placeholder {
  color: var(--primary-lite);
}
.axJxLfs0 .n4ML40oi ._JaWVPml {
  width: 264px;
  height: 40px;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.axJxLfs0 .n4ML40oi ._JaWVPml:hover {
  background-color: var(--primary-lite-highlighted);
}
@media (max-width: 768px) {
  .axJxLfs0 .n4ML40oi {
    flex-direction: column;
  }
  .axJxLfs0 .n4ML40oi .r5DfL4Lb {
    margin-bottom: 20px;
    width: 228px;
  }
}
.qmh0YKwt {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.qmh0YKwt .bJRtQ0E7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.qmh0YKwt .bJRtQ0E7:hover,
.qmh0YKwt .bJRtQ0E7:focus {
  transform: scale(1.05);
}
.qmh0YKwt .bJRtQ0E7::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.qmh0YKwt:hover .bJRtQ0E7:before {
  opacity: 0.3;
}
.qmh0YKwt .bJRtQ0E7::before {
  background-color: #000;
}
.qmh0YKwt:hover .bJRtQ0E7:before {
  opacity: 0.1;
}
.rWJr28AH {
  width: 100%;
  background-color: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rWJr28AH .XnFD5KMP {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 70px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rWJr28AH .XnFD5KMP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  background-color: var(--light-grey);
}
.rWJr28AH .XnFD5KMP .I6o_5uDc {
  font-weight: 700;
  margin-bottom: 24px;
}
.rWJr28AH .XnFD5KMP .dfEpYnGH {
  text-align: center;
}
.rWJr28AH .k5ONq3pE::before {
  display: none;
}
.rWJr28AH .Q2LhDylo {
  width: calc(100% - 100px);
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .rWJr28AH .Q2LhDylo {
    width: calc(100% - 64px);
  }
}
@media (max-width: 475px) {
  .rWJr28AH .Q2LhDylo {
    width: calc(100% - 32px);
  }
}
.rWJr28AH .OQ0fIxWG {
  display: flex;
  width: 100%;
  position: relative;
}
.rWJr28AH .OQ0fIxWG:nth-child(2) {
  margin-top: 64px;
  justify-content: flex-end;
}
.rWJr28AH .OQ0fIxWG:nth-child(2) .RVp93myw {
  left: 0;
  right: auto;
}
@media (max-width: 998px) {
  .rWJr28AH .OQ0fIxWG .QM18A_o1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
  height: 36vw;
  max-height: 520px;
  width: 74vw;
  max-width: 1060px;
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC .bJRtQ0E7 {
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 998px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC {
    width: 100%;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC {
    height: 60vw;
  }
}
@media (max-width: 475px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC {
    height: 65vw;
  }
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC .BE4oo6yC {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Juan.jpg");
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 768px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .BE4oo6yC {
    background-position-y: 75%;
  }
}
@media (max-width: 475px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .BE4oo6yC {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Juan_mobile.jpg");
    background-position-y: 50%;
  }
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC .RzvEJc_h {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish.jpg");
}
@media (max-width: 998px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .RzvEJc_h {
    background-position-x: 25%;
    background-position-y: 25%;
  }
}
@media (max-width: 475px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .RzvEJc_h {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_PujaAmish_mobile.jpg");
    background-position-x: 35%;
  }
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC .k8tWVqJJ {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_John.jpg");
  background-position-x: 20%;
  background-position-y: 20%;
}
@media (max-width: 768px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .k8tWVqJJ {
    background-position-x: 30%;
    background-position-y: 0%;
  }
}
@media (max-width: 475px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .k8tWVqJJ {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_John_mobile.jpg");
    background-position-x: 50%;
  }
}
.rWJr28AH .OQ0fIxWG .wXb3_NuC .P9W4XTFU {
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy.jpg");
  background-position-x: 50%;
}
@media (max-width: 768px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .P9W4XTFU {
    background-position-x: 60%;
  }
}
@media (max-width: 475px) {
  .rWJr28AH .OQ0fIxWG .wXb3_NuC .P9W4XTFU {
    background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/why-solar/whysolar_Kristy_mobile.jpg");
    background-position-x: 50%;
  }
}
.rWJr28AH .OQ0fIxWG .RVp93myw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: var(--white);
  z-index: 2;
  max-height: 324px;
  height: 36vw;
  width: 410px;
  padding: 50px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .rWJr28AH .OQ0fIxWG .RVp93myw {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
    max-height: none;
    background-color: var(--cream);
  }
}
.rWJr28AH .OQ0fIxWG .RVp93myw .a777yz44 {
  width: 293px;
}
.rWJr28AH .OQ0fIxWG .RVp93myw .a777yz44 .hXFyppTE {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: var(--table-grey);
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .rWJr28AH .OQ0fIxWG .RVp93myw .a777yz44 {
    width: 100%;
    margin-bottom: 33px;
  }
}
.rWJr28AH .OQ0fIxWG .RVp93myw .b8y6Y8Nz {
  width: 229px;
  height: 52px;
  min-height: 52px;
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.rWJr28AH .OQ0fIxWG .RVp93myw .b8y6Y8Nz .qQbsPmly {
  font-size: 21px;
  margin-left: 12px;
}
.rWJr28AH .OQ0fIxWG .RVp93myw .b8y6Y8Nz:hover {
  background-color: var(--primary-lite-highlighted);
}
.ElKgC_BR {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ElKgC_BR img {
  width: 100vw;
  height: 43vw;
}
.iJay2fp6 {
  width: 100%;
  background-color: var(--tangaroa);
  padding: 64px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iJay2fp6 .JBhoR2w2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}
.iJay2fp6 .rxi3PJL6 {
  margin-bottom: 16px;
  color: var(--white);
}
.iJay2fp6 .gi3YbZvi {
  color: var(--white);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  max-width: 768px;
  margin-bottom: 32px;
  text-align: center;
}
.iJay2fp6 .Q2LhDylo {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .iJay2fp6 .Q2LhDylo {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.iJay2fp6 .Q2LhDylo .RVp93myw {
  position: relative;
  overflow: hidden;
  width: 193px;
  height: 254px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
  padding: 32px 24px;
  z-index: 1;
  background-color: var(--white);
  margin-top: 8px;
}
.iJay2fp6 .Q2LhDylo .RVp93myw:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .iJay2fp6 .Q2LhDylo .RVp93myw:not(:last-child) {
    margin-right: 0;
  }
}
.iJay2fp6 .Q2LhDylo .bJRtQ0E7 {
  background-position: center 50%;
}
.iJay2fp6 .Q2LhDylo .xr_XdxXi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.iJay2fp6 .Q2LhDylo .EtnR6GNV {
  z-index: 3;
  font-size: 14px;
  line-height: 17px;
  width: 70%;
}
.KBg8O6MF {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.KBg8O6MF .JBhoR2w2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.KBg8O6MF .hXFyppTE {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.KBg8O6MF .gi3YbZvi {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.KBg8O6MF .B29lmBCY {
  display: flex;
}
.KBg8O6MF .B29lmBCY .r5DfL4Lb {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid var(--regent-gray);
  background-color: transparent;
  color: var(--white);
  margin-right: 16px;
  text-align: center;
  font-weight: 400;
}
.KBg8O6MF .B29lmBCY .r5DfL4Lb::placeholder {
  color: var(--white);
}
.KBg8O6MF .B29lmBCY ._JaWVPml {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.KBg8O6MF .B29lmBCY ._JaWVPml:hover {
  background-color: var(--primary-lite-highlighted);
}
.VCLTtpye {
  width: 100%;
  padding: 46px;
  background-color: var(--tangaroa);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.VCLTtpye .JBhoR2w2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.VCLTtpye .hXFyppTE {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.VCLTtpye .gi3YbZvi {
  color: var(--white);
  text-align: center;
  margin-bottom: 37px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.VCLTtpye .B29lmBCY {
  display: flex;
}
.VCLTtpye .B29lmBCY .r5DfL4Lb {
  height: 36px;
  width: 144px;
  border-radius: 2px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid var(--regent-gray);
  background-color: transparent;
  color: var(--white);
  margin-right: 16px;
  text-align: center;
  font-weight: 400;
}
.VCLTtpye .B29lmBCY .r5DfL4Lb::placeholder {
  color: var(--white);
}
.VCLTtpye .B29lmBCY ._JaWVPml {
  background-color: var(--primary-lite);
  height: 36px;
  width: 165px;
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.VCLTtpye .B29lmBCY ._JaWVPml:hover {
  background-color: var(--primary-lite-highlighted);
}
.VCLTtpye .JBhoR2w2 .hXFyppTE,
.VCLTtpye .JBhoR2w2 .gi3YbZvi,
.VCLTtpye .B29lmBCY .r5DfL4Lb,
.VCLTtpye .B29lmBCY .r5DfL4Lb::placeholder {
  color: var(--table-grey);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.bFrPq2vf {
  padding-top: 64px;
  background-color: #f3f6f8;
}
.q0C5O2A3 {
  background: #000;
  /*
  for consistent behavior for image zoom on hover. ensure that the parent
  container has

    position: relative
    overflow: hidden

  and has as a child element with classname .bg, and specify the background
  image url in that child element.
  */
}
.q0C5O2A3 .Q6WkYMM_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: transform 500ms ease-in-out 0s;
}
.q0C5O2A3 .Q6WkYMM_:hover,
.q0C5O2A3 .Q6WkYMM_:focus {
  transform: scale(1.05);
}
.q0C5O2A3 .Q6WkYMM_::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.45s ease-in-out;
  background-color: var(--light-grey);
}
.q0C5O2A3:hover .Q6WkYMM_:before {
  opacity: 0.3;
}
.q0C5O2A3 .Q6WkYMM_::before {
  background-color: #000;
}
.q0C5O2A3:hover .Q6WkYMM_:before {
  opacity: 0.1;
}
._HcX5jZ3 {
  position: relative;
  width: 100%;
  height: 720px;
  display: flex;
  background-color: var(--dark-veil-black);
  color: var(--white);
}
._HcX5jZ3 .dRGdYOFv {
  width: 100%;
  height: 100%;
  margin: auto;
}
._HcX5jZ3 .dRGdYOFv .CZScLGjm {
  width: 100%;
  height: 100%;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/faq/faq_Header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V {
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100%);
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V .dRGdYOFv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 128px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V .yHO31Gl6 {
  width: 100%;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 50px;
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 600;
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V .N50Be7n4 {
  margin: 20px 0px;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V .LSwapf13 {
  height: 40px;
  width: 200px;
  color: var(--white);
  background-color: var(--primary-lite);
  border-radius: 96px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
._HcX5jZ3 .dRGdYOFv .D83qNV3V .LSwapf13:hover {
  background-color: var(--primary-lite-highlighted);
}
.gKHa9NC7 {
  margin-top: 60px;
  margin-bottom: 72px;
  width: 100%;
  background-color: #f5f7f9;
}
.gKHa9NC7 .LVBLhzu8 {
  transition: all 0.2s ease-in-out;
}
.gKHa9NC7 .dRGdYOFv {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .gKHa9NC7 .dRGdYOFv {
    padding: 0px 20px;
  }
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ {
  cursor: pointer;
  flex: 1 0 30%;
  z-index: 10;
  color: var(--white);
  min-width: 290px;
  max-width: 47.5%;
  height: 508px;
  margin: 0px 11px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: black;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
}
@media (max-width: 738px) {
  .gKHa9NC7 .dRGdYOFv .LUfSE4gZ {
    width: 100%;
    max-width: unset;
  }
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .uMYOXbuH {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  height: calc(110%);
  z-index: 0;
  border-radius: 4px;
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .uMYOXbuH::before {
  background-color: transparent;
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .uMYOXbuH .sscuaWZz {
  height: 90%;
  background: linear-gradient(transparent 50%, black);
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .evkmCPuP {
  position: absolute;
  bottom: 30px;
  height: 94px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(transparent 60%, black);
  max-width: 400px;
  padding: 0px 40px;
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .zpWBFIzf {
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  font-family: "Poppins", "Barlow", sans-serif;
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .r_UQc3mq {
  transition: all 0.2s ease-in-out;
  margin-left: -16px;
  width: 70px;
  height: 36px;
  background-image: url(/img/powur-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 8px;
}
.gKHa9NC7 .dRGdYOFv .LUfSE4gZ .FODV5WYV {
  transition: all 0.2s ease-in-out;
  width: 36px;
  height: 3px;
  border-radius: 1px;
  background: var(--primary-lite);
  margin-bottom: 6px;
  margin-top: 4px;
}
.Qtr2QXc7 {
  width: 100%;
  background-color: var(--cream);
}
.Qtr2QXc7 .V3vakeB7 {
  width: 100%;
  height: 84px;
  background: var(--dark-charcoal);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.Qtr2QXc7 .V3vakeB7 .bpBqE9ay {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  color: var(--white);
}
.Qtr2QXc7 .dRGdYOFv {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Qtr2QXc7 .dRGdYOFv .KzsE1ZKR {
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  margin: 9px 0px 24px 0px;
}
.Qtr2QXc7 .dRGdYOFv .zpWBFIzf {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.B1RPNUkQ {
  height: 64px;
  background: linear-gradient(90.94deg, var(--royal-peacock-blue) 29.17%, var(--holiday-blue) 78.39%);
}
.B1RPNUkQ .i_lZbkQv {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
}
.B1RPNUkQ .i_lZbkQv .DK9QfqcU {
  position: relative;
  top: 2px;
}
.ql_Eb4rf {
  height: calc(100vh);
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  flex-direction: column;
}
.VG_rd4Sj {
  width: 720px;
  max-width: 100vw;
  margin: 0 16px;
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.u3Ii9wk9 {
  max-width: 720px !important;
  width: 100%;
}
.u3Ii9wk9 .pR6B6NUf {
  min-height: 164px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  padding: 45px 30px 0 30px;
  width: 100%;
  height: 164px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .u3Ii9wk9 .pR6B6NUf {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.u3Ii9wk9 .pR6B6NUf .lKfC6JDb {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.u3Ii9wk9 .pR6B6NUf .vxVQcGew {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .u3Ii9wk9 .pR6B6NUf .lKfC6JDb {
    font-size: 16px;
  }
  .u3Ii9wk9 .pR6B6NUf .vxVQcGew {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .u3Ii9wk9 .pR6B6NUf .lKfC6JDb {
    font-size: 14px;
  }
  .u3Ii9wk9 .pR6B6NUf .vxVQcGew {
    font-size: 10px;
  }
}
.u3Ii9wk9 .ljXy9Krp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.u3Ii9wk9 .ljXy9Krp .GaOCatnW {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.u3Ii9wk9 .ljXy9Krp .boacSW5h {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.u3Ii9wk9 .w_xEwzGN {
  width: 80%;
  margin: 0 auto;
}
.u3Ii9wk9 .w_xEwzGN .ant-legacy-form-item {
  margin-bottom: 12px;
}
.u3Ii9wk9 .w_xEwzGN .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.u3Ii9wk9 .w_xEwzGN .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.u3Ii9wk9 .w_xEwzGN .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.u3Ii9wk9 .w_xEwzGN .PgqMo7vL {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.u3Ii9wk9 .w_xEwzGN .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.u3Ii9wk9 .w_xEwzGN .icBszIcD {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u3Ii9wk9 .w_xEwzGN .WF2_Bthn {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.u3Ii9wk9 .w_xEwzGN .WF2_Bthn input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.u3Ii9wk9 .w_xEwzGN .zFZjDCLb {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.u3Ii9wk9 .w_xEwzGN .zFZjDCLb input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.u3Ii9wk9 .w_xEwzGN .zFZjDCLb .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.u3Ii9wk9 .w_xEwzGN .lFNyfjI2 {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.u3Ii9wk9 .w_xEwzGN .lFNyfjI2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.u3Ii9wk9 .w_xEwzGN .lFNyfjI2 .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.u3Ii9wk9 .w_xEwzGN .lFNyfjI2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.u3Ii9wk9 .w_xEwzGN .lFNyfjI2 .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.u3Ii9wk9 .jnxfJLcp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.u3Ii9wk9 .jnxfJLcp .AmxL2pkS {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .u3Ii9wk9 .jnxfJLcp .AmxL2pkS {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .u3Ii9wk9 .jnxfJLcp .AmxL2pkS {
    font-size: 14px;
    width: 228px;
  }
}
.u3Ii9wk9 .jnxfJLcp .XAmL9xbN {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .u3Ii9wk9 .jnxfJLcp .XAmL9xbN {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .u3Ii9wk9 .jnxfJLcp .XAmL9xbN {
    font-size: 14px;
    width: 228px;
  }
}
.L577UZWE {
  max-width: 720px !important;
  max-width: 720px;
  width: 100%;
  height: 369px;
  max-height: 369px;
}
.L577UZWE .pR6B6NUf {
  min-height: 164px;
  background: var(--primary-lite);
  border-radius: 8px 8px 0px 0px;
  padding: 45px 30px 0 30px;
  width: 100%;
  height: 164px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  .L577UZWE .pR6B6NUf {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.L577UZWE .pR6B6NUf .lKfC6JDb {
  font-weight: 600;
  color: var(--white);
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0em;
}
.L577UZWE .pR6B6NUf .vxVQcGew {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 720px) {
  .L577UZWE .pR6B6NUf .lKfC6JDb {
    font-size: 16px;
  }
  .L577UZWE .pR6B6NUf .vxVQcGew {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .L577UZWE .pR6B6NUf .lKfC6JDb {
    font-size: 14px;
  }
  .L577UZWE .pR6B6NUf .vxVQcGew {
    font-size: 10px;
  }
}
.L577UZWE .ljXy9Krp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 24px 0;
}
.L577UZWE .ljXy9Krp .GaOCatnW {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.L577UZWE .ljXy9Krp .boacSW5h {
  height: 3px;
  width: 36px;
  border-radius: 1px;
  background-color: var(--primary-lite);
  margin-top: 6px;
}
.L577UZWE .w_xEwzGN {
  width: 80%;
  margin: 0 auto;
}
.L577UZWE .w_xEwzGN .ant-legacy-form-item {
  margin-bottom: 12px;
}
.L577UZWE .w_xEwzGN .ant-form-item-explain-error {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  width: 100%;
  text-align: right;
}
.L577UZWE .w_xEwzGN .ant-form-item-has-error input {
  border: 1px solid var(--sunset-orange) !important;
}
.L577UZWE .w_xEwzGN .ant-form-item-has-error .ant-input-group-addon {
  border-top: 1px solid var(--sunset-orange);
  border-left: 1px solid var(--sunset-orange);
  border-bottom: 1px solid var(--sunset-orange);
}
.L577UZWE .w_xEwzGN .PgqMo7vL {
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
  letter-spacing: 0em;
  color: var(--hit-gray);
  text-transform: uppercase;
}
.L577UZWE .w_xEwzGN .ant-input-group-addon {
  background-color: var(--white);
  width: 42px;
  border-top: 1px solid var(--botticelli-blue);
  border-left: 1px solid var(--botticelli-blue);
  border-bottom: 1px solid var(--botticelli-blue);
}
.L577UZWE .w_xEwzGN .icBszIcD {
  display: flex;
  justify-content: center;
  align-items: center;
}
.L577UZWE .w_xEwzGN .WF2_Bthn {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
}
.L577UZWE .w_xEwzGN .WF2_Bthn input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.L577UZWE .w_xEwzGN .zFZjDCLb {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
}
.L577UZWE .w_xEwzGN .zFZjDCLb input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.L577UZWE .w_xEwzGN .zFZjDCLb .ant-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
.L577UZWE .w_xEwzGN .lFNyfjI2 {
  color: var(--table-grey);
  margin-top: 3px;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  caret-color: var(--primary-lite);
  border: 1px solid var(--botticelli-blue);
  margin-bottom: 8px;
  border: none;
  font-weight: 400;
}
.L577UZWE .w_xEwzGN .lFNyfjI2 input {
  height: 36px;
  border: 1px solid var(--botticelli-blue);
}
.L577UZWE .w_xEwzGN .lFNyfjI2 .ant-select-arrow {
  height: 36px;
  width: 42px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-left: 1px solid var(--botticelli-blue);
}
.L577UZWE .w_xEwzGN .lFNyfjI2 .ant-select-selector {
  border: 1px solid var(--botticelli-blue);
  height: 36px;
}
.L577UZWE .w_xEwzGN .lFNyfjI2 .ant-select-selection-item {
  height: 36px;
  display: flex;
  align-items: center;
}
.L577UZWE .jnxfJLcp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 47px 0 24px 0;
}
.L577UZWE .jnxfJLcp .AmxL2pkS {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 288px;
}
@media (max-width: 720px) {
  .L577UZWE .jnxfJLcp .AmxL2pkS {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .L577UZWE .jnxfJLcp .AmxL2pkS {
    font-size: 14px;
    width: 228px;
  }
}
.L577UZWE .jnxfJLcp .XAmL9xbN {
  font-size: 18px;
  font-weight: 600;
  width: 288px;
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .L577UZWE .jnxfJLcp .XAmL9xbN {
    font-size: 16px;
    width: 248px;
  }
}
@media (max-width: 575px) {
  .L577UZWE .jnxfJLcp .XAmL9xbN {
    font-size: 14px;
    width: 228px;
  }
}
.L577UZWE .ant-modal-header {
  min-height: 82px;
  text-align: center;
  padding-top: 24px;
  background-color: var(--primary-lite);
}
@media (max-width: 575px) {
  .L577UZWE .ant-modal-header {
    padding: 16px 20px;
    padding-top: 44px;
  }
}
.L577UZWE .pR6B6NUf {
  min-height: 82px;
  height: 82px;
  padding: 0;
}
.L577UZWE .lKfC6JDb {
  height: 100%;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  color: var(--white);
}
.L577UZWE .guNQlhin {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--table-grey);
}
@media (max-width: 775px) {
  .L577UZWE .guNQlhin {
    width: 90%;
    padding: 10px;
  }
}
.L577UZWE .DESvq3sm {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.L577UZWE .DESvq3sm .AmxL2pkS {
  height: 54px;
  background: var(--primary-lite);
  border-radius: 96px;
  color: var(--white);
  line-height: 25px;
  text-transform: uppercase;
  width: 170px;
}
.L577UZWE .DESvq3sm .AmxL2pkS:hover {
  background-color: var(--primary-lite-highlighted);
}
.eD83_y3G {
  background-color: var(--cream);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.k7FQR0Ow {
  padding-top: 64px;
}
.k7FQR0Ow .vgDWGvUz .SBSoY_4u {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
}
.k7FQR0Ow .vgDWGvUz .yajzUwrO {
  color: var(--text-dark);
  color: var(--white);
  font-size: 24pt;
  font-weight: 400;
  line-height: 28pt;
  padding-bottom: 25px;
  text-align: center;
  text-align: left;
}
.k7FQR0Ow .vgDWGvUz .XvJxXpy8 {
  text-align: center;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: 300;
  color: var(--text-dark);
  text-align: left;
  color: var(--white);
}
.k7FQR0Ow .vgDWGvUz .dyJiu_9W {
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: var(--primary-color);
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ .BbtAi5kj,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV .BbtAi5kj {
  color: var(--white);
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ .BbtAi5kj .ozS7vRzZ,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV .BbtAi5kj .ozS7vRzZ {
  font-weight: 600;
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ._bSJzDjJ,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV._bSJzDjJ {
  justify-content: space-between;
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ._bSJzDjJ .d_FX2zq5,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV._bSJzDjJ .d_FX2zq5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.k7FQR0Ow .vgDWGvUz ._bSJzDjJ._bSJzDjJ .d_FX2zq5 .mMiOMIYq .BbtAi5kj,
.k7FQR0Ow .vgDWGvUz .c0n5JrhV._bSJzDjJ .d_FX2zq5 .mMiOMIYq .BbtAi5kj {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0px 16px;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd {
  height: 720px;
  position: relative;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .O1Ezgrsm {
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .O1Ezgrsm .aVkuZoIb {
  object-fit: cover;
  object-position: center top;
  position: relative;
  height: 100%;
  width: 100%;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .ddhrxigL {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/join/powur-consultant_carousel_screenshot.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd {
  position: absolute;
  width: 100%;
  height: 720px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .s77w6ViJ {
  color: var(--white);
  text-align: center;
  width: 60%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .s77w6ViJ {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .s77w6ViJ {
    font-size: 30px;
  }
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .N_MDKcSz {
  color: var(--white);
  width: 60%;
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-transform: unset;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 800px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .N_MDKcSz {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .N_MDKcSz {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .N_MDKcSz {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .N_MDKcSz {
    font-size: 16px;
  }
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .YpqtbNmJ {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .OoyXFHOf {
  height: 40px;
  width: 208px;
  border-radius: 96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid var(--white);
  margin-top: 20px;
  margin-bottom: 110px;
}
.k7FQR0Ow .vgDWGvUz .IAzBUpPd .GbFEiVfd .OoyXFHOf:hover {
  border-color: var(--primary-lite);
  color: var(--primary-lite);
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV {
  min-height: 400px;
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .EfhH5LbG {
  width: 65%;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .EfhH5LbG {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .EfhH5LbG {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .EfhH5LbG .zmOSHaaG {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .DwTVbriN {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .DwTVbriN {
    height: 203px;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .JNtcXi5m {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .JNtcXi5m {
    height: 203px;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks {
    padding: 0 40px 0 30px;
  }
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks .JnVaLLoZ .tW7mCOuV {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks .JnVaLLoZ .Hb1ebAB1 {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks .JnVaLLoZ .KchBPely {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .RFWolcrV .zXkngsg5 .oHPrBgks .JnVaLLoZ .dyJiu_9W {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .SWVwtwRh {
  background-color: var(--cultured-white);
  height: 70px;
  width: 100%;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 {
  min-height: 400px;
  height: 50vw;
  flex-wrap: wrap;
  background-color: var(--tangaroa);
  min-height: 289px;
  height: 289px;
  display: flex;
  align-items: center;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 {
    min-height: 520px;
    height: unset;
    align-items: flex-start;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .EfhH5LbG {
  width: 65%;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .EfhH5LbG {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .EfhH5LbG {
    flex: unset;
    width: 100%;
    height: 300px;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .EfhH5LbG .zmOSHaaG {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 {
  width: 35%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 {
    width: 100%;
    flex: unset;
    height: 300px;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .DwTVbriN {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .DwTVbriN {
    height: 203px;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .JNtcXi5m {
  width: 120%;
  height: 211px;
  background-color: var(--cultured-white);
  position: absolute;
  transform: rotate(-9deg);
  top: -168px;
  transform: rotate(-11deg);
  top: unset;
  left: unset;
  bottom: -168px;
  right: -28px;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .JNtcXi5m {
    height: 203px;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks {
  height: 100%;
  padding: 0 134px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1150px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks {
    padding: 0 104px 0 52px;
  }
}
@media (max-width: 400px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks {
    padding: 0 40px 0 30px;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks .JnVaLLoZ .tW7mCOuV {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks .JnVaLLoZ .Hb1ebAB1 {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin: 11px 0 18px 0;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks .JnVaLLoZ .KchBPely {
  margin-bottom: 18px;
  color: var(--lead-black);
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .zXkngsg5 .oHPrBgks .JnVaLLoZ .dyJiu_9W {
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8:nth-child(odd) {
  flex-direction: unset;
}
@media (max-width: 992px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 {
    min-height: 340px;
    padding-top: 60px;
    align-items: flex-start;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 ._bSJzDjJ {
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  background-color: transparent;
  text-transform: uppercase;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .Hb1ebAB1 {
  height: 3px;
  width: 40px;
  border-radius: 1px;
  background-color: var(--primary-color);
  margin-bottom: 20px;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .rAnAr7G0 {
  min-width: 335px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 20px;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: center;
  align-items: flex-start;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .h0d8ohto {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
@media (max-width: 1200px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .h0d8ohto {
    width: 100%;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .Ugv9Az7M,
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .qz5taTyn {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--primary-color);
  border-color: var(--primary-color);
  max-width: 234px;
}
@media (max-width: 1200px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .Ugv9Az7M,
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .qz5taTyn {
    width: 100%;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .GWnK7v6m {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--white);
  margin-bottom: 18px;
  max-width: 234px;
}
@media (max-width: 1200px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .GWnK7v6m {
    width: 100%;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .qz5taTyn {
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  width: 80%;
  height: 40px;
  width: 234px;
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}
@media (max-width: 1200px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .qz5taTyn {
    width: 100%;
  }
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .PtPv64Z4 .qz5taTyn:hover {
  color: var(--primary-lite);
  border-color: var(--primary-lite);
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .FMz96xT0 {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.k7FQR0Ow .vgDWGvUz .C0oji5S8 .FMz96xT0 img {
  position: absolute;
  height: 120%;
  width: auto;
  left: -40px;
  top: -30px;
}
@media (max-width: 1220px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .FMz96xT0 img {
    left: 80px;
  }
}
@media (max-width: 992px) {
  .k7FQR0Ow .vgDWGvUz .C0oji5S8 .FMz96xT0 {
    display: none;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.l58oxqXZ {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.l58oxqXZ .wkP_RLBl {
  position: relative;
}
.l58oxqXZ .wkP_RLBl .IAl8rR7D {
  width: 100%;
  height: 720px;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/licenses/licenses_Header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .MLF5qXCT {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 92%;
}
@media (max-width: 505px) {
  .l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .MLF5qXCT {
    font-size: 40px;
  }
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .wUOtOzPV {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media (max-width: 505px) {
  .l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .wUOtOzPV {
    font-size: 16px;
  }
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .tXMFtzn4 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.l58oxqXZ .wkP_RLBl .ToNGDhA1 .vVQPeadg .tXMFtzn4:hover {
  background-color: var(--primary-lite-highlighted);
}
.l58oxqXZ .KoH51gQm {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 310px;
  margin: auto;
  padding: 40px;
}
.l58oxqXZ .B0rKKy6m {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.l58oxqXZ .B0rKKy6m:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.l58oxqXZ .cWHsJ8Re {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
}
.l58oxqXZ .NKWThrQ3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: calc(40%);
  position: relative;
}
@media (max-width: 715px) {
  .l58oxqXZ .NKWThrQ3 {
    flex-direction: column;
    height: 100%;
    padding-left: 0;
  }
}
.l58oxqXZ .NKWThrQ3 input {
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  color: var(--primary-color);
  border: none;
  padding: 2px 2px 2px 9px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
}
.l58oxqXZ .NKWThrQ3 .gXDYj3Bu {
  position: absolute;
  left: 0;
  width: calc(40%);
  height: 100%;
  background-image: url("https://powur-public2.s3-us-west-1.amazonaws.com/assets/img/licenses/licenses_Leftcolumn.jpg");
  background-position: 66% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 715px) {
  .l58oxqXZ .NKWThrQ3 .gXDYj3Bu {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center 60%;
  }
}
.l58oxqXZ .NKWThrQ3 .pB188qXs {
  background-color: var(--cream);
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 72px;
}
@media (max-width: 715px) {
  .l58oxqXZ .NKWThrQ3 .pB188qXs {
    padding-left: 72px;
  }
}
.l58oxqXZ .NKWThrQ3 .WtLVMqBn {
  margin-bottom: 48px;
  padding-right: 36px;
}
.l58oxqXZ .NKWThrQ3 .WtLVMqBn h4 {
  line-break: anywhere;
}
@media (max-width: 850px) {
  .l58oxqXZ .NKWThrQ3 .WtLVMqBn {
    margin-bottom: 30px;
  }
}
.l58oxqXZ .NKWThrQ3 .B0rKKy6m {
  font-family: Poppins;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin-top: 72px;
  margin-bottom: 70px;
  text-align: left;
  width: auto;
}
.l58oxqXZ .NKWThrQ3 .B0rKKy6m:after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--picton-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
}
.l58oxqXZ .NKWThrQ3 .B0rKKy6m:after {
  content: "";
  left: 0px;
  margin: 0;
}
@media (max-width: 715px) {
  .l58oxqXZ .NKWThrQ3 .B0rKKy6m {
    width: 100%;
    text-align: center;
    padding-right: 100px;
    margin: 50px 0;
  }
  .l58oxqXZ .NKWThrQ3 .B0rKKy6m:after {
    content: "";
    left: -100px;
    margin: auto;
  }
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 {
  margin-top: 12px;
  width: 75%;
  max-width: 331px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .ant-form-item-explain-error {
  position: absolute;
  top: 40px;
  right: 4px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .QVk8JmzO {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  color: var(--nepal-blue);
  text-transform: uppercase;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 input {
  height: 30px;
  color: var(--dark-blue);
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .ant-select {
  max-width: 331px;
  margin-bottom: 12px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .ant-select-arrow {
  margin-top: -4px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .ant-select-selection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--dark-blue);
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  margin-top: 4px;
  border-radius: 4px;
  color: var(--primary-color);
  border: 1px solid var(--botticelli-blue);
  padding: 0 9px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .R_1fRpz2 {
  margin-top: 12px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: var(--dark-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.l58oxqXZ .NKWThrQ3 .Z55bTh41 .R_1fRpz2 span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
  text-transform: uppercase;
}
.l58oxqXZ .NKWThrQ3 .u2eIuF2U {
  display: flex;
  align-items: center;
}
.l58oxqXZ .NKWThrQ3 .u2eIuF2U .XVxSzDst {
  display: flex;
  align-items: center;
}
.l58oxqXZ .NKWThrQ3 .SzkUZoQl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  height: 22px;
  background: var(--scarlet);
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.l58oxqXZ .NKWThrQ3 .SzkUZoQl span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white);
}
.l58oxqXZ .NKWThrQ3 .Su9ANhmz {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--table-grey);
}
.l58oxqXZ .NKWThrQ3 .cWHsJ8Re {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
  cursor: text;
}
.l58oxqXZ .NKWThrQ3 .cWHsJ8Re:before {
  content: "";
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 16px;
  height: 16px;
  background: var(--primary-lite);
  position: absolute;
  top: 12px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .l58oxqXZ .NKWThrQ3 .cWHsJ8Re {
    font-size: 26px;
  }
}
.l58oxqXZ .NKWThrQ3 .CIK7IyQV {
  color: var(--table-grey);
  font-size: 28px;
  line-height: 36px;
  font-weight: 100;
  width: 100%;
  max-width: 980px;
  margin-bottom: 32px;
  text-align: center;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  transition: color 0.2s ease-in-out;
  cursor: text;
  margin-top: 44px;
}
.l58oxqXZ .NKWThrQ3 .CIK7IyQV:before {
  content: "";
  padding-left: 9px;
  color: var(--white);
  font-size: 20px;
  line-height: 22px;
  border-radius: 61px;
  width: 16px;
  height: 16px;
  background: var(--primary-lite);
  position: absolute;
  top: 12px;
  left: -40px;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 850px) {
  .l58oxqXZ .NKWThrQ3 .CIK7IyQV {
    font-size: 26px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.FftxhGr3 {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(106.59deg, var(--congress-blue) 2.67%, var(--blue-ribbon) 46.33%, rgba(81, 242, 203, 0.83) 107.46%);
}
.FftxhGr3 .CHMIoNyU {
  width: 115px;
  cursor: pointer;
}
.FftxhGr3 .wmd76jpL {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FftxhGr3 .pzhK5tG3 {
  font-weight: 600;
  color: var(--picton-blue);
  font-family: "Poppins";
  letter-spacing: 0.03em;
  line-height: 14px;
}
.FftxhGr3 .pzhK5tG3 .gFS_GvED {
  cursor: pointer;
}
.FftxhGr3 .ant-radio-group {
  display: flex;
}
.FftxhGr3 .ant-radio-group .ant-radio-button-wrapper {
  margin: 5px;
  width: 162px;
  height: 190px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.FftxhGr3 .ant-radio-group .ant-radio-button-wrapper:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}
.FftxhGr3 .ant-radio-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: transparent;
}
.FftxhGr3 .ant-radio-group .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: transparent;
}
.FftxhGr3 .QBlMqXmF {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}
.FftxhGr3 .QBlMqXmF .b6WIamqI {
  width: 102px;
  background-color: var(--polar-blue);
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FftxhGr3 .QBlMqXmF .ESNEESDZ {
  font-size: 16px;
  line-height: 19px;
  font-family: "Barlow";
  font-weight: 500;
  margin: 10px;
  padding: 0px 15px;
  text-align: center;
  color: var(--dark-blue);
}
.FftxhGr3 .QBlMqXmF .A0JArUsT {
  width: 33px;
  position: absolute;
  bottom: 75px;
  left: 35px;
  height: 20px;
  background: var(--polar-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-27.54deg);
}
.bVnqiSPJ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("/img/background-lines-top-right.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.bVnqiSPJ .PO0GQv_q {
  position: relative;
  margin: 12px;
}
.bVnqiSPJ .PO0GQv_q .lp31wdZ_ {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px;
}
.bVnqiSPJ .PO0GQv_q .ynmqEFnc {
  background: linear-gradient(60.72deg, var(--gallery-gray) -9.09%, var(--distant-horizon) 95.77%);
  width: 765px;
  min-height: 457px;
  border-radius: 15px;
}
.bVnqiSPJ .PO0GQv_q .ynmqEFnc .Bkjw5g2G {
  display: flex;
  flex-direction: column;
  padding: 35px;
  align-items: center;
  height: fit-content;
}
.bVnqiSPJ .PO0GQv_q .ynmqEFnc .bF1vQMtM {
  display: flex;
  justify-content: flex-end;
}
.bVnqiSPJ .PO0GQv_q .ynmqEFnc .bF1vQMtM .RhS4a9T8 {
  width: 100%;
  height: 85%;
  border-radius: 0px 15px 0px 120px;
  object-fit: cover;
}
.bVnqiSPJ .PO0GQv_q .j0Sb0zIB {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
.bVnqiSPJ .pzhK5tG3 {
  width: 765px;
  margin-left: 20px;
}
.UPQLXop6 .UOxg9git {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 8px;
}
.UPQLXop6 .nVNZn0qs {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
  align-items: center;
  background: url("/img/background-lines-bottom-left.png"), linear-gradient(60.72deg, var(--gallery-gray) -9.09%, var(--distant-horizon) 95.77%);
  width: 95vw;
  height: 80vh;
  position: relative;
  border-radius: 15px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.UPQLXop6 .nVNZn0qs .FIibKL3U {
  width: 100%;
}
.UPQLXop6 .nVNZn0qs .UxxieI2D {
  position: absolute;
  bottom: -45px;
}
.V0kVwGdB {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.V0kVwGdB .mQC0xtUQ {
  margin-top: -157px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.V0kVwGdB .mQC0xtUQ .WDng2mJV {
  width: 100px;
  display: flex;
  justify-content: center;
}
.V0kVwGdB .mQC0xtUQ .WDng2mJV .BHfeJJOi {
  max-width: 102px;
  max-height: 102px;
}
.X1oC4P1J {
  width: 100%;
}
.X1oC4P1J .s5FMIQbu {
  display: flex;
  align-items: flex-end;
}
.X1oC4P1J .s5FMIQbu .i4vC7sNq {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  margin: 0px 8px;
  color: var(--goldenrod);
}
.X1oC4P1J .s5FMIQbu .J2B7bAJB {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 500;
  color: var(--blue-ribbon);
}
.X1oC4P1J .P3b6GLgq {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 344px;
  padding-left: 25px;
  padding-right: 15px;
  justify-content: flex-start;
}
.X1oC4P1J .P3b6GLgq .suxbxYMi {
  display: inline-block;
  flex-grow: 2;
}
.X1oC4P1J .P3b6GLgq .suxbxYMi .jIEHDPT4 {
  width: calc(100% - 4px);
  border: 1px solid var(--silver);
  background-color: var(--silver);
  margin: 2px;
  height: 3px;
}
.X1oC4P1J .P3b6GLgq .suxbxYMi .ktlmniE0 {
  width: calc(100% - 4px);
  border: 1px solid var(--goldenrod);
  background-color: var(--goldenrod);
  margin: 2px;
  height: 3px;
  cursor: pointer;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Xa7fnk0B {
  width: 100%;
  height: 350px;
  padding: 0px 25px;
}
.Xa7fnk0B .pZ2FEGP5 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.Xa7fnk0B .GUiy8n0a {
  width: 100%;
  padding: 10px 0px;
}
.Xa7fnk0B .GUiy8n0a input {
  width: calc(100% - 52px);
  height: 42px;
  border: none;
  outline: 2px solid white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.Xa7fnk0B .GUiy8n0a ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.Xa7fnk0B .GUiy8n0a .ILU487jr {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 45px;
}
.Xa7fnk0B .uS0bnK8P {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Xa7fnk0B .uS0bnK8P .oe4OxqlA {
  width: 270px;
  margin: 5px 0px;
}
.Xa7fnk0B .uS0bnK8P .JR7C05Zp {
  width: 100%;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Xa7fnk0B .uS0bnK8P .JR7C05Zp .xW7JYcqf {
  font-family: "Poppins";
  color: var(--blue-ribbon);
  width: 100%;
  margin-bottom: 5px;
}
.Xa7fnk0B .uS0bnK8P .JR7C05Zp .ant-radio-wrapper {
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 16px;
}
.Xa7fnk0B .uS0bnK8P .JR7C05Zp .ant-radio-inner {
  border-color: var(--light-silver);
  background: var(--light-silver);
  width: 20px;
  height: 20px;
}
.Xa7fnk0B .uS0bnK8P .JR7C05Zp .ant-radio-inner::after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: var(--blue-ribbon);
}
.Xa7fnk0B .uS0bnK8P .gjwi9yJn {
  width: 100%;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: var(--trolley-grey);
  margin: 12px 20px;
  padding-left: 12px;
}
.Xa7fnk0B .uS0bnK8P .gjwi9yJn .Ufzk0Daq {
  cursor: pointer;
}
.Xa7fnk0B .VjvV44dO {
  width: 100px;
  margin: -8px;
}
.Xa7fnk0B .VjvV44dO .ant-divider-horizontal.ant-divider-with-text {
  border-top-color: var(--dark-grey);
}
.Xa7fnk0B .VjvV44dO .ant-divider-horizontal {
  border-top-color: var(--explosive-gray);
}
.Xa7fnk0B .VjvV44dO .ant-divider-inner-text {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 600;
}
.Xa7fnk0B .JXxm9wB1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0px;
  font-family: "Poppins";
  color: var(--dark-grey);
}
.Xa7fnk0B .JXxm9wB1 .R7Ttfeh_ {
  font-size: 20px;
}
.Xa7fnk0B .JXxm9wB1 .mBuWXgSD {
  font-size: 14px;
}
.Xa7fnk0B .fVCqdxRP .dCy6Aevb {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.Xa7fnk0B .fVCqdxRP ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.Xa7fnk0B .fVCqdxRP .GU8l8Iit {
  margin: 5px 0px;
}
.Xa7fnk0B .fVCqdxRP .GU8l8Iit .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.Xa7fnk0B .fVCqdxRP .GU8l8Iit .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.Xa7fnk0B .fVCqdxRP .zkmljsSJ {
  margin: 5px 0px;
}
.Xa7fnk0B .fVCqdxRP .zkmljsSJ .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.Xa7fnk0B .fVCqdxRP .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.Xa7fnk0B .fVCqdxRP .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.Xa7fnk0B .fVCqdxRP .L_UclmYF {
  margin: 12px 0px;
}
.Xa7fnk0B .fVCqdxRP .L_UclmYF .tW4QzHut {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.Xa7fnk0B .fVCqdxRP .L_UclmYF .tW4QzHut .Uarcjjj0 {
  margin: 0px 10px;
  display: flex;
}
.Xa7fnk0B .OpikZjLk {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.A3BVSK5l {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.A3BVSK5l .jefengev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-blue);
  padding-left: 4px;
  margin: 4px 0 4px 4px;
  padding-left: 6px;
  border-left: 1px solid var(--primary-color);
  height: 18px;
}
.A3BVSK5l .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.A3BVSK5l .ant-select-arrow {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  width: 16px;
}
.A3BVSK5l .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.A3BVSK5l .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.A3BVSK5l .ant-select-selection-item {
  height: 32px !important;
  padding-right: 24px !important;
}
.A3BVSK5l .ant-select-selector {
  border: 1px solid var(--botticelli-blue) !important;
  height: 30px;
  border-radius: 3px !important;
}
.A3BVSK5l .ant-select {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ETtJH4vM {
  width: 100%;
  padding: 0px 25px;
}
.ETtJH4vM .dFKLnYLt {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
}
.ETtJH4vM .NGZY518l input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.ETtJH4vM .NGZY518l ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.ETtJH4vM .NGZY518l .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.ETtJH4vM .NGZY518l .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.ETtJH4vM .NGZY518l .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.ETtJH4vM .NGZY518l .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.ETtJH4vM .NGZY518l .ant-select-arrow {
  margin-top: -25px;
}
.ETtJH4vM .NGZY518l .ant-select-arrow .caretIcon {
  height: 24px;
}
.ETtJH4vM .NGZY518l .IU65usqu {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.ETtJH4vM .jERCrhhm input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.ETtJH4vM .jERCrhhm ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.ETtJH4vM .jERCrhhm .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.ETtJH4vM .jERCrhhm .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.ETtJH4vM .jERCrhhm .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.ETtJH4vM .jERCrhhm .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.ETtJH4vM .jERCrhhm .ant-select-arrow {
  margin-top: -25px;
}
.ETtJH4vM .jERCrhhm .ant-select-arrow .caretIcon {
  height: 24px;
}
.ETtJH4vM .jERCrhhm .IU65usqu {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.ETtJH4vM .jERCrhhm .ztfNmMzo {
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
}
.ETtJH4vM .jERCrhhm .ztfNmMzo .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  padding-top: 6px;
}
.ETtJH4vM .jERCrhhm .nQZLDkY2 {
  font-family: "Poppins";
  color: var(--dark-pink);
}
.ETtJH4vM .jERCrhhm .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid var(--dark-pink) !important;
}
.ETtJH4vM .lNOaEbI6 input {
  height: 42px;
  border-radius: 3px;
  border: none;
  margin: 7px 0px;
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
}
.ETtJH4vM .lNOaEbI6 ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
  text-transform: capitalize;
}
.ETtJH4vM .lNOaEbI6 .ant-select-selector {
  margin: 5px 0px;
  padding: 0px 10px;
  height: 42px;
  border: none !important;
}
.ETtJH4vM .lNOaEbI6 .ant-select-selector .ant-select-selection-item {
  color: var(--blue-ribbon);
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  padding-top: 6px;
}
.ETtJH4vM .lNOaEbI6 .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.ETtJH4vM .lNOaEbI6 .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-top: -9px;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.ETtJH4vM .lNOaEbI6 .ant-select-arrow {
  margin-top: -25px;
}
.ETtJH4vM .lNOaEbI6 .ant-select-arrow .caretIcon {
  height: 24px;
}
.ETtJH4vM .lNOaEbI6 .IU65usqu {
  width: 149px;
  height: 45px;
  margin: 20px 0px;
}
.ETtJH4vM .lNOaEbI6 .xIcfn2tG {
  height: 325px;
  display: flex;
  flex-direction: column;
}
.ETtJH4vM .lNOaEbI6 .xIcfn2tG .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  padding-top: 7px;
  text-transform: capitalize;
}
.ETtJH4vM .lNOaEbI6 .xIcfn2tG .ant-select-selection-placeholder {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.ETtJH4vM .lNOaEbI6 .xIcfn2tG .ant-select-selector {
  margin: 7px 0px;
}
.ETtJH4vM .lNOaEbI6 .xIcfn2tG .ant-select-arrow {
  margin-top: -27px;
}
.ETtJH4vM .sM_XOoSS .ant-select-selector {
  padding: 9px;
}
.AaCDVCEy .ant-select-item-option-content {
  color: var(--trolley-grey);
  font-size: 16px;
  font-weight: 500;
}
.AaCDVCEy:hover {
  background-color: var(--light-grey-a25);
}
.AaCDVCEy:hover .ant-select-item-option-content {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.O_noA5GU {
  width: 100%;
  height: 100%;
}
.O_noA5GU .uara3aAf {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
  margin-top: 10px;
  line-height: 22px;
}
.O_noA5GU .fzgJUaxG {
  margin: 15px 0px;
  width: 145px;
  height: 45px;
}
.O_noA5GU .gH_k7mMn {
  padding: 0px 25px;
  height: 324px;
  display: flex;
  flex-direction: column;
}
.O_noA5GU .gH_k7mMn .B4ZfpY9c {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.O_noA5GU .gH_k7mMn .B4ZfpY9c .YThp8Rwn {
  margin-top: 20px;
}
.O_noA5GU .gH_k7mMn .B4ZfpY9c .YThp8Rwn .ant-radio-wrapper {
  font-family: "Poppins";
  color: var(--text-dark);
  font-weight: 300;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.O_noA5GU .gH_k7mMn .B4ZfpY9c .YThp8Rwn .ant-radio-wrapper .ant-radio-inner {
  height: 25px;
  width: 25px;
  border-width: 3px;
}
.O_noA5GU .gH_k7mMn .B4ZfpY9c .YThp8Rwn .ant-space-item:last-child span.ant-radio + * {
  padding-top: 5px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.T7JG8xKu {
  padding: 0px 0px 5px 25px;
  margin-top: -5px;
}
.T7JG8xKu .MsftuTai {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .T7JG8xKu .MsftuTai {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .T7JG8xKu .MsftuTai {
    flex-direction: column;
  }
}
.T7JG8xKu .MsftuTai .fS1niVDC {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
@media (max-width: 768px) {
  .T7JG8xKu .MsftuTai .fS1niVDC {
    font-weight: 600;
    font-size: 16px;
  }
}
.T7JG8xKu .MsftuTai .r1x8ySe5 {
  text-align: right;
  font-size: 16px;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  color: var(--dark-blue);
}
@media (min-width: 769px) {
  .T7JG8xKu .MsftuTai .r1x8ySe5 {
    margin-top: -10px;
  }
}
.T7JG8xKu .MsftuTai .r1x8ySe5 .uz_n86xi {
  cursor: pointer;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .T7JG8xKu .S__6oxY7 {
    font-size: 12px;
    line-height: 14px;
  }
}
.T7JG8xKu .DclIbBII {
  height: 245px;
  margin: 8px 0px;
}
@media (max-width: 768px) {
  .T7JG8xKu .DclIbBII {
    height: 200px;
  }
}
.T7JG8xKu .DclIbBII .in57swhr {
  border-radius: 3px;
}
.T7JG8xKu .fxsYXc1b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.T7JG8xKu .fxsYXc1b .JMrkCzrg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 280px;
  height: 45px;
}
.T7JG8xKu .fxsYXc1b .JMrkCzrg .EUqM7162 {
  margin-right: 24px;
  margin-left: -24px;
}
.T7JG8xKu .fxsYXc1b .IC5DTwpe {
  font-family: "Poppins";
  color: var(--text-dark);
  margin: 15px;
}
@media (max-width: 768px) {
  .T7JG8xKu .fxsYXc1b .IC5DTwpe {
    margin: 5px;
  }
}
.T7JG8xKu .uKyHTAu0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 20px -20px 20px;
}
.T7JG8xKu .uKyHTAu0 .JMrkCzrg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 0px -10px;
  width: 280px;
  height: 45px;
  font-size: 16px;
  font-family: "Poppins";
}
.T7JG8xKu .uKyHTAu0 .JMrkCzrg .EUqM7162 {
  margin-right: 24px;
  margin-left: -24px;
}
.T7JG8xKu .uKyHTAu0 .IC5DTwpe {
  display: flex;
  justify-content: flex-end;
  font-family: "Barlow";
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.DajdIrVg {
  width: 100%;
  height: 325px;
  padding: 0px 25px;
}
.DajdIrVg .F30kNlQR {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-ribbon);
}
.DajdIrVg .a23VjBrs {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.DajdIrVg ::placeholder {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  color: var(--trolley-grey);
}
.DajdIrVg .VlKXvZaH {
  margin: 5px 0px;
}
.DajdIrVg .VlKXvZaH .ant-input-affix-wrapper {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.DajdIrVg .VlKXvZaH .ant-input-affix-wrapper svg {
  width: 20px;
  height: 20px;
}
.DajdIrVg .jS3rTJ2j {
  margin: 5px 0px;
}
.DajdIrVg .jS3rTJ2j .ant-input {
  border: none;
  border-radius: 3px;
  height: 45px;
  padding: 10px 15px;
}
.DajdIrVg .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0px;
}
.DajdIrVg .ant-form-item-with-help .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 10px;
  position: absolute;
  margin-right: 5px;
  text-align: right;
  width: 100%;
}
.DajdIrVg .ActvJlyL {
  margin: 12px 0px;
}
.DajdIrVg .ActvJlyL .dR9lJ66h {
  margin: 3px;
  font-family: "Poppins";
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.DajdIrVg .ActvJlyL .dR9lJ66h .HuloNBkL {
  margin: 0px 10px;
  display: flex;
}
.DajdIrVg .Hy69QHbJ {
  margin-top: 20px;
  width: 150px;
  height: 45px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.gjhRYbLz {
  width: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.CI7NSW6P {
  padding-top: 50px;
  background-color: rbg(243, 246, 248);
}
.CI7NSW6P .ctqMyYWF {
  position: relative;
}
.CI7NSW6P .ctqMyYWF .JlTmZM2t {
  width: 100%;
  height: 720px;
  background-image: url("/img/powur_hq.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 {
  height: 100%;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: auto 0;
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .IUlDelo9 {
  font-family: Poppins;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--white);
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 505px) {
  .CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .IUlDelo9 {
    font-size: 40px;
  }
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .HxQRURNp {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: var(--white);
  width: 100%;
  max-width: 400px;
}
@media (max-width: 505px) {
  .CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .HxQRURNp {
    font-size: 16px;
  }
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .txKVOpo1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--primary-lite);
  height: 40px;
  min-width: 144px;
  border-radius: 96px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}
.CI7NSW6P .ctqMyYWF .fOlz5TMQ .Y5cvef24 .txKVOpo1:hover {
  background-color: var(--primary-lite-highlighted);
}
.CI7NSW6P .T2BPyQ5_ {
  height: 60px;
  max-width: 500px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.CI7NSW6P .T2BPyQ5_ .VP4qh3rO {
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.CI7NSW6P .T2BPyQ5_ .VP4qh3rO .H7TvQzU5 {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.CI7NSW6P .T2BPyQ5_ .VP4qh3rO .H7TvQzU5 ._OzArMQe {
  cursor: pointer;
  color: var(--lead-black);
  margin-bottom: 4px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.CI7NSW6P .T2BPyQ5_ .VP4qh3rO .H7TvQzU5 .sTeY4d2E {
  visibility: hidden;
  height: 3px;
  width: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: var(--picton-blue);
}
.CI7NSW6P .T2BPyQ5_ .VP4qh3rO .H7TvQzU5 ._OzArMQe:hover + .sTeY4d2E {
  visibility: visible;
}
@media (max-width: 500px) {
  .CI7NSW6P .T2BPyQ5_ .VP4qh3rO {
    max-width: 300px;
  }
}
.CI7NSW6P .pqO0LrgK {
  width: 100%;
  scroll-margin-top: 48px;
  min-height: 80px;
  background-color: var(--lead-black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.CI7NSW6P .pqO0LrgK .t1Gp_5yc {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .CI7NSW6P .pqO0LrgK {
    min-height: 70px;
  }
  .CI7NSW6P .pqO0LrgK .t1Gp_5yc {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .CI7NSW6P .pqO0LrgK {
    min-height: 60px;
  }
  .CI7NSW6P .pqO0LrgK .t1Gp_5yc {
    font-size: 20px;
  }
}
.CI7NSW6P .rA67pICP {
  width: 100%;
  scroll-margin-top: 48px;
  min-height: 80px;
  background-color: var(--lead-black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  padding-top: 55px;
  padding-bottom: 47px;
  background-color: var(--tangaroa);
}
.CI7NSW6P .rA67pICP .t1Gp_5yc {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
@media (max-width: 800px) {
  .CI7NSW6P .rA67pICP {
    min-height: 70px;
  }
  .CI7NSW6P .rA67pICP .t1Gp_5yc {
    font-size: 23px;
  }
}
@media (max-width: 580px) {
  .CI7NSW6P .rA67pICP {
    min-height: 60px;
  }
  .CI7NSW6P .rA67pICP .t1Gp_5yc {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .CI7NSW6P .rA67pICP .t1Gp_5yc {
    padding: 0 20px;
    text-align: center;
  }
}
.CI7NSW6P .rA67pICP .HxQRURNp {
  color: var(--white);
  text-transform: none;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  padding: 15px 0 27px 0;
  font-weight: 100;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.CI7NSW6P .rA67pICP .ONxHYlKQ {
  background-color: transparent;
  color: var(--white);
  border-radius: 96px;
  width: 180px;
  height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: 1px solid #f3f6f8;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
.CI7NSW6P .rA67pICP .ONxHYlKQ:hover {
  color: var(--picton-blue);
  border: 1px solid var(--picton-blue);
  transition: all 0.3s ease-in-out;
}
.CI7NSW6P .tMZ4g9yT {
  background-color: var(--white);
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 50px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .AE42Pfpm {
  padding-top: 10px;
  padding-bottom: 50px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .AE42Pfpm .fRNHH184 {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--table-grey);
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .Epc1MUMN {
  margin-top: 10px;
  display: block;
  color: var(--table-grey);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .qvXT57_G {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: var(--table-badge-unread);
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .LYmoSxd9 {
  color: var(--botticelli-blue);
  font-size: 10px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .UTnKfi6L {
  padding: 0 4px;
  color: var(--lead-black);
  font-size: 10px;
  font-weight: 200;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 {
    flex-direction: column;
    padding: 0;
  }
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .wdnTdxkF {
  max-width: 53%;
  border-radius: 3px;
}
@media (max-width: 950px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .wdnTdxkF {
    width: 100%;
  }
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .YgWWGrDG {
  margin: 30px 0 30px 30px;
}
@media (max-width: 580px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .YgWWGrDG {
    margin: 20px 0;
  }
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .YgWWGrDG .y9F6BO7X {
  margin-top: 10px;
  display: block;
  color: var(--table-grey);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .YgWWGrDG .RgsxgMqy {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--table-badge-unread);
  line-height: 23px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .XtPRpUv7 .YgWWGrDG .LwCpwzNi {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--table-badge-unread);
  line-height: 23px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 16px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX {
  flex: 1 0 21%;
  max-width: 25%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX {
    flex: 1 0 30%;
    max-width: 32%;
  }
}
@media (max-width: 580px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX {
    flex: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: unset;
  }
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Cy2oLAkJ {
  display: flex;
  justify-content: center;
  width: 100%;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Cy2oLAkJ .yaAQBLak {
  width: calc(100% - 20px);
  border-radius: 3px;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Y5cvef24 {
  width: 100%;
  padding-left: 14px;
}
@media (max-width: 580px) {
  .CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Y5cvef24 {
    margin-top: 10px;
    padding-left: 0;
  }
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Y5cvef24 .Epc1MUMN {
  text-transform: uppercase;
}
.CI7NSW6P .tMZ4g9yT .ot2_qW9S .HrFHoFhX .JVHyunyX .Y5cvef24 .qvXT57_G {
  width: 90%;
  line-height: 16px;
  font-weight: 400;
}
.CI7NSW6P .hQLF_gR5 {
  background-color: var(--lightest-grey);
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .CI7NSW6P .hQLF_gR5 .ot2_qW9S {
    width: 80%;
  }
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S .CaG7yX56 {
  width: 2px;
  background-color: var(--light-grey);
  height: 60px;
  float: left;
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S section .RgsxgMqy {
  color: var(--lead-black);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S section .AuwjvGyf {
  margin: 0;
  color: var(--table-grey);
  text-transform: none;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S section .AuwjvGyf:first-of-type {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  .CI7NSW6P .hQLF_gR5 .ot2_qW9S section .AuwjvGyf {
    font-size: 23px;
  }
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S .IkyD48fe {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 580px) {
  .CI7NSW6P .hQLF_gR5 .ot2_qW9S .IkyD48fe {
    display: block;
  }
}
.CI7NSW6P .hQLF_gR5 .ot2_qW9S .IkyD48fe .lQswr0jN {
  margin: 12px 0;
  flex: 1 0 48%;
  color: var(--table-grey);
  min-width: 80px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
}
@media (max-width: 1080px) {
  .CI7NSW6P .hQLF_gR5 .ot2_qW9S .IkyD48fe .lQswr0jN {
    flex: unset;
    display: block;
    padding: 8px;
    width: 100%;
    margin: 8px 0;
    font-size: 23px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
  background: #ff7875;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
  background: #ffc53d;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-picker-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  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);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  margin-right: -1px;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
  margin-left: -1px;
}
.ant-picker-compact-item:hover,
.ant-picker-compact-item:focus,
.ant-picker-compact-item:active {
  z-index: 2;
}
.ant-picker-compact-item.ant-picker-focused {
  z-index: 2;
}
.ant-picker-compact-item[disabled] {
  z-index: 0;
}
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
  border-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #1890ff;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #1890ff;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #1890ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #1890ff;
}
.ant-picker-today-btn:hover {
  color: #40a9ff;
}
.ant-picker-today-btn:active {
  color: #096dd9;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #ff4d4f;
  background: #fff2f0;
  border-color: #ffccc7;
}
.ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.HAprnQ7Z .Ci7TXx6E {
  color: var(--dark-periwinkle);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Barlow";
  font-style: normal;
}
.HAprnQ7Z .ant-picker-clear {
  opacity: 1;
}
.HAprnQ7Z .ant-picker-clear svg {
  fill: var(--nepal-blue);
}
.HAprnQ7Z .iNelXipx .ant-picker-suffix {
  margin-left: 1px;
  margin-right: 10px;
  order: -1;
  border-right: 1px solid var(--botticelli-blue);
  height: 100%;
  padding: 9px 5px;
}
.HAprnQ7Z .iNelXipx .ant-picker-input {
  width: 60px;
}
.HAprnQ7Z .P114B1A8 .ant-picker-active-bar {
  margin-left: 35px;
}
.HAprnQ7Z .VL2l5qoj {
  padding: 10px 16px !important;
}
.HAprnQ7Z .doNxtBGg {
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  border: 1px solid var(--botticelli-blue);
  padding: 0;
  height: 32px;
  top: 40.81%;
  bottom: 56.88%;
}
.HAprnQ7Z .doNxtBGg div > input {
  font-size: 12px;
  color: var(--font-color-eastern-blue);
}
.HAprnQ7Z .doNxtBGg div > input::placeholder {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
  color: var(--dark-blue);
}
.HAprnQ7Z .doNxtBGg .ant-picker-range-separator {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--dark-blue);
}
.HAprnQ7Z .doNxtBGg .anticon-calendar {
  color: var(--font-color-eastern-blue);
  padding-bottom: 1px;
  padding-left: 1px;
}
.HAprnQ7Z .XKVhxxgY {
  border: none !important;
}
.HAprnQ7Z .wPk4VVS7 div > input {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  height: 24px;
}
.HAprnQ7Z .wPk4VVS7 div > input::placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.ETrF1Acu td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.UiRQOZmO .h2jl1skg {
  background-color: transparent;
  border: none;
}
.UiRQOZmO .h2jl1skg .ant-menu-submenu-expand-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.UiRQOZmO .h2jl1skg .LpjSbUCh {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.UiRQOZmO .h2jl1skg .Z703RTor {
  margin-bottom: 24px;
}
.UiRQOZmO .h2jl1skg .Z703RTor .eTOILVmB {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.UiRQOZmO .h2jl1skg .Z703RTor .eTOILVmB .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: 3.5px;
}
.D5Z5UR9Y {
  position: relative;
  margin-bottom: 24px;
}
.D5Z5UR9Y .h2jl1skg {
  background-color: transparent;
  border: none;
}
.D5Z5UR9Y .h2jl1skg .ant-menu-submenu-expand-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.D5Z5UR9Y .h2jl1skg .LpjSbUCh {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.D5Z5UR9Y .h2jl1skg .Z703RTor {
  margin-bottom: 24px;
}
.D5Z5UR9Y .h2jl1skg .Z703RTor .eTOILVmB {
  display: flex;
  flex-direction: column;
  width: 175px;
  flex-wrap: wrap;
}
.D5Z5UR9Y .h2jl1skg .Z703RTor .eTOILVmB .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  margin-top: 3.5px;
}
.D5Z5UR9Y .ant-menu-submenu-title {
  padding: 0;
  display: flex;
}
.D5Z5UR9Y .ant-menu-submenu-title .ant-menu-title-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.D5Z5UR9Y .nH8B_UlO {
  max-width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--font-color-eastern-blue);
  margin-top: -12px;
}
.D5Z5UR9Y .aR7uj1zd {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.D5Z5UR9Y .XDxMptRD {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--gothic-blue);
}
.D5Z5UR9Y .ant-checkbox-group {
  padding-left: 18px;
}
.D5Z5UR9Y .ant-checkbox-group label {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.D5Z5UR9Y .ant-checkbox-group label span {
  text-transform: capitalize;
}
.D5Z5UR9Y .ant-checkbox-group label span:hover {
  color: var(--primary-color);
}
.D5Z5UR9Y .XUWUN3Pf {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.D5Z5UR9Y .gRBqUpGu {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 18px;
  background: var(--alabaster-white);
  border-radius: 12px 12px 0px 0px;
  display: flex;
}
.D5Z5UR9Y .gRBqUpGu:hover {
  color: var(--primary-color);
}
.wVHARL4E ul {
  display: flex;
  flex-direction: column;
}
.wVHARL4E ul .IIsB7Ehw {
  background-color: var(--white) !important;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group {
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 8px 12px;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group .ant-checkbox-group-item {
  margin: 4px 0;
}
.wVHARL4E ul .IIsB7Ehw .ant-checkbox-group .ant-checkbox-group-item span {
  text-transform: capitalize;
}
.wVHARL4E ul .ant-menu-item {
  height: fit-content;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;


.remove-ant-design-submenu-title-padding > div.ant-menu-submenu-title {
  padding: 0;
}

.ant-menu-submenu-expand-icon {
  right: 0px;
}
.MAunWFof {
  position: relative;
}
.MAunWFof .BjCSDmmW {
  font-weight: 500;
  font-size: 18px;
  margin-right: 16px;
  line-height: 21px;
}
.MAunWFof .xSlrlJyR {
  margin-top: 30px;
  margin-bottom: -46px;
}
.MAunWFof .xSlrlJyR button:disabled,
.MAunWFof .xSlrlJyR button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .xSlrlJyR button:disabled:hover,
.MAunWFof .xSlrlJyR button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .OhPbnNM0 {
  margin-top: 30px;
  margin-bottom: -46px;
  margin-bottom: 16px;
}
.MAunWFof .OhPbnNM0 button:disabled,
.MAunWFof .OhPbnNM0 button[disabled] {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .OhPbnNM0 button:disabled:hover,
.MAunWFof .OhPbnNM0 button[disabled]:hover {
  background: var(--nepal-blue);
  color: var(--white);
}
.MAunWFof .aBsomfND {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.MAunWFof .y8KDH3xj {
  margin-bottom: 20px;
}
.MAunWFof .Yh6I4EJm {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  z-index: 10;
  margin-left: 6px;
  height: 30px;
  text-transform: none;
  padding: 2px 16px;
  font-size: 12px;
}
.MAunWFof .NS36f22R {
  margin-left: 0;
}
.MAunWFof .ts05bKRb {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.MAunWFof .gPyfrEsn {
  border-radius: 0;
}
.MAunWFof .S8LsXz7w {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.MAunWFof .NsP0q_9c {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  height: 20px;
  font-size: 10px;
  line-height: 11px;
  border-radius: 10px;
}
.MAunWFof .PAyBfA5A {
  display: flex;
  flex-direction: column;
}
.MAunWFof .Lu5VNbBy {
  margin: 10px 0;
}
.z3cm3vxu .RNCaJD0f {
  margin-top: 16px;
}
.lMDtTT2s {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 8px;
  width: 450px;
  background-color: var(--botticelli-blue);
  border-radius: 4px;
}
.lMDtTT2s .dfCX1GeP > div > input {
  font-size: 12px;
}
.lMDtTT2s .CcP3HYGp td.ant-picker-cell-in-range::before {
  background-color: #bdf6ff;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.JalzeRhp {
  display: flex;
  height: 48px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: fixed;
  z-index: 1000;
}
.JalzeRhp .YcRH0tgU {
  width: 100%;
}
.JalzeRhp .HCExG51H {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.JalzeRhp .fius_DZl {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  padding-top: 2px;
}
.JalzeRhp .nSsM1_M1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.JalzeRhp .nSsM1_M1 .ant-tooltip-inner {
  width: 367px;
  height: 163.5px;
}
.JalzeRhp .nSsM1_M1 .aJTcNYBp {
  width: 54px;
  height: 22px;
  background: var(--white);
  border-radius: 6px;
  border: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  margin-right: 15px;
  color: var(--blue-ribbon);
  font-weight: 700;
}
.JalzeRhp .nSsM1_M1 .HCExG51H {
  color: var(--white);
  font-size: 16px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  font-weight: 550 !important;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .JalzeRhp .nSsM1_M1 .HCExG51H {
    display: none;
  }
}
.JalzeRhp .nSsM1_M1 .TaZCy4mt {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 6px;
}
.JalzeRhp .nSsM1_M1 .TaZCy4mt svg {
  pointer-events: none;
}
.JalzeRhp .nSsM1_M1 .tGgEkvNl {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 6px;
  background-color: var(--dark-blue);
}
.JalzeRhp .nSsM1_M1 .tGgEkvNl svg {
  pointer-events: none;
}
.JalzeRhp .fyO4a0xh {
  margin-right: 24px;
}
.JalzeRhp .UN19syGm {
  display: flex;
  align-items: center;
}
.JalzeRhp .UN19syGm > *:last-child {
  margin-left: 4vw;
}
.JalzeRhp .bFQohj9G {
  display: flex;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 40px;
  height: 48px;
  min-width: 123px;
}
.JalzeRhp .bFQohj9G .tmqBL6eW {
  margin-right: 6px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.JalzeRhp .bFQohj9G .JnYy2z5s {
  display: flex;
  align-items: flex-start;
  z-index: 102;
  height: 100%;
  padding: 0 15px 0 10px;
  width: 100%;
  min-width: 132px;
  transition: all 0.3s cubic-bezier(0.7, 0.4, 0.4, 0.6);
}
.JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW .ABlUne_Z {
  color: var(--white);
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  font-family: Poppins;
  font-size: 16px;
  line-height: 50px;
  max-height: 50px;
  margin-left: 8px;
  font-weight: 550;
  letter-spacing: 0.1px;
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s .ysqVgRqW .ABlUne_Z {
    display: none;
  }
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 {
  margin-left: 10px;
  padding-bottom: 2px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 div {
  height: 46px;
}
.JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 div svg {
  margin-bottom: 7px;
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s .VDrOe_r4 {
    padding-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G .JnYy2z5s {
    justify-content: flex-end;
    min-width: unset;
  }
}
.JalzeRhp .bFQohj9G .LoerEIHr {
  background-color: var(--dark-blue);
}
@media (max-width: 500px) {
  .JalzeRhp .bFQohj9G {
    right: 4px;
  }
}
@media (max-width: 500px) {
  .JalzeRhp {
    padding: 0;
  }
}
.QCppUhPX {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QCppUhPX .KpfKyEpc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(41, 92, 160, 0.25);
  border-radius: 6px;
}
.QCppUhPX .wkb1EjM8 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(41, 92, 160, 0.25);
  border-radius: 6px;
  background: transparent;
}
.QCppUhPX .zv1ZjLQz {
  position: absolute;
  min-width: 12px;
  height: 12px;
  padding: 3px;
  border-radius: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  top: 3px;
  left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QCppUhPX .zv1ZjLQz span {
  color: var(--dark-blue);
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
}
.Gdje05D8 {
  background-color: var(--dark-blue);
}
.fv2EcdN9 {
  display: none;
}
.interstitialNotification .ant-notification-notice-message {
  margin-right: 48px;
}
.interstitialNotification .ant-notification-notice-description {
  margin-right: 48px;
}
.Nn4L8Y8i {
  z-index: 100;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.Nn4L8Y8i .MUkeZ998 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
  cursor: default;
  background-color: var(--dark-blue);
  transform: translateY(-4px);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l {
  padding: 2px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN {
  height: 36px;
  display: flex;
  align-items: center;
  margin: 1px 0;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN .xz7H_JhN {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN {
    flex-direction: row-reverse;
  }
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN span {
    margin-right: 11px;
  }
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .tT2Df7gN:hover {
  background: var(--dark-navy);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z {
  height: 36px;
  display: flex;
  align-items: center;
  margin: 1px 0;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--primary-color);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z .xz7H_JhN {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 36px;
  width: 36px;
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-left: 11px;
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z {
    flex-direction: row-reverse;
  }
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z span {
    margin-right: 11px;
  }
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z:hover {
  background: var(--dark-navy);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z .xz7H_JhN {
  background: var(--primary-color);
}
.Nn4L8Y8i .MUkeZ998 .C8SIIi4l .EtQHon_z:hover {
  background: var(--primary-color);
}
@media (max-width: 500px) {
  .Nn4L8Y8i .MUkeZ998 .C8SIIi4l {
    padding-right: 14px;
    padding-left: 0px;
  }
}
.uKpj5XOr {
  padding: 12px;
}
.uKpj5XOr .X3mvS1UE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  height: 36px;
  background: var(--white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  width: 100%;
  margin: 4px 0;
  cursor: pointer;
  border: none;
}
.uKpj5XOr .X3mvS1UE .HCExG51H {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC {
  display: flex;
  align-items: center;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .WwW0jO6b {
  height: 12px;
  width: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  border-radius: 100%;
  margin-right: 12px;
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .SmBtlakF {
  height: 12px;
  width: 12px;
  background: linear-gradient(45deg, var(--canary-yellow) 0.83%, var(--lime) 100.83%);
  border-radius: 100%;
  margin-right: 12px;
  background: var(--botticelli-blue);
}
.uKpj5XOr .X3mvS1UE .Ok0EQnvC .Ehv9m6Bs {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--darker-blue);
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC {
  display: flex;
  align-items: center;
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC .yiin9ikH {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--darker-blue);
  padding-bottom: 2px;
  text-transform: capitalize;
  font-weight: 600;
}
.uKpj5XOr .X3mvS1UE .vQtgkDqC .NFMm67i4 {
  font-weight: 400;
  color: var(--gothic-blue);
}
.uKpj5XOr .X3mvS1UE:hover {
  background: var(--springtime-dew);
}
.uKpj5XOr .X3mvS1UE:hover .HCExG51H,
.uKpj5XOr .X3mvS1UE:hover .Ehv9m6Bs,
.uKpj5XOr .X3mvS1UE:hover .yiin9ikH,
.uKpj5XOr .X3mvS1UE:hover .NFMm67i4 {
  color: var(--dark-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.JQTpYjfS {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.JQTpYjfS:focus,
.JQTpYjfS:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
._X2j3hWl {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: 4px;
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
._X2j3hWl:focus {
  box-shadow: none;
  outline: none;
}
.mYWxO9Z8 {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.mYWxO9Z8 .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf {
  margin-bottom: 40px;
  width: 100%;
}
.W9LKqmaf .MEiqpyNx {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--nepal-blue);
}
.W9LKqmaf .oy6051fC {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.W9LKqmaf .e_cuYzUC {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  border-radius: 0;
  padding: 0;
  width: 175px;
}
.W9LKqmaf .e_cuYzUC:focus,
.W9LKqmaf .e_cuYzUC:focus-within {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--font-color-eastern-blue);
}
.W9LKqmaf .e_cuYzUC > input {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: 4px;
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
.W9LKqmaf .e_cuYzUC > input:focus {
  box-shadow: none;
  outline: none;
}
.W9LKqmaf .eBIsbmDC {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .eBIsbmDC .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf .boMhMhS6 {
  height: 18px;
  width: 18px;
  background-color: var(--font-color-eastern-blue);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .boMhMhS6 .GShBD1Kh {
  color: var(--white);
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.W9LKqmaf .boMhMhS6 ._M1JHibu {
  color: var(--dark-blue);
  font-size: 10px;
  transition: all 0.1s ease-in-out;
}
.W9LKqmaf .XJf0TMTn {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.W9LKqmaf .XJf0TMTn .Gja_zEEW {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.W9LKqmaf .XJf0TMTn .oKtGk9k0 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  max-height: 24px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.W9LKqmaf .XJf0TMTn .G_nN2ndN {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 75px;
  border-radius: 25px;
  font-size: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 12px;
  max-width: 24px;
  max-height: 24px;
}
.jZ2KB1Wt {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: -1px 0px 0px 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: var(--dark-blue);
  text-align: center;
  font-size: 8px;
  line-height: 10px;
  background-color: var(--botticelli-blue);
  cursor: pointer;
}
.searchTip .ant-popover-content {
  letter-spacing: 0.3px;
}
.searchTip .ant-popover-content .ant-popover-arrow {
  background-color: var(--dark-blue);
  border: 0px solid var(--dark-blue);
  outline-color: var(--dark-blue);
  border-radius: 0px;
  width: 12px;
  height: 12px;
  z-index: -1;
  position: absolute;
  top: 10px !important;
  left: 15px;
  transform: rotate(45deg);
}
.searchTip .ant-popover-content .ant-popover-inner {
  border-radius: 2px;
  background-color: var(--dark-blue);
}
.searchTip .ant-popover-content .ant-popover-inner .f7ibgIG7 {
  font-weight: 600;
  color: var(--web-orange);
  font-size: 12px;
  text-transform: uppercase;
}
.searchTip .ant-popover-content .ant-popover-inner .rHu3kRi_ {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
}
.searchTip .ant-popover-content .ant-popover-inner .rHu3kRi_ .EHxGJANs {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.uhvN_fot {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.uhvN_fot .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.uhvN_fot .ant-legacy-form-item-label > label::after {
  display: none;
}
.dznqQVCG {
  position: absolute;
  font-size: 10px;
  color: var(--congo-pink);
  width: calc(100% - 8px);
  background-color: transparent;
}
.uBAUmTNL {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.uBAUmTNL .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.uBAUmTNL .ant-legacy-form-item-label > label::after {
  display: none;
}
.uBAUmTNL .pHLwXjhv {
  background-color: var(--white);
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  height: 32px;
  width: 100%;
}
.uBAUmTNL .ant-input-number-input {
  font-weight: 500;
}
.uBAUmTNL .HX9rCTOL {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid var(--botticelli-blue);
  height: 32px;
  border-radius: 3px;
  text-transform: capitalize;
  width: 100%;
}
.uBAUmTNL .HX9rCTOL .ORNY7CYc {
  color: var(--font-color-eastern-blue);
  padding-left: 4px;
}
.uBAUmTNL .HX9rCTOL .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: none;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item {
  display: flex;
  align-items: center;
  margin-right: 5px;
  height: 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item .ant-select-selection-item-content {
  margin-right: 8px;
}
.uBAUmTNL .HX9rCTOL .ant-select-selection-item-remove svg {
  fill: var(--dark-blue);
}
.uBAUmTNL .HX9rCTOL .ant-select-suffix {
  color: var(--font-color-eastern-blue);
}
.uBAUmTNL .HX9rCTOL .ant-select-selector {
  border: none;
  height: 30px;
}
.jmXIWCFN {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.jmXIWCFN .LhYvqoQR {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.jmXIWCFN .ant-legacy-form-item-label > label::after {
  display: none;
}
.HI1AXJsN .oLo67B9u {
  width: 100%;
}
.HI1AXJsN .pHLwXjhv input {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
}
.HI1AXJsN .pHLwXjhv .ZGxqY3CC {
  margin-top: 2px;
  margin-left: 2px;
}
.JrgXemJG {
  width: 100%;
  display: flex;
}
.JrgXemJG .Y0TDN7v5 {
  margin-right: 8px;
}
.JrgXemJG .DBar3FvH {
  color: var(--slate-grey);
  font-size: 12px;
  font-weight: 600;
}
.h8QfT_my {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}
.h8QfT_my .bdU9vz8S {
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 0px 0px 12px 12px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
}
.h8QfT_my .bdU9vz8S .hR5NQdCM {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
.h8QfT_my ._uTTOIps {
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 0px 0px 12px 12px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  padding: 0 20px;
}
.h8QfT_my ._uTTOIps .hR5NQdCM {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.KbR9q9OM .eQ5l3dHo {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.KbR9q9OM .TcFB8w9K {
  position: relative;
}
.KbR9q9OM .TcFB8w9K .rYXXqTfX {
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 2;
  pointer-events: none;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selector {
  height: 32px;
  background: var(--white);
  border: 1px solid var(--botticelli-blue);
  border-radius: 4px;
  padding-right: 38px;
  padding-left: 10px;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-search-input {
  margin-left: -5px !important;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .Xl3nU1vV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-overflow {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item {
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  margin-top: -4px;
  margin-right: 4px;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--dark-blue);
  margin: 0;
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-content:not(:last-of-type)::after {
  content: ",";
}
.KbR9q9OM .TcFB8w9K .WKkPr4m8 .ant-select-selection-item-remove {
  display: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.PIl7jidd {
  width: 100%;
}
.PIl7jidd .WLaoSFEo {
  display: flex;
  justify-content: space-between;
}
.PIl7jidd .ZdLmTtO5 {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  margin-bottom: 9px;
}
.PIl7jidd .gm2eMe7f {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  padding: 7px 7px;
  border-radius: 3px;
  border: none;
  border: 1px solid var(--botticelli-blue);
}
.PIl7jidd .gm2eMe7f:hover {
  border: 1px solid var(--botticelli-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.k4C9D2b9 {
  margin-bottom: 20px;
  margin-top: 4px;
}
.k4C9D2b9 div {
  background-color: transparent;
}
.ZapEz8o9 {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.Yj2ve0xp {
  background-color: transparent;
}
.Yj2ve0xp input {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0;
  color: var(--font-color-eastern-blue) !important;
  font-size: 12px;
  font-weight: 600;
}
.Yj2ve0xp input:focus {
  box-shadow: none;
  outline: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ralK4BE_ {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
}
.hq6zQXJK {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  margin-top: 12px;
  margin-left: 6px;
}
.nD2EJ0fn {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color-a30);
  overflow: hidden;
  z-index: 1001;
}
.vU7YNMKH {
  max-width: 900px;
}
.vU7YNMKH .QPa9z0US {
  margin-top: 0;
}
.vU7YNMKH .MxxnCoN0 {
  height: 100%;
  padding: 8px 16px;
}
.vU7YNMKH .vIbKI4OI {
  cursor: pointer;
}
.vU7YNMKH .HPSIZ61O {
  background-color: var(--white);
}
.vU7YNMKH .NSoKQUqq {
  border-bottom: 1px solid var(--slate-grey);
}
.vU7YNMKH .Ylx8YBFh {
  height: 100%;
  padding: 8px 16px;
}
.vU7YNMKH .Ylx8YBFh span {
  justify-content: center;
}
.vU7YNMKH .Gw_1sn6k {
  height: 100%;
  padding: 8px 16px;
  padding: 4px 16px;
}
.vU7YNMKH .Gw_1sn6k span {
  justify-content: center;
}
.vU7YNMKH ._6ORMngE {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.vU7YNMKH .id4PGAHY {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
}
.vU7YNMKH .GUA8z0Pz {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
}
.vU7YNMKH .QqrLaXIH {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  align-items: center;
  font-size: 9px;
  text-align: center;
}
.vU7YNMKH .UTIccy_S {
  width: 75px;
  height: 75px;
  border: 1px solid var(--slate-grey-a65);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.vU7YNMKH .ZvImQ4Y6 {
  padding-left: 8px;
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vU7YNMKH .qPrdXmhv {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.vU7YNMKH .qPrdXmhv .MPjxCWYB {
  display: inline-block;
  padding: 5px 10px 0 0;
  text-align: left;
  font-size: 16px;
  color: var(--primary-color);
  cursor: pointer;
}
.vU7YNMKH .warjRf49 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vU7YNMKH .fXQbRs3d {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vU7YNMKH .WuLi9rM8 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.vU7YNMKH .DSTUhNt1 {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.ws1PhXEF {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 0 3px;
}
.ws1PhXEF .A1P1oORl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 75px;
  background-color: rgba(240, 242, 245, 0.45);
  z-index: 6;
}
.ws1PhXEF .A1P1oORl .PnAS172l {
  z-index: 7;
}
.ws1PhXEF .MSBFG5GH {
  width: 100%;
  margin-top: 10px;
}
.ws1PhXEF .MSBFG5GH .Ri0a2lSc {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ws1PhXEF .rdZYrZ3m {
  width: 100%;
  background-color: var(--white);
}
.ws1PhXEF .gg9Fhria {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty .a3Fwe67D {
  color: var(--slate-grey);
  font-size: 12px;
}
.ws1PhXEF .gg9Fhria .Tfi2Y3Ty .kGnVZfvB {
  font-size: 10px;
  text-align: center;
}
.ws1PhXEF .gg9Fhria .vIbKI4OI {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ws1PhXEF .gg9Fhria .T2xmXsYk {
  cursor: pointer;
}
.ws1PhXEF .gg9Fhria .VfLaN9Bp {
  font-size: 14px;
}
.ws1PhXEF .gg9Fhria .ELCOJ3lm {
  font-size: 12px;
}
.ws1PhXEF .gg9Fhria .mULdRbhn {
  display: flex;
  align-items: flex-end;
}
.ws1PhXEF .gg9Fhria .gYbKae1W {
  display: flex;
  justify-content: flex-end;
}
.ws1PhXEF .gg9Fhria .c91mOYgG {
  font-size: 10px;
}
.ws1PhXEF .gg9Fhria .DSTUhNt1 {
  font-size: 12px;
  color: var(--primary-color);
}
.ws1PhXEF .gg9Fhria .alcJ5KN6 {
  font-size: 10px;
  color: rgba(128, 128, 128, 0.65);
  text-transform: uppercase;
}
.ws1PhXEF .gg9Fhria .ti4ekOLB {
  font-size: 18px;
  color: var(--light-grey);
}
.oa95N3kI {
  width: 100%;
  height: calc(100vh - 400);
  position: relative;
}
.oa95N3kI .A1P1oORl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.oa95N3kI .Civ7NISm {
  position: relative;
  width: auto;
  height: calc(100vh - 50px);
}
.oa95N3kI .Civ7NISm .qA_pfpd2 {
  height: 100%;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .ant-tabs-nav {
  height: 56px;
  padding-left: 32px;
  z-index: 100;
  background-color: var(--white);
  padding: 0px 20px;
  height: 50px;
  padding-top: 3px;
  margin-bottom: 0;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .ant-tabs-tab:not(:first-of-type) {
  margin: 0 0 0 20px !important;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .i2cKbZ3o {
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .ant-tabs-nav-wrap {
  box-shadow: none;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .Z4vqXFmn {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 500;
  font-family: Poppins;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .k6WfRq5A {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oa95N3kI .Civ7NISm .qA_pfpd2 .k6WfRq5A .HXNC54SX {
  width: 275px;
  max-width: 100%;
  color: var(--primary-color);
}
.oa95N3kI .rDfqob2G {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.oa95N3kI .rDfqob2G .quDHaj8y {
  margin-bottom: 20px;
}
.oa95N3kI .rDfqob2G .quDHaj8y:last-child {
  margin-bottom: 0;
}
.oa95N3kI .rDfqob2G .PuveIMtF {
  margin: 25px 0;
}
.oa95N3kI .rDfqob2G .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.oa95N3kI .rDfqob2G .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled,
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button:disabled button,
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .rDfqob2G .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .ant-rate-star:not(:last-child) {
  margin-right: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .yiqHWFt3 {
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .zAsMgEvp {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .KKf9Nwx3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .fuozmHpR {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .t1rDeGsY {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--gothic-blue);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .k3ZnxCJV {
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0em;
  color: var(--table-badge-total);
  text-transform: uppercase;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .tRcv88Ym .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO {
  width: 100%;
  min-height: 90px;
  background-color: var(--emptiness-white);
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  min-height: 147px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .HhUi2jsR {
  margin-right: 14px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .zAsMgEvp {
  margin-bottom: -3px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .gY2m2CR9 .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  width: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 18px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .yiqHWFt3 {
  width: 95px;
  padding-top: 2px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .t1rDeGsY {
  margin-top: 0px;
  margin-left: 5px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn .WGLRahxC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .QNQoFlnd .mULdRbhn {
  justify-content: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .yiqHWFt3 {
  margin-bottom: -3px;
  padding-top: 1px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .DEbAjBF9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd {
  align-items: flex-end;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .ZWVy7Dab .QNQoFlnd .AnKPhnbz .aNyov9EK {
  margin-right: 4px;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .WGLRahxC {
  text-align: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .CbUTJOUO .mULdRbhn .xNFlwDAe .aNyov9EK {
  margin-right: 4px;
  width: 100%;
  display: block;
}
.oa95N3kI .D_ijJk3O .kvBLaxtG .vU7YNMKH {
  padding: 24px;
}
.oa95N3kI .nHTCBR0f {
  width: auto;
  height: 100%;
  padding: 40px 25px;
}
.oa95N3kI .nHTCBR0f .quDHaj8y {
  margin-bottom: 20px;
}
.oa95N3kI .nHTCBR0f .quDHaj8y:last-child {
  margin-bottom: 0;
}
.oa95N3kI .nHTCBR0f .PuveIMtF {
  margin: 25px 0;
}
.oa95N3kI .nHTCBR0f .gY2m2CR9 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  max-width: auto;
}
.oa95N3kI .nHTCBR0f .gY2m2CR9 .vRJzMlhg {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 10px;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq {
  border-radius: 12px 12px 0px 0px;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  background-color: var(--white);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .wK_ZmFWk {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .c78Dm6p2 button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled,
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button:disabled button,
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm button[disabled] button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--nepal-blue);
  border: none;
  box-shadow: none;
  background-color: var(--botticelli-blue);
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk {
  color: var(--scarlet);
  background: var(--white);
  border-color: var(--scarlet);
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
}
.oa95N3kI .nHTCBR0f .Ws2jyFVq .aQg5srnm .IyoTuYdk button {
  height: 28px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}
.oa95N3kI .nHTCBR0f .QPa9z0US .vIbKI4OI {
  background-color: var(--white);
  cursor: default;
}
.oa95N3kI .nHTCBR0f .QPa9z0US .BMau4Ukf {
  font-size: 12px;
  text-transform: uppercase;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq {
  margin-top: 20px;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 {
  width: 100%;
  display: flex;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 .f89bGHHe {
  width: 300px;
  color: var(--primary-color);
  margin-right: 10px;
}
.oa95N3kI .nHTCBR0f .NJVAUPFq .UZ37iWY8 .c78Dm6p2 {
  width: 100px;
  font-size: 12px;
  text-transform: uppercase;
}
.oa95N3kI .VuCjyG3L .F7ds1kuK {
  background-color: var(--primary-color);
  height: 50px;
}
.oa95N3kI .w6oW5CUm {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -12px;
}
.oa95N3kI .w6oW5CUm div {
  z-index: 1;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-search-input input {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .anticon-close {
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .hQH6haT3 .ant-select-selection-placeholder {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .ralK4BE_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: var(--gothic-blue);
  margin-bottom: 2px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD {
  margin-left: 14px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input {
  border-radius: 18px;
  border: none;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-search-input input {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .anticon-close {
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-placeholder {
  font-size: 12px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .f89bGHHe {
  width: 150px;
  height: 32px;
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selector {
  height: 32px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 1px solid var(--white);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .ant-select-selection-item {
  font-size: 12px;
  line-height: 30px !important;
  color: var(--primary-color);
}
.oa95N3kI .w6oW5CUm .Z10mCRuD .HfCJdrUG {
  color: var(--primary-color);
}
.ctOvPzZg {
  width: 100%;
}
.ctOvPzZg .LXF6G3_B {
  margin-bottom: 10px;
  width: 100%;
}
.ctOvPzZg .LXF6G3_B .e4JwSJUG {
  width: 100%;
}
.ctOvPzZg .LXF6G3_B ._Ws8xYAl {
  line-height: 16px;
  height: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.ctOvPzZg .LXF6G3_B .QgJlMVSB {
  line-height: 16px;
  height: 16px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ctOvPzZg .DHjgMdtD {
  width: 100%;
}
.uxhR3k34 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 23px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uxhR3k34 .Ip7Qk0Q6 {
  width: 520px;
}
.uxhR3k34 .Ip7Qk0Q6 .ant-select-selector {
  border-radius: 4px;
}
.uxhR3k34 .V361fyuA {
  height: 24px;
  width: 100px;
  border-radius: 18px;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.RafOU0vI {
  margin-top: 50px;
}
.RafOU0vI .ralK4BE_ {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  padding-top: 4px;
}
.RafOU0vI .FlUUcBOj {
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0em;
  font-size: 10px;
  font-weight: 700;
  color: var(--nepal-blue);
  padding-top: 4px;
  padding-top: 2px;
}
.RafOU0vI .VsJ0Bzeb {
  width: 100%;
  padding: 0;
  padding-top: 12px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--font-color-eastern-blue);
  text-transform: capitalize;
  color: var(--font-color-eastern-blue);
  font-weight: 500;
  font-size: 14px;
}
.RafOU0vI .VsJ0Bzeb::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--graham-grey);
}
.RafOU0vI .VsJ0Bzeb:focus {
  box-shadow: none;
  outline: none;
}
.RafOU0vI .c78Dm6p2 {
  margin: auto;
  margin-top: 10px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  color: var(--white);
  border: none;
}
.Yg6rvNJa {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  margin-top: 16px;
  height: 32px;
  font-size: 12px;
}
.xRVH0hbJ .VsJ0Bzeb {
  color: var(--primary-color);
}
.SHauFOYi {
  width: 100%;
}
.vcjal461 {
  margin-top: 20px;
}
.LbeDSJOf {
  width: 100%;
  max-width: 700px;
  overflow: auto;
  padding: 16px 24px 8px 0;
  display: flex;
  flex-direction: column;
}
.LbeDSJOf .zmRBCrNr {
  position: relative;
  width: 100%;
  left: 0;
  top: 50px;
  display: flex;
  justify-content: center;
}
.LbeDSJOf .gemRCTc9 {
  position: relative;
  width: 100%;
  padding: 24px 12px;
  padding-top: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.LbeDSJOf .gemRCTc9 .B6DyFXO8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
  height: 40px;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq {
  display: flex;
  align-items: baseline;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq .KVcQvbho {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.LbeDSJOf .gemRCTc9 .MHA7C9rq .pMBXUuuc {
  margin: 0 12px;
}
.LbeDSJOf .gemRCTc9 .OpqB_ytF {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.LbeDSJOf .gemRCTc9 .MqFow64G {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.LbeDSJOf .gemRCTc9 .y83_0Q52 {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-right: 16px;
}
.LbeDSJOf .gemRCTc9 .y83_0Q52 .pMBXUuuc {
  display: flex;
  justify-content: flex-end;
}
.LbeDSJOf .gemRCTc9 ._rE3yR33 {
  margin: 4px 0 0 6px;
  max-width: 600px;
}
.LbeDSJOf .gemRCTc9 ._rE3yR33 .VsJ0Bzeb {
  color: var(--primary-color);
}
.LbeDSJOf .gemRCTc9 .VxvRKTbl {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}
.KJUcsIGO {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.KJUcsIGO .P6nXT7ZH {
  color: var(--primary-color);
  font-weight: 600;
}
.KJUcsIGO .c91mOYgG {
  font-style: italic;
  margin-left: 8px;
}
.KJUcsIGO .ENH3yWA0 {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.KJUcsIGO .ENH3yWA0 .ti4ekOLB {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 12px;
}
.KJUcsIGO .ENH3yWA0 .ti4ekOLB:hover {
  transform: scale(1.25);
  transition: transform 0.15s linear;
}
.LIDTWvKS {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
}
.LIDTWvKS:before {
  content: "@";
}
.klgIDF2e {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  margin: 2px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.klgIDF2e:before {
  content: "@";
}
.E5IGNsFY {
  background-color: var(--white);
  padding: 1px 3px;
  border-radius: 3px;
  margin: 1px 0;
  color: var(--dark-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 8px;
  position: relative;
  padding-right: 28px;
}
.E5IGNsFY:before {
  content: "@";
}
.E5IGNsFY .BDvLSZza {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 14px;
}
.oSjobkVJ {
  max-width: auto;
  width: 100%;
  background-color: var(--white);
  border-radius: 4px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
}
.LpFZgmt8 {
  max-width: 520px;
}
.LpFZgmt8 div {
  border-radius: 4px !important;
}
.ant-dropdown-menu {
  top: -4px;
  padding: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.ant-dropdown-menu .ant-dropdown-menu-item {
  font-size: 12px;
  line-height: 10px;
}
.ant-dropdown-menu-item-active:hover:first-child {
  background-color: var(--primary-color-a10);
  border-radius: 18px 18px 0px 0px;
}
.ant-dropdown-menu-item-active:hover:last-child {
  background-color: var(--primary-color-a10);
  border-radius: 0px 0px 18px 18px;
}
.terminateSubscriptionPopover .ant-popover-inner {
  border-radius: 12px;
}
.terminateSubscriptionPopover .ant-popover-title {
  border-radius: 12px 12px 0px 0px;
  background-color: var(--alabaster-white);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 37px;
}
.terminateSubscriptionPopover .ant-popover-inner-content {
  border-radius: 0px 0px 18px 12px;
}
.terminateSubscriptionPopover .ant-popover-inner-content .G3RkCId1 {
  max-width: 288px;
  padding: 2px 0px 14px 0px;
}
.terminateSubscriptionPopover .ant-popover-inner-content .G3RkCId1 .WuLi9rM8 {
  font-weight: 600;
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ {
  display: flex;
  justify-content: space-between;
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ .J5bhoZ1N {
  background: var(--scarlet);
  color: var(--white);
  border-color: var(--scarlet);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.terminateSubscriptionPopover .ant-popover-inner-content .rucbkVM_ .xtwugRQ3 {
  color: var(--primary-color);
  background: var(--white);
  border-color: var(--primary-color);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.a1zXu36j {
  width: 450px;
  color: var(--darkest-blue);
  font-weight: 400;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.TQ9TkZ06 {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 700px;
  overflow-y: auto;
  padding: 0 8px 8px 10px;
}
.TQ9TkZ06 .VVFyd_3j {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.TQ9TkZ06 .Klrh3B1U {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
}
.TQ9TkZ06 .bFoTCKo9 {
  position: absolute;
  top: 47px;
  left: calc(100% - 158px);
  display: flex;
  flex-direction: column;
}
.TQ9TkZ06 .GQH28SUW {
  margin: 12px 0;
}
.TQ9TkZ06 .x8vMJzv6 {
  height: 12px;
  box-shadow: none;
  outline: none;
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.TQ9TkZ06 .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.TQ9TkZ06 .x8vMJzv6 .iIboIHlb {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.TQ9TkZ06 .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.TQ9TkZ06 .x8vMJzv6:hover,
.TQ9TkZ06 .x8vMJzv6:active,
.TQ9TkZ06 .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.TQ9TkZ06 .fbt7wvHz {
  position: relative;
  width: 100%;
  padding: 12px;
  padding-top: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  border-radius: 3px;
  overflow: hidden;
}
.TQ9TkZ06 .fbt7wvHz:not(:first-child) {
  margin-top: 12px;
}
.TQ9TkZ06 .fbt7wvHz .LeRR_P9s {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .JL6fWnb3 {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .mTxc7BPB {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 11px;
  color: var(--slate-grey);
  text-transform: uppercase;
}
.TQ9TkZ06 .fbt7wvHz .kCXyAWIq {
  height: 33px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .wvrsFVjg {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  max-width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TQ9TkZ06 .fbt7wvHz .mrKMm9yW {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.TQ9TkZ06 .fbt7wvHz .jrq3WaXG {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  max-width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.TQ9TkZ06 .fbt7wvHz .DBOebRDa {
  top: 6px;
  right: 12px;
  font-size: 12px;
  color: var(--slate-grey-a65);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  background-color: var(--light-baby-blue);
  padding: 4px 16px;
  width: 100%;
  border-radius: 3px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj:not(:first-child) {
  margin-top: 10px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj form {
  width: 100%;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT .oXj8asxy {
  color: var(--primary-color);
}
.TQ9TkZ06 .fbt7wvHz .cvx_AHxj .p0jhUETT .GTzGe8xS {
  color: var(--primary-color);
}
.TYFG2N0J {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 8px;
}
.TYFG2N0J .YT4b6DFv {
  padding: 20px 30px;
  margin-top: 20px;
  margin: 20px 5px 0 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .TYFG2N0J .YT4b6DFv {
    padding: 20px 2px;
  }
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  padding: 0 12px;
}
.TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .TYFG2N0J .YT4b6DFv .zN_6LEKs {
    flex-direction: column;
    align-items: flex-end;
  }
  .TYFG2N0J .YT4b6DFv .zN_6LEKs .A4Dyg_mh {
    padding: 6px 2px;
  }
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp .oz_F_kH0 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--slate-grey);
}
.TYFG2N0J .YT4b6DFv .wyjiDoJp .by4VnZE1 {
  margin-bottom: 0.7em;
  margin-left: 20px;
  cursor: pointer;
}
.TYFG2N0J .YT4b6DFv .DM6vuOvy {
  max-width: 500px;
}
.TYFG2N0J .YT4b6DFv .APMAK3NY {
  display: flex;
  justify-content: space-between;
}
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6 {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: var(--white);
  color: var(--sunset-orange);
  border: 1px solid var(--sunset-orange);
}
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:hover,
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:active,
.TYFG2N0J .YT4b6DFv .APMAK3NY .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.TYFG2N0J .YT4b6DFv .mLsz3Elz {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl {
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .XPeXdWtl .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
  width: 100%;
  margin: auto;
  padding: 12px 6px;
  background: var(--white);
  color: var(--slate-grey);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 1px 1px var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .Pekidd7G {
  text-transform: uppercase;
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 {
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .nSlEdws8 {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  padding: 2px 6px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 .nSlEdws8:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .tAU6PVyP {
  font-size: 16px;
  font-weight: 900;
  cursor: move;
}
@media (max-width: 827px) {
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
    padding: 10px 6px;
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH {
    padding-left: 10px;
  }
  .TYFG2N0J .YT4b6DFv .S65bA5OH .na6XXxhH .xzqSgxt2 {
    flex-direction: column;
    align-items: flex-end;
  }
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .OJs5f9kc {
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .OJs5f9kc .VcolrtvW {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 50px;
  border-radius: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 12px;
  height: 34px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  margin-top: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .nqUQzg6G {
  overflow-x: auto;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .jIWleqwt {
  flex-flow: row;
  padding-bottom: 2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .jIWleqwt .V50eEOfH {
  min-width: 150px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx {
  min-height: 90px;
  width: 160px;
  margin-top: 40px;
  margin-left: 24px;
  padding: 14px 0px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px var(--slate-grey-a65);
  font-size: 11px;
  background-color: var(--white);
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 16px;
  padding-bottom: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .T3BGbrmF {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .pDSwn7eH .T3BGbrmF:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .wvrsFVjg {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .ntS5YPUg {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-style: oblique;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: -2px;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .bOQ3DVmr .bIdFiSEY {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .MzhBh4ex {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .BL0YD0pT {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.TYFG2N0J .YT4b6DFv .S65bA5OH .S6cJAFnx .rfzapHdE {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg {
  min-height: 65px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 16px 0px;
  border-radius: 4px;
  box-shadow: 0px 1px 5px var(--slate-grey-a65);
  font-size: 11px;
  background-color: var(--white);
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .x6Pm4jxN {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .x6Pm4jxN:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .T3BGbrmF {
  cursor: pointer;
  text-transform: uppercase;
  color: saturate(var(--primary-color), 20%);
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH .T3BGbrmF:hover {
  color: saturate(var(--primary-color), 60%);
  font-weight: 600;
}
@media (max-width: 668px) {
  .TYFG2N0J .YT4b6DFv .uUNCwDEg .pDSwn7eH {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr {
  display: flex;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .wvrsFVjg {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .at9bMINl {
  font-size: 13px;
  padding-left: 10px;
  color: var(--slate-grey-a65);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .bOQ3DVmr .bIdFiSEY {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .MzhBh4ex {
  font-size: 1.1em;
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .BL0YD0pT {
  font-size: 1.2em;
  color: var(--table-badge-unread);
}
.TYFG2N0J .YT4b6DFv .uUNCwDEg .rfzapHdE {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: black;
  cursor: move;
}
.Ksj8IW6_ {
  border-top: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.IAqjcbsd {
  border-bottom: 10px solid var(--slate-grey-a65);
  padding: 5px 0;
}
.VVFyd_3j {
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.p0jhUETT {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}
.p0jhUETT .oXj8asxy {
  color: var(--primary-color);
}
.p0jhUETT .GTzGe8xS {
  color: var(--primary-color);
}
.mLsz3Elz {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
}
.mLsz3Elz .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.EhjW_Ysf {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  color: var(--primary-color);
  height: 12px;
  box-shadow: none;
  outline: none;
}
.EhjW_Ysf .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.EhjW_Ysf .iIboIHlb {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.A1PM3f73 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
}
.A1PM3f73 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.A1PM3f73:hover,
.A1PM3f73:active,
.A1PM3f73:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.zp9v1AZ9 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  margin-left: -16px;
}
.zp9v1AZ9 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.zp9v1AZ9 .nSARCnTc {
  margin-left: -5px;
}
.SuFh4nrf {
  width: 100%;
}
.SuFh4nrf .X_Yy1QXu {
  padding-bottom: 0 !important;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  padding-left: 25px;
}
.SuFh4nrf .X_Yy1QXu .oXj8asxy {
  color: var(--primary-color);
}
.SuFh4nrf .X_Yy1QXu .GTzGe8xS {
  color: var(--primary-color);
}
.SuFh4nrf .jlWuqRzs .JLlZL6vz {
  margin-bottom: 4px;
}
.SuFh4nrf .hB9Tke9B {
  margin-bottom: 12px;
}
.SuFh4nrf .jRcD34aJ {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  font-size: 12px;
}
.SuFh4nrf .jRcD34aJ .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.SuFh4nrf .x8vMJzv6 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 32px;
  background-color: var(--white);
  color: var(--sunset-orange);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.SuFh4nrf .x8vMJzv6 .YupcBqfQ {
  font-size: 16px;
  margin-right: 4px;
}
.SuFh4nrf .x8vMJzv6:hover,
.SuFh4nrf .x8vMJzv6:active,
.SuFh4nrf .x8vMJzv6:focus {
  color: #ff9a9b;
  border-color: #ff9a9b;
}
.nIIL9Qvd {
  margin: 20px 0;
  max-width: 350px;
}
.nIIL9Qvd .YCgpHfW0 {
  font-weight: 600;
  font-size: 16px;
}
.nIIL9Qvd .oXj8asxy {
  color: var(--primary-color);
}
.nIIL9Qvd .GTzGe8xS {
  color: var(--primary-color);
}
.nIIL9Qvd .a67aIflO {
  margin-top: 30px;
  height: 34px;
}
.nIIL9Qvd .gFUy2UfK {
  margin-top: 16px;
}
.b2D_v0jm {
  padding: 8px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b2D_v0jm .wvrsFVjg {
  font-size: 14px;
  font-weight: 600;
}
.b2D_v0jm .GRMw9bXP {
  font-size: 12px;
  color: var(--slate-grey-a65);
}
.b2D_v0jm .ygD1nD5u {
  font-size: 10px;
  color: var(--slate-grey-a65);
  text-transform: uppercase;
  font-style: italic;
}
.wiSeUPxX .sATnGPdQ {
  margin: 4px 0;
  border: 1px solid var(--light-silver);
  max-width: 300px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.5);
}
.wiSeUPxX .sATnGPdQ .Qm01tjwJ > div:first-child {
  padding: 6px 12px;
}
.wiSeUPxX .sATnGPdQ .LIFFpMhi {
  display: flex;
  align-items: center;
}
.wiSeUPxX .sATnGPdQ .rfzapHdE {
  font-size: 14px;
  cursor: move;
  transform: rotate(180deg);
}
.wiSeUPxX .sATnGPdQ .SteCcBEX .wvrsFVjg {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wiSeUPxX .beerI5VC {
  border-width: 2px;
  border-style: dotted;
  border-color: transparent;
  box-sizing: border-box;
}
.wiSeUPxX .Ksj8IW6_ {
  border-top-color: var(--slate-grey);
}
.wiSeUPxX .IAqjcbsd {
  border-bottom-color: var(--slate-grey);
}
.tTbqGeCS {
  width: 100%;
  height: 100%;
}
.tTbqGeCS .yKtbecM_ {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.tTbqGeCS .aCjy9kCu {
  font-size: 12px;
  font-weight: 400;
  color: var(--slate-grey-a65);
}
.tTbqGeCS .GTzGe8xS {
  color: var(--primary-color);
  width: 100%;
  margin-top: 20px;
}
.tTbqGeCS .yEo6cGkL {
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.tTbqGeCS .yEo6cGkL .p7QjxGnO {
  width: 100%;
}
.tTbqGeCS .yEo6cGkL .nSARCnTc {
  transition: transform 0.2s linear;
}
.HrZBVkKo {
  display: flex;
  flex-direction: column;
}
.HrZBVkKo .dTah79YJ {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 32px;
  margin: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.HrZBVkKo .iIboIHlb {
  font-size: 12px;
}
.HrZBVkKo .wvrsFVjg {
  font-size: 12px;
  font-weight: 600;
}
.HrZBVkKo .ygD1nD5u {
  font-size: 10px;
  font-style: italic;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.HHLBpaVN {
  margin-top: 20px;
}
.dDmq_FTG {
  z-index: 1001;
}
.dDmq_FTG .xP7mbrga .d3sYfMU4 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}
.dDmq_FTG .xP7mbrga .qKxdWG6m {
  font-size: 16px;
  margin-left: 5px;
}
.dDmq_FTG .nS0bCVmW {
  display: flex;
  flex-direction: column;
}
.dDmq_FTG .ZkAvdN0s {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
}
.dDmq_FTG .jeSwtk07 {
  display: flex;
  flex-direction: column;
}
.dDmq_FTG .zplZKiEH {
  font-weight: 600;
}
.dDmq_FTG .nuvZ93dX {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
}
.dDmq_FTG .QGwHINia {
  text-transform: uppercase;
  height: 32px;
  width: 150px;
  margin: 5px;
}
.dDmq_FTG .lkX1Q1k0 {
  text-transform: uppercase;
  height: 32px;
  width: 150px;
  margin: 5px;
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

._2pGA5W_y {
  width: 100%;
  height: 28px;
  margin-bottom: 40px;
  background: var(--white);
  border-radius: 6px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
._2pGA5W_y .PPOg0nFO {
  display: flex;
  justify-content: center;
  align-items: center;
}
._2pGA5W_y .PPOg0nFO .jLFtdzTY {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
._2pGA5W_y .PPOg0nFO .Nu1bl3P6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
._2pGA5W_y:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
.izW0LxLo {
  width: 100%;
  height: 28px;
  margin-bottom: 40px;
  background: var(--white);
  border-radius: 6px;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.izW0LxLo .PPOg0nFO {
  display: flex;
  justify-content: center;
  align-items: center;
}
.izW0LxLo .PPOg0nFO .jLFtdzTY {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
.izW0LxLo .PPOg0nFO .Nu1bl3P6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 6px;
  color: var(--font-color-eastern-blue);
}
.izW0LxLo:hover {
  box-shadow: 0px 1px 4px rgba(22, 138, 177, 0.6);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.PPiEaX47 {
  color: var(--primary-color);
}
.wP_6xfjN {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
}
.Yd6XVq_9 {
  height: 50px;
  text-transform: uppercase;
  border-radius: 25px;
  border-radius: 0;
}
.GfITW6Vj {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 35px;
  width: 85px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.BFC1Gh9e {
  display: none;
}
.Df7DdJnN {
  background: transparent;
}
.kXrZIY6t {
  height: 100vh;
  overflow: hidden;
}
.b6VP6hfY {
  position: relative;
  background-color: var(--white);
  height: 100%;
}
.b6VP6hfY .j6PkhZYZ {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.b6VP6hfY .wod43kFa {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
}
.b6VP6hfY .QZyayKuR {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: var(--primary-color);
  opacity: 0.4;
  z-index: 1001;
  display: none;
}
.DZTo1kjv {
  height: calc(100vh - 50px);
  overflow-y: hidden;
  background-color: var(--white);
}
.DZTo1kjv .hlhW0fIy {
  position: relative;
  background-color: var(--errigal-white);
  padding: 15px 25px;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 {
  position: absolute;
  top: 18px;
  right: -18px;
  height: 36px;
  width: 36px;
  font-size: 18px;
  background: var(--white);
  border: 1px solid var(--errigal-white);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 .F6_vpmFV {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
}
.DZTo1kjv .hlhW0fIy .eBElTbg7 .H6IQtgRE {
  color: rgba(0, 0, 0, 0.35);
  transition: transform 0.3s linear;
  transform: rotate(180deg);
}
.DZTo1kjv .vNrHoWhW {
  padding-top: 100px;
}
@media (max-width: 878px) {
  .DZTo1kjv .miJkOMVy {
    width: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
}
.DZTo1kjv .R9ZS8KC0 {
  max-width: 300px;
  background-color: transparent;
}
.DZTo1kjv .lMc8Hwbc {
  height: 50px;
  border-radius: 25px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  height: 40px;
  width: 160px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV .F6_vpmFV {
  font-size: 22px;
  transition: transform 0.2s linear;
}
.DZTo1kjv .lMc8Hwbc .Gj8k1IYV .KuG1orIe {
  font-size: 22px;
  transition: transform 0.2s linear;
  transform: rotate(45deg);
}
.DZTo1kjv .rovOO6fo {
  margin-top: 21px;
  width: 100%;
}
.DZTo1kjv .rovOO6fo .RkGHF24_ {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  font-size: 10px;
}
.DZTo1kjv .rovOO6fo .zqaujf4T {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.DZTo1kjv .rovOO6fo .zqaujf4T .wB69MkbU {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.DZTo1kjv .rovOO6fo .zqaujf4T .wB69MkbU:focus {
  box-shadow: none;
  outline: none;
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .qCIL_bEF {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .uAxd9U0X {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.DZTo1kjv .rovOO6fo .Gj8k1IYV .GfITW6Vj {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
}
.DZTo1kjv .zDnIKzv9 {
  width: 100%;
}
.DZTo1kjv .BbhI8X68 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 25px;
}
.DZTo1kjv .BbhI8X68 .GfITW6Vj {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 100px;
  border-radius: 25px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.l6sBtpOM {
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: hidden;
}
.l6sBtpOM .r_CRDeml {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.l6sBtpOM .r_CRDeml .F6_vpmFV {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .l6sBtpOM .r_CRDeml {
    display: none;
  }
}
.l6sBtpOM .ilvWs2IZ {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.l6sBtpOM .ilvWs2IZ .d5JnYhtk {
  font-size: 16px;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 {
  height: 100%;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 .fohJ7fiC {
  height: 100%;
}
.l6sBtpOM .ilvWs2IZ .bTpEwdK4 .fohJ7fiC .hW5UKPdj {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
.ZnfgliV7 {
  max-height: 100%;
  padding: 20px 30px;
  overflow-y: hidden;
  background: linear-gradient(to bottom, var(--primary-color) 50px, var(--errigal-white) 50px 100%);
  background-color: var(--errigal-white);
  padding-top: 0;
}
.ZnfgliV7 .r_CRDeml {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.ZnfgliV7 .r_CRDeml .F6_vpmFV {
  font-size: 24px;
  color: var(--white);
}
@media (min-width: 879px) {
  .ZnfgliV7 .r_CRDeml {
    display: none;
  }
}
.ZnfgliV7 .ilvWs2IZ {
  height: 100%;
  overflow-y: hidden;
  z-index: 3;
}
.ZnfgliV7 .ilvWs2IZ .d5JnYhtk {
  font-size: 16px;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 {
  height: 100%;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 .fohJ7fiC {
  height: 100%;
}
.ZnfgliV7 .ilvWs2IZ .bTpEwdK4 .fohJ7fiC .hW5UKPdj {
  font-size: 12px;
  color: rgba(120, 120, 120, 0.65);
  text-transform: uppercase;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.q3Tp_C3f span {
  display: flex;
  align-items: center;
}
.q3Tp_C3f .HFKZO6BX {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--primary-color);
  display: inline;
}
.q3Tp_C3f .bUNftQ35:hover {
  color: var(--canary-yellow) !important;
}
.q3Tp_C3f .fPnrAPu_ {
  margin: 0px 0px 0 0px;
  cursor: pointer;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.personPopover .aQ4xP7Ej {
  background-color: var(--darkest-blue);
}
.personPopover .ant-popover-content {
  letter-spacing: 0.3px;
  top: 15px;
}
.personPopover .ant-popover-content .ant-popover-arrow {
  background-color: var(--darkest-blue);
  outline-color: var(--dark-blue);
  transform: rotate(45deg);
  border-radius: 0px;
  width: 12px;
  height: 12px;
  z-index: 20;
  left: 27px;
  bottom: -5px;
}
.personPopover .ant-popover-content .ant-popover-arrow .ant-popover-arrow-content {
  bottom: 10px;
}
.personPopover .ant-popover-content .ant-popover-inner {
  border-radius: 8px;
  background-color: var(--darkest-blue);
}
.personPopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 11px 16px;
}
.personPopover .ant-popover-content .ant-popover-inner .zozGJ2NQ {
  display: flex;
  flex-wrap: nowrap;
}
.personPopover .ant-popover-content .ant-popover-inner .YnvROBaw {
  line-height: 12px;
  color: var(--nepal-blue);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0 3px 0;
  line-height: 14px;
}
.personPopover .ant-popover-content .ant-popover-inner .a76Qo_WY {
  line-height: 17px;
  color: var(--botticelli-blue);
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}
.personPopover .ant-popover-content .ant-popover-inner .a76Qo_WY:hover {
  color: var(--canary-yellow);
}
.personPopover .ant-popover-content .ant-popover-inner .W0pnD_mP {
  color: var(--botticelli-blue);
  font-weight: 400;
  font-size: 12px;
}
.personPopover .ant-popover-content .ant-popover-inner .W0pnD_mP .uzTgfiyj {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  text-transform: capitalize;
}
.personPopover .ant-popover-content .ant-popover-inner .nAhmnsM1 {
  display: flex;
  align-items: center;
}
.personPopover .ant-popover-content .ant-popover-inner .nAhmnsM1 .UlVlH3hJ {
  margin-top: 1px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.g0yBAEnB {
  width: 100%;
  height: 75px;
  display: flex;
}
.m6IoSqjq {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: row-reverse;
}
.ALyZVRDs {
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.hq_857OL {
  flex-direction: row-reverse;
  width: 100%;
  height: 75px;
  display: flex;
  height: 84px;
}
.QrsHz5tW {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.N3xspJqh {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.rfJvsiUT {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.KzV_ek_L {
  padding-left: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
  width: auto;
}
.tMfqsQYE {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  width: auto;
}
.CGJNr8f1 {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dzelIY6c {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jhY_TjXK {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
._4ft4aLN {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asB6R0Ye {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 17px;
}
.M2FAN7aB {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.HLRhOLad {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Poppins, "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 2px;
  color: var(--darkest-blue);
}
.KxQY6g7n {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Poppins, "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
  color: var(--darkest-blue);
  font-size: 16px;
  line-height: 17px;
}
.cwAmYH6W {
  padding-top: 2px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gothic-blue);
  font-size: 12px;
  line-height: 16px;
}
.DfTj3xlU {
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gothic-blue);
  font-size: 12px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--graham-grey);
}
.g9ZI5IiX {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--nepal-blue);
}
.hZrhG3Sx {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
.PK07vMhb {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  color: var(--table-grey);
}
.iVgAUMWK {
  height: 18px;
}
.FzrsN3DH {
  color: var(--goldenrod);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.DeF85dHm {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.DeF85dHm .RFpnB3Az {
  margin-right: 2px;
  display: flex;
  color: var(--goldenrod);
}
.DeF85dHm .XeBLu2lj {
  background-color: var(--botticelli-blue);
  position: absolute;
  mix-blend-mode: color;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.KUFg6fjW {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .YNLY3Ebw {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.KUFg6fjW .YNLY3Ebw .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.KUFg6fjW .YNLY3Ebw .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.KUFg6fjW .YNLY3Ebw .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.KUFg6fjW .YNLY3Ebw .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.KUFg6fjW .YNLY3Ebw .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .YNLY3Ebw .jtpcdLGD {
  height: 19px;
}
.KUFg6fjW .J1gclZZj {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.KUFg6fjW .J1gclZZj .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.KUFg6fjW .J1gclZZj .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.KUFg6fjW .J1gclZZj .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.KUFg6fjW .J1gclZZj .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.KUFg6fjW .J1gclZZj .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.KUFg6fjW .J1gclZZj .jtpcdLGD {
  height: 19px;
}
.L6Hm4YDY {
  height: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 2px 8px;
}
.L6Hm4YDY .YNLY3Ebw {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
.L6Hm4YDY .YNLY3Ebw .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.L6Hm4YDY .YNLY3Ebw .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.L6Hm4YDY .YNLY3Ebw .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.L6Hm4YDY .YNLY3Ebw .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.L6Hm4YDY .YNLY3Ebw .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.L6Hm4YDY .YNLY3Ebw .jtpcdLGD {
  height: 19px;
}
.L6Hm4YDY .J1gclZZj {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  width: 100%;
}
.L6Hm4YDY .J1gclZZj .orzhNJly {
  font-size: 0.75rem;
  color: var(--white);
}
.L6Hm4YDY .J1gclZZj .CGJNr8f1 {
  font-size: 0.75rem;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
}
.L6Hm4YDY .J1gclZZj .dzelIY6c {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 12px;
}
.L6Hm4YDY .J1gclZZj .aW2wDRQ6 {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
}
.L6Hm4YDY .J1gclZZj .WXNquo1X {
  display: flex;
  flex-direction: column;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.L6Hm4YDY .J1gclZZj .jtpcdLGD {
  height: 19px;
}
.f7KnDjhP {
  display: flex;
  align-items: center;
}
.f7KnDjhP .WfcCUZaG {
  margin-right: 8px;
}
.f7KnDjhP .QdCjKOv9 {
  display: flex;
  flex-direction: column;
}
.f7KnDjhP .QdCjKOv9 .CGJNr8f1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.f7KnDjhP .QdCjKOv9 .awrJm5NJ {
  font-weight: 600;
  color: var(--nepal-blue);
  font-size: 10px;
  text-transform: uppercase;
}
.f7KnDjhP .QdCjKOv9 .orzhNJly {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .YfJ0T2gz {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .PK07vMhb {
  font-size: 12px;
  line-height: 17px;
}
.f7KnDjhP .QdCjKOv9 .g9ZI5IiX {
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
}
.fWoACrjC {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.AX3NVaq2 {
  display: flex;
  align-items: center;
}
.L1tj2Ww5 {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._RT68zsh {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  background-color: var(--table-badge-team);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.BQjTRRFm {
  padding: 8px;
  width: auto;
}
.AsDNAZ4G {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AsDNAZ4G .rfJvsiUT {
  width: 100%;
}
.AsDNAZ4G .rfJvsiUT .CGJNr8f1 {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AsDNAZ4G .rfJvsiUT .M2FAN7aB {
  color: var(--table-grey);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.AsDNAZ4G .rfJvsiUT .dBXbsKi3 {
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}
.GxT2JQat {
  display: flex;
  flex-direction: column;
}
.GxT2JQat .L1tj2Ww5 {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.GxT2JQat ._RT68zsh {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  background-color: var(--botticelli-blue);
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 8px;
  height: 22px;
  width: 22px;
  background-color: var(--table-badge-team);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.GxT2JQat .CGJNr8f1 {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.GxT2JQat .M2FAN7aB {
  color: var(--table-grey);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.R8AF7ixC {
  color: var(--white);
  font-size: 10px;
  padding: 0;
  margin: 0px 0 3px 0;
  line-height: 13px;
  cursor: pointer;
}
.R8AF7ixC:hover {
  font-weight: 600;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.glPRYRJI {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glPRYRJI .xWoU3wjv {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 122;
}
.rmdr8PDP .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.rmdr8PDP .ant-tooltip-arrow-content {
  --antd-arrow-background-color: #0f50a2 !important;
}
.idl_bmTQ {
  display: none;
}
.idl_bmTQ .ant-tooltip-inner {
  background: var(--dark-blue);
  border-radius: 8px;
  min-width: 340px;
  background-image: url("/img/conference_tooltip_bg.png");
  background-size: cover;
}
.idl_bmTQ .ant-tooltip-arrow-content {
  --antd-arrow-background-color: #0f50a2 !important;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.xfaNBgHl {
  position: absolute;
  z-index: 999;
  height: 45px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/conference_badge_light.png");
}
.yhdK_v52 {
  position: absolute;
  z-index: 999;
  height: 45px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/conference_badge_dark.png");
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.yXSr_IqN {
  color: var(--white);
  padding: 8px 8px 4px 8px;
  min-width: 330px;
}
.yXSr_IqN .q9Xu8rzn {
  display: flex;
  align-items: center;
  height: 50px;
}
.yXSr_IqN .q9Xu8rzn .Pc4v6PF1 {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .q9Xu8rzn .Pc4v6PF1 svg {
  width: 100%;
  height: 100%;
}
.yXSr_IqN .q9Xu8rzn .Q0ztgKz4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yXSr_IqN .mpXpoDlg {
  display: flex;
  align-items: center;
  height: 50px;
  height: 30px;
  overflow: hidden;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 svg {
  width: 100%;
  height: 100%;
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yXSr_IqN .mpXpoDlg .Pc4v6PF1 {
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--white);
}
.yXSr_IqN .mpXpoDlg .Q0ztgKz4 svg {
  margin-top: 2px;
}
.yXSr_IqN .BxZGvIiv {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.yXSr_IqN .clPiYZ_v {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.yXSr_IqN .scXqJdqU {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  font-weight: 700;
  margin-right: 3px;
  cursor: pointer;
  transition: 0.4s all;
  display: flex;
  align-items: center;
}
.yXSr_IqN .scXqJdqU svg {
  margin-left: 3px;
}
.yXSr_IqN .scXqJdqU:hover {
  color: var(--canary-yellow);
}
.yXSr_IqN .scXqJdqU:hover svg > path {
  fill: var(--canary-yellow);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Mfe_qgmZ {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--table-grey);
}
.Mfe_qgmZ .xz3wZuQY {
  margin-left: 9px;
}
.Mfe_qgmZ .xz3wZuQY .g8s7Ldg6 {
  font-size: 8px;
  line-height: 11px;
}
.Mfe_qgmZ .xz3wZuQY .psDM13dH {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}
.Mfe_qgmZ .xz3wZuQY .EIwIvh49 {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--table-badge-total);
}
.Mfe_qgmZ .xz3wZuQY .QPcijTD5 {
  font-size: 8px;
  line-height: 11px;
  color: var(--table-badge-total);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.eXjExa3J .UNltHQ0z {
  width: 100%;
}
.eXjExa3J .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.eXjExa3J .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  padding-left: 16px;
  padding-right: 40px;
}
.eXjExa3J .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.eXjExa3J .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.eXjExa3J .ukybkoUi {
  padding-left: 20px;
}
.uMup78kj .UNltHQ0z {
  width: 100%;
}
.uMup78kj .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 0px;
}
.uMup78kj .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  padding-left: 16px;
  padding-right: 40px;
}
.uMup78kj .ant-select-arrow {
  color: var(--primary-color);
  font-weight: bolder;
  right: 16px;
}
.uMup78kj .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.uMup78kj .ukybkoUi {
  padding-left: 20px;
}
.uMup78kj .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}
.uMup78kj .ant-select-selection-placeholder {
  color: var(--white);
  font-weight: 400;
  padding-right: 0 !important;
}
.uMup78kj .ant-select-arrow {
  color: var(--white);
  font-weight: 600;
  right: 16px;
}
.uMup78kj .gKe5b9S6 {
  font-size: 12px;
  line-height: 18px;
  color: var(--white);
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.MUhEqq2r {
  width: 100%;
  margin: 0 auto;
  padding-right: 11px;
}
.MUhEqq2r span {
  font-size: 9px;
  color: var(--primary-color);
  display: block;
  margin: 4px 0;
}
.YAisgb6l .R8qwvqxR {
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  font-weight: 700;
}
.YAisgb6l .lXdHh3NB {
  margin-top: 10px;
  font-size: 10px;
  color: var(--dark-blue);
}
.YAisgb6l .lXdHh3NB button {
  margin-top: 10px;
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.YAisgb6l .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent;
  border-radius: 0px;
  padding-left: 0px;
  border: 0;
  box-shadow: none !important;
}
.YAisgb6l .ant-select-arrow {
  right: 30px;
  font-size: 10px;
  line-height: 10px;
  color: transparent;
  text-transform: uppercase;
  margin-top: -9px;
}
.YAisgb6l .ant-select-arrow .ant-select-suffix:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10px;
  height: 10px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle.svg");
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.teamMemberDropdown {
  border-radius: 8px;
}
.teamMemberDropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--twilight-blue);
  color: var(--primary-color);
}
.sbh8x1mR {
  margin: 24px 0 28px 0;
  display: flex;
  justify-content: center;
}
.sbh8x1mR .IkdXUzLg {
  height: 24px;
  width: 146px;
  background-color: var(--white);
  color: var(--cyan-blue-azure);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.sbh8x1mR .IkdXUzLg span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-shadow: none;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.XKVocvcZ {
  width: 100%;
  height: 32px;
  background: var(--white);
  cursor: pointer;
}
.XKVocvcZ .QUjXN_uM {
  height: 100%;
  width: 100%;
  background: linear-gradient(95.7deg, rgba(203, 255, 243, 0.83) 12.17%, rgba(81, 242, 203, 0.83) 93.24%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px 0 11px;
}
.XKVocvcZ .QUjXN_uM .ND85AZS8 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.XKVocvcZ .QUjXN_uM .e8TeDXcu {
  padding-top: 5px;
}
.XKVocvcZ .QUjXN_uM .EvvAR13k {
  display: flex;
  align-items: center;
}
.XKVocvcZ .QUjXN_uM .EvvAR13k .A3fp5yC7 {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
}
.XKVocvcZ .QUjXN_uM .FerwYRiS .A3fp5yC7 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--dark-blue);
}
.XKVocvcZ .QUjXN_uM .FerwYRiS .ofpsCWFm {
  margin-left: 7px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.YlwxTTYN {
  min-height: 40px;
  width: 100%;
}
.YlwxTTYN .e94L24zP {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, var(--ferrari-red) 0%, var(--pumpkin) 100%);
  border: none;
  height: 100%;
  padding: 0px 15px;
  border-radius: 0;
}
.YlwxTTYN .e94L24zP .ant-alert-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.YlwxTTYN .e94L24zP .ant-alert-message,
.YlwxTTYN .e94L24zP .ant-alert-description,
.YlwxTTYN .e94L24zP .ant-alert-action {
  color: var(--white);
  display: flex;
  align-items: center;
  margin: 0px;
}
.YlwxTTYN .e94L24zP .ant-alert-message {
  font-size: 16px;
  margin-right: 45px;
}
.YlwxTTYN .e94L24zP .ant-alert-message > div {
  padding: 0px;
  display: flex;
}
.YlwxTTYN .e94L24zP .ant-alert-description {
  font-size: 14px;
}
.YlwxTTYN .e94L24zP .ant-alert-action > button {
  color: var(--white);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.YhdlsIlH .ant-drawer-content-wrapper {
  box-shadow: -4px 0px 40px rgba(0, 0, 0, 0.2) !important;
}
.YhdlsIlH .ant-drawer-body {
  height: 100vh;
  overflow: hidden;
}
.YhdlsIlH .r4Qnmmk1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--table-edit-mode);
}
.YhdlsIlH .r4Qnmmk1 .SyxOfZIv {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .YhdlsIlH .r4Qnmmk1 .SyxOfZIv {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .r4Qnmmk1 .SyxOfZIv .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .r4Qnmmk1 .hKJiDqdF {
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow-y: auto;
  scrollbar-color: var(--picton-blue) transparent;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar {
  width: 10px;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-track {
  background: transparent;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-thumb {
  background: var(--picton-blue);
  border-left: 7px solid transparent;
  background-clip: padding-box;
}
.YhdlsIlH .r4Qnmmk1 ::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 700px;
  background-color: #fafbfc;
}
@media (max-width: 425px) {
  .YhdlsIlH .r4Qnmmk1 .CvBSihiy {
    padding: 0 15px;
    width: 100%;
  }
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy .lg8nfzEe {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
}
.YhdlsIlH .r4Qnmmk1 .CvBSihiy .BaxViG1u {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.GJqpEUa3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.GJqpEUa3 .Ei18ZPHu {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.GJqpEUa3 .dmGH65c4 {
  margin-bottom: 3px;
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 12px;
  align-items: flex-start;
}
.X9OLeSpY {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
}
.CkKAS_9N {
  font-size: 14pt;
  color: var(--white);
  margin-bottom: 0;
  line-height: 14pt;
}
._MzZN2KI {
  font-size: 11px;
  line-height: 14px;
  height: 100%;
  color: var(--white);
}
.oWB5PX7T {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background-color: transparent;
  width: 100%;
  padding: 0px 10px;
}
.oWB5PX7T .uLLiW8GE {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  margin-right: 15px;
}
.oWB5PX7T .X9OLeSpY {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
}
.oWB5PX7T .X9OLeSpY span {
  font-weight: 300;
  margin: 0 4px;
}
.oWB5PX7T .CAi0r78N {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
}
.oWB5PX7T .MqFJHUpD {
  color: var(--white);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 15px;
  margin: 0;
}
.oWB5PX7T .MqFJHUpD span {
  font-weight: 300;
  margin: 0 4px;
}
.oWB5PX7T .cEyG79My {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
}
.oWB5PX7T .ypcpOaiu {
  color: var(--blue-ribbon);
  line-height: 16px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  margin-bottom: 0px;
}
.oWB5PX7T .SRerDbMC {
  position: relative;
  display: flex;
  justify-content: center;
  border: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  background: var(--adamantine-blue);
  border-radius: 21px;
  width: 79px;
  height: 26px;
  color: var(--white) !important;
}
.oWB5PX7T .SRerDbMC > .Io7w54tG {
  margin-top: 2px;
  margin-right: 12px;
  transform: rotate(180deg);
}
.oWB5PX7T .sPuT4SSE {
  display: flex;
  position: absolute;
  right: 110px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--white) !important;
  font-size: 26px;
  font-weight: bold;
}
.oWB5PX7T .ZUZHgMVB {
  display: flex;
  position: absolute;
  right: 27px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--white) !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
  line-height: 1;
  width: 80px;
  height: 38px;
  text-align: left;
}
.oWB5PX7T .N1EowaiP {
  display: flex;
  position: absolute;
  right: 10px;
  justify-content: center;
  align-items: center;
  border: none;
  width: 114px;
  height: 38px;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  background: var(--slashee-blueberry);
  border-radius: 21px;
  color: var(--white) !important;
}
.oWB5PX7T .N1EowaiP > span {
  white-space: break-spaces;
  width: 50px;
  text-align: left;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.gTixnnBB {
  height: 100vh;
  width: 100vw;
}
.gTixnnBB .UfpglpOo {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/img/work-anywhere-bg.jpeg");
  background-position: 25% top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.gTixnnBB .ljuRuBJ8,
.gTixnnBB .OmgGCRRY {
  opacity: 0.01;
  transform: scale(0.85) translate(-80px, -10px);
}
.gTixnnBB .pCZNj7r6,
.gTixnnBB .MDYj8_JP {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition: all 300ms ease-in-out;
}
.gTixnnBB .BU0HjjRS {
  opacity: 1;
  transform: scale(1);
}
.gTixnnBB .iwarzzLJ {
  opacity: 0.01;
  transform: scale(1.1);
  transition: all 300ms;
}
.txW27Fb5 {
  background-color: transparent;
  height: calc(100vh - 50px);
}
.txW27Fb5 .SRC2MHnY {
  text-transform: uppercase;
  font-size: 12px;
}
.CtASO_mi {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 500px;
  max-height: calc(100vh - 100px);
  background-color: var(--white);
  border-radius: 3px;
  border: 1px solid var(--slate-grey);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
}
.CtASO_mi .F5DiMiyM {
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
}
.CtASO_mi .YDQ7dHki {
  height: 85%;
  margin-top: 24px;
  text-align: justify;
}
.CtASO_mi .YDQ7dHki a {
  font-weight: 600;
}
.CtASO_mi .YDQ7dHki .nwhiHYH2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
.CtASO_mi .YDQ7dHki .nwhiHYH2 details {
  font-size: 10px;
}
.CtASO_mi .YDQ7dHki .nwhiHYH2 details li {
  font-size: 10px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ZxUrOZQc {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 3px;
  padding: 20px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0 0;
}
.ZxUrOZQc .D7XX3UYO {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.ZxUrOZQc .z8DnzQux {
  color: var(--queen-blue);
  font-weight: 500;
}
.iSHiehh8 {
  margin-left: 6px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  color: var(--graham-grey);
  border: 1px solid var(--graham-grey);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.VheoVzvB {
  white-space: pre-line;
}
.a3rodENK {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--queen-blue) !important;
  margin-top: 3px;
  width: 100%;
  text-align: justify;
}
.SeBYILLR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.wzctcXqA {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 3px;
  padding: 20px;
  width: 100%;
  background: var(--white);
  border-radius: 12px 12px 0 0;
  background: linear-gradient(95.7deg, var(--picton-blue) 12.17%, var(--blue-ribbon) 93.24%);
}
.wzctcXqA .D7XX3UYO {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.wzctcXqA .z8DnzQux {
  color: var(--queen-blue);
  font-weight: 500;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.amAyZfF7 {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.amAyZfF7 span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.amAyZfF7 .Zw_cIzUn {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DpGHxIUp {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
}
.DpGHxIUp .A5hJHddq {
  display: flex;
  align-items: center;
}
.DpGHxIUp .A5hJHddq .oEtVWjBF {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.DpGHxIUp input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.DpGHxIUp input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.TCpKkZrl {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  background-color: var(--cotton-boll);
}
.TCpKkZrl .A5hJHddq {
  display: flex;
  align-items: center;
}
.TCpKkZrl .A5hJHddq .oEtVWjBF {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.TCpKkZrl input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.TCpKkZrl input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.TCpKkZrl:hover {
  background: var(--cotton-boll-highlighted);
}
.TCpKkZrl:hover input {
  background: var(--cotton-boll-highlighted);
}
.TCpKkZrl input {
  background: var(--cotton-boll);
}
.TCpKkZrl input:hover {
  background: var(--cotton-boll-highlighted);
}
.TCpKkZrl input::placeholder {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.AuUoWv16 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
}
.sCcRP840 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--dark-blue);
}
.DJLZ8JOm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.DJLZ8JOm svg * {
  fill: var(--primary-color);
}
.XVQnIqmK {
  max-width: 100%;
}
.XVQnIqmK .S51Ew8Hy {
  display: flex;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .Nbd2bz6P {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .Nbd2bz6P .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .Nbd2bz6P span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .kSLQ_U9f {
  display: flex;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .kSLQ_U9f .Zv1lambw {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .kSLQ_U9f .kFx3lcvI {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.XVQnIqmK .S51Ew8Hy .sHdbOBXV .kSLQ_U9f .oA_XQwqv {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .XVQnIqmK .S51Ew8Hy .sHdbOBXV {
    width: unset;
  }
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu {
  background: var(--cotton-boll-highlighted);
  transition: 0.2s all;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .Nbd2bz6P .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .Nbd2bz6P span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-left: 6px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .zXxsCQ_S .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .zXxsCQ_S span {
  color: var(--dark-blue);
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .kSLQ_U9f {
  display: flex;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .kSLQ_U9f .Zv1lambw {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--dark-blue);
  margin-left: 5px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .kSLQ_U9f .kFx3lcvI {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .kSLQ_U9f .oA_XQwqv {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .VPFW2OTV .Zv1lambw {
  background: var(--dark-blue);
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .VPFW2OTV .kFx3lcvI {
  display: flex;
  justify-content: center;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .RRfLo_Uu .VPFW2OTV .oA_XQwqv {
  color: var(--dark-blue);
}
@media (max-width: 855px) {
  .XVQnIqmK .S51Ew8Hy .RRfLo_Uu {
    width: unset;
  }
}
.XVQnIqmK .S51Ew8Hy .DbP7CbuD {
  background: var(--dark-blue);
}
.XVQnIqmK .S51Ew8Hy .DbP7CbuD .Nbd2bz6P .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .DbP7CbuD .Nbd2bz6P span {
  color: white;
}
.XVQnIqmK .S51Ew8Hy .DbP7CbuD .kSLQ_U9f .Zv1lambw {
  background: white;
}
.XVQnIqmK .S51Ew8Hy .DbP7CbuD .kSLQ_U9f .oA_XQwqv {
  color: white;
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r {
  background: var(--dark-blue-highlighted);
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r .Nbd2bz6P .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r .Nbd2bz6P span {
  color: white;
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r .kSLQ_U9f .Zv1lambw {
  background: white;
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r .kSLQ_U9f .kFx3lcvI {
  display: flex;
  justify-content: center;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .c2lP1P_r .kSLQ_U9f .oA_XQwqv {
  color: white;
}
@media (max-width: 855px) {
  .XVQnIqmK .S51Ew8Hy .c2lP1P_r {
    width: unset;
  }
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  background: var(--dark-blue);
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .Nbd2bz6P {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .Nbd2bz6P .hRAoNDxK {
  padding-top: 5px;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .Nbd2bz6P span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .kSLQ_U9f {
  display: flex;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .kSLQ_U9f .Zv1lambw {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .kSLQ_U9f .kFx3lcvI {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.XVQnIqmK .S51Ew8Hy .m2ctgXhG .kSLQ_U9f .oA_XQwqv {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .XVQnIqmK .S51Ew8Hy .m2ctgXhG {
    width: unset;
  }
}
.XVQnIqmK .S51Ew8Hy .bpAjVEaD {
  width: 104px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 80px;
  border: none;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.XVQnIqmK .S51Ew8Hy .bpAjVEaD span {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
@media (max-width: 775px) {
  .XVQnIqmK .S51Ew8Hy .bpAjVEaD {
    width: 56px;
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .XVQnIqmK .S51Ew8Hy .bpAjVEaD {
    margin-left: 8px;
  }
}
.XVQnIqmK ._LENwDzR {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.XVQnIqmK .Kz6XqaxD {
  margin-right: 6px;
}
.XVQnIqmK .anesd_dn {
  padding: 2px 0px 5px 0px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
}
.XVQnIqmK .anesd_dn::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}
.XVQnIqmK .anesd_dn::-webkit-scrollbar-thumb {
  background: var(--table-edit-mode);
  border-radius: 8px;
}
.XVQnIqmK .anesd_dn .vFBBjgry {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  background: var(--cotton-boll);
  margin: 0 7px 0 0;
}
.XVQnIqmK .anesd_dn .vFBBjgry span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.XVQnIqmK .anesd_dn .vFBBjgry .Zw_cIzUn {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.YUK3hgLs {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.YUK3hgLs span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.YUK3hgLs .uTEK52jA {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fXMw8Qht {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
}
.fXMw8Qht .brsCkeFt {
  display: flex;
  align-items: center;
}
.fXMw8Qht .brsCkeFt .e3q7EjAU {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.fXMw8Qht input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.fXMw8Qht input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.nYfIQmVM {
  width: 148px;
  height: 28px;
  background-color: var(--cotton-boll-highlighted);
  border-radius: 3px;
  margin-right: 12px;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  background-color: var(--cotton-boll);
}
.nYfIQmVM .brsCkeFt {
  display: flex;
  align-items: center;
}
.nYfIQmVM .brsCkeFt .e3q7EjAU {
  background: var(--font-color-eastern-blue);
  height: 20px;
  width: 1px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 2px;
}
.nYfIQmVM input {
  background-color: var(--cotton-boll-highlighted);
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.nYfIQmVM input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--cotton-boll-highlighted) inset;
}
.nYfIQmVM:hover {
  background: var(--cotton-boll-highlighted);
}
.nYfIQmVM:hover input {
  background: var(--cotton-boll-highlighted);
}
.nYfIQmVM input {
  background: var(--cotton-boll);
}
.nYfIQmVM input:hover {
  background: var(--cotton-boll-highlighted);
}
.nYfIQmVM input::placeholder {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.HEwtLmQS {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
}
.MLCVShTB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--dark-blue);
}
.dHGHJZ45 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 3px;
  transition: 0.2s all;
  margin-right: 6px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
}
.dHGHJZ45 svg * {
  fill: var(--primary-color);
}
.vAcQb1Ui {
  max-width: 100%;
}
.vAcQb1Ui .TkPtDhb7 {
  display: flex;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .i88EN_g2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .i88EN_g2 .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .i88EN_g2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .sGMs66FG {
  display: flex;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .sGMs66FG .ypSOBSAH {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .sGMs66FG .SyxRfRzw {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.vAcQb1Ui .TkPtDhb7 .WDXCzRl1 .sGMs66FG .lqnZvFyD {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .vAcQb1Ui .TkPtDhb7 .WDXCzRl1 {
    width: unset;
  }
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 {
  background: var(--cotton-boll-highlighted);
  transition: 0.2s all;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .i88EN_g2 .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .i88EN_g2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--dark-blue);
  margin-left: 6px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .ruh9jK0L .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .ruh9jK0L span {
  color: var(--dark-blue);
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .sGMs66FG {
  display: flex;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .sGMs66FG .ypSOBSAH {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--dark-blue);
  margin-left: 5px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .sGMs66FG .SyxRfRzw {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .sGMs66FG .lqnZvFyD {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .bIvQ5p25 .ypSOBSAH {
  background: var(--dark-blue);
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .bIvQ5p25 .SyxRfRzw {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .iUwdrnI2 .bIvQ5p25 .lqnZvFyD {
  color: var(--dark-blue);
}
@media (max-width: 855px) {
  .vAcQb1Ui .TkPtDhb7 .iUwdrnI2 {
    width: unset;
  }
}
.vAcQb1Ui .TkPtDhb7 .bLa3WDju {
  background: var(--dark-blue);
}
.vAcQb1Ui .TkPtDhb7 .bLa3WDju .i88EN_g2 .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .bLa3WDju .i88EN_g2 span {
  color: white;
}
.vAcQb1Ui .TkPtDhb7 .bLa3WDju .sGMs66FG .ypSOBSAH {
  background: white;
}
.vAcQb1Ui .TkPtDhb7 .bLa3WDju .sGMs66FG .lqnZvFyD {
  color: white;
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr {
  background: var(--dark-blue-highlighted);
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr .i88EN_g2 .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr .i88EN_g2 span {
  color: white;
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr .sGMs66FG .ypSOBSAH {
  background: white;
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr .sGMs66FG .SyxRfRzw {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .o7qeM6rr .sGMs66FG .lqnZvFyD {
  color: white;
}
@media (max-width: 855px) {
  .vAcQb1Ui .TkPtDhb7 .o7qeM6rr {
    width: unset;
  }
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cotton-boll);
  width: 148px;
  height: 28px;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  background: var(--dark-blue);
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .i88EN_g2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .i88EN_g2 .lvgaREOK {
  padding-top: 5px;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .i88EN_g2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--font-color-eastern-blue);
  margin-left: 6px;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .sGMs66FG {
  display: flex;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .sGMs66FG .ypSOBSAH {
  height: 20px;
  width: 1px;
  border-radius: 32px;
  background: var(--font-color-eastern-blue);
  margin-left: 5px;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .sGMs66FG .SyxRfRzw {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
}
.vAcQb1Ui .TkPtDhb7 .goOxxPTL .sGMs66FG .lqnZvFyD {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 1px;
  margin-left: 5px;
}
@media (max-width: 855px) {
  .vAcQb1Ui .TkPtDhb7 .goOxxPTL {
    width: unset;
  }
}
.vAcQb1Ui .TkPtDhb7 .kX5tn97k {
  width: 104px;
  height: 28px;
  background: var(--table-edit-mode);
  box-shadow: none;
  border-radius: 80px;
  border: none;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vAcQb1Ui .TkPtDhb7 .kX5tn97k span {
  color: var(--font-color-eastern-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
@media (max-width: 775px) {
  .vAcQb1Ui .TkPtDhb7 .kX5tn97k {
    width: 56px;
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .vAcQb1Ui .TkPtDhb7 .kX5tn97k {
    margin-left: 8px;
  }
}
.vAcQb1Ui .G6gBHvFZ {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.vAcQb1Ui .czrQh3wi {
  margin-right: 6px;
}
.vAcQb1Ui .mSuj6OM8 {
  padding: 2px 0px 5px 0px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
}
.vAcQb1Ui .mSuj6OM8::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}
.vAcQb1Ui .mSuj6OM8::-webkit-scrollbar-thumb {
  background: var(--table-edit-mode);
  border-radius: 8px;
}
.vAcQb1Ui .mSuj6OM8 .xt8c0sic {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  background: var(--cotton-boll);
  margin: 0 7px 0 0;
}
.vAcQb1Ui .mSuj6OM8 .xt8c0sic span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.vAcQb1Ui .mSuj6OM8 .xt8c0sic .uTEK52jA {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.P8aETJvk {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px;
  max-width: 98vw;
  min-width: 280px;
}
.P8aETJvk .FGk44oPA {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--nepal-blue);
}
.P8aETJvk .lsDpAwA7 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--nepal-blue);
  font-weight: 400;
  cursor: pointer;
}
.P8aETJvk .YYePJmnO {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  background: var(--slate-turquoise);
  border-radius: 18px;
  color: var(--white);
  margin-left: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  border: none;
}
.P8aETJvk .YYePJmnO span {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.P8aETJvk .u9pzRPh5 {
  height: 40px;
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  background: var(--table-edit-mode);
  padding: 8px 12px 8px 18px;
  display: flex;
  justify-content: space-between;
}
.P8aETJvk .u9pzRPh5 .i88EN_g2 {
  display: flex;
}
.P8aETJvk .Sb78GgCU {
  display: flex;
  min-height: 250px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i {
  width: 33%;
  min-width: 212px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--table-edit-mode);
  margin: 2px 0 4px 0;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .Fmc2qabW {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .CPKuVtO6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .hiufRt1p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .hiufRt1p .hV4BpFFD {
  font-weight: 400;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .hJWloKek {
  display: flex;
  align-items: center;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX .hJWloKek .OsB706S3 {
  margin-left: 10px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU .euG83Y8i .RaPIitzX {
    border-top: none;
  }
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
  background: var(--athens-gray);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .Fmc2qabW {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .CPKuVtO6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .hiufRt1p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .hiufRt1p .hV4BpFFD {
  font-weight: 400;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .hJWloKek {
  display: flex;
  align-items: center;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk .hJWloKek .OsB706S3 {
  margin-left: 10px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU .euG83Y8i .oinHwlWk {
    border-top: none;
  }
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 24px;
  background: var(--table-edit-mode);
  cursor: pointer;
  cursor: not-allowed;
  background: var(--grey);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .Fmc2qabW {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .CPKuVtO6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  color: var(--old-grey);
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .hiufRt1p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--dark-blue);
  line-height: 17px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .hiufRt1p .hV4BpFFD {
  font-weight: 400;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .hJWloKek {
  display: flex;
  align-items: center;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs .hJWloKek .OsB706S3 {
  margin-left: 10px;
}
.P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs:last-of-type {
  border-bottom: 4px solid white;
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU .euG83Y8i .EkXC4IMs {
    border-top: none;
  }
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU .euG83Y8i {
    width: 100%;
    margin: 2px 0 0 0;
    margin-top: 4px;
  }
}
.P8aETJvk .Sb78GgCU .Y85vbrmE {
  width: 67%;
  min-width: 300px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 50px;
  background-color: var(--white);
}
.P8aETJvk .Sb78GgCU .Y85vbrmE .UjFWSFp3 {
  display: none;
}
.P8aETJvk .Sb78GgCU .Y85vbrmE .fsHin4wB {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  color: var(--gothic-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .P8aETJvk .Sb78GgCU .Y85vbrmE {
    padding: 25px;
  }
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU .Y85vbrmE {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .P8aETJvk .Sb78GgCU {
    min-height: unset;
  }
}
.P8aETJvk .ag_7gRNr {
  padding: 12px 12px 16px 18px;
  background: var(--table-edit-mode);
  border-radius: 0px 0px 3px 3px;
}
.P8aETJvk .ag_7gRNr .LK3BDwEY {
  display: flex;
  justify-content: space-between;
  height: 32px;
}
.P8aETJvk .ag_7gRNr .LK3BDwEY .tlWDb6mM {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  background: var(--slate-turquoise);
  border-radius: 18px;
  color: var(--white);
  margin-left: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  border: none;
  background: var(--frostproof);
  color: var(--dark-blue);
  width: 125px;
}
.P8aETJvk .ag_7gRNr .LK3BDwEY .tlWDb6mM span {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.P8aETJvk .ag_7gRNr .g3KRlybc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.P8aETJvk .ag_7gRNr .g3KRlybc .xt8c0sic {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 7px;
  align-items: center;
  height: 28px;
  background: var(--white);
  box-shadow: none;
  border-radius: 36px;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.P8aETJvk .ag_7gRNr .g3KRlybc .xt8c0sic span {
  line-height: 15px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.P8aETJvk .ag_7gRNr .g3KRlybc .xt8c0sic .uTEK52jA {
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .P8aETJvk {
    width: 300px;
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes PYYQ35hY {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes PYYQ35hY {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes PYYQ35hY {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes PYYQ35hY {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.PYYQ35hY {
  -webkit-animation-name: PYYQ35hY;
  -moz-animation-name: PYYQ35hY;
  -o-animation-name: PYYQ35hY;
  animation-name: PYYQ35hY;
}
@-webkit-keyframes vcYUD07G {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes vcYUD07G {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes vcYUD07G {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes vcYUD07G {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.vcYUD07G {
  -webkit-animation-name: vcYUD07G;
  -moz-animation-name: vcYUD07G;
  -o-animation-name: vcYUD07G;
  animation-name: vcYUD07G;
}
@-webkit-keyframes yHpN2mVS {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes yHpN2mVS {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes yHpN2mVS {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes yHpN2mVS {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.yHpN2mVS {
  -webkit-animation-name: yHpN2mVS;
  -moz-animation-name: yHpN2mVS;
  -o-animation-name: yHpN2mVS;
  animation-name: yHpN2mVS;
}
@-webkit-keyframes Txk0U7D7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes Txk0U7D7 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes Txk0U7D7 {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes Txk0U7D7 {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.Txk0U7D7 {
  -webkit-animation-name: Txk0U7D7;
  -moz-animation-name: Txk0U7D7;
  -o-animation-name: Txk0U7D7;
  animation-name: Txk0U7D7;
}
@-webkit-keyframes TngzWu0h {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes TngzWu0h {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes TngzWu0h {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes TngzWu0h {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.TngzWu0h {
  -webkit-animation-name: TngzWu0h;
  -moz-animation-name: TngzWu0h;
  -o-animation-name: TngzWu0h;
  animation-name: TngzWu0h;
}
@-webkit-keyframes mI4BElNN {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes mI4BElNN {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes mI4BElNN {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes mI4BElNN {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mI4BElNN {
  -webkit-animation-name: mI4BElNN;
  -moz-animation-name: mI4BElNN;
  -o-animation-name: mI4BElNN;
  animation-name: mI4BElNN;
}
@-webkit-keyframes hJ0EkUM3 {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes hJ0EkUM3 {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes hJ0EkUM3 {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes hJ0EkUM3 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.hJ0EkUM3 {
  -webkit-animation-name: hJ0EkUM3;
  -moz-animation-name: hJ0EkUM3;
  -o-animation-name: hJ0EkUM3;
  animation-name: hJ0EkUM3;
}
@-webkit-keyframes uOAbwjb2 {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes uOAbwjb2 {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes uOAbwjb2 {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes uOAbwjb2 {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.uOAbwjb2 {
  -webkit-animation-name: uOAbwjb2;
  -moz-animation-name: uOAbwjb2;
  -o-animation-name: uOAbwjb2;
  animation-name: uOAbwjb2;
}
@-webkit-keyframes vUfXjxt5 {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes vUfXjxt5 {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes vUfXjxt5 {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes vUfXjxt5 {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.vUfXjxt5 {
  -webkit-animation-name: vUfXjxt5;
  -moz-animation-name: vUfXjxt5;
  -o-animation-name: vUfXjxt5;
  animation-name: vUfXjxt5;
}
@-webkit-keyframes MSy58V2Y {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes MSy58V2Y {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes MSy58V2Y {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes MSy58V2Y {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.MSy58V2Y {
  -webkit-animation-name: MSy58V2Y;
  -moz-animation-name: MSy58V2Y;
  -o-animation-name: MSy58V2Y;
  animation-name: MSy58V2Y;
}
@-webkit-keyframes WLuaW9X0 {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes WLuaW9X0 {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes WLuaW9X0 {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes WLuaW9X0 {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.WLuaW9X0 {
  -webkit-animation-name: WLuaW9X0;
  -moz-animation-name: WLuaW9X0;
  -o-animation-name: WLuaW9X0;
  animation-name: WLuaW9X0;
}
@-webkit-keyframes ZIx2LqXw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ZIx2LqXw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ZIx2LqXw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ZIx2LqXw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ZIx2LqXw {
  -webkit-animation-name: ZIx2LqXw;
  -moz-animation-name: ZIx2LqXw;
  -o-animation-name: ZIx2LqXw;
  animation-name: ZIx2LqXw;
}
@-webkit-keyframes yhuuDx9e {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes yhuuDx9e {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes yhuuDx9e {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes yhuuDx9e {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.yhuuDx9e {
  -webkit-animation-name: yhuuDx9e;
  -moz-animation-name: yhuuDx9e;
  -o-animation-name: yhuuDx9e;
  animation-name: yhuuDx9e;
}
@-webkit-keyframes m5hcg210 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes m5hcg210 {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes m5hcg210 {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes m5hcg210 {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.m5hcg210 {
  -webkit-animation-name: m5hcg210;
  -moz-animation-name: m5hcg210;
  -o-animation-name: m5hcg210;
  animation-name: m5hcg210;
}
@-webkit-keyframes NDKsxHil {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes NDKsxHil {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes NDKsxHil {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes NDKsxHil {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.NDKsxHil {
  -webkit-animation-name: NDKsxHil;
  -moz-animation-name: NDKsxHil;
  -o-animation-name: NDKsxHil;
  animation-name: NDKsxHil;
}
@-webkit-keyframes WIM40Uhp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes WIM40Uhp {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes WIM40Uhp {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes WIM40Uhp {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.WIM40Uhp {
  -webkit-animation-name: WIM40Uhp;
  -moz-animation-name: WIM40Uhp;
  -o-animation-name: WIM40Uhp;
  animation-name: WIM40Uhp;
}
@-webkit-keyframes pTcEybZA {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes pTcEybZA {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes pTcEybZA {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes pTcEybZA {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pTcEybZA {
  -webkit-animation-name: pTcEybZA;
  -moz-animation-name: pTcEybZA;
  -o-animation-name: pTcEybZA;
  animation-name: pTcEybZA;
}
@-webkit-keyframes w1V_tmwE {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes w1V_tmwE {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes w1V_tmwE {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes w1V_tmwE {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.w1V_tmwE {
  -webkit-animation-name: w1V_tmwE;
  -moz-animation-name: w1V_tmwE;
  -o-animation-name: w1V_tmwE;
  animation-name: w1V_tmwE;
}
@-webkit-keyframes fIYw3YEy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fIYw3YEy {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fIYw3YEy {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fIYw3YEy {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fIYw3YEy {
  -webkit-animation-name: fIYw3YEy;
  -moz-animation-name: fIYw3YEy;
  -o-animation-name: fIYw3YEy;
  animation-name: fIYw3YEy;
}
@-webkit-keyframes UOXvaFOr {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes UOXvaFOr {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes UOXvaFOr {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes UOXvaFOr {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.UOXvaFOr {
  -webkit-animation-name: UOXvaFOr;
  -moz-animation-name: UOXvaFOr;
  -o-animation-name: UOXvaFOr;
  animation-name: UOXvaFOr;
}
@-webkit-keyframes waXzKrKA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes waXzKrKA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes waXzKrKA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waXzKrKA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.waXzKrKA {
  -webkit-animation-name: waXzKrKA;
  -moz-animation-name: waXzKrKA;
  -o-animation-name: waXzKrKA;
  animation-name: waXzKrKA;
}
@-webkit-keyframes cGGRLKm4 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes cGGRLKm4 {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes cGGRLKm4 {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes cGGRLKm4 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.cGGRLKm4 {
  -webkit-animation-name: cGGRLKm4;
  -moz-animation-name: cGGRLKm4;
  -o-animation-name: cGGRLKm4;
  animation-name: cGGRLKm4;
}
@-webkit-keyframes _iJd4efk {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes _iJd4efk {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes _iJd4efk {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes _iJd4efk {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
._iJd4efk {
  -webkit-animation-name: _iJd4efk;
  -moz-animation-name: _iJd4efk;
  -o-animation-name: _iJd4efk;
  animation-name: _iJd4efk;
}
@-webkit-keyframes GxEMbCQy {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes GxEMbCQy {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes GxEMbCQy {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes GxEMbCQy {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.GxEMbCQy {
  -webkit-animation-name: GxEMbCQy;
  -moz-animation-name: GxEMbCQy;
  -o-animation-name: GxEMbCQy;
  animation-name: GxEMbCQy;
}
@-webkit-keyframes CqmiikZ_ {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes CqmiikZ_ {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes CqmiikZ_ {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes CqmiikZ_ {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.CqmiikZ_ {
  -webkit-animation-name: CqmiikZ_;
  -moz-animation-name: CqmiikZ_;
  -o-animation-name: CqmiikZ_;
  animation-name: CqmiikZ_;
}
@-webkit-keyframes MJjofOJs {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes MJjofOJs {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes MJjofOJs {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes MJjofOJs {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.MJjofOJs {
  -webkit-animation-name: MJjofOJs;
  -moz-animation-name: MJjofOJs;
  -o-animation-name: MJjofOJs;
  animation-name: MJjofOJs;
}
@-webkit-keyframes W0zy3ya8 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes W0zy3ya8 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes W0zy3ya8 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes W0zy3ya8 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.W0zy3ya8 {
  -webkit-animation-name: W0zy3ya8;
  -moz-animation-name: W0zy3ya8;
  -o-animation-name: W0zy3ya8;
  animation-name: W0zy3ya8;
}
@-webkit-keyframes gYlxR0Fj {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes gYlxR0Fj {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes gYlxR0Fj {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes gYlxR0Fj {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.gYlxR0Fj {
  -webkit-animation-name: gYlxR0Fj;
  -moz-animation-name: gYlxR0Fj;
  -o-animation-name: gYlxR0Fj;
  animation-name: gYlxR0Fj;
}
@-webkit-keyframes yP28uy0H {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes yP28uy0H {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes yP28uy0H {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes yP28uy0H {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.yP28uy0H {
  -webkit-animation-name: yP28uy0H;
  -moz-animation-name: yP28uy0H;
  -o-animation-name: yP28uy0H;
  animation-name: yP28uy0H;
}
@-webkit-keyframes ADrZlTMo {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes ADrZlTMo {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes ADrZlTMo {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes ADrZlTMo {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.ADrZlTMo {
  -webkit-animation-name: ADrZlTMo;
  -moz-animation-name: ADrZlTMo;
  -o-animation-name: ADrZlTMo;
  animation-name: ADrZlTMo;
}
@-webkit-keyframes edNsrUvI {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes edNsrUvI {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes edNsrUvI {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes edNsrUvI {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.edNsrUvI {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: edNsrUvI;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: edNsrUvI;
  -o-backface-visibility: visible !important;
  -o-animation-name: edNsrUvI;
  backface-visibility: visible !important;
  animation-name: edNsrUvI;
}
@-webkit-keyframes TccLp3fF {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes TccLp3fF {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes TccLp3fF {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes TccLp3fF {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.TccLp3fF {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: TccLp3fF;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: TccLp3fF;
  -o-backface-visibility: visible !important;
  -o-animation-name: TccLp3fF;
  backface-visibility: visible !important;
  animation-name: TccLp3fF;
}
@-webkit-keyframes CzTCIKwt {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes CzTCIKwt {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes CzTCIKwt {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes CzTCIKwt {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.CzTCIKwt {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: CzTCIKwt;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: CzTCIKwt;
  -o-backface-visibility: visible !important;
  -o-animation-name: CzTCIKwt;
  backface-visibility: visible !important;
  animation-name: CzTCIKwt;
}
@-webkit-keyframes toTKrTTv {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes toTKrTTv {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes toTKrTTv {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes toTKrTTv {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.toTKrTTv {
  -webkit-animation-name: toTKrTTv;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: toTKrTTv;
  -moz-backface-visibility: visible !important;
  -o-animation-name: toTKrTTv;
  -o-backface-visibility: visible !important;
  animation-name: toTKrTTv;
  backface-visibility: visible !important;
}
@-webkit-keyframes hypUEa4Q {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes hypUEa4Q {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes hypUEa4Q {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes hypUEa4Q {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.hypUEa4Q {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: hypUEa4Q;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: hypUEa4Q;
  -o-backface-visibility: visible !important;
  -o-animation-name: hypUEa4Q;
  backface-visibility: visible !important;
  animation-name: hypUEa4Q;
}
@-webkit-keyframes gQtrUIHf {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes gQtrUIHf {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes gQtrUIHf {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes gQtrUIHf {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.gQtrUIHf {
  -webkit-animation-name: gQtrUIHf;
  -moz-animation-name: gQtrUIHf;
  -o-animation-name: gQtrUIHf;
  animation-name: gQtrUIHf;
}
@-webkit-keyframes vtPgbE2m {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes vtPgbE2m {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes vtPgbE2m {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes vtPgbE2m {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.vtPgbE2m {
  -webkit-animation-name: vtPgbE2m;
  -moz-animation-name: vtPgbE2m;
  -o-animation-name: vtPgbE2m;
  animation-name: vtPgbE2m;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes iIfYcqwu {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes iIfYcqwu {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes iIfYcqwu {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes iIfYcqwu {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.iIfYcqwu {
  -webkit-animation-name: iIfYcqwu;
  -moz-animation-name: iIfYcqwu;
  -o-animation-name: iIfYcqwu;
  animation-name: iIfYcqwu;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes b7cJOQRb {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes b7cJOQRb {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes b7cJOQRb {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes b7cJOQRb {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.b7cJOQRb {
  -webkit-animation-name: b7cJOQRb;
  -moz-animation-name: b7cJOQRb;
  -o-animation-name: b7cJOQRb;
  animation-name: b7cJOQRb;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes ZRbVeaZz {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes ZRbVeaZz {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes ZRbVeaZz {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes ZRbVeaZz {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.ZRbVeaZz {
  -webkit-animation-name: ZRbVeaZz;
  -moz-animation-name: ZRbVeaZz;
  -o-animation-name: ZRbVeaZz;
  animation-name: ZRbVeaZz;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes beQP__9B {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes beQP__9B {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes beQP__9B {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes beQP__9B {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.beQP__9B {
  -webkit-animation-name: beQP__9B;
  -moz-animation-name: beQP__9B;
  -o-animation-name: beQP__9B;
  animation-name: beQP__9B;
}
@-webkit-keyframes XTdhgDTz {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes XTdhgDTz {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes XTdhgDTz {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes XTdhgDTz {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.XTdhgDTz {
  -webkit-animation-name: XTdhgDTz;
  -moz-animation-name: XTdhgDTz;
  -o-animation-name: XTdhgDTz;
  animation-name: XTdhgDTz;
}
@-webkit-keyframes mcp1JxCJ {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes mcp1JxCJ {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes mcp1JxCJ {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes mcp1JxCJ {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.mcp1JxCJ {
  -webkit-animation-name: mcp1JxCJ;
  -moz-animation-name: mcp1JxCJ;
  -o-animation-name: mcp1JxCJ;
  animation-name: mcp1JxCJ;
}
@-webkit-keyframes GEJOXDkN {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes GEJOXDkN {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes GEJOXDkN {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes GEJOXDkN {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.GEJOXDkN {
  -webkit-animation-name: GEJOXDkN;
  -moz-animation-name: GEJOXDkN;
  -o-animation-name: GEJOXDkN;
  animation-name: GEJOXDkN;
}
@-webkit-keyframes FZ71iasG {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes FZ71iasG {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes FZ71iasG {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes FZ71iasG {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.FZ71iasG {
  -webkit-animation-name: FZ71iasG;
  -moz-animation-name: FZ71iasG;
  -o-animation-name: FZ71iasG;
  animation-name: FZ71iasG;
}
@-webkit-keyframes qe6ZnOAR {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes qe6ZnOAR {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes qe6ZnOAR {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes qe6ZnOAR {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.qe6ZnOAR {
  -webkit-animation-name: qe6ZnOAR;
  -moz-animation-name: qe6ZnOAR;
  -o-animation-name: qe6ZnOAR;
  animation-name: qe6ZnOAR;
}
@-webkit-keyframes EHk3_anN {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes EHk3_anN {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes EHk3_anN {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes EHk3_anN {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.EHk3_anN {
  -webkit-animation-name: EHk3_anN;
  -moz-animation-name: EHk3_anN;
  -o-animation-name: EHk3_anN;
  animation-name: EHk3_anN;
}
@-webkit-keyframes zEpd2ruR {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes zEpd2ruR {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes zEpd2ruR {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes zEpd2ruR {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.zEpd2ruR {
  -webkit-animation-name: zEpd2ruR;
  -moz-animation-name: zEpd2ruR;
  -o-animation-name: zEpd2ruR;
  animation-name: zEpd2ruR;
}
@-webkit-keyframes EugZvF0t {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes EugZvF0t {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes EugZvF0t {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes EugZvF0t {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.EugZvF0t {
  -webkit-animation-name: EugZvF0t;
  -moz-animation-name: EugZvF0t;
  -o-animation-name: EugZvF0t;
  animation-name: EugZvF0t;
}
@-webkit-keyframes UiJ34Rrl {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes UiJ34Rrl {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes UiJ34Rrl {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes UiJ34Rrl {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.UiJ34Rrl {
  -webkit-animation-name: UiJ34Rrl;
  -moz-animation-name: UiJ34Rrl;
  -o-animation-name: UiJ34Rrl;
  animation-name: UiJ34Rrl;
}
@-webkit-keyframes DfbXxVSO {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes DfbXxVSO {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes DfbXxVSO {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes DfbXxVSO {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.DfbXxVSO {
  -webkit-animation-name: DfbXxVSO;
  -moz-animation-name: DfbXxVSO;
  -o-animation-name: DfbXxVSO;
  animation-name: DfbXxVSO;
}
@-webkit-keyframes XKqULnqH {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes XKqULnqH {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes XKqULnqH {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes XKqULnqH {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.XKqULnqH {
  -webkit-animation-name: XKqULnqH;
  -moz-animation-name: XKqULnqH;
  -o-animation-name: XKqULnqH;
  animation-name: XKqULnqH;
}
@-webkit-keyframes dtYOEDVP {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes dtYOEDVP {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes dtYOEDVP {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes dtYOEDVP {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.dtYOEDVP {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: dtYOEDVP;
  -moz-animation-name: dtYOEDVP;
  -o-animation-name: dtYOEDVP;
  animation-name: dtYOEDVP;
}
@-webkit-keyframes TRkSZOji {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes TRkSZOji {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes TRkSZOji {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes TRkSZOji {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.TRkSZOji {
  -webkit-animation-name: TRkSZOji;
  -moz-animation-name: TRkSZOji;
  -o-animation-name: TRkSZOji;
  animation-name: TRkSZOji;
}
@-webkit-keyframes C6u1KX17 {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes C6u1KX17 {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes C6u1KX17 {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes C6u1KX17 {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.C6u1KX17 {
  -webkit-animation-name: C6u1KX17;
  -moz-animation-name: C6u1KX17;
  -o-animation-name: C6u1KX17;
  animation-name: C6u1KX17;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes f73nt6YN {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes f73nt6YN {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes f73nt6YN {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes f73nt6YN {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.f73nt6YN {
  -webkit-animation-name: f73nt6YN;
  -moz-animation-name: f73nt6YN;
  -o-animation-name: f73nt6YN;
  animation-name: f73nt6YN;
}
.ntmfPvB9 {
  width: 100%;
}
.ntmfPvB9 .U0CJl98c {
  position: relative;
  margin-bottom: 30px;
}
.ntmfPvB9 .U0CJl98c .mffVVa31 {
  text-transform: uppercase;
  color: var(--dark-grey);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.ntmfPvB9 .U0CJl98c .wZrWekXe {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.ntmfPvB9 .U0CJl98c .wZrWekXe .RSAElSI2 {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.ntmfPvB9 .U0CJl98c ._idenVYI {
  color: var(--pomegranate-red);
}
.jz_ZK3OC {
  margin-top: 18px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.xsOSGVki {
  position: relative;
}
@media (max-width: 700px) {
  .xsOSGVki {
    max-height: 500px;
    margin-bottom: 60px;
  }
  .xsOSGVki .uXIFEgRi {
    margin-top: 15px;
  }
}
.xsOSGVki .jxKprN6f {
  width: 100%;
}
.xsOSGVki .jxKprN6f .GE62Dfx1 > div {
  border-radius: 12px;
}
.xsOSGVki .AuwxzUj0 {
  display: flex;
  flex-direction: column;
  padding: 8px 32px;
  background-color: var(--darkest-blue);
  border-radius: 6px;
  color: var(--white);
  font-size: 16px;
  top: -4px;
  position: absolute;
  left: 200px;
}
.xsOSGVki .AuwxzUj0 .QC31U38o {
  text-transform: uppercase;
  font-weight: 600;
}
.xsOSGVki .AuwxzUj0 .uJO4d0n5 {
  font-weight: 400;
}
.xsOSGVki .qNsWsnnX .hiFNJW8H {
  position: absolute;
  background-color: var(--white);
  padding: 4px;
  border-radius: 3px;
  border: 1px solid black;
  bottom: 116px;
  left: 195px;
  font-size: 10px;
  color: var(--guardsman-red);
}
.xsOSGVki .qNsWsnnX .cAR85nvJ {
  display: flex;
  align-items: flex-end;
  height: 75px;
}
.xsOSGVki .qNsWsnnX .cAR85nvJ .uXIFEgRi {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  margin-right: 16px;
}
.xsOSGVki .qNsWsnnX .cAR85nvJ .uXIFEgRi .FRWHjexA {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.xsOSGVki .qNsWsnnX .cAR85nvJ .uXIFEgRi ._87pw6XM {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: var(--safety-orange);
}
.xsOSGVki .qNsWsnnX .cAR85nvJ .uXIFEgRi .hXX0QK5n {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
}
.xsOSGVki .qNsWsnnX .cAR85nvJ .uXIFEgRi .Nw9EvXj6 {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
  color: var(--safety-orange);
  width: 170px;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ {
  display: flex;
  align-items: flex-end;
  height: 75px;
  flex-wrap: wrap;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  margin-right: 16px;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi .FRWHjexA {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi ._87pw6XM {
  margin-bottom: 8px;
  color: var(--nepal-blue);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: var(--safety-orange);
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi .hXX0QK5n {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi .Nw9EvXj6 {
  border-radius: 4px;
  font-weight: 500;
  color: var(--dark-blue);
  border: 1px solid var(--botticelli-blue);
  color: var(--safety-orange);
  width: 170px;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi {
  max-width: 100%;
  margin-bottom: 10px;
  flex-grow: 1;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi .hXX0QK5n {
  width: 100%;
}
.xsOSGVki .qNsWsnnX .BnnVcmc_ .uXIFEgRi .Nw9EvXj6 {
  width: 100%;
}
.xsOSGVki .qNsWsnnX .GE62Dfx1 {
  max-height: 764px;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .xsOSGVki .qNsWsnnX .GE62Dfx1 {
    max-height: 500px;
  }
}
.xsOSGVki .qNsWsnnX .GE62Dfx1 div:first-of-type {
  border-radius: 4px;
}
.xsOSGVki .boMwvP0v {
  position: absolute;
  bottom: 107px;
  left: 8px;
  font-size: 12px;
}
.xsOSGVki .KYww6JVw {
  position: absolute;
  bottom: 120px;
  right: 60px;
  font-size: 12px;
}
.xsOSGVki .oRY4tXfX {
  position: absolute;
  width: 400px;
  text-align: center;
  font-size: 12px;
  color: var(--guardsman-red);
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid black;
  border-radius: 3px;
  padding: 10px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.hReCTqi2 {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
}
.lZyAUXZF {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
  width: 70%;
}
.gKKHjSki {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px dashed var(--graham-grey);
  background-color: var(--white);
  border-radius: 3px;
  padding: 20px;
  min-height: 90px;
  border: 1px solid var(--botticelli-blue);
}
.NTONDKkJ {
  display: none;
}
.t1dHXPML {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.t1dHXPML .J0LVeS43 {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.t1dHXPML .J0LVeS43 .uC5bYFhR {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t1dHXPML .J0LVeS43 .su21u_03 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.t1dHXPML .J0LVeS43 .qNaK2Epz {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.t1dHXPML .J0LVeS43 .foy_ydGC {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.uVeeiJwj {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.uVeeiJwj .J0LVeS43 {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.uVeeiJwj .J0LVeS43 .uC5bYFhR {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uVeeiJwj .J0LVeS43 .su21u_03 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.uVeeiJwj .J0LVeS43 .qNaK2Epz {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.uVeeiJwj .J0LVeS43 .foy_ydGC {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.nPOiVKSZ {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  height: 138px;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nPOiVKSZ .J0LVeS43 {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.nPOiVKSZ .J0LVeS43 .uC5bYFhR {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nPOiVKSZ .J0LVeS43 .su21u_03 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.nPOiVKSZ .J0LVeS43 .qNaK2Epz {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--blue-ribbon);
}
.nPOiVKSZ .J0LVeS43 .foy_ydGC {
  font-size: 14px;
  color: var(--graham-grey);
  font-weight: 500;
  margin-top: 5px;
}
.LZpeJu49 {
  width: 100%;
  overflow-x: hidden;
}
.dUHR8rxh {
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.IroxgXU4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.IroxgXU4 .q9Vh3Soa {
  display: flex;
  align-items: center;
  flex-grow: 2;
  margin-right: 24px;
}
.IroxgXU4 .q9Vh3Soa .RXbBw9nK {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.IroxgXU4 .HyhWCNfE {
  align-items: center;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  color: var(--dark-blue);
}
.IroxgXU4 .HyhWCNfE .jfjJLx45 {
  cursor: pointer;
}
.IroxgXU4 .e1DT3jT_ {
  display: flex;
  flex-direction: column;
}
.IroxgXU4 .e1DT3jT_ .ho2iXCmM {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
}
.IroxgXU4 .e1DT3jT_ .PNHWEh_z {
  font-weight: 500;
  color: var(--nepal-blue);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* enter and exit animations for preview rows */

.file-uploader-preview-animation-classes-4RV1B-enter {
  transform: translate(-100%);
}

.file-uploader-preview-animation-classes-4RV1B-enter-active {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}

.file-uploader-preview-animation-classes-4RV1B-exit {
  transform: translate(0);
}

.file-uploader-preview-animation-classes-4RV1B-exit-active {
  transform: translate(100%);
  transition: all 300ms ease-in-out;
}

/* switch animation between filename input and progress bar  */
.file-uploader-filename-input-progress-switch-animations-U7VV2-enter {
  opacity: 0;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit {
  opacity: 1;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.dzu-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all .15s linear;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}

.dzu-dropzoneActive {
  background-color: #DEEBFF;
  border-color: #2484FF;
}

.dzu-dropzoneDisabled {
  opacity: 0.5;
}

.dzu-dropzoneDisabled *:hover {
  cursor: unset;
}

.dzu-input {
  display: none;
}

.dzu-inputLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2484FF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-inputLabelWithFiles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0 14px;
  min-height: 32px;
  background-color: #E6E6E6;
  color: #2484FF;
  border: none;
  font-family: 'Helvetica', sans-serif;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 3%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
}

.dzu-previewStatusContainer {
  display: flex;
  align-items: center;
}

.dzu-previewFileName {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.dzu-previewImage {
  width: auto;
  max-height: 40px;
  max-width: 140px;
  border-radius: 4px;
}

.dzu-previewButton {
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 2px 10px;
}

.dzu-submitButtonContainer {
  margin: 24px 0;
  z-index: 1;
}

.dzu-submitButton {
  padding: 0 14px;
  min-height: 32px;
  background-color: #2484FF;
  border: none;
  border-radius: 4px;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.dzu-submitButton:disabled {
  background-color: #E6E6E6;
  color: #333333;
  cursor: unset;
}

.X1P6nSSh {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 280px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 2px dashed var(--botticelli-blue);
  background-color: var(--white);
  border-radius: 4px;
  padding: 20px;
}
.YmpaQym0 {
  font-size: 14px;
  color: var(--primary-color);
}
.XgKzNYce {
  display: none;
}
.YmpaQym0 {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.YmpaQym0 .d4czkfcu {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.YmpaQym0 .d4czkfcu .dt8EYR08 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YmpaQym0 .d4czkfcu .fZnq25S9 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.YmpaQym0 .d4czkfcu .fZnq25S9 .rPhvlAeZ {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.YmpaQym0 .d4czkfcu .cjbUmFlf {
  line-height: 15px;
}
.YmpaQym0 .d4czkfcu .U9s9J6Ny {
  line-height: 15px;
  color: var(--slate-grey);
}
.YmpaQym0 .d4czkfcu .fUwkO3jw {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YmpaQym0 .d4czkfcu .wpkf1gqF {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.Rnq7JhCB {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.Rnq7JhCB .d4czkfcu {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.Rnq7JhCB .d4czkfcu .dt8EYR08 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Rnq7JhCB .d4czkfcu .fZnq25S9 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.Rnq7JhCB .d4czkfcu .fZnq25S9 .rPhvlAeZ {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.Rnq7JhCB .d4czkfcu .cjbUmFlf {
  line-height: 15px;
}
.Rnq7JhCB .d4czkfcu .U9s9J6Ny {
  line-height: 15px;
  color: var(--slate-grey);
}
.Rnq7JhCB .d4czkfcu .fUwkO3jw {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Rnq7JhCB .d4czkfcu .wpkf1gqF {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.oLB9Iomh {
  margin-top: 18px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ow1a5O95 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  height: 32px;
  border-radius: 20px;
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
}
.qtZ59Uf5 {
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--primary-color-a30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.qtZ59Uf5 .d4czkfcu {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
}
.qtZ59Uf5 .d4czkfcu .dt8EYR08 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qtZ59Uf5 .d4czkfcu .fZnq25S9 {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.qtZ59Uf5 .d4czkfcu .fZnq25S9 .rPhvlAeZ {
  height: 32px;
  width: 38px;
  background-image: url("/icons/icon_file_upload.svg");
  background-size: cover;
}
.qtZ59Uf5 .d4czkfcu .cjbUmFlf {
  line-height: 15px;
}
.qtZ59Uf5 .d4czkfcu .U9s9J6Ny {
  line-height: 15px;
  color: var(--slate-grey);
}
.qtZ59Uf5 .d4czkfcu .fUwkO3jw {
  line-height: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  height: 31px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qtZ59Uf5 .d4czkfcu .wpkf1gqF {
  position: absolute;
  width: 100%;
  font-size: 10px;
  color: rgba(22, 97, 124, 0.5);
  bottom: 0;
  text-align: center;
}
.wIq56R6X {
  width: 100%;
  overflow-x: hidden;
}
.cAwk_5Ev {
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.R868sp86 {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.R868sp86:first-child {
  padding-top: 10px;
  height: 60px;
}
.R868sp86 .Z7G_trwp {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.R868sp86 .Z7G_trwp .SXZpce8V {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.R868sp86 .Z7G_trwp .rPhvlAeZ {
  font-size: 36px;
}
.R868sp86 .BXEXw0No {
  width: 60%;
  height: 100%;
  position: relative;
}
.R868sp86 .BXEXw0No .XjtjP9Ti {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  width: 100%;
  height: 21px;
}
.R868sp86 .BXEXw0No .v2M5fXMA {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  width: 100%;
  height: 21px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.R868sp86 .BXEXw0No .v2M5fXMA .AjPxjOcW {
  position: absolute;
  top: 5px;
  font-size: 10px;
  color: var(--slate-grey);
}
.R868sp86 .BXEXw0No .v2M5fXMA .QlmiOR8s {
  width: 100%;
  height: 28px;
  border: none;
  color: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.R868sp86 .TEB1Y2xh {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/* enter and exit animations for preview rows */

.file-uploader-preview-animation-classes-4RV1B-enter {
  transform: translate(-100%);
}

.file-uploader-preview-animation-classes-4RV1B-enter-active {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}

.file-uploader-preview-animation-classes-4RV1B-exit {
  transform: translate(0);
}

.file-uploader-preview-animation-classes-4RV1B-exit-active {
  transform: translate(100%);
  transition: all 300ms ease-in-out;
}

/* enter and exit animations for submit button */
.file-uploader-submit-button-animation-classes-YVX3S-enter {
  opacity: 0;
}

.file-uploader-submit-button-animation-classes-YVX3S-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit {
  opacity: 1;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.file-uploader-submit-button-animation-classes-YVX3S-exit-done {
  opacity: 0;
  display: none;
}

/* switch animation between filename input and progress bar  */
.file-uploader-filename-input-progress-switch-animations-U7VV2-enter {
  opacity: 0;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-enter-active {
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit {
  opacity: 1;
}

.file-uploader-filename-input-progress-switch-animations-U7VV2-exit-active {
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.ZE2tfWEW {
  margin-top: 46px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  min-height: calc(100vh - 46px);
  height: calc(100vh - 46px);
  bottom: 0;
  /* Track */
  /* Handle */
  /* Handle */
}
.ZE2tfWEW .aSRF3dMa {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
}
.ZE2tfWEW .YKcJsNUK {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
  background-color: var(--dark-blue);
}
.ZE2tfWEW .wH3hgRHT {
  margin-bottom: 36px;
}
.ZE2tfWEW .wH3hgRHT .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wH3hgRHT .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .wH3hgRHT .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .wH3hgRHT .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .wH3hgRHT .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.ZE2tfWEW .wH3hgRHT .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .wH3hgRHT .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .wH3hgRHT .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wH3hgRHT .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.ZE2tfWEW .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wH3hgRHT .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.ZE2tfWEW .wH3hgRHT .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.ZE2tfWEW .wH3hgRHT .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.ZE2tfWEW .wH3hgRHT .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wH3hgRHT .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wH3hgRHT .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wH3hgRHT .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .ZE2tfWEW .wH3hgRHT .MmofWhdd {
    width: 0;
  }
}
.ZE2tfWEW .wH3hgRHT .MmofWhdd:hover {
  background: var(--dark-navy);
}
.ZE2tfWEW .wH3hgRHT .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.ZE2tfWEW .wH3hgRHT .peF1wiwn:hover {
  background: var(--primary-color);
}
.ZE2tfWEW .wH3hgRHT .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.ZE2tfWEW .nZF35Qfy {
  margin-bottom: 36px;
}
.ZE2tfWEW .nZF35Qfy .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .nZF35Qfy .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .nZF35Qfy .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .nZF35Qfy .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .nZF35Qfy .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.ZE2tfWEW .nZF35Qfy .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .nZF35Qfy .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .nZF35Qfy .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .nZF35Qfy .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.ZE2tfWEW .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .nZF35Qfy .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.ZE2tfWEW .nZF35Qfy .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.ZE2tfWEW .nZF35Qfy .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.ZE2tfWEW .nZF35Qfy .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .nZF35Qfy .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .nZF35Qfy .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .nZF35Qfy .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .ZE2tfWEW .nZF35Qfy .MmofWhdd {
    width: 0;
  }
}
.ZE2tfWEW .nZF35Qfy .MmofWhdd:hover {
  background: var(--dark-navy);
}
.ZE2tfWEW .nZF35Qfy .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.ZE2tfWEW .nZF35Qfy .peF1wiwn:hover {
  background: var(--primary-color);
}
.ZE2tfWEW .nZF35Qfy .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .ZE2tfWEW .nZF35Qfy {
    width: 0;
    overflow: hidden;
  }
  .ZE2tfWEW .nZF35Qfy .OWQFQETw {
    width: 0;
  }
}
.ZE2tfWEW .wrI6osGU {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.ZE2tfWEW .wrI6osGU .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wrI6osGU .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .wrI6osGU .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .wrI6osGU .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .wrI6osGU .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.ZE2tfWEW .wrI6osGU .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .wrI6osGU .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .wrI6osGU .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wrI6osGU .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.ZE2tfWEW .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wrI6osGU .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.ZE2tfWEW .wrI6osGU .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.ZE2tfWEW .wrI6osGU .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.ZE2tfWEW .wrI6osGU .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .wrI6osGU .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .wrI6osGU .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .wrI6osGU .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .ZE2tfWEW .wrI6osGU .MmofWhdd {
    width: 0;
  }
}
.ZE2tfWEW .wrI6osGU .MmofWhdd:hover {
  background: var(--dark-navy);
}
.ZE2tfWEW .wrI6osGU .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.ZE2tfWEW .wrI6osGU .peF1wiwn:hover {
  background: var(--primary-color);
}
.ZE2tfWEW .wrI6osGU .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.ZE2tfWEW .vPYh1v9K {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.ZE2tfWEW .vPYh1v9K .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .vPYh1v9K .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .vPYh1v9K .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .vPYh1v9K .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .vPYh1v9K .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.ZE2tfWEW .vPYh1v9K .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .vPYh1v9K .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .vPYh1v9K .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .vPYh1v9K .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.ZE2tfWEW .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .vPYh1v9K .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.ZE2tfWEW .vPYh1v9K .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.ZE2tfWEW .vPYh1v9K .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.ZE2tfWEW .vPYh1v9K .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .vPYh1v9K .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .vPYh1v9K .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .vPYh1v9K .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .ZE2tfWEW .vPYh1v9K .MmofWhdd {
    width: 0;
  }
}
.ZE2tfWEW .vPYh1v9K .MmofWhdd:hover {
  background: var(--dark-navy);
}
.ZE2tfWEW .vPYh1v9K .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.ZE2tfWEW .vPYh1v9K .peF1wiwn:hover {
  background: var(--primary-color);
}
.ZE2tfWEW .vPYh1v9K .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .ZE2tfWEW .vPYh1v9K {
    width: 0;
    overflow: hidden;
  }
  .ZE2tfWEW .vPYh1v9K .OWQFQETw {
    width: 0;
  }
}
.ZE2tfWEW .VBPD74zn {
  margin-bottom: 36px;
  margin-bottom: 0;
  padding-bottom: 12px;
  bottom: 0;
  background-color: var(--dark-blue);
}
.ZE2tfWEW .VBPD74zn .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .VBPD74zn .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .VBPD74zn .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .VBPD74zn .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .VBPD74zn .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.ZE2tfWEW .VBPD74zn .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ZE2tfWEW .VBPD74zn .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.ZE2tfWEW .VBPD74zn .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .VBPD74zn .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.ZE2tfWEW .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .VBPD74zn .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.ZE2tfWEW .VBPD74zn .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.ZE2tfWEW .VBPD74zn .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.ZE2tfWEW .VBPD74zn .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ZE2tfWEW .VBPD74zn .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.ZE2tfWEW .VBPD74zn .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .ZE2tfWEW .VBPD74zn .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .ZE2tfWEW .VBPD74zn .MmofWhdd {
    width: 0;
  }
}
.ZE2tfWEW .VBPD74zn .MmofWhdd:hover {
  background: var(--dark-navy);
}
.ZE2tfWEW .VBPD74zn .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.ZE2tfWEW .VBPD74zn .peF1wiwn:hover {
  background: var(--primary-color);
}
.ZE2tfWEW .VBPD74zn .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.ZE2tfWEW::-webkit-scrollbar {
  width: 12px;
}
.ZE2tfWEW::-webkit-scrollbar-track {
  background: transparent;
}
.ZE2tfWEW::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.ZE2tfWEW::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.Z7_LKI04 {
  margin-top: 46px;
  background-color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  min-height: calc(100vh - 46px);
  height: calc(100vh - 46px);
  bottom: 0;
  /* Track */
  /* Handle */
  /* Handle */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--primary-color) transparent;
  box-shadow: 4px 0px 12px rgba(0, 0, 0, 0.25);
}
.Z7_LKI04 .aSRF3dMa {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
}
.Z7_LKI04 .YKcJsNUK {
  position: absolute;
  z-index: 1010;
  height: 46px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  left: 0;
  cursor: pointer;
  background-color: var(--dark-blue);
}
.Z7_LKI04 .wH3hgRHT {
  margin-bottom: 36px;
}
.Z7_LKI04 .wH3hgRHT .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wH3hgRHT .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .wH3hgRHT .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .wH3hgRHT .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .wH3hgRHT .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.Z7_LKI04 .wH3hgRHT .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .wH3hgRHT .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .wH3hgRHT .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wH3hgRHT .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.Z7_LKI04 .wH3hgRHT .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wH3hgRHT .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.Z7_LKI04 .wH3hgRHT .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.Z7_LKI04 .wH3hgRHT .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.Z7_LKI04 .wH3hgRHT .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wH3hgRHT .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wH3hgRHT .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wH3hgRHT .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .Z7_LKI04 .wH3hgRHT .MmofWhdd {
    width: 0;
  }
}
.Z7_LKI04 .wH3hgRHT .MmofWhdd:hover {
  background: var(--dark-navy);
}
.Z7_LKI04 .wH3hgRHT .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.Z7_LKI04 .wH3hgRHT .peF1wiwn:hover {
  background: var(--primary-color);
}
.Z7_LKI04 .wH3hgRHT .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.Z7_LKI04 .nZF35Qfy {
  margin-bottom: 36px;
}
.Z7_LKI04 .nZF35Qfy .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .nZF35Qfy .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .nZF35Qfy .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .nZF35Qfy .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .nZF35Qfy .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.Z7_LKI04 .nZF35Qfy .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .nZF35Qfy .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .nZF35Qfy .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .nZF35Qfy .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.Z7_LKI04 .nZF35Qfy .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .nZF35Qfy .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.Z7_LKI04 .nZF35Qfy .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.Z7_LKI04 .nZF35Qfy .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.Z7_LKI04 .nZF35Qfy .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .nZF35Qfy .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .nZF35Qfy .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .nZF35Qfy .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .Z7_LKI04 .nZF35Qfy .MmofWhdd {
    width: 0;
  }
}
.Z7_LKI04 .nZF35Qfy .MmofWhdd:hover {
  background: var(--dark-navy);
}
.Z7_LKI04 .nZF35Qfy .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.Z7_LKI04 .nZF35Qfy .peF1wiwn:hover {
  background: var(--primary-color);
}
.Z7_LKI04 .nZF35Qfy .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .Z7_LKI04 .nZF35Qfy {
    width: 0;
    overflow: hidden;
  }
  .Z7_LKI04 .nZF35Qfy .OWQFQETw {
    width: 0;
  }
}
.Z7_LKI04 .wrI6osGU {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.Z7_LKI04 .wrI6osGU .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wrI6osGU .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .wrI6osGU .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .wrI6osGU .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .wrI6osGU .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.Z7_LKI04 .wrI6osGU .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .wrI6osGU .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .wrI6osGU .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wrI6osGU .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.Z7_LKI04 .wrI6osGU .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wrI6osGU .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.Z7_LKI04 .wrI6osGU .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.Z7_LKI04 .wrI6osGU .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.Z7_LKI04 .wrI6osGU .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .wrI6osGU .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .wrI6osGU .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .wrI6osGU .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .Z7_LKI04 .wrI6osGU .MmofWhdd {
    width: 0;
  }
}
.Z7_LKI04 .wrI6osGU .MmofWhdd:hover {
  background: var(--dark-navy);
}
.Z7_LKI04 .wrI6osGU .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.Z7_LKI04 .wrI6osGU .peF1wiwn:hover {
  background: var(--primary-color);
}
.Z7_LKI04 .wrI6osGU .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.Z7_LKI04 .vPYh1v9K {
  margin-bottom: 36px;
  margin-bottom: 16px;
}
.Z7_LKI04 .vPYh1v9K .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .vPYh1v9K .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .vPYh1v9K .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .vPYh1v9K .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .vPYh1v9K .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.Z7_LKI04 .vPYh1v9K .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .vPYh1v9K .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .vPYh1v9K .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .vPYh1v9K .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.Z7_LKI04 .vPYh1v9K .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .vPYh1v9K .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.Z7_LKI04 .vPYh1v9K .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.Z7_LKI04 .vPYh1v9K .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.Z7_LKI04 .vPYh1v9K .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .vPYh1v9K .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .vPYh1v9K .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .vPYh1v9K .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .Z7_LKI04 .vPYh1v9K .MmofWhdd {
    width: 0;
  }
}
.Z7_LKI04 .vPYh1v9K .MmofWhdd:hover {
  background: var(--dark-navy);
}
.Z7_LKI04 .vPYh1v9K .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.Z7_LKI04 .vPYh1v9K .peF1wiwn:hover {
  background: var(--primary-color);
}
.Z7_LKI04 .vPYh1v9K .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
@media (max-width: 500px) {
  .Z7_LKI04 .vPYh1v9K {
    width: 0;
    overflow: hidden;
  }
  .Z7_LKI04 .vPYh1v9K .OWQFQETw {
    width: 0;
  }
}
.Z7_LKI04 .VBPD74zn {
  margin-bottom: 36px;
  margin-bottom: 0;
  padding-bottom: 12px;
  bottom: 0;
  background-color: var(--dark-blue);
}
.Z7_LKI04 .VBPD74zn .OWQFQETw {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .VBPD74zn .OWQFQETw span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .VBPD74zn .OWQFQETw .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .VBPD74zn .OWQFQETw .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .VBPD74zn .jY4n4S6G {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.Z7_LKI04 .VBPD74zn .jY4n4S6G span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.Z7_LKI04 .VBPD74zn .jY4n4S6G .Z_M75Fiu {
  margin-left: 18px;
  white-space: nowrap;
}
.Z7_LKI04 .VBPD74zn .jY4n4S6G .kbm1jCC_ {
  font-size: 8px;
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .VBPD74zn .WC_NgVj4 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 path {
  fill: white;
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 .ujsnw5ow {
  fill: var(--dark-navy);
}
.Z7_LKI04 .VBPD74zn .WC_NgVj4:hover > .jpgbgEC5 .lwrXX2vp path {
  fill: var(--dark-navy);
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5 {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--lemon-chiffon) 93.24%);
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5 .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5 .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .VBPD74zn .TSMZAfw5 {
    width: calc(100% - 20px);
  }
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5 .OCyy1gM6 {
  color: var(--primary-color);
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5:hover {
  background: linear-gradient(95.7deg, var(--canary-yellow) 12.17%, var(--canary-yellow) 93.24%);
}
.Z7_LKI04 .VBPD74zn .TSMZAfw5:hover .OCyy1gM6 {
  color: var(--blue-ribbon);
}
.Z7_LKI04 .VBPD74zn .MmofWhdd {
  height: 36px;
  width: 184px;
  margin-left: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  flex-wrap: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 10px;
  width: 36px;
  margin-right: 0px;
}
.Z7_LKI04 .VBPD74zn .MmofWhdd .jpgbgEC5 {
  max-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Z7_LKI04 .VBPD74zn .MmofWhdd .s8TEzhtd {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  white-space: nowrap;
}
.Z7_LKI04 .VBPD74zn .MmofWhdd:hover {
  background: var(--dark-navy);
}
@media (max-width: 500px) {
  .Z7_LKI04 .VBPD74zn .MmofWhdd {
    width: calc(100% - 20px);
  }
}
@media (max-width: 500px) {
  .Z7_LKI04 .VBPD74zn .MmofWhdd {
    width: 0;
  }
}
.Z7_LKI04 .VBPD74zn .MmofWhdd:hover {
  background: var(--dark-navy);
}
.Z7_LKI04 .VBPD74zn .peF1wiwn {
  transition: 0.2s all;
  background: var(--primary-color);
}
.Z7_LKI04 .VBPD74zn .peF1wiwn:hover {
  background: var(--primary-color);
}
.Z7_LKI04 .VBPD74zn .OCyy1gM6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.Z7_LKI04::-webkit-scrollbar {
  width: 12px;
}
.Z7_LKI04::-webkit-scrollbar-track {
  background: transparent;
}
.Z7_LKI04::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.Z7_LKI04::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
@media (max-width: 500px) {
  .Z7_LKI04 {
    width: 100%;
  }
}
.WEfwNfiR {
  background-color: var(--white);
  height: 500px;
  border-radius: 12px;
}
.WEfwNfiR .ant-modal-header {
  height: 58px;
  background: var(--alabaster-white);
  border-radius: 12px 12px 0px 0px;
  padding: 9px 24px;
  display: flex;
  justify-content: left;
}
.WEfwNfiR .ant-modal-header .ant-modal-title {
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px;
  text-align: center;
}
.WEfwNfiR .ant-modal-close-x {
  line-height: 39px;
  font-weight: 800;
  color: var(--dark-blue);
  width: 46px;
  height: 60px;
  padding-right: 10px;
  padding-top: 5px;
}
.WEfwNfiR .ant-modal-content {
  width: 735px;
  height: 500px;
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  box-sizing: border-box;
}
.WEfwNfiR .ant-modal-content .ant-modal-body {
  padding: 20px 38px;
}
.WEfwNfiR .QTUIk2oU {
  margin: 18px 0 46px 0;
}
.WEfwNfiR .XHE2T971 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.WEfwNfiR .ae9r3qVe {
  width: 100%;
  margin-bottom: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
  text-align: left;
  margin-left: 3px;
}
.WEfwNfiR .T2GszHrS {
  width: 136px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
  text-align: right;
}
.WEfwNfiR .vYCS_ZuT {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--dark-blue);
}
.WEfwNfiR .yvWrgQuQ {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: black;
}
.WEfwNfiR .QaB9FTg3 {
  height: 14px;
  width: 100%;
}
.WEfwNfiR .bGQLPCyZ {
  height: 7px;
  width: 100%;
}
.WEfwNfiR .QGTSFz4w {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}
.WEfwNfiR .QGTSFz4w span,
.WEfwNfiR .QGTSFz4w a {
  margin-right: 9px;
}
.WEfwNfiR .NIxBYM9X {
  padding-bottom: 22px;
  height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: var(--white);
  background: var(--dark-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.WEfwNfiR .NIxBYM9X:hover {
  background: var(--darkest-blue);
}
.WEfwNfiR .ehlnc8hs {
  width: 170px;
}
.WEfwNfiR .DtoQGd5g {
  width: 170px;
}
.WEfwNfiR .KaESqge2 {
  width: 115px;
}
.WEfwNfiR .sb9nig6a {
  width: 158px;
}
.WEfwNfiR .bgnd0vdx {
  cursor: pointer;
  width: 195px;
  padding-left: 12px;
}
.WEfwNfiR .pbf6pduA {
  left: 10px;
  color: var(--dark-blue);
}
.WEfwNfiR .vJQIqhfW {
  cursor: pointer;
}
.WEfwNfiR .xrgXzS3a {
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.WEfwNfiR .xrgXzS3a span,
.WEfwNfiR .xrgXzS3a a {
  margin-right: 9px;
}
.WEfwNfiR .Kl9K6Ssa {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: var(--sock-cushion-grey);
}
.WEfwNfiR .uYxhyr4E {
  display: flex;
  justify-content: center;
}
.WEfwNfiR .uYxhyr4E .DCFuXSZd {
  width: 120px;
  height: 32px;
  background: var(--white);
  border: 0.5px solid var(--primary-color);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.i7Qrprb_ .ant-badge-count {
  background: linear-gradient(46.04deg, var(--canary-yellow) 0.7%, var(--waterspout-blue) 98.95%);
  color: var(--adriatic-sea);
  font-weight: 700;
  font-size: 9.5px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  left: 319%;
  bottom: -4%;
  width: 16px;
  height: 16px;
  z-index: 1;
  padding: 3px;
}
.AqdSvw4m .ant-badge-count {
  background: linear-gradient(46.04deg, var(--canary-yellow) 0.7%, var(--waterspout-blue) 98.95%);
  color: var(--adriatic-sea);
  font-weight: 700;
  font-size: 9.5px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 250%;
  left: 1750%;
  width: 22px;
  height: 22px;
  padding: 5px;
}
.m_Thi_gp {
  height: 1px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ant-tabs-ink-bar {
  background: var(--blue-ribbon);
}
.ant-tabs {
  width: 100%;
  flex-grow: 1;
}
.qVe_5Fg7 {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: white;
  transition: all 0.5s ease;
}
.qVe_5Fg7 .yh56pFu6 {
  width: auto;
}
.qVe_5Fg7 .ant-tabs-nav {
  height: 56px;
  width: auto;
  padding-left: 40px;
  margin-bottom: 0;
}
.qVe_5Fg7 .ant-tabs-nav:before {
  border-bottom: unset;
}
.ICy4AsCg {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
  line-height: 17px;
  color: var(--darkest-blue);
  letter-spacing: 0.1px;
  transition: color 0.2s linear;
}
.ICy4AsCg:hover {
  color: var(--dark-blue);
}
.Vx4N9kO0 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
  line-height: 17px;
  color: var(--darkest-blue);
  letter-spacing: 0.1px;
  transition: color 0.2s linear;
  color: var(--blue-ribbon);
  text-shadow: none;
  border-bottom: none;
}
.Vx4N9kO0:hover {
  color: var(--dark-blue);
}
.Vx4N9kO0:hover {
  color: var(--blue-ribbon);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.wc_OzwKw {
  position: relative;
}
.wc_OzwKw .K2aurKJZ {
  position: absolute;
  top: 38px;
  right: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--light-grey);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: none;
}
.wc_OzwKw .K2aurKJZ:hover {
  box-shadow: 0px 0px 1px 0px var(--nepal-blue);
  transition: box-shadow 0.2 ease-in-out;
}
.wc_OzwKw .rSxpZpzj {
  position: absolute;
  top: 38px;
  right: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--light-grey);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: none;
  right: -14px;
}
.wc_OzwKw .rSxpZpzj:hover {
  box-shadow: 0px 0px 1px 0px var(--nepal-blue);
  transition: box-shadow 0.2 ease-in-out;
}
.W2LdaFcC {
  position: relative;
  background-color: var(--table-edit-mode);
  height: 100%;
  border-right: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
}
.W2LdaFcC::-webkit-scrollbar {
  width: 3px;
  background: var(--athens-gray);
}
.W2LdaFcC::-webkit-scrollbar-thumb {
  background: var(--light-grey);
  border-radius: 10px;
}
.i0n3gDXJ {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.i0n3gDXJ ._jzusf_H {
  font-size: 24px;
  color: var(--white);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Nk9doxQJ {
  height: 100vh;
}
.Op4BPHN1 {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  overflow: hidden !important;
}
.Fu3MHfFm {
  z-index: 100;
  min-height: 1200px;
  position: absolute;
  bottom: 0;
  background-color: var(--dark-blue);
}
.FSfZ8aDD {
  margin-left: 48px;
  min-height: calc(100vh);
  background: var(--table-edit-mode);
}
@media (max-width: 500px) {
  .FSfZ8aDD {
    margin-left: 0;
  }
}
.f1f5qhDB .ant-tabs {
  width: 100%;
  max-width: 1152px;
  flex-grow: 1;
}
@media (min-width: 900px) {
  .f1f5qhDB {
    padding-right: 26px !important;
  }
}
.sUpBxuLr {
  overflow: hidden;
}
.fjm6nLb6 {
  height: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  width: 100%;
  padding: 20px 40px 40px 40px;
  background-color: var(--table-edit-mode) !important;
}
@media (max-width: 665px) {
  .fjm6nLb6 {
    padding: 20px 10px;
  }
}
.d3oclDoO {
  height: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  width: 100%;
  padding: 20px 40px 40px 40px;
  background-color: var(--table-edit-mode) !important;
  padding: 24px 28px 40px 28px;
  background-position-x: 105%;
  background-position-y: -40px;
  background-repeat: no-repeat;
}
@media (max-width: 665px) {
  .d3oclDoO {
    padding: 20px 10px;
  }
}
.HZOqpChB {
  padding-bottom: 0px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 0px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.ldjM4sAt {
  height: 100%;
  flex-wrap: nowrap;
}
.ldjM4sAt .soOhkMe2 {
  position: absolute;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--font-color-eastern-blue);
  width: 65px;
  height: 29px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.ldjM4sAt .soOhkMe2 .IZbGlIzH {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: var(--white);
  margin-left: 4px;
}
.ldjM4sAt .soOhkMe2 .VNt50ZrF {
  background-color: red;
}
.ldjM4sAt .lL1l9z8z {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14pt;
}
.ldjM4sAt .lL1l9z8z[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  box-shadow: none;
  border: none;
}
.ldjM4sAt .c8zjnBKu {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  font-size: 14pt;
  font-size: 12px;
  width: 107px;
  height: 32px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  border: none;
}
.ldjM4sAt .c8zjnBKu[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  box-shadow: none;
  border: none;
}
.ldjM4sAt .c8zjnBKu[disabled] {
  cursor: not-allowed;
  box-shadow: none;
}
.ldjM4sAt .ezdFWqXv {
  margin-bottom: 0;
}
.ldjM4sAt .Y6eHdVPW {
  margin-bottom: 10px;
}
.ldjM4sAt .BHJI0hGp {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.ldjM4sAt .oLkgGCiU {
  width: 200px;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 200px;
  margin-top: 25px;
  overflow-y: auto;
  scrollbar-color: var(--primary-color) transparent;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
  /* Handle */
}
.ldjM4sAt .oLkgGCiU .RXLGhOMl {
  margin-bottom: 10px;
}
.ldjM4sAt .oLkgGCiU .DJYuSSnW {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.ldjM4sAt .oLkgGCiU .DJYuSSnW:hover {
  background-color: var(--bright-gray);
}
.ldjM4sAt .oLkgGCiU .fPW4r9Bt {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--blue-ribbon);
}
.ldjM4sAt .oLkgGCiU .fPW4r9Bt:hover {
  background-color: var(--bright-gray);
}
.ldjM4sAt .oLkgGCiU::-webkit-scrollbar {
  width: 12px;
}
.ldjM4sAt .oLkgGCiU::-webkit-scrollbar-track {
  background: transparent;
}
.ldjM4sAt .oLkgGCiU::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.ldjM4sAt .oLkgGCiU::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.ldjM4sAt .tAj9A0NN {
  width: 200px;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 200px;
  margin-top: 25px;
  overflow-y: auto;
  scrollbar-color: var(--primary-color) transparent;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
  /* Handle */
  padding-top: 25px;
}
.ldjM4sAt .tAj9A0NN .RXLGhOMl {
  margin-bottom: 10px;
}
.ldjM4sAt .tAj9A0NN .DJYuSSnW {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.ldjM4sAt .tAj9A0NN .DJYuSSnW:hover {
  background-color: var(--bright-gray);
}
.ldjM4sAt .tAj9A0NN .fPW4r9Bt {
  border-radius: 38px;
  width: 185px;
  height: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 5px;
  margin-bottom: 3px;
  color: var(--dark-blue);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--blue-ribbon);
}
.ldjM4sAt .tAj9A0NN .fPW4r9Bt:hover {
  background-color: var(--bright-gray);
}
.ldjM4sAt .tAj9A0NN::-webkit-scrollbar {
  width: 12px;
}
.ldjM4sAt .tAj9A0NN::-webkit-scrollbar-track {
  background: transparent;
}
.ldjM4sAt .tAj9A0NN::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-left: 9px solid transparent;
  background-clip: padding-box;
}
.ldjM4sAt .tAj9A0NN::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border: none;
}
.ldjM4sAt .Nb13_6XA {
  padding: 0px 20px 0px 20px;
  margin-left: 200px;
  max-width: calc(100% - 200px);
}
.ldjM4sAt .Nb13_6XA .sS82lvvl .MtusbojD {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.ldjM4sAt .ouwSzzRs {
  position: fixed;
}
.ldjM4sAt .QwMjHWxw {
  height: 300px;
  max-width: 150px;
}
.mvk4EhGB {
  height: 72px;
  width: 100%;
  background: var(--athens-gray);
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.03);
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: none;
}
.mvk4EhGB .oLkgGCiU {
  display: flex;
  align-items: center;
}
.mvk4EhGB .oLkgGCiU .Y6eHdVPW {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mvk4EhGB .DJYuSSnW {
  margin-bottom: 12px;
}
.mvk4EhGB .DJYuSSnW .HNXH8mKL {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  cursor: pointer;
}
.mvk4EhGB .DJYuSSnW .HNXH8mKL:hover {
  color: var(--darker-blue);
}
.mvk4EhGB .DJYuSSnW .U8HNRhPt {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  cursor: pointer;
  font-weight: 700;
  cursor: default;
  color: var(--darker-blue);
}
.mvk4EhGB .DJYuSSnW .U8HNRhPt:hover {
  color: var(--darker-blue);
}
.mvk4EhGB .BHJI0hGp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mvk4EhGB .lL1l9z8z {
  position: relative;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14pt;
  margin-left: 20px;
}
.mvk4EhGB .lL1l9z8z[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
.mvk4EhGB .c8zjnBKu {
  position: relative;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  color: var(--font-color-eastern-blue);
  background: var(--white);
  border: 0.5px solid var(--font-color-eastern-blue);
  box-sizing: border-box;
  font-size: 14pt;
  margin-left: 20px;
  font-size: 12px;
  width: 107px;
  height: 32px;
  background: var(--font-color-eastern-blue);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  border: none;
  margin-left: unset;
}
.mvk4EhGB .c8zjnBKu[disabled] {
  cursor: not-allowed;
  background: var(--botticelli-blue);
  color: var(--white);
  border: none;
}
@media (min-width: 501px) {
  .mvk4EhGB {
    width: calc(100% - 48px);
  }
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes Oknko3Y2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes Oknko3Y2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes Oknko3Y2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes Oknko3Y2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.Oknko3Y2 {
  -webkit-animation-name: Oknko3Y2;
  -moz-animation-name: Oknko3Y2;
  -o-animation-name: Oknko3Y2;
  animation-name: Oknko3Y2;
}
@-webkit-keyframes GWZ6B0qv {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes GWZ6B0qv {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes GWZ6B0qv {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes GWZ6B0qv {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.GWZ6B0qv {
  -webkit-animation-name: GWZ6B0qv;
  -moz-animation-name: GWZ6B0qv;
  -o-animation-name: GWZ6B0qv;
  animation-name: GWZ6B0qv;
}
@-webkit-keyframes vmG8_aV3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes vmG8_aV3 {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes vmG8_aV3 {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes vmG8_aV3 {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.vmG8_aV3 {
  -webkit-animation-name: vmG8_aV3;
  -moz-animation-name: vmG8_aV3;
  -o-animation-name: vmG8_aV3;
  animation-name: vmG8_aV3;
}
@-webkit-keyframes H8miJPAk {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes H8miJPAk {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes H8miJPAk {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes H8miJPAk {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.H8miJPAk {
  -webkit-animation-name: H8miJPAk;
  -moz-animation-name: H8miJPAk;
  -o-animation-name: H8miJPAk;
  animation-name: H8miJPAk;
}
@-webkit-keyframes DBrDYase {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes DBrDYase {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes DBrDYase {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes DBrDYase {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.DBrDYase {
  -webkit-animation-name: DBrDYase;
  -moz-animation-name: DBrDYase;
  -o-animation-name: DBrDYase;
  animation-name: DBrDYase;
}
@-webkit-keyframes gORBd6vq {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes gORBd6vq {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes gORBd6vq {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes gORBd6vq {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.gORBd6vq {
  -webkit-animation-name: gORBd6vq;
  -moz-animation-name: gORBd6vq;
  -o-animation-name: gORBd6vq;
  animation-name: gORBd6vq;
}
@-webkit-keyframes G2SmSUkE {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes G2SmSUkE {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes G2SmSUkE {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes G2SmSUkE {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.G2SmSUkE {
  -webkit-animation-name: G2SmSUkE;
  -moz-animation-name: G2SmSUkE;
  -o-animation-name: G2SmSUkE;
  animation-name: G2SmSUkE;
}
@-webkit-keyframes NaEh4NYT {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes NaEh4NYT {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes NaEh4NYT {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes NaEh4NYT {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.NaEh4NYT {
  -webkit-animation-name: NaEh4NYT;
  -moz-animation-name: NaEh4NYT;
  -o-animation-name: NaEh4NYT;
  animation-name: NaEh4NYT;
}
@-webkit-keyframes ouhUGIZZ {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes ouhUGIZZ {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes ouhUGIZZ {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes ouhUGIZZ {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.ouhUGIZZ {
  -webkit-animation-name: ouhUGIZZ;
  -moz-animation-name: ouhUGIZZ;
  -o-animation-name: ouhUGIZZ;
  animation-name: ouhUGIZZ;
}
@-webkit-keyframes S6b5CPLa {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes S6b5CPLa {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes S6b5CPLa {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes S6b5CPLa {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.S6b5CPLa {
  -webkit-animation-name: S6b5CPLa;
  -moz-animation-name: S6b5CPLa;
  -o-animation-name: S6b5CPLa;
  animation-name: S6b5CPLa;
}
@-webkit-keyframes NiWGxEZy {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes NiWGxEZy {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes NiWGxEZy {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes NiWGxEZy {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.NiWGxEZy {
  -webkit-animation-name: NiWGxEZy;
  -moz-animation-name: NiWGxEZy;
  -o-animation-name: NiWGxEZy;
  animation-name: NiWGxEZy;
}
@-webkit-keyframes QrT9OIQc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes QrT9OIQc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes QrT9OIQc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes QrT9OIQc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.QrT9OIQc {
  -webkit-animation-name: QrT9OIQc;
  -moz-animation-name: QrT9OIQc;
  -o-animation-name: QrT9OIQc;
  animation-name: QrT9OIQc;
}
@-webkit-keyframes kaNntWSh {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes kaNntWSh {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes kaNntWSh {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes kaNntWSh {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kaNntWSh {
  -webkit-animation-name: kaNntWSh;
  -moz-animation-name: kaNntWSh;
  -o-animation-name: kaNntWSh;
  animation-name: kaNntWSh;
}
@-webkit-keyframes GxLv4bKs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes GxLv4bKs {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes GxLv4bKs {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes GxLv4bKs {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.GxLv4bKs {
  -webkit-animation-name: GxLv4bKs;
  -moz-animation-name: GxLv4bKs;
  -o-animation-name: GxLv4bKs;
  animation-name: GxLv4bKs;
}
@-webkit-keyframes o74xvY5b {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes o74xvY5b {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes o74xvY5b {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes o74xvY5b {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.o74xvY5b {
  -webkit-animation-name: o74xvY5b;
  -moz-animation-name: o74xvY5b;
  -o-animation-name: o74xvY5b;
  animation-name: o74xvY5b;
}
@-webkit-keyframes CjBlgOBs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes CjBlgOBs {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes CjBlgOBs {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes CjBlgOBs {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.CjBlgOBs {
  -webkit-animation-name: CjBlgOBs;
  -moz-animation-name: CjBlgOBs;
  -o-animation-name: CjBlgOBs;
  animation-name: CjBlgOBs;
}
@-webkit-keyframes DFwWkHMo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes DFwWkHMo {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes DFwWkHMo {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes DFwWkHMo {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.DFwWkHMo {
  -webkit-animation-name: DFwWkHMo;
  -moz-animation-name: DFwWkHMo;
  -o-animation-name: DFwWkHMo;
  animation-name: DFwWkHMo;
}
@-webkit-keyframes _htEcoHA {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes _htEcoHA {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes _htEcoHA {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes _htEcoHA {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
._htEcoHA {
  -webkit-animation-name: _htEcoHA;
  -moz-animation-name: _htEcoHA;
  -o-animation-name: _htEcoHA;
  animation-name: _htEcoHA;
}
@-webkit-keyframes _JyxZ3hB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes _JyxZ3hB {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes _JyxZ3hB {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes _JyxZ3hB {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._JyxZ3hB {
  -webkit-animation-name: _JyxZ3hB;
  -moz-animation-name: _JyxZ3hB;
  -o-animation-name: _JyxZ3hB;
  animation-name: _JyxZ3hB;
}
@-webkit-keyframes ZGgskVqu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes ZGgskVqu {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes ZGgskVqu {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes ZGgskVqu {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ZGgskVqu {
  -webkit-animation-name: ZGgskVqu;
  -moz-animation-name: ZGgskVqu;
  -o-animation-name: ZGgskVqu;
  animation-name: ZGgskVqu;
}
@-webkit-keyframes IihGVL_Y {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes IihGVL_Y {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes IihGVL_Y {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes IihGVL_Y {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.IihGVL_Y {
  -webkit-animation-name: IihGVL_Y;
  -moz-animation-name: IihGVL_Y;
  -o-animation-name: IihGVL_Y;
  animation-name: IihGVL_Y;
}
@-webkit-keyframes SB_p6hFX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes SB_p6hFX {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes SB_p6hFX {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes SB_p6hFX {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.SB_p6hFX {
  -webkit-animation-name: SB_p6hFX;
  -moz-animation-name: SB_p6hFX;
  -o-animation-name: SB_p6hFX;
  animation-name: SB_p6hFX;
}
@-webkit-keyframes v5Byfsbm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes v5Byfsbm {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes v5Byfsbm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes v5Byfsbm {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.v5Byfsbm {
  -webkit-animation-name: v5Byfsbm;
  -moz-animation-name: v5Byfsbm;
  -o-animation-name: v5Byfsbm;
  animation-name: v5Byfsbm;
}
@-webkit-keyframes gB_Mj2gQ {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes gB_Mj2gQ {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes gB_Mj2gQ {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes gB_Mj2gQ {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.gB_Mj2gQ {
  -webkit-animation-name: gB_Mj2gQ;
  -moz-animation-name: gB_Mj2gQ;
  -o-animation-name: gB_Mj2gQ;
  animation-name: gB_Mj2gQ;
}
@-webkit-keyframes PzEn97mj {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes PzEn97mj {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes PzEn97mj {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes PzEn97mj {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.PzEn97mj {
  -webkit-animation-name: PzEn97mj;
  -moz-animation-name: PzEn97mj;
  -o-animation-name: PzEn97mj;
  animation-name: PzEn97mj;
}
@-webkit-keyframes mN8xAi2d {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes mN8xAi2d {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes mN8xAi2d {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes mN8xAi2d {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.mN8xAi2d {
  -webkit-animation-name: mN8xAi2d;
  -moz-animation-name: mN8xAi2d;
  -o-animation-name: mN8xAi2d;
  animation-name: mN8xAi2d;
}
@-webkit-keyframes lKnm3UV8 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes lKnm3UV8 {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes lKnm3UV8 {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes lKnm3UV8 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.lKnm3UV8 {
  -webkit-animation-name: lKnm3UV8;
  -moz-animation-name: lKnm3UV8;
  -o-animation-name: lKnm3UV8;
  animation-name: lKnm3UV8;
}
@-webkit-keyframes aHW2_iWr {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes aHW2_iWr {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes aHW2_iWr {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes aHW2_iWr {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.aHW2_iWr {
  -webkit-animation-name: aHW2_iWr;
  -moz-animation-name: aHW2_iWr;
  -o-animation-name: aHW2_iWr;
  animation-name: aHW2_iWr;
}
@-webkit-keyframes l8VzdmvP {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes l8VzdmvP {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes l8VzdmvP {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes l8VzdmvP {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.l8VzdmvP {
  -webkit-animation-name: l8VzdmvP;
  -moz-animation-name: l8VzdmvP;
  -o-animation-name: l8VzdmvP;
  animation-name: l8VzdmvP;
}
@-webkit-keyframes kqifeN_q {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes kqifeN_q {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes kqifeN_q {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes kqifeN_q {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.kqifeN_q {
  -webkit-animation-name: kqifeN_q;
  -moz-animation-name: kqifeN_q;
  -o-animation-name: kqifeN_q;
  animation-name: kqifeN_q;
}
@-webkit-keyframes AwsVR6xk {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes AwsVR6xk {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes AwsVR6xk {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes AwsVR6xk {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.AwsVR6xk {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: AwsVR6xk;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: AwsVR6xk;
  -o-backface-visibility: visible !important;
  -o-animation-name: AwsVR6xk;
  backface-visibility: visible !important;
  animation-name: AwsVR6xk;
}
@-webkit-keyframes GOc9y6nc {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes GOc9y6nc {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes GOc9y6nc {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes GOc9y6nc {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.GOc9y6nc {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: GOc9y6nc;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: GOc9y6nc;
  -o-backface-visibility: visible !important;
  -o-animation-name: GOc9y6nc;
  backface-visibility: visible !important;
  animation-name: GOc9y6nc;
}
@-webkit-keyframes _SaXeSYD {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes _SaXeSYD {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes _SaXeSYD {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes _SaXeSYD {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
._SaXeSYD {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: _SaXeSYD;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: _SaXeSYD;
  -o-backface-visibility: visible !important;
  -o-animation-name: _SaXeSYD;
  backface-visibility: visible !important;
  animation-name: _SaXeSYD;
}
@-webkit-keyframes vDr0N4c8 {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes vDr0N4c8 {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes vDr0N4c8 {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes vDr0N4c8 {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.vDr0N4c8 {
  -webkit-animation-name: vDr0N4c8;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: vDr0N4c8;
  -moz-backface-visibility: visible !important;
  -o-animation-name: vDr0N4c8;
  -o-backface-visibility: visible !important;
  animation-name: vDr0N4c8;
  backface-visibility: visible !important;
}
@-webkit-keyframes ONQ9MLnp {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes ONQ9MLnp {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes ONQ9MLnp {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes ONQ9MLnp {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.ONQ9MLnp {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: ONQ9MLnp;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: ONQ9MLnp;
  -o-backface-visibility: visible !important;
  -o-animation-name: ONQ9MLnp;
  backface-visibility: visible !important;
  animation-name: ONQ9MLnp;
}
@-webkit-keyframes iMjUVkAj {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes iMjUVkAj {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes iMjUVkAj {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes iMjUVkAj {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.iMjUVkAj {
  -webkit-animation-name: iMjUVkAj;
  -moz-animation-name: iMjUVkAj;
  -o-animation-name: iMjUVkAj;
  animation-name: iMjUVkAj;
}
@-webkit-keyframes MK1ptMvq {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MK1ptMvq {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes MK1ptMvq {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes MK1ptMvq {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.MK1ptMvq {
  -webkit-animation-name: MK1ptMvq;
  -moz-animation-name: MK1ptMvq;
  -o-animation-name: MK1ptMvq;
  animation-name: MK1ptMvq;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes g6B1mZhb {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes g6B1mZhb {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes g6B1mZhb {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes g6B1mZhb {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.g6B1mZhb {
  -webkit-animation-name: g6B1mZhb;
  -moz-animation-name: g6B1mZhb;
  -o-animation-name: g6B1mZhb;
  animation-name: g6B1mZhb;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes YEFC1UDm {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes YEFC1UDm {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes YEFC1UDm {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes YEFC1UDm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.YEFC1UDm {
  -webkit-animation-name: YEFC1UDm;
  -moz-animation-name: YEFC1UDm;
  -o-animation-name: YEFC1UDm;
  animation-name: YEFC1UDm;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes P3lDLjuF {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes P3lDLjuF {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes P3lDLjuF {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes P3lDLjuF {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.P3lDLjuF {
  -webkit-animation-name: P3lDLjuF;
  -moz-animation-name: P3lDLjuF;
  -o-animation-name: P3lDLjuF;
  animation-name: P3lDLjuF;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes T5VEctxy {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes T5VEctxy {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes T5VEctxy {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes T5VEctxy {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.T5VEctxy {
  -webkit-animation-name: T5VEctxy;
  -moz-animation-name: T5VEctxy;
  -o-animation-name: T5VEctxy;
  animation-name: T5VEctxy;
}
@-webkit-keyframes UqiE4Cgr {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes UqiE4Cgr {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes UqiE4Cgr {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes UqiE4Cgr {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.UqiE4Cgr {
  -webkit-animation-name: UqiE4Cgr;
  -moz-animation-name: UqiE4Cgr;
  -o-animation-name: UqiE4Cgr;
  animation-name: UqiE4Cgr;
}
@-webkit-keyframes u3__SysX {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes u3__SysX {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes u3__SysX {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes u3__SysX {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.u3__SysX {
  -webkit-animation-name: u3__SysX;
  -moz-animation-name: u3__SysX;
  -o-animation-name: u3__SysX;
  animation-name: u3__SysX;
}
@-webkit-keyframes BvsgQH7h {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes BvsgQH7h {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes BvsgQH7h {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes BvsgQH7h {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.BvsgQH7h {
  -webkit-animation-name: BvsgQH7h;
  -moz-animation-name: BvsgQH7h;
  -o-animation-name: BvsgQH7h;
  animation-name: BvsgQH7h;
}
@-webkit-keyframes vZYuQaXS {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes vZYuQaXS {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes vZYuQaXS {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes vZYuQaXS {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.vZYuQaXS {
  -webkit-animation-name: vZYuQaXS;
  -moz-animation-name: vZYuQaXS;
  -o-animation-name: vZYuQaXS;
  animation-name: vZYuQaXS;
}
@-webkit-keyframes N_0kc7Mi {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes N_0kc7Mi {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes N_0kc7Mi {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes N_0kc7Mi {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.N_0kc7Mi {
  -webkit-animation-name: N_0kc7Mi;
  -moz-animation-name: N_0kc7Mi;
  -o-animation-name: N_0kc7Mi;
  animation-name: N_0kc7Mi;
}
@-webkit-keyframes AkjLC43n {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes AkjLC43n {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes AkjLC43n {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes AkjLC43n {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.AkjLC43n {
  -webkit-animation-name: AkjLC43n;
  -moz-animation-name: AkjLC43n;
  -o-animation-name: AkjLC43n;
  animation-name: AkjLC43n;
}
@-webkit-keyframes e1em8CV2 {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes e1em8CV2 {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes e1em8CV2 {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes e1em8CV2 {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.e1em8CV2 {
  -webkit-animation-name: e1em8CV2;
  -moz-animation-name: e1em8CV2;
  -o-animation-name: e1em8CV2;
  animation-name: e1em8CV2;
}
@-webkit-keyframes rWTTjS4f {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rWTTjS4f {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rWTTjS4f {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rWTTjS4f {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rWTTjS4f {
  -webkit-animation-name: rWTTjS4f;
  -moz-animation-name: rWTTjS4f;
  -o-animation-name: rWTTjS4f;
  animation-name: rWTTjS4f;
}
@-webkit-keyframes pK3In3tq {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes pK3In3tq {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes pK3In3tq {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes pK3In3tq {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.pK3In3tq {
  -webkit-animation-name: pK3In3tq;
  -moz-animation-name: pK3In3tq;
  -o-animation-name: pK3In3tq;
  animation-name: pK3In3tq;
}
@-webkit-keyframes HHhmjPqc {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes HHhmjPqc {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes HHhmjPqc {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes HHhmjPqc {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.HHhmjPqc {
  -webkit-animation-name: HHhmjPqc;
  -moz-animation-name: HHhmjPqc;
  -o-animation-name: HHhmjPqc;
  animation-name: HHhmjPqc;
}
@-webkit-keyframes sZFFP6uy {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes sZFFP6uy {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes sZFFP6uy {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes sZFFP6uy {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.sZFFP6uy {
  -webkit-animation-name: sZFFP6uy;
  -moz-animation-name: sZFFP6uy;
  -o-animation-name: sZFFP6uy;
  animation-name: sZFFP6uy;
}
@-webkit-keyframes ap7d8N2q {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes ap7d8N2q {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes ap7d8N2q {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes ap7d8N2q {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ap7d8N2q {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: ap7d8N2q;
  -moz-animation-name: ap7d8N2q;
  -o-animation-name: ap7d8N2q;
  animation-name: ap7d8N2q;
}
@-webkit-keyframes zj7UVmD7 {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes zj7UVmD7 {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes zj7UVmD7 {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes zj7UVmD7 {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.zj7UVmD7 {
  -webkit-animation-name: zj7UVmD7;
  -moz-animation-name: zj7UVmD7;
  -o-animation-name: zj7UVmD7;
  animation-name: zj7UVmD7;
}
@-webkit-keyframes i1g_qa59 {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes i1g_qa59 {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes i1g_qa59 {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes i1g_qa59 {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.i1g_qa59 {
  -webkit-animation-name: i1g_qa59;
  -moz-animation-name: i1g_qa59;
  -o-animation-name: i1g_qa59;
  animation-name: i1g_qa59;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes z8FNoUcJ {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes z8FNoUcJ {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes z8FNoUcJ {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes z8FNoUcJ {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.z8FNoUcJ {
  -webkit-animation-name: z8FNoUcJ;
  -moz-animation-name: z8FNoUcJ;
  -o-animation-name: z8FNoUcJ;
  animation-name: z8FNoUcJ;
}
.Lit5_yHI {
  width: 100%;
}
.Lit5_yHI .h8QwbmTF {
  position: relative;
  margin-bottom: 30px;
}
.Lit5_yHI .h8QwbmTF .R5RFhSDZ {
  text-transform: uppercase;
  color: var(--dark-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.Lit5_yHI .h8QwbmTF .EYS5Cry3 {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.Lit5_yHI .h8QwbmTF .EYS5Cry3 .t_AQvzpQ {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.Lit5_yHI .h8QwbmTF .EYS5Cry3 .ZDGXI2un {
  font-size: 12px;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.Ugpf1Kj6 {
  padding: 4px;
}
.Ugpf1Kj6 .qRGE7DNs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(270.54deg, var(--picton-blue) 49.88%, var(--blue-ribbon) 135.73%);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.Ugpf1Kj6 .qRGE7DNs[disabled] {
  background: var(--botticelli-blue) !important;
  color: var(--white);
}
.IYoUxKqz:hover {
  background-color: var(--clear-sky-lite) !important;
  color: var(--font-color-eastern-blue);
}
.oe2jwiNq {
  color: var(--halt-red-orange);
}
.oe2jwiNq:hover {
  background-color: var(--clear-sky-lite) !important;
  color: var(--pomegranate-red);
}
.kVTAaDwF {
  padding: 24px 56px 76px 56px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes cvR9FSUB {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes cvR9FSUB {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes cvR9FSUB {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes cvR9FSUB {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.cvR9FSUB {
  -webkit-animation-name: cvR9FSUB;
  -moz-animation-name: cvR9FSUB;
  -o-animation-name: cvR9FSUB;
  animation-name: cvR9FSUB;
}
@-webkit-keyframes bqq50Eek {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bqq50Eek {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bqq50Eek {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bqq50Eek {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bqq50Eek {
  -webkit-animation-name: bqq50Eek;
  -moz-animation-name: bqq50Eek;
  -o-animation-name: bqq50Eek;
  animation-name: bqq50Eek;
}
@-webkit-keyframes IKvZaUwp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes IKvZaUwp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes IKvZaUwp {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes IKvZaUwp {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.IKvZaUwp {
  -webkit-animation-name: IKvZaUwp;
  -moz-animation-name: IKvZaUwp;
  -o-animation-name: IKvZaUwp;
  animation-name: IKvZaUwp;
}
@-webkit-keyframes YZT9edK0 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes YZT9edK0 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes YZT9edK0 {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes YZT9edK0 {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.YZT9edK0 {
  -webkit-animation-name: YZT9edK0;
  -moz-animation-name: YZT9edK0;
  -o-animation-name: YZT9edK0;
  animation-name: YZT9edK0;
}
@-webkit-keyframes LpIX8CaB {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes LpIX8CaB {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes LpIX8CaB {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes LpIX8CaB {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.LpIX8CaB {
  -webkit-animation-name: LpIX8CaB;
  -moz-animation-name: LpIX8CaB;
  -o-animation-name: LpIX8CaB;
  animation-name: LpIX8CaB;
}
@-webkit-keyframes rksh0E2P {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes rksh0E2P {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes rksh0E2P {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes rksh0E2P {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.rksh0E2P {
  -webkit-animation-name: rksh0E2P;
  -moz-animation-name: rksh0E2P;
  -o-animation-name: rksh0E2P;
  animation-name: rksh0E2P;
}
@-webkit-keyframes ZXQjcT__ {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes ZXQjcT__ {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes ZXQjcT__ {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes ZXQjcT__ {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.ZXQjcT__ {
  -webkit-animation-name: ZXQjcT__;
  -moz-animation-name: ZXQjcT__;
  -o-animation-name: ZXQjcT__;
  animation-name: ZXQjcT__;
}
@-webkit-keyframes rx4_2hhK {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes rx4_2hhK {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes rx4_2hhK {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes rx4_2hhK {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.rx4_2hhK {
  -webkit-animation-name: rx4_2hhK;
  -moz-animation-name: rx4_2hhK;
  -o-animation-name: rx4_2hhK;
  animation-name: rx4_2hhK;
}
@-webkit-keyframes or_aui6R {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes or_aui6R {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes or_aui6R {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes or_aui6R {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.or_aui6R {
  -webkit-animation-name: or_aui6R;
  -moz-animation-name: or_aui6R;
  -o-animation-name: or_aui6R;
  animation-name: or_aui6R;
}
@-webkit-keyframes n4l1P_Fe {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes n4l1P_Fe {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes n4l1P_Fe {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes n4l1P_Fe {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.n4l1P_Fe {
  -webkit-animation-name: n4l1P_Fe;
  -moz-animation-name: n4l1P_Fe;
  -o-animation-name: n4l1P_Fe;
  animation-name: n4l1P_Fe;
}
@-webkit-keyframes d4nKrYQy {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes d4nKrYQy {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes d4nKrYQy {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes d4nKrYQy {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.d4nKrYQy {
  -webkit-animation-name: d4nKrYQy;
  -moz-animation-name: d4nKrYQy;
  -o-animation-name: d4nKrYQy;
  animation-name: d4nKrYQy;
}
@-webkit-keyframes W57vK7Ds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes W57vK7Ds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes W57vK7Ds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes W57vK7Ds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.W57vK7Ds {
  -webkit-animation-name: W57vK7Ds;
  -moz-animation-name: W57vK7Ds;
  -o-animation-name: W57vK7Ds;
  animation-name: W57vK7Ds;
}
@-webkit-keyframes XAbKnP4b {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes XAbKnP4b {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes XAbKnP4b {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes XAbKnP4b {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.XAbKnP4b {
  -webkit-animation-name: XAbKnP4b;
  -moz-animation-name: XAbKnP4b;
  -o-animation-name: XAbKnP4b;
  animation-name: XAbKnP4b;
}
@-webkit-keyframes TtPe2UtC {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes TtPe2UtC {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes TtPe2UtC {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes TtPe2UtC {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.TtPe2UtC {
  -webkit-animation-name: TtPe2UtC;
  -moz-animation-name: TtPe2UtC;
  -o-animation-name: TtPe2UtC;
  animation-name: TtPe2UtC;
}
@-webkit-keyframes pU8WAxDO {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes pU8WAxDO {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes pU8WAxDO {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes pU8WAxDO {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pU8WAxDO {
  -webkit-animation-name: pU8WAxDO;
  -moz-animation-name: pU8WAxDO;
  -o-animation-name: pU8WAxDO;
  animation-name: pU8WAxDO;
}
@-webkit-keyframes OAtUGCF8 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes OAtUGCF8 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes OAtUGCF8 {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes OAtUGCF8 {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.OAtUGCF8 {
  -webkit-animation-name: OAtUGCF8;
  -moz-animation-name: OAtUGCF8;
  -o-animation-name: OAtUGCF8;
  animation-name: OAtUGCF8;
}
@-webkit-keyframes eEaq_ybf {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes eEaq_ybf {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes eEaq_ybf {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes eEaq_ybf {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.eEaq_ybf {
  -webkit-animation-name: eEaq_ybf;
  -moz-animation-name: eEaq_ybf;
  -o-animation-name: eEaq_ybf;
  animation-name: eEaq_ybf;
}
@-webkit-keyframes qvbK8t52 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes qvbK8t52 {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes qvbK8t52 {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes qvbK8t52 {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.qvbK8t52 {
  -webkit-animation-name: qvbK8t52;
  -moz-animation-name: qvbK8t52;
  -o-animation-name: qvbK8t52;
  animation-name: qvbK8t52;
}
@-webkit-keyframes _dxukkpg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes _dxukkpg {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes _dxukkpg {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes _dxukkpg {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._dxukkpg {
  -webkit-animation-name: _dxukkpg;
  -moz-animation-name: _dxukkpg;
  -o-animation-name: _dxukkpg;
  animation-name: _dxukkpg;
}
@-webkit-keyframes kBYf6949 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes kBYf6949 {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes kBYf6949 {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes kBYf6949 {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kBYf6949 {
  -webkit-animation-name: kBYf6949;
  -moz-animation-name: kBYf6949;
  -o-animation-name: kBYf6949;
  animation-name: kBYf6949;
}
@-webkit-keyframes GH6iZHrW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes GH6iZHrW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes GH6iZHrW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes GH6iZHrW {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.GH6iZHrW {
  -webkit-animation-name: GH6iZHrW;
  -moz-animation-name: GH6iZHrW;
  -o-animation-name: GH6iZHrW;
  animation-name: GH6iZHrW;
}
@-webkit-keyframes kIniXjVL {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes kIniXjVL {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes kIniXjVL {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes kIniXjVL {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.kIniXjVL {
  -webkit-animation-name: kIniXjVL;
  -moz-animation-name: kIniXjVL;
  -o-animation-name: kIniXjVL;
  animation-name: kIniXjVL;
}
@-webkit-keyframes oGv4ONFI {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes oGv4ONFI {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes oGv4ONFI {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes oGv4ONFI {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.oGv4ONFI {
  -webkit-animation-name: oGv4ONFI;
  -moz-animation-name: oGv4ONFI;
  -o-animation-name: oGv4ONFI;
  animation-name: oGv4ONFI;
}
@-webkit-keyframes z0bgre6n {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes z0bgre6n {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes z0bgre6n {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes z0bgre6n {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.z0bgre6n {
  -webkit-animation-name: z0bgre6n;
  -moz-animation-name: z0bgre6n;
  -o-animation-name: z0bgre6n;
  animation-name: z0bgre6n;
}
@-webkit-keyframes __reMoPm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes __reMoPm {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes __reMoPm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes __reMoPm {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.__reMoPm {
  -webkit-animation-name: __reMoPm;
  -moz-animation-name: __reMoPm;
  -o-animation-name: __reMoPm;
  animation-name: __reMoPm;
}
@-webkit-keyframes _zmfPx7x {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes _zmfPx7x {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes _zmfPx7x {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes _zmfPx7x {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
._zmfPx7x {
  -webkit-animation-name: _zmfPx7x;
  -moz-animation-name: _zmfPx7x;
  -o-animation-name: _zmfPx7x;
  animation-name: _zmfPx7x;
}
@-webkit-keyframes YZVPJyqt {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes YZVPJyqt {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes YZVPJyqt {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes YZVPJyqt {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.YZVPJyqt {
  -webkit-animation-name: YZVPJyqt;
  -moz-animation-name: YZVPJyqt;
  -o-animation-name: YZVPJyqt;
  animation-name: YZVPJyqt;
}
@-webkit-keyframes R1DieCcH {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes R1DieCcH {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes R1DieCcH {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes R1DieCcH {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.R1DieCcH {
  -webkit-animation-name: R1DieCcH;
  -moz-animation-name: R1DieCcH;
  -o-animation-name: R1DieCcH;
  animation-name: R1DieCcH;
}
@-webkit-keyframes P0jh5aO_ {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes P0jh5aO_ {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes P0jh5aO_ {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes P0jh5aO_ {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.P0jh5aO_ {
  -webkit-animation-name: P0jh5aO_;
  -moz-animation-name: P0jh5aO_;
  -o-animation-name: P0jh5aO_;
  animation-name: P0jh5aO_;
}
@-webkit-keyframes KI5W2qM5 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes KI5W2qM5 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes KI5W2qM5 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes KI5W2qM5 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.KI5W2qM5 {
  -webkit-animation-name: KI5W2qM5;
  -moz-animation-name: KI5W2qM5;
  -o-animation-name: KI5W2qM5;
  animation-name: KI5W2qM5;
}
@-webkit-keyframes fj7_UniB {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes fj7_UniB {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes fj7_UniB {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes fj7_UniB {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.fj7_UniB {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: fj7_UniB;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: fj7_UniB;
  -o-backface-visibility: visible !important;
  -o-animation-name: fj7_UniB;
  backface-visibility: visible !important;
  animation-name: fj7_UniB;
}
@-webkit-keyframes m1mYHG4t {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes m1mYHG4t {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes m1mYHG4t {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes m1mYHG4t {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.m1mYHG4t {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: m1mYHG4t;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: m1mYHG4t;
  -o-backface-visibility: visible !important;
  -o-animation-name: m1mYHG4t;
  backface-visibility: visible !important;
  animation-name: m1mYHG4t;
}
@-webkit-keyframes SUExTA2A {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes SUExTA2A {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes SUExTA2A {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes SUExTA2A {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.SUExTA2A {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: SUExTA2A;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: SUExTA2A;
  -o-backface-visibility: visible !important;
  -o-animation-name: SUExTA2A;
  backface-visibility: visible !important;
  animation-name: SUExTA2A;
}
@-webkit-keyframes faVSCxnD {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes faVSCxnD {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes faVSCxnD {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes faVSCxnD {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.faVSCxnD {
  -webkit-animation-name: faVSCxnD;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: faVSCxnD;
  -moz-backface-visibility: visible !important;
  -o-animation-name: faVSCxnD;
  -o-backface-visibility: visible !important;
  animation-name: faVSCxnD;
  backface-visibility: visible !important;
}
@-webkit-keyframes PV6UWjXm {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes PV6UWjXm {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes PV6UWjXm {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes PV6UWjXm {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.PV6UWjXm {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: PV6UWjXm;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: PV6UWjXm;
  -o-backface-visibility: visible !important;
  -o-animation-name: PV6UWjXm;
  backface-visibility: visible !important;
  animation-name: PV6UWjXm;
}
@-webkit-keyframes Vl16wUvK {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes Vl16wUvK {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes Vl16wUvK {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes Vl16wUvK {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.Vl16wUvK {
  -webkit-animation-name: Vl16wUvK;
  -moz-animation-name: Vl16wUvK;
  -o-animation-name: Vl16wUvK;
  animation-name: Vl16wUvK;
}
@-webkit-keyframes cdWY7aPT {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes cdWY7aPT {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes cdWY7aPT {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes cdWY7aPT {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.cdWY7aPT {
  -webkit-animation-name: cdWY7aPT;
  -moz-animation-name: cdWY7aPT;
  -o-animation-name: cdWY7aPT;
  animation-name: cdWY7aPT;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes UZr1MEcm {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes UZr1MEcm {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes UZr1MEcm {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes UZr1MEcm {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.UZr1MEcm {
  -webkit-animation-name: UZr1MEcm;
  -moz-animation-name: UZr1MEcm;
  -o-animation-name: UZr1MEcm;
  animation-name: UZr1MEcm;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes sLYGRRFy {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes sLYGRRFy {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes sLYGRRFy {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes sLYGRRFy {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sLYGRRFy {
  -webkit-animation-name: sLYGRRFy;
  -moz-animation-name: sLYGRRFy;
  -o-animation-name: sLYGRRFy;
  animation-name: sLYGRRFy;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes Nx66Eo3j {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes Nx66Eo3j {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes Nx66Eo3j {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes Nx66Eo3j {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.Nx66Eo3j {
  -webkit-animation-name: Nx66Eo3j;
  -moz-animation-name: Nx66Eo3j;
  -o-animation-name: Nx66Eo3j;
  animation-name: Nx66Eo3j;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes ox0VocGX {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes ox0VocGX {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes ox0VocGX {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes ox0VocGX {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.ox0VocGX {
  -webkit-animation-name: ox0VocGX;
  -moz-animation-name: ox0VocGX;
  -o-animation-name: ox0VocGX;
  animation-name: ox0VocGX;
}
@-webkit-keyframes PcFCy5ha {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes PcFCy5ha {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes PcFCy5ha {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes PcFCy5ha {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.PcFCy5ha {
  -webkit-animation-name: PcFCy5ha;
  -moz-animation-name: PcFCy5ha;
  -o-animation-name: PcFCy5ha;
  animation-name: PcFCy5ha;
}
@-webkit-keyframes ZRevXoSj {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes ZRevXoSj {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes ZRevXoSj {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes ZRevXoSj {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.ZRevXoSj {
  -webkit-animation-name: ZRevXoSj;
  -moz-animation-name: ZRevXoSj;
  -o-animation-name: ZRevXoSj;
  animation-name: ZRevXoSj;
}
@-webkit-keyframes fRHNDFwx {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes fRHNDFwx {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes fRHNDFwx {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes fRHNDFwx {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.fRHNDFwx {
  -webkit-animation-name: fRHNDFwx;
  -moz-animation-name: fRHNDFwx;
  -o-animation-name: fRHNDFwx;
  animation-name: fRHNDFwx;
}
@-webkit-keyframes NxzkXY2z {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes NxzkXY2z {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes NxzkXY2z {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes NxzkXY2z {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.NxzkXY2z {
  -webkit-animation-name: NxzkXY2z;
  -moz-animation-name: NxzkXY2z;
  -o-animation-name: NxzkXY2z;
  animation-name: NxzkXY2z;
}
@-webkit-keyframes PgSLAHSR {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes PgSLAHSR {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes PgSLAHSR {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes PgSLAHSR {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.PgSLAHSR {
  -webkit-animation-name: PgSLAHSR;
  -moz-animation-name: PgSLAHSR;
  -o-animation-name: PgSLAHSR;
  animation-name: PgSLAHSR;
}
@-webkit-keyframes GLJo92uc {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes GLJo92uc {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes GLJo92uc {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes GLJo92uc {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.GLJo92uc {
  -webkit-animation-name: GLJo92uc;
  -moz-animation-name: GLJo92uc;
  -o-animation-name: GLJo92uc;
  animation-name: GLJo92uc;
}
@-webkit-keyframes XnBJiDYJ {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes XnBJiDYJ {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes XnBJiDYJ {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes XnBJiDYJ {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.XnBJiDYJ {
  -webkit-animation-name: XnBJiDYJ;
  -moz-animation-name: XnBJiDYJ;
  -o-animation-name: XnBJiDYJ;
  animation-name: XnBJiDYJ;
}
@-webkit-keyframes FjQue9hX {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes FjQue9hX {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes FjQue9hX {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes FjQue9hX {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.FjQue9hX {
  -webkit-animation-name: FjQue9hX;
  -moz-animation-name: FjQue9hX;
  -o-animation-name: FjQue9hX;
  animation-name: FjQue9hX;
}
@-webkit-keyframes atcETBXi {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes atcETBXi {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes atcETBXi {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes atcETBXi {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.atcETBXi {
  -webkit-animation-name: atcETBXi;
  -moz-animation-name: atcETBXi;
  -o-animation-name: atcETBXi;
  animation-name: atcETBXi;
}
@-webkit-keyframes RMrg39DA {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes RMrg39DA {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes RMrg39DA {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes RMrg39DA {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.RMrg39DA {
  -webkit-animation-name: RMrg39DA;
  -moz-animation-name: RMrg39DA;
  -o-animation-name: RMrg39DA;
  animation-name: RMrg39DA;
}
@-webkit-keyframes MwWNoYlM {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes MwWNoYlM {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes MwWNoYlM {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes MwWNoYlM {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.MwWNoYlM {
  -webkit-animation-name: MwWNoYlM;
  -moz-animation-name: MwWNoYlM;
  -o-animation-name: MwWNoYlM;
  animation-name: MwWNoYlM;
}
@-webkit-keyframes WjH6rpjU {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes WjH6rpjU {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes WjH6rpjU {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes WjH6rpjU {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.WjH6rpjU {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: WjH6rpjU;
  -moz-animation-name: WjH6rpjU;
  -o-animation-name: WjH6rpjU;
  animation-name: WjH6rpjU;
}
@-webkit-keyframes FHmmIBnc {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes FHmmIBnc {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes FHmmIBnc {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes FHmmIBnc {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.FHmmIBnc {
  -webkit-animation-name: FHmmIBnc;
  -moz-animation-name: FHmmIBnc;
  -o-animation-name: FHmmIBnc;
  animation-name: FHmmIBnc;
}
@-webkit-keyframes x_Sj3Nqu {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes x_Sj3Nqu {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes x_Sj3Nqu {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes x_Sj3Nqu {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.x_Sj3Nqu {
  -webkit-animation-name: x_Sj3Nqu;
  -moz-animation-name: x_Sj3Nqu;
  -o-animation-name: x_Sj3Nqu;
  animation-name: x_Sj3Nqu;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes TTAR77VU {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes TTAR77VU {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes TTAR77VU {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes TTAR77VU {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.TTAR77VU {
  -webkit-animation-name: TTAR77VU;
  -moz-animation-name: TTAR77VU;
  -o-animation-name: TTAR77VU;
  animation-name: TTAR77VU;
}
.DGj4RyW2 {
  margin-top: 16px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.DGj4RyW2 .AsqJBYvS {
  background: var(--white);
  border: 1px solid var(--botticelli-blue);
  height: 32px;
  padding: 5px 5px 5px 11px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 55px;
}
.DGj4RyW2 .ant-checkbox-inner {
  border-color: #8db1bf;
}
.DGj4RyW2 .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.DGj4RyW2 .lu5F9F4L {
  width: 100%;
  display: flex;
  justify-content: center;
}
.DGj4RyW2 .lu5F9F4L .Ziwi5S0y {
  margin-bottom: 0px;
  margin-left: 5px;
}
.DGj4RyW2 .lu5F9F4L .Ziwi5S0y .ZdQmeZnF {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
}
.DGj4RyW2 .BaSraFgq {
  width: 100%;
}
.DGj4RyW2 .bo9RKNdv {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 120px;
  max-width: 860px;
  padding-top: 24px;
}
.DGj4RyW2 .bo9RKNdv .D1nAgo8_ {
  height: 100%;
  max-width: 100%;
  padding: 0;
}
.DGj4RyW2 .YzFtjAh_ {
  margin-bottom: 0;
}
.DGj4RyW2 .YzFtjAh_ .ZdQmeZnF {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.DGj4RyW2 ._6g_yYN5 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.DGj4RyW2 ._6g_yYN5 .QUF4R49F {
  width: 100%;
  padding: 33px 0px 0px 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: var(--white) !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
}
.DGj4RyW2 ._6g_yYN5 .QUF4R49F .aIJYVfh0 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  border-radius: 3px;
}
.DGj4RyW2 .kHiVOh0v {
  padding-left: 4px;
  margin-top: -8px;
  font-size: 10px;
  color: var(--congo-pink);
}
.DGj4RyW2 .oyvd5wKz {
  display: flex;
  flex-direction: column;
}
.DGj4RyW2 .oyvd5wKz .ZdQmeZnF {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.DGj4RyW2 .oyvd5wKz .sZJcN4Ju {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
}
.DGj4RyW2 .oyvd5wKz .sZJcN4Ju .Uq7SXUni {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: FHmmIBnc;
  -moz-animation-name: FHmmIBnc;
  -o-animation-name: FHmmIBnc;
  animation-name: FHmmIBnc;
}
.DGj4RyW2 .oyvd5wKz .sZJcN4Ju .tEfB7oZP {
  background: var(--font-color-eastern-blue);
  border-radius: 0px 6px 6px 0px;
  font-weight: 500;
  font-size: 13px;
}
.DGj4RyW2 .oyvd5wKz .sZJcN4Ju .ie23xEDl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid var(--botticelli-blue);
  padding: 0px 7px 0px 7px;
  text-transform: none;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 600;
  line-height: 9px;
}
.DGj4RyW2 .oyvd5wKz .sZJcN4Ju .ie23xEDl .nu1SN717 {
  display: block;
  height: 100%;
  padding-top: 10px;
  line-height: 9px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.DGj4RyW2 .UJ54WEzo {
  margin: 0 21px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 51px);
}
.DGj4RyW2 .L2ZHPgCt {
  margin-right: 31px;
}
.DGj4RyW2 .lMgedmBd {
  background-color: var(--font-color-eastern-blue);
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.DGj4RyW2 .PuEEXvdo {
  background-color: var(--primary-color);
  padding: 12px 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 668px;
}
@media (max-width: 575px) {
  .DGj4RyW2 .PuEEXvdo {
    height: auto;
    padding: 5px 10px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }
}
.DGj4RyW2 .PuEEXvdo .LuxPj13V {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .DGj4RyW2 .PuEEXvdo .LuxPj13V {
    margin-right: 0;
  }
}
.DGj4RyW2 .PuEEXvdo .LuxPj13V .R73H0mOL {
  text-transform: uppercase;
  border-color: var(--white);
  background-color: rgba(255, 77, 80, 0.8);
}
.DGj4RyW2 .PuEEXvdo .LuxPj13V .R73H0mOL:hover {
  background-color: rgba(255, 120, 117, 0.8);
}
.DGj4RyW2 .PuEEXvdo .LuxPj13V .R73H0mOL:active {
  background-color: rgba(217, 54, 62, 0.8);
}
.DGj4RyW2 .PuEEXvdo .u4kNQkIV {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.DGj4RyW2 .PuEEXvdo .u4kNQkIV .K4CNNbnG {
  height: 50px;
  width: 100%;
  max-width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DGj4RyW2 .PuEEXvdo .u4kNQkIV .K4CNNbnG .hTKre_RC {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}
.DGj4RyW2 .PuEEXvdo .u4kNQkIV .aj2nVorw {
  font-size: 12px;
  border: 1px solid white;
}
.DGj4RyW2 .PuEEXvdo .xKuU7ylq {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .DGj4RyW2 .PuEEXvdo .xKuU7ylq {
    height: auto;
  }
}
.DGj4RyW2 .PuEEXvdo .xKuU7ylq .Wp_SN_uP {
  font-size: 14px;
  color: var(--white);
}
.DGj4RyW2 .PuEEXvdo .xKuU7ylq .yRh708J8 {
  padding: 0 12px;
  min-width: 200px;
}
@media (max-width: 575px) {
  .DGj4RyW2 .PuEEXvdo .xKuU7ylq .yRh708J8 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .DGj4RyW2 .PuEEXvdo .xKuU7ylq .yRh708J8 {
    max-width: unset;
  }
}
.x6Hk0TBU {
  width: 100%;
}
.x6Hk0TBU .Zokppe4R {
  position: relative;
  margin-bottom: 30px;
}
.x6Hk0TBU .Zokppe4R .Dhwn80zc {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
.x6Hk0TBU .Zokppe4R .Dhwn80zc .kGEFRu_2 {
  width: 100%;
  font-size: 12px;
  color: var(--primary-color);
}
.x6Hk0TBU .Zokppe4R .Dhwn80zc .UJ54WEzo {
  font-size: 12px;
  color: var(--primary-color);
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.jciVNgox .ant-table-fixed-header {
  background-color: transparent;
}
.jciVNgox .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.jciVNgox Table {
  border-spacing: 0 8px;
  background-color: var(--table-edit-mode);
  max-width: 100%;
  width: 100%;
}
.jciVNgox Table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.jciVNgox Table .ant-table-thead > tr > th {
  border-bottom: unset;
  background: var(--white);
  color: var(--nepal-blue);
}
.jciVNgox Table thead tr:first-child th:first-child {
  overflow: visible;
  z-index: 2;
}
.jciVNgox Table thead .ant-table-selection-column .ant-table-selection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 11px;
}
.jciVNgox Table thead .ant-table-selection-column .ant-table-selection-extra {
  margin-left: 4px;
  position: relative;
}
.jciVNgox Table thead .ant-table-selection-column .ant-table-selection-extra svg {
  fill: var(--primary-color);
}
.jciVNgox Table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.jciVNgox Table thead tr:last-child th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.jciVNgox Table .ant-table-tbody,
.jciVNgox Table .ant-table-tbody {
  overflow-y: unset !important;
}
.jciVNgox Table .ant-table-tbody .ant-table-cell,
.jciVNgox Table .ant-table-tbody .ant-table-cell {
  padding: 0;
}
.jciVNgox Table .ant-table-tbody .ant-table-cell:first-child,
.jciVNgox Table .ant-table-tbody .ant-table-cell:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.jciVNgox Table .ant-table-tbody .ant-table-cell:last-child,
.jciVNgox Table .ant-table-tbody .ant-table-cell:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.jciVNgox Table .ant-table-tbody .q61IvYrq,
.jciVNgox Table .ant-table-tbody .q61IvYrq {
  cursor: pointer;
  background-color: var(--white);
}
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .cSWd4dPx,
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .cSWd4dPx,
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .DuqdZeHb,
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .DuqdZeHb,
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .JhYA88Jw,
.jciVNgox Table .ant-table-tbody .e8dTdGiO:hover > .JhYA88Jw {
  background-color: unset;
}
.jciVNgox Table .ant-table-tbody .ZMXsbwvG,
.jciVNgox Table .ant-table-tbody .ZMXsbwvG {
  cursor: pointer;
  background-color: var(--white);
}
.jciVNgox Table .ant-table-tbody ._hJbDeLa,
.jciVNgox Table .ant-table-tbody ._hJbDeLa {
  cursor: pointer;
  background-color: var(--white);
  background-color: var(--lightest-grey) !important;
}
.gpTibV74 {
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
}
.vNLTVAkn .ant-popover-arrow {
  left: 60px !important;
}
.gmL5SiRR {
  position: relative;
  margin-top: 0;
}
.gmL5SiRR .ant-table-fixed-header {
  background-color: transparent;
}
.gmL5SiRR .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.gmL5SiRR Table {
  border-spacing: 0 8px;
  background-color: var(--table-edit-mode);
  max-width: 100%;
  width: 100%;
}
.gmL5SiRR Table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.gmL5SiRR Table .ant-table-thead > tr > th {
  border-bottom: unset;
  background: var(--white);
  color: var(--nepal-blue);
}
.gmL5SiRR Table thead tr:first-child th:first-child {
  overflow: visible;
  z-index: 2;
}
.gmL5SiRR Table thead .ant-table-selection-column .ant-table-selection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 11px;
}
.gmL5SiRR Table thead .ant-table-selection-column .ant-table-selection-extra {
  margin-left: 4px;
  position: relative;
}
.gmL5SiRR Table thead .ant-table-selection-column .ant-table-selection-extra svg {
  fill: var(--primary-color);
}
.gmL5SiRR Table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.gmL5SiRR Table thead tr:last-child th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gmL5SiRR Table .ant-table-tbody,
.gmL5SiRR Table .ant-table-tbody {
  overflow-y: unset !important;
}
.gmL5SiRR Table .ant-table-tbody .ant-table-cell,
.gmL5SiRR Table .ant-table-tbody .ant-table-cell {
  padding: 0;
}
.gmL5SiRR Table .ant-table-tbody .ant-table-cell:first-child,
.gmL5SiRR Table .ant-table-tbody .ant-table-cell:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.gmL5SiRR Table .ant-table-tbody .ant-table-cell:last-child,
.gmL5SiRR Table .ant-table-tbody .ant-table-cell:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gmL5SiRR Table .ant-table-tbody .q61IvYrq,
.gmL5SiRR Table .ant-table-tbody .q61IvYrq {
  cursor: pointer;
  background-color: var(--white);
}
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .cSWd4dPx,
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .cSWd4dPx,
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .DuqdZeHb,
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .DuqdZeHb,
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .JhYA88Jw,
.gmL5SiRR Table .ant-table-tbody .e8dTdGiO:hover > .JhYA88Jw {
  background-color: unset;
}
.gmL5SiRR Table .ant-table-tbody .ZMXsbwvG,
.gmL5SiRR Table .ant-table-tbody .ZMXsbwvG {
  cursor: pointer;
  background-color: var(--white);
}
.gmL5SiRR Table .ant-table-tbody ._hJbDeLa,
.gmL5SiRR Table .ant-table-tbody ._hJbDeLa {
  cursor: pointer;
  background-color: var(--white);
  background-color: var(--lightest-grey) !important;
}
.gmL5SiRR .ant-table-pagination {
  display: flex;
  align-items: center;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-total-text {
  background: var(--white);
  border-radius: 67px;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 0px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gothic-blue);
}
.gmL5SiRR .ant-table-pagination .ge7wWd8c {
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  background-color: red;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  position: relative;
}
.gmL5SiRR .ant-table-pagination .ge7wWd8c svg {
  color: black;
}
.gmL5SiRR .ant-table-pagination .KaM10ypE {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.gmL5SiRR .ant-table-pagination .ZOXx97Hr {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 28px;
  height: 28px;
  padding-left: 4px;
  padding-top: 3px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
  border-radius: 50%;
  z-index: 6;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-prev {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-next {
  margin: 0 5px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  background-image: url("/icons/icon_triangle_circle.svg");
  background-size: 120%;
  background-position: center;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-next > button {
  cursor: pointer;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-item {
  margin: 3px;
  vertical-align: baseline;
  height: 28px;
  border: none;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-item a {
  background-color: var(--white);
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  color: var(--primary-color);
  font-weight: 600;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-item-active {
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
.gmL5SiRR .ant-table-pagination .ant-pagination-item-active a {
  background-color: transparent;
  color: var(--white);
  background-color: var(--primary-color);
}
.gmL5SiRR .ant-table-column-has-sorters {
  background: var(--white);
}
.gmL5SiRR .ant-table-column-has-sorters:hover {
  background: var(--white) !important;
}
.gmL5SiRR .CHHIkyoX {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 6px 0;
  height: 50px;
  width: 100%;
}
.gmL5SiRR .WwiznW8V {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  color: var(--pumpkin);
}
.gmL5SiRR .zSAlq8bs {
  background: var(--white);
}
.gmL5SiRR .f56OlcoN {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
}
.gmL5SiRR .f56OlcoN .E9aAW2gn {
  height: 22px;
  width: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin-right: 4px;
  border-radius: 31px;
}
.gmL5SiRR .ant-table-fixed-header {
  background-color: transparent;
}
.gmL5SiRR .ant-table-thead {
  border-radius: 5px;
}
.gmL5SiRR .ant-table-thead .t962xvFx {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.gmL5SiRR .ant-table-thead .k_Aj0mwo {
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}
.gmL5SiRR .ant-table-thead .TCijKZ3a {
  text-align: center;
  margin-left: -30px;
}
.gmL5SiRR .ant-table-thead .A0YSlwSn {
  color: var(--nepal-blue);
}
.gmL5SiRR .yQHTrFPq {
  display: flex;
  align-items: center;
  padding: 7px;
  width: 138px;
}
.gmL5SiRR .yQHTrFPq .eSY4qcHW {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gmL5SiRR .yQHTrFPq .DmMwYCve {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.gmL5SiRR .yQHTrFPq .DmMwYCve .V32D0qgA {
  margin-bottom: 0;
}
.gmL5SiRR .x_oz52MD {
  font-size: 12px;
  color: var(--primary-color);
}
.gmL5SiRR .Psn9kcBi {
  background-color: var(--table-edit-mode);
  border-radius: 4px;
}
.gmL5SiRR .Psn9kcBi .anticon {
  margin: 1px 5px 1px 5px;
}
.gmL5SiRR .Psn9kcBi .anticon-check-circle {
  margin-top: 5px;
}
.gmL5SiRR .Psn9kcBi .anticon-close-circle {
  margin-bottom: 5px;
}
.gmL5SiRR .yzFobmfX {
  font-size: 12px;
  font-weight: 400;
  color: var(--table-grey);
}
.gmL5SiRR .MFfUj2iy {
  font-size: 12px;
  font-weight: 400;
  color: var(--table-grey);
  font-size: 14px;
}
.gmL5SiRR .IK8vx1vJ {
  font-size: 12px;
  font-weight: 400;
  font-size: 14px;
  color: var(--table-grey);
  text-decoration: line-through;
}
.gmL5SiRR .Vea2XAuB {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--gothic-blue);
}
.gmL5SiRR .V32D0qgA {
  font-size: 11px;
  color: var(--primary-color);
  padding: 0px;
}
.gmL5SiRR .V32D0qgA .sT3ePjPS {
  font-weight: 600;
  color: var(--table-grey);
}
.gmL5SiRR .V32D0qgA .ant-form-item-control-input {
  min-height: 21px;
}
.gmL5SiRR .V32D0qgA .ant-input {
  background-color: var(--white);
  width: 90px;
  padding: 4px 6px 4px 6px;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: var(--table-grey);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
.gmL5SiRR .V32D0qgA .ant-input::placeholder {
  color: var(--primary-color);
}
.gmL5SiRR .V32D0qgA .ant-input:focus {
  color: var(--primary-color);
  background-color: var(--white);
}
.gmL5SiRR .V32D0qgA .ant-picker {
  background-color: rgba(255, 255, 255, 0);
  width: 95px;
  border: 0px;
  padding: 0px 1px 0px 0px;
}
.gmL5SiRR .V32D0qgA .ant-picker:focus {
  color: var(--primary-color);
  border: 0px;
}
.gmL5SiRR .V32D0qgA .ant-picker-focused {
  -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  border: 1px solid var(--primary-color);
}
.gmL5SiRR .V32D0qgA .ant-picker-focused:focus {
  color: var(--primary-color);
  border: 0px;
}
.gmL5SiRR .V32D0qgA .ant-picker-input > input {
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  text-align: right;
  color: var(--table-grey);
}
.gmL5SiRR .V32D0qgA .ant-picker-input > input::placeholder {
  color: var(--primary-color);
}
.gmL5SiRR .V32D0qgA .ant-picker-input .ant-picker-suffix {
  padding: 0px 2px 0px 6px;
  margin: 0px 10px 0px 0px;
}
.gmL5SiRR .V32D0qgA .ant-picker-input .ant-picker-clear {
  margin: 0px 10px 0px 0px;
}
.gmL5SiRR .V32D0qgA .ant-picker-input .etgugKFP {
  height: 12px;
  width: 12px;
  background-image: url("/icons/icon_calendar.svg");
  background-size: cover;
}
.gmL5SiRR .fmM8Mr4A {
  width: 21px;
  height: 21px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.gmL5SiRR .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.gmL5SiRR .cfS22jhM {
  width: 21px;
  height: 21px;
  font-size: 21px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.gmL5SiRR .cfS22jhM:hover {
  color: var(--primary-color-highlighted);
  transition: color 0.2s ease-in-out;
}
.gmL5SiRR .Dkw8fkYk {
  width: 21px;
  height: 21px;
  font-size: 21px;
  background-color: var(--table-edit-mode);
  color: var(--table-button-cancel);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.gmL5SiRR .Dkw8fkYk:hover {
  color: var(--table-button-cancel-highlighted);
  transition: color 0.2s ease-in-out;
}
.gmL5SiRR .EWQOgB9L {
  background-color: var(--white);
}
.gmL5SiRR .EWQOgB9L .ant-table-cell {
  height: 84px;
}
.gmL5SiRR .aw7Rf6Co {
  position: absolute;
  top: 20px;
  right: -165px;
}
.gmL5SiRR .cSWd4dPx {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
}
.gmL5SiRR .Az3AuKXI {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  background-color: var(--white);
  padding-left: 8px !important;
}
.gmL5SiRR .Az3AuKXI:hover {
  background-color: var(--white);
}
.gmL5SiRR .rWMZOxpe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gmL5SiRR .RiMywWL0 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.gmL5SiRR .nB6IL1e9 {
  height: 100%;
  padding: 8px 18px !important;
  overflow: hidden;
}
.gmL5SiRR td.JhYA88Jw {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 5px 5px 5px 20px !important;
}
.gmL5SiRR td.oavHli8c {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 10px !important;
}
.gmL5SiRR td.RQS8nxQ1 {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding: 5px !important;
}
.gmL5SiRR th.JhYA88Jw {
  padding: 16px 16px 16px 20px;
}
.gmL5SiRR th.oavHli8c {
  padding: 0px !important;
}
.gmL5SiRR .OvAqIbNx {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  padding: 8px 6px 8px 16px !important;
}
.gmL5SiRR .frt4280M {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 8px;
}
.gmL5SiRR .amMqq30t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 8px;
  padding: 0;
}
.gmL5SiRR .rTntLgdN {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gmL5SiRR .xS_1a9oF {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 6px 8px 16px;
}
.gmL5SiRR .tvTe7AUp {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  text-align: center;
}
.gmL5SiRR .OQZsI7Lb {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
  padding: 4px 16px;
}
.gmL5SiRR .q61IvYrq {
  cursor: pointer;
}
.gmL5SiRR .pWeqf8Hv td:first-of-type {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.gmL5SiRR .cTUnXRYf td:first-of-type {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.gmL5SiRR .cTUnXRYf td:first-of-type {
  border-color: var(--eggplant);
}
.gmL5SiRR .e8dTdGiO:hover > .cSWd4dPx,
.gmL5SiRR .e8dTdGiO:hover > .DuqdZeHb,
.gmL5SiRR .e8dTdGiO:hover > .JhYA88Jw {
  background-color: unset;
}
.gmL5SiRR .ZMXsbwvG {
  background-color: var(--white);
}
.gmL5SiRR ._hJbDeLa {
  background-color: var(--lightest-grey) !important;
}
.gmL5SiRR .bPxH68KD {
  padding: 2px 16px;
}
.gmL5SiRR .twzLBjEm {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gmL5SiRR .DuqdZeHb {
  height: 100%;
  padding: 8px 6px;
  overflow: hidden;
}
.gmL5SiRR .DuqdZeHb .Ay9OoHop {
  display: flex;
  justify-content: center;
}
.gmL5SiRR .DuqdZeHb .t962xvFx {
  text-align: center;
}
.gmL5SiRR .bD_5TQEa {
  padding-right: 8px;
}
.gmL5SiRR .zzIKtlGX {
  text-transform: capitalize;
}
.gmL5SiRR .TDFqVypD {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gmL5SiRR .TDFqVypD .t962xvFx {
  margin-left: 4px;
}
.gmL5SiRR .t962xvFx {
  color: var(--nepal-blue);
}
.gmL5SiRR .t962xvFx .OP1nIQdC {
  cursor: pointer;
  margin-left: 4px;
}
.gmL5SiRR .xubUl948 {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gmL5SiRR .UkpeVX18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gmL5SiRR .t8Xpsdq1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  text-align: center;
  align-items: center;
  cursor: default;
}
.gmL5SiRR .prw5_FuO {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  text-align: center;
  align-items: center;
  cursor: default;
}
.gmL5SiRR .prw5_FuO span {
  padding-left: 14px;
}
.gmL5SiRR .NYrP2a6T {
  width: 100%;
  height: 100%;
}
.gmL5SiRR .NYrP2a6T .kvLkcZNH {
  font-size: 10px;
}
.gmL5SiRR .ev0tEOFY {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gmL5SiRR .MNoILKBd {
  font-size: 14px;
  text-transform: capitalize;
}
.gmL5SiRR .sT3ePjPS {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.gmL5SiRR .yIJh_KEA {
  font-family: "Poppins", "Barlow", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-blue);
}
.gmL5SiRR .amvrfFwK {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--darker-blue);
}
.gmL5SiRR .Txw3SIB7 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
}
.gmL5SiRR .CWFn47Rg {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 500;
}
.gmL5SiRR .D5oe16a8 {
  font-style: italic;
}
.gmL5SiRR .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--darkest-blue);
}
.gmL5SiRR .TW5mZLzs {
  font-weight: 400;
  font-size: 12px;
  color: var(--primary-color);
}
.gmL5SiRR .GwWX57zU {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.gmL5SiRR .TvwLXW0w {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--table-grey);
}
.gmL5SiRR .YAtEICEn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  color: var(--table-grey);
  font-size: 14px;
}
.gmL5SiRR .XRim4WJK {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  color: var(--table-grey);
  font-size: 14px;
}
.gmL5SiRR .pXv1hJVB {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
  color: var(--table-grey);
}
.gmL5SiRR .fPOtgSbU {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b4b7ba;
}
.gmL5SiRR .Av2Z6pMg {
  font-size: 10px;
  color: var(--slate-grey-a65);
}
.gmL5SiRR .o8t3SAmz {
  font-size: 22px;
  cursor: pointer;
}
.gmL5SiRR .Tnvcr9NH {
  position: relative;
}
.gmL5SiRR .Qti_MgnN {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.gmL5SiRR .l63f8quo {
  font-size: 22px;
  cursor: pointer;
  margin-left: 8px;
  color: var(--primary-color);
  font-size: 14px;
}
.gmL5SiRR .l63f8quo:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.2s ease-in-out;
}
.gmL5SiRR .eeZaLcD4 input {
  font-size: 12px;
}
.gmL5SiRR ._fRtWHkF {
  width: 75px;
}
.gmL5SiRR .YF9Pr08X {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--table-badge-people);
  color: var(--darker-blue);
}
@media (max-width: 628px) {
  .OuSNJQX5 .ant-table-thead {
    display: none;
  }
}
.QlTrGBi4 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3px;
}
.QlTrGBi4 .DkqurRFW {
  width: 100%;
  margin-top: 5px;
  background-color: var(--white);
  border-radius: 5px;
}
.QlTrGBi4 .WwiznW8V {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  color: var(--pumpkin);
}
.QlTrGBi4 .f56OlcoN {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  justify-content: flex-start;
  align-items: center;
}
.QlTrGBi4 .f56OlcoN .E9aAW2gn {
  height: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin-right: 4px;
  border-radius: 31px;
}
.QlTrGBi4 .ant-pagination {
  width: 100%;
  margin-top: 10px;
  align-items: baseline;
}
.QlTrGBi4 .ant-pagination .ant-pagination-prev,
.QlTrGBi4 .ant-pagination .ant-pagination-next {
  margin: 0 5px;
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 50%;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
}
.QlTrGBi4 .ant-pagination .ant-pagination-prev div,
.QlTrGBi4 .ant-pagination .ant-pagination-next div {
  height: 28px;
}
.QlTrGBi4 .ant-pagination .ant-pagination-next > button {
  cursor: pointer;
}
.QlTrGBi4 .ant-pagination .ant-pagination-item {
  margin: 5px 2px;
  vertical-align: baseline;
  border-radius: 50px;
  background-color: transparent;
  border: none;
  padding: 0 2px;
}
.QlTrGBi4 .ant-pagination .ant-pagination-item div {
  box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 50px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  padding: 0 4px;
}
@media (max-width: 430px) {
  .QlTrGBi4 .ant-pagination .ant-pagination-item {
    margin: 5px 0px;
  }
  .QlTrGBi4 .ant-pagination .ant-pagination-item div {
    padding: 0 2px;
  }
}
.QlTrGBi4 .ant-pagination .ant-pagination-item-active {
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.QlTrGBi4 .ant-pagination .ant-pagination-item-active div {
  color: var(--white);
  height: 28px;
  background-color: var(--primary-color);
}
.QlTrGBi4 .q84MiQrb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 75px;
  background-color: rgba(240, 242, 245, 0.45);
  z-index: 6;
}
.QlTrGBi4 .q84MiQrb .aHvYSBfj {
  z-index: 7;
}
.QlTrGBi4 .CHHIkyoX {
  width: 100%;
  margin-top: 10px;
}
.QlTrGBi4 .CHHIkyoX .v9x9zMHa {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 42px;
}
.QlTrGBi4 .tQU8x9No {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
}
.QlTrGBi4 .tQU8x9No .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .tQU8x9No .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .tQU8x9No .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .tQU8x9No .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .tQU8x9No .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .tQU8x9No .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .tQU8x9No .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .tQU8x9No .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .tQU8x9No .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .tQU8x9No .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .tQU8x9No .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .tQU8x9No .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .tQU8x9No .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .tQU8x9No .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .tQU8x9No .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .tQU8x9No .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .tQU8x9No .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .tQU8x9No .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .tQU8x9No .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .tQU8x9No .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .tQU8x9No .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .tQU8x9No .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .tQU8x9No .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.QlTrGBi4 .xbO1Rri2 {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  min-height: 130px;
}
.QlTrGBi4 .xbO1Rri2 .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .xbO1Rri2 .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .xbO1Rri2 .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .xbO1Rri2 .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .xbO1Rri2 .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .xbO1Rri2 .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .xbO1Rri2 .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .xbO1Rri2 .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .xbO1Rri2 .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .xbO1Rri2 .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .xbO1Rri2 .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .xbO1Rri2 .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .xbO1Rri2 .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .xbO1Rri2 .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .xbO1Rri2 .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .xbO1Rri2 .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .xbO1Rri2 .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .xbO1Rri2 .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .xbO1Rri2 .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .xbO1Rri2 .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .xbO1Rri2 .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .xbO1Rri2 .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .xbO1Rri2 .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .QlTrGBi4 .xbO1Rri2 {
    min-height: 190px;
  }
}
.QlTrGBi4 .dJiZiPfT {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  padding: 12px;
  min-height: 120px;
}
.QlTrGBi4 .dJiZiPfT .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .dJiZiPfT .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .dJiZiPfT .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .dJiZiPfT .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .dJiZiPfT .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .dJiZiPfT .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .dJiZiPfT .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .dJiZiPfT .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .dJiZiPfT .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .dJiZiPfT .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .dJiZiPfT .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .dJiZiPfT .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .dJiZiPfT .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .dJiZiPfT .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .dJiZiPfT .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .dJiZiPfT .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .dJiZiPfT .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .dJiZiPfT .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .dJiZiPfT .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .dJiZiPfT .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .dJiZiPfT .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .dJiZiPfT .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .dJiZiPfT .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.QlTrGBi4 .dJiZiPfT .YE8tcKcM {
  display: flex;
  align-items: center;
}
.QlTrGBi4 .dJiZiPfT .YE8tcKcM .wNZY_e1K {
  display: flex;
  justify-content: center;
  align-items: center;
}
.QlTrGBi4 .dJiZiPfT .t9feXLjp {
  font-size: 11px;
}
.QlTrGBi4 .dJiZiPfT .oWbKGaf1 {
  line-height: 14px;
}
.QlTrGBi4 .dJiZiPfT .iLfppzd2 {
  padding-left: 20px;
}
@media (max-width: 435px) {
  .QlTrGBi4 .dJiZiPfT {
    min-height: 180px;
  }
}
.QlTrGBi4 .FR3HvQj2 {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  max-width: unset;
  padding: 8px 16px;
  min-height: 100px;
}
.QlTrGBi4 .FR3HvQj2 .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .FR3HvQj2 .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .FR3HvQj2 .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .FR3HvQj2 .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .FR3HvQj2 .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .FR3HvQj2 .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .FR3HvQj2 .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .FR3HvQj2 .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .FR3HvQj2 .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .FR3HvQj2 .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .FR3HvQj2 .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .FR3HvQj2 .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .FR3HvQj2 .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .FR3HvQj2 .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .FR3HvQj2 .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .FR3HvQj2 .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .FR3HvQj2 .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .FR3HvQj2 .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .FR3HvQj2 .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .FR3HvQj2 .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .FR3HvQj2 .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .FR3HvQj2 .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .FR3HvQj2 .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
.QlTrGBi4 .TdDZzodZ {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
}
.QlTrGBi4 .t8HfZSlM {
  border-width: 0;
  border-left: 6px solid;
  border-color: var(--pumpkin);
  border-color: var(--eggplant);
}
.QlTrGBi4 .k7xvfE8m {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  min-height: 140px;
  padding-right: 10px;
}
.QlTrGBi4 .k7xvfE8m .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .k7xvfE8m .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .k7xvfE8m .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .k7xvfE8m .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .k7xvfE8m .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .k7xvfE8m .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .k7xvfE8m .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .k7xvfE8m .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .k7xvfE8m .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .k7xvfE8m .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .k7xvfE8m .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .k7xvfE8m .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .k7xvfE8m .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .k7xvfE8m .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .k7xvfE8m .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .k7xvfE8m .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .k7xvfE8m .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .k7xvfE8m .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .k7xvfE8m .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .k7xvfE8m .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .k7xvfE8m .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .k7xvfE8m .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .k7xvfE8m .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .QlTrGBi4 .k7xvfE8m {
    min-height: 140px;
  }
}
.QlTrGBi4 .k7xvfE8m .CR7kYEdM {
  color: var(--slate-grey-a65);
  color: var(--nepal-blue);
  font-size: 10px;
}
.QlTrGBi4 .XywufddO {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  min-height: 100px;
}
.QlTrGBi4 .XywufddO .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .XywufddO .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .XywufddO .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .XywufddO .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .XywufddO .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .XywufddO .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .XywufddO .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .XywufddO .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .XywufddO .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .XywufddO .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .XywufddO .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .XywufddO .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .XywufddO .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .XywufddO .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .XywufddO .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .XywufddO .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .XywufddO .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .XywufddO .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .XywufddO .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .XywufddO .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .XywufddO .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .XywufddO .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .XywufddO .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .QlTrGBi4 .XywufddO {
    min-height: 140px;
  }
}
.QlTrGBi4 .I_h2CzsB {
  position: relative;
  width: 100%;
  max-width: 576px;
  min-height: 84px;
  margin: 10px 5px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 20px;
  padding-right: 25%;
  background-color: var(--white);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(120, 120, 120, 0.5);
  min-height: 100px;
  min-height: 90px;
}
.QlTrGBi4 .I_h2CzsB .fj2vhy40 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: none;
}
.QlTrGBi4 .I_h2CzsB .fj2vhy40 .YQj0QoOM {
  color: var(--primary-color);
  font-size: 12px;
}
.QlTrGBi4 .I_h2CzsB .fj2vhy40 .HK1DSnhJ {
  font-size: 10px;
  text-align: center;
}
.QlTrGBi4 .I_h2CzsB .q61IvYrq {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.QlTrGBi4 .I_h2CzsB .UmlheP_n {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.QlTrGBi4 .I_h2CzsB .Qir2yGGx {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
}
.QlTrGBi4 .I_h2CzsB .JOlhpuUS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.QlTrGBi4 .I_h2CzsB .JOlhpuUS .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.QlTrGBi4 .I_h2CzsB .JOlhpuUS .fPOtgSbU {
  font-size: 10px;
}
.QlTrGBi4 .I_h2CzsB .rqSvYSmi {
  cursor: pointer;
}
.QlTrGBi4 .I_h2CzsB .szhmEaL5 {
  font-size: 14px;
}
.QlTrGBi4 .I_h2CzsB .rRydpVxc {
  font-size: 12px;
}
.QlTrGBi4 .I_h2CzsB .CWFn47Rg {
  font-size: 12px;
  color: var(--primary-color);
}
.QlTrGBi4 .I_h2CzsB .S69DYMeo {
  font-family: "Poppins", "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--darkest-blue);
}
.QlTrGBi4 .I_h2CzsB .mIJ5pWZ3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.QlTrGBi4 .I_h2CzsB .VbBFm8Er {
  font-size: 16px;
  font-weight: 400;
  color: var(--table-grey);
}
.QlTrGBi4 .I_h2CzsB .p9ibjTIq {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: var(--table-grey);
}
.QlTrGBi4 .I_h2CzsB .o8t3SAmz {
  font-size: 18px;
  color: var(--light-grey);
}
.QlTrGBi4 .I_h2CzsB .WR6mO96Z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.QlTrGBi4 .I_h2CzsB .ntkeWwxj {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  align-self: center;
}
.QlTrGBi4 .I_h2CzsB .SuoCJWcg {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 12px;
}
.QlTrGBi4 .I_h2CzsB .fmM8Mr4A {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 5.5px 6.5px 6.5px 5.5px;
  background-color: var(--table-edit-mode);
  color: var(--primary-color);
  margin: 5px 9px 5px 9px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
}
.QlTrGBi4 .I_h2CzsB .fmM8Mr4A:hover {
  background: var(--table-edit-mode);
  filter: brightness(90%);
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 435px) {
  .QlTrGBi4 .I_h2CzsB {
    min-height: 140px;
  }
}
.s7VKkT2o {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.QeseJ_we {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pwbOwZ_k {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.hfilRMaZ {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.b5ZIjUFQ {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--table-badge-unread);
}
.qvhqXtDe {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--pumpkin);
}
.j0o0aSr5 {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--pumpkin);
}
.qPh_RJ3s {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--primary-color);
}
.ZJHsmkEw {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--table-badge-total);
}
.QNMtsvct {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  background-color: var(--nepal-blue);
}
.fbIsdhvV {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 11px;
  display: inline-block;
  background-color: var(--table-badge-people);
  color: var(--font-color-eastern-blue);
  font-size: 9px;
  font-weight: 600;
  width: 16px;
  line-height: 16px;
  margin-right: 8px;
  text-transform: capitalize;
}
.KxzYLBvv {
  margin: 2px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  background-color: var(--table-badge-team);
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  width: 16px;
  line-height: 16px;
  margin-right: 8px;
}
.mEkhg0mB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  height: auto;
  margin-top: 4px;
  flex-direction: row;
  justify-content: center;
}
.M5CjvAzU {
  display: flex;
  flex-direction: column;
}
.M5CjvAzU .rRydpVxc {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .M5CjvAzU .rRydpVxc {
    font-size: 12px;
    line-height: 14px;
  }
}
.M5CjvAzU .sT3ePjPS {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .M5CjvAzU .sT3ePjPS {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .M5CjvAzU .sT3ePjPS {
    font-size: 10px;
    line-height: 17px;
  }
}
.M5CjvAzU .YAtEICEn {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .M5CjvAzU .YAtEICEn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .M5CjvAzU .YAtEICEn {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }
}
.tqeDqlav {
  width: 14px;
  height: 1px;
  background-color: var(--table-grey);
  margin: 10px 0px;
}
.YqF1aYZg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.YqF1aYZg .rRydpVxc {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .YqF1aYZg .rRydpVxc {
    font-size: 12px;
    line-height: 14px;
  }
}
.YqF1aYZg .sT3ePjPS {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .YqF1aYZg .sT3ePjPS {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .YqF1aYZg .sT3ePjPS {
    font-size: 10px;
    line-height: 17px;
  }
}
.YqF1aYZg .YAtEICEn {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .YqF1aYZg .YAtEICEn {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1080px) {
  .YqF1aYZg .YAtEICEn {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }
}
.Hc7QG6zt {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Hc7QG6zt .Zb1Swk_O {
  height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.Hc7QG6zt .ykScxiJr {
  color: var(--dark-blue);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
}
.Hc7QG6zt .f4XPZTUP {
  height: 100%;
}
.Hc7QG6zt .f4XPZTUP:nth-child(2) {
  padding-left: 8px;
}
.Hc7QG6zt .f4XPZTUP:nth-child(3) {
  padding-left: 16px;
}
.Hc7QG6zt .eHKZOOWC {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.Hc7QG6zt .Reo0jiv4 {
  border-radius: 4px;
  max-width: 160px;
}
.Hc7QG6zt .jZ07uNFk {
  display: flex;
  justify-content: flex-start;
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media (max-width: 500px) {
  .Hc7QG6zt .jZ07uNFk {
    font-size: 10px;
  }
}
.Hc7QG6zt .ot9YZ_lN:hover {
  color: var(--nepal-blue);
  cursor: pointer;
}
.Hc7QG6zt .t9feXLjp {
  display: flex;
  justify-content: flex-start;
  color: var(--table-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 500px) {
  .Hc7QG6zt .t9feXLjp {
    font-size: 10px;
  }
}
.FHw9nniX {
  max-width: 900px;
}
.FHw9nniX .jciVNgox {
  margin-top: 0;
}
.FHw9nniX .cSWd4dPx {
  height: 100%;
  padding: 2px 16px !important;
}
.FHw9nniX .q61IvYrq {
  cursor: pointer;
}
.FHw9nniX .ZMXsbwvG {
  background-color: var(--white);
}
.FHw9nniX .DuqdZeHb {
  height: 100%;
  padding: 2px 16px !important;
}
.FHw9nniX .DuqdZeHb span {
  justify-content: center;
}
.FHw9nniX .i901hs8e {
  height: 100%;
  padding: 2px 16px !important;
  padding: 4px 16px;
}
.FHw9nniX .i901hs8e span {
  justify-content: center;
}
.FHw9nniX .t962xvFx {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  width: 100%;
}
.FHw9nniX .k_Aj0mwo {
  text-transform: uppercase;
  color: var(--nepal-blue);
  font-size: 10px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.FHw9nniX .xubUl948 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.FHw9nniX .BMYrv7ds {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
}
.FHw9nniX .siBLIxLf {
  width: 75px;
  height: 75px;
  border: 1px solid var(--slate-grey-a65);
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.FHw9nniX .OVMNqyT5 {
  padding-left: 8px;
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.FHw9nniX .N3i21Clk {
  font-size: 12px;
  font-weight: 600;
}
.FHw9nniX .ev0tEOFY {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.FHw9nniX .RoBh06Yq {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.FHw9nniX .sT3ePjPS {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.FHw9nniX .CWFn47Rg {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.FHw9nniX .Zgu2ZC4F {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.FHw9nniX .qlXIpqaZ {
  width: 100%;
  background-color: var(--lightest-grey);
}
.FHw9nniX .qlXIpqaZ input {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--primary-color);
}
.FHw9nniX .V32D0qgA {
  outline: none;
  margin: 0;
}
.FHw9nniX .mYuxyfJa {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 4px;
}
.FHw9nniX .mYuxyfJa .o8t3SAmz {
  color: var(--primary-color);
  font-size: 16px;
}
.FHw9nniX .mYuxyfJa .o8t3SAmz:hover {
  transform: scale(1.2, 1.2);
  transition: all 0.15s linear;
}
.FHw9nniX .mYuxyfJa .o8t3SAmz:nth-child(2) {
  margin-left: 5px;
}
.BTftAH6u {
  width: 200px;
  margin-bottom: 12px;
}
.Mgmq2BGz {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.Mgmq2BGz .tQU8x9No {
  width: 100%;
  background-color: var(--white);
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.Mgmq2BGz .tQU8x9No .P7uEw3Q1 {
  display: flex;
  flex-direction: column;
}
.Mgmq2BGz .tQU8x9No .P7uEw3Q1 .Zgu2ZC4F {
  background-color: var(--lightest-grey);
}
.Mgmq2BGz .CR7kYEdM {
  font-size: 10px;
  color: var(--slate-grey-a65);
  font-size: 12px;
  margin-bottom: -4px;
}
.blCKIuJX {
  color: var(--kelly-green);
  font-size: 24px;
}
.QGRObMtZ {
  color: var(--dodger-blue);
  font-size: 24px;
}
.nI6MOQyV {
  color: var(--sultan-gold);
  font-size: 24px;
}
.Eu0ozT1q {
  color: var(--sunset-orange);
  font-size: 24px;
}
.DUyxkYDK {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.DUyxkYDK .fPOtgSbU {
  font-size: 12px;
  line-height: 12px;
  color: var(--table-grey);
}
.XQkfZMWo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.XQkfZMWo .SbG1gOS5 {
  background-image: url("/icons/icon_check_green.svg");
  background-color: var(--harlequin-green);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.XQkfZMWo .c8e68_zV {
  max-width: 85px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--font-color-eastern-blue);
}
.lhs1WLP3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin-top: 5px;
}
.QP6MxKgu {
  width: 100%;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.QP6MxKgu .RpAzuNPY {
  color: var(--primary-color);
}
.Sqhy_Rlp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--nepal-blue);
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.Sqhy_Rlp .xBytCvkG {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
}
.QgSEBKW4 .ant-table-cell {
  padding: 4px;
}
.QgSEBKW4 .ant-table-row-expand-icon-cell {
  width: 25px;
}
.QgSEBKW4 .ZkuMnFm8 {
  background-color: var(--white);
}
.QgSEBKW4 ._hJbDeLa .ant-table-cell {
  background-color: var(--lightest-grey);
}
.QgSEBKW4 .o8t3SAmz {
  color: var(--primary-color);
  font-size: 21px;
}
.QgSEBKW4 .o8t3SAmz svg {
  transition: transform 0.15s ease-in-out;
}
.QgSEBKW4 .Qw6ZBlQ_ {
  background-color: var(--lightest-grey);
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z {
  margin-left: 0;
  padding-left: 4px;
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z div.ant-spin-nested-loading > div.ant-spin-container > div.ant-table {
  margin: 0;
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z .ant-table-cell {
  background-color: var(--lightest-grey);
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z .ant-table-cell div {
  background-color: var(--lightest-grey);
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z .ant-table-row {
  border: none;
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z .DT8nxp9t {
  font-weight: 600;
  color: var(--slate-grey);
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}
.QgSEBKW4 .Qw6ZBlQ_ .tuHTI10Z .eC9WxVwd {
  display: flex;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: 400;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.k6WkYLtC {
  display: flex;
  margin-top: 16px;
  margin-bottom: 4px;
  align-items: center;
}
.k6WkYLtC .Mqj4ELc8 {
  width: 5px;
  height: 26px;
  min-width: 5px;
  margin-right: 10px;
  border-radius: 3px;
}
.k6WkYLtC .NVtK7xsb {
  width: 5px;
  height: 26px;
  min-width: 5px;
  margin-right: 10px;
  border-radius: 3px;
  height: 16px;
}
.k6WkYLtC .RGWvN00q {
  font-family: Poppins;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.k6WkYLtC ._qdQWzII {
  font-family: Poppins;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-size: 14px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.KSU0oQJ3 {
  width: 100%;
  height: 100%;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

.npm2qQyR {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(95.7deg, var(--lemon-chiffon) 12.17%, var(--canary-yellow) 93.24%) !important;
  height: 32px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 1px 4px 0px #00000026;
  cursor: pointer;
}
.npm2qQyR .y0HOeJc7 {
  background: linear-gradient(95.7deg, var(--maya-blue) 12.17%, var(--blue-ribbon) 93.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 9px;
}
@s 3 -asset-path: https://powur-public2.s3-us-west-1.amazonaws.com/assets;

/*
  use this for any global overrides to apply to all ant design components
*/

/* html {
  overflow: hidden;
} */

.ant-table-thead > tr > th {
  background-color: var(--white);
}

.ant-modal-mask {
  background-color: rgba(38, 165, 210, 0.3);
}

.ant-modal-header {
  background-color: #f9f9f9;
}

.ant-modal-footer {
  background-color: rgb(78, 79, 80);
}

/* TODO: Deprecate all ant-legacy items */
.ant-legacy-form-vertical .ant-legacy-form-item-label {
  padding-bottom: 4px;
}

.ant-form-item {
  margin-bottom: auto;
}

.ant-form-vertical .ant-form-item-label {
  padding-bottom: 4px;
}

.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}

.ant-btn > .anticon {
  line-height: 0px;
}

.ant-tabs-tabpane {
  z-index: 1;
}

.remove-table-footer-padding
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-footer {
  padding: 0;
}

/* Global override for ant spin colors */
.ant-spin-dot-item:first-of-type {
  background: var(--blue-ribbon);
}

.ant-spin-dot-item:nth-of-type(2) {
  background: var(--sweet-mint);
}

.ant-spin-dot-item:nth-of-type(3) {
  background: var(--picton-blue);
}

.ant-spin-dot-item:nth-of-type(4) {
  background: var(--goldenrod);
}

.ant-table-row {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03) !important;
}

/* set style rules for deeply nested DOM elements within ant design's Table component */

.scrolling-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  th,
.fixed-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-content
  > div.ant-table-body
  > table
  > thead
  th {
  /* make header row shorter */
  padding: 8px 16px;
}

.scrolling-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column,
.fixed-table-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table
  > div.ant-table-content
  > div.ant-table-body
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column {
  /* center-align text vertically within header row */
  display: flex;
}

/* shrink padding and center align text in header row for tighter grouping of column labels */
.scrolling-table-multiline-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  th {
  padding: 4px 16px;
}

.scrolling-table-multiline-header-row
  > div.ant-spin-nested-loading
  > div.ant-spin-container
  > div.ant-table-fixed-header
  > div.ant-table-content
  > div.ant-table-scroll
  > div.ant-table-header
  > table
  > thead
  > tr
  > th
  > span.ant-table-header-column {
  display: flex;
  max-width: 100%;
  align-items: center;
}

/* hide ant design's form error messages in favor of custom messages */
.hide-form-element-error-message
  > div.ant-legacy-form-item-control-wrapper
  > div.ant-legacy-form-item-control
  > div.ant-legacy-form-explain {
  display: none;
}

/* hide annoying scrollbars when popup is open and annoying floating box when popup is hidden, keep popup from being really huge and ugly */
.ant-menu-submenu-hidden {
  overflow: hidden;
}

.ant-menu-submenu-popup {
  overflow: auto;
}
.ant-menu-submenu-popup {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.ant-menu-vertical.ant-menu-sub {
  max-height: 400px;
  border-radius: 8px;
}

/* ant design defaults to overflow-x: hidden, want to hide overflow in both directions */
.ant-layout.ant-layout-has-sider > .ant-layout {
  overflow: hidden;
}

/* remove bottom margin on ant design paragraph components */
div.ant-typography {
  margin-bottom: 0;
}

/* keep ant design form error messages but decrease font size */
/* .ensmallen-form-error-message
  > .ant-form-item-control-wrapper
  > .has-error
  > .ant-form-explain, */
.ensmallen-form-error-message > div > div > div {
  font-size: 10px;
}

/* override styles for sidebar autocomplete fields */
.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input {
  background-color: transparent;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #295ca0;
  padding: 0;
}

.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input
  > input {
  background-color: transparent;
  color: #29aae3;
}

.sidebar-autocomplete-override
  > div.ant-select-selector
  > span.ant-select-selection-search
  > span.ant-select-selection-search-input
  > span.ant-input-suffix {
  font-size: 10px;
  color: #295ca0;
}

:focus {
  outline: none;
}

.ant-select-dropdown {
  border-radius: 4px;
  z-index: 2000;
}

.ant-message {
  z-index: 3000;
}

.ant-popconfirm {
  z-index: 3000;
}

/* Blue line underneath subnav tabs */
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 3px;
}

/* Distance between tabs in subnav */
.ant-tabs-tab:not(:first-of-type) {
  margin: 0 0 0 40px !important;
}


/*# sourceMappingURL=main.df7a0b09.css.map*/