[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: #000000;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1f5678;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #386a85;
}
a:active {
  color: #113752;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: #9b9b9b;
  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: #1f5678;
}
.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: #1f5678;
  --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 #1f5678;
  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 #1f5678;
    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;
}
/* 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-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: 16px;
  line-height: 24px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #adb5b8;
  border: 1px solid #75929e;
}
.ant-alert-info .ant-alert-icon {
  color: #1f5678;
}
.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: 18px;
}
.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;
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1f5678;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
  display: inline-block;
}
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 4px 0 4px 16px;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1f5678;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 4px 16px 4px 0;
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top:empty {
  display: none;
}
.ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s;
}
.ant-back-top-content:hover {
  background-color: #000000;
  transition: all 0.3s;
}
.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
  .ant-back-top-rtl {
    right: auto;
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
  .ant-back-top-rtl {
    right: auto;
    left: 20px;
  }
}
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
}
.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: #000000;
  font-size: 16px;
  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: #1f5678;
  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;
  }
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-breadcrumb .anticon {
  font-size: 16px;
}
.ant-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #000000;
}
.ant-breadcrumb li:last-child {
  color: #000000;
}
.ant-breadcrumb li:last-child a {
  color: #000000;
}
li:last-child > .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}
.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: 2.4px 15px;
  font-size: 16px;
  border-radius: 2px;
  color: #000000;
  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: 4.9px 15px;
  font-size: 18px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 16px;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #1f5678;
  background: #1f5678;
  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: #386a85;
  background: #386a85;
}
.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: #113752;
  background: #113752;
}
.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: #9b9b9b;
  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: #386a85;
  border-left-color: #386a85;
}
.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: #386a85;
}
.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: #386a85;
}
.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: #000000;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #000000;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #1f5678;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #000000;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #000000;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: #000000;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #386a85;
  border-color: #386a85;
  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: #113752;
  border-color: #113752;
  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: #9b9b9b;
  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: #9b9b9b;
  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: 0.9px 0;
  font-size: 18px;
  border-radius: 2px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 3.3px 0;
  font-size: 20px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 20px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0 0;
  font-size: 16px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 16px;
}
.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: 2.4px 16px;
  font-size: 16px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 4.9px 20px;
  font-size: 18px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 16px;
  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: 16px;
}
.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: #386a85;
  border-color: #386a85;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #113752;
  border-color: #113752;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: #9b9b9b;
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1f5678;
  border-color: #1f5678;
  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: #386a85;
  border-color: #386a85;
}
.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: #113752;
  border-color: #113752;
}
.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: #9b9b9b;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #9b9b9b;
  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: #386a85;
  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: #386a85;
  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: #386a85;
  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: #386a85;
}
.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;
}
.ant-picker-calendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
}
.ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}
.ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px;
}
.ant-picker-calendar-header .ant-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px;
}
.ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
  width: auto;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%;
}
.ant-picker-calendar-mini {
  border-radius: 2px;
}
.ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 2px 2px;
}
.ant-picker-calendar-mini .ant-picker-content {
  height: 256px;
}
.ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}
.ant-picker-calendar-mini .ant-picker-cell::before {
  pointer-events: none;
}
.ant-picker-calendar-full .ant-picker-panel {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  border: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
  padding: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #adb5b8;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #1f5678;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  border: 0;
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  transition: background 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  overflow-y: auto;
  color: #000000;
  line-height: 1.5715;
  text-align: left;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #1f5678;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .ant-picker-calendar-header {
    display: block;
  }
  .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%;
  }
  .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px);
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
    width: 50%;
    text-align: center;
  }
}
.ant-picker-calendar-rtl {
  direction: rtl;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right;
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 18px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid .ant-card-body {
  display: flex;
  flex-wrap: wrap;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 16px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #1f5678;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1f5678;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 16px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  display: flex;
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  flex: 1;
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 16px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 16px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-cascader-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
  border-color: #1f5678;
}
.ant-cascader-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f5678;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-cascader-checkbox:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
  visibility: visible;
}
.ant-cascader-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-cascader-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-cascader-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
  background-color: #1f5678;
  border-color: #1f5678;
}
.ant-cascader-checkbox-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  border-color: #9b9b9b;
  animation-name: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-cascader-checkbox-disabled + span {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
  visibility: hidden;
}
.ant-cascader-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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-cascader-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
  margin-left: 8px;
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-cascader-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-cascader-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-cascader-checkbox-group-item {
  margin-right: 8px;
}
.ant-cascader-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
  margin-left: 0;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1f5678;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.ant-cascader-checkbox-rtl {
  direction: rtl;
}
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
  margin-left: 8px;
}
.ant-cascader {
  width: 184px;
}
.ant-cascader-checkbox {
  top: 0;
  margin-right: 8px;
}
.ant-cascader-menus {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
  width: 100%;
  height: auto;
}
.ant-cascader-menu {
  flex-grow: 1;
  min-width: 111px;
  height: 180px;
  margin: 0;
  margin: -4px 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 12px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #f5f5f5;
}
.ant-cascader-menu-item-disabled {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-empty .ant-cascader-menu-item {
  color: #9b9b9b;
  cursor: default;
  pointer-events: none;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #adb5b8;
}
.ant-cascader-menu-item-content {
  flex: auto;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: #9b9b9b;
}
.ant-cascader-menu-item-keyword {
  color: #ff4d4f;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
  margin-right: -1px;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
  margin-left: -1px;
}
.ant-cascader-compact-item:hover,
.ant-cascader-compact-item:focus,
.ant-cascader-compact-item:active {
  z-index: 2;
}
.ant-cascader-compact-item[disabled] {
  z-index: 0;
}
.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
  border-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-cascader-rtl .ant-cascader-checkbox {
  top: 0;
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #1f5678;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f5678;
  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: #1f5678;
  border-color: #1f5678;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #9b9b9b;
  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: #9b9b9b;
  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: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
  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: #1f5678;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.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;
}
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  flex: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  flex: none;
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: #000000;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}
.ant-comment {
  position: relative;
  background-color: inherit;
}
.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 16px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 16px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-comment-rtl {
  direction: rtl;
}
.ant-comment-rtl .ant-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-comment-rtl .ant-comment-content-author > a,
.ant-comment-rtl .ant-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}
.ant-comment-rtl .ant-comment-actions {
  padding-right: 0;
}
.ant-comment-rtl .ant-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}
.ant-comment-rtl .ant-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}
.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: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 2.5px 11px 2.5px;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-picker:hover,
.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #9b9b9b;
}
.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: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-picker-input > input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-picker-input > input:focus,
.ant-input-rtl .ant-picker-input > input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-input > input-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-picker-input > input-sm {
  padding: 0 7px;
}
.ant-picker-input > input-rtl {
  direction: rtl;
}
.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: 5px 11px 5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 18px;
}
.ant-picker-small {
  padding: 0 7px 0;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: #9b9b9b;
  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: #9b9b9b;
  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: 18px;
  color: #9b9b9b;
  font-size: 18px;
  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: #1f5678;
  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: #000000;
  font-size: 16px;
  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: #1f5678;
  background: #adb5b8;
  border-color: #75929e;
  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: #1f5678;
}
.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: #9b9b9b;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 16px;
}
.ant-picker-header > button:hover {
  color: #000000;
}
.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: #1f5678;
}
.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: #000000;
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: #9b9b9b;
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: #000000;
}
.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 #1f5678;
  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: #adb5b8;
}
.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: #1f5678;
}
.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: #adb5b8;
}
.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 #3490c9;
  border-bottom: 1px dashed #3490c9;
  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: #70b1da;
}
.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: #70b1da;
  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 #3490c9;
  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 #3490c9;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
}
.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: #1f5678;
}
.ant-picker-today-btn:hover {
  color: #386a85;
}
.ant-picker-today-btn:active {
  color: #113752;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #9b9b9b;
  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 #3490c9;
  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 #3490c9;
  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 #3490c9;
  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 #3490c9;
  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: #1f5678;
}
.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(173, 181, 184, 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: #000000;
  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: #adb5b8;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: #9b9b9b;
  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 #3490c9;
  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 #3490c9;
  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 #3490c9;
  border-left: 1px dashed #3490c9;
  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;
}
.ant-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-descriptions-extra {
  margin-left: auto;
  color: #000000;
  font-size: 16px;
}
.ant-descriptions-view {
  width: 100%;
  border-radius: 2px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5715;
  text-align: start;
}
.ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  flex: 1;
  color: #000000;
  font-size: 16px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}
.ant-descriptions-item-container {
  display: flex;
}
.ant-descriptions-item-container .ant-descriptions-item-label,
.ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
  border-collapse: collapse;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-descriptions-rtl {
  direction: rtl;
}
.ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: none;
}
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: 18px;
  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: #000000;
  font-weight: normal;
  font-size: 16px;
}
.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%;
}
.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: 18px;
  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: 18px;
  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: 18px;
  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;
}
.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: #000000;
  font-size: 16px;
  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: #000000;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #1f5678;
  background-color: #adb5b8;
}
.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: #9b9b9b;
  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: #9b9b9b;
  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: #9b9b9b;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1f5678;
}
.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: #1f5678;
}
.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;
}
.ant-empty {
  margin: 0 8px;
  font-size: 16px;
  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: #9b9b9b;
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: #9b9b9b;
}
.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;
}
.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: #000000;
  font-size: 16px;
  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: 18px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 16px;
}
.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: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
  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: 16px;
}
.ant-form-item-label > label > .anticon {
  font-size: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: #1f5678;
}
.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: 31.8px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 31.8px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 27.8px;
}
.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;
}
.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;
}
.ant-image {
  position: relative;
  display: inline-block;
}
.ant-image-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.ant-image-mask-info {
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-image-mask-info .anticon {
  margin-inline-end: 4px;
}
.ant-image-mask:hover {
  opacity: 1;
}
.ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}
.ant-image-preview.ant-zoom-enter,
.ant-image-preview.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-image-preview-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-image-preview-mask-hidden {
  display: none;
}
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  user-select: none;
  pointer-events: auto;
}
.ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}
.ant-image-preview-moving .ant-image-preview-img {
  cursor: grabbing;
}
.ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}
.ant-image-preview-wrap {
  z-index: 1080;
}
.ant-image-preview-operations-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1081;
  width: 100%;
}
.ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-image-preview-operations-operation:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}
.ant-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ant-image-preview-operations-icon {
  font-size: 18px;
}
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 1081;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.ant-image-preview-switch-left:hover,
.ant-image-preview-switch-right:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-right-disabled,
.ant-image-preview-switch-left-disabled:hover,
.ant-image-preview-switch-right-disabled:hover {
  color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled > .anticon,
.ant-image-preview-switch-left-disabled:hover > .anticon,
.ant-image-preview-switch-right-disabled:hover > .anticon {
  cursor: not-allowed;
}
.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}
.ant-image-preview-switch-left {
  left: 8px;
}
.ant-image-preview-switch-right {
  right: 8px;
}
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  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: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 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: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-affix-wrapper-sm {
  padding: 0 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #386a85;
  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: #9b9b9b;
  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: #000000;
}
.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: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  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: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 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: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-sm {
  padding: 0 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -4px -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: #1f5678;
}
.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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0 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::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 > .ant-input-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-group > .ant-input-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 2px 2px 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-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: #386a85;
}
.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: #386a85;
}
.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: #386a85;
}
.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: #386a85;
}
.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;
  }
}
.ant-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-number-affix-wrapper:focus,
.ant-input-rtl .ant-input-number-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number-affix-wrapper-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-number-affix-wrapper-sm {
  padding: 0 7px;
}
.ant-input-number-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-color: #386a85;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.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: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-number:focus,
.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-number-sm {
  padding: 0 7px;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
  font-weight: normal;
  font-size: 16px;
  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: -4px -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: #1f5678;
}
.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: 4.9px 11px;
  font-size: 18px;
}
.ant-input-number-group-sm .ant-input-number,
.ant-input-number-group-sm > .ant-input-number-group-addon {
  padding: 0 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::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,
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 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-rtl.ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group-rtl.ant-input-number-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:first-child,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > *:last-child,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-number-group.ant-input-number-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-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: #386a85;
}
.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: #386a85;
  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: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number-disabled {
  color: #9b9b9b;
  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: 18px;
}
.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: #9b9b9b;
}
.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;
}
.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: #000000;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: #000000;
  font-size: 16px;
  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: #000000;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #000000;
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: #9b9b9b;
  font-size: 16px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #000000;
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: #000000;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5715;
}
.ant-list-item-meta-title > a {
  color: #000000;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1f5678;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 1.5715;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 1.5715;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-list-rtl {
  direction: rtl;
  text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
  text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}
@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }
  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  min-width: 0;
  padding: 3px 11px;
  color: #000000;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-mentions:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions:focus,
.ant-mentions-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-mentions:focus,
.ant-input-rtl .ant-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions-disabled {
  color: #9b9b9b;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-mentions[disabled] {
  color: #9b9b9b;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-mentions-borderless,
.ant-mentions-borderless:hover,
.ant-mentions-borderless:focus,
.ant-mentions-borderless-focused,
.ant-mentions-borderless-disabled,
.ant-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  padding: 4.9px 11px;
  font-size: 18px;
}
.ant-mentions-sm {
  padding: 0 7px;
}
.ant-mentions-rtl {
  direction: rtl;
}
.ant-mentions-disabled > textarea {
  color: #9b9b9b;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-mentions-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 3px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #000000;
  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;
  font-size: 16px;
  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-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: #000000;
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 2px 2px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 2px 2px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: #9b9b9b;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: #000000;
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5;
}
.ant-mentions-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-mentions-rtl {
  direction: rtl;
}
.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: #000000;
  font-size: 16px;
  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::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 #9aa7ab;
}
.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: 16px;
  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: #1f5678;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #adb5b8;
}
.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: #000000;
}
.ant-menu-item a:hover {
  color: #1f5678;
}
.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: #000000;
}
.ant-menu-item > .ant-badge a:hover {
  color: #1f5678;
}
.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: #1f5678;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1f5678;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #adb5b8;
}
.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: 16px;
  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 #9aa7ab;
}
.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: #000000;
  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: #1f5678;
}
.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: #1f5678;
}
.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: #1f5678;
}
.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 #1f5678;
}
.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: #000000;
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1f5678;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1f5678;
}
.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 #1f5678;
  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% - 18px / 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: 18px;
  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: 18px;
  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: #9b9b9b !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: #9b9b9b !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: #9b9b9b !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: #9b9b9b !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: #1f5678;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #113752;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #113752;
}
.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: #1f5678;
}
.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: #1f5678;
}
.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: #1f5678;
}
.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% - 18px / 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;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  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);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1f5678;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 18px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: 18px;
  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: 18px;
  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: #000000;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 16px;
  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-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: 18px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #000000;
  font-size: 16px;
}
.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: #1f5678;
}
.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;
}
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 16px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  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);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 16px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 18px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1f5678;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #1f5678;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  color: #000;
}
.ant-page-header-back-button:focus-visible,
.ant-page-header-back-button:hover {
  color: #386a85;
}
.ant-page-header-back-button:active {
  color: #113752;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}
.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}
.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}
.ant-page-header-heading-extra > * {
  white-space: unset;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}
.ant-page-header-rtl {
  direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #000000;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #1f5678;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #1f5678;
}
.ant-pagination-item:focus-visible {
  border-color: #1f5678;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #1f5678;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1f5678;
}
.ant-pagination-item-active a {
  color: #1f5678;
}
.ant-pagination-item-active:hover {
  border-color: #386a85;
}
.ant-pagination-item-active:focus-visible {
  border-color: #386a85;
}
.ant-pagination-item-active:hover a {
  color: #386a85;
}
.ant-pagination-item-active:focus-visible a {
  color: #386a85;
}
.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: #1f5678;
  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: #9b9b9b;
  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: #000000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  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: #000000;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #386a85;
}
.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: #1f5678;
  border-color: #1f5678;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1f5678;
  border-color: #1f5678;
}
.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: #9b9b9b;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: #9b9b9b;
  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: 3px 11px;
  color: #000000;
  font-size: 16px;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
.ant-input-rtl .ant-pagination-options-quick-jumper input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
  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: 4.9px 11px;
  font-size: 18px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0 7px;
}
.ant-pagination-options-quick-jumper input-rtl {
  direction: rtl;
}
.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: #1f5678;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: #9b9b9b;
  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: 0 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: #9b9b9b;
  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: #9b9b9b;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: #9b9b9b;
  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: #9b9b9b;
}
@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;
}
.ant-popconfirm {
  z-index: 1060;
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
}
.ant-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: #000000;
  font-size: 16px;
}
.ant-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #faad14;
  font-size: 16px;
}
.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;
}
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: 16px;
}
.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: #000000;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 16px;
}
.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: #000000;
  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;
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
  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: #1f5678;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(31, 86, 120, 0.12);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f5678;
  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: #1f5678;
  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: #1f5678;
}
.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: #9b9b9b;
  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: #000000;
  font-size: 16px;
  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: #000000;
}
.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: 18px;
  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: #1f5678;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(31, 86, 120, 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: #1f5678;
  background: #fff;
  border-color: #1f5678;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1f5678;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1f5678;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #386a85;
  border-color: #386a85;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #386a85;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #113752;
  border-color: #113752;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #113752;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(31, 86, 120, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1f5678;
  border-color: #1f5678;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #386a85;
  border-color: #386a85;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #113752;
  border-color: #113752;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(31, 86, 120, 0.12);
}
.ant-radio-button-wrapper-disabled {
  color: #9b9b9b;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: #9b9b9b;
  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: #9b9b9b;
  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: #386a85;
}
.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;
}
.ant-rate {
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star > div:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div {
  transition: all 0.3s, outline 0s;
}
.ant-rate-star > div:hover {
  transform: scale(1.1);
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:focus-visible {
  outline: 1px dashed #fadb14;
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 16px;
}
.ant-rate-rtl {
  direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #ff4d4f;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #1f5678;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-result-rtl {
  direction: rtl;
}
.ant-result-rtl .ant-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}
.ant-result-rtl .ant-result-extra > *:last-child {
  margin-left: 0;
}
.segmented-disabled-item,
.segmented-disabled-item:hover,
.segmented-disabled-item:focus {
  color: #9b9b9b;
  cursor: not-allowed;
}
.segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.segmented-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-segmented {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  padding: 2px;
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-segmented-group {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-items: flex-start;
  width: 100%;
}
.ant-segmented.ant-segmented-block {
  display: flex;
}
.ant-segmented.ant-segmented-block .ant-segmented-item {
  flex: 1;
  min-width: 0;
}
.ant-segmented:not(.ant-segmented-disabled):hover,
.ant-segmented:not(.ant-segmented-disabled):focus {
  background-color: rgba(0, 0, 0, 0.06);
}
.ant-segmented-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  color: #262626;
}
.ant-segmented-item:hover,
.ant-segmented-item:focus {
  color: #262626;
}
.ant-segmented-item-label {
  min-height: 28px;
  padding: 0 11px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-segmented-item-icon + * {
  margin-left: 6px;
}
.ant-segmented-item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
  min-height: 36px;
  padding: 0 11px;
  font-size: 18px;
  line-height: 36px;
}
.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
  min-height: 20px;
  padding: 0 7px;
  line-height: 20px;
}
.ant-segmented-item-disabled,
.ant-segmented-item-disabled:hover,
.ant-segmented-item-disabled:focus {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-segmented-thumb {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 4px 0;
}
.ant-segmented-thumb-motion-appear-active {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, width;
}
.ant-segmented.ant-segmented-rtl {
  direction: rtl;
}
.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
  margin-right: 0;
  margin-left: 6px;
}
.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: 27px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 20px;
}
.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: 31px;
}
.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: 24px;
}
.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: 0px 3px;
}
.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: 26px;
  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: 26px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 24px;
  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: 3px;
  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: 8px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 26px;
  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: 34px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 34px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 34px;
  line-height: 34px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 34px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 18px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 18px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 18px;
  line-height: 18px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 18px;
  line-height: 16px;
}
.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: #000000;
  font-size: 16px;
  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: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #9b9b9b;
  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: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.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: #9b9b9b;
  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: #9b9b9b;
  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: #000000;
  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: 16px;
  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: #9b9b9b;
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #9b9b9b;
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  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: #000000;
  font-weight: 600;
  background-color: #adb5b8;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1f5678;
}
.ant-select-item-option-disabled {
  color: #9b9b9b;
  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: 18px;
}
.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: 3px;
  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: 27px;
}
.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: 20px;
}
.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: 24px;
}
.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%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 10px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  margin-left: -2px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #75929e;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #75929e;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle-dragging {
  z-index: 1;
}
.ant-slider-handle:focus {
  border-color: #4c7893;
  outline: none;
  box-shadow: 0 0 0 5px rgba(31, 86, 120, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1f5678;
}
.ant-slider-handle::after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: '';
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #547e91;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #547e91;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 16px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  user-select: none;
}
.ant-slider-mark-text-active {
  color: #000000;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot-active {
  border-color: #8fabbc;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-rail {
  background-color: #f5f5f5 !important;
}
.ant-slider-disabled .ant-slider-track {
  background-color: #9b9b9b !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: #9b9b9b !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-slider-rtl {
  direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}
.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;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1f5678;
  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: 4px;
  font-size: 16px;
  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: 1px;
}
.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: 10px;
}
.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: #1f5678;
  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);
  }
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-statistic-skeleton {
  padding-top: 16px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-statistic-content-value {
  display: inline-block;
  direction: ltr;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
}
.ant-statistic-rtl {
  direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid #9b9b9b;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #1f5678;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #000000;
  font-size: 18px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 16px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #9b9b9b;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #9b9b9b;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #9b9b9b;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1f5678;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1f5678;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1f5678;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #000000;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #1f5678;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1f5678;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1f5678;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1f5678;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #000000;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1f5678;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1f5678;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1f5678;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1f5678;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1f5678;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1f5678;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 16px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 11px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-top: 10px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 3.5px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #1f5678;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
  padding-right: 4px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 19px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 15px;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
  padding-right: 4px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 4px;
  left: 19px;
}
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  left: 15px;
}
.ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
  padding-left: 4px;
}
.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
  top: 14px !important;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #9b9b9b;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(155, 155, 155, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #adb5b8;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #1f5678;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 1px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #1f5678;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}
.ant-table.ant-table-middle {
  font-size: 16px;
}
.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: 16px;
}
.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-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: #000000;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 16px;
  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: #adb5b8;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #a8b0b3;
}
.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: #1f5678;
}
.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: #1f5678;
}
.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: #1f5678;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #9b9b9b;
  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: #9aa7ab;
}
.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: #9b9b9b;
}
.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: #1f5678;
  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: #386a85;
}
.ant-table-row-expand-icon:active {
  color: #113752;
}
.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: 4.072px;
  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: #9b9b9b;
}
.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);
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 16px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 18px;
}
.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: #000000;
  font-size: 16px;
  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: #000000;
  font-weight: normal;
  font-size: 16px;
  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: #386a85;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: #9b9b9b;
  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: 6.5px 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: #1f5678;
  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: #000000;
  font-size: 16px;
  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: 6.5px 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: #386a85;
}
.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: #113752;
}
.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: #1f5678;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 16px;
  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: #113752;
}
.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: #386a85;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1f5678;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #9b9b9b;
  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: #9b9b9b;
}
.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;
}
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #000000;
}
.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: #1f5678;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1f5678;
}
.ant-tag-checkable:active {
  background-color: #113752;
}
.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: #1f5678;
  background: #adb5b8;
  border-color: #75929e;
}
.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;
}
.ant-timeline {
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #1f5678;
  border-color: #1f5678;
}
.ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: #9b9b9b;
  border-color: #9b9b9b;
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -8.144px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -8.144px;
  width: calc(50% - 12px);
  text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline-rtl {
  direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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;
}
.ant-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
  width: 40px;
  min-width: 40px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer-customize-list .ant-input[disabled] {
  background-color: transparent;
}
.ant-transfer-status-error .ant-transfer-list {
  border-color: #ff4d4f;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-transfer-status-warning .ant-transfer-list {
  border-color: #faad14;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
  border-color: #386a85;
  border-right-width: 1px;
}
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
  border-color: #386a85;
  box-shadow: 0 0 0 2px rgba(31, 86, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: stretch;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}
.ant-transfer-list-search .anticon-search {
  color: #9b9b9b;
}
.ant-transfer-list-header {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 6px 12px 7px;
  color: #000000;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}
.ant-transfer-list-header > * {
  flex: none;
}
.ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.ant-transfer-list-header-dropdown {
  font-size: 10px;
  transform: translateY(10%);
  cursor: pointer;
}
.ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}
.ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 16px;
}
.ant-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}
.ant-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}
.ant-transfer-list-content-item > * {
  flex: none;
}
.ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-transfer-list-content-item-remove {
  position: relative;
  color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-transfer-list-content-item-remove:hover {
  color: #386a85;
}
.ant-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #a8b0b3;
}
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}
.ant-transfer-list-content-item-checked {
  background-color: #adb5b8;
}
.ant-transfer-list-content-item-disabled {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: #9b9b9b;
  text-align: center;
}
.ant-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
.ant-transfer .ant-empty-image {
  max-height: -2px;
}
.ant-transfer-rtl {
  direction: rtl;
}
.ant-transfer-rtl .ant-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}
.ant-transfer-rtl .ant-transfer-list-search-action {
  right: auto;
  left: 12px;
}
.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}
.ant-transfer-rtl .ant-transfer-list-header {
  right: 0;
  left: auto;
}
.ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-transfer-rtl .ant-transfer-list-pagination {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-footer {
  right: 0;
  left: auto;
}
@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: #1f5678;
}
.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: #000000;
  font-size: 16px;
  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: #1f5678;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f5678;
  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: #1f5678;
  border-color: #1f5678;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #9b9b9b;
  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: #9b9b9b;
  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: #000000;
  font-size: 16px;
  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: #000000;
  font-size: 16px;
  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: #1f5678;
  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: #9b9b9b;
  border-color: #9b9b9b;
}
.ant-tree-checkbox-rtl {
  direction: rtl;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 8px;
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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: #adb5b8;
}
.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 #1f5678;
  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: #9b9b9b;
  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: #1f5678;
}
.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: #9aa7ab;
}
.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: #1f5678;
  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 #1f5678;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1f5678;
}
.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;
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1f5678;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f5678;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-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-select-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-select-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-select-tree-checkbox-checked .ant-select-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-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1f5678;
  border-color: #1f5678;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: #9b9b9b;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1f5678;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.ant-select-tree-checkbox-rtl {
  direction: rtl;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 8px;
}
.ant-tree-select-dropdown {
  padding: 8px 4px;
}
.ant-tree-select-dropdown-rtl {
  direction: rtl;
}
.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  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-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #adb5b8;
}
.ant-select-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
  position: relative;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1f5678;
  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-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
  opacity: 0.45;
}
.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
  visibility: hidden;
}
.ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  user-select: none;
}
.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-select-tree-draggable-icon {
  visibility: hidden;
}
.ant-select-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-select-tree-switcher .ant-tree-switcher-icon,
.ant-select-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-select-tree-switcher .ant-tree-switcher-icon svg,
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree-switcher-noop {
  cursor: default;
}
.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree-switcher-loading-icon {
  color: #1f5678;
}
.ant-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.ant-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-select-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-select-tree .ant-select-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-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #9aa7ab;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-select-tree-node-content-wrapper {
  line-height: 24px;
  user-select: none;
}
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1f5678;
  border-radius: 1px;
  pointer-events: none;
}
.ant-select-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 #1f5678;
  border-radius: 50%;
  content: '';
}
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1f5678;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}
.ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
}
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}
.ant-typography {
  color: #000000;
  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: #9b9b9b;
  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: 44px;
  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: 35px;
  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: 28px;
  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: 23px;
  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: 19px;
  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: #1f5678;
  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: #386a85;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #113752;
}
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: #9b9b9b;
  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: #9b9b9b;
}
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: #1f5678;
  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: #386a85;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #113752;
}
.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: -4px;
  margin-bottom: calc(1em - 3px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 16px;
  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;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  color: #9b9b9b;
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1f5678;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #113752;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #386a85;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #386a85;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: #9b9b9b;
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 25.144px;
  margin-top: 8px;
  font-size: 16px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 25.144px;
  line-height: 1;
  vertical-align: top;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-upload-list-item-card-actions:hover .anticon {
  color: #000000;
}
.ant-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 6px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 28px;
  font-size: 16px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 24px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 28px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

.PublishProfile-module__statistics{margin-top:20px;display:flex;justify-content:space-between}.PublishProfile-module__statistics>div{background:#f4f4f4;color:#9b9b9b;border-radius:20px}.PublishProfile-module__header{margin:40px 0 25px}.PublishProfile-module__header h1{margin:0 0 15px 0}.PublishProfile-module__editProfileMainActionContainer{max-width:400px;margin:0 auto}.PublishProfile-module__requestsList{display:flex;justify-content:space-between}.PublishProfile-module__requestsContainer{position:relative}.PublishProfile-module__requestItemContainer{width:300px;height:400px;display:flex;flex-direction:column;pointer-events:none;border:2px solid #9b9b9b;border-radius:20px;padding:32px 20px;box-sizing:border-box}.PublishProfile-module__requestItemContainer h4{font-size:22px;color:#9b9b9b}.PublishProfile-module__requestItemContainer>div{flex:1;display:flex;justify-content:center;align-items:flex-end}.PublishProfile-module__requestItemContainer>div .button{width:auto;padding:0 10px;font-size:16px}.PublishProfile-module__emptyOverlay{min-height:400px;padding:80px 10px;box-sizing:border-box;background:rgba(237,237,237,.6);border-radius:20px;position:absolute;width:100%;height:100%;top:0;left:0}@media(max-width: 767px){.PublishProfile-module__emptyOverlay{position:relative;min-height:auto;height:auto}}.PublishProfile-module__emptyOverlay h3{text-align:center;font-size:28px;margin:0px auto 20px auto;max-width:900px}@media(max-width: 767px){.PublishProfile-module__emptyOverlay h3{font-size:16px}}.PublishProfile-module__emptyProfile{margin-top:35px;margin-bottom:60px}@media(max-width: 767px){.PublishProfile-module__emptyProfile .PublishProfile-module__requestsList{display:none}}.PublishProfile-module__statistic{flex:1 0 20%;margin-left:35px;font-weight:500;padding:25px 16px}.PublishProfile-module__statistic:first-of-type{margin-left:0}@media(max-width: 1099px){.PublishProfile-module__statistic{margin-left:10px;height:auto;min-width:100px;padding:15px}}@media(max-width: 767px){.PublishProfile-module__statistic{margin-left:10px;height:auto;min-width:100px;padding:10px}}.PublishProfile-module__zero{font-size:60px}@media(max-width: 1099px){.PublishProfile-module__zero{font-size:21px}}.PublishProfile-module__statisticName{font-size:20px}@media(max-width: 1099px){.PublishProfile-module__statisticName{font-size:12px;margin-top:4px}}
@font-face{font-family:"MuseoSansRounded";font-style:normal;font-weight:300;font-display:swap;src:local("MuseoSansRounded"),url("/fonts/MuseoSansRounded-300.woff2") format("woff2"),url("/fonts/MuseoSansRounded-300.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"MuseoSansRounded";font-style:normal;font-weight:500;font-display:swap;src:local("MuseoSansRounded"),url("/fonts/MuseoSansRounded-500.woff2") format("woff2"),url("/fonts/MuseoSansRounded-500.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"MuseoSansRounded";font-style:normal;font-weight:600;font-display:swap;src:local("MuseoSansRounded"),url("/fonts/MuseoSansRounded-700.woff2") format("woff2"),url("/fonts/MuseoSansRounded-700.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:local("Poppins"),url("/fonts/Poppins-300.woff2") format("woff2"),url("/fonts/Poppins-300.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:local("Poppins"),url("/fonts/Poppins-500.woff2") format("woff2"),url("/fonts/Poppins-500.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:local("Poppins"),url("/fonts/Poppins-600.woff2") format("woff2"),url("/fonts/Poppins-600.woff") format("woff");unicode-range:U+000-5FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:local("MuseoSansRounded"),url("/fonts/Poppins-700.woff2") format("woff2"),url("/fonts/Poppins-700.woff") format("woff");unicode-range:U+000-5FF}.logos{display:flex;flex-direction:column;justify-content:center}@media(max-width: 767px){.logos{flex-direction:row;margin-top:40px;justify-content:flex-start;align-items:center}}.logos a{margin-top:30px}.logos a:first-of-type{margin-top:0}@media(max-width: 767px){.logos a{margin-top:0;margin-left:30px}.logos a:first-of-type{margin-left:0}}@media(max-width: 374px){.logos a{margin-left:10px}}.logos a img{width:100px}.logos a svg{height:50px;width:auto}.important-testimony{margin-top:10px;display:flex}@media(max-width: 1099px){.important-testimony{flex-direction:column-reverse}}.important-testimony .person{display:flex;flex-direction:column;align-items:flex-start;min-width:310px}@media(max-width: 1099px){.important-testimony .person{flex-direction:row;align-items:center;margin-top:30px}.important-testimony .person .about-person{display:flex;flex-direction:column}}@media(max-width: 374px){.important-testimony .person{flex-direction:column;min-width:unset}}.important-testimony .person .photo{max-width:170px;margin:0 40px}@media(max-width: 767px){.important-testimony .person .photo{margin-left:0;margin-right:20px}}@media(max-width: 374px){.important-testimony .person .photo{margin:0}}.important-testimony .person .photo img{width:100%;height:auto;border-radius:50%;object-fit:cover}.important-testimony .person .name{border-bottom:6px solid;border-color:#1f5678;font-size:20px;font-weight:500;margin-top:15px;width:fit-content}@media(max-width: 767px){.important-testimony .person .name{font-size:16px}}.important-testimony .person .position{margin-top:10px;width:100%;font-size:20px;font-weight:300}@media(max-width: 767px){.important-testimony .person .position{font-size:16px}}.important-testimony .quote{height:100%;display:flex;align-items:center;padding-left:60px;padding-right:60px;position:relative;quotes:"“" "”" "‘" "’"}@media(max-width: 767px){.important-testimony .quote{padding-left:15px;padding-right:15px}}.important-testimony .quote p{font-size:24px}@media(max-width: 767px){.important-testimony .quote p{font-size:18px}}.important-testimony .quote p b{font-weight:500}.important-testimony .quote::before{content:"";line-height:0;left:7px;position:absolute;top:98px;color:#69c0ba;font-size:100px;transform:scale(-1) translateY(40px) rotate(180deg);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIzOSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZCRjFFQiIgZD0ibTI0LjA4MDYgMzUuNTMzIDEuNTI0NCAyLjcwMTRjMTAuNTQ2OS04LjE3MTEgMTYuNDA2Mi0xOC4wOTkxIDE2LjQwNjItMjYuMjcwMiAwLTcuOTAwOS01LjA0LTExLjYxNTgtOS4zMTY4LTExLjYxNTgtNS4zOTA3IDAtOS4xOTg4IDUuMjY4Ny05LjE5ODggMTAuODA1NCAwIDQuNjU5MyAyLjU3ODEgOC42NDQ0IDYuMDM1NiAxMC4xMzEyLjk5NTcuNDA2MyAxLjkzMzIuNzQzNCAxLjkzMzIgMi43MDEzIDAgMi40OTgzLTEuNTgyNSA2LjIxMS03LjM4MzggMTEuNTQ2N1ptLTIzLjI2MTIgMCAxLjUyNDMgMi43MDE0QzEyLjc3NDQgMzAuMDYzMyAxOC43NSAyMC4xMzUzIDE4Ljc1IDExLjk2NDIgMTguNzUgNC4wNjMzIDEzLjU5MzcuMzQ4NCA5LjMxNjkuMzQ4NGMtNS40NDg4IDAtOS4zMTcgNS4yNjg3LTkuMzE3IDEwLjgwNTQgMCA0LjY1OTMgMi42MzYzIDguNjQ0NCA2LjIxMiAxMC4xMzEyLjk5NTYuNDA2MyAxLjg3NS43NDM0IDEuODc1IDIuNzAxMyAwIDIuNDk4My0xLjY0MDcgNi4yMTMyLTcuMjY1NyAxMS41NDg5bC0uMDAxOC0uMDAyMloiLz48L3N2Zz4=);background-position:center;width:40px;height:40px;background-size:contain;background-repeat:no-repeat;display:block}@media(max-width: 767px){.important-testimony .quote::before{font-size:60px;left:-6px;top:21px;width:20px;height:20px}}.important-testimony .quote::after{content:"";line-height:0;right:16px;position:absolute;bottom:22px;color:#69c0ba;font-size:100px;transform:scale(-1) translateY(40px);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIzOSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZCRjFFQiIgZD0ibTI0LjA4MDYgMzUuNTMzIDEuNTI0NCAyLjcwMTRjMTAuNTQ2OS04LjE3MTEgMTYuNDA2Mi0xOC4wOTkxIDE2LjQwNjItMjYuMjcwMiAwLTcuOTAwOS01LjA0LTExLjYxNTgtOS4zMTY4LTExLjYxNTgtNS4zOTA3IDAtOS4xOTg4IDUuMjY4Ny05LjE5ODggMTAuODA1NCAwIDQuNjU5MyAyLjU3ODEgOC42NDQ0IDYuMDM1NiAxMC4xMzEyLjk5NTcuNDA2MyAxLjkzMzIuNzQzNCAxLjkzMzIgMi43MDEzIDAgMi40OTgzLTEuNTgyNSA2LjIxMS03LjM4MzggMTEuNTQ2N1ptLTIzLjI2MTIgMCAxLjUyNDMgMi43MDE0QzEyLjc3NDQgMzAuMDYzMyAxOC43NSAyMC4xMzUzIDE4Ljc1IDExLjk2NDIgMTguNzUgNC4wNjMzIDEzLjU5MzcuMzQ4NCA5LjMxNjkuMzQ4NGMtNS40NDg4IDAtOS4zMTcgNS4yNjg3LTkuMzE3IDEwLjgwNTQgMCA0LjY1OTMgMi42MzYzIDguNjQ0NCA2LjIxMiAxMC4xMzEyLjk5NTYuNDA2MyAxLjg3NS43NDM0IDEuODc1IDIuNzAxMyAwIDIuNDk4My0xLjY0MDcgNi4yMTMyLTcuMjY1NyAxMS41NDg5bC0uMDAxOC0uMDAyMloiLz48L3N2Zz4=);width:40px;height:40px;background-size:contain;background-repeat:no-repeat;display:block}@media(max-width: 767px){.important-testimony .quote::after{font-size:60px;right:0px;bottom:-50px;width:20px;height:20px}}.note-with-button{padding:40px 55px;color:#000;border-radius:30px;background-color:#fff;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}@media(max-width: 767px){.note-with-button{padding:25px}}.note-with-button h3{color:#000;font-size:28px}@media(max-width: 767px){.note-with-button h3{font-size:24px}}.note-with-button p{margin:15px 0 25px}.note-with-button .button{margin:0 !important;box-shadow:0 0 10px 0 rgba(0,0,0,.3);font-size:18px}@media(max-width: 374px){.note-with-button .button{font-size:14px}}.how-service-works{display:flex;flex-direction:column}.how-service-works .columns{margin-top:25px;display:flex;justify-content:space-between}@media(max-width: 1099px){.how-service-works .columns{margin:0 0 10px;flex-direction:column}}.how-service-works .columns .icon-column{font-size:18px}.how-service-works .columns .icon-column .icon-circle{height:105px;width:105px;background-color:#eee4dd}.how-service-works .columns .icon-column .icon-circle svg{height:initial;width:initial}.how-service-works .columns .icon-column .header{margin-top:50px}.how-service-works .columns .icon-column .header h3{font-size:18px}.how-service-works .columns .icon-column .text{margin-top:25px}@media(max-width: 1099px){.how-service-works .button{display:none}}.testimonials .content{position:relative}.testimonials .content .header1.underlined::after{width:90%}.testimonials .content .scroll{padding:0 10px 20px;overflow-x:auto}.testimonials .content .scroll .items{display:flex;justify-content:center;gap:25px;margin-top:40px;width:100%}@media(max-width: 1099px){.testimonials .content .scroll .items{margin-top:25px;width:fit-content}}.testimonials .content .scroll .items .card{width:100%;min-width:334px;max-width:334px;padding:35px;border-radius:20px;background-color:#fff;box-shadow:0 0 10px 0 rgba(129,129,129,.5);display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 1099px){.testimonials .content .scroll .items .card{width:310px;margin-left:20px}.testimonials .content .scroll .items .card:first-of-type{margin-left:0}}@media(max-width: 767px){.testimonials .content .scroll .items .card{padding:25px 20px}}@media(max-width: 374px){.testimonials .content .scroll .items .card{width:280px;padding:20px 15px}}.testimonials .content .scroll .items .card .date{font-size:12px;font-weight:500;line-height:1.5;margin-bottom:5px;margin-left:auto}.testimonials .content .scroll .items .card .text{flex-grow:1;line-height:1.38}.testimonials .content .scroll .items .card .text.large{font-size:20px;line-height:1.6}@media(max-width: 767px){.testimonials .content .scroll .items .card .text.large{font-size:16px;line-height:1.5}}@media(max-width: 374px){.testimonials .content .scroll .items .card .text{font-size:14px}}.testimonials .content .scroll .items .card .text.large-font{font-size:20px;line-height:1.4}@media(max-width: 374px){.testimonials .content .scroll .items .card .text.large-font{font-size:18px}}.testimonials .content .scroll .items .card .person{margin-top:25px;display:flex;align-items:center}.testimonials .content .scroll .items .card .person img{width:74px;height:74px;border-radius:50%;margin-right:15px}@media(max-width: 767px){.testimonials .content .scroll .items .card .person img{margin-right:10px}}.testimonials .content .scroll .items .card .person .about .name{font-weight:500;line-height:1.35}.testimonials .content .scroll .items .card .person .about .position{margin-top:5px}.testimonials .content .scroll .items .card svg{margin-top:15px;height:19px}.landing-regular{background-color:#fff6ef}.landing-regular .content{display:flex;flex-direction:row}@media(max-width: 1099px){.landing-regular .content{flex-direction:column}}.landing-regular .content .list{width:50%}@media(max-width: 1099px){.landing-regular .content .list{width:100%}}.landing-regular .content .list .advantages{margin-top:25px}.landing-regular .content .list .advantages .icon-row{margin-top:25px}.landing-regular .content .list .advantages .icon-row .text{font-size:20px;line-height:1.4}@media(max-width: 767px){.landing-regular .content .list .advantages .icon-row .text{font-size:16px}}.landing-regular .content .button{width:auto;margin-left:55px}@media(max-width: 767px){.landing-regular .content .button{width:100%;margin-left:auto}}.landing-regular .content .image-mobile{width:100%;margin:40px 0}@media(min-width: 768px){.landing-regular .content .image-mobile{margin-bottom:0}}@media(min-width: 1100px){.landing-regular .content .image-mobile{display:none}}.landing-regular.mother{background-color:#fff6ef;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtoAAAK8CAMAAADmnehGAAACo1BMVEUAAAAAESIAAAAAIEAAAAD09PRxcXHAwMDr6+vt7e0hWnshV3ciVngnVnMjV3gkWHgjVngiV3gkWHcjWHjr6+sjV3gjV3cKCgrs4+wkV3gjV3jo4Orr4uvo4urs5uzp2+vo4+vr5vAAAADq3uwjV3jn3uojV3fY2Nidn6Dr5OwjV3jv7+/v7+/i4uKvr6/b29u6urrb29vV1dWvsraGhoYiV3j////u5N35+fn9/f319vby8vPp2+vs4tzq4Nnt7e0bU3Xw7+/h2NPn5+fa0s3/2bzl3dbq6upWfZbs5+Pg4ODY19jj4+TPz8/m4d7c3uDb29teXl7e4uXV09JFco6BgYF1lqo6ODjCwsJpaWlMdY/g5+xmiqHKysqurq6Li4t7e3u0tLSoqKgqKSlbg5xSUlKRkJBXV1dHR0ezxdHo7vFhhJi4uLhlZGR3dnbGx8agrbVNTUyVprCWlpZubm68vLwDAwJzcnKHh4ZBQUGBn7LD0topXX3/5M88aogyY4Kenp7K196Lp7iamprR3OPY4eehoaBukKclP1gUFBQyMTG7y9UcGxsiISEMCwviv6z/+fVzjqCbs8KkpKPx6uYpRV+pvcrz07bbtKOUrb5HLx/rzK9yX1RMPzf/3MFXSED/9Othhp+pk4WxmpNgT0eiuMafiHjmxbl7WDufeGSIalN+al+uws5pVk1UOCWTgHGKdWfEu7Wvg2q6sqtjQyvKr5nZqpe/o5JtTjawqKGWb1mIYkC1nYiWbETNxL2rgVjbwaLq4OzTysO5j3bo08aimpWhdk3Qs305Jhuvi3sjN0rmzaC9l4TYvIzfwHrlyI3QnYmpkmWSf1q7lGXApGjUtGyFmqe/p3i0lVL/7+OuuL7JpVj/4MpDXHHGxNe6yWtxh4BtHw4/AAAANXRSTlMADx8IN0Z++EDpHy9TaMZAsfR6lw3riU0bpOJ6tpEp5WQ0KczSVby4sqLY0NztyOjh0OaCSuSHp7cAAI8BSURBVHja7NfBjoIwEAZgLiRy50CiEMhmDwQeYNM5TP700Mu+//PsIHaLolcT6v+1WiYTD5VfUgsiIiIiIiIiIiIiIiKid6ubphuG0+lUZsy2Nwxd09QFfYS6PF+mqqoUgIg4t77lw6UtAVDb6nRpy6agfNVN9z1O8qHmse/4AM9S17dflTxwaRgxLkqFrcu1zWTfFPfso2vjRXMtnjZtfd2MHZvPumlbNreqqe27gvJyGmfFLtRbEtd1pGJD4kjNfTdVb2zKvptSvqHzpSwoG00/AZBod7a+VXfJSI/yNB4i9aIbqzc2U/fp9jbxhr3mngfvPHTnCYv/GENXIQQNmqtwG6v7s8nUDgUdXd1ugu1EvQ+4Xn4MMRq815hu2Jxb/qM8trqckZKt3uv2lgOqikynAbY/YfW/anUMd9Uz3Ac2jBpjDQ1BnREAegXJXtwpIGu6gyKGW0eeSg6rn2Ky4cP15tqqVtrVz6dwZj2S6HKF4BHPJfOZD+5DqlvVW7S9X9JsCyzSzoa9X2e+Cb/fn3M2sXwNZllkAYwF/bFvPq1NBGEYz0Uwdw+CtSjiQfwAWZ6XyTCZ4JA/koQiwYMoFIsnRYRqP0Kl9mK/SMkpFw+Ffi9n3t3Nu93EmEYSNjK/TGa2O+yS0N+8fXaT7h77PowEQp0igDTnkSS0RUZDxk2AJTObOK8AVjx9QDtNAFkOY8azF0PJzvH4SXYd5ZwBjNMENluKdrG+yejBBtrSmfXbkomi+uI2yDgDkHOUyv38bi2yU+w/z8zua4Csg4i9rNjl8/9P0c7fksgNbUPXz9yux4/ed4rcbG0JpF2xYkutxD+qAxnWUHEbmUgKOMRsgKwh3+nM7Vi3d4jHbDaRdQTjDJjlZRtz8XSRILJn8RkkJkAOzcGfFMYSKyHnLZ4Wt1hmKD7AvdEG0Da9PRgzye5wf8+lZmtAu5tah07kXrHqzSdyQUyeXwCCzKEc68U+7rgtE1bOtPLrL7vtcQ4wudvxOyU7wr2Hjou21SCnSyWbzQqQ8VxkdPiZIztzb4uSLSqi0qFk7KJFgbJ386B0mVgcZ1P8Gn3r5BuMvA/jIQRmcjM8GAdol7q9F+9v7wYPrJuZTUDJbfI+N1blIqkwF6oxh+wq4i2nbGFjBgW3Laut4zdKdoI79dRsA9ibZntSq/8LtW/9XgAp27xlAUrdrj+qRSrP/SfOZTXbLhC72mrDsym1VS63hDMLGB3j9q4Q4ogh7QBHEFhspaqtNtnuoOtWlfu2C1Wlchfddr5pohBJapGKs19Pizax2QlmmAazNbUxfPPmk394PmUtwINsDZEIZtDzDPvYjNpcuc3MbfBaAtJI4uL/lVWdPTa7T9D6ZslWaqtqo/eyNxweDIe98OgNQucHbj3eyxMvX4rH6A97Bwf+MMs//e2JNdTmVCJ4tzVg+UryebySrDZPvdmanAZp/qtbNHuraute1y6kf2Po9qwU7a632g4OBn3aRNYWt4upRBOMDm7beCVZae5z0eZbtoB8PkF8U2xdtbHO03Sts1ZbxnGTkScc7xhoWQ39A5vAer/NhtRmVIdyr8NZNOA4kjyJV5JV5mlI2uQMjJGPKdjsNUnWph/M7bvMYy1blifY7bBPjjC2Z0F22LW0iawtdMAkDGkYx2n7aS1SWe49S68hAZ2WTzAd1di+2iYt04uRCS1HQHetMb7TSFahsS4qvwuYBBzBGi7btUhl2a9bp8kSbKjZkrOLUfOFymJ36HlbbUTtBERkKAPZkG+ZfEdSgIhDOFGyEiVf86dqqCa/s3RbCD+I2wwXAAdYIu3iTZIK89CGpG1BJsuS5StI1R4fn00bin/xPw/ft1RrdNhcUt+QbBEgAa38jXGUXur0868gb3P64fT8bHQZPFet6XWRlirU7SS0dEVBh7LtYtmuLPe4aJfiiClW5db38fXr00nz20Spq/F43G6f/DgXtecxSWUxquD11S81On7bbKjJyfmP8cn47HzkRW9eXn15O+OoPZFDSOI2DOCC2vX432RV5VF2e4SMfI/zZtC+PL1WzbOvLw7fKfVx9Grcvjx6t1TtTlJZ8iXL2eP9uD06PvJqfzh7Nfl5PZ2+Pn7d9GpPjwtMJ61ZJOmAizZjAP5I0j6oRX6zdy4tTkNRHK+48f1WfKMoIj5wJTc2nFsSQ3yiViihqxZCH5sOFMud9gsMpKTZ6BcJWWWTRSDfy5PbtEnHOo7a1lu5P53JTJIyA/ObM/+e+6iYpJ0/taKVswTLzdaAFIjdHvFZ1TQpxHaAagMMD1IbiKoISnluKQl9MvHiqdqGn7ie51l+qAOqnbACSRAYMO9r5mqXNaWiycmtAnP7MZ89UlYqCpLNbiNAigzt8ciqUpNSq2rsjGMgB6pNQNi5f9Mnx0BjPWZWrjZE1qSz25pUKZAlaseQ/9Jm87iRV9hOL2MieSITiZjcOZ6qjT+mrNJm3ZEiNNgLY3vHrCYRG3dtp06nam9f2tbIlL1xO2bjudrobOC3dxPu8H61vwYxhfyXNk/bqqq8TBPJKzkiKSSXbk3ziPIqE3vJMCQdWV+rjk/tphkEQdUOfq02EXIbnjLJaLJ6UW0EdJuNpwpT3+h053T0AE/nqHkkeaWofNhGbrkjJJcwamt8KpuCZMtbySIQd+1xyPtiyJeqDiQZHaw2iOj2PGdBYjd0uwp9yxjaIfBTELQyhSEOogJBBKSAxvt/HExx00RSkgjI1Sd8JDL964pws3keWQCoQedaIPw9ORAQL5Nohe6IQUE3wdSBGjOhgcLsqm4U0AEWl93kC/xV5RVPJHJTEhE5xvNIRakoudpkNXwTq3B/I78DzP/tZ6FHolZUTYZtMbmRTmd9mfdHEA3IKgAgmjBy8zGolQCF1WqaMh21uVmSiMdNnkd4f2Q2GPmGrAgAkm5+8O/5xlfBrQbQcrfxwwpf/ys72wIyb/3lgeQDWSFABADICnmTV221rEwHJGXYFo+rFVRb05TCUKRKieQAYEFtTVU1uURSRI6lUbuiFtXWhCi04gJqvh2WimrL55FicmOf2uk2G0RyIBVUO6OSqS03bRCPW9kEEm0mtiLV/hXpVp9ztVWtLMcjheTmPrVR7vdEciBv8nUPr9IFwKqc/Cci9yo/qP1BZu0DgXmL5IVSmakt17WLxqXHGLUX1FZUqfYv1VbyrK2g2nLLBgG5+oPaZfUDkRwukLxQtLLyKlX7sWxsi8btJ6h2uaJItQ8PFLK2ytXWKnI1gnAsUVsGkkNUbeX31T565MSJkyfPck6eKEnWzN1c7Znbsmr/SdU+VvqRE2dPnb5y7cGZ+4+uXz7/fD+X7585d+3KhVPS8vVw9/j+qi3VPvwkklzt4wtqnzx14eKD688PyfkzFy+clYKvmmPHKxpXW83U3qqqDQjZNLxq/1Ttk6cv3n/+J1x+cPH0yaMlydrU5nvQbAyq62DqFA5/9+IJP6Jk4/B9LZeofeLUlTOYO/6KMxdOliTrUJtn7Y2oHSQ+JWC0arRd9Qtf0fiaIMuFNXarpAhE3jgim2Z51X547vLz1XD52qkjJck6qrYKG3Bbt5y+ARCxrll1QphCkHDiIDosgcSWQ6CI3hno2bXsMDuulSVqf379fJU8OC3tXn3W3ojaEDqe4+dqU7/R8HkuCZ2R7/s02osCH/RwGMR7eF+c1EIdUG0jGeJ9RhL5DTxB9wIKUTs9RaMGPxh7w1Bfv9rlZWpLu0ViSSDRNqA23WG7XnOuNmk6k4mzC5Cq3ULzyQ6zvVrcZa5rsTqEtmt7fT0ee5breTUzYLbrsr6uM8sI3QneShPXtp0vEIwd27N8ssBWqo08OFWSrE7tjVRtMEauYdlkpnbk9X2/5QVc7Umn00a1J41oyDp+YLO6ObHDqObtxGPW80PXjQJm+YHFklTtlvMlavX0vhv4rTq0nAAf1qKkyLaqjbn7imwKbpnavlc3Byygmdo1NhoMRqzOAwlznB6q3SSk68QAbdSZ2fVBx7FjyzMBaiwMWIPiLbVU7SGb7EYEz9rNmFB3Mhj02DgmC2yt2si5syXJ1qgNZJdVax3Wn1XtJhv3kTZXu0Vp6u0wU/sL6wXMxautHgYSCjBM1W4DaU7VhnZn7A1Ms9GynRp1nT5SN8h+tutp5AL3ZS75I7WffnyLr4y00Ndev9rU9Sb2xHOiTG2fVXVjpxVlWRuAqw1NNjBjLOa6Z/s0aSUYSGo0sh2/qPag58eWbdTrsY8RZ+RGeGcNSJH1qv3+5fuPn96h2uvj+mk5lvP7aj9LXyf35YardsjquEFJ1RtmapMOc102IlxtL23+cbUjm3mex+rQZp7NXD22GPMYq+pFtYfMtVjXqLGJxVok8djEY+G61S4Gkrdv01dkXafaPHTLfsk2qE1qrZAABN1h3G3SRscHo9nt7vKend/pI2bS53d0Rr0Gqk2T/qiKdw06e/3RjgFRF+VN+ntmf6CTNr9mDrujegwUb+gE5L9TG2eaSLn/SO3N9rWBUuAHwP/TNzBNgOk1hF8g4NcDE6PJDh9jp3gNKKEmmT5k/nCgevoZmR2Wjdv/B2qj3BdkLPlNtT8W1caPQJD52uA7Xq/qOIEg38/P1MbXiF+utpT7t9n+0chDAbRtue44IaKx0ebfIpdlt+RvZv6JojYBMILAEGPXQEHUxj63HMQReqB9u/mHaiOXT5ckUm3Of6Y2zi2RhVuqzfnv1H5+XhZucedrf2fv7HUThqEozBNUXVKpnTK0C/tV2uGkVQYatUQM2VB4AhYeAJG3zJCnAWT+IgYMCPC1zxdFmSN/Orq+thPVbNX+OkNtBvdJmNqP5+GpzVYJU9twY7U/jdr35pmrk0xtH1N7RcTtrmr72q7iiNoinE0ytT1VW157hGp7qba8s1OicQ+JszikNgtu1tq+qs2C26mzkdpxS2156RGmtpdqczLJaaSvassTTygwtf1Um40SprZPC+0d+nT7yj0kGGRlIPxnaQItqS3yRrcv72sjydqmyseBkE+bWQFAR2rT7SM+bGttYNAs5hIU87oqEuhIbZGI/1PofhdtaNfXRjarZc1PQNeapkyhQ2263SEejmzUBopKxHgdDuZtxy2gQ22JWJPsiX9t1AaKhRnpkFJbNm9btwl0qM16+4D4e2TRIcGk3gz1dsSDuHd+tyl0qC19nrzZq/13OrVR5rIbavNwQLwlO+fvKyUQxHFLSzUWJv6KUQvtJ+6CGqKJEn9EEwkxgN1rHhYaExvY7AYCoaCS4hJKCjr/Hgv/Ggc8HUZRjD8SEec9bpZhd47Lffi+YW/v/fnt84s2r9eCNlza8ueSF85cOXv66ClCe0m1b1zzP7/VpNp7zP9lT3cWwZ0bK0F7y5+5X77+0c6fPvWDqn3jxbTGBofA/qbnAdqnMNv/Zc/z/qb8QIA7r1aD9nbXSp2+Tnb6h1T7xp0APmGyf1gQPWrgg/JcTaDx4z8uoj/+vKxk+kXRppetHt5YC9pw4sgm7ez1qZ05+SOq/V4Rk5w0VprOq7Z5W8ZFQhlo6GQQ92S8r+H9yFEqte/F85Oj/eWNX4H+alQbYJPfu7lynduZH1Dtm28ASMyIYK5rFGEeMnGYlCICDrYzGg360kPk7hsUj6yM7X81DHQmdGWljo5cOgGWh/aXN/53Qt9aD9rHNzgFeOb6l3ZxWbWfBPz9JjWbKxnAc6eWWD2AyYrhGMHtHdZorYJvqbWSBQ9jw7dC1v8rp2JRmAR7+SJTTtKYr/vxV7Dg2V2FeX/jL19DMrGrm7uVHKsRbg8W0b7x4jMiRDN7/3mgtKdmyQoAGpuXMa4tiqJA9hyMDuHRDwf3TomCAvuW6bzPx0f/5fm4sgjARJ4zop0JjxLuu9PzLN9HomOv+9WN1ag2wLEj27LL12cM0V5Y+feesGQ0EezkEZy8nlomGgdMXRJOI4R2qAFN17k5dEHlZVZ1daIA/Kx8q50BbbMra3eo1Xf6bfFW46DD1gH9tsz8YeQO/ZCuS8duaEEq41ofYC9E2+xsme5wVFKUPToMu/XBwWFzkBatWp48GX94sX1zRWhv7Fby1BzZ9xZr7RsvAYDdHhKmHHqqo8kgtZvq0PanPQhtT4a21ala2qFVyJ1Sb0VYWqJCtGM0geN0bMVhLEsPIpE5rm0VschBl1YRigZUI+IytpIxaSlF6PkiHdHOhIwLDx0mjAMMYbrIt8Zk9ez5kyfZnsSiO3/Vf2r9fyvJCu05Wy5IXnIxG1tEwnSjHmS6j0WZKECjwa5t923rItryMNGJLCPXtxHtSqSul8hCKzxw4PayMDqWbXBQigQqRDsXtXaLnenkoe7qzESi7HQVWh4AqERmndqjrbxSVIHqxWHgtVYJvhD4TL5lJ0EUyoPvLhiYIk6x57fWpNqbWil1bpbse8tovwL+TrOJNE7FRNBd34XRlNEK+I0Zoi3xiZJBtTE2cAvQI9q1bLuus60DVG2DsVAEOrax4ctmRDsRcespBYGwmwD9TtZdF6UyB7RIpgYQ7c+1NphSYMIkFoEvCo1prFKB6rE7TZjMbLOzQCtDGy4d2Yydvv5Lqs3FzKHW7JoinWK+WsNnI0z2tbbreQbRTnEvtiIMJ3IHmYwHCxHtYuhZywMdx85AbT+iDU0Zi+IAe6MvD+BQWuOI3IE5tHUo7fG4i2E1oD2kbWVLp+XMyvbMLNDzO+tCe0OfSl75WdV+D2hczAiBuULVcdShlaNY9uCMRsP2jmptRBshzLH9FlX7UOau6/qVUcLGDioUHkdbe0HXWpkxnte1sa17WeOAyvcAvqHamPDA99WXaNPVyYttCn6592ZtaMNm/rf8xZ9V7aeKJGyuDgW+NKRqmuat3WOztZu9VXzaYVRtrT+pdiVj38stRLsTZWCa+HCotQvXTWVmONpt+FYZO9R+vAOvFG4nwk75YWgAjaOdysRTjUg904e18z3VHjZyFOQX8LtVzZAMdnwrC1wR7Z+bIXmmAY0jzVdaMPDHPDIBBEmKvZUamGy7tkRLzUe0nUNLyo8zJD22RPxxhkRIiS1CO0K0g3A4wV6ZQmAjA+iHTLY/JCW0K0QbEkvGrsqGhKGGJdUmR0F+Bb9c07z2tma3f1q1b7kkYUx8SeSmihclSZKHhQadlnny0SLF/7zrtkHzlWlGKE2y66sE0Qbj97t2gKRJvHbXHOCxNscuXhNB0CQOePmuTwx89hA1Q7fRPMw49sINQPltrjF1v8s9ABdD+NgOj90wgECeVW1q7R/M0/WhvZWS5My8at99tLjy791njOeWRVGAdiCRZVraPnw2fiFwC/JOKaeXzbinAI21uCnFPSiWlhnrN+1BTM+pNrXozIM761lDQjOA2yhJrsyr9u3F70beeKHYClF++0gBpnNVGYcV8G7U4uv1PGFX2resipLsjSWlfXLTKJ0ED/F+zuxECIFNB/kzv1rRyr+tlSRnZ8l+cO8HvopAS/+mUHLKODZohiqXyVFibsJYHg8FczO5gj7/zF4Y1IWibCjvPnN9sBYX7vn1BPrOetZrb64kuTyv2o9vL6N9HzHl2PEWZ5hXB1Np5FBSXLl+nrhzhQUvCugwJSBHQ3mIPD/7SVb6pRB/Na/X8y2b7ZUkH9g7f9UEgiCM26Y3IAQ9JVUg7WGTuUCKS5pUgoSgT2AhWIs+wz1SXiKFTxNByPLNfMYz3d7MgP923TuLn9/Njs5Mn6P99Xw5N1IOVt+AMRYKRuTxbadHlZlgl9JoDKoyOiV6IZwIPnNaSqLbdrapMkXbh0sy5mi/tshor+clv3gDDoBMMqXYiU3DVKll+uz1wNBtgpOaW/jIMAULtWifnr+9Z5PR7tMloTGSmzaVWuVlUZof6qhiU9XGpWQTR7xiwBTdBy3UyGSaR23GjYI+k3bjQbR3S8mgnOUZu/WQljAoCNrjVr1sZNqUR0PqkM3fMQsyXQpIqXcRhxhYIxSiphvZToN4aA4+fnU+61wKoxFz0ulmZNguJi3bNEm12YHcAqjpjsAJ6FHVZjEPlhmgqzpxl9peUnAkPb8A/ml428yyqfnHzcXfW0c6M3LQvgNZtZ7vQZ3hBhOw/wMMgSxNMM9KRA55HgwyTvaEOGK+gnDDM64OtWRShNj1TrI3gp/bh/0ruiKIVLPvPaAKNMAED8VRzwOOhkdIprxrMDwFn+QvSUICVkTbrtaVZFNf23vGzTAVaphc2TfyOCzLTbNY+bBm81FPRXJp+BFZCb3+3X3xVDyMB/9qieqqgZNINh3I/jKv/YCjR3snmutFALBNB7JAu3No+wgARo92j2j7CACGantE20cAMFTbIdpeAoCBdvcaWYdst0K7CrQ7p9qlv56S1tcOtDuJtj/ZDtV2grY/2Q60vaDtTraNQxJod3Ib6VC2J4+h2j5U251s/5B37jpSw1AY5gnoqHgAKsosPo6GyyIhC4RAwrKQHbo08RaskGicyFEsRy5SbQpLKVOky/NswdPgTLgNBIWCAc3mlzbxOOvNP9pPZ07OOM6fRu1d0N8mZPUsx7ewbugGTGrdZti+e//Vn1RIdrtwK8Llh6Pr8t3uYL7d0S2sG5rOfEPQ3lbYvvf0xR8kJLtnb684T5OjK+WcvV3+0Hj28YquWjiCIRoMnfYNZBsN2/cevV5He/fminSVRHB0IVkZfn2+2/1C9suEtDZes3AUQ4Sd7053sYZtriY/of3k9ep87d1D7iSCs38hACTIxfnuF7Lp0SysG+Lk/GagvakJgPeerObau3PiYvhnWAHg5Do4OLRwoY7nYB3u5HRXj9ruM/cC2isJye7hNZH/lCuoyacHh7pOJJz9N4Egn25G1L5zazu69+T5StTeveT1vyAbYNrMW1+cPziwUFSzg/n43Fj1BEErfX9sSD88zZVaN7lM2gLay1H7kq0luet4rR8BLGHehDYqLw+iJOtnzLAU8TwI56HxXWgpEQdh0c99sanRPHJVPxrC+vJmoH371ma0FrWDrjzM7MX4EFNASzwhieH7MdRki2wDAjniHzsszxE2ao6SJnn4g4Nz2ux7Y0WIswAYg9BVjKaTwLTFwtUAMZ46EN63pt42kTGEVhx+gqZxAe2cyW/jwh6mN75ksaI5QkbNb95c3Ay0N1T/+xXtn6L27gHJ9/9dmXLewY9CXQa/yvA+kIJaD5OszmBJUknZxfBNgfWBWkUsfOH8x4zkpcZ7tBmpatWijvJRaEaJqBwSTraOdJGuOkoqZWAk0lDSoMSplhLaoppQhjvnbBjXSFfToreB7sS6npMKGdqnwxLawVD1zVBOT/GBH5uu/y1F7SeHaHN7NkmUttEo7xNr0zYfielzyr2pkbFGJQoLl6gWAKgf4oC26XLHEqEKIxjxqFODZwnLExZL1ivjy14amfdO1Cr8pX2cN0VpYSZJ8jc/kPSe7rtxMcimyfMi68pGk5zwhqCaS6VbS5uaN6pry9ixjAbMY02yocxGXWmVlx0r2qFouqImdiBVTiSiVQCbpFnhfWGWP1i6ovhqSOg3Jz89atYW1pJfz7UP0dbKJTE3ioyR8sVgorxXNqlwkqdpVrYuGQkDELyvbQ0BbU/H1A1lztRI8oQ0YSAlozYqzVJSUS/SvBhU2VBvUjwlPIrrHJ39Hm1UdrXquSqVSr1uYCjGgDaVSiHBBTYJq2TR8tqw0CuohzaJY+IfJ6rvWApdGEcaYhsiZ7SJgpYbCpj+Bm3z3ZDQL25G1N5O/W8J7eWERGjvSa2ZUj7CXiNRVGyI92j3BggjOTIMwLE25fke7R4NaVPKtMasTTpQChgD53qPulQQIdK2ROLxQFBF8BmAIrbl1Rwkq58SknjOwGlW9aopfdfnOqkSmuvKl1KZgHYmWOYYZroHz+1AJR1h0E2mc80aMrIExmKczmsbXtXTgQntgfsyy8pltA2pBl7dsIRkO/W/P0D7aviCdubLmviWNRG2Raciq1jtWKMntFPDSMYZQO8qXoovaPuANmZThpC0oNRMt6INIYKMX6J2TpCd0PbaAur418vI2cKsZ18uI8EUkYtBRYUX1EVaYBZpPaGNVZSrosjARgPELCpHxAPatIwMsmWUYuUAhXGjTK3kPIwjdI82Cb9Ml9EeymCoJTPa6uJG1LW3VP8LaK897ffS7S/iYsXYCDljVjAEozNMWtVYxkzdNtA21rGeAQiWdMOAUNZULapaq0AoN6KhgWyEcQTvpXKmRZ7JNm4cE6ID0aEziAUAIDGXQn4q/l2naGYbxwBzAQQHw6Ep0b4sMr0Giec97Ft4XwKRU5eE0Pw2DqYhcWjsm7LNrV68jJwNydmQ/rSCdkWjE9FW5v8tRu1DtF+SauZqL/SbPQzJQDyczT2HQguvD1vf0JrP1JbPDi2U+bG+NYodpb2EleL8QNcertfo6FS0kQvJgPb60341XucKsCEt+hv8AdQ0PDX6QB9SeSS2AbBEAOuGVqL283cnk5FsZN3Whbr2L2g/u0jkH7C9199gTbjrBz/PPbxQ8dHYDloxlFyvTo96/eJFdCLayDeSi3Xt3c/z7q56uwzAEThDDbk6/2W+9suL5KgW1g2toP3q1cmgvZGprau59nyHy3XBBPwT1a74sHCbze7ZVakk/AfVrrycDK0lJE9fRqeiz+ydT2vUQBjGF0TwKvYgdnVd6goePYgz+bOiBQ1oqWAIJYm3XDIeXApeJkuWhIQ55NQcCnvMobf9En6JPfTTOM1WwzbRRE02mSQPKWQ2peTw27fPvO/MO91oSZwftWO2xa9fbIkolUtX7bOjrKMX6Gcn1bxC/gt9LnIC2YfX7KD9YNAFZUXt15mH6x19m+1A35KT7DJe4XK2UyUv1C60u9G2laLdqE6tbHRAyVhDcsgzhPa9QQfUNLTZ0M2ozRradwcdEEW7PxWhc2h3otjeR+1Oot2FVdvF0Ran07dVa8rIl4p5tLvgSAqiLb78dLk+q1zr2cmUhZkk82h3IUdSCG1RfLO2JffcrFirkMjSCQORm320O5AjKVaNPFJVB+5EnLuYNb8HMuvJv05UbYqs/BNPVJeDO1m/ASGwpPXbprPNftTuwM72AlFbPLJDbnfrkqAvnzY9brcA7bZvkRzffp6/y2Z6RnbbF02Tv/ZoZ6lNK1vv7032x4NKdOfhcCQIwnH+LpuvEtqJF/l1A/C64WmSFqBd616bvcdD4Ur7g7I13h8K1zrO7/l3ikFM3E9ldDZL9+Pb6C/67PEXAMJNuzNoSYygDRlGu8a9NneugmoVbE8OhETH+Tvav6xgGlgqiByw5SOsbbSRBf4CbWQTAENVg3EXkiM20GY5ate3+3ciJJqU6XGGQqJ8Q5L0IXFkLlhYvoqApgEINARM3ad3nIYgh+hwJWnXQ9/wfMkLpJ+PPcMDCMW3/NUFEAQIaGjzGMXgQ03Crm3F9yCa9Whnqg0FyckWgI9KMzkPhUTZhuR33aOQ7SxtHBgw1I2Qx3oUmDYxAqQT3V9FSuSsFkQKkUJ0a7nA9AroeBmPw4XiGQbCxLAuMLxwHZdzsKcqxhJhg0hcjDb05HlMNr0npy8brTagXVdBcixs6WBvUIoej4RctEEa7Q1vOlZcO3SR6miyu0CWaUZaSLDqkCgkCLsr2XdsOnQjn8Zr1bdkz5Nd23ElOnZkGsWDZYR16JKAcJZuzR1zca6iwL5Ge2kvCPcTbaaiNoMlm9rSf3s3EXxYyvclMdl/47WlYMPbuU28eRRoqsariswhzSScqZMFiXCIQYjPVR7ZCh0qmqQhSbNUhOSrMaFjJ0KrhW5gbABMLJ03dWuBvPmFwXlyzDNY2pam4viek06YQpvNqF1P+m8/heCjcr1IftROpIQgRhu9IJwk+0AnOnFkJTqP0Q5kHDkbtOeKpFsSJgFSXU51g7kS6Y6KialJ2DGQZmDDDBZY1X2JPrHmyHthSQpZxDhrugWhj+NppK82vB7ZCrRf3BrUoGEKwWelJFyKR+1E4mV0bRMsH/oOgCgIeIhMh0MeoJdm0h8faj6yHPpAow+A79DfRJZlIojiscV7YPPICxwP+IHv8RbgA95ZmddRm4ebtmbUmpx/YST5xzbatZjttHMYDf5Lj4ZCtj5mHNP0ehvtT1KwyWFUIE1yFeNGahDyxmWzyW4J2rWY7QxTfL9cg5NE7eO8M9rFme1VVWmH3jL0b5DN4S9verR3oKeDGjQsE+0klZ0dtXNP+52uVW9XXckgJdtueMGmLWjXYraflWlIJiPhD2gXOMhafLmWLW43fdEAUuz3TSe7LWjXYbbTBmI4+Fc9FP6k48P3ORkSKnE6U/ULy9eqlmdi6exT48luR167HrM9TiE4KeUfQFqHhx/zvPZmLnl5psqVS5VOvzY879emqF2D2U7PIw8qIpvqQ7rnXwbaIv2o8h3tlGqRgZ2RrUG7lmUkE2Fb4zL+TrZeZXrttMTqxQbX7UG7hl1kSY7kf5e1joQ8fX+V9tpN379Vu9qCdi1rtvcOylhB8ljIR/vdTa/do92VaWRNLRsStkeTf65BCgXQThuS1z3aHYnaTwb16HEM92h/759LNaNCaPdRu7NovxjUpvvjvf9Ms/Rem6pHu1HzyESl1mryDUkftTuENpvn7KXKPgWnkb3X7hDabDYjPiiKdh+1u4v2kwGDuiMURbv32t1Fmy7+Y09JzaecvLbYYbUYbQb7bI+FojrMXUOyTfa0MxITtRZtBueRz4oG7cOPBbz2FtVdgfsHefez2jYMxwE8l8HYYewwxg77V0r3Bhv5t4YEK6U7tMc8QN5htz5AS1L1UFBAUj2M8cUIG4bxxQxT2EMU9jD7RYmjeabBa5wGyd8U6qiyLv3wi6wo8ZcccENp6/cV8i+7JfO1xH7tfLEeQg7hkUU9O8w/ih1UezHqfNW5OLZ6Xjh13Zj5cYt/XyU3fr58m0n7Y0O3fChL+7S3fr+2ki1RD2oWCTzDbSJt/e6O8KY07c7p2rm2gp2xtmqTFe/MtoG0tVsiedl9KO3i11lCMtjw365ZFsCHWeE2kLZub7Uf/AftdXdFULKl6+M+TFdqlHa7cz20rKVtM2nrdt/ftxvQVlU7L3vQaUE+1yotSFPiXpZt82i/auiV/YfQVvu1Fe1MNlTsZt1cr3T3BovCbSTtFw290t2ItqraSna/nrAXuNvDVd02jrZmu0heV0obZFs1lj233RxYsmxDTKP9qaFV9qqjDbUK5tnHOshubSdy5I4lbZtI+1lDpzzpVrFCoor2UAfZV2dbyd3C9jVMScykrdcGqYOKqvZC9sBqaiC79RttJ2eLV4RsSmLUJ9r12yBVLW3rRIei/R1tK1fSdl+WbQOrtl6rf5vQbhdp90vI3vmS9x0qEUIfTLs5MJS2Xp8h24i22vkHtOUb7O1WiYs3ebAr34o2cSjCcY4mZSvQDr9BaxMxIkdJSI42pHmynJGYRvt5Q6c83WxCImmroj1oroc9P0cGDnbEW9Gmlx5KGKFpSlCKEKbQxKMZhcMZXqAnaUoxSfGMUmiiGLriZQcScUznHWz8L+3WsaG09dr7t1fNCslqfeR+2NC/kwucvgvbivaYp0CbCcHSMUXCg6apYHYU2cx2EheqdghHYnbOXJuxUeRdMJvBMUlc5sYRD2wU89Qt0j4ylLZeC9vvKrmMVFeR98JWrnt/6378yq1o82CUsHjsOCNnQpEdQNNFRMKQiyQcefYNopOIBnb0LaXnHhG+x2k8xfQiFn7CWMTT85nvYZGjLTO/jjSStl4L25vOtUvQBr4r2P3+8rf8gTw+bkUbu5w5E9cVyQQDbdmEPH88Eq4/p42hObGjS4KmCfKZ56LZGKFRYnPhhhEnQriUhvRe2qYt/mm2rfX9JlW7FG0o2UvXR6e3P2+t4VGugLcffVqiaNOxwNzzfMqZN53TnoQOTwLbYY4DtJHNHF6kHQcs8WOgnU58QgNan6qt17bW/e1WbTUX6Vk/fnlhGAZOZM1x9+HR2UXhViskf9i7/9ckwjgO4P0N/RT0FaIf+gOq5zkpWfZdY9oXLn+Yy45qP1RjlFcjiCIIDLuiAmGnLXRc6kjNNXR66w40n47z7igVBftj+nh9j8oojc72hmhzj2M/vPbhvXue0/DeRXHvYiazuPduRhAW4SEhlhXDYTEj8HIMltwVMnmRz4b3ZuS9+Tws5qGQC3f5WCbG34UFNDwS+zXaeBhoW2vPZusf0O49tT+PbFdsPhJ5OjdXeBqJJBf3AevPQX+bdp+ySJus/5+pba09m7V/NLVHetDGmBox6/W+DLCejc7OAe65pylx94jNfhCyq7Jjv92+495PbP+7tDOC+d//07WHdc/mN7o2xna32z16yOVaiHRdR+azyWw29bSQEiuwwyPLlYq8u1KpqOG/afveoz7RDoe//vwtHvKpba09mw0D7NoY20C20zk2+UKIRmfnM0LMTCaVKGlwtJtopEVUjVc1rfI3O8njftn+ruzetEesSttiNyMMcGpj++SJE+f8/nNLQiQ6m42ZiUOEYiIly7IG/wjRDZ1o8o6/aRvfG0Tw9l+j7bIsbWttR67a/Ae0f961MVp4ubS0tLAgzj+dncvEXsY/JVYsJEmjBbiBtq43NU0dscCZwR75Vdp2q9K21nbkqvWDu0Iit9uNRouQ+dlodP7lrfgXiUUShNRbKtGJ3oToULeHxnYP2occlqVtrVfZ2TKoro13NQlpNjW5Nhedmct8Cftl/GW2IKmqZhBN04xmpwG2K3hYbPeg7R51brNorLXTvmZAUxtTGiGk0SYkBUM7IsTjeciHmQ0bN/MlArZbYFvVOx2grQ1NJelBe3T0xjaLxlo77VC2B3JdG1fqjXpLazYbkWg0mlLEWg1gm0kWIjkxVpJU3tB0wzD0TrujGw35P6F96P61bRaNte6OXLV2IFdIMNKIRgyj02kX0tHZlKLUxLgZUUkkiqlUsbgMC3RNVU3aTb3+mhoS2z1oXz22zaqx1iGSVRsG0rXx42ZThYFMGtV0Oj2XyinlGjQRQanVlGKqFMlmhWIdyghf2RU23tOWnvw12j1ugxgs7SMHtlk11jpEAof/BtK1dxgGH+ZV1aRdKCVzSjyWKhSWc/lYspgsCoqYlwjPh/ftqoSb7Y5B2vVFCn9pD/8JTwz58RJst63Q/o2sXmWtrB1A18ZYhkKiQd1oVZ/PzKQTRUnJFgqFRKkqxoVkMinElhbydUPl+YpqdGnrQHvn5+c7Rnvhwy4H+vFXkcMBrg/tx999qoPz2D5/ukJ7OM9HwUtsb+x/18YPU2/evJFaRKtL6ZmZmefLEszqVCJRKpahlgiwK7m08KwOY1uGrq232zqRXrf24E+XVxhuHOB+c58wfp8PeKdPOz6O529WwMOuiSn44M4l6utvgd/H5r1IffHN/h5tZG3alns/m7X979r4RbUOrg1CGkD71at0QkpKpcLsfDKZy8chYj6/8ExsGBUIr3caerMqtZ6hj08PsByNMLp08uLZky48ecnn8ZzAeP/J01d8l53YDKInHEDV7zkLTM9cuO7xHsb4qPf09SteKDau6QlYE/JS1K2zHh9C4xfPnD1pw/7z/vMeP0aeiwidOX3J7x3t/sgrU3soj/6ZY7vvXRvL3b8QoWqrhkn71XMpV33+PFFMKmW4ur0Uz5XLtbwo6eFK932OZGLUq69bi9THOuHljnNOTAXZO3dYz8gplrsd5Ebtp9lQKBgKIDuEMmmjmyxzm/VQU2yI4WiX4zbHhDgWygbQHrHbQ17bcY5mgg+oaVjATqBxLsgEg+cozkN52RAsHVuhPcSvQwz3tff9DAkG1t2EebWeSAPtmWIuCbCTigKkAbeSy+XKYrUBbTscrshErS9LZfHDrg0+RNOHGS/QZpzIw7hPsbeQL3j8XPC87RAdCgQYyEWTtoMOnRibvjM2FTqHznCT17mb6ATznjZH0zR73s1NTZ6gaTR9224/yx4ah57jZ48D7aPslIM6v0J7yGmv2tRv2ojXYbNGNwC4vpx+BSnlcooCFbtWrpXL3Y8VqVxLSU0D1vAaTO3l9uvXH2n7g+OHJzgHFaQpdCbkPBUcw2OM9xQ3hvDJUMDh8/v9TpO2kwnS9J0756YYJ55kA5eZo9g28Z72bZ/PF/QG2BAsYND0WYQvsM5xbhLZ2cs2zgPAMfat0B7yN9iDQ1J9vkJia1UlSdONburPZ2BqJ2BIdzs2uF6u5pQYnP4D2ssdQ1WbOmk1pJL05vVDbMpGF9hurpu0L76nDVMcwCM0EQp86touNAoDGTmd1BTj7tI+EwzAQ0D7U9c+yp6kKLcbTXvgt8KkjUdM2pNQY9D4Cu0hvhfhQ9b1d2q/Y+/cXpSI4jjeS1CPQUFQURG99AfY+Y2Q1DxIjqKyDDkPXhftQmqmprEEhrDQPSoKpF6Kltmp3M0msiazkizpxujWdoP+lb4zdtmimxRR23zXndk5e87Zl49ffud3fmc90dF7U89MtPu2XVHbNSMSeVSDWi2YtqLUHt2QXzx7+vD+/emersmNbndtH23HcDwaPX447pyBNlzbtWVXcjNibZsptmk4JeaLh/2Fw37He7R9w4dSGTPWdr1H2+4/lMrtSwBtw7WHPqC9y2+P7/NLBy20Z/NZhL4Wrvox2t6fd23u9n19CsWqKMZ++OQFbLtS1ZpGlN1qtlrYkKx1rk9OdFqK2n79BAnwqSldMdDuJ7bJlQwQMVF054qM8gU+LbnIlRqloUImUi4INlMk+v3J6PpRf7zookSEJ29SYIFkJhxJYjXqKIaJKFfi+EQ8XlrPilmimN8dTfqIS8a4ZInxxYwkHrbQHkRr5vyLWrz8R2iv9/28ax+9PT09NfViChvoqFmVkSRR5Uaz96jVbLZw6VxN35u8d/asojaQ0X6GjrreRiJ8Yx9tYkQ2Ysx4mQ/mzbgbbfQebQbRxyt96AWhR7/l8w7s00xoK5TsLLvLZaE9e4/Z/CzbXqfw86599LGu670XOIsAvZbV6gNstrebvR5C8Hbz2pXrZyfvHT93Tqlq7df3cV5h+uy0PtHtItb+UyJp3+bcwThnoT2AFs35N7X4+zGJixcGyJBcndJb03qzCTdut+tV7EjWtUaz2auNa/LY2Nj4WAfFUtdPV+rt9lRP14H2VUX5o2g7sv646CP8aKH9s1ow5x/V9+PtO+4BYm26PdW6eU3vdpWGpjXkShVflYoM227VoA6ETOD1OnbgGy966Kc/vt2Vu3/yNAIxjusHNxbas/Rw5Ey2v58n4QfYslmHf8FwX+8qimYIBVJVIwMI3wbXLchE+56K1WWj3QTa3enpiYnrs6Nie/bWkPy7aP9g78YxANovHz7utZqKosh1WdZg2apZStJoAu6PaE9WzDil3YX06Ykx1JDMBlmu/Vdq8beN+84AaNuOPpmGFxtkQxq4ruIbOUDN8G2k/86e7XRq/aSg1lYgXZ+cuDsrTNtC+2/V6uXfRHuAs5F020B78rSJtozs3we25XYNAbex1z4uV6CqpjYU5cIFpXthAuO/ImIDnBv43mDqpwWNW1/9hj+CNllo/w1aserXXZvWXns03p1UALZalxtVYK2CbVxlBNdQW5NVA/VqXZV1vXsaeI8xW1/Msx4zRN9DSe7wL6DNF9dzXjJn3R5OBBjx5WLCywJFgdZnwwm3lfz7n9DGpzct/RrazkHQZtiPxCJSrquqqrVV07bNq6w1GkgINmSgbbCt1tWxy8HrZy9cuvVhOCcKmGG3l/oSMubN9tOfJj1TnI8Jojk6kPIEJS8qt4eOJxkvxViqJER34+1kof0foY3DwEuW/xra9OZ+r6vImgy0ZaCNVWTduFaNdSOEpGC90rftijy2de/ewM2PlHGRIcywyUeO0UjJyYTMUFiE37KgKAajgr3sEUXBWS6E7ORJl1IhznhmZI9GwrhhpC8RQXdnLJJ1s/Xb3andCQehtHs7UTjqjvDE4l4SY64CI9ovkA2yMiT/D9rQvGWfBybL+QHQxhGy+zgzphloV020Ydl141Z/79pawwy+YdtV9UJs68irDfQJbQ8m3+9z+UvpUtIlDIfz+VyMRaXtgfCmkGu4GAhtiYTSqRIrZ6LpQkoMRDcLTCymozkP7JlJsbQU4HLZ4PGC211wl+J5Ds28nVgkIIjriSIhoM25iezDPP6q5dr/Gdqmec9dvWIJtHrl4jnz5g+Cto0dabYVeDNcGxSfngxPXDhdr1dVGWiDbVzq79FWK3Xx4ta97BPa/rjf798nJEqMWLk0BP7IkwSXYNFAG3Amiow8OVZOEPn28eh13JfhiMWyBtr+IOP5fA6DE1FXwTGU68+MrpJTEO02EkeBNkGlghWQ/KdozxDQHuhTEejok6YBsAyWO6UdO3fsyE7IWFMCdFM3btTNXDeqSx5ULzzfuo1oRkBChIAkNYyTMvuzwhb8xhlnOS9mlULuTcA3BIYFiZUBqOMQ3keh8vZ96DycIhCc3h2PcomDxnN5JtqcFCW4tq3v2oSOSauGxEJ7zoCuDe159qLR0GRNqY2cP3lsx8XRUUU2MoGma+Mlf7Dt6oO6OALT/hLtRAlgBL1Dw06iIT9LpYm43V9DG89lIWNn3JBguLbAfKnYdskYzH9Cm3kQ1JAZa2/2GWizaEogC20L7cFcGyI69VoDyGOdzsjWrSdPHng1ehoZE7DeaEPjN2Qz/XfoQVV9UJm0Y+yXy0jvlhAf3ewThouCkMPxyKTHl9j0DbRLLJVwe6SgGWsHeITSyeN8XvK6Cw7X5iCH5vzmbDDo44piMJtkQNte3BwKBnmbzULbQntA16aj95ty9wpO+O49MHLgwMjW2AUZbCPNfaM9Po41JopdDbQfgPDPw/SYG6NTPNlTuyWe3MVAfEuIEW3PZLaX0s4IOE1vJxtfpnyabJxkw3OeuOxufxAubDj87ixHDnG3JJBz1M5G/S40j0pQGd02iw6iWMAlSlDAQttCe2C0sW/zQkd1a7M2cmAErwP5MUXTEJHcMDR+Q5H7OZJDlUuXv/B7wuVLzWixzXg2e38jrz2z+euTWQHJf1HU+vvRprV3029fNGueEWjvyIGz45NdBCQAW1FuQLJ6pmrY9hU2O6pHZjva/+pRhN8da0NkY+/Yu38VhYEgDOCPdTlSnVddc3DFHQG5QgsLm4AKCjaJxMrGVlC0EMysf7LRwohgofgePoqjIzbphC1mkunS//hYdrPfHm+03QftM+gaLrExsUl3uLrHtitKtmDaTC+QGUhttP0+weLstdOmKQPU9T4h2oh7OUbaU0fMUx/SafO89msgtSm3+7PTeuNTbDsa9FAlCgCQN6jG388oKsj4SzsLB+0se0iMpDbhtt62u8BH2bgiwf7hqDUPgWbeWQxcGTdrspHaOe1Ui/tX10fZSLsE+rfWChXJviwCS9hiRDZtjsVoBmlTcleLAdruYWxHnqcS3B/ROnJsgbAl02ZYZ2mWNiW3ZReDdq8MUKmrMGl6/9+2rI2RDNBm169tnDbhvvP+PMZxfCh84IfIxJZNm92rCOZp0zyPACW7zmkznNTmX5q2YK85bYbPNL1M28ppZ4z2lZ17W0EQiKIwvEICMQ9lY1hKJmKg9/tuHsA73/9tIkgQ0SvHXTT7e4afxQweYnzB3S1TTP3YgcQW/5t2AG7q841uXitsxbt0vay25Wn7YOYWelDssQn/SdT1stqWpx2BlWr0WKNg2i6+EUna8g4JHcBg+a/YlYJR0ZXeJG1ZbfLAqCz0VJXCnCCkgZy1rU/bAZ9az8jNXR0TGshqS9oEPpme9YAJ0ZFGJG1JOwGbTC9QWMsJWproenkaafc1sgWXWi9psI53PtGErLasdgguhV70Yu/sdlSnojg+xhvj93f8Pho/Er0vWf9dkob0AkNpmB3c0hppS5G2Fy2ElApjjBJJSJyoF5L4Bj6IL+Kz2DLMOHPk4NAhczrn9HcxA7t7l5vfrKxZe+3yxo2K2C9K/6WM2qXat9au/UH1wbx9uExkQ1khKdW+tca/p3aofe9wmciGMiEp1b61xr+Pqzv4IH9NZDul2qXat9Yd9Xb1sBnJs89LOyjVLtW+te6od6obDrJtk6bYOylz7VLtW+uOqu7i3p7/O74l/Q93LWoD2Dq6bbxUu2DdUe9Wd7FXZ99r0jXIHbWBpHHb0kN1atuGyW6UaufliaNb4o3DqP306y9J1yF/1EYSrOhS2LzQjCq72TkRIDx4CTNdYNsia8ruHy/VLlwLyac7zP7w2tU+6Xrkj9rQuNnCxqx2L1GxGTe6V+dTa7t1sNrYFpftmpreayswTJk0BrV7n+BQzG6p9mUK+ZzWp25c/HvmTem65I7aUMR4dG6zzW3h6zhjtrj6HPea08DVkQ2RhS3IBlsssI30g7w51abN2nD5n5vFs1LtKxRwn33XTvu9a4n9orQHe0dtAOufYTDHefjt1wiuyRTR9zXMBO/PZDZTK8c2W8467i8doZp9pzY1QPOE7NOxjt4w0iPhn8YMbb8vahiKiMKTzjK9SdjvO8qQQY+ZEJ2gCxZ3Bsvs02AaUKKWN2E1r1lpOrSKO7rVOTGA0WBLplK2RxVpnz3l7ZvkIy98Iu3D3lEbjZWKCqD5w9pmnLiFZltvkxANi6viJNFMT45aFT1izjhs+EnTHraE0ZswxtvmROsF+rK/qvljQ+dLZWA1HJs6Q73LR+2op/LGcNhUAhnGUA6mx0uuzn19FExRAXGtonDhq1BNraINaBaE+kAPhYzjzv1ql1Fbkgq1z57y6r0HBe33cuzP7GZ/tY1AqEjV4hfJLY1H6M2csXw6tUWnLWzCyGdnaotlFmZhDWxDUfhxYjZ/a4LseMkBPgd6pnE6sycDNtbhjW3bn6i8btvYqO0nUM1WEAJL50LtXz1cqL0k1TRdjUq1t1O0p5B8/ACzP/g/sT+S9mX/XJvcwCGKx0s6H8ZUgEj3WWcZhj1ZeMjU5sfQOZu5a7WpvjoJSfTGPfU3BeTFywjgKyCMkiAMQ4MGGnmTdLl+rnYNxlTmRqWeqp0AbqY2ohEUPuokqJsaUrVtF2Bdk8vQx1SqvY3i7LOveTtHzM4ndo5cm1aDYegPGS5GWp2l3p0uyPG03lR10jxjaDNzrnlBprZs9lrzuSbmFJp9Bi50YzDK1PZ5V58sa7yneV6qNrrRSHfCVO3FpEVjq+2YZ2ofx6be9adZrp39pfDGyO/Kk0U77mRqHzvdJKpjOSz/jXwQBdmMPOP9LXvsr+7OsZ+X8pCjQgJ5FQyiJi6NaLYj3BqanhAG9Tzb8VToQqTG9kagRFjHMzFrQBUuULcdJyRjDizimRMrMISwG/CaYJYQc7m2kBvpvNCZeSsWaxV5qcrxMP2ATO1wytiiTr0FZbcX1OuCuUJYVDONUu0HUpzz7NuOtL+/uyryiZSXb9R969ogdxzistogxgjpBZkBREwmAOlPAtH6YvqGpdcZAZtJVycC2eWz99kbBlovZ5SOwghleT6jrOLIR1jfcb2Knd+eYERKqfYOCrFjs+HVKxvun76xc4PmRSk3XzaUvevaQD0V+daANlgs/S6yl7qzfQvT1suN9p0U4GTkJbnff2cduu+98/Zusd+UcvPD39W/6rm+gewWAbWXc53WL8v2qJwUoqy9H0+8IuXn62o1Vbv4nX+FeCb9I6p2YZ8b//JLUn5+qq7VLvu1H2e1nzsqJM9+JuUnM/uORO1C8Iiq/exRAXn6E+kmfFct1S57SNKDCIXjydelG/F59YZqA/SIfo3eYxW1jwrHc69JN+LH1rnaSt5TNoo3KtW+62q/dVQwnvlIuiF/Vi/Uzhe1QbNBiHy1N6Rsfl+3BvLwaySPptoF+xLrtJJ9U76orslfIQHCwXkfCTHGCNc7IJYBkuX1/IuUBkyE2HXUDFq8t9tlrn0/ha/9PfeSdGO+rFbz5tobGVsmVzcv5ycTc6JcPkdDSJkkuIDSS5vhdIHrj+212q63mSy4CtCV+UTnS2geZmpfTLhuil9G7fspdu3v6eelA/B7brUhr+3EbHBxfsyLZLVjoRdFPehz26IFH3bn4a+Bq88BvUdOzIctkMcdK8kWT9ymRes/ClE308n1Uf8khMujEMeOl/S8Ce8ZPBoRWdx0F2onGGorKLE/bZPuTbnLriN3qfY1eOGoMLwsHQQtt9rh2AAqsIIFXahtQv1F7/W1dj+xfvaadkcb/cprwbIWcsAS9LOoi4g5fiP51aMKyPJrSMnUbn1rq1HEuC0vO1r3NDR+m6mio7f7XLXGinGia0HAnIVqRDQz626gWH29fdItltp3OCF5+qggPPOZdBC+qebNtdHm3AD0waSJ8yGv7wdR3RRJMuXWgOROm2jF2diijdqnGpq89UsbJDK1kzE3m1ZypvZvCslBPYrp1ACsadInzARo6KLOm2JOSO84cylV29dBZs8aMpot6RoullH7/3ntqBg8+Yp0IP6o5k9I2iY36s64i4sRz2RKFPNhHMeWxaGcNoGQ09hCprabqt2Aamo/ZzlJpnanJ3tjrq3VbvzMQIGaqt3XgXCSdADbBs0s1HhzuAJ6fqo2MrU10NS1BMGel2ofhuePCsELb0mHQssZtVOANh87gUWX1J6AfC/mxPy5xQE+IdZJ1Xap1WmCb9RuDmySO5naJzHkzrgOrNWmM7UxSVcNFsYVtS1eY9Mgi9Kp2uaKjoNGqfbNKViB5Ik3pYPxfTUld4UEXR4Ihn8HVkE0iFIHfX/CEgHU/cEgdqgXzGk24GZMvoq6UJu+PzYztbVxFIhZDMCKmx0CmYpwIUeDsWA6B+ZL0CKB7KjKcMAnQxgDsyugcT5wKYkJS6tYufbdVbsIBZIXXpMOxw/VvFF7E7dj7fIYU9U6UpoNAquhAmoppACKDGqqTIZKoBqF3eOaPUe6vqapYCoAJlP2S6EaA6ihAlQHZBmQWTacjbHsTnWqAfKxCrDsYlEqJLjraj/8AkmaZR+Sr/JH7Qwgj1oIT9xF0EbljvJIRu0cj7IsZmFkw7o1KudGe35AxtDRUKpdIB56geRl6cBcVfu2voEMhTgsU6p9zsPvIEm3Hw/MhdrlKZvHXO29CySF6xi5yrna5VGEx3438mEWSJ54UTo49yckZdR+bKP2P+ydy6v7RBTHFXe+RRR0LS7c33LORAghi0geJEMdk4h51iQV8iAkMa2IFosVL7cuLAguXbjzb/JvcdLbq6161Vtf1far7S+TOTNT5OP5ncycmfyLW2yeePnq79DbB2hfvPbZov0AFP8Dwcigjy4BySUgufo3l9lfuvp7dLgaKV7e0X6uXvvfeop8/JWrv03fXwKSC9r/2lPkM89d/X365BKQXND+t54iX7z6O/X2ZYbkEmtfPffIv6BHn776e/XexWtfvPa/8RT5+MtXf7PevqxGXtB+8Y+w+B8Ks3f6+uK1zx7tf/64v6eu/gF9+P3Fa5872n9ky+9/6AHyR7158dpn/hj5Tz9FPvbs1T+kdy7z2ufttX//fQj/ramRPX1yWY08a7T/yLtQTz4d6h598OdOakW89yRK5LqnDrca3V/78DMxh38fJkS8oP17+yL/c1Mj+3r7+4cHJCiS2wvd2AGqa7/ghDg77DSH93tIlazBSrm9NNRfoO10KA2wEv5NZESQfzIBad8cxsq2SCxJ5LbwEFjBEC5oP/bIP6cnr/5xvaM9+BySssOtYvfW92E8211w7byyOsdbVTE0Ho72HbXPCFNxK3fx0+2d4pVQAnLqZ4CbOUHHBeTaWngh4o8FJKWzvdbbKuK2Fe7Eezu82PZ/eFeixtmj/dsLNv/BSb+f68NP5Ad67SRGq2wdjvbSjREHtGM3BYSVOxMRfDd1VhxtyN1Qw3HUXWcReH1bcdOhNogZNDJ2bWmimzLXG2CLvbK3tL7UMY+imzJCtDJC3LWD/Qy1YTQ19oN+HZjcyEKycWcyCZdtryE4tIyW+jwLujBk6mo8wsjSlmnhAyrMjSKdjxuoiLHubAI3R9RZ7xQXtH9vweaUN/f+ER3xjvYkHt+s/LUT36TRxB/Qvi47mhGWOWwKjR01dsLR9mtnOZUiZtUzzZj6fm1w040dLScMai228+Zaddfx8nMNR1BcR8Eki5gtsdCY5PwWoYbZs5DY47G9iezOu6ZdYzvqetPMYUYrRklrO0ENztyP57ZEmaM68VRL/BH2XXST5rYPc/7D7GHciYdIvWCy8q8dccLyqX1B+59bsHn+6l8RR/vBXjsMAA0vThCXdECbIoqf57WfR2ufGoghRxvaWZ7XccTAjZC5ee6mHOG1gxBwtMe2A9ip7gyRLga0fYBr/pl7LFRsYXDwKXNm2rSaQlrkeTj3asR8CqLdeJ1OLRQioY9AmYpsMUQuEPqAxE1hh3YCsGL5nKCSbNGutmgXfPS0SQDl6QXt3zmC5D+w7eC3dZTXdv27WNvPBrQZL61XdbpcMqewOPAD2kW5XAbVLdp9sVymHUeYu2huDrWxtu5i7bYZ0HYQbQchcQa0CfJhPHu1gSwMgBXNMk09OqCNqC3cVqXqLtYWajn0t8wPfzSJhImPA9rc2g83CaJU7KFdIixS1l5i7at/8AXWr179OzrGa/vLhJAw/Qnta5E4n6uZQdRadVdEnA5oB0ui9NqAtg9xKQhBx03rgJBsCEjocOH8KtqiLQIfEdbUwGDiYewSkgYc7RH3wqZLxLVWdKDV0i3aC953aQOLydjWCfSMkPkt2sycaMS4NoZxl0S2d2g7E5k418a5r0b+QztsHnv66l/SEV677IS2LQsxnyF2Jecm74syy7GiYbHAMe17N5FdNPuwDcBZQlxEIivLUOamOu3bfgGtqtPSZWQWIQY+R5sZiAX/9MayAdZGg9tmhYBVIqPA+GjKmCHqyUwr3b6HqmBuTFIPSS/KfVv2BeZFsEpCpg4juJ4TIjoNrPgo2YC2RsvWHW9SxGiDAS+U1rl77X9mh82jr1z9WzrCa8sCgqYRFGQcPiMURGXMr1EZq4CeYahpATqiNB6MRARVQUHTBBwai2OV39KB11owdIWKNPRJEPXtRxSRmAoOpjIikWHERxtLSIaRFJVsh0Z5GEoZLgCFsSXpCLoqWpZJkP8WhXBrPjTE2lh3xzjidpokE1FBlEQES+P9njvav5Yb9f8i+0Fe+/eFK9twJsZJLM0jTkMzoBJeFtp/rntO+/s/RSNX93jt49EGv3C7EznaD2VGmY6XHJJf0UuP/AP6V8n+Y177v3pmJQ66pEf9Uv/MrPazV/+qONqXpNYzRPueWe3/xXz2Tn8x2ntpSggS/qyK3Bf3IhD83VAH/tj4v12NeEGb65Vfp/H/sAZ5p4ejjU4cO3AfILCwcISihdwwZ3DQcDaOy/vQVoPfAxe7+F4q9QrvrHr1t9iVywvaXPfOav/3NovdryPQpm2TlIAHgrtv4laIkIfIJWqIe4nbMM1lba/BgYwp7N+CX+m7CfGXgm33UYGjneXEgF2DX7M1J/fUnhvavx5q//czovZ0VA4Jp9SUGXUrMIqsgahhWSmjFWatxtFWS6e+LhHRC4S6odTgzaGidDXPowAMNwtV8Cn1QZ5lrgOL0CWIht1krgdKmhU5qG0WSoTbNJJaNFlhotpnjIXguJTJMl2k4rZSy4LM1ZGjTRHR4K1MnDRutiAQFTQVpaHewnwYbBb12Uw0J0tKNZTLLNw0JKWFAeM+Cy3EM0P713O1/+NZrIc6JodkqUeJnAVWV2vTxnD1hZ1rs7lebKx4Lrt5kUpLaiFiXohfpNpqKo1wPI+0xU2+pCrNrSZRqVPNlJJZHdXYtANEY72yNlQOQs2h47LUWieuK4Oy8XqjzWoxC7TcDg2704LCXAdaNPU0N62+8LWyhVu0xblvLVpp3RoG9Y260sJU/nxjBa2wjqpEpHU1dntrvdTSuUiZ1tm9dzOOQ9n1zUUGZ4b2352r/czVKejhXtu2M0P9vA9DO07tYAyLGaDwhT8vw/Jzx70OBIh63mSLtowwN0e46RHBzhvazcOw/cLs64UK6yIs7Y7NBltjLgyZTNeU34o6m40FmgOatncNqN94U0BkYTMJw/7aW0tY8G4oddbcZEpu0e5uyrCfWhMH0WehPdSbawV1KrdTPhiNAGXbmxAU196cIKa9YlNf9uw+bD+Xzwztv3lb5BPPXZ2CjkiPWs2JfOPneWwqanqtLhig+EWU+Hm0kN15u4+2gji3Rhi7gOSao+1kUe4viGiUmTxZ8i5kFmzRtiUU6Xie8lu6qC7XUREhjm3PRpRvjClBLMPFNM993+J4ui63c6oJon6HtnMd5VEkTDrEmM0ybunIE2lAWx6Ha5n6iKptTAAFjraAOOuJ6FBqZPxnrwDxrNC+Z1vkf+bwsz+kXwYkvx9rk2kKbejEVO0bZ1ot5nHXUrFPq6aQXKdnUpU4iPtom9Olk6452jxsqVgoh35E1aB04lbfob1OnbRQlq3jt2rKnGwZTaM8abQt2orbdys7NO3YKQOVo+1Mo476P6LtT51KSZZVMCNrN4+y3Ep8p4xv0VazuFtrNPHzbGZu0ZZbt9vM+3HSLWyl5c1CIVbwnNB+5O/UY69cnYYeHGsvDTRTSdyEMwOsINyQBVuUjYJyE6YWxKqyHAvLBhG1DekFxFThjTQWRqlWbcBKw6UMHO8cpG0XeTegrQd+GWggxCHzQE7DRoSONyFygCgwkJtyEUWoBeFCkRggOCz0BZUhig2PtccsaESLt5KRRbMyJ+jNwlgSGEFpI3i8I6B+WsaSyBCBCcqyXOY+RCEz0GzKRpcW8jmh/csTSP5Pi5A7HRGQ/EKLFPA3xVv9seoR/jGNDkt/oBnQ6nd+5Dmh/fOE1v/bhPZOfzqHBDdLGJ26wPXwstC+068ktJ7etN9Hb7zx8Z/r4c8vtKOsn36SCWrCBe2dfrnKfnLTfm98bb7OpX39Z+j+8177lFL9fvNHXo6z3OqXxzSc2rTfGz+9akl7++he/rTXflgd4h8xe6gN3mt0yfz7pf7Oqb/H/oppv7de35P50bHdHOG1Dx66QISfKiQT9u1gjD9vVwm/RIab4bae/CJmQFG9O3wN7gcb5J2RcdDBP4E2/hfRPtxgc3KTI9++fqDvj+3niBmSxnUD+Y5t3ZV/qomosG/YTZX9or5B8nn0S2Qs+xZN2AT4izxC97ZHcqPivWirc3JrZC8OjS5e+9d0uMHm5HKivn79Z3rryI6OySFh3TKJAMxK0xXdNTxDQJQ9T0RRA14vGJWOaOgW8RC1SgPUeK0Am8lYcARUPE9CUbVk1D2DIOeXm8mVIcKGGdVAOcqmUSnSYKdoCFplAdx41dYYydiTVUGxtGqAfRh4bNkErWEcT5L04T43qkwAVR4GuBwdf6ifZf2d2iPkG6//XNqRPR2X+YdOIXR0xpJYrd3ADdFqZ6wXvBnh7PU9ow5cFwu1IJsiKBrIipnbymy9lOeGRllIFT9pHYfO+pL7W7kAzZ2FpbSaz8IhkQ+XySykLGgZ6QLuuIPCJ5+3s2yYY4SwmPWZ408ZS8bcVKtD1tokpoGbQlF1CWOZRZo2cCOx5S3Tywayn+nvy/p7/IWrP68vX/+Fvjmup6NOjxqhnIlJRORsqdoOkadO2hChjx1OKi4SgThU/DwiZq3emEScanNea1edTWDi9UtuOYvnksBbCknEY5oEgoaIqbZyRbGNOK+BKxDaEDOTo1CfWMRKlc/5MLU8wu5aJOqkW9kCGfKqwE0FYWar3Ei0jdqJEn6/NQqFVLacOcSw4YL2gX6xFHlim3zf+yXaXx3X01Fee4R6JtoWIluoVEfs0zZp+yTYou0GiDI1bywwa+fztu3rau4gZp1jI06chLZtVsYu6pOhboMD2m2OiLCZIcxijnY6XPgoUDUKuzlywY2KQE3u0F1eyLoVRfBLHAlTFVGznXXf9lOHo10ixllnt607MV0TlWtyQftQh0uRJ7dh7KvXf6kPj+rpqMw/RN8ltcPZW6pTA4UknwWalnpbtFMK6FH5xkKz1m4qzZjJe2hXLrcM8o2Lgu1rGjO2XputkPjyJkD8BdratYKyL92hHc0FVOxuVSAOaAPdIC5tbeJoBtM52iGO4szLDC1n8gXtO92/FHlyh8N//StoHze3fUzmX8aKqQfxPHAnS3U+Dygl3jQIa3GLtjQt2LUPHG2rJrNpWvewRTu3Pg/0iWdMWHitcrQxsgN3KnG0a6imQZnJm9kO7WAPbVJmzbQhO7RHJKln9Ty/Qxu9ddlntpDO08SFrdcexYnQ03S6US5o73TPUuTprdVwvfMraB/3X/aIWLvbbByCCFXQGZZQWWksIarpUkbZ286QxKmFGAsodIBOmiNGMqIjo+ErvojKcqmg6SGilW4G8Eg3XC5kNMeIY5XzqhnbC3AE3UCSBw5CLAzF7RE+jerIpoOoe8jLcuNLOWCVRoidrBo4Url5FDgAlcAvLrH2gf62XQh/VSLrx38j2kD+2JLNQ5L8+O177hza7+78au+jQ+vRbfn3R7rMax/qiT0eT2tG+1bv/ZWx9uVtv2eE9t9zrPbjV3+ZPvurZkgup0ed2ZLNT/HIyc373epD8y96irx47TPz2j/GI6eYo73VB3/RQvtRu2x+LVVqL3B+4HmSuz72utm7OP4Npxe0D/R3xiOP/6Ub2D80Dsj+4Nh+jpghyc29gimqEd5eecOfYAoHaFuCbOLPOCSEAOJ+H8gHJ7fdqEvl9qKT/ziuxMBdvz+1uaB9oF+LR070bTUfaz+Bbbx7dDdHeO0+2puKKPy8R9yi2AC/QwoPcW+OgzrLds98xCX3YRhqezfdGBTqbGAoKPOlhENzCJxbkx+/9v4O2Bthe9daw2gk9n0YqLhrdWe/59J3t/GwDs8q1v4xHjm9xZqf9PHdVgTtravjdYTXjseaH4cRorBkTuFrK6NC1FaaA9Ii9AtPzwHHFSqL0idIK4621IQ+ChuDpYNLV+nYnPUocmPC7/Imsdrp4EUkd4LVOtVigzUEfRXycCGhx1IJhUUYI/E1Fgw+neTiSNxA5QTMQNTYLJ9wtGXqmLMAxe24VsAslAM2RnBYYKHlwMjohLxrQJsxD5F/G6jncegDno/X/jvikUdfuPqr9eEn32nm919/86c6OWqh3f8i9G9imGdRPfGj2qGIZRoxaGnufu5VLsFVQNy+ylIY0BbsMp/PZHseZdMB7UKCphTc3skCYElX3sROCSOfytn1IrrOx/Y8TxIoHCfpipm8jtuaZEWe9FJ9Hbk2cohdc2TNIVj7qQ2anfrTzwe0CwvicBiXplA3jS3bs+WE+LYfXAsRA1yW+tSOx5PVZqIZdhzbZjUJI9s/I7T3t479b47RvkfHoW0jxLSbAxKboy3Wlp5IEZNtHeXpDm19nntxRga0o7nnReuxLYP8hYwjs3bdqaclvN4WMw2lmqNNBrSpgdocVFsE9X2Jo104mmHZuZY7U8PrvtBqDYZkkgFt5GjPGoDMWTHA7mZAO0sD6si342YLzZGni3Eutx1CyXZoZ+rQCh0nLT2vLCoq4KY4I7R/jEdOK0n7b9FxaNeIXRZTRMw42ti4eQgRG88JCnSHtnYdpMFs67U30zRNw7ENSL7gYKpUU1fueD5Lg1KmOmIxoI0cbdfiaKM+RxTeVwpH8GduBPnMbfI576HVEhFhrf2EdozodukSUFtv0V7VDG7HJV7aM2Gclr3sGogNzRlgU+qFDEMEgsCKNGVp1ROMKCKeCdovP/LX67Wrk9WDY+0d2okxkVG/GdAWP2cRRozYHlrXnkYVYExMNKjYFu3KlohD9R/RLkR0bJWaUJVC5qBqxx4VcJb9HO3KJ1VbzUBfe1ORGFP5Dm2Reuhc79COCoLLXUAyrlWBj+sxwmSS5aVA5lUfo5D5TgHQtxxtXPaIrFmFhAQrjvYookDOBe27eOQkV9j/ah3htd0odxErF5tpSYu8KxDLzMQuhTgJi2QslUVYN7ChjOZQGjGDIAunnZwBkomMI70oyyyC1bY+SkK3jgRGy6wVQxVNijJFFCZiWGmUFSsh62mJiyRMfMGVEOYmjjCuw2IOywgxdJSW9q3N0VZClTCfjzujOTK3LMShVzLediD1RV8zOZRRLNo+ExS3L6lgMDJyerOQzwTtXT7ryU5p/6U6wmubkmQhCiaiVonqtiBagJKMYDm6TlDwDJkXNMcEVImoD4Y6LyOCwREEzTB02NWD6aiqhMQwZBVUQKLxXraGqoCyM+b9VgYgWo7JbfnFmOBoaKtbKIuI3ErwPGWMvF/eqaLv+iVGJfFeKm6iVAbB4UfpMh9hhMTzJOTfvE7QcSSoRIXzQHt7qva5PENeXXJIzmjJ5q/fX/PE1SnrkkNyNmjvXqh3glnaf4cuXvt80L7b73uiaVF/tS5e+3zQ/svPH3nshauT1p/12gj3Vt//vlMkBA+KgIf1CCf3/9N/PYdkex7a2Uz8cT0YbTTy3BPwp3Jj/RwCXT5s4YSgCYe3lqv9MgkM/Bn6S/I7pKElHpZV8dDg4rUP9fxA49lM/HEd9UrUkmo/JeVNHfyZ0vRwj6LeIa0ONzwaxv5ORnBk3NcIxamEv6M+Oiyz6GA35AXtQ92dz3pqB4/8bTrq9CjEuCWNMRIafUCbZUkFsKlptCQOTTrDvp6JI4wXbu0btI7AY9162pARpy9LvC7JDFzFVtgMabByWPcyBJYW9NNAQq2dMnmLtuiHoubWASGun1AtrqmJbNNPGwEtd8qUfD1fQU7rmMgum4ZKPpkvIM+S+MdQ5nJS6552i+ynuR/yb9GRZ/6pmeTmI9HVOIW2a8SJukqcKnOFue9Q03Ut4BxPnG5SVN3cixJlvlBhBBzqeN0b8VQumTcJeGuJpuOlLVOjsiODxkqx0mYlIkd7NTcM2zdKqlz3RjOZjVMq1HVuFKky3WhBqdaB7iWOUcTmzWbcBnLGyxkv/5jJd/Ha+9ptQjitA4f/Th2B9u7Mvx/RnuZICu86QsxdoaW+BiFDbsdCxIIhlnFUY93xW5B1AJMcMTFC5s2B3zLsIAg+7zjarYCrULNZUF4PaN9kGqYMUbCNiYXkZowkU+sG0XP9dRCwWqUxckcf0NKyJfRawY2R1bwcXtD+NQ2L7OezWsN1pNceU8HNUblF2xmB613niI5LiFfYyg7tALHlH7aHtodoO4jUC5lRI7/l1b7vxzpHuxdGm1KbxryMiMrncwWDGSLY3kRHXFsI1KyXiIYb29ymIxzt1uVXhmkTNPot2tvyjyH3ZYbkJ726I/JUd439DToC7cBz+iWkpeHbP6G9zKqKFpKbG/NxQDX4GdpZag4BiYd47SBmHG1vi7ZIV0aciHdoK26sNcE2IGmmmjfPPUbFO7Qzs04cr0zFqT9eBsRlqkcdI4zUAe1WKJlaDeXO6sa57MDFa+/ryfNz2g9HOw1naSSgHpRpIHO0Z9oINhYs+9lqQ7ow3BA13Agj9HPEDf/4lZFiFUbAm5qIoYbYmLGvBgPaaM1CZkCjajEZVTEYszAweadCIGyWQheWqU5CEbGXERqlZkHfyOhtjQyWQ8TClagwQHVD7spSleaBtrygva/nzi/SPmKGBLgQ9/7cfhB5CYbv7RdvAoh3dbtb+OOt3c1dd/z6J9Nt292du8q7T+1vb+Du+8DgoDz8c0F7Ty+eodP+L+WQYOY/wPqC9p62D5Hnksx6q/9UDgk6+gOsL2j/JJ6pfWZz2ldX/y2v/aBpjwvaP4k/RJ7XQiTXfwrtB+mC9p3++ofIR6/+E3ow2odHMoGAv+9sP4XRf1//YbSHh8hzSvnb6uFo4w/snTuymzAUhotsIGkyk+xDGT0alVoAQ4FUukFLkDRo0KChoKNghtKFOxYZYV9iOXEc2+QF+M8VEg8FFd8993B0EHk1ot35065Pf402zMovy9eC0f7dD5H/eZ72pIe/ZbPbY4Qq0yHIOUaVIFwiJKGE4VxoY4kk5hxCycMJKMezHiLMJRyvCxWShPP/Lx97vWi/PUT+v4v8/RE9EdfeMY2gKzrilEp5xZwSJU5dT74gnirlBBbO1S3uXKpgp5QqkeDhjHMKNqlKByiUq93ifJTlTrSfHiL/y4Xi/6CecEj2aQ+52ndDKklbVxknHcNsCD43VC2RiuEkJ95KTOpcMo61wpmvnZROSFsRLnjWE8mqLwvTYq32MZ11a9M1QY9b7f2hJsNBdI7VtWDVHiFv8Y6Ei4iQCOkMJ6GyHg011jZcs5dZlfBwmShBXdeszDRCtf6yMC0W7ZDOusHIH3jGaucHl3rRtan3QxejjdPAbDuhXSUeeVZ6PcCsYjlCg/BG+6qVL7T/on77Gg3v/vf3xiY9jvYuJ4WCouPMHVgZo42arHfiDe1SiEMDUzWIDmZeJ+GMwE50tYLJC+2/pumdyM2s0BDp0QgJbDjUHDYekoPzUDYQyg43GI7yruM5HgiEoW7bHJJBaQhzCXk/cIGhdjmEA4ew4UsLkSwV7VPkbyvL6kS6ZrXJLbR9/oSa3EnZqyY6pJcWIlko2u+3+hD5uNUm/AlJqYRIuYwPvdD+C/r9L7J/BIvR38n8Q6OW5oKsAe3f/vWaz2Ax+kvpUYsne6FoT6uzbuD7Ht9pUfnaD+mFdtBpNbRNBrXBK6l13Wh/3LA/8kJ7zTkkH8J0zVbjIy+0V221w3TNZuMjL1971WiH6ZqtzteAl9VeM9pHo729130n/R600Si4SKFR60T7ZLQ3mT8SNAftGGx+qFmWLFFs7yoUtL7HyE8TkZtaM2rSb0EbYb0HFCxXNOkkQquz2r//i+yLyWcNujOH5LbJLmsDguhi/wWxHKKVoX1KjNps6G9+hAShPAEALNlqH+m2DqN1oT0Z7c0t0jBppkOCUGmOcCzXao8aqx6iNaF9MtobdrVno13aNzroQssZ8ANCK0L7mM26ZVd7JtpIMgCOdPx7Rp8r4/atYfSK0D59BmHLrvY1X5s8gHY74UGPjYfquH3n/xGXuM/zdWS1gcBoNWifPO0NR7WvRUjuQzs22oBGm4fqy/adfWI4J9En7x/tUWD1atCOPO1tLaodaVaEBJUgeoZ8FKzQ54wnjTADv+oTRGnU7WmwweWviVsN2mejvc2E1qBHX/u9FFJnVh73R0DiHZg6gqQ8mO8c4Ms+J5m2H5uFFqfbJtp+uzboznHEzehvQYbQOtCOjPbWlh6eNM/XRigBIGL10chES3QB3mR8JcB3old2TJ6PLeuyt/HLYjoZ0X2z/NxqG7wStL9lj2xwFctJs3xtBM2EE30iMmGr1jNgVeE6ZVKs2d4xZ1R3YIDW3aFOgUnDztGctp0CID10qc3zuuuNVRko+q5PGClMuges7VJjVKjq2/f9ua897vh1oB1lj2w0Vztolq+N8Hmq5tGoSNBeJkMPEs8rD4WDvm6x17ZsqyphuBmwNkqqoRqtstRtZXqsc1nkhJe4T3halKSr+oC2kEnBByVrK6X2xDwSOQmKR6bRKtKjIqO9qY+gxprnawe0I1/groe32AvofeF4QFuDBKtCOtrilIIiqwnT2tKDNrJjQgZmjBwSU1QdpcDk0hqvA9opKejokDjugOJilzeW9JTJJLrl9THEJfZHKNWrsNrnPO0NT9jMRBtOFvIRsCdraUtZcbhPfAqKN7R5AfZN2xJWNQY4bWHjnBut9m7wHeN1aJm8oaAKaCvF6Th+kksFet47V1uyAwHt6D4/G0tUomGtxSE5G+3NvoYQNA9t9GYh7589OeNEM7krklInXoBkQttSPZiaMCdF4TWoGgtGsmlialTryoC9zfMT2qkgNbWMkcRxKwgDhbWSgchq3xjSVL7ztQ1cA9pno73VFUhGzZyNRCqm5naJWTu2XeCWOrkrBSi4Cj+0ryx1vCk9A42UlTbMcz/62pZX3lvBJZe7rqNA50WVmk563mS8KHRrBllxZXlA2xcTqTeMNr26s47g3/k19k3PRc6Na5cAxNj8tNCY8LdtloXaCsssMPsC7Aua7AAwoh6P2CwZcgOStE5AUFLXxXGbHLuxzOzGXqkwJvTJdtSKdGfAeDBUl6OJCJ6O/ySuvY4pm4ul4re5uM6omelRSLI73ZBpJ3aCb4jqppT1tz3wmOgPDsc1r+kH5Ncx0f455nGDX7CZNCOuPaVH/ToBZGrGLN1K8B5/TgHt6cAdWddx86rVjo9FOMdXCIyW/27k+aNMGw+QzM38kyxi6AbY9G6rPfW8TC/5leJLYpijZlTiYZ0PmXIFSa2XX9Lb8DT7PF87CFUmYubGLM1RNNrcsNoTnNP+XVb7sv29E3Q5ouvbAa7gLZuLvKgNJ2t/Ze/8WdsIgih+QWVIwIUa1a7Sr25XQjIsx2I1roI/Qb5FCkPApEgXQiClv2nO9yfaZ81uDhmZ2Zt5MpJ86I+LH8/vZmfnzOu3/UYbyFL1Y8QM4i3BGIAaHchBSX0cdhLi+SP69biC5Fz5wxpgiV10B8lZro1yPz4bQ5+64XO6JwlCCuIY8Q24I5Pwj4L8XrqkbfDrHv7MYtsvrtbI3fLb6iy0UfbxPsIWUYTnkHVTYJ/w+IJ6fFd0BOEFbPEvQ9ceHm6/WjeDETswdFh47e9stHFX+20E9gmCeAgP5O6JF2LGiGPFUdHvwDi+DD724bedxYid5aJCid3N3ursCgmybR9/3j99KVJP37+1ju3cHGb+fagupk+mOL2iro10O7spUnY+4yw/VpfT0hQnna89n6sivK8uJ1OeqKytaBfp2qfnkJJbWhXt+aC9WlQo4Ss2elWE2QSSk0lowldsNGvPxbWpdUjJ3drq2lPlbhofGKO9JDcgSF6MnODaQdFu5Q680caStqJtsq5d92h7u1at3R1rtFMlbbFDSEzStSPb9lu17bWzwfvQkR2h7digTbdFiW4hybt2b9sHp2y7zXgWydK1M/shZU5pbTUFbW/Fo+26PMIW7euKlOzuqFwPSb0b2P4l3rZ702aLdnqFXexUNJPs/IOw3UhP28763rR5on0aRxRtk3fteqeRpCe7iyM92vxWI5PVEdGjGugKCaDd17at4Ezi7KHxo2kzdG2iOqJoG+I0El17jCR+64TC7ZwNA9k80abiiKJtcmgj281BJNvOua1v/DGOsAskZBxRtE0ma2MkeTbuQ/sSJ0t2cxOamGx2rn1FxhFF2yRdG217hNuHO1EK3ndgd2TzRJvuHVG0TRJtYLsz7uBbNcLknxX2I9n80E7FES3+ZerayHYPt0CFHuyBbG5ZOxNHdDUykbWB7R7uHu/gxdxa7TvtBrL5uXZmLKv2kGTq2jTcom4x2AzRTl7aQ9E2uayNcA94i9FueBjB5oh2titKm1ozWRvhlqyaJdr5oK1bEbJZWzrhNYjbaeT/grZuICP7tVWxWLr2hKCtO9pfuraiXQDa1xMm6ugcEszainYJaE8J2qIviEoEEnXtoxhn7WlBW2f+UdeyKelMsr7IGzm7Ngbty2thyhPt2iXwnNe8i39TW0d0CDFkbV2yOWrHc8lm9a56a61McZpSIZGJ9T+xW2i/mr6DXXJXa6KHBMGOu6Nk/ew7MWuPmnoKKbz1j8ra+abWRs59YNnU+pe8s1txGojieL31yg+80AfwDRTToqXdjkul9MaLPEBB9yV8AMV1vBAmMJkdGYbchDAjEoIwSPAtBB/Gk7Rxw7om28ImE+efZjvp7FX5cTg9Z845Vy+GdPsQSZuvfQ62g5UIi4WFpQi3royj45n2Nl+7Irvk+vl66Zaez0u6bSog2zML6XA6stHXrsje1gjCPxVV7Q5dHnwZc7vKfu/tmYV0eJjNVZs1zJdPHOzW4IFmtWYN/aO918QatwPbzb72H7KfT9zj+rx5lD0tdvYuYHd43G97z79nQPba6cZo3idbGqPtOxrS6ehfw3ntWjtLl8neddeeP+u/U+vewRGn62xa0C7JXoytJ9v7+Pk69NGqJsQPD0HS3WKEpp+RldGe2k/2z7Nr0a+PFrWOPyTs5/KJ7f9j4MdndE164+1ckmXvAz8e3Bz1qRuPhqb2CWSLpfVkP/6JrknnZnsOZru/CWSHltW4fPav2SGB8EjLcD3voh53o3a0z2rrxm2MEcozihBJ83+iDcP1+pwbeWBA2+kQSRPalT/SzPV4dnxU6ng2ftIH3HW0iVTlGwAbY1SJkPItiOn2sbhDvFth9u5MnG78nLDNh4j6LA04OUfbkpGoh532c/p3ZENcu3WQNSSiJwXWK7jgVQrw7hruOtr5KUNIRFrRbKNTg4RBUZBqnaFMKeUrqjRNtYpSsdEo0zpFCBlGQkNCkXKSMiEjxcxFqw3qd5D1nVHvGlyqvSEbuUN77f3LYo+nR6B17Sr4Pp50nJKvox2HLECSG6mB0jShpxK/N0xELI+5EcwEG5WzyPgqfScwE4LlBdo0CZBSUYgQA+7jkFyC9rRPtO+OLNDtR8NSg9VuQruYGHBUaFXey+0C3kt1PvimQpu8TXWCpECRxBzT0LwLI2YA2SSKIwSoB5KmnCKtCMPRW8ZOzQW0c4R5HuG/0Z5B+K8ftC0he3CFNpdFSJ62og1gz3Zgg8Bal4LlDvdpx15JhbZ4m/APVJoS7ZzEXGsmMk4xzwq0JQa0AxZQCWgHmW+MoluHROShSXmeMYoi7auY2IT2/ZEVGlo+8tK4dhva3uPxceViA9brF6vVi8WP7z8WL44qTToNhldoJwpjP0oA7YSGEotNLjaExpzHREco50mQUAA+YYrIhIScawJo87OMyxDDBjOI8jwMtU1o3xrZoaEd2f7barejDV52iW8F9uLr18WXWMpYfJ1vaYet7lKYdYekuEGoeFGEygWs6HYB9+6xfC4/B5U71R9UfE4aHJJuC8jsIXtwSZsDrHadbLhfftOJDBPm+/5J+OrHqtqZttntIaVs+rLaFpE9uHOt+1ttz5tAGASuUquFiF8zEOcnJ+xEqi+r3UY720NItDeg3Uk28uHIHv1m7wxanAbCMKx4UxA86C/w5N2SaQ+lrVrYJGzLUiY9mNYNtTlsXUq31RyEgiAkpInHHLJENGytJXRdMUUPHqwXoYdcBX+MX9rO2kVUItqdVN+QTEuS28PL22++mcZs6W9E1yaeTcRlD7ym7DquC2g3m47sHhK2V5lJnny5+Xf0OXG6rn3x3Bl6FLOwHdW1F0U/4to3nnluzXOckG1Zduu1pjuaZxIOjtTq2P788G/oaSJxilmbMrLjtvFfVNdGKB2CvdCHA8+zbRvyCIDdrBeLNbnpPWNzRPQ3ev9Kp+jatJEdtzaSyGhnct+UHbnNun00GQzeea4r14q1mqK49qtNbmHbefr7YSlGmzayY9ZGEhHtWRwh2niONWxPfcs0TWvwcljEoWRvtHXcU7I+q4VXjTaFZMdsl+1oaCMmvYT2hyHGzsA3zT7IDAYeljSQ473dJGk7tza2vWK06aqNxLL8993PyJ+79nJ15NbYw9idWjOyP37sW58cSdIkyXEP+RxR5j/avyOq6tkxnWuPVCFBJ5P2M1fBL30TuAZlsx/7030JhD37LQnb3NrY9korJJSSHa8FklECycmkzd04cPH+wJqjnYWjb36ase3Yo621s+1VujatZMersTWaa6eW0f4wkiUnMIlrQyTpW4daaNv28Pkmce08c2JRzs8W7FCyGo0CtCnp9Yv3f7VHc+38Uk1749WhIr3wCdog+C1peVKvp3nD0ful2jZ5nem2mR+iLYpMArHdDEIit5NB+VYu1d1M0KPVBRJa+rPjPiEZwbUXeYRMRWbHh7L00rdC9Rdkm9YU93RNtoevC6RGkkLk9TsdjQ2/zAx6Phxfc7q+i1KNjohQXdzj0U5H5NUKSlBj3St07Stn6NXl67FRFNdGyRNRezp08QDQNv1JYPZNfxr4vv/G7ukSdu1nPHnuOGwzDU3bRgzPbXUFlBLSQpdFKCk+LoSYs6pRYgq9TovZ5ZO5HQ7Q3gK0Ed+9wyCe3diKSHiM0aZgHeRatEhFcu0MacbOh1F7MvScqT/xXPtTYJnWJLCA7+CdBmjvOyMhfHTe3Lp4e1OrNMoMJ9eMTueOoNc7Hb2QllTd2AVzvq3KSq4lqdWCVkVcp7RAu2XoRjGpKFrxn0H79Neur0mNJJJrp48XIIRR+9Nw6AX+9AA0tvr+dOjZB+PgKCxu4/3hK+LapPyHRH2jK2U4RRXbalnQtd1HxuN7hsjrdYC/rT6Q2tqe1GClKtogaLN6ja2qbWxUCxSj/Sez9qVT329kbXbaieTaeeLEcG68OXrper45S9gw+OPx8+ejcTCxsQS2bb8izxK0mftGUTG2OaWO0npR0O8yvNGSjXJZvp9MJLaNO2WsC1ozRHuToC2qcrmotHEvFZnseLr25QtnKFd8Zm2iuDaTX1pdUwC0HReYBplh4LbgI0A+sd2ehB1b4E66NspI9VJJwpyyN0d7G/HGo6JRSGeSEEgeGVuiWk9izEr30fYMbV6tCGopnU6lMD51sleD9rXzZ2hXfLYjiYY2cWK4ZMfg2vu+CcURINoEuvsgyz/y7JlrC/PHvqEtQAkEVTo7Ido9grag45LcArQrRi65m0fNXk5WG7hT4tXa7R7mi+refSWn/CNoXzx7hn5dvR4TRUN7QSuXm6H9zgG056YdngC5aQUDz1YkjL02mWs/RruVTqBCdbe7g5IVkXvAonyJR8K9BlzhbolBILHCCOW9narAPHrAiSU2fbext53qdv8JtGmdgozp3+xFyNpztEnUZqdHA9cBtCGKBBb4deCHkAfvPM/TwLXFHGjZtRkY4RqO4QnX2ZlMMYjcnQ0omSQ34RuwAyMFjSh/G226y9lx7Gz9LdeGgaBtWUFgAtZ+AAdgPtl3HRtjZ/h6EVzWpUHqK3vn1qpEFMXx+gAFET3Uc099ANlr5mGwCYy5oJMMzhCOHg+plXoyFY0ghELEiAgJJBShojKJzLIrFCS9iA9CcB4Cv0trj1PalSaKZkt/js5lj0cffiz+s9bea/462rt2MCJWiu0uMySighI/o92ZtZ7OZk9bTxFx3EPOh50H3XY30h04GZLj/9H+Je3xdjqbxRtJd3ltZSn52RjXHowxNfLyES2yI9U0dt9/0r6NVcruwy3FkUh866C/i/YBzyf92Gv+5ypq80uypcOjae9B4z7eQPYidx6Fj7wu9DB6zzodRBuXuN9RJYXqmCKsRdD+m2gzkhphbY6Uq6hNVtA+8nraa0e6I/TXd8a9fu9lv4VZ7TubnQe3B/12+46qOPr31RbPo+3ZOaxMz5FyN19bXInabzGx3d2800K2aVp7hlOkWs9uX+ncfjDo92/dfL2I2cdE7j/aPxVDN5Bs5f/cRO1Vsx0MvaWV9s3OU1qnQStC04Cth5uIdr/f7r94/EjBW0hlNUECAPbb8si1lh8CQnDfyQvaG5R97rMYmUPi+VkjrDa2dIX20pFI0mGK9vPG5v2WXbNpUbKfPcDVYzRoP3wcjQbtqL1itXmDUigHnf9lBNzzpRgOy8QoFLYA/IlCTQTgrEJVAZCrhRKOOmIkah/wfm2d0amt7tAGEammwEqht69nw5dPIpud8dW7C42eTR9EGrfbg35yEJXlEF6GcC/9iGQSutLG8oGtrAo07v5IzhD91qWUElgqHTLiJeuEQip6KakRqORKFzVOyCcyWoIxtNm6gWQq/+eu5x/wCKukSMeC8uvRFKP2jca9N7MF26PpdNrF7g19RPvd45AsSbYfAd/XaAOIJRHR3lJVAuA3ZFqAFA0eggYHhOcNEU8KACDhOyU8gGcA5CjgKIlt8LCwI/GmpOEmooqb+DnNsEwAQRP+MNJ/s1Orl5eKsd8izW2LHdHxI6HXo5sPsTbz6s372QwT2qPpePp0iAva0/2+mS5eNOSgQsWtoJ1VUEkLmmYhmyCprF4ui1yxkq0Q3Yzr6VguXgyE07mYVjHjKb8/Vk5mVcQ4qMXMsGjGKyeChinmUzGCP4RSrEZzBKBci6bwsFCzsgQ4U/Z9kvejNkN1GgbDttvGaH5poWAm3j5xLhJ5OUS0x8PhcDxqtXqIdn5Q1iaTdPGsTO2IACton9BRmuXPy4KaC6SahOgl4ARZE3VNgJzOCXFZTSukmuWIGTbiYiARR7SjRR6vTAYChYphQsy20wBiLkm2dOKDStLQwEdqBTFdM/Q0Q2gfZNFms1Ntd4s2KBJKPmOmJ5NJY9J4+Z7WIGfTGU0ADieI9sMsHapfn28Hv8z8SSbHcfxFS72iaZouUK9dS/BaKpeX9IsAGM55PayWARJNgFy0GcHLYuDDs+cskkrhUdVG2/bfaiNBwI7auWo0hVcVqiBWctGssvxCj2dIWDUjrEySct2plSihre15feKojWSj7JaWzyjT3YGGg/VJvX79wodTAL5vvLaY91OvrGWAJDfKTeBTkl71QXLDR9HOIdoJinamQr2s7aslLVHeANwxTLyMngunZAC0ODxw51Qx4qdeG/AKK0d8jjwetdk1I6yEbddog7g9v74gu46b9KiFU6MWZGv0JHYirn/SaaTwW7ShEjcsi0uZmYQp4b7+fbSVcsG4aK8ILhjFZjhfM2Iqol3SMhxebFqWFSax4kaFZkjohoeNTDIVYiRDcoilSSNshm3Xz7IBbvv6Z3aR7iLNaVOyb6UXwKc/j85PLT+6zGuHgM/ECxIpRWNJifC1imzwaggDseQjUcG/BRAKAmwJgE47IQDa+4RucSBe1DOcaACJNhFttYpSgdvQmwIAl9FrfgCLHvgceRvt/Z5rMLx+uW33TyCDU3Nk+zqqbjOeG1GwR2UK+uJFR1DzywDflBJ/lMv+2cC35358yATae5grrbMYtn/nCWSB08jukm0trseLNGRTpm0tyD65HhO1/zTajM1gZTds/9ZzI4+fvu6o7sh23jba9h8l+9Jakf0H0d7LvhmxtdPjbVvdo03Z5q4t2UamHR/ikG3TfTTolWZ9HkN7H+OZEXYebeMabQfuDxcctB24Hc7xRbfz7eNrRvafQns3w2Uaxvo2uEXbEZBj2ws74gTqVbTrxfPrZUY+snfGKAgEMRRlWystLHZr8QyLJ9hGhG29gTZiu5VgZ2WxHs1CmLvI6oBgQHYgkeRPcobH5/9kJuFCW/mqSrAFgKNv2VDh3gyOOzqQd66M+fFRo0k2C9oAzWxTc5uEDglhu+7uTf8B+wV6uN5wDuqxDtohmtlfNdGcJJMMCYV72x32oY/KHZrjpQX5L8at2vYn6+a+kqWpNqV7qHp3XnendqXt/IwqtJdI+dHEJclU1aal9KySLrTnCPNHY0lyBNrIwP4J7SmmZOtOksSQONrMaENNaWgVapeSuGqLo12a/Nlrf5eUq7Yw2pW9NSMgloR2SBxtPrRx3kL9qELp5SY3JHJo5yDZii2Jq7YY2mbuHIBaEldtIbTBHvkZtCSOtsgbEvCOn4mNO462hGpnER+1221HWwLtBdrrVYtHgL2vzY/2DOvDgdUDN67a7GiX2cRH3VHS0WaNkTl6Ea1R0tFmVe0qp76I8ij5ZO9sXtwnwjiuePFdQfAoCN5UPAjr88wgIcwhkklMhhqSCGmSljQ59IXQ1DYXKaws/Mqul/7DTjaua7XWzWpt1PnC7k6faZLLZx++eeZNee2/D21psv9fdZF+L7n5V41GotSR8NHoBdB+7789xe/fNir5bENyiVU1KPXU8D+O9tv/V5Pd1zLJ89GGlXOUs79I76k+HppHHzmZ0yPhfxbtz19SeunlPi2VfC7aiKNsiG3zVwkcNRuflFHRco9SOmR/mIIRkz1gq8MOUnU4eOw8aL/26ktKcveGHq25ea7XRjufGdim74m/Syi2iKfZb3YGDtJjewjLTLtum4cCP7CTg47WSt//1WsG6R5Z6B5c2B53g1cHUmg/Wf/VEuAzszZqSRa1HTSc2bwSBppBYGFa8mmkIzeu0NE0O2JeuAB3tdBMF1HjzZdMpDbncTiYRgTBXi10HPCI0GhqE7SN612kL8gVDojLg5WJyOR9OZHP3FeI2wmbXYPJrsDRiR1Z+mLFAa3QVGj3Q/0pAXbN2g+JdJ+NsE3aU0EQYWpwEW9mPB0ncbihYniFyWq6mw9EtrXCeL4Z1oCxZ2eel0XRbp1ufC8WS9iGk8Sjebmh3noS3kAdJHdb69ZByPm6iL3MZdk8DjNHPim8lmgnYkLQu7kiScDHa3u5nogB6iFXaPdEvWG7a9YezC1EmVJLj7ZxvInBrsJwJTmF5SQdM7DEIJdoz1dpoYHs5pmlRXQXkVtbwgs3YjHWIPYpOLn9ggOdLbINcX0D+Iz50dQHeOEgZLxaA6z3sSAwqF35pOam2xceQUy2V2Qe8NqCags2Q1LZCu2+qC9sd8zauMqqxiMIMUBsI6MEtMVitvf9sqwnaYFIq0U+RFyvpgIb8smyqBaw9NKCZByR+0GTwUNEOht+V5RluchGuHpRloWwJNo1wgsXUaIdI8YyrSPqokF7tkXcFv4A0dtig3ZGcJDnSw2pyto9Uk+23ematSHN5xadlEP4OYw8WwFE+WDtafQmSscuutJLSKDLe7T3G7BSYyg0JrIAZByk+27Q9hna+eAu0NmESbRNn+v2njRZG2E8Rctv0b6+zihO77P29brx2sPSxokHer5q0E5dd5YiU167T3qnF7tcdvbakm0xyjbwSxQWdVH6KzCyPM/MdCzEbgncz4t6mgrEwA+tTGQJIZUP6NQyN5tRjRjXmdjtYVXP/A1pjPuyCP0R+JF5G7rpTpT1oEWbijoXeYM2KwzYTmCYM7fOC/8e7W0R1jZGoX5BtEGh3Ue2O1dIEIZZEVJ8DCAObJC/SRQBUscIHEQ0Ao1RaiIC40gXNsiQhVKRbBK3+cQChois+bqjy/s6zWdOUJc/1oI4xDKu0DCIZduacJoHVUPUDARHRy2wGCXN7d2VhjC/UXXtXqkPbHdEu2V7vThWNfmVrn7fOvxW2zgsXx9RE7WKdDAJafOcKNGOHrMXhIZCu1964/JjN885gQyMf/I8DwjWM6+10mAdfTAy4+JzSBTav9HrFx9z7//Mv55sb6zQ7qiXO8+VunzW/n9Kod1Z73YiUaH9RCm0e6DO5wGrVTZPkyr+XVwd193837x2T6Sy9nP0TqdCSV8MSS9e7v5QCu1+6PWnv0z2Jmsj6gTPtzDsUD34LzppSKhCu3+G+yvumBZj3bM22tkI7xuAUh1oRCCIB19BbuNJ7oHTS7J9Gm2LWY77qUL7j/TmhUYmv7I5d63uaKM5E/y+x0zCagn4qKOrax7r00iT8H5cHF0PWw2KYXuDo5cYQ0K8wSXP8DuNtmnyweAzhfYf6o0nbSzVF7SRTIoU7ptRzni+RKQmQSBgITIGOsQVBR1lGCkwJhvANKANr9ezwVhvGgu/6TMQtjlF1C1ApI1zpQ6g5jawaxYQsAWTUWzvQolLnsS2Qrs/eqXDLg7nQ5vI1p+ssrn/HWQbxBZtQYiX0EmRZbYlMsHCOkt+XNR3VXCHqO+MWmT+mrCsKDelJq9NSw2xRZvUYel7Zna7ZvO6LG3LD+fDsSj867zMHGhmB2a8vC1YGGlhWcwceitvlsITUFRo90kXMCUSbcf5tdcm5DTa1kiTWKIlKvZzPKqTqjQXM0ZGGcumZBtS2P6oTSrkP6O9AcNfrNeUxIV2hdTzPUoD0qI9AueFeSNwO9NhX7vjFZneWeAVDJKt7TsY+NwVlITRZk4hjrVxhGlFO0F5fq9tKq/dw0qJrJBoXVbZpOVGRyRVHuAD2rnprpfD291ufGeFJiRDRHaA9goxT4sIUSsl2jfCXK9HHrRoW4h3tkR7PkIk48gHnPqIgUDcx9czRGPWom3XqQyvDd9AHmrdqDx/8U8zVIWkd8M3R+raJ7M28colhX05gYdwJABTP1hTMG0rtHCyAVhJtEM0Xxhgt2iLqVgCpE3W9iag13cBtmizn9GOPYDFjjdo1w9orwodeSHR1iXaYQyw9zRfQ171Dm1V1+7h2+QxtL885bXJJIsDUWm/RKM63ogbI0kmYtigzfMkrn7UUn/LQhGvH9C2C28TNlk7KOI4Dz2KB2i7ebLJhtYB2iQM46rmLPO0MHKF54mI9gVtUGh31isdStznQvuLU6ts9EmR585jkC6CxQBQW0wHQDiRPny1sgIgkU30YGVGYGuIAw3NVeCUEkpw06mr2wRRl30gCaeMI7JgyoE0rsWWPU3ARE3GOAEeAKfy+qkJEAES3oPXSIX2sxJ3h0nc5xiNpF+fQvsKwcuH8BB80nKZJjTKmXEdSigPos9SD4p/RBmSZzruE6WSc6NNTqLdsh3RznAhSar5zMWrf6sU2n+PXj/zLO7Tc0hOoP18IZgOvfxUEIX2xfXmidfJc3vtr9WkVoX2GfXKiZP4zu61FdrqNfJA/0ZX8oA20aEVUWj/GdpfHqLNFNrd9c5H3Vntjrb2a7QJKEOihmz+Cb117gU437ZoE9CV134y2uzRa+sK7b5a7m9+kGjTR7SJQvvPDQl7zNoaNGhr2icfvqTUVS+/f1DlPjPaQICaCu3TWds6QFtTaPcS7u8l2nqDtvZANlFo/1nW/hXaBpAGbePjD15S+ol9O0hpGIjCOD5SXCgWpYoI1pVuPIHT7xEfj1k8DCG9hBuvoKB4Bc/hIe1MS0iljbaZQhfvn1U2IYsfj5kw2S/cH58L2mK0N6CNFm2BMBvt/cP9lmhTizaM9p9rbfhF7Iki7dsrZ22Ne7STryXfC9qEBNsDqIrCaK+nXTwubSOFSJjHF87avsEucH8t0U6F2mh3Te06NLJBc9p676x+DbMfLXllZhFpT2012p20S27W2oRIm1lvnNUbd+bT3M+RNimIEm3MotLW2l0Lkim1T0cxEateO6t/p+c5d5TviXbwEN/YLovCaK+nXaKZ2gIwCaseOitHg2HGX9+nzEwBYI94xUJtU3st7aIOS7Q10g727S9bx5e5tpQvkbZKou2RYqPdQbukRDvihnhiEtUjZ2Xs5CzTPlJZJEAIHvOoeiiM9krasyqk/Jw2C7Hq2FlZOxjdZTjWqqpMFRAQS7zD039pTya/7yer77ofsfuaF+o7tX/YO5dWp4EojivufKAounYliLjVc84gwzCLwSbRhBKTgEmbxDRdJC0lKVUUXxVBUTf6Fdz5IZ1JNL5F62PVP/fO3DMnZ7L58ed0kkuvKRpcWzCSTCipzh7Y62/ryB9/prz/RKMtpCBJg7jUtv1dtFHr42gEgEMGtPDjAurZBD8nChGQ4EMBfHknGIqw/3tY3VnmHlp/hLbNPrm2oh5tuX8W+S906A8bkwfvVN+RcEGDbK7J/sEXWUvNLCW8s1t8ujEjmox8uN0+FdO0i9Eq9TBesC4YLRF7Rr/kHFEuxJ24r0iyjxk0ofA5Yl/AsyYT2C3z29Ks4eeebzLDzv00DMOG/UXugrvWn6B9WclPpk2clGBcygsH9vo3Onjs3O5o33sspbFtRmpoSIjbb36E9vMGELPcQXBtRHcJEixlyFFpMpnLeIRgu4hxrpd4DCBdgIeFBAPY6DoiksU/IAiuGhUs1dXXR4DNjFvU8QiWJKk8idxiZudpm9YtItOFsh65NgAHFIQkkFxJHDmzRohdIBDFmOuBuYiyrwelxqQDQhGzia9wd7TfjMRH06ZPpr1/YPMPdXD388Cb1w3aShBnNMhWP2hIIJgDUh44NH/+soWmdud3ghdh550QPcQ2wzbP7/BlruuciL3O85UTPCuv67SX53M2yoPc6TxWBHl+u2B5LOZ5XmNT6LRpY+x5Hngr6UknCPIxXqI7DpCL1YsgX0ovCF5mGnAqnkIyA13jtawMghcTYKs8L6cYPr+Tp9AGL6DJ7wSW3tDRczB7/rwUVrR+8cLbHe2rUtJnH0lIKGPacn+q/W91eEfvvn/X2LbiJAQNYra4/H20vWKNyaJ0oqngZabRDmJMX4LJJSuu0X46l8yffkTby8AfZ54xz1nJReQ/9Hj61OwJUUtUrzTa/gJYHTYrYoXOwMRHUc812tupSBJd2KyakI0KC8NaFimGAZvGMtjApPIjBguPFTNwy+u3FwRtBGXFQo/XU7JKiz2MENEJrsOiYNwLrYg3E9wZ7SvKpkHAGSkhNNr7N1r/vQ4dPbXDSyZvDdpcMqbok5QUl7+PdhbI1iqc3NtsiplxbUT7FemUFTio0a7vbDZeHX5AO42iBLLSoO0VJuFG0aRrCSiwEMca7bDUdUSGOX+q0W5DxMygPW7rhutCiF/Xi2UNCEJ6I5Q5275OpyXbuEGKGEbMq5BH1rxCTBeUR5vojtok2r7bjTc3aJeAmQ/oZx3au/faQnL6JE6kBFfSPr9/7e+/6MjJc795aHJLGrYlZ4rRJ9lSfB9tq/CnVDhByrlzXaO9QpQabYRNAwbthc+563x0bZtbq3WPdrvl3HI0C/4CdQwaRUg12su6AnTcZvYB7U2KODNocykXGkRIOFivlh4hq2RtI89ZPI3iTVXD6iFC6jFvfYm3VvkU4XULqzGXS1gk6NQ2vx5/QDsZ0N7dtYWU9FFAjJNQxrTt/dHf/9Pxk7/Ted971Nn2iDFJn8RG/M130XbHLxMonLSokrmz/YS2cydL19RmVpBU8yzu0G5ZNFmXYRiE7BLGQZIGaVasfd+d6DgNkmRleu1qnibB2KB928dLWJVpsjJoP2zDaaPRnnpr32MbP5xGHdrPGSsCSPOHGM+zdFX3aI/DVZKuWr1HOFnQIkXebsNW1/do3+7RVkm93BHtq9Luoe5/FSPJuZLy4r4f+a86dPzML+N9o7dtxRRnNIhJLr6DdiUwVeZnPZs5OF6LFJEauIR20zQPReii08wqkKafViGMtpMKKMu4ro1nsxApmWxlZgpwPWncFJ5KCGezGB0HMTbYwfr2NkypIpZNniqNppkFqqd6pDVDeg24rpA1EjGcNMsQ1vYlCjno/bZT5PpqieF1RH3vhHVnN4BuDLi0+JrE02QHtFFosiWjTxKKuOxMe/+u9n+Xce8Tp3/pHyQ7tm3BJCNiA9u2Et+g/Zng8+DSMGn8+0x3tQmGCOBD3cTtY+w1VCB+tW7ifutu+Sv1T4Y+VqZTgtmsrxo2MtM3+n2ykbEvySabmN112vbetN+zdy4tTwNRGFbciFdQES8U3IiKFHE3l8Xh+C4OjEcmXjYuRNwoLtSFCiKCO3+A/mEzM2mT1FqKF76m3zyTNE1KaZs8fTmdaZsD4sSp82e26NqGEOBJvPfJ6s5t8L1O7R0Z796A9Q8fPu3+1P7fP18HHZkt7IWYoDW0D5RjbXxf2XjOXwAiygzObqc5ATD/Dw/tfxHQP3jG9r+8Ew0DbgiLZxABWs89dvAc/b3fX76jRaDM6guuQAHO2B04R/pBYVuMg7IbAfYQEmioPX87QvJ7zU/QnjxCCymYwCO3HZQPr9xFbFK4Ht9OIE+azZ7Xkcid4uSpc5fPjD5gfkaLkAoDfiW4AfLGGLve75XNNkSbtzaCctM6zGO2W+slj+0v5bl9ADyzG+/2QO3fWm2NMV4U3GudJ5FkNgGhhvZOcuLs6YuXz5Qa5etrVUCgRJAidh/cDAU5k7G/YF6pHfDtfVm++fbS2Hef7Fr82wd2az6+TY/yPNohT1+8eGU38uGH/XOMNQlHquL7wC4QFoV2mNevs+4yJ06eOn3xZly4zUqeO7vdAtKg1K0aZ0Y8Hq0DpoeiWYsL3mwNhXS5co9I1JiNRJg/wpWWwlmjklviOxjsgVyOxOtHKrvOhZlmt1WJIcyc3R7gCRkhIh6xaZX4X0FbbOF/8tBEJMjQILCXZguYi9m1HJkGl24v3SYguZ1xQ7xnIhHsOSJE7L0b4TswMPtOHa2ZBJfmA7e1d3tZhqxi9mxeZZTYY7Mlmx1qOTIRrs1DcTsIQYXZ93KvOm32Ue5+GspeRrB8hgCmRWbP619GTYULV0N2GxrywaMkd6/34aRPbGYGiEWL2bGZ1UJ7OtwKndwNiCQID+V2zud2SDT3pQ3EliB5rwiS2fFGNXtKzOad20GFSCE5uXv6o+78fraySFN7MRIbSkxazI5NU82eFhdmMYagyHKXPjDqo3uU4Fvj/HRwCb8CM1Pp9YSiRHbTzOpYzcRo6+0YS3AjgoiS4tziV9k+B/2BR/G2bQ3cQhryrmggndm1zp4i1+40MXbBHSBEogrK2X34YCaCqhAJQlhG9p3aNzJJjt9tmkVwa9aakCiFN/cRvneyc5/U2WpBhrLeZX8ks+/frf3ZE+XSrOnlRoigjEBD2ShCe9kWC8kOq0IoozEA6BL7/v1aZk+Y63fvJ7mDIqFNzDoTcTvv/TB7YvliRRAbLV5nsWtkT5xLV5PcOboXx1XLVaFDwc927Zg3QSAMwDDHR+jQkC5NbGJ0YNGJEPQfdGgiNZiwuPgb/P9b77ujgpa0UymW9zkSTRzg4ut5IbzppK3m561vKtt1Wcx5bOSeSSCynJel1r3bXfK27Pc7EZWfd9v1obQWS5EA90Vz7jLyvChqV3dVad+N16l493aateu6LhYvciug9BG7jtqIaYThdrMqSs8tZJ92/13VzPVglV6x2mxNS4y0WMlHSSToq1qlafq03WSnvarrutQxGbWOut6rU77ZPoZeT98By/cIXco2Ld+1FTmzOMuPx/PJ2w9CT9Q/9BiAnl+dz8eHLI5UajV1d/tmYzJSEnxZsY0rW7mwnSRer7Msz/OH35dnWbb+hv14kMvIc72OOLHTb9P2XbdtizFsu8dI+uIOTTduNWskSTyE2Y8GuY4kmTmRk6pQtWFr2XQ9VuLb7tmUqNSJ0mjC0m7Voem6uk9C3GMjbd49hev2BLdJc/fv/oiOziquw71MmBjxRyOg6XsjQQ/+ZwEAAAAAAAAAAAAAAAAAAAAAAAAAAADgT3wAXi/ilLIGh4YAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:95% 100%;background-size:contain;background-origin:content-box}.landing-regular.midwife{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:90% 20px;background-size:contain;background-origin:content-box}@media(min-width: 1100px){.landing-regular.midwife .content .list{margin-bottom:50px}}.landing-regular.course{background-repeat:no-repeat;background-position:right}@media(min-width: 1100px){.landing-regular.course .list{width:60%}}@media(max-width: 1099px){.landing-regular{background-image:none !important}}.register-midwife{background-color:#eee4dd;background-image:url(data:image/png;base64,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);background-size:700px;background-position:100% 100%;background-repeat:no-repeat}@media(max-width: 767px){.register-midwife{background:none}}.register-midwife .content .info{max-width:49%}@media(max-width: 767px){.register-midwife .content .info{max-width:100%}}.register-midwife .content .info h2{margin:15px 0;color:#1d1d1d;font-size:24px;font-weight:300}@media(max-width: 767px){.register-midwife .content .info h2{font-size:20px}}.register-midwife .content .info .button{max-width:100%;width:100%;margin:40px 0 0}@media(max-width: 767px){.register-midwife .content .info .button{margin-top:30px}}.register-midwife .content .info ul{list-style:none;margin-top:25px}@media(max-width: 767px){.register-midwife .content .info ul{margin-top:40px}}.register-midwife .content .info ul li{display:flex;align-items:center;color:#000;margin-top:40px}.register-midwife .content .info ul li:first-of-type{margin-top:0}.register-midwife .content .info ul li svg{margin-right:8px}.register-midwife .content .info ul li svg path{fill:#1f5678}.register-midwife .content .info .icon-link{margin:55px 0 80px;color:#000}@media(max-width: 767px){.register-midwife .content .info .icon-link{margin:40px 0 60px}}.register-midwife .content .info .icon-link svg path{fill:#000}.landing .select-service{background-color:#eee4dd;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqcAAALvCAMAAABvMJw3AAAC61BMVEUAAABfXmRYW144SElXXF3p2+tXXFtEUlRNWFZPWVVTXGLKv8zp2+tLV1FjYFDo2uo6TUpAUlBIVlPbzt3o2upEU1JnZlrYzNvcz97n2unh1OPo2ur++P7f0uHn2enm2Ojm2Ojm2Ojl2Ojn2enp2+vk1ub77vzl2Ojp2+vk1ubn2unl2Ofl2Ofk1ubn2uoCFyYBFieelqCjmqXp2+siLUMNFiElM04KEBgcJjkXITIjMEkUHConN1MdK0IQGicVHy0XJTkGDBEbKT4hKj4eOFYSHiQOIDEoP14pGBEmO1oQCwwqPFkZMEhsSzQfP17t3u4bNE4HCAokRWYiEg0xGhH4xp0ULUISKDw3IRcuIBr2wZcdIC1kRTDepYDzv5slTW76y6NJQThcPiseHSDmsYpTOCdxUjwWKzMZDww8Lyb3xKXtso1UQDPYnXrntpHz4/P6zqonJCTuupEaFRZNMCF1WUN6UjjsvJiBWD8/JhqNYkfgq4i9j3DXpIFMOy81JyC+iGaTaExFLCCcbU15Sy+ofl4+HhGzhGKDX0egd1dbRzf61a9fNyEuLCo2NDGLXT5wQijPoH0aRmPMmnnKkXL0uJbg0+NQRz4nKjZmkJ1nPSRHJRfXq4diTz/62bZBOC89PDe2imrGj2nClnWye1tYMR3mq4Tfso8YPFbZzdxINCikcU+HaVCqd1WWcFRpV0YqV3m6f2B4YUvTyNUSNkxFSEODVTTSl3I/Qj4YMz7Kw86sgmnOp4ZRKRdYTkTFnX+WZUPrwaWYdV1tX1F3Z1ihe2Wto6nDu8eNcVouNj9+cFvguZpdWk5KT0uWjo6zmH9viJa1qa+9sbimnaGMfnHDa16fl5iri3X4y8B5g42XiXzomIF4enyiVUpgdomHg4TIgGyyY1Vvc2mCeGhlaV1qLSA3Z4VUaXusrLy8ooyCj5+cobMyTmFBWm63tcbSrpbVu6bytKONQjWOl6fwo5DUcGjDr5rehXiAbXALBFf5AAAAM3RSTlMAFCj+O/5R/mZ9/gT6vdjz5dGSCvinpREY6CHt/Sw8pDTbluNQtP1oW0fKwdJ0gqF2k29/KnJ/AAFMtUlEQVR42uycvWobQRSFs1qxP4INkkB5vykDafwCeYCAtt00ZucNUg1MpUZpbLKdIeAyCeQ1cu6dufbGkCK2ZLs4n2ZnViC7+jh37sjrN4QQQgghhBBCCCGEEEIIIYQQ8k8KvNJKyOuikEsVBViVRVHQVfI6MCvvkfcLg6aS10ChUspQFjotl1XVgBZXtVzSVfLCZC0XhryrIGi73XXdBnS73bZtqgVVJS+GRinEVE9lRZC26uhmXZd3rGFrS1XJC1EsQFWJpmIoaLbb7bsOjtb1NIUQShDN1W2zpKrk2dEIbQREaNti2W7bbbeqwWTA1VBOlquMVfLcIE1zkQe7d5lNsjQkok0wthRqVfUNIc9EUSwRoNIrrVabt287fb1dZUljiHfI2+xqKAFTlTwbBcK0g6PG71+/f4ik4qf3vveKmRqDMAFTtWGoknNTvEGYbqXEr1YYGUnS2Pe+3xt442P2VTyVkfurNU0lZ6eo2t26Fla1OQqi7/t+f3Fxsd9jmKpRXiDMVUWodg2rPzkfkKtCmCZWubmXLWnWdA90mqkqSK7m6o9ZTW15UkXORFEgTVNbD0NNUglNcTIb+lmvXtjLAkP/MjXIIqay+pPzUBTNDppOecC5qEHqk6Ja9uf0iigKR638gyBgn1oxUgk4g6ZrCKqumaVZUFyYZX1oqopsR1RzU9FRbVn8yckpKqRpWQZ1FCNA0+ynuAowzXXt7zMVRPDQ1E3L4k9OfbqPFgqeqmVlAKrp3FOZ56r2AJO36o+hnqqrLP7kDKim6H8sDaU5yl7O/dRVsEzNeKCmAjVVmWpGKjmtpu2mBKHULIxW9U1M3OnYG/PCb4lqjX8u/wE3U1kzUsnJWLRdCaxkIxThnpiJCzeWoDM+q6nJVe/hqZo636jiF3mYWm8aikpOwqLpSgVeJU8jFISooqcYOzvkNz+V5LBYCnwmeYoLk49TveapPzmNprtkadI0Qi8vnqqRXu4TFw/3pXm9FzV6JTkadIao9Y5/8kdOcSK1nmkapCG6+8ZpdM6psxncmJ/JThPVZ1FjtEhVpuhR+/mVPzmRplGLfj1FsVSR8u4Ph8HNviaVYUjS3osaZRVBLVKnALAgUSFqxYdTyZNYblXTmM+kRLTkaP++Hw/HYXCj3BreXH1oqk+Ypw6KDhB1CklUtv3kKRTter45tTgF4zgOP78iUMexH1XJURU1GXGnmLTR6+T9rPIPwclWAteGopIn0KQ0TWXf4lTGOLrheHN9/IZAhamzTL071McSVFnNX1mzox646MIwTS4OQUQteT5FHk1RbcoammLks3mvUepH79zw9QaeYoNqlR/z3tom89GyVUW1iM2ihgHg92jpL9cUlTySqtNnn65i8lRDUj110Ovy5+3N1y/wdDSgoSjcCxKY8ml7cCqLaqVfcMMge1Qn/RRFJY9mIT0UnLp7ekQVGwEUOxxvbq+PXw6fsqh9r/tUJwJi0kWP8oPo6h+Kqh9BngYV1WnpZ9dPHkHRbMqrK9XUyn6UxMyaXiNOj5eXnz64j9lTIKZmsqkOP6uRmkTVTarhBgGfGnT7S1HJI2i68iomQsJFL5a64XB5vL75Dk+/wNMs6vsx4cRUM1AzVWM1bU/TSLE7ZlGD86n01x3/yR/5X5am6d0hkhglDVTS9DZ5KqJ+gKimqkl6EKZDcNLZ2/P9WVXgdBbn1WcMqf0U9Q975/fTVhnG8QIOnKAgMB0SN50af3vDH+CtN1wucWQjHqQkzY7NJMM5Sw+OhAyOYUnD5usF9YBNJDQNJylZQuzSJbRVhkxjNJIYExP1xqvdee33ed737SmdE/BX63y/bc/pGMluPvt+n+d537c12ndx2nJjrWmHm7IYU7+4+dN3320UswpUx9GG6jB6LGAKVEEgalQmded+FAmrJfArgli28A81HTKbUoz2JRSnTGmT2t5E+DGlbjLpZ4ub66XSxmYxm/WTINV1nXSaUCWxp2paCVXgyKwrR2U+L+GiiwhVIAjaRN1plvqN9p/6WujIGTym1B/Lbm6USqX1jUwmmx0bG+MqFaRGtFSlKjnd2sqDQqR6GVS2Voto9RaEclTKfoDaca9JfqN9jaSIT7pwmy8t0s2TmWYzG+ul9fUSXkAVsEpTtSn/0wpRJQGB1Dz8GMiKBYhBZYu1FuRvMqf4nyAsjKlM02+0r5GU7qDWOJ8lpjLzCdNcKbcN5XIlYnU6OzbiU/7bDokB1eKKFg8C9qoyVPZSXIlUKzBUBtUkv9HeF6LKHRQiWtkeZT4iP5OBk+ZyufFUKjWeGl8kVkuyAki6bKosRjXPEpAG1ZKGyjfilEClX1OcWlfXOg4aTo32pEbs4AehTCkXkZ7lWLarMx+ULo6nrkOJ66nr166nQGuOXdVXlSrkQLZwuTzVrDKPklNepLJIADUPEdYWGeqa2Y1qtMfU7wCmJMAE0bgJbirNFA0UU5qYn782vzQfj+OeAKvj24TqmKpTIZAK2bbIS1YVqLIqBaLEqyXKoAJRdlR0/WY4ZbTHXr9Ju6nClN10TJrpYgqUgtGl+aVoNLrEil+bT6RyVKrK9HeYVbgqbpZQqArVMpFDU+bPeppTnfwc/Uh+Y6hGe9gbTWeg1Wq+xNQBpiNj05kVwpS9dIkYPYcHnoA1FovPUfqX1jPZkf5+F7JJriA/5Z6fPJVBVdNT66oXGKrQnOZxWTPLUka7q7kDmOrQxzBUcsqYlqY48uOx4ejo6LnBwXOs0ehoNBaPxxOpxSlY6jSB6kAq/YN11C0JqpCc0tEqMlCWAMTaUBeudhpMjXZRw6GmFrZTpnSWMWU3ReZTk5+Iz8eiwHR0YGBgcBBPojU6HI3OJ9hSZzLTYyP97hCSX4/+Pauc/TLi1W4VFACgFU/cguCn5G82XzxttNtRE4npAptpgGlmncw0NQdMh0cJU6VBqVFUqjFY6jjGVCtAlbJfkToxQWup2lEFXTxeKbW8iASTQN5ShmqRoR76J4aoXYe7WkNGd4caD7W00KYROus8EYGQ+f3AVHZQc8j8WFRRenzguNTg4PHjAzBVtP/kqUj/lQwm/0mAmp6MAFQIpko1Kkc/LguMJCc/3nierFyV1tb+3s39XU8efa6nvbutu7u3t12rFw8IP3vp2Ue7QqRWw/F/RQ1sp7wAX4lpZmVmikM/NqwpVZC+Rk8IvopCdTgmSVWeetIOpyfPnwemJxSpPErdkqAKC4bqCcHBr5MfEjDUv9xKtbY+8uyLx546+jj4PHCg74904EBbGxgGtD1HDze0PnLkyKOHDbD1rXtwJEp/WDQoTTOm05kSKCUz5cgnRjWkr5XFvgpTJVedSy1i8r9CpA6FJyfPg1MIpAoGFcYKFgXEy1Eq+8vJT/v8bh7888nf9eyxF3p6e9rbgOd+daCtG8T2PP7iY10ho7pVw8EWcCoxnVCYIvN15A8Pn5aYDgSUnqFLwKpCNYHJP5vqCEhNTxKor7wCVNlSRb6wRQ2/4LNVgJQ5rUz+hT+3Zfrhw08+1Ut8/lWRw/YeM6zWq5ofbLnvJopTUDpBnNI8KiP7/DlgehqYakq1lZ45A1LxUqp0VUJ1HagyqeAUoJ7wGNStQl5t5WdDZUelvylzevUmlvkb9sXokWNPtLcD0b9PB7p7nn/xUVMC1J0aO8lOgWmEYz/tuNTn5xYp80+Rl14pF6aSUQAaKLBVRnUYrkqorr8z1o/0P//qCZbHS1MFJL/IK0Ol5A8M1SNOLVSosPe9Ivr0C92VRejfDetLR4yz1pPupa/eWVug0EfsE6YZwpRG+7rLr/LS9/DgK24kkKsKAHRVS9xV5WYuTIPUs5WgivzPmFARltpQmVMJ6gK9F3s11NZnevr+aaEOePzokw+HjOpCjZ3c7APTN9lOGVNkPg2juDK9UskpkFSI4oWHvGlf5UqV16nmqFCl8J+kbgovBwGPnp+Dn2dSuEGOpzeiQh4ZKkDdjdHne2Gj/47aeo8eDhnVgZrvB6ZIffZTFKc+9p3kaDmfMQ3GUdpMGU3GVItBhcr9P0+qVPiHJ6WjTlB5mi/orXwI/ipDhQAvb0Rt+IOh6EuPt/X9u2oPGdVesFM6xKTt1HGz5Kbon4DpbakfmOntAqtB98+kjiP8JajkqRH0+2BVUPCLwFA9R+STupXy/rhCffSptr4aKGRUczUoO+WvL2M7zWZKi6n4/NKwxFRNpDSm7J6Bqj213PxHo7FTidTFmQtvM6g083cKBW6l8mykvHjq8AiVkh93aahbONPXcAdKu/eEleH0LlTjQWyPxkzqTYjsNJnNwk55aqrdNPDTMwyq1ofvfUjCXSsI/4HR0dPDp+JopzJjJ8PnuUKNJJH6SH7wqYPfozdORfB74uahxt8DteuZ9r1iZTi9C4Xt0bQSNcucTqRdP7vBdkqYsp1qTlXqVzKKGy58rwZ1gEGNwVEJ1DQMFbLBqIW2X0gkLboL7qSUoTpUDHQ0N9wG6uHn99E4GU7vPjXATmn/CXE6MUt2igE/2ykw3eGnCtMzilI8qxQUqQGopxJopjJjQ1hDxb4Ux08KbahyhCoqOylPwnuzs8pQHz62v7w3nN59wsp+E2PKnHqC7DSXSsBOd2IaDE4Vp9XCz3SVqjgFqMMxgDq1Mt0fniBQI0kfDZOvDTUidAVAnRQXq3xgGqOpgNMjT+x7lG84veuEjVK0sK84hZ0WpJ3ykj4vROkuSvppFaZ3dlTmlEGdW5y68PbJSVqQjbi+LxxtqOik8kK3/jxD5eBHJ3WwbKhdL9YcUsNpHegenIVmTEkRz4adrm/TPj65KXqnn5ZTH5zicidL1YaqStT4ZTT9I+HzEcgmQxW+rzhF8Kv9fWSoDCw4RSclZ/2PPddeD5QaTmsuOgtNTZTmlLuo7evzbKcBptDO2L+jVC8FTgnUK+D0YyT/xZnp/rOTEZom+L4F087bgoPfEizmFKA6Hgc/ProXhvrw0fqA1HBaezVKO31TVqfIYX+zhKHUvG6iKnK/MvbvmPuaU22oV9hQAerK20M4izLpuH5BOG7BtznlYagWc+rxZ1i5lPoc/J33NLS+0Fc3ChnVUmynTZT6LBysT2Y3ctspnNCXkF75fT/9cBdQtZ/Cj9lQ43OLSP6h9ORk2PYLeXDKFapHhkqc5mlNygWntmfBW2GoDzQ/3d1XPwoZ1VSw0wBT2nfvb2LGf20+qnuoqvI08NM95T5AJU5jcdXzg9Nwsug7jl/wXQLVizgCygviFKDajkM1ACrUh7Abqm5i33BaY0k7ZUpP4Ev1MdrcLG3jM09GwdfA6cBOFahsp8pQd/dTzSnNpmCo0zBUcOoWC3Y66ReSts0jVPipK/IIfOLUVQWqED+svv/+8vt9daKQUS2FQ6ZNN9hOX+fYB6cbuevSToFp4KZV5Sm0W79/vMwpd1KXx6cuvHWSOLULBTdt+77v2pZQwQ/RwcEkDFUWqJb4+dPVZcOpkdofrZsocDqLIX+yuP7ltWtL1bEPEabST++8HEWvSjsN/DQ+99FFDv50OOwXk47DhupoQ7Wpk7JtGfxkqFjk/+Gz5eXlvjpRyKiGaujsqLTTS54obG7DTpeiAHWg2k6rp/y3o/pekPqK0yvKT+OJy4sz74wMnT0rC1TM+4sFxSmufGDKBqjcSXmQED9+VUeGGjKqoZrpC80uEaavozwFp/nixpeMadWMP8j9YM5fhar6UxWnowGntChFnKbdom9j3l8o5tk7uRzlTVPMqaDg5919367Wj6GGjGonttMbs4wpDBUf0Zfc3P6FP5KPMNUKKIWC1OcHxHf9pmp6qsrTj0+demNuHMF/MnyWGykX837EPwD1IEeOUCMc/MJieNHxf//ZquHUiHegEKbgFIKdXrIK3/xyizElBZgGuV9ZnWpa1ZWf1Zwi9xWnKFBn3ukHp46N4SnOYCH+hWU5/EFWau3UtrEmZXuOJzupr5frJvhDRrXTwY6WGx+QnUK0RdoTxe1btwjTcxWUVvqpDn020NttlSndOT3Vfhqfu/zu1IUR4tRF4mOh30UnBVDBKRJfOADVkYbqsaEKsfXF6vKq4fR/r8b7MZT6gCil4J8Fp0llp/jASLU7WqV+eSd/Ze4HbqrdtaqN0rmP+pQK1Hcvrrw1dDZsu0j8CU/QzbXBqUPB7zi2Izl1UbVGdPCv1omhhoxqJW2n4PRlNT0tfgk7/fzzKDAdDDI/+HCJ8pC/yk6Ddzr29S6UwE8Tc7zGH1acOpjqZ30X7T2YJEKZUwI1b6sClUaonxhO/+9qPNTR9AHsFKBCFPvuN7/euvX5b+yd3U9bdRjHURejFybOxL/EGC+9MulNr8QEtDZS1xpYJbJRoKWc0rJKacY2AoiZNBtjhnjGStbFl4xZpICygWucy0gWE822G67YFfHSz/P8zvEMjIm7GZucb19Bt6vPvs/b70U5DXtmCqU7/BQYPUT14TG7u3s67nBKwd8Hp0M9ITiVzDRjg+TSknIKphgqnNquoZK1OoGfBPWJALXB1x6JTfsvX/v8c2H0LSc9Xaorpt0ITncfzueV+x6m5rm7K+VyythVMD0snEqnv3+o4HC6RH6qCWpxwoJTMVQYlXeZSbVYcmMqU//ffvI53e965sWXxE6J+QhOIUftFDmceph6e054PISqy6lbVqF/pKeAagyVQmqIiVSUHunysq1NqCUCv8WaVMp7SyDVDJXIbwmoEvh/8Tnd7zrwCnY6/J5A6trp5vbWA8Mp55nvTE6hdKefmk99eZnq7nJ/fPyIUGo4pZC6aDgl4NsZMVASVSfwK6c4qnJaAlx+y4a/G5cvf/ZEgNrga0/EwlPsdLiDkM9T09OWO2D6wPVTTHRX2FdSwdBzVFcupCrl9J0d+anH6UnlNA6nzYJlCU6LeKfrpfKuQ346AHoJxW83rzwZhtrga2/EWT1M9g2kpis1t+lxutgW7l7rbkMffMDTMdSdoHq48uZRusNO8VMEpmYiBaeRCLXT3JLVbHGIP4kqVZNN0aS5KaC2WBr4Qbe1FU7v/njZ53Rf68CrTPYFUZfTM/e2HU67Fxe3pudXuBi6fnUGZA2pn3ixX9920ephumOxlPipOzn9Nn0xZTgtCacTxPhEZU44JfKrlSLltERxJZy2LDHjfyICf4OvPREXmF+71vHWW27UHx6u1uFUMIXSNCfso0qBracLW2ugCqYm8vNCLqk7cZXf7Sij8FMT+AFV/DTP4NTlVAopzrRIFON2a8Z2uqf6IZzSQJXAX2Vx32s+p/tXjp2+5ZVRy9uG08W1hXJPLBaMoblYgt2nBlX404d520Urco3WcOoZqguqNKbyWfHTOJzGDafFRAJD5fgJC0b1wZOLf+MOpy33f3wyCqkGX3shVvR9fq3jdYX06Icd6MwtOH1A3N9aqQRFoVBRYjTQcAvvvHFVTVY9eax6glKP03HF9AiYmsbUIJyGQLE4B6cAGbfmuL5XDVW7p7wMp0WHUxb3XfnsSQC1wddeiBV9tPiPHv3ww9c/fEtXSVfrhtPNWiIBmMhcroMAJ4at1re6FymsqP/lsZvV3Zgqpy6pgOpwGooUo1ELw2wSC43bc5KhCqctLqdx4bRqwanu7f/9pyciQW3wtQdiRZ8sQAFTONXB6fDypsF0llPQNuqbqL6xssqBkLZtxpmJSi09uRZue8fVBzsFoo7aXFDDYcNpezuc9rJHaiobEvTFT5uwUDgtEfhLltxcgRRU5bQknNJB1VX9T4KhNvjaC7148BqYCqeCKTp7Zxs92Fyt1DY2N7ccbdbnZ4OQCkJCagFSu8Pd4X8hFUDlSS9LYA5jqH+DiqF6nNq2ckqCqvv5CPySoDKSircYUOE0LqCatSg+p/tWLEEh6sPpUexUWV2//QBMt1dWNjavXt3ydHVhYzUWwVPhp8SVUvOTzAC8WZWJ8bwZtclUoE3E1/A7YdTdLZy6e6OzYqd2Lj5nZTKaoNoc40MLNamGCqQOp3PFljMnGKhyVuoNKv49x9TndC/EEpRrbyqmR994XT47TtzdfsCjTsC/arQlbwu8DKlRpDdJCqgPX3MKmDvU5jz4FkaG1N2cFktWpqnVhtNcca4EqK384ER+k6DKOFUDf/W3mxjqnpPa4Ovxi7CvdsrrdVA92jHccofclMAvmHpacFSfX5WaKhIxoLYfwVEJ6h6cYVfAKXy2tYV5dzHFUYXTSVb2Kae5XLxkZ5qxy7iFtaKSnRQ/NX0pw2lROY1PMJK6sveY+pzuhZiZvgmjCiqie7p+G063trevbi7Iw3nKW32hPl3f2OBI6AqtqlAwkU2zu388jITUd5XRcXB0uVwML7bRFxBUF3f4qctpZy5pFS2OQcdD47ZVEk4tw6k7PcVkS3AqKWzL+u2ffE73p55/9ZpaqUlOaZ6eWKbWF1DVQuv19AZkrqzUaqurtVqNASqSy3UTsVhPId/XfkRBxVLfVVwxTHl2t8uOlTWjRZVQq6DCaW8fcT8YdTkNNMkUyqaSQsUkXyx+1ooNTs3oFE7NSOq1RyTV5/T/oBcPfmTs1BzSp2EfSdXEbc+CZE2ueyZERyKhIGzOguo8WqmVU6n8dC+GOj6uS6mx0nHqJB56A+/VhenptGh6eoEcd61bYRWAH+I0mbSLVnNADRU8pZIq2bkdnMoBPnCakY39f968sud26nO6B+KMvjcJ+WqlhtTqpnC6DafTU8A4m4h+kYuSJS5Vlmn5z8ZCwcLKlGh+Pp/Pp/sOCahHYBRcST6hEE2OpqfytXJ5VrSKxIjBdXJmTf8Hh1PstAk+hdNMDja1DTUngd/p9FuyAKA0p5xaExbbo6/s/S7+Bl+PW8xMrxlKHU6HnbAPpvT2a6uFUC7J0jvV8vVbGxt3ZoPHg+Wp9JTRtNzNi8aRaeJL9jk5KvfuFhKxoIpUFifm1ulVuYtqZmaG/NTlNCmcCqg5i0KKE1EZ8udahVPz0mltkTKKXakWnakre787usHX4xb7TD9yl5+8J2H/xNlbgukamE7pFTqdUdkOkmxCxGYyyGV+ebowr4Y6lZbD+xVU7YxKiURMl4MjUz1CKQlDPGozdYpCHD1XWC3PL8xw2bnHqZUznNpwGo+WKlRSOXsnpyUbTlvZe8ouqb0P/A2+HrOo9q996Mix0yrpKbq6kAZTEtO4lQy8HchYrZpEtjYGksVK4vTxnvz84KByqlfym0GToVQxzbLMSlavQF7UsmyR5aJanp6cHFmYKnNiH5zmLLu5kb+bL+Bpcwo6hmq7k1Pdywe5Evj5qXr3lyuXHxErn9OnXwde+hxCHVDfBNOz69u4KWXUQjoPa8F4rjHQ2Fpd/nNCrs6duLWcaWyKxgrBU6l8fnDQ4VRAbTfzUKF0mj9a6AFTGk8iZdSwGo2HYjLJoh+bLoewUzi1c438GxC3Fk7tOVmMIgmqt/Wk5HF6//beB/4GX49ZnMj/eYeDqR56erbl+gNdx7+1MJUfWk1EP21s4ky9WzfuVDFTq3Tvng1a0Viq61hWQIVTbpmAUwoowRRKwXQwX04VerpikpqqiiK4i6IIyWrPyoLLaVPSzuGnjU18YTjFk8Af38XpXFyWoginS7/vfeBv8PWYRdgn2DtBXzkl7C+uoZmRaWBLkF8GWce3sVlfAhPbYriZy0UiX3aluk4OqKGOwqmDqWamY4LpUDmLKPWzq2UeNQr+WVElEVNyI8FavV6mRHuY0yacNR6nagNUd02/4bTI1B9O2dtfXb978/IjVvw+p0+9WMnvHsyrOjGxtKnbTbrX2me4i1S6+7MF1vHXN69TQ+WawCrZWVg59WVP9mR26Lxw+v4haevrNFQP5FFMy9myiLkAxdaGtFDr08wMpB27ShsgFA2tbtSCDqd2U2Mg0KycWqSmJZahxrWQcjhFshFVOI2v05mSGf8jyOf0adczdKXgVByVl5wqVb2+vSiYGs1cnRZWZws0969bOQtQm5JfRGrTtePHswMupzLiD5Of6onm01NTYDoAo8rq0JCAShrLaEuWsvBBu2u2Aqizq0G6/Nio4bSxuYlUFU5zGGqlxL8KWNV2f0kEtayVPmMt3f/9J5/TfaZnXnyOuI+cfaaceUrYdzENM/ykgWRQra3GiqFgSM6A7lmZSqe+PJbPX1ROe9tlbsq8VFeVipsOEPPLyHVUSMVRQXVkZOSqjLk2agX2RsUcTnPGT5sblVOLoQIbUDRD5Sc1VI/TM+v35Qj0RwLV5/RpF8OoEw6lAeW0ulyXsA+jqFs4RaA1ncYFyQFo3QdjqXJ+Pt9zPDU1eH6wXzgN69K97naGTGNTgmkqlcqKZgtdMVSYBVYBFVIRH+mVWYamIYfTXFOzcoqhQiY9gWKlMqdRv+gG/iIH99qtBP/q8v0bV3xO95WcsA+kPITTlvXrmybsY6Yup2gS4YMYoWSsQ0MXLgxkj526MJbun0qP9B6BU1buh+FUjuGDUlWhEKNgMgrBKqg6pPIXTa3MhjqjD3FK4G/kq0R7XrFKpWhKfmapRZ3w2xMWlRyXW9z/7abP6b4SXamzcAqkjE7R8MTyLdJTPatH1z7BaS+I9vFyl6CysoSR6fmLQz+c+iY9OTo91nfoSPgDBKczfdODF7OpkycLYNoTPMXCv0JFtjxpOyqYmF2ZwlRH6VyRS9QYdeWEU1yUuC+GyleozCXNmROanoKt5XDK8f1w2jK3fJcZv8/pPhJLT78TTnV3FE/CPumpe0afKNz+/sjHIyOjIyKhFMLQWHpsLH1poJ+egJT777BxD067e7lhdwBMe06CaVdXD44aDLLWqVkGWXauE1etmVQV1jFUj9OmgBZSjcJpZzLK2pNKQnpTyDKcYq8TtpzVXyLwP1ol5XP6lOvAS8/BaSAgnAZYIn12nfT0wd+c4qjU8b3fnjt3bmx0dEx8ECccA1Feo6yTOtTd3jdCeqqcvkPcH+XU/ZMoRewvsx4wJAee2BnrjLhlM1E9GiqU86AqawNqsc4v/vZTU/AT+IXTXDHCmRNqqG7gh1Mba7WY8BP4f/E53UeS66HPdnQEmjuAFMGppqcKqnf/3uH3vz3Xf6m/v//cmLAKo+Koox/3joeldJL0lK36wunk6NTFgR9S2QsXLpy/NJ8NhmKrd26VzlTv3GDoGkDNuWgkJqSifK0nmtvBqbb6mVklMdRIUPIFj1OZnPKNxlR1bonZ6Vc+p/tFz3C+xM/KqcE0AKf3SE8VUxbqYabuCRGH3v+2/9L585cu9V8SAe0YoB7SnumhI+9+oJx2H+ob7T8/NHBxsP+PsUsXvjkdXN1gO2CptbR8r5qRCT6vZGck2FPO0zDI1woR11Dh1C2kyGRzYqiRGGN+MC1CJ2mAjlJtOcG3OLdOC/VRKimf06dbB1597mfaUsZOUceZ9VuEfcSWETj1dudxOr9x1fPA2n8ORvvgc1zXnpCeKqdkCJT7/YOD/fznSyePHevKztdZ07Lc2sqotTXTlMkkM02NTblIsFAeQuUCCarH6duBRpS0ZS9KLspklQxVO1Mup9KVstjLV1pf+vPHyz6n+0bPH3z5a+FU/ZQEtfnM0h3ldEb3PLk37RtTZX8ejfy+vvff70WHZU+U4fTwOJxK2Nf2aZrc9ePej/vPX6B9KmepPNhgwqSgJqnjk2KZlFPZAThNhaIG1GRSOVVD7ZSt0rlOMtSYHN9HzJdCqiictlqy55Rz05bu3r7ic7pf9MyLB3/+etjlFFADrUuUURzK794UKYTqsSbubmfdWuJu3HM5DTthH05HpNoa6dXtT1orcWrqRiIuPdEcYueTuGc01pPKMlktBI9jncIpr0Y4DTiBn98Wi5FQohKMACqcaiEFp5zTX50oLRH4bz6CofqcPtWiK0VbarijOaCcwklGOMVO1yQ9BURDKcV8G+fvPLQv3zisbjPxwn63Hh4xguPC6YyQyqwfUFekOVVkRZ+eYZ4D1M4gnLI8gNnplxgqlAqngb85jcNpXBZqVSr8waJbSNmtcnp/tVhcX7//269XfE73iQ68+vLLLw8PU+EYUCnHq6YtJdkplqmcmvNNlVdeHBeFdnBqwn5b+IgukhZMWeKHtWpnQPqtLDspJPQMVbNf/9MvTned/IG0IBU8Dac5w6kJ/OK2EU1QdYg1WynBaY4E1RT8jPhZ4rdO4L/xk8/p/hB3RxhONe6/fTQAqC1M9yXuy7Y8raI+aANSBRVenTPP3TxAOW0n7MMpbtsOpwg35WxzSVUF1DQdfab5st2fpQGybJoa//vjx8RQsye7Th0XcEXCKZUUbguhVPzsyopiqMsJllcz9FcvlrEpV6AXNfD/8t8rfp/Tp1nPvvjSwYNfnwBTOBVDxVZb75CewimYanoq9ukdZuqdFemdu9tuwj7DKDgVKaZHDvd+PKZidIWmyQA4oyLLAkFZKH36FJMAVqv0gK1TSsEphmoKKX6XdAy1MltiUGASVD4tPLVahdP1P29f9jndFzrwyqsHD353olU55SHPzD0T9rsNpxr3keeprp1itibuw6kb9g2n0qhiK//h3rF++qyG1XQ/NRWS9dPlGi8mVlLxp7qCWvIrqAGToCqhrE/BTSPRUGK2opzG4zqRglObb1yFTiXlc7ov9IJyeibTnDF+qvOi60566mLqcep5qvqpey2EDE0hGE65x6SXK3cOSacqLPPWsUsXpdv6h2Osg2xPHQRWPtO0rQZQttAVikjGmjSdfrOov9ME/kioGA0FK9cTpagd9zjlCvTq+hKV1I//OfD7nD7F+ou9c/1pqw7jeCBNAy80aqL/iv9CY9IYAyarOTV6pMQLJVMBkYsrdFytATPUpMAM0EIEkeCiJCoCcjERZOFiNUwCDH3hq0Xi7aWf5/md01OIc3vb5nx7iutgcy8++T6336WssoBTBKcvvB5aM9N9jfvipgWYundHQCnKH7fvdKWEUygFUh7W95O/1keH5jOzGZleub6KZPyKro2PwSqRHyZx00JOTeBvAFQ8tfbjj0d1zq/388imVX5FIbV1m9mpz2npK/DII488kOf0BeE0lOf0DdOV8kCFUlNG8UjY9zh10lOHU8VUhgDixSygio/POwJPo4WFeDwaj8flavNkS5MEfs1Pzeg0AqcNwim4WjaGSuQflZXTWkgxOoVZOF2TFupH97mfz+e0iFXxSIXh9AqcAqph9dTjVPxUF0Kdp1RPMTfjKboC+TLqPQBVTpHhFFAhtSYaH08kjo8TiBwAWhfiUSSkDrG6Ks+pa6jVOKkejwanluyh/vi7RgI/lZR0+tVPMdS1X7b+2btxn4bqc1q8KqusJEF9KM8plFJwR/ZdTt9zp1H6olAy8tr9UkVB6hsgrGWU3rOn90EXcIrPSv+/HSgXFoZ40IIL6gKcJgn8yqkLaiQinPJ7aqhwan2qhqp7pKavkKAaTk9/ub2963Na8ip/pKLyUeUUsQJVSI28rn0p5RTDBFRTSgGpuqjRG4hCXzHFd5XTp5VTEEWGU0DlzynYCKxJEdB7+K56qXxZGO/JcyqdU49TXTMVY8iPwoDaH6vTvXwckkrxL4XU6e1fjjZ8TktewUeCFFLfP8/pYtpBhdJQpOrDm3CqfSkwNZGfhy/GQvMHRzKGqkeA55VR6qSGVp3/w7dTd/FyjRj8hdQ4Uk5nel1Oq/OjU4dT4dXCT61GNvXFYnooCtW+cjq3ensfQ73P2anPafGqojJYWSmcvkTcRzgZpH79l+EU39POlLwQzBpEkemSCqRgyrGn2q0Su0SaowquTF29GgxW1VrpAYivSsEVdTidn2lRTjXmRxRUFv6ZBBVDhVPbYiEqm/psl1NNUOdW1/ZPfz7a8f20xFVeWVFRWfnA95/BKYZq9Gpo1XDKPApJL9+85ZNzJbkGbT3xtF44JT3lMlMWoSin8u2oZKn4qXLqCVKd+K8/ppgWchrSmG84jYmhKqe2yILTRm6t0FNQ6UzBKZ3+06Ofj3I3fD8tbQUqwfQ8pyEW+J1yTt/UVL0LKi8DKXQZvCh+xheir7zHEfz6U88aTp/WY3vUJwG10E/5riPGWB6nVFFUVYWceqAqp1rx5w2VFX7C6ei0x+ntg6Ojo12f09JWsCJIwf/A1gecLganjl7ah1MFVReiKKpGxkvjulEq/orU+bIEhTT2uctyO/TL4KeYUsyLob6mnHoX8yuoOKrkuIWc9pzjtCoU0cYUkPLqzAd+i4uq5TpgNkx5nK7B6fbefRmqz2mxqixI2K+4wOmrkQ8POJYfTg2oebkhHUpp2I9HwVTslHJL7fT625qfTiqmrqHC6cvCqZG2YCmlnnE5jZ/zU13VVyWgCqeXpm1IbcBQCfwWioW5DZhrAXTvCagyOSVBPYLT+1vd53NarCqvCFJIwenXyqkowlyKZX1wOjI1VVMva54Moy6lUvbI5qjxqDSkoFQwhdPr16XN/5oGfaEUQ63hj0rv1dzH/xNfAVU5fc/jFEyVUyI8i1Dg9EXeenxPp503VBvRRcVQG/FTGfHDqRoqR7Ie5bY3bviclrACFYEKnoc9TiPC6de/cQvfnRFApWjPa9JQOiQbTsexwahTReU5ffuy22yKanbgGCqcGkflbTB9VjmddDnFnmcGlFPsFE6r+GoCv62hH0MVTC1bDbXRglOi/rRyOrd6erCd28t94XNawspzuvU8mLqKbJm7IkdGZHmeCynSnjyYJobwy/ZoTb3KcHodP30OTvkhcVJ+Or4QNxkqnHp6WVdZ5dNTuIfTHuFU01MwfRFQeUKhS7F+OMVQuxuUU4v1fRL5a+eU02ldlLJ6Stjfu6+ZlM9pkaosGKTgD1Q+uPU1nCqoaqlryqkBtXXSlUKVEEwpkgQxINZGv6SnyunLDqcy3+cXZKkS+qH4uQJKJey7fnoLOxVOM8mBcNbjlMgvoJKgGkPtxlCFU5vATxeVxpQcieJyKoE/t3fD57RkRXrqcvoBnLqh/8p3wulvnKfb3i6NUH2U0mMT8+OyK/rda+2trWQGYqgrJq7DaU0r8b7VcDo0ju8KqHlSnyPqi516fmrCvnAae5PzJwBUBa+A2mlbppJyDTUrl0801s5hqKhOA/93+xRSG3ucOPHkPbDyOS1SlVcEApXBQIVwOm0wVVJPFVM9+lFJ1fV3AlQGTIFPf7OdvSQGVUjFUEHQbOJDNcZPEwkHVIopXQloruBXTL24r5w2hxvg1NgpYqMWnL5JP6pB1D3sGmoYTjnJR05IcThdI/Af7e3dRyXlc1qkgtOgwymH33YqqfLsw+nNm4B6jQP64si1PVY7c8qJctrePtQzm+wbWxoBVefKUt0TjUgIGIq2kyQA6iT7T8wiVl7ygKnbiXX9dLaj2YLTkOH0CV5wWkWCiqE2OIaKLB4tpeBUDRVMJUEl8Iuh3gtUn9MiVSAYCGKp9KW2PpgG0/Oc3mQzs5x3Jh1OQ+nMbCYxztZ8lblrr6nly4l32+kMyH2lU+yIjpMUtJqZVCIzr6C+4m5fEUaVUs9PwdTjVDGF0ycwVN122gCappIaNoGftzT72dRnOO3nWmkK/m0C/849rz/xOS1SKac8yuk0jmpQ/fBAOW27KWecgigkQelMEkx7JNZjp4bTrj52NjUnxyaWFF7dq49IUFtB0NkXtWAGqKDKI5he5FT+7pYmm8P6XE7dDLW6s04rKQI/hupwGqaSmpPzeiVBhdOt28Lp3sbeFz6nJapgsDwYdDl9C0ct5BRQRQkkXppcToJpok2J5Gjpdq4x03t3Wlr0JFM9X5otehk9/ywevzaUmJVNUR6ogum5ydataPy/OQVUY6hv1vVbUvHHhjFUME3L3WgYai3L+vN+unaQU0O9Z2vK57Q4VRYMUPGXK6df46cXOf1R7oIG0h4ifnJ5OTnT1ZOYEE7pV43IDVFjgNoBqB2cu9fVhbvqtRHJ2THhW7LXzDwaj08qqApp3k7/KCj3Z025HyrktEo+kaAS+JEYKlaaTtnKaSMFVJ3D6dbq/nYut723t+dzWppyOQ0+CqfYEyU/j8epYIpFZsB02ey053pI46fGUBVU4BQ8BdjepvBgOpVKN3X0yWUnSfXTzLykqICalzs4uKV2mudU7dRTFdU/CaotnKqhpjDUVIp1KI2fYqiUUtNmICWFVG4bUL/1OS1JwSkDKfz0sa2tUcMpushppouY//nnA2DaRXhXP0VkowpqF6D29rag3uZwKrs4PLy4mE0Ncuwp50VnegRUE/khVVnlP2iyMOxrGXWeU8S+Ajqooiwbpfh7MdRU1jKGasOoDk4x1NMDGv1H9w78PqfFqbJgucdpXd1FTrnlUe0UNwXTFo9Twr4D6lDbGOeWK6lct8txZosom82mALW5o497TxNwmjmOu6CK/uDxMNX0FE6d9NTTE6/T9tdBlN2QFU67YxxLlQ/8nIdCGaUJ6u1tJvw8G/eopHxOi1Plwmk5cV85fYuJudOaUk6R4ZSoDKZEdrgba6OjquNUQHXuhNbYr5ySP4rs9GC4qblFfj4hnM4S+aOQCaMGVLOkxevKJgvKqCpeSKr+EJzSmcJPszagdi/CqZ3SkdSno7GGvKH+ciBl1L0rKZ/T4lR5sMzhdHVOODUVv9c/bXMMdWZ5ebnDcJo3VFFUScVSTTUFqU1yCTQZZBOYJtVOtVcwm1BQIXXyD0PprTymLqdv5jl93WBKNSU3SDKSUlDJULstjk4jQxVQ52JqqCbw7+foS927hepzWpwKBM5xyiIkZ3h6qpwaUhNa7XMMlFRLoCegQqqCKi1Tk6X2caqZQRVEUYtS3TOWaDPzAV26Munqluem+u2OgVpT7iNFFclUKnRJOAXUGJxS8mfDlmOotWGORafm76eDurp1ui2c5jY2/v8IH5/T4lSA3BROA8HHfjF+6nGqoE5oUzQBqRlgXb6a/jUdJuukWSrNftdStZ4iTV3vk26qiuuhuckE80WADueZcUBFHqVObjqvPa/mcAGnTm8KP6260tkpFX/KTqUw1OphDNU2M/5aaQP0i0ZdTrd3Nr71OS1BCadB5fRBOMWbXE7XDKeQihhIoURP8upid/cwpXxzxwwNp2PmTgyekJI6YY7h7zKSK8yhFM5RTwY3ngfUuKBKxFdKDab0vAynZrqv8jh9MWI4RVlO8q0WQ4VaqxFOWZpax+ko2plaO9je2Mlt7+z8/1FTPqfFqYucuhX/la3fjJ/KJaRoQSf8PQO/drMLtLt7cXDg8DCZnDkRWEFVSdWSChk+5a2MTwzJlIrG1sz8uJ58ZsRfaIaxuCmYthRy6kR9RCWlW6OI+8op/2s1VEv81IrJP3h0VBJUOv17O3u8d/438PucFqcC5KaB8oBwuqWcuoH/+W04FUNdYnCvK6beBayZq9luqXW6001cXHooOjk5AVXuixjxpvvILGDhI6AKp0yqlmd6EpDqaMiN+YKpHChtuZzKF4Pp4xL44ZQEFU5T2VRWev3hMClAGEMNS9gnRUVwerC3u0OCCqf/Y6g+p8UpYZR3ueunjMx1HpVv9LtLUFGcZSUS+aurqhebv2lphlMeZfWH44Vo1CSrjPVVIIuUVEAVTqnBzJGSLqWYqYspcyw4jZh9pnCqmDoJaowSSoqnlDFUbvGzHE7tGFdL1imnTKRyOzss6t/59saNu2Plc1qc+m9OAfUdCv6bBlRnpTQELgAqjhrqzn4zsb7OjRBJIHVRJQMwWrgm7uuRiqFq46pFQU2MGyUcM1VMl+HUVk6RcupQCqcM+AVNK8XswBJDZSEKCWpTL4FfOI2NzimnJKi7G7ncBpzePfD7nBanSE1Vymm/x+k7V1ZNGbU0IZxilk7tkzm8Ciqx9aW2pc2ltrHMyeE5nUgegL3CrAMpdqqciqEOdMgqa1DlLUMqpRRJO6uWNn9E749AoQJOI3U2gV8NNWXZw8PDWQtDTdf2so/fFk7758RQbx/B6S4Z6u4XPqclJ+GUJyiczimnbqf/g9xfrp9ip4R0cVRCf+bw1+xidn1p4s7K5lcjX/H58Ozs7PAMSPnqCmIpsYAVSs2soGv9k5YBBXVeKXUKKBETAsoo4bSKif4l5HL6OpxW11nZrKWgYqiLVFI2GSrtsV7llMCvhsom/tzOLi3UXRLUu4Lqc1qccjgNXOT0Q0lQb4rUTzX1VMWPTw7Pfk2tLy2xy+TO5srmu8fH85iqwikP8mCdzYw5HQDaVX1yH79ZQFWAaQeYKqexTvCkvr8Cp1VK6VNPMJcKwWkMTjFRMtS0LW7O6r50mMAfhlM38FPwY6jSQv3W57TkJJgWclqnk1MN/N/hpw6o+Omkkkr4//sHAXV96Q6cbq5cXplqb52qiR/L717Q4NnVs7MBXYqiF/FI4B9YnskAqltAyTB2Wfx0QNr8EfAUUK/AK5A+xQfllLoeSjFRG2NlyN9g1YZJUAsC/xycsqafip/xKZzeFVSf0+LURU77hdM3BdTI1zkwzXNK40kVBckfDs9a2u6soMs/Xd6cWrnMdug/bh0f8x2l9Vf3hQZZNaUXRCHGqnA6m0GumwJqElRbBjic/03wRMBp3NTj1IZTWdGHodr2Iq2pgsDfr5yiNQ6b2P2WRVMsRbnhc1paAtILnDKRMpy+dACnoiVnlj+pr1tDguPZzFd46Qonn/HlOlppjU79/vvvf8SdJABaB391RIweaJFZqiz2V04dO5VKn7f4qbSlqmBTpZTyGE7tWuUUwSklP0N+Pmrgt+z+/liDPaqc7h8Q83fIUm+8f9cWqs9pceoip3Uupx9GQqvOQhQMFU5reCb5EoVT8c0vN9mwzwF9YCr6aVM+v7zyRvux7NzLOKyixUVuMZVVfnoz9KyGfddPcVNT78vZ/JdeBE1PfCBBzftpmMifdgx1kY/pcFg4teE0Fp5rnDOdqW93JfC//9HdDNXntDiV57TScGr355eghj70DHVkBE5rELa6AKeAetL+1R3h9PJ1Fb4KrG9fXqm/lhiKtsYzUjItDyqn3booAFLZhtKTQJCqQ32jT5TTWGfIw1STU/kPe/kiNE8xUMhMu4Y6nOYTp/X3hi0iAPf0hoXT7zgEVTpTOa6R/MjntKRUdo5TBKdOYyoSWlNKfyRD/UpANWolQVUdnySn4BQ7VeGrBteRa1PPPjs1vzzb1tZ3leC/yKrR6mpITV8dmNEuf+EkireZmsa8sO9JOL3UTz8fTpvSKTXUVGq4mwR1MG3VwqnFP7hBplNwajpTuT0C/90ukvQ5LU6VlSNqqQJO33I5xVAdUAs5NYH/T14/nBy3U0U5nBpMyQNGpp5deba+LTPx1dKXzU29g92XhsVQZcdURw/zfbPmVLcGor6ZvuQnHUyjOiMvnkfUJKgchWZRLrFlv8midhJO7ezwohpqmOEA/+BYZyxcK5yebufMSIrLT3xOS0oX/NSu8zhlfrkKpLwEVDjVo/mmjKH+aUSN37Z53RORn2bVyysr9RMTI1NL6+w8SQmk3VnZLDUzD6WicQEVQ52FUtoAmp7+l53Cakj91LbhVHbwpbMpxAaswbAFp82WBP7OhjDnoskpU+SmzPglQb0LqD6n/7J3b62NVVEAx6mI6IM++OBX8SuEgTy1QiKxYDEhXhGbHk+iNSY5aZNh5BxpVWinilottukMZiCC46WYeiHKSMdYJSJegg8+iSL46n+tfXZPEqLvDWfl5gV98edaa+999t7nM+a0QbVOgYrTqs2n868NMIrV79TpE4Qk1NXNb4EaBsf3bXypParNp8L06b0XX9zb+7jpVhpvbZNKf3N/rL27KUofJ0io1ukhTin7zEqlYTolobI+lVGnjpPL0OSy5VqdbiWDTMblyikKPzP9K+q0PzilQT1lk1TsdMYCo+TU23Da3TFOo7q/nOhi9Ds+b76oTglxuvGzQLXxLcv5G5eZRX31ex1IEYs4/QCnFcf1mEL1/vrxl3d/Bqi9fM8WfkKdUr/tKGrCKk6LmRwaceqANJMB6haFnw41s+U0cur0sYsrOXXKiB+nzEzBdOrUVOz0nIY0p6NOwwUpgoeX8g/3QSpUPzZOCYb8j5NQDdR//jFUGf7vbq7KBOrTl1ef5qjenw82vrz8uu95Zu2fR1QNUsI6Xa+HCVVH++X8JFHzWsZp0jrdAuoWTi/R7MpISmammEDlytMcS6fHPZ2ZYiD1GU6nJ9TY6TmNuXGnj+ke/rI6JaHmvxoIUy38OOXivYf29p5ZNUN+dfrDD/8QIpXQCavdx9/7+ee/fttd3TzwQUrA9D2D9O3o4LN1Kfz1Q02nTmafdDo1n7LvJCNjpsAhSKYG6ltU/2QQ4HRpyTjlQNQ2Tin8J7KLX/Jp7HSGQp0C1TrVul+2hT9f5j+9UH3zg8t7T9iESod6BvWHv4kf/pGkSqBVYTLL/8u7/LH+GX3BZrSFL8ynMK1r3TeT/A/PTxtEycJUej+ZY4o/YJ3A0ROBAj7yDjI4bciR/fv7NKgrPDLVkyWpm6ff0KDGTmcrZMDPh/WoqD99OHKaf3Dw3cAUfpw+RQBVE2oE9U/ib/Kq9gBi1X4IYUrRJ51apuKUdGra0zpOS24us5+enk6BOr+f5PQKdeomg0tk0i11CtiAgZRsk94vsMSvTofaoH4jM6jT105jp+c1cBru47uo/Wl2NJ8uX0h0TUI1TvUec9kKtRFB/Udzqlgl4CoBV8JkU4ZQMNW9+7bsm1EUSqU7lUdQSKdTkRL5/ZzjUeMd33dpAHAaIBWtRMBAil19hX25Viophb//kzhlFz9OpyXU2Ol5jVsY7+u+E02n7Jkz+VRO6cdp/kK5/zVQKfw4FaZPAZUte+9ZqCpVsZqQvGqZ2v0oj484lTt3lalNp1T9/0mnOF1xHIA6fsn1gqQ4pfy/BVLenqtOdeU0l+seM4X6DQP+2OnsxZyZP73HlH32H3MKKk55G6cXXjEJ1TglowKVhPo4LaqVSkRebav6i82mMAUpYdNpuGefUKaOLJlOZaqRr6644tTzKz5OpfCHTgNx6uCUJ1FkozQzUyTUU1akOKk/djpjETllG591Sja1DeqF5WOgauHX+yEXtfKvrjKqf/fbSarWKEhVKdk0rPrWKUztFD8fHetHT6BMrfxjTp2A3XxBgFYWUeWsNXW6n32Mk3ykQe0NORKFA9Bvvjy9QY2dntdgRYoQp0xKTXN64YXhoD/47usPQqeLUvllA/QGd0lBVaXykrdBapVapkQ02N9UpgcHh3wJU/tA33SlRHGloU5LJd/1HA+nUvjVKQnVofCbfJqjQcXpT5+d4PTk5ekJNXZ6bkMHUiafojSrTotl45TCj5QH+4O+JFR1ygn7QJUzJan9m89bqRNGUUroZSc4HZ07PWPahKkvTIuaTqdKnXDqe45DKkXopNPsEg3qTlsLvzqVhdPY6SyFOJW6L3P81qlE6DTPns+P+v1Pv/taC/8iUOVKaIGqx/TSbI5DtSHP7StTYhWnIdN39Tmp5hnTLA9K/fcoikjh1JG675fEaUDJ14QqDaocXylOC+o0KYW/T+Gn8l+Lnc5YyHCfeyNHnRatU2XKIvvxoP8phf9LdbqoPSq1n+JvpCJSiry+eBO7GuvPy7MnylSD5nRdyj3bpWBa8sVYNTX/X+l0zGnSLYnTDov88hAKCZVBVRK4uTCfUvhNg/qZOp3eoMZOz23g9NbIqTCtnjlNhMeRvTbs9yn84vR+YpFQqeakPqiK1clYF6Ybkk2tU5iabVHm6RNlStXHKe+py1F545SlqGSnVMGp65FKcarz/Jdk1X9Fr0OhQb2au6oNKmehiVMidjpDwUBKnF6Vy0IlnRYip2njlJQqlf/rPzShcqOe5NSXXpK1qSeMVKiyTV/3k0jUd6/vXpcjejYlmcLUQGUMtYtSmJpnoyn6heLUqg9RvgiglkOnzohTL6nT/JcCcWoHUjSo3Z7OTJ188837sdMZizltT61TyaeFokDVJ1Hs+Y6JLgn19z80oQLVZlU6gKclrWpShapufmK7/vq7qhSmUTJdNUwrbJLm2zJNzecNyjGlgnTCaeCVOBsdp4HkUy/AKViZQM3lSKih07BB5VlpDkWZ1qDGTs9tTDgtVAluNrdOl+lQiYep/Nqh4hSo96lU/shaDRsAxarxrJwwNcZ04411c1eaPHtimSbmpexPSL1gncrG6DLzpzKDitMjx3M7MoYKxGmQ5OO61mlSLpGWBnUgz6ByrHTsdKZi7haO6GfZ9LF9nBZwul+tcr+4aVDNwc73IuYVm1DRCVTe/DxiQqmaSdXHwaqBUpAKUy37j+sYSpjWDmDqK9PtlJ54Zo1GShWpddp2PXXq1yodnHoBdd8LCCn+ssKfBCpOczjVws/S6Y2b12KnsxU4veWOO7tXn+NuO3VKpFLptB3wk0/F0nJXh/xPqFNpUnnJjfowla/7dJ2KFkCsvsj7RZNKn7FMN5VpqaJM9aKpwrbca6ZH9EQJ1X7zUqaRU8c/qOHUj5x6OGWPFE4zOKXwR0unOJWEGjudnZjqtGycpu0FOWAq9z6VRX4p/KgM0ylQwwCvjK0e5dZ9sGrY09NkkVWZ+j7pdIRpSp1apRNGCXWakrrvitOmOC05DJ8ip4FLQl2SfGoKfxenN3B6EjudsVCnd+G0+tjFwlg+tQMpGtR7ofNRmFAXcQpUvnHK60l58WulQlWEklwJHedPYcq1fUWOUKc9JUbzKGG7U+u0YZy6tZrPrtWOOCWMUwr/it6AkuHSUzkPTZf4b95gYip2OlMh/ak4zRbOnBZxmjCF3+ZTotyTOdS9pxYXH1kko6pThQrSJ2G6SOBUU+rbDz2kXEmqDKCUaWWU6SW2oa6l7IG8mkFH0+lIPp0fd9rB6ZbUfV466PcaJqGK0za7TqVB/ewme/jjfDpbMTc3d6ucJo3RpUJU9yOnzJ9qJK72SKiXJaGqSWGqUnkTYToloRIofcI4fUBGVlwgdeQzUc+JUr7rCdMPcbpmnU4O+C9YpsZpy3EaUvf5pz2HRaktIWryqT0HleDSU3HaBeope0/MxNQkq9jpuY25OZ5CUadLxmmhWsTpfDpVPhvwa8xfbLfY0EflV6UhVP2Sqk9wsz5MJfgmq8LU7NrbDe/x5QBJxuuWKQk1cjoy1B9zmkjlxKmj+bTi8DgKTjthPg1w6jHkl5t6MzhdAeqI03dip7MT1ml21GkKp5JQrVPBhNP2J89S+XGq8YjWft76Ykp1UZ0+JSHpFKa6/k9rWuo4bkmezHOUKVc/F4vi1A6jpuZTTaeJVBKnrnHKQMo/6mxtdTri1FGnJNRGJnTavtqVqf4bJ9zEf+3l2OksBU5vZ7h/0ebTovan3OiQThmny2f5dKXR+pQjJ/SxKZtT1StKH1kkcCq5VJwKU+b+N7mLr1nzYeqjtOMklSnpVKDKLD+hLicfk8rDdMypJ/nUlcelg0CcEsZp0m2RUOUJVBrUdrd73Bt8xhP978f5dKZijmEU6XTMqcwYJbTw4/TCiNNG6zpbpAWqoYpOKxalNp1CVVaoXgyTacV3PJy6rkNrClOqvkbROLVK7VgqcrosThcyLTfMpwcMpPxaKQjoHjoekQydrph8uoLSdvv4uM9OvtjpjAVO78bpY6HTKk6lPxWn/Iz0pwnJp60v5MwJ6VFf4mUi+hWoUFWmejX/8yTTkgtTB6XUfMNUoqBO85o+zWd8W1QYifTCUui0U2uq06MgOFKnhHHaaMjUFE6l8B93u8PT2OnMhbanOK1mjVP605Q4VagMpCKnO+K09QmnTekj01D9M+SpVlWpZtMnDNPNN1+vyzwUnhzCS0ZMCwXr1AZOjdUzpssmnS4sNVyYi9N6rcR3zQt8P3R6yThttSOn7eNu78apXCMVO52hmNPVqJ2dLE6zJp/SnqZCp6mRgVR6p41ToF5/dmP1GbafilVFyke/nta6z9+gNZVLeddJpj4+PVE6wvQtgh61qMMoDYvUMo2cplPZRgOnjjqtdDoVnB4xfdAJ82mAUxIqTmlQSab0pzg9vRnn05kKbU+/2rmoTqsjThcS6fS406vC9Arv68++KXdL7JFVlaot+ppPYarJ9NnX5cYoCnbgESgN5DRojSlOYco7YrpMzCvTVLZtnfIvdHHa8Y5qHR+nHaaocNooyR2S6rTXO2YTf6/PNVJxPp2pmJuTso/TYpYHmM6cykBqYTyflqXsV65cqbSu1F9XqZf3zrKq5FI9hEJrPrn0+fVmRTpTHHlEMML0EgFU6zQKmEZOE4nQaSEns6c4rdSbzL8e0aTyOfI9z1enntsQpxkZSGEUp8NjObjv2jvX4vWomQnrtGCcmmkpIk1GlQZ1xGlbmV754krrSlOk6v0SNABiFaO8Q6WbcmpkzSiFKa+I6aUwcLo2WfdNWgUpodfx0nuUU1WeibJOWc46OjgSp2jt4DQZOl1JqtM2Rnlk6ngYO52xkNnTu3Yip9s4JZESC4xhRgdSD6tTjRZSP72uVD/AKmlVw+ZSlOqcKTxxapLpFjYN0i1CndppKRtGKe9lgIZOF4rFatKV4b7niNOSXzo4Iqce6QpXsKU7/ForodNce9jvSeHvDZjovxY7nZmY072mnDFRxem2OmXyNBVVfnFqEO3j1DCl9Dcg26wbqi+u0qxqXF6VvhSlmkxVaZIfZWqM2mDp1DpVm6OLpQBVpqHT7Ywz6lQeQz06qKlTL3DkJL+Wm2NXtHE6GB53h8Mua6ex01kKZqVkGLVknVZDp2V1Spw5fa6tTG1GbTRKShWrz765YeJNQXrY1Jl9w5SXMo2UBoR1mrdMo5AxfpROOfa8WFzKmcJfMVekHh7wqaHVp0U1Thsr6jQpTvs9Cn/3mIFU7HR2wiyaMoyCQ8Hm0xQFv0zJF6jaoCqgxxo4bRImo7ZKDVepNuv16+uvS0i9110lMmckSs0POCFqkWpETiegwhSf6TOnqao6bYjT0iHPsGKUZ684UIWhlHHqufxPk6PsS3/KSQPDYY/RVP/k89jp7IR5RvqiOM1apwuEODVQbeGfv9io4PQTlaohUl21ClaNmiBFKYFRwiTPMaRe6PStbfaaTjLV3hSmafri0CmJPunilKV97pzm316D6AHHVdCkilP+TgWnUvXZecItp+K0f9w7/fz92OnMhC6aUvYLa8VsNepPF9LsjE6MOU3s4LQZhu1TkSrhlzRIdm4HpTaCiGmgSj0TZvC/vWCdTmbTM6dp4zTjqFO32dSJKXG6u4vTUoexmkfdH3PaZ/60f9ztn8ROZyduue3Or7jYdKm6Vg2dwlSivF9OjztNatm3EUIlp0I1DNhIdPjV9acwbLX3bGiDWiiOO82HQyiIMhsVzkpp3S8syQyq6zl0GEclnB4e4fSQfMr/FDLAEqdJAqftIU7Zw91jaurz2OmshJR9nC5ljdM1xlHW6XPczEMwmjJOyzl1WucVQZU7yUsNX5G6TgeiEo5HREojpB0J/VtskKI9jZzqjw6hlClfMLVOs0l16jXrsi3AP9zlFn916ndQSuPKQEqYygJ/bwDUwY0+B06cXIvXo2YkTNnnfIniWpVUug1TKfvqlKvNNcLZo+oKk6Y4JSKpQNV6bxOqq5nUMrXhRUoJj8Cplv3IaT4q+nyM07T2p1WctmTAn7xSP6yUxGnt4PD5XeOUv+42SKjJTOi0PxiwNXrQ+3V4gyX+CVax0/MZc5R9cVoorhX4qNMFiUT6tdfYFx05zT+n7WndhDINoVYUqq36trR7kVKLNArr1AjlR4q+OtXeVJ1qGKeFDA4dJyjV6zWZQK0fcD/6Oo/3y8yUy66UqEFlTgqnwxuD4a/D/s1rsdPZCMq+TErxKF9RnBa1PdUov/aaXsY7zzuvw/1W5JRQqM0IqpVqlVqnY0h9/TJO1xIjTi3TBEzLoVO+rNMlJqY8N/Cbxikn/a6/rocAldSp2/oCp5kxp3SpQ06ZmmAVO/2XvXtpVSKM4zhOEd2gdr2BoBdQvYk20iIXHmhTkRDUIkpxpJt6TI3KoigoojzVIjsWHemC0YUuGmEDargIYcB8IX3//2ceRy3aD8x/8pxoUUSffs9lnksoa91Gmn0mpdhhSpRqnhqnaDl2n8e0v+Qdw/05p5VppBYEKlIzAVRL1S/fqBbf1Onldxf3+Uwp89WkKX3TWad1cXo0IxtOY68KJQb8fMVpSZwWcjFe/uP0UznlN/zi9OdP9+dPEnX0V6BGTkNZ+m7/Eu/2nQTdUy4gz0+dcoPUods0/dbpUmrVMC3xqFSFahN1tu1fnqsAKfWRMk5p9qE561THTcyGHYjr1C0f6rw4zR/VAX8m/bFUzGbVaY08fSpOl43TVZyaiX46qOLUbf8aT9zFQI2chrLM5OnxPE6l2b/oBE65SeJ99xBOaYxFkrOWK4hTgsxCNVL/BzVAik/5WKd3iFOczpaZN/U3vFinB4zT08lVcbpcLRVzuVcfOe2Xt18NnGY5FpWGX51SKXVK4bQ3HE/GvYWRVOQ0jLVu447tXX0XhdO8I3l6N5EQpvHzxOn7z7fpK6pTrhvzm/2SVnFWakGhUgaqUEXoP5Vap8Qp/wH4fXn4apya9t53Gk+o04TJU13al0lXi4yeMq9o83lRyyvaSo5jUcvJJE7L/sQUu/iYlxKnbff3xOtETsNf7DjpvmdJXwKjxClO7zoXNU9p9h/c/jF5f0VGUeLpwGGc+kxrfGb7qIUgUasyNWWnUQOlpljkVBCnNPuPOVsKqGpUy06dWqdLCZ1DtXl6WN6cltM0+bI3ulh6WjxzhiPUi8+uLecQXF79tgrTWOz52pe13+LUG/a4OXoyGcwHauQ0jKVLpe5dyuPU0WYfp5qnS0swfdkdd4/BRnMvHtPuqSjlWUzUOahG6qLSp6aM08vv7l70ndpisO8vPZG1BXzOx32np3F6NJVNL5dZMmWc1ho4LT6tFHPX0s8ysUyKQJVpKVnRzwyqzKEO+51Oz52M+nM91MhpCGv9Fo7nZQef4zDLnydOgeozvfKg++PlePzjijrFU35t1cRpjTJUp1AJ1EIhgApVhGLUIpWzeanA6TU28xmni0yt0yU+Otfg5I3TZDYtI/ssTrPpSqlRrD0sVcRpBqdpafiFqW45Zd8J95uzka/Ta48mw7khf+Q0fMWklFnJnwCqrObDKV9l/97JB93xj60eTrEiTvddUqbW6SLUQGrV1ozSp7OF02UWSxmnAVTLlG8JLTJVnJ5Xp0enHVRZgsqGvkax9LBWwOmyOE0ap9Tz5zilg+oOydNWv+1N5uemIqfhK+JUR/tOgievOJyLxumVH+PJppE7fnlS9NBFdVLfpnHKzSalM0Hjb5jy4JSJ96nRapCkDSkm59VptXrtMm+jbAeVH/IxTCniFKMJ53xinzqta5wePZiRTaevqhUd8BeLDZzSDcFpLk3HtMyAP5nSq3nW1lgt5bYHOG323PF4brI/chq60jjFaV2AEqcITThmlH3y5djbOnG9yQOcqp+jxOnUqUjlu5XaMIlKAVUqy8cgLQRIH+EUqPJOnmV+1qkq5aP/GaxTSqjqG37ntO80LfOkGZw+U6fk6RmcZpfLOE3Fyt94I8WifnXK6tOf7Xav1XrSGXgjr9cMWEVOQ1cSpzLJn7dxGo87OCVOT74Ro+OBt/WqMmV2iIbVMMXoCg+lUINMDaTm1GgQpY/8Eq/kKZvveBtlnSpVn+iMU8fvni7pa1O9b49AZdqroE4rT43TYi5dzsYOJo1TKnZPnP7mzpMeTptP+kNv5M7MTUVOw1brNuKUd6bHcerHaVw+pOmDiTscjb22t4nuqUI9Wn6GU9vqr+jnQk3KSm3oVZBakqMWqVXqX4AmgVrlpf9l+qfyRxmn1AxTUj1hNmZbp3l1msZpOSN7pKrZwtOS7zSTFacHy6viNIZUnH5nHDXo9zo4bfaA2gsa/shp2GrDZpp94rTuaJxapqTY1YnbHo5Hg7b30m/2Odrx09eidbry8OFDm6hBpjZwKiVE55C+sKVO2SZ6Ta4qE6dx4xSkQcUl1YF63jhNSJrywSkjfgI1S8NfrRYaNSamyHGcZg7SP8Wp7OFP0klVpwz3e3028tHyu7OBGjkNWa3fbOMUFfk8QsXpvrhh2neJ08GYZp/SOIWpOr1w5uEKj0jlmZfaqPA8bRiki0opafrV6R1xKoFq2/3A6z51avN06bzEqTo9GJNjpiBaYbuJOK2dKTJzS28Ap+TpqnHKRRIU5/a0e/0mTrXlb08DNXIarlq3EafTOK07cXWKUph6g05vNBr03B/E6SksOfROcfi2pnGK0hsrH1ZEqt69F0iFqq1Hc0hXVi74UHGq1z+w2xSo+xYC1e7Yd5RpXJ1S1qmcf16l4ZdzJkoygUq2ZjI4jR3kYNby2losZu6MxulwQJ4K1FabQG1ZVpHTcNWGzRu3bNv+/ji904RDnBqnML0yoclsDkZcEjq6ekSb/fgl4hSm2urj9CFKr9/8cNM0/7ULPCUtuYCXmc1HflmkKBWoFwKn18RpEKh2OGWdyloYnOqKFD9PT3M/VLosTrMcNpHOfpQBf4k8raZxiuEUgapOk7zhp3+K017nCU6bndlAjZyGqtZv3sg7U5agnCO68nWzRErHUF0a/WbH9dr99lY/Tk/zVnKWKYdKCNPrQT/VZqpYNQ8+9SreoF6s8CvqVLdFy0US5DcwhejfTs8bp/LaFKY4JVDJzkxV1kq/qn6slIzTcjrJMCqWSq6ukqcHmZj6woopcUqgwhSqPeamOj6ryGmYat3mzVxpKnFaJ07P5Y1R1Ozrur0Oszme2+97b3BKOTHiNGAqTq9ryfknlAz/VyRVS7ZelMSoKl2A+kj7p5QcM6GHq1unQflOedvALH+irvujjFM5XLIqp6FVGfGTp9rup8F5GKec1Vv2B/y/cTrAqQz4bxGoLr0YP1Ajp2GqjZs3bKDZv338HCTq5/Bi6tRLmBJCbW9AnF5Rp84lidO3qtSkqRZKxekNeqs4paSjis0SjzW6WNLwq9NldSpTqNS0ZzrjlD6IOF1Sp446ZcQvU6gQlU38uVyleAanFbndNIZTeq9yuiR5mhKn3hConVbLBOpo5Pb37hdWkdMQ1YYtG2Sf6ftDx+sOcYoKn+kDT5g2W0OvZ+M0L0y/vsUpSDVNMWrLSH1orV4A66LR1/Lhi5Zxahr+x4tOzc8I2MApbb/JU+ZPNVDLpuHXGyhLZ2o4XaZLitNk0jplqbSslHYHA/rZvJICassdeYMnkdOQ1frNG2T/3uT2Oemd1uvTOL0y7rUkf/resD/YelWc1u+xTsoypSxTWyZVKbXKMyv09bSCQMWp3b8/41TW9ttAZc40oU4Z7u9bqjPKO6pOj3KCFCtQs5lc0QRqTZzGpC4bp2vJqVPO6R0M2s2mHirNX8hzOxqokdPQ1LqNG9bt2TkcdQ/dz8ucVEKsSJoe6cqloPzTtrnIdvSGZn9plqkJU8P07HVu1rdSTalVfQB50+g8ETwn/EBt4FRKAjV4JYXTA4FTB6dL6vSAOlWmNPzilG0mVWamcJornTFOudXcHIWyRv/ULOz7hdP2YKgD/lt8GXpe+0nkNFS1YfPuXXtb7vj9/TrBlXfsSaNH3rgtrrDr0OwPO3/YO7ffJss4jscYE8NMvNBExcR4Y6KJN6YSPOFZQ8wqU+cJC2jXoWQRAjt1HVPGVt1MdwBMJWWJ4NywMqfZdMPKAAHbbc5pW1KyhUgixCxT58X+AT+/3/O+e2ud9UZhJv0+7/u8ZXr5yff3/H7PKb1sf9uLb77x6UDf6IksN91zzLhpA6KzTVVgHd4z3L3nXTRs9O7rRsPDdIqqgsqBJmY7qsMpj0n2LWbfVE51xymc7oRTEPVKJwehsreFwM/Zax3Bbgr9gqmnxyOctvQR993C6fh0ZjqdjGeSgwIqwlAzWkMtcPo/0WVX3pHYEia1uPDKpk0sO9lUanFa2XY2EXVFZZERhf7J79o3vf+OYkoOZSh13NSRwyoattvwLuDMlYIqgb9ZReBf4BQpp46frrY4Xa2ceh1OmzsI/HAaaA00kUj1wyl5FJxqxm/8VK42n8xgqHEg5aFLU8EIY6gFTv8fuu2WmagrHE1hpxwj8QKFHwNHZWXZsmQUO2WAmsgQ9r/Y/wpLj7IxPYaXHrPdtEvU0OWgaqQYD++CykU5HbYCP81wCqiGTsdQHU6fsfxUJqMsTuWQng6L06aOIFdV1Hi8Uj8VTgeUU93CPz4Np4CaUEPVESo38hc4/X+oaPmWaCoGjbE0o1NOO2GHhzEzOD2ckR1vYZRIpiYvHD0qZjpKqm9jugcKVVC6zm42q8AquL6+gOg67VT8Fg0jNdQO3ZLa6SxFyZrdX8RP4dTjBlThNETgZ7E060+YPpXJUzbxeb3CqZuID6fV1cKpbjyhgJo2gZ9UKpaZypBJFThd+rruqjVbwnOJaBQ7zfz0HXbKqQ4vCiHoib1nB11gKt6TSJ6bmPgUTKFUMVUzVSt13LQeddV3rRNWLVTX8er3r7KHqmqocIqEU6k0ZGOaFfdL4VQsVcpSVE7VUN2ekNsvaoXTJqpTrQf6a9zip+Zsqb4+euV0GlAzxP14bBBF0QwzweECp0tdRbe7UDiVgNIwSzMuHG7fJFM+JNqVgmnZspnB2AyrTs9m0pM/CaWKKSmUFfMJ+Q6mhlJffa+hFVLBVRHNhrRX24IUVClNHe9Y4NSMOhxUHU5X8yinVXBas9H2UzVUfxOD0ybOlm40nAqqNQBKIuXRy84o9J8/B6fJdCpqBf7E5FR8sMDp0tb1LhVuGkbRBJzub38TO10No4Jp5djZzNllYw+sKGu/8NPJCbxUKA1aif4xddMj8hxpOGIw9am6fF2wamCt7+rFXgEWQgE0W3b4B9QdVuD3N5Pv1xH2HUrNx+YUyVksm5jgpxxlcdoT0oukAsHjja1NwcaOYNDv4c/luieawM8mfussNEqo8TikCqeD0sXtwF/gdGnq+qtcRuHYXDSMBlPpyYn2NiqU1h0RcLr38Ni9Kx96qqz9vQmuBu+zQr4d85EQyqN2amN60IbVV+/jb731vV29dItLUcVQd1CaYtu0382EVJ2E/VzpZUAqGZSwj6+HaSi3zWkEUNnN14ihSuDfHoiEYNiNn8pSKTVUDfwchJZJsklKIaUqPDh3bjYVLnC6RIWTLmhwLqaYJuJsJJUqPnYKpSuf4F258iG09ZWJkyw3siM+lC6YKWoQLzVjUwMpnf2BVB663l4fjZ4PrzSVjgAwVFb4GUN1j+yrsjnVCqq01/7MKaOSFwn7LcpplYxPQ5FO4v5Qo5yrQuA/vr3fEyLuA6pwSibl8cDpKTmol5N7ksl4Qs0UTmPzU/ECp0tSRTe6sgSgUqaJpZKE+HY4bWurNJTyEU6faDsqdy2POumT7aXHoBRAIZWcCU4NpbV0SqnhNVcVPkcLliqgqqEONXO5+QsOp0Y2p7rgjyuB4PTjKg6TVj8txzi9aqg1HboNS0pTrXJMH3OqGCqcEvj1enNO7klPn07DaQpO7cCfXeovcLpUtNyVI+pRiURiLpWKw+nWsq372+HTkLoCTp/YevTU+OiJvwR8KMVOuxxp0N/sq/XVmsdilN5htILHSH6rDKhiqHIL1FDnSM9OJ913ODUHTQinLwqnpZx92sjCUwahslYaTiM6QqUshaEyLeXHQZkHoH6qh6Hwm/g/ev50OsPRkql4XLIofeemZuf+bKgFTi+1rr/xCtdiwlZY65ZInx17YO/Esq0rEZiaT9l7p9RJnUqUUqohP5fTzZu31W4GUS7e5SfMagPebbwVi8kmlSGqGCqccoGUlUblJFMLnJYqpx5OPMVQHU7FUP2YaRNvY2sLRSk4pXLqFlCrJfnfSAV1Mj55DkNljt8E/mhsdiq1yH6+AqeXSsuvdeWRJvxTl395+YXLH1uBj4pW8KPy/ZOjQHrGgVQRXYTSg4KppVrpgNaAKv+oqFjro1VYTf+1gGqvDFHf3fFh0xATp1V11jpputxEij9QQRVOyzfKJf5wWrWvXDlVUGXfKRtbSaZOCKUhONXTpThWWg31PIaaPoehpq1MClbTU8zF/Z0KnF5cLSe7z6s1a7asiU1dPnbf2Kv3P3D/CqRdZduno0DqMCqQ8i5gelAbj2IKoMDJw8tjqUKaBek2HoOp6W1QG3Zx6/mhoeaaCOtQINF+HD/VAarDqd/mtE459YaoTXGledPbcux5YzBYA6deD+xafuphRbUEfjHUTIJSP+m+cjpDBdWVRwVOL5Ko5hPu8wtKwzNTv5Z8+fzjjz949+P3o8dEW98ZPfP99zajNqAOpSqlFE6xTahcS8tSBf+ESJV++L/44bhqLaQKqHt27Piko7kmJJwaK+Wj4pPFKS9HB3hbAnDqb3aX7yPwR+C0J1LTWdPRGDzEgaos62/RWVXhFFBb4JSEq7pv9LQaaioZZ8WCTrMxQE0XOL30ui5vuBdEsdItrujMD7999Plzzz2PAPUBdO+995a9f+qMQnrEZrRBCOWlExdVSvWjnNauh9P1kElbi6ECpWILlvrkSv6I127z1WOo3TtkTqpH/dSQSk+XlUjxX+CUP73gDnBzhAxQvTtN4A/1eLmF2h9gdIr6g42RjR4slboUqh7QSiuZFGf2JSenk6l0iiKHcpoocHqJVVR0c35IFdEtayih/vLDzxs++hxORQ8/+OCDd4teajv6zffHsiyUBp58kMHUls/YKeStX7+WBp6GWCAF2UX4RNZ/glRffUPDng8+PN44NLLAqXWStCGVTjmVshSV/jo/nMqlqcIpiVREOfV0+tnKJ4dUBlpPRLzuiNejFVTSfqClTDVgUv7peMpZhBqbnS9weulUdMNVeaM9iEJoNDY388vsjz9/tmH37ic/KikpBtPi556HVHTXS+0nsdOsnIleH/PamMKrNToVSp9du/7ZWpr8oCmKfysdEzA42Oxj1Ur3h4cODY2MSB4lkNqg2tHfJFKG0/IWOalSOA3tg9NIxBuqYgbK0xwIcLAqp1f2f+X3wKZbQYVTEqlyNdTz49RQ04l0OmYtmorNz/59AbXA6X+pouU35GVUIXUNQugPIPrZhg28FqfFzxWXFD+Pp6K77mo/ZThVOLN1xKEUWaNT4fHZZwFUBar8W0nNLzFdIj+cvv32JzU9cKqUGk4NsyK+ymmpOK03YG6dkqsn6pRTL5On+GpHgCN8gDUQ7PMAKpwCKq8YKgurGaGOT8cnGaCynS9sSv2zswU/vQS6/pargTSfDKSzPwLo7g0ISgVT4fTz4uJiMdVVqrvwU437XaY5jNqYfksTTA+aqA+jtr42n7XAKuK7OKPaUcTy1e/q3n4ATrUupRI2FUsmSg2ndXCqDFOVGlJOxU/LTR7FGNUbaZY9p00wHPzG07MRVN3I5rScyD86Pp7JsNMrk5ZdXwLq/GyhfnrRdc3VrvzCSl3RuXkg3Y02qPgJp4/CaQmcPkq3atWdcPrI3onTZ+AUdeVaKsEeRm071dIpMBo5qK63aeWxfy5GKzMDB3d1dx8I+vHHF4yJ0rIjPz0HBpsM6y1/YAhOeTrJu6o8Ho6i7gFVPNXvZ/aUsWv/V9UjVKbUTj3SwSlbAKrHRwemGaAmMpM6x4/m5wucXlQV3ZrfSE2VNDr3y48/Q6YlxfTpp7HTRx8tQcUlcAqoxavuWXXnI4fPY6iQmouqYmoMtZamg9PaXE4dMnNpzbFX4j6csi9g+1ctFqeOSh1OGaCaf1S1mJsmjyunO5XTEJ4KpyzsD5BHscjvRKiHESugiq3SeVmzwhXTowPn2c6XYjufyaMSs+lwPlALnP6rjN507T9Aqul9OEZmD6S2ngZRXtwUTg2oyuk9qxCcjp2cPiMlfqdoqrj+DqUGU0I+oJqalEL48ssv65sLq9PnminPNuGULSrbDzQ6nD6jzchwutrilDRK7VT9dKR0H5yCKKLrxFA75D6A/qDbGKpbDbXarZwyQh0YN2tRMn+wd7axVZ5lHI9ZjB8w8cNMmDO+v799OlvdGKIRlCI7QLo6e0IjtniIxzRiw6Fy0LTsUM8Q6UuqgdpaW5HGUsBOhkiIJUxQBkOHc5mRGEw2ZAo4TJYYP/q7ruu5ej/n2YHRwqBl/J/7uZ+nHZsv+e1/3dd1vzzHBNStx/76z9t+emN054dejVGlFCs9/+JjyucSk6FqPy4QKacL4JTI/+A9n7qnF0P9DqCi4KoqI9Uo/ZZhapzKpY33St5aLopXjE6F02/D6U9/+ou+ceU0ECqWqpwqqLYVtXETe/7I9uGUT/j1N/ZRl+KG02Ex1C4cldWou4fHmZIyUJlApTCF6uXAiRee+9OfKE3JNlqmN47d5vQGaNa7rwZSUqeDF87820aiZaqxxwKTG6pZ6j339B569mk1VFsVLTJHtcD/1LcEVOUUTJVSk/GaYJQWJ1SmWekQ/4RvCaecuZMe1o8AxVH1wG8Zv7zVb2pvB1PjtFRQLyWXYnyqS/v1uyqcO9EyvqVRI7+wKpUpMdRVa5989uhpjpekNHWQ5Si/f/lVp/dvc3qt+ghp06uLSqlYKZDGKF1gD/9pkVIqoNIUVCx1zj3ze4887V7qUjsNGdQ3ZMUJvhhhKl2ANUFqYNSFk9LQj6n0//Sn321RTmstwEeo1k4YqnDKVb/OOOVmPUApD6RiqMppfbp9//ouvkfFdyvrxxvFUJVUMv6sqD594vSRF/70zLFn5Jtn7La5quVStzmdst7w0TenrkJY6dZjF6L8PmadS2gu+1FJ1cs4NUPtOPL0pVCaSgT9b3zjWyrD1AB1VXBUg9QxVTyZyJLuq7KV+mdk/OuyBbCER1OCU/hFtfUt3e2K6f5u5ZSF0oh8n8bKqXY1VDZLrR/eAqc+RLXSVGP93tMnjjz3zDN8l4+PSf3+qlah3OZ0ipr99tTViFGpTN2fo0JaYwHeEMU+VYmflmknIu4T+ecoqCf/8t9Ll4Dzkl4hh/r5N54i4iumX2YeyjC9AqrBTEnwjdOwRwVd+s3Tv9tdb9tK6cxRVYHTWjpm99s5hVLtlLgPp5pFSV0KVnXlVBfi8+a/aNmCvyJjNdpOlX7yxFG2SR17ho9JPfPnl67OTm9zOmnNuuttqasTmD4uCT4CU6V0hOZ0LqFX2YtHfhV+KpTeI6G/4cTTl55SkqQLmCKH9LKYIjqvT9mUv+kbJv4x/PDUU0/95i9PDozm5AtRiN5VGwzV3qpL9e3dgIrkCGq+Zy2AEvuHKaKqpXZrcZV5qUf6hvsgVOunYCriufvE0ROk/HB67M/PbL3N6Wuhd76VaH+1Wp16CS8NlLoUyySji5YppcZplYI6B065ezsPPfuv/zzxFLNP4cJNnVIUy6G++c2vfDMOKs3FH2RJFZ3KKH/iCf7Bl57+7dGx1rZMc0dbxgjFUIMyxqmXUwt9cKqg6ompcAqcwuk4fio9kR9Oqfd/b9MWQJWl/mlRI25K2/ukHt73e4pTrJW6zen11mym7SchML3wokb8mgBpUEB0Ec+gZaY5c4xT6eYbqRClglJaMFOVU2q3Sen1zjHVi7/xiS8/8XX+iZf+9Zdnjw605jqam5s7OugzAmZUKo3AtBOnkEX+/r5uFZiSO+WZkdKQP8EpY9QWQJUF00T+vnoFVcI+tf7GzSz2e3I3OxOPskOaEydu++n11Z3vAtJJaWnqwrkkpcu4Y2zS2QsPkVqqUoqlziHhV0xp95WT+i25ELR9EVDdTt1PnVR+ZZDqe4Tz17/yTfR1GFVEx7YNdnaAaK9qglM+GRECv0xEuYxTCDVOx8cBlcAvoNqdH8dbu1n0JyPURx5J90nkh1NCv5Fan+brEkf3Hnn2OSb5t97m9DouJP0Ii/QmKcam//x3j0d8wREGHcVAaxgCxFAm4YfTKon8DFJVeGrvtiOn/wuqT8AoDT0Bo8zi00LU5zKFkO/8fv/73//m13HQS/96+i+/e/LEkYGmwTYsVAE9Lt3yXjBFMqtf1+aRP+RVdKLSFgAFVOmH2Ug9rpx6xj+OYBNOWYza9cj69BaL/DJ/Sg1VtqNsenLv3rVjLzAvxbL+25xeJyNll+jkRT3q2LkRzNRT/CSj/tsErFULgqXO0Wq/+KmpF1M9qqi6vg6ngunXv/j1gGkglVfo/CZ4YsRG59EjA4caBnMEeFGvMXpcGeXGTwVTUSZX55xiqAqqY1vCL/v+wU3yxDmU/VvGzU6p9KNxaQxR2wH1EVairkvbblQ5sV9AxVDXPrmXPVMvcF4/H+m5zen1cNL3TwlScdODZ0aWgGnCKY1VmsMZYOVODFHhVEClIc39QbXh5Aun/3XpP08IgiKeyKi03/1EpXSSIv33X0+ffvbEkUPE94jO5cuB8pW6D1CbxVANVc4LDoEfUGN+OiyMcgucgDoOmDbDr5zyYwC1a/0jm9JU/4VTXTgtpf5Vu/kC2tqjz3JACqumUlPRbU6D7vzoFCFVTH/Usy+K+MjY5MYvfVxK77CG8Wt0VUnKb3EfwamBKqQuX97R2bBt7Oizp//y9L/+e+k/Tz3xRERswFPTI6Fz7NC2hojPJJaE+nu4j883SLnAd3kzjmqc2sFnHvgZokqvP8GpTUCBI2CWSo0KqcxHOafj/Niuob/rkV9skupUlEnVNymom9bKl85PPHuadf23502vSe9OTVWG6WMjI+VpvL+4cy7RF5r9kJA5qg5QH6QZp9zz5ytYkpx3dg41bDs0doST8H7HtlT0F+B88gSxffNEbIe9cjh7509cx7n5mQ5K719+H38y4lTHpPHsySI/Tf10C/qHJlG0/lIjiCqnHvcZsQqokLp+vZyOwmA2raUpyaOyHJ3K53l3wykno/0JUG+v65uaZn2EVXrXotWP/+hczUhgjsvNMsDqhjoSy/1pVW6q4qjI0n4YNc13Vl0MKlFn52CnqEPprGSfDmck/hnQKeKXCqqKCmpbpk45zRQs1uOicgMqvUIrbimojvePwylQmr0GTikBZKn3t7fsJ5Hq+gWgbukm4bcZKTiVBal71zJY5uRePo419Zz/dcypVEmvUau3nn9sRY1DGtaX2M+LyipTbq4JN60i9KMqMVQDFTmp0pnAzKBNQuloinjS/Ef+Bvh0fRZA9Y8Y8jAPp216dDSGKlw6pw5qbcQpFjoeSf2Vb6XoGx0lgFIxO74ljaMyROVzPS2SSq0i7kMpkZ9P9aHdJ8aOYKm/v7Yi6uuT09nXCKlF/QuU95dEWC6zPpHwx2CleQk1DFC1VXnslyFqOauIPikHOOi+8OZg9zqi9/GTcK7+DLxWQW1DGKqMUW1ManTSAS49F1Ed4ZsmxbY7rSWpRjiVZ6k2nx+XaM8OahmmAiojVMn386OjeTZKcfbE7r0DAzLOfu4aQX19cTpr1p3vfHPqemj1S1LfHzFARdpbsNew7ha6aMSe3gWZBUsRFUeNhKsmbFURs0dF9SqYsZ8M0Bi7znsvDZmfIszUHDRw6qFfOMU3A6eS7WOX3WKlzJla4C/Ulij4K6hMoXJ6fzuvthQlWyxSmtqUrofTzTK6ZlHKwWtMpl4vnM6+azbbRK+Plu48xZYnto/GIK2SPvipg0nvlPqr1gQM6qpyUC3xLzNV7YP03aBL2qpciIcpoN1r412ac5rTL+1rzAfMMkMtyaOknEozTuGyr72PSpV4KR2/yBdrHyplZQYVULFTQOVYn5Z6mZBqGi2yXHr3Kjjd3ASoR1g9RexPXZteB5ze+eGPU8u/doWoLytNl7mqFNZkCmUhP+T95TKi7e82Uj31h1VX0lsd3QSiJqeT5mPc4MTHg5125HI5MK3T2hRkBk4F1VKpBKelfvVTt1SMVCglqR8WTodFebam5rP8XkCVQ37WdbW0t+jEaba1mIdT1k2tHWgd3EboPyGHoh681tB/i3N6J8eUXTdZgV+3OS8rk5VPE5AusSedvsfHqNqgNOKU2yzVxqo0w5Wn0xnnU30zovOzBmiS7PCi5hulXtQNcqztQ23GqSq81QGq0CqhXkiFUxsEAKh8wJ/3iNOSfBYlm4VfSqec8bMOU21p75NMiq9PZdOb0qt2j43xHaLWgSNyIjqLpq99auoW5pQjH6+rlqZeVjs1yh50Qw2IJoaklxufkkVxI/dTB1UagCLp5UV4nU+bz2tg1fG9osD0uIDqlAqmuUymDVRrY35aTXNOAbVE5GeOP3JU8n7t4VTMNPp1qbpaHBWExVE37W9Zh6NGhloo5Ov3ctzk5oEG6mlNOOoLp3HU62Gptyansz6Cl15frcZOwVR2jU6E/QV+WRefkfJhamA2VFnNTaU4tSxGKpKHWKkpIo7nZWXlV7+DbAjAvBSgyiS/Ykr9lEQqE3FqoDqnpUgskdJlKAAJmcP9OlNKYZ/ITx1VnLZfVwFGoFKe2s9SFAapWunPw+naNJw2NXR2DA02HBog62dT/7GD18FSbzVOZ33ozW+87gfD++iURB5MVQ8GP9U7TEKF8amH/qAqmi9IMT+1PgYsjQFrklBQtN7xDL+uqOMyOrXlUp1IMJV0Xy4wVU7jcj/t79/S3m2cjgMlwR9e2TTFXGq3zqLmdZNqXT4v0Era36KgWqW/ONq4Ck6bWhuGxMMbDo0R+gH1IDulr/m0/luK07uo5r8WWr3zFJgKku6nBmmMUk/vLcdXaMMUanwtACLow6lqTkLYKgqFVXg1Mq05mP6LpLUGSR6lS6YMU/J9OLV50hD27SmcFiJHHe9ux1IxUi2XYrCUSzm5d3i8u084zdY+JCoA6rCC2rJ/XbplE6BK4OczaeKnrYOdTOUy/7uN+hRf6X2GL0peu6XeKpzOvutDDEpfG1E7JeonOU0s59PmnT9o8Xr/XCy1yjKpipi6o6I5nlxJj+gDtc5o0lq5PeE/rphCy+BgTuM+ks0mqM54dVQVUzPU0vgWQG0HVJ2XstSqe39LH7jy1rel9JCckF4NqMPqqKT7Le0a+fHTQrGe46WNUyW14eTJs6efe45zpq99uv9W4HTWJz76ntfGST2LWrHkFZx6rh82RPvTNvNZe6WcUkao9JVCv0AqjTdkiNK4A55XlnJqrHSC6SCYyjcBI0brpDmmnkcBKpwCKnFeQNXV0hgqKT9bUIcJ/IxcZYDKJ9JI+nFUy6bSjFERhqql/lW7B4j7sjSGf08E1JMv/PG5Px/bec1L/G8BTj/ymkHqYf+MnBA5MqKc2tjUy0zulZ5AAakRW55ZhcqU+CmQchmnCqp1Fd0VShXaQKi/zEnE+kDw8eM0o7QjJ5hG6/mNSkPV56OQRnwpTfXL9r2+/ahbNu6Na30Kh+3iZyumDhunD1UT5HWjnziqfldCJvnzrJneu7mh4cCQYgqovzp75ORZvtN77HXvp7Nmf+ytqddUSyXsg6ltHZlTVo/SF4OTCymrvHklNcR8T6SCoXJXYBQuVTzkOCokbDqcZqpc8nBuuZKJlIICph0e81FtxClg0k2oGj9VKaeEdzm2DwfVKVML/KRSfRgqJSro/trX1qzhVCosNctfJPbvJ+yzASWbL8Lp2oGGwaGh45GG/nD06MmTf3uO9VOvbz+9+y2p11Ie9iXZR1HpNJSjFoUcyvBUKbSq2KuzbZxXuaGGyK8vyYHqg84txqo9cjztTRQMViGlIcamnYYpoNIsf2KltGVNIZXCTbkKEvgZobJISs+XJKo7qBhqO5xSS22UCiqcrqmuJuvPAzOx3wxVv4taXz+2eVvDUKdRWnXH8QN/eP7EyZPPA+o1zqHOZE7fwYrS114e9pVTK9SHLD8+ke+geqJfXvT3PIoLRJHZqgva6CoE/riAkd6tFNGb/GmgzjFOO5nXl1y/2bL9OrmEUblDtm8VKTqaGWo7R0nt2h8VqCTyy0igm1Jqul4qqHCKqutG85r3G6gMUPVkFMqn2351gP/4uXYfOPnC88T+P14rqDOX03e/PXUjRNj/N3ZqnKpCockX8LmNSrNfhaGpMcsfnrvAFcczcHoZV43L6aTpTVPFQIVRQIVShIlqro8yFvLrCjBKi3Mqo1PknDIwxVAP84UTDvBBAioVfUCltJ/uZ5i7xkToZ5CKAFW/NimHTG5uGm341a8O3HHHccQn3uYeP3D22RNnz579+zWOUWcop3e9+7UP+F7kP0/YB1MU8nxkDNrLQkPU5ef3uOm6QNUMlcvlPzikNLoKMjYdU3t65dTFG5CiXsyUOlRuFEo7wNQpLfT3G6pRym+cAiiyp07q74fTPbu6dHYKULs1t+rjtJTh2ojTlQxSZYyazwqo1PrT9bxn2RwzdADdgcRQAfVX/zv9/PNnz/7tz9c0Rp2RnH74RlhpMuyjOKWLuNRPA6KxV/2LwMozsLrMUJWE3yVUIu8dVu/dUJOW6iYa7NWoRR7z2wTT1lEp8WcMU/AUEMEU1dkyfgUVF1XBqc3yk+Lv2rNnxx4stbtbon87htoOpy2NpYxjyhiVrB/hwGkMlc9O5Z3TO47foZoroL7pz8+dhdS/8TmU1JQ1Azm9QQHfOf3nY26nEMbt4GlsryCxUhSx7Gv8AZRGx12Fkqw6qCZPr7grCizjyNLp3xsw7WiW3fqjYIoyUt8vFJxGHBRqfV/UhKHm8yWVGmr74V17fvnLHYdx0T45qB9OeU231PdnDNJ76QRUSv79nEGZZk4qnYXTptyQplF30N6EQPWOvx78+8m//e3s80xN7ZS8dCqaaZzOumFe6mH/ZZnaT/ipUhosdKE16RxWWlkJNRSysBiA9Zgvl/PqwF4B0GCbKgOV26gWZqE0YGpj04yU9osTrulVVHXUBKdqqBLgifw7Njy6Yw/jUgqnGvkx15Z0NqN2ulJgXVmdKdYV8gxTKfDLemnGp62dQwcs2Zeof8cdb7q4ePGb/rnzb2f//vfnAXXKsX9mcXrnJyiW3lAR9nVuf4QrvnCfljznHBmsQBqbL/Wh6TJ7oCq5jNTgqME/jdm4FGFXAtQktB7zPYXK6Iq+2kJ/GIWCaeCU+X7jlA2l0YKU4QlQN/xyz347p59UCk4J/BmHVB6ZNga9RUxVju6Vg/smOCWhq5rLf+m5FwH1zM6Dz//tub8//3dWTk9xCnUmcTrr3W9L3WAt1bAfSqA0Z688daoRM+XWLpqZogvl1bkh7CcyfqukImcyXv9/NXu9pzzHkgxKzz0zTKEUDsVOATTCtE4EnogugMqhUjp3ipiDwj837gHUHbvadSqqm+/5Cqf1ddXwiRRXqcs6qHq8JJx26myU/JeZy7+LcxcD6sULq/8JpH/Ugv/U9vfNIE5ZaHLDtTR1XsJ+4FTlhMYoraEzSkM+FbNT3iNYl9FXyZ10VKRIOpqO6SsgDWl/BPbEMPU4C07Z659pXtmsFf46w7Qgdko8N0zNTO1T0ZGnkmDJX8ZQTf2ASql/445fbt++YxcZFAuo+bCUcJouVCujhmozzi2gFgpyxBSNY9iMU/lvUyVaDKgjLz6+9M/P//mZP4qh3uKckj3dBK1+/EzgdNnlKQVTawu1LTJOzU/99n8ANsMdo9QTfrdS589+gfwXlVXlfjo/OkSyuXllRw7VYXe1bQW1UzSumPrYNGyT4i4UzFBhVPMshqhw2bXnlxt+vX2DgEpq1XVYt5fmMyuDmpvldLU2DLUfUPFT5bTTOJ0jkZ//oQsXLljw8uqtf/zrS8f+KCPUW5lTjiW/GaLI/5hzyq6TsN4kMEqDUvoQ9u25wByVRtrvdgqg9OWILnNnDXJmkREbx9WtNw6qzJZK2ZQEqlkkO6ELEvbBFBW88GRRHzgRL8YsrwaqGKrmWYAKl8xKbdi+HVC7SKRw2Hb8tCXrnK5RTldGoOZJphikbhZOh3oVVFCFUiL/ooUY6gcf/+tfD7708u8ZoN6qnM6a9bE3pm6KmNuvAVPjNDksBVCa3vqwUSqNF02mvMz6CuEyZWwuC7lUxKd24RkorWyolujjpgZps+7YZ6dJLb2W92XtEyTyRpB2UutMmvP3F/rz43kBVTkF1PaujbsEVFBlEpWiqny1h0Sq3E/p+Ce1FbP5goCabYXTA3B6T8QpnjpX8sqX+Vf+zAW+EsPnpaYygzr9Ob2bTfg3S0st7AuoPm3vjAY8uZRSN1W9RNHS/jipuKmoyjjlTSlNmqgzGpB1H0WVp1iPB0z1QClVnVT4xSuhVAWllJGK0Gor+2VMwGUTqnlkKX+1gbp/F1/vx08l9EtNlZTfOV3OZZw6qGw45QD0Jjg9cMCOupKaLnfVXObrMNTVSy/89WDqGN8+n0rgn/acvv/mUUrxlLl90v2IU5RwUgv7TqxRyk1bRC8hn1vxdBH36ZAyyn05zbE7KHgszcFVsp3SDrDhLD9587qpjj2lFo/yhVJBGTVQVYWoI5XiDzC3JKBabjXOAr9dG/bs2rABR93YjTBUEv42EilD1Tilt2ptMWucMj5FUj6VDK+qSv5v67l4YenqnX+9kNp68OCtWJe6+wM3DVNf0qdxX+0xbqY97qZ0gVhuS6ZMEvStxTl1Uh3SBfDKZbKXOWHBPy1GqgMcKKYn7NsR5xADphGnGeO0UCSiWxalmMoKKi1ZGacmrUwV+6PA79OpfV2H92zYswdH3fDoYfy0XThNF6tXNiPFFE5N1RmZVsg2jcJpZ4dietzCAOvC58Jpz5mdq5fy3dPU1p233vj0rg9QirqJWqpF/iWGqXMKoaoehxU5smjhwoVUqDTpX7IIGafcnkip7JH0Uyj1zsnU+pUjGV9dFd50n4lyqpBq0m/zpZLcgyaMSusvFqWiCoRQpeNXw7QoXUlN1yK/HYxWElAp9u/Y8ENI3dGlnFrCr6Cu5ALTBzBWI3W0Nds62toAqEycSiLleZ/+//ZvDHXr+QtbU1tvtXx/1ofekrqpIuyfU07DGhPgNEjdUGOg0uKGusjyfRTGpu6ldC7DU67KqC7zZxizhlkrwxQkGA7KmX12IioDVAVVlpsyGgVSNpAU86O5DJCu+RqSL0eBak7HAPCbz3Nns3k03G+GKqCWAPUwUf+H22UGtV2VzvJJKhTBKqAaqZm20dZROG0YQnJ0sOzsMk4F1J4zj2Oo56e6CnXacjrrw29N3VyFsO8pEig6ptw0x1M7boSjemkqBH3qqXM97Ac7DY5qvBqriUqA/8IALatUxdZGx47qM0OVyA+mpDdU8M1M2x5aw5q8L3zhCyx0hlQK9NSupKCEOLicrpF+3By1BKeob/3hPYD66+079uxqRy3tLItSTpdrYQFGldR7MdS2XKtsxhocYkE/oM5XUD/loKqhPn7+YGpqmqacynKTmy4L++an8tRAvyKGasJSFxqvC2GUW0kVTkVmp3RJaVz3zplcZtQuMzL1h0qJlsd9WmAVPxXpolPBtI4MCRWKGTY2Caaf/AKPr60BVCn5Q2nQcLZxmD8rnNIKJdS9vkuLqICq9VMSqWJbs6mj0zgVUhGctmVy7MliZd+QBH44VVCDoW59+aUpLpealpzOfu9bUjdfVPxC2K8JI9OeFT3BUGlmqPGcH0sVLcJRhVNayKL0MiXTfnlDbqSOIr+VnyvKDdU45UaEfylNZTKCKcTJnCl1KMH0CwIqq0iQhH7h1OyUlhVQ6X1JFbSWULrr8I5HH8VR92yUNCoEfjjFTyPdy92cy1EL6JDqLX4qkgVccLrMRvYXz/P/6EupqWkacjrr/e97Y2oayA+TRMofXirNIaVPyuyUZoV+z6Ti5alKpqph3yWvtNBxByXrqe6nE6yi6GM8mRxj00y1rpQq1GUUUzgVTJ1TQBVMZcozSyd9djjvi1Srq6XvbwFUVqT8YPsuqZ/uZ10U6wUH29qExw7CP80yKfnRHlQdjpssl1qmpNb8+6XVBw/eOn760WlBKZxuPdVjnPZAZY9FfGPUjTUBKZGfgE/T2zgVPunVRStHfrdRB9R7Wngk6wDOaljlb2eg2Wnny8EnN1oo1oFioSCcPvQ1YRRQwZQBKpyuUU4LeQMVI83Cqpiq7ZVSThXU9sMs7f/l9l/vOKyG2pfPjo7KKSv2hQut2y6HVPFXwZV/SRCgkkopp1VIOa158eUXz29dPSVSpx2n7/jYNME0tfrYi8ppjwX8FeKmFugBlEt/mRys+jy/Waop7D4JmX6Qwoi8T0yqEvL9gXsar/a0LlL8ZCk4BZ5cW6FgU/dgWv01OIVSc1MyfkA1TgvCqSgfSUeoqlrrx1ukOvXo9u17MFTyqHxROB30z7AIlROzqA88AKKAqqT6Ga0ydyqRn/O499Wc33lrcPrR1DQR3zJ9TDmlcyLxVeGVC1SVVSc4ZFQ6w6+Wqn7KbStR5kJq4LSiq4bknxZsNf5a9uKgJpKp++6HUxZLa7FUa/l17LoHU0BFcPoFQP2aDVBtj5OCql5KE5VcjFXH14mjPvroo7tkxVR9vqAzBeKmUpgSSj9HIsUbDVDhlA9X8ekqGyx/lnOHfIi6b9/IilNTAnWacTprGqT5YenpCsfUKUXASdOH8um3kaqUOqiLFi20yE9TQ4VTGp2+VJKz6kGfK7xpFwBNohoGqHAqK6dyuq5fZvEz1Q+BJ5i6rIhqa091vlTyqCKcmkq0yE4L/KEtXbtk/+mOR7tY6Z8u1jLV1SHJEpxioehzDzwgwPK2/IHlCExpvfoBAUDlvIwHIXXhRVkqwSg1NXlNL07vTk0fydJTU6jsq5HSIfpgpUFhKcoi7ljcV1or41kVKlT2dAVmr7QIIMkp+b5gCqc54bRORH2/TNhpFPhLZqj9Cqoaqd7YKD2c8vGI2lLf4V2yeEoMtTudB9Pq5g4kjgqdK+Wa9wBvIgX10/cjKBVM4dRBraF6smLGczr7zalpJKlK4afmpnSGqctfzV0jLeQik+KBcNIYpxPplMp9Va/LZ1Z2K6jeObpxUgOnCE7JYSSRahZOZZYfAaySuhJ5vo+qdTmVINpvtPrJ0trneRayhYeqS+Pt3zu88XDXrkf3d6dXNQqn7BiQypSORWXqlBtMI1A//QCOqpx+5jOACqnG6QL+NR/597EZzuns1HQSG01XKKdKJ2/0CdV4Vx74Ld9HYMrtdX4v9iujAOuAJsqpZZ5bZb2x6c1uf3FeI+kJvfoVvjJOIQv5opGV1eghbhug4qUgKS1fMlnoh1YgLujiqUd2bdzYdZjlKC1skco0S9bUKykUnAKoeCoP16cf+PT94qi46WdQxCmgyr/xp7bO6PHpndMlzXc7pSql8ghfUVpS5ebpglGTDVBNGKpqrtyX0+LFDmfZ06GMzFTvK8xOCacITsml9JvmrENFYAqoaqkZVo0YqGKnlFmpTBH0BdSC1aJsrlVei0Ux3VJ6YxeG+t09MsNfyOj0vuT5XAqqsoocVDgF1PscVEg1TmtWnHp8SnY6TTid9aHUNNPqg+dinJbD6U8ubdyxyO+UEvhpKCRSPJ1Ts1ax1cXBRCvLCQ1zVv4WIPXt1Pq1E//8LokOyqA6aG0OK/HFXTPIjknptwoqpBY80TdOC0xLFfM6it2yrmvjRnb2de2XlX3VcIqVAieSqM9LMFNupJzeHzdUqaGuuDCT66fvnGZm6lUpZAxOIMrPPQ5roDVR7YdSifrcMUNdoD2X5fvIHq7ww+JkhlWpYGUq+8l3SE+sRrGEHFBNvKv0KBMlVYtWxYmVKHK6pIlNKIIpVsoAVWDe0reOwN9FrX/dqizAC6cGqWdPcTc1CacGKpyaoS5Z8fLSmcvpO1LTTlqVMjsFTRTqp3F5mcphXUgzTh1UpL1hCqWSSy0wRrn1kYC1siyJcj7tSq7+D7ullNRO0n531DaflYdSUSaj+T6kjmKmIjgNdirvdipVPs+fKdUP963nK9Hf3bi/hUSqOuJUi/wB0ySnUCqxX0F92DKpnjMHZ2rcn/W+1PSTrpVCsKiWKu9WmuIXCVSNVxdJlMsIDQJTOHW5oS62xN9e7SE/Ks7lio9Rk8v/kXPqoKJOW4C3UkDlIaIH0+qMFFdBlZxfN9/r58kV00I4OAVQa4tZOfUn3Tjccvhw157vEfcbc1bfR4R8kdMaQFVYhVMSfov8lkmNrLiQmpl51HRLoCJOj9nwVBCl6Sx/paS/xlsYoCI6LaLipY5ozFLNTaUhJ1NN1l7oueJ8ltNalv+X5fwe+4Oj2uQmcNKXbRIF1JyRiqv25w1UO1tSbmVUW3+2CKf1jeN969govYcv8TS2tjEFhYViqQYmmCY0YamfAVUEpwrqyJIzj8/IutQ7l6amoVgrFYV9HmCqCpg+RruMnS7EUcMANTipQ0oTuVW6pVrj0qcLn9W+KkEsUIZ6VXIZ9QSqUXmKWry6qMmIxU+RfUCaUSg0NnKCKVOnUXG/oL/UD6OU8lkGselsfz1npGz8noxPW3MrbfrJQaVPyDEFVJOnUiMX/zmVTOomc/qOaTOdX+G8HvNP8AxuCp9IHokxqlNKUzmqiC6uuWasDqL3Rqk+kdcA7E4qxicdcnBFdpAPtxrqcUDlsTySgIpsvAqHAiKSEmm+kSUmgCoCUz8yhYUsGGoJTtNplvh9r6tlVXZ0UOK+x3ugfAWknvKL4pwuY5b/1NYpGOrN5fQd0zLmx4enj9Xoav4RLfhDJ5Ry85ZAlXtCVpXySn+I+jFUVRGXbqX+XMSNnN0yVBfHWLW7wjLVUPIXTmXtXYeRSof0uBRAzeV0K38tEiBL/dl6QLVDqPiV0it3XTZbwk/5ilkLxSk4bRzNsYKPKX0B1bA0zYsV+ukCqPHaFBP8UzDUyXJ6i5ejwofMX+xBwNgDp0Cq7y7e4pD65YbKFRKp+Ag1gLrAafXobgR6Z7DyEpHLZa2CEutTwwZ/z6WgFMEoqff9kqPDaYc4amG0CWUFVp2AyiOewimAKqN2GsVmgj6nnAmnh7vWwSmLpCXuc9nak0qaiPtJQ605n5pZnH4kNV3l1VMoHBkRTNVMUSCVVuaorghSX4tii6acUnv40znVp7Pq0T9xhWHCAlpVxUGA2KtBOteGqJGjTug+EaRisTk7EXK0Kc24VJdHF3XqNHCqmLLQipWB2fr+xlX19Rr4161fm811NIM9furuOa8SpsnAD6gW+F+cQmnq5nE6ezqWo+KT+wg73QenyDA955TqFaeU5pjqzhOP+tq7HFBYmwj/gVP1UUdUlcTVjDYozP+HGqvJ66iyYglAbXW9UMqiPwGV70m2StwvcIhJeu2qdGN2WMqn4x72bRpAOt2cwqehlNM0fiqcSrlL8ycuMEVXBtUnT21S6uIU5qRuGqezp2vMty0nlkaRRe1bEgX9c1wuH6OGyB/CPrdBGiilu5KAD6mfxpEM3Bqg/ldM8RMAwuuEv4bZ/vsUzyCJ/b18n7d1W9MoER9S+ZoepDY28rEoXTNViL6F4rDKTEB9mlZfv2591yPipx1h3YlxOilDPZWaMZzemZrOYu2ph/19S+SJlQqlcvvwlEeFLGqhXUFGqXXBVP03/hQ3VVIjKxV7jfh0XhMYIyPXMa1KgGugqqUGUnnIz4DaMLhtYHNTsU6+ALkZr9Qv6jWOM0ilKgWlBHwRmMIpjOrV2LJ+vXCKnfrANGBaHv09kaK9IpOaQuC/KZyyPT81rcXa04jTffuwSsdU5aRexlGtzu/lU587DUwuuIynQqk1B5XfqQTIwCjSP1FpIUDSVhmsIrYm3/cZ5oRirion/Bxo2DaAWkGxtiDzUelVq6CVBdNFqZ6aDNZcq1gubprNptev372W8mmwU5L9ygqTpwHUh8VQR0ZqLswMTu+aPrtLXiWNqmFDj8T8gGmI+45pTWLBlIiHpVEupRRVHAXMdVj56/Q0I1Cei8VrEU9e3F0NWn9cbntAKPqzYhlSTXAKqB1Dh8bGBsbGWjNk9oVsFlAFRXFUTkg1JwVTWluuKZteS7q1GU43bdq9qlWrUjYy5b4cp+6on3dQ4ZRZ/qkF/pvB6V3Tat1+xSo/s1E2PH14RDBNUuq3cxrCvtxlMkN1QMv9NSBM5w9h0mGV2zHVOzGIpTm2qBKwvuAfV/2sQHo/t2X9Q9u2nVRQ65B+Wwc7lf3RpX5ArbUVqigDp4ppU9PoKAPU3enRZuzUWJR2eVBN8RHqlAP/zeD0ph8cdRVplHHK8LTHyEQVDFVVjing8QiIKqTOabxzhF2L9d2A1Cc+S2d0In2lczydWL+q/JfOqKtKpXUqBgCgKiJTHxpqOKShvwCnWcn8RVkm+YVT9VJu1qvkxvbW169KN7WOFhs3PbKpPqec0q4sEE3mUppJwWnNpDP+G8/prGmPqaVRiLC/z30TJU2VKxgqDUrjWZRPSancVK03VoOb8g6ASi5Y8mZQIn5hdHJbF9BM2qr1cUIjRh1UK6l+5n7YYY/oys5OQN08MNbE6T6tWT6qK26ax1ALRTgFUprsrh4dW4vX8ondXDG76bebNsOpMjppTgH1Yav1n9o53Tm9e5qPTZVTm42qoSo1ApGRtyYgpYvb6cXgp8mMH9oCnrEX3qwFy1VanWpti7mcUbNTGuLhI9REPas8maqwe5rSFJzO++TKjs7BbYc2jw0AaqEpnxdQZedeUXZSZ6Koz3GRTY1UWDe3Ng3mRhvX/nZ3U5tl+2je1YDqI1TnFEed/OboG83p3dN9bBpL92ukKvWYZVSU/L2CGlA1hdopV5xRdkb78NRk/HlzGJ1dfTU4USzt8uxKHuBpClZqD38mzwLwsB9WUhmp9z9w7733dmCpTQMDDDzZdKoH+BRL+t2yWuMUtTWMNjETsKop19CQG21a+4vdTVdnp6jiLL8Y6kjNy5PMpG4wp++eCZhGB6D11GjY7xkZAVRL+h3VuJuGgpSiGuSbToOrOqqOX6CXy2RO6zKCjWWMFXcNKitSObTBU5PR32BF7qmA+sl7m7HUVkmQioWsgNqYpXZaEE7blFP5gv/o5r1rBwZG2+A0l121e3erTO3TPn01nMYcNXBK4D+zc3KGemM5fX9qJsjTqJoeOO3Zp5wqpk5pWNp3UUh1OV3yklTcUgOECZmjVpBxqqxWkGEZXrgc0fCIn6nmwX8eoHZ2cqIvnBbhFIGo7OnPVLe1gSmUZjJNA2vHmgbbOP8EZlft3ju4UjFF867GTmkxQ6WEaoH/2DT202le3Q/f3j1lO/cZntaMwOmIYRpADSmUy6N+HK2yd1pgji6JMGIkWib8M7zLLeItAGpo2oMmSsZ+WnKgGu1LFUudd68cGEFSz4d1yKSKZPqoti0j56LbMf+5VjKtHH8M6x1sHds7lsNPNd2/SiUMVUuokw78V8XpLXmQxKuk+3CqjO7bJ4ZqmIZCaijxJ0D1w1CUy6R30tMFTkPA978QAzP82n+2RyU7tdCP4kmVEep9GKjSPPZL8JeV0+yVojSFmRYU1AzFU21kUQ2DDUcOyTK+Zqy3E2YPdUxUpeYphVdkNDlCZTUKmRRzUpPcfnIVnN7Cu0ovc470sejEnn0mx3SC0gpmyl051Pt7RQmwSeOtIHdXp/WVpJqM0WR9yhUWU8dHqcvv/SReiX8CKol+AU6V0Go+tI+lctDptm0k+CK2BgwdOtnQsXw5+E1CwU9jhsoHpSZjqDeO07tSM0R+oCTHID78sHDas8IxPRe8NGT6WpPyRD8o+Km/XJbVVwPa+Ywg5ZargnwE4MXURPRPnvQDqsxMfe6Ta+ybehzmD6hqpzY6JcvKZTqGdE207VrpPHRoqHm5lLV8/HnVkR/FSqiT3s93ZU5fB1tMKn/mBE5H4PRL+/Y9vK/ncm7KfdHjPXdQPIMPJVLkb3ST1WJretPLnUA0cJosU5mSu1NtmMrUlIC65iGSJvmSj56aqpFfDuAn2newtxQpqB0HhjrI9JECevWcolDr18B/cVIj1BvF6d0zBtMUn+OKvsL34Je+9CBh/9yZ4KbxSf2LYWBaIdW/GhIXvcrPlV3VeKVzWBOKkn9Xxbp/iP6snAZC39LPBBQxHxHzo49EKaafs4V8bLTujbC7HKHzKmT9CUN9WAL/yIsvTSbyV+b09eumdgKacfrw5z9P5F+hmIbF/BGmzmjUliRXnlwHXUw8Nd4nLZaLliyq8lJh2V/iXFUL/lhq7/JP4qlrmtuq12TgVQ01+nbpcihVTOENThGH8TmoV6VX1lCN055Tk6ihXpbT198sVCLdH9m3TDl1O61MaXIbdKUUiqv8F5PW4oo/u6/SuJ1Ta6GOepl0yqGNgv+8e4VUNvbLaSkS8wVTbiONQyXMF1lhDaTKqfw8qWmp+PI+GaD2/Pulacbp3W9LzSAxa6qcPvggnH7p4XM/ckxDyC9fHeXy6XuuZPkpPlGKXn0kcPHVg///yTt73UiKKAqLmJAACSH+JCAj8SzYxuMBmx2EsGyzgR3yCCtehcDSvoGdrWQiPwAWCbJAQkJCDvFqYZ3sC3DuPX04NZf2MgYv7hFnuuunZ/j/OLduVXX372gFpKosL05d/VC1mk/F6hQfRAFQaaVR6NG7DOcry/FA8wlETOcO/pOQAv8+DfVaN0j/F5y+MYS3llHzr5oefpKcTu81buqd+6K0MuY1+ugITCq6qgxkVfnKxlko1VWpGauaTzYKnGv1VZQEdQU43UlUwelX8NV4XqQwQ9RPTlcSt/nTqPXC6Qo5ZSZ1cTIsPx3wjaVX3msKTvf29qbr3zDql5DvnKnh0E1zadlqdd2bpSrpZlEqV2il7DLux1myfp/kVHBCPYaKGapJgmphaKqgjTI5RchPWKGE7+9YXV83p1DHaRrqN4dnB4PidLi36T/rPSeHu3v78NOHxvShMY1jJtRXrRVCC75ZqpEObOQLmGrwU1yVTWxZ5Vmn/ev0lFL8MTRCo52g4iaqyZ27gerdeGWpCLNxglIL/SjxeXbIr4YaGm9hHmX76aDy/UVZhpp9Dd9hcLo/PTxvMyinT5T2Mj1bnxvRmlIJTlY8u02n2ZNhRmEs3WCP+PYsUclOPUDtwASnG+PReGRUtZCKFf87ORoVpDRO+ap8UZxWP+1Hlj8NTqfa1w8/3X68NCBO31igGSmn+9vB6XQ/or4oNaadioNCNlI0XEskUgbsRkMs2Qel7UZpHQYUiobP7Fsl+GdH4pB0vMHF9hFZTU7pqc3TTJUvkVULwCV38xBK1VX+vb2Bxf2Xh3+XieTN/OR0a7qHqF/MVANT2ageuZ+HzSv4jDJrNtnRrU+NPOcq4SfeJ20YU+K1gTajvljVMwB8/xRlULW1D6QGNcthq1IX/VcIZ43yuN7hZpe9glMe662jTtNPp5rq/+bw4ng4nL69tGjKaalDcLq//xBTUj1uKt+jgknTwCPOerHzNTBIUKMMvlCEGPvZiKsU7JSkokJhZsk3L+mG1BwmJKBdIVgFrHMqfIAqTHU6BavLcFXv9l8O2TiraIuAWKzOrXbtNDh9Mpx8f0gv2JuX00cPYaexoS9yqFlKPSrNgkZKFvTxfBAPg0KYou2UhzC6CaGhNi8Gtbo7RTaKFhkOOmmkUTt/QuUp1HrLv3MqmOrKFKx+tAlUiWm34a9RpVSczhn4rW4KFcd+cDqcef6F2SPV7urDvfvbiWkzber0qYxJ45RMg7vs6QLFFnvpxfRZPmgKRxboEkQY7sw9q8Q2GQ5AoyTS/DPXvdOe8+8fAIDU6fqd9TRVcopimY+lMq5iFKARVEBnTOeiFT+f/jlCzYmp3x8NZZ5/Ae4t7Z0+3QamsZmv5PlcGiWhWYAQPVjXxJaer9luVRBU/GnYUE/DWfsrzozv6atoZJlOSvI7ToWqjdSYquenAYvV8UcrIHUaqJLTVL6oBKSKVUDKOou/43QiUll4NwpHqPvB6b3fdobB6WLcDiX5iefgFJjKTHU7qTB1TBaD8TGaVWDC35kU39mcJ7hLjnk1IaSvilJU8lEoa/4a3wlbyoSyQtn7sB/Ri+w/PPXO+mQlSaWvjjc2klQUK43mCPsiVG6qWrdKJad738TE1CA4fWWQr4iYZ/oUj0GZNdPteFE5KHHqVB49ws4nOLJi8ZmuZ7fjkEiTFFEjCav8TdYm0HzSUgk6GgE4v9fgolDJJlRBxUlQg9QPAWqQutlZasyxAlVAhRNwFU6vkUOZ1cBUnG5db2Kq5fR/Pzjl9GncCd0Gfb+qPGX2LCXRbOQhQnyhxbFUjMQNVOyjIqkK8GiTVQKZDZxlDUog5mV1CqQ8PtP0PzIqBH/ow5WNcWeoUEyzElRq2tVA7hlAusOepan+/UykzofA6UtvLi2i4r2mDaaM+emmKfNlPktHOzxZ4bQ69maTmX5sc5DLC+RPWlNFPqPLmk3/WTQEZs9nW6Fw7v/RNEBd/zCzf3CapMpSUzN22kupW1BXz3DqwI8J1KMBcDrQN+78/fTpw8PDXyG56XYkUHz/Ezmj3BaPtlVxaopdN1lUlWBjuzxcWhDOIN0h+mmZgxKUNcqrpatln99o/BEtdYKUahOcjoAp1GG64vA/qY5ZmziiKpcd+cEplvifHN8+py8u0tbodlrq0deckZKbbkPdG0rbncasjSTbYpNN0Rstki1K+OhodYySDlMk0IQp+/zUu/fqOycqqHp+uj4GWJa6PL3zQVjqZHl5YzNDf2JaLXWy3nimdGUbcibFNSkOUJ+c3D6nry8tpDAtxaivoWmkUM0b9MQeC8ttA9uI/Wqm8krUBMvDVLaMUmmGvOJUAznRZyFWiah/KUBn/lniHhRs7P8ggj9I3dgIUIXoMj4rBBVOOamYKs6zo1NflMBPTn8/vXVO31taTN0/Om8xvddjpgYvSx1RrM6wSmWTfZ3CVM5c5YhcSNNHiLVOKgZNfMuw+TWkavl/s9wwvQ5Sc5IKYDrjbw11Iv4gYyouLS/yW9NMxTpOL/8pp//H+/ZKun/xcAZTvPzpE6iBjnFcEnx61gg+LIvWSs8Nou9GURukW0jFqQw4Csd7E+p2wVkH5FulA9RJWGoOUzl/mmE/W/HSsgz75PSOQVUtVu2qBd4JQJWf3pt/Qeo5cbqYuX5weuqxaXKKPB+USgYsmkWrqlX6ZzJcflZnODX8aHqylYVlypje2zirCeOyfyxe1TOvDah+QOo4VqIi9jP4k1Scyamm/JPKdU4OaKTKk6WkSzjyQ1DDUDkx9elvO9fn9P++EKV0X1GfK6WfGVPfWMSqGKTdlLW11nbMq+m1TxclraKx5j+6pESMKq/yd5PX2at5l+x0DCF72hSosFSgysiPCg3aqTDtDDVL1JY51ddN4FfCjx39t8vpS4uZ6/MmPtopU6iM+R6Oyi55Xq1VF6xIp4hUkG9IldJLhRu5bTOilIeddf5eQZ+D3jKHxorQh1x5DhW7/CN3wi6U9QAVHBJUWmou9YvTpDQ4lVmSy15ayaukASomUB8v3Sqnby0tqnYOnhJTxnyNTAtNbK/GZ/UKPmWjJew3nmlvzlo/IKmfG666rspCPf/CQ4Iq/8nKq1I8uZBKUDkUjdD/cWOpiSqqxDRwtJ16Rp8NEetEiicKr0kxkTo8u1VOX1taWO0cPRCmpDSjviG1m5ovw+mwXwjsWZ5iy6z6sqEyXOawZ93KfZ7qcbuB/ySmkmfXcElQVyiBSlKDVZzcyo+LnZ1KBVML3WqnDPz5SKTzf8Lp/+b1UM/i9OS8cVOqPONW3siDlfkEq+yo8pSAWwr+4rhyWhe8GgqrygMljZ0HK7RoaJZLLQ+YXU6UgdRpwBlZP2M/V5G8E3U9OQ1UjamJvYJTf5OcMuE/P7hFTt9dWljhBWe/fgk1mJqlqjXD2HDqXpVQxWkX5RXJVFbrlbyObxzVF3JldkLNNfsqGwVR1dzlB6w6TtNSIVIKO01GobtoUMJU6b3UzgaIUnLKhP/iNjldZDtF2C+YGiKziEM5vq6iQfWkWjbgMg5oDdVe6x96SOsSVaXT8/gN6KI+Dp/Oo9pMzGJ3tds79YFITUuV8JXkyG9Mr0j7S+Bnwn9xdHucvrG0sNrZOT1vMUW4bNlMjXBazKTYkCrY1VWpwmz5wp1GfQZbOWscFEKpBpn/vF1VlfwXk8e+P8J2VFJqUqUkNK7dxSFC79hXK6Ou5KhD4PTFpcUVwv7Dr7tlqDbmr1rYQzyfjKrxM5hWgTY/VXRDciSRwSpz3GIvWtFq5V43eaq/7eiPcg6VuRSDv4ij0yalaLWYEtWyaUqjU4t+ikRq78nxdTkd7C1RO9LS85PD/hns9Ot7yqAcw1vHHBlaYesap349M2A1AgbYE6zmqC6nEjIeaCviFyb73hjFCtLvmrGANkjP7FFY3Rpv7G+MQ/n3vtxYKqM8gDOn6AepFVNxajR5vQ37EyZS4PRk/v+sQ4/6B6lsPmdWd3YuLxD1v+aE1Nonu3LSrEezB08SSWTtpFJ2cIrZXq2Vb+yUZtOJ++fOs4imv7BEJ8rGjU0vf8Sz/TJA7Z6rk/9MMTf1sUHtmBSn8lOKTaqs8KspUDMlo5+e3hanN/cISYJ5dNLp+Pj46Ii43rz8REkPTnd3yanE+9sa8VLW+kJOKvVMUdlDSU0N/6JMxEpsFRBLtHezX+TeYs/jYU30g6J4c95oM0AtlppDU3aDVEOK0pQ6+Lv0MyaV8O/9fnktTgf7XImdo9PL09PTE3xCwPX50Or38AWnwlQh3HSSy6jy04o9j18V8K0a14WjfVSX++WvRKK81bWv1bEx//wVczb0ZyOpMdWfQ0gtS1FK8dFi967zfSJM2UVd8nJN+MHpo3nHczfL6Qs3MydlOz25TDqtS9N647jePzknprJTchq7M1pKKfkokY2WMJWcg3mkmqqLrVa116v4lAhZTdyfban+yn8OU0pSA9QpnA8LUOsM/SYVtdodnigArVE1lGa1Tfd968l1NkwNeMV05+DyMn20SNeOAeuN4OonSzWY1qD/PhFtwLTV0mSFL4etyp3M6ZqwdF0lut3uXVuo40u2657tPKthuymgRb8SO4IK/uIRkxyjUsTU7bv4aMTKplP7EvnrDlT66fbT2+H0hp7D77B/aT8tyrEAR643YK1+4DmnpHYhEsqMwnJ4b0cA7vgHiv5eCKg0uplUF6tVW8T13+bSLl9V5FXaQ9Fu7VmFrzF+ROyf5FAUlAFNJVOqcNhQu3yqDfwsJbf9/B5yevh4fk4HPHe6c/Tb098ePbrsRfWY1Y2g6gdJO4naCnbGwSnC/lh2WcK/r8lhNSDIogc+HLrKUhf9C41tQwTc3wk5XOrNp8JI82dleEErd8fglpf0xj/y1mgclsp5KRAIR21RVYuO6iVUy2aqWdT+Lf3fXIPTAW+Pxi6787Ozs8dPQesPpNWUHqfYuIHciq+JBqWHoDS0Cko7jXpkG+UHIpt9IpSS17CSwmqd/gXl61phyq+9EMtC4h/e/Wq1M9Te0S8/Lcq7OTrFsZXZ1ASIUgC1GiodlawSVLHqiVNDaq1MYahakPp56TY4vbH5Ta8PPXjw4Az6+efHQau89TiPbCWnwPT+O+/McbPNHA+S7nL93ffHUKAq1ySu6Ncs3+AaLberxF/LqXm0l6LQodrO5yz+O6BWciPP3LZ/Ytu5ZXNdDUj5OzAafpoTVOGl5DSqbPX5abZaN63B37hO0k2n9NPrcDrkjVI7Jw8ospq0/vgtYaWfsj7AfffvvPrqq/+K1PunF8D0EJR+kosz4xFOYRmtzc0R7mnfQL0ZV1FFKW/tJABDxiwkfzMoJEqcqJDYV9yXL5pjIUZS+fCdVYMaYtWfkdX4T1IZRrbGAjVHpzigGWPlRzGf8iI/jjLZb2FwmqgGp3vX2Ng3XDsNQ330QDoLWFtafzg9JaW0U3AapC79Q4H0yydYigKmODOZ6DAdb+RjQYJLdFERTrYs8qpaK1Qir1LiyiLFV8trXGU5QYm/+BWhquzVgaGHEW4CUP/VxyMaqkFtZT81pc79vcnPhJZZqQkiP289uRanQ52UUiYlTguroPUpaP3h9CQxTTslqNceqvoBvRH1d0HqFhBdDUTJ6HgjHrqwCW3AUiESyprdbJhVm2sW7aIqfbWKePmncuYRLxD9ove/yz8KNWmVp0puFmtli3KPoHp8Ck4JauHUjipK0QuJUqlE/Tbwa2LqYv6NKAO206Dn2KCeuT5LpbX+9OO3pwfvhJ1SO9dN/f06c3AaoCanI9rpGHyOASoEWDdxdFyqrj0RmoWYJWesJYNkCvVrg041q1yqib9God7lqm/85/RYWEQazHa6gZSGUDLw94AqSmWod4npek35BW1djZrm+v6UA9RY4J8Xmxuz0+fD6c7x09ZQ/+quv0Dfn94Xpu/cPzj+R6DeX3p8j5hu0U6h5DQOAgpFxcK2OrKpCi9zSlJMneyRJY+WUm0aKJxWuj231YJGY/Vib++G2bWWWNsqr8Y/+2iLrNJSI+s3qF987FSKY1JwWlMpyZv7GmW6r7h/jUefD3wbP0Ht11meyepPx0EqU6nj07L9du7XmYtTziBCtNG4eZ14hqXmaVYV/XsGq8VT646WbKvRgtq12DDy7rSkijWaK602j9CY7bEpFaDsWl7mZb7PfwUNqF/8wd25xeg1hWE4IiJx60Lixp24HzWGzsEMv4jBcPH/EkRCEEJcOKQqzipIEw2NOIREolHnYBKnOKTaGSXGHGqqTE1LmtZMHdvQS++33v3Ot/ZnD3ucOuPde6+1ZptOtX3+91vfOuydlPdPxSdaWjwVKS1j2s1ZUz4L7WBx2vaPS6C+NVOJqFf7Zme2bRt6DX1UG5t6+LXhYXbP/zKn/WIU3VIwauplZai6p7oiog4nC7dQ4Wty2+QVZw70rdU/3IkTqCWDFvSS2sXyUnWWO1MVlwUQV4KKyE9Qyan7KUEtFvxr8VRY36dLSmEfIqcLmOBf9E+PPqdtmKBWs0pQZ/eB1GftD/3ws68Nj38vUBfMqWNqIqLpAK89qESsJGA5AjDfEirxFrxSlSgKS7HIOFvexOGc8nJUgw2XWeWvka26fHq1UGkK9UQ4KpN+cppJnHrUD8tRKgM/GNXKvjPqT/AvcjsNoFagOvPV3r1HjM7u2bdtehwzUxhSHR4fc0etz+lXidN+CJQmkVCcfQQVTXLbZ2eqCo8lqxoHcER4Sk6aQypOHcjonGXq1JIY7Ddb2DfFuQdJv4Xv6OrP5spw5iKhkHUdLIIQVPfTiCnVZZcd0HyvkOJ2U430n7qv7b/l9Ki2f0cClX3Uau3ual/Wd/i2PbNTUxPDRun4+NieYfyqv8DpwIAwTSGPQZ+lW6h49f9GUiUP3CJNh6OTrwasXN0a7sWf0FdplmWMvc/hCR0uV2dRQSil4iOqB0mmPx6zfnAKUEuZFFN/Dp/igIQpCvVRxWgSV0uR04GZ/5jTf+s1pgL1+/n7qDOPLk/9+MP3AdTJsXHDdGxsiKAuNO7boFSzyVQ36cTiOTa99ial+Xi1ksMBIaUKHOpmRk9gMFeYofUq9jFkxgH7TrXFumgGlFS/teCaHIWi9LYorGrSk8pPhB4xUpHuQ6X9ffJVAhq2SldzyrdHcoZ/W+24t+jDfgHqfGHfAv8V7d0nnnbK5n2z26ZGhsaShmbfYtdnoZz2J06FKRiN6uBBp81c1VMrQdRZhkxsRrl1RkjTdJiVUtz94sRWkh5/d3EsB7ULpT6WFo5P9g1Pjl+CteMCgGrK/VR14lN2GkiNgpVCjcTpVzVfJfEPcXpc278mLZ3iDGql9u0GqJuvOHezOer0BEmdndXoVO3xU7w3inE/gxQn30nH2gpJdgo+y2kVMeuEqrEJOEbFu/G2O7ZqSfd0UbGH3IkTg6SceoJyUBvJARNu5d5nl73vfJlh6pE/rO7X7Gk01EpOW3w7z+7aj+hflLuhFwxq45SuzVe0H7pv39TXCVScE3sYU+rPRz04OGiYNrOoz3cnmlAmyVBJJVOsAs65fKpand431RUcUO4Zb3L1i0AUqRFQHM6psGaDTs4qcdpPR7UCRzE/rOebCtXEoWQUylBJalw5haMAPMO02lCBaAK1+d33dQdQl0LYJ6izf+io57Zf0b3s8JkZzE5NDEFjQwK19nL+88BpCPt6D50U3bScOkULq+6d+vgTz/kFfEw2wGDqTQTOeamILO7ovlk6WwK14qMAP+VyMJacdtPHk64qVttzuZ+SXVauyo1SpWlTctrbS0OtP9C/uAdPw5qUyg4q+6iHtp+7rOuK3QR1ApwC1O/hkgt4I8/FFvabULEEg2eQ26mctHouSgDmy6hD/p5UTq4itbackKNg2foBykduWdhhYhlDv7HJWp0SXFrBZxelXIob+cRqzqmJzeK2D6BS9NWqPSjdohZ+2ttqNRqt1pm1B/oX8ZxpNajVmhn97or2djPU0a8IKjidfWsBoGJdH/zUOEVMShKZLNmQqeLqYdxPipT6hSJOQaHE4SK8wrnMVh8Hca1/4baJMkhkhsUHLAlnH2srIAPTlzCgQOVBpKdhqHbP+SpOxxSc4hCiaIjSAGl1wi9DbbbMTwdqD6AuFTuFNNUfZ/hF6t43Nx8xOjO6DaBOEtSh1+on/dcOg1ML+9Z30r+V5MgmREkq2BEfcdRSdTasKU6lE8isK3QSiFA+/9UHWqPCnap53V5cnQCTHQk7aagOqkf9XHwoL1ElqHENqgxVlIJnzUzFpagilMAap80WOB2sPTC1+LaZ/tFUv0ANpOKwgdRRatvUHKh7nq3P6Vu7BwFqs9c4hTI6dZoIKYsY9iOmYFFkSvmuvCTUUuzcIkBr5UuqDT8WqCh9gVOAmpxYwZzW0JqlqjdqJdt2UT29hZ82rEif1G7IUBWo55ZWobKSnzKfov9WcdrthopHA/XDEBrNr+q+O3LJhH2BWkGqUJ1JlDqoQwS19v6o9YO0U3KaqbvcBaAsHs8DqkllYag5lSh834lz6vNNKT4LNpsaQl2m084k/E/IbslzuiFHlbnq/1hOamKsl5HicpFSq6GEKjnl1CkUN0qJUk+kXKUl0gr8rSY4hb576z/j9Mi2/0LVoI7ywAmJUiygnpq2PirEpL/mQD847S9xWhhKBw7SKvkwqnwrJvfVk/XqAoRFflGJPzNAXP6h6JF3ykkFMuF0YxWpcyK+OEBqn5L7VPdklJ6YDtoprtTiq8wJ6jL5aZZMGajOKUmFm/JU9NeWE0ic9uBFvC0Yau138i2+bft/DCrXpERUKTIqUMkpk/56+/fPLvqnRaIPQHHlEqwe+nt5/cnQqRgN2MbeQj5Aat1REgZ4dIlGSkxCaItV3SW/PNJNfW8np+/RNkjzGWIXAz8zfxzgC8CVQc39lA1tj2bhrur79tNn3jht9LT6B/oXwulifJZkjcVTYpSQstjmykHFTH+9j4AN9ItTSJBGVIOrllMdihum8gkiS2WiPK0nniws8ekk+b5GyxryVRKqL3NWITVZC2GgmL3/kTJOTb00Uopuah6qix/O4pWmSqU0iuqkUiTVHNVHpnD5889wdtNQwelAs9U4fU9NTpfaG8x9qt9JlZX+HVDxPRmnspGoDp5OqhNaGFckNk4GVOOq7wDOxBpynNLRQVwFomI50aX5SjRiu9+R38Wh2I6veqI0YEwPtYJDU90mZkEw1Bj3uaNPdtplRXxpD91UT5bqLjKpJjhttpbXHUBdEpNREdScUkX9xKad1HQCdWxocmKSoNZ5HoolUhyWUv6Ag2emMD+luVTBgCICK7Oz3Br9Q00V9TFd6k2AFnmQRpJEopa5RLlXurX6QITw7WWraIhOvbGURzncs0tKSiGtmSKsvlXKB1EJ6nVAVf1THFaF/il/jkBFxm+TKq3aK/uWUhoVd/VDpFSYFipIRdY/ND45PTk5gfH+OuNSiVOASk9Bx99HUxxSK8LAv3dYnRJjQVsAxA2CbMLR+odEUQGcbZ0ZnFwLw88B3FGHnVSv4GSb36T7ZXAZ+wmmqhDvBWk6iCmfU07AclBBqChNkArTLsV/38/vaRT5N3IR+JcPNG0AtV7gXwJrUCqm+mMOxUh/wJRInd6GY+rrqZGx8ekpZP5hkV/1cybwuL7EqSYOxSeqSlzVrJCwUNULLIQucRFYHr37MqL1XUkCLtY5r6Xkzu/6NzqtqnwJQwNFanrMZwPK/nwWXU5zTnkYoeqjyk8Z/0Pkx6+WTRu6jY7m8uX9zcG6K/uWnJ0CqXwGlZiS0o2vfvDBBxuJ6vQ0bgHU8fHpkRoTU+B09rwHH1yPhL8I+9YzI55UN4uqPqsuKOIa2KKdiVg2ebNwXPYinWriKuB4aEKMfApToYqLZp+kyg6rRarhDzjVIXU+/XDZ95rsM9vuQ/2e8iv6C1RVxFQf84boLzKpgTMH7FET9Thd9EtP5xtGpZ86pR/du+Lnn3ftuvBlkgpLJajDBurkUPjYVg5LrT97vfWZACrtVMpnqNWSGM7K3OaoNgK3LCvtLb9LngVZGT/9sPiZ0F1WwhkNFkI8/ACf0CCokOyUhstPjTx1WRxCpYSpMn6SWh5ALcI+Co5NNc88tdmsO9C/VCZNq4dRyalhuvHe7Z/t+MxAPSuBKkc9MDk+MT1hoJ7zZ/uj1g+uPzvjtLt6v6RAZRnEGxzNqRZRUS0EaaDegxTCTmlBmPvnBR0ldc/3e6mV11GNKj/tccFPqznFmdmpEij5aUGpMIUaxe+TOG0tP30Qj0Spx+nSGpUKSf+oY/rh07/u3//rjgTqyxu/dlC3TI6PTA9NjAzFiak4bboby/nPXj9Y5FGFn/rDvKOCxxLS3F2z6VadIkf4kU3VYgInL2Gb9zpzT7Umi78qYuOgepVtu8lnkU/mmv4qP5VkqvJT51QpGbuojdbA6esHv/v+v+H0sLaDIeRSAtUy+wMHNry99sv9+7/89bOf31l94RMfFKBCUwemJ8ZHRiZGJscF6vzLpQaxMRqJlP1DCVPq5D8Vhxjnj//iyi4xmvchiSeKUs9UNxX55/VQ8Zp2MqmNUzQLbDfGBKQKRWSx2kNxEgCXp1JpI38YmpKdOqzlgSkKlBqn/C3wV2uB//TBuiulF+Xjz+puRCncdGrLprd3rP3yp5++/HXH9l3rLnki9VHJKRieHhsbmZwcmQigxmXSewcHmwNnG6c9tFNRGtemz49tmBGQREjYDego2sn76g+6z6aGiKYEn1oXOLJK5rzLbLfENJqsZPt0NzM6EWQqrNQ5dUxt02k+darQL1JToUxKf4H+t+MjCabWqeC05kD/Eprc/x2ojPrT01s2gdMdX/60/5pfd+zc9c4l98NQOUJFUEfGxiZhqEPDBLW6xztzNjhtnnpqf8FpI2AqMTEIfAaFlL+oFM1JJQq2qbkYr1N3pbzf0O1YqhahYrBC/Cae1NyPkv0bRpzad52YYdoFTKHop9B1BJXyjmoVqOxWmfpPP7sup0tvWMozn9nRUVD6xRebEqcP3Xzzrzt2fLbm8XX301DdUUfGxybBqUCt7PAijULftP+MU21dJHtQueaz0ko+42h/Kn3i3UdPbbU+pZFT1d41pJ068SVTFXnitIrQACeljoqYF/FOpw7BbJgmO41+6o6aTq3tM1zjwr5uPmVCpLbOOG9vzRX9S2kRSgT12X3g9Iutb0PgdO1FCPuf7Vzz+PVXJ06hLQJ1chwZ/9gQnz5RvakFq6RhpY2B063M/TQYqLd/B6hHcakvcXi8XdqfhEpNnCatR+GJOVV7HjDW3Bm1MfaLz4SVjFN1oPMPlcPj/EQvJVKF83J+P/opISWncYu07LQro7QhTk0D5+2tOXG6RLunepSfYUpOb197y+s7du7cvgucWuAHqEbqFnC65cCWyTEIoHIGtTKNIqetU2GolluEFyFzWbtTWvbPDtmltnokCMPO+7DpNN5Ske1hgkSrYr+kGB6lm7RLnJLf9VG14tSfRd0QqxxT+ykoNGt6rin2T00h8OMqZ/wp35dlF5w2jdNaCf+SDfupizr0xdatBurTb7/91ENrX9m5fef2dY9ffxkCP0GlqW6Z3gJQx43UPT4xFWejBgcthWo0l/enAVS9sVuYklM03YRKM6RVq0+1rr/yHf56hD+blFgFqKwIqSgNnLrEXaBR9038Biq2M1Lx28xh2gHls8fF09DyEVR/6IQfpLQy46dti1TLpPaO1pvgXxpb+OZbi/rp1q1PAdNVm1bdt2rV83dt3759zePg9Or7X8YEakEqRqZgq3RUglqZRqXuKThtpHWR5FQ62RyF+X/ZTAlpvkLaiSu/OcqaqTbFt+SUIHYPRlEsRZXyVD9zTsoXItRU+S2PWYCgYIDMGvUpLTjNSRWldl6XG2rJT30XXzft1AoGfnD6P/dTPGr6W3NT43TVffe9dMcd77+//e514PQ5BH6BSiHyy1G1Yyo48+gcpy0sNMffYPHIWcLZ0RE4FaQ9gLQUzkmdpPczksbwmn21qOyVT2H7fp/W6rN3QUxLqVEVnfGGeBSevFCy9qTcTkpvLOcNfKGnS7pyP/WhKVFaXtQP7DnFr+UvULMup4vpffsLjfpjwvTF++4zUFc+YJjeeedztxJUJxWYHvgCmRQ0xGHUuOWaaVTL/vY6T2jCT+3fSA9KIKduriUv7Sz5qJDkJRIdVr+p0kUDhjyx6vR9eKnwSXtBGjmN6vKW+CSefybtdNYPgJ2SU1zh/Sd54JeZKvKH0N/hkd+y1db60XoLppbIVtN5oj47p+amLwHTFQlTcGqgvvvyy+appo+M1A2bAOo4OHVQYxrFkdOuxgkwVHKKrD+BCTK6s5SKlBo7c0+EcgeVCOdytYOjlgH1J+vHB0vl76+gBGqOakSTPDqUfwomgKxWFzmlnULGaUl6yKQPotrpb+eV9ExJrSJEYY5ad2HfklrLX2WnTyPoP3/XHStXPmCY3gRdeSVBfeIJoPoqtHHjCy98+OGGDZs+/WUcnE74MKrPRhVpVIcF/P4TxCm7qd0gA3aauym3gNjmd8Znf2ZEFYWkVIXCvtBlhYP7+eLDoIiqbNXtlOE/oupoLkiECnDlImiB0yif4i+n/O1dvzfUbo1LQa3CUGsu7Fuyw1LnPDu5qeib3gVMQendq4mpgXrrrVdfff/9Tzxx+eU33HDDq/dCRuqmrQbqhA+j+h6+9UXYN1B7TujvSZzio2//7kBDYV+YmtKrpWSmuBi4eQhA+WnAdzmV3UioagzAMTXx7Wrm3g6q5Kk8K/U1VbIWjCpYe4t+WkEpLmLKbgAwvWDzssCpHZQPonrS75wy7NNRoZYlA1DNR/b9vVnTg8npayPGKTMow3TNrsfvAaa33XTblYj8BPWss8663LRiBUhdufKlDVt/+fGXbyc4jBrSKAv75LRxEjnt6uhBfXLDOE3/VAz6+FJmmvdNncXwRkd9oUv3luuOlEI/KpSljdLgVO+v6s0W77ufckV36IYKQjXQKsgr71xm26c6PRUipd3OKcZPjxj6pNJNtU9Ky1EU+sMcP8f6ySlJPXP23+f06LaDIXFq86WrVhmlK1esuHHNJWddTUxvuxKGaqEfpF544VnGKq67b1yx8q5Nb7/3448//KLxfp/Z+grd05aFooZximcgkFMmpRhORD+VIZCYGi8K+kp+PG8KvomKXCqlYulf4YxvLnFP1QZU7e1zlUglTuLTERWSVik3EpgOrPyUtELim/xnT+6bbptqPzfYacilUFc8u08jqJHTgXov4V9kr4heSNwf+WbDpk0bkD+B0rvXrLtkaPyDK8+/DaAi8N8JUK+++pJLLrnwQhS71ty9YvvOV9becvPNzzzz8eeffz5moIY0qumcNk8ip+zqd9h7FDhKJUx7GPV75aUK9eU32ss9iSmJNYlPZ1l26sMAyVWzB+/6kyU4QiVH1SOgJHdIIek7QNnUHZZdbFtlpRU8tJ+5Q5jiHiicvHbyUnDqCt1TrfCLfuqkAlNy2mymh0tua/t/c/rw5EcffvjhSy+svNcwfWz16i/ahjcaqDBUOur1AHX16tW71qzY/sraa2x96kX79+//6fMnP/8xTfV793TPxeS0mNdvDSROsXnXbvQc39NgsDROteSuVxP1wjSOQ1nNllzVNdeOKZf7sSy1k4yKVG12BqPENaAqLhxOFDLL1GDlxBalf7tD1W27RIkp7bj9kfFjhx4hp9UdVB7V75LMpqRopwZqa3eNhP9vcnpM20ETKBv7CLnRCy/cS06x7nSybfjAlcYpUimMTl1//fXr1q1es+L5V9Z+mXTN6xf99NNVV30O/ZIlU6hnz1tfcAqB0xPIaa9x2tHZ2VHCFGdvnwV9PSgqjormVpnVGaq6xWYYXRWlLndTkWqUUoHTglJlQaRFZw5j/oX/V+vemLRwhFGff3rj9Ihnjx1+I3BqQhlyfhTadppF/lLcbyZHrbdD6m+lUQdlc5RvuP/moxcgcbrrnfvHrn3rA2CaAv+dwHT1WSvuux1OCl0ETK/Zb5gaqGaoexD6Zc22+NQ5XdZDTjs6Wx3JTvGvByVMIXZNY/qkmhCqTTmsfiegSZCLTqoV8fVSelB05XS/Z/uULNQjvOQWyppu606aQcqpWUV9LMAHcNPXXvvaEe3Vfioz9flTdSby7dHOaW8Tsmef/9ucHnKQhvm1/vQ38s70t8oiCuMxxJj4P/jN+A8UF2prmwZvXaq9UYMa5YN7olZcsbZFWwuUGhS0FY24lRZRWQyCGwURtIobaF1QcalbtIpCAdGPPuc89+mZjktNjNHW5977vvNeiyb1x3NmzpyZ2U5OG0ucLt/0wCtHvfL8ubfcdBOS/Tddf2Hj1p6uOTMbGnY1GKiGKQVS9x4kqMmWkuL0BHBq/VN0TyvPNkwr7SvI86jVHvIDU9GZOWp0T+M7DZkyXMuFdUR8U55NZS9Vk6jTND+VkarRk+ALOJWA12PCMGE9Hhcqti6Zpt4pvrO/wFNtlchnJ+Z+KvmIn7CGkbtiyO+GKj+1ZejTv//HOS37N1Vf//ZrryV+CkNd+uK6owbvOeemW0Hq+U39m+c0z5zZ8IxTuguwAlGR+vqwTUyhJkXDqKKlpTJOz8atUFOyU8ujegm+JaQI0Jjj6wPKYFYtoqnnCPiy38R/2f794/iTrXmzklRxeoIUjIhOKf9CmOKduB7EYj4lXxloDl83q37W4Ktj3TT2m3BCZazqEdOoqVFOIecUoNbtB/vjasJWS5kNfgZOF8hPDdRNvyw56v2Hbjnn1vNXtWy8//45EDkFpj/vutsZPQCNNA8fxOE9BBXDqN1jOZ0GQPFbrTmmplAor8HISlHfFgxZzPe3zFTsScJPrIq/LKUawGZKjzjnhR8ymgd/U4BKrpJwLjD15icg1Y/KTR1SRn1yClkOucoTIR8CqVlLPjYyczsNR/XILx2f+qlzOq1APxWnMz6s/4c5PaLsX1X9knfMT8np165Nl2yvL/vl8du2gVKXcwoZp4j7xiiaDbu6Wg5irp+g2hYT4FTr98ipp6dQkFJTLjut8gGUuqbAlBNPqSr4Ep2kMmJ/RnUOqbw5re8TpVQcFFFDPtVNrQpOnQj5JCHNJV5JqnxPS+2jwg9ohpni+YSplpOvr3/5XqMz5vf9FW5KWLNRG0HN4j5Axe/90yWTnNP6wXdfg58uSDhd+sBg2Ttbd94JIyWo4PQZ66GC0593OaZYRDXU3TcwbKC+bOWoyPLbPig17J6aHRXMT8Ep0lPlUxHuII/61SVMK9U3FY0Zh4Gmf3SRs4bb6iEDWD3UPPSnphp1/sn06W9HUSRG5IChoDQvFI16QEZ92in+vrLKCZwe9sosnxU53PHME6i6JZkppWSTPgXXnjDu01B/GH+Gf0JzalNSL9FPF5c4bVxww/t7hzffCU7DT2mo4PNnWOkQllB9PrS2ac3O4UEH9TGE/R+mk1P5KTg1F6msK5x9THXpN13lblpJJZvs+5UtTYumUGa+qfSp3vm8qSgNJUUpcV6kS0WpjPppFYp8MjPUjM/UUUWRuqZKdQkt7t/3zZJZ7g/bjxanMeLHW1uipWf08QblGVRxWlz/F/aUntD9Uw/8L63SMApatBOV073AlHbaDE7v7HqmG6SCVfioQ2qYrmlaYzUpBHXdW7XFop9qOg2Jbee0Dpz69Gl5ZclOq6oV9OvsrEUTwSrmA309Bp8iMjiVx+Z/Nhvvj3HVGu1UbVL9FEElpyqUkqWSwUyASB1Wu9N0NW1ETAVqgZiCKxdI/bRsFjOCU4LTbMAfS0+zxEJkUDNOi39pT+n/7Kn7fy3wf/nSgoTTeb29vS29RulG+qlx2r0MoJqGhtauXTvUPTTU147yKSue2rt3EOmp/bvryisdU2ULC5XgtFANk5WdVk0ruWkdBlCRNy2WMBRubIeLRjsKUCIplU2dSr/vqFga6NE+zjSDskGUFpI4qamZBTvih62M0lhM5RfKhz1up9WY4uTv/UPjMe+fSpGY+q2f5gP+GeD00fEH/BM77pfVb/iMnJbiflN/T09LFzjFKIqYOqfLukuk/gxb7VqLegAr87Ny1L2WR/2wAgD65jSjk4Q14NQWoBRhp+ycYpjvnMJPo2ZfmOkt4PgRsuGd+bxU8uez9VJZL1VFfqPbRxNVtompFKSGnWYKtxNH2Tp731VX2MaK+xqVjMBQg1NJfVORSimVq0U78mfHlJyu/67sH+X0kH9zdZTm+F96kpwaqIubBjp6Whj15xilwNQ4bW1dtmyZjZ66uzvaG+ei1M9AXTMwsGPPXiP1K+SbHFNyCoHTAoZRRdopMa3Eu7wSUT96kvmaJzEqLjPHzDOlYasp8wRUF5+WEqheM40PN56Wowam4akEjxBKv7VTIsSPUA2pAH90w+lKGV/9rO+mCdRj9cpiv/qnqiuI3Gw2kCr+hZL+v+enR5b9y6ove/k145TTUV+3DXR2dsBPyalRSkzX9rlWr2ybvXjhhaj0Q/W0R/7+HXs/2ILg/9V5trLkPCZ2yKntKjO9opKYFqoriSnejPg5qzmluiaQEsq84s8bWRUKWhKzqYmlks3onWaYUgAiuqnBaig/n4Q/GuJOBVWjZsoFojX73U855B/lVNLkKa/6e0CdGCtPowQVJx+S078y4J+gq6PE6eCXNuB3Tu9rQpVf57yWXgfVKd3c1dvduhaArmxHzX/jaRdecsklKPUzUgnqzuG9H3yw5YPBX+49/rx0grzaOC1Onw47xZMdc2hycoLRItFK+AzLDF7z+tP4Ni8BDMlPdU+SU8lpu0lSKsr5q7IKP7ESrIpbXmOuSFjJ+4Tp6HIm9U/dUPcfTzgzPxWr8lOT7lHUX+J0Bjuo6//KHqgTeBjlnL6L2j5UoM6e3bimf2Dr1jWd1kFF6LeeaRdGVS1r+1a2o9z/0vMvQWHK43iTVAN1m4O6BY66993nn3r4jmsu4v8lcnp2xcl1Ba6KJqZ1hk3RX5Bd8jVPgWA6dgoYA1J7B6wBvCmSCZAgzXOorEQlpuQUEqfCNHVUcZln4JO5VirmpcgTVPDrCYWPywTUUT++KhOVkkOk00KUSFFpBx/u2oe4X8O4/5f2lpzAaSnnFBuiDAwg3mMNyoBxusYMtetOyCntwcKUtgWXXni9TfmbrofcVE9DJxXZqf7ePa+//voWFKYM7/jolwsuOvbEE22Cfwa6p7UnW3bKDjksuakRmtFZrsE+73kPNRw2SvkiT5UrIKXyHGrQmtkpQZUik0ql1aUe5qOMiZ6bSb4nSkuoorjxm1FOUTUlTjM/VaI/HFwVsGNrXJL+6enj7tk30f3U1pzusFWnWHpKTts6+wGqySgFvNtA6a3noHwaugmwusAqSEWRf98QZlNR6EdtOfjiRZZSdE7ramGnNjw1TDFvYpSiKyAfJUzFhE1e8gcVSkGn4pWVpOY1q6Qz4VWYSuXhqPk6frXoqaLUgZSX8i06MzKZfI0To5zSuFgZCvL8coiPj3ZKpewhzJR+mg75C1DCKXZH/q5skvvpuuEdOzbvgFqAqXMKQ+1p6YVaepzSG6689ZZzTbfcco4JrOK6dOmm5QvnNvUN7Tpw9+WXX3315Te+PrLF61JfvO5oaBo4rajA5CmPjDUVi8XpxemQQr68MVjLbiIyV/iriA6oM4nT36IadppAym2nCGoE9Kjid2fLKRWeVFLTpx0mtX3J0eRUHdQq0qlXviPa79RkBac0VCX617+15B/1039xtam2mhjeMTw8vHkzPJWcbt3WtmZefwsg7cCuUwPbHrjppJNOMkyps0zz5y9dvvjpF1bDSu92jdy9YgUode156BTjtLJw9ql1BXBqmJYX7bc53QWkeC2KyKSe79Q0/qc9UxopFQXTaZ82tV+xnQd+SmumdFgOhQZeehwb+Y0Up5VtQZppDKYa5x8X5/QVjj72sEggzfq2IvPQPC0FZXnaNPAXyGmdc/oXlp78nc2l/n1OB4eHN+7ZuNE4HSCnWNbXtgabovlGPqtuuPnck849yQRE7XbW/E0LF89uWrl26Jlduw5cUeL0ihFDlPrFDLVQWSivsFVRPNhYkPJGpoJINa2he55+kvjjwpTSd0nHtHT5w5PPR6O+nJRs6SHLo2o85ffcR31wk+357NLe16PdU3CqBJI6qImd5p3UqHpRDzVKUKsi8DunP2yY3Jwu2XtwDwRO2TuFbGEf1GaXGy688kpQKp219Howuqh9NSZPrThl5iOPXHGFWepoB3UEr523HwtOZ8yoqMRsP881hoCnSC230J9K2BLDCP58SkQ6ZbUiNo3x+U4+eP/u8ehZ5zS2P6ey7JRCfS7VmeiufilFTGWn0wo4LXoKeaJHfIgvcoHUSJ7qKkON2dngtA4Cpz+Oi9IE3axPnGKwvuL+jZtbdtJNrYNqiC5wXTgfnBqoZ5550jlLl58/u6mtfWXf2lajFJjOBKhuqSMGKtZNAdORkeGH8ds9ofKYCqtKQdQvykf9zrf4ylgNU1VLnpp3Vx1gPemPEFT9o8jw61OejvaJaS5xKtEuQzmomZx5Zo0gcYon+/JocIpEZ+wYO1Vsxit276ObWjPbvY+ZKab65ae7vx9nIDWxx/vg9HXjdHNvj+VOaafb2hzURQsaLzzrpCtvPsfi/Vm3Xnja7AVN7atXO6WEtAEvs9QDjzRfMbJlRBq+wLKoU0+daj0+RH1RenpYqiglrnmMj+BOh42G7mjkPYKAnI8Uo75f01S/NvCRfrvrxFilZJIUXX/LKYCUmUoF47RgnL5KThX4CWIoO5JfV7xFquJ+6fAfFaKc/t1k59T8dCMwVdSHnUJNtqb/krPOPOvxx5GKWnrJaY1NtFJQ2t0FSk2g1UF9pKGh+aoSqFiRsvPx66475dipp1Z7YgaYBqQne+9U/VOxmsX4bEMeweg/QiUpVFKboBkFrB70w1L9xbaq+ahYexqg5pyGreqBTX7i9NYAvzrEmr7gNA7anAYAcz+N8b7f0sg/ZkYq7aA++uhbSyYzp2VlGw7evwJRv38eU1LmpqvcThtPWz7/pDPPuvX65Reef+mCtrb29s4+eGlrd5cwBacI/wbqzIY5AHVk5IoDuzC22nrr41de8PBTr1qeu7py+umPPgpMoRKsIGq6KBSlumX1UlHKl2ekZLqy2JR7AUw3xUcSp2NjPhml0shvsEY/lVgGuLy6Rp9LIV8BX9IZ5yfknNb/OIWchsgsQRWtEfizNacFL0Uhp58+Nqk5rX/s4I7Nm1t6jFNAijEUBEwbZ9+3aT4SUOiTXtrYBEot4nd0dLQu6/bJf+cUmHb7aMpaM5sbnun+2dTfP7xnz8EdL91+YhUwrTU4TzfRTyGhqQkpgZqEdUqPAji1Vr5TPGmgeOW501E35VPGaRwyFWkqoZrvN5kpH0Kp1zjmIAkd9GjDKPVPVYvyjQGY+6n4lJ9G3E8OODL0ZajG6TfrxuN0Qp5xFrFnw46dwNQ5RcQ3Sq0edfHyTfOXblp4H+I9GG1fuXI1yqVKmIJTAxULUrq7rYTa3PWZ7m6U+r83NIS1KQcu94XTH2y/48TqYm2tQUqNhv80RBfz8tNsX74ANdhNa6kFMf2THypJnepOd036pgz5iRJMc05zUKuoLLtPQA19b4FQvY4Wp/HL33+Zc5oqSPVH7t+nxVoxfCsw8vtmE3Xrwekrfz5zOsH91CdO/RwJ59QWSVvx1MKFyxfet3h246Km9s7O1dC8DghVqNY5NU6jMLV1iNX+qE79yValfPLerl1dXRu3IEn10R3VJ59hmJ5xxulnEFT2TqcTuvSaQJfiJxtVU4gGnGm2gIaKNrnkZoD+JqJUYKrze7UZeuw2FdJ2+7yywa/GAK3kfhwG7A2e8cg3QFNeSob64xRymvlptow/7Z5SCvw0VPPTH74dj9OJXM7vkf+dAdurd6DT/NTNdC40u9FHTsj393X09c3r6OlpBaYt6J0Gpl0o+bPKVFuMMmR2isOnPvn8vaGfG5D1r3/wgw++mFpbC0pNwtQoVcQuT400q5cSj+I0Wjm3ulKxCZArP+VHCf5M/Co7nzcwzGwzV5owlYx/d1NCCqp8Iis4jcDvmOZ+eh0u0QMQpZKmTt1QfcA//umRE3T3U6kea063zptn2/WWSG0y+cBpntloT4epFWpZtszrqObg4zV/rSxNhT43RPcB0veAKTb0oz6acmqtMDVOc1KTwZJayZUNOWdSxZc+jakIzAzW3TXbwoecKth7uwYv/0aQ6laVy63Ubjmm8tKMU2DqclP1kifNRymYfWj0Rg41j/psy05/b98+DaTu2l82uTn1ElTfVxoyVl2dnXgCo1BLa2tPByBtAaZmp5BK/jr6Vq9e2f7CC/v27Zu7DyKmI1d/EJyeURt2ShUrpgdLxQC2XKjGJ+pNQzFpmiu+paeqSloPGkPpJGmtOxGqkeqPVsZpimsop/Q4XlNMIa8EPFzz8Dp0q5AbKkkVotE/1WLBvIPKgRQSqJOdU/ytRuTvMXUYrVQ/IHVKTa0W9HEnp6z4g83CS19YtI87VIBSC/kYSJmZOqlbthinJRmmJ3NCSgaYV0xFFkpSeOeDFN/ikyIamHK+VEv47AZF5zTBlN8Q3PDR6ADYazyVgr6m83UWiTBlg0Us5DSZkvKBFGehstNOvcHYT2k6iodyMe5zSooJ1MndP/XFjx+h5BQOaeqR/MngtC9bgar5afcopPOwWGoRGYWXol/ah8oUbJlywBC9fARzqCN7XpqyW5TGaD8sFK3yAFQN8UmlO50puGeTV/ySIrBJjVS2vaQiPCgN6VTqCP6ZxoUU8hFZIsPIy0XEqTN2+JKM0+dyPxWiUTaVGSphBaecnNVAapylfJOBUyzm+whZ1C6XeJV68VoGTm3JaQsSUXBXM9L2psYSoy+sBKEQElSPPLLrgFekjLh2vDFl9+7d4pS5U6dTddJ/UoWaOCVvyV3oiurMVgmqLHRMqfRxidxNtfxE+Kqh0yWDU7psgqfuUiRNvdgUopmGncIEvxGnqu0rzwf8QlS3ZBf0WNwCQ005nVF8dP04p/NMgrhvhrp9x+aNGzE+ghzVjFb4pw/3ASnCfSeM1Bi1EtS1XpLCmSkUTz2yy/bx9QnU5v4n3ySmwam6plpnGgl7b+VDIjaFaySlwoeznH7SloWql0ozpZ/C+nTsL5dIy00hu7GVSZV/AWtSwYe3uTJFNqdVaQTlnAKtqkI110clxxqcahBmIrjZQT2qzzZxIKVd+umn32yY9H5qx0YPa3s+kdqScWrqg9AlpZG+0NeCPXybL774Ykyc2iTqzIuNU6qhu2Xru288O2U3RE5LA33BBXRivx5J9pgl87Nl0VHZ54qfIJBSnOrLixdGu3CjlSYLpYin/rFE5MJZw1/Ja1Jpys6D50/JZolWiJxaF6CG602TUpQfFPf1IqUR97W5tJYRxMlp5JTj/emPYsnpn3VQJ/i6E6oe0/x7Vpia77fMKDlVP7XHWoAU0R6QzjUjXbSytaG5+eKrrrr22quuugqkzoTAKUBt6B6ypGr/1m0vv3/YFKMUOdRapvgN1WTZfmqfEf6zaabERfmUuGtkX3kPIdyL2mBW9JHRZJsppvpltbGFb0z75xYb8V5El6Sv3Ul5MYEsQ3Yq1+8nv/hPmZjKFOGfkEbQV9P9VPNRRcT9H/58yenErj8d1bq9K14HcStW+IZSo5QyDSA3Xd2+aO59c59+oa97Dmz0KlBKkVOo+RGrSeleu3pe/8C7218efP/wilrjVHYaKBWBEO+RhZLiIYBMi1TEZSr9oXIyzWDPQ89UK239UAb844gtw34NuVS2CqhFmxYpHtVyAEfr95TSh/xe4pNiC5zyNJ1CxfeCSQMpJabkppmfKn+angGouM+90GbQTtePk+if4PP7o5NSe1c4ps0lTD1HJXX0dyBTtfKFp+fOfbq9tQtnSBFT6Eb302av8cPkKS421OoxTN95efCV9w8/dXetcXqyc+pgFsNP000mwlL1mFWbCFNd0pG/DpimeNSpmva1Y5mOnyhhKiSNM0Kqm9FJl8RzZqoFdglEOWXfEmU+qH/qVBV2KzjHQGqq6qElQRuUxqlpYa3itIYrpNavP2M8TifoKbxZB9U5BaZBKdOovGEJ/9OL71u8aHVrVzOgbIbw85BH/eY5c7q6rBClFcKfHNi67ZfP3n/n5bcB6mEVtbUnn0xOkyGPg1XMwj+lxu8ulw5Os4GW5DaaS8UnNQGptvDDGAqikaqJOxt6Ao3OoAOdWit/KBER5Y8LVEhDc+yvk49gDzPyslgPqRmkktJYzCdMwaktjT59f9nkj/vG6Qr4IszUIO0gnShOwRtzVG2I94vntnX0In86x4r4jVNXs8ksuKUVc/0dfbYnxQ2XPvDAS8YpQN2wfUpFLauj48g83vkhd4GlwExopWibofyICb+wOFpwRks784nS8NPKmuOEZzQIqTiVz4ILf2ApoDJR+rP+A3Gac5bsZ4EKNijPOM07qNEFiG+C0rBTjaJqKmeYxl/CP9HrpaR1QO7+OV2ewacAKITlpwuw2fTT7R29XiBVWnOCfdIcUT9ooguR3opV5q1pmn0advfBqagP/LL9HQd13f4px5zMqC//zE/f49k65DO3T7zGrojO/FasE31eo47frxQxzRbxw05rCGIpUyVz5DdqQBzKUw5gcC3jZd802U9Kfhp2eoyGUaFZ+0uZfn1EaFI5RWlTFp4WV03V1JwNGaiYkPo/cPrYnjlGKSAVpQOdtkYa5C2e29Tfy+2mvOC0oWvmnCjuw7ctLWaka7BN2n0Ll1+y3HafOv+JX2CoOGfilcf2V5TDUcFpsRgz77z5eCqrdv79uX1JBhxzUrymdau/jfkwTVONDZ2oSvtANTgXEAKhJtJcmvAfRdZfMllyqqFX2K1dY9F+FPJbFpXfHldzNvcnzwL/D3RKxzKGVKHYzcpESvmf1Cn8zuk4if5Jkee3wH+wF5B2UsAUTUCKUlQcyNfTxTo+Cpx2zWlgPYpmUVd3rlmweOFy6Ovllrfat69p1bvG6eDgK49trzim1mainNPy8D1hm1VMZUtIYniffS9EYx4q66FmnVPgKEoFK/gFpz4j5cLNSvxwJ6uC1BsuUik35b+VvQLOQGV9VRafavHpjHw3CO4sffbRodRP6aaK9EGpYSq/V0k/4v6f79k3KfL8pg07WSq1FZiagClKURvb+m23fjEJSs1V0dQcKyC1jdIaF29aumnT167FXt83NPCRczq4Yd13FeXGKRnSrFFcQ0GjLnxMC0zzP5Xas7bpo7R6X9ufwESp2GDa0MTHr+i7VtrVwTNKI0mlK79ig6ZJTk0OJW4lmmWnDPqM0OUR9oNT1EqTQXGa+mlkTkcp1Z5AuKWVfeuxhP/POJ0UeX5OSW1bsGpVG0v6TOarPb2bfd4flDLAd2Mo5bP8aHnRSv88i/cLNy0FpuR03yfv/fQT6lE2vvs+ODVQN3x4TB0Bk935lRKPmgz948Mj8z6qFA/KRHmHF28BWcmsfqYaC/vk04O/n2bp200r9pO5SASQ1rTXms6VZgv4CspdEVNwKpKywzs/LTArmvppTimbqtLWbtcFFfYZp7u//cc4PeTQsv+McBr/k0+uWrUNhopslJVL9dJJuzaD0M142aC+xcb1HaiecqGjAEiXL51/znxBCi8FpD9jefSBdz97edC14ZWPp5aTwwjJGvLn/hmZ08hCJYrH8ix96lLSVA+M7rmRykwp3+kaMmZ50oQXAviFgR4SnHqINVC8k0fgiE+aocJbmM74kCOdPPB//xwoJarpECqfheJOq3wStgVhWjdeAvXv5fl/Je9MQiOrojAsuBCycSOoCIIz4rBJoiYxphLtUtJpy7hIIbpR0SgoQaKiIu084oiijQPOOCuOxFk6aW0libPSGmyMkbRt4kIRXPqf87/fc+tSiQUaLOOfqvfue1XtEL7+z73nnnvfv76fdG1d/7iBuhHFqMYoS6IBqP28wyCPcpTrnjVhdG9dg0vOvOnea6F73/J4D0oN02++8Yeh/f779CcFqJ/Ot8lKKTsrjZo7K5U0CG7cTUWQyX06vY9PfMDvPHZHz1QOCxmiYNI+p/BV5f3BqII+ZDiGnaawqmsq27Q/RlANUYAqfLu7q9lmurFI6sh2wRd79WqticDMBaxhrtpbkgnU5Tn9zz4uOhOeqjcNUDcD00ceAaNOKTl9BGJfFIQ+6+tPn74K8f6UtwzRtx774barr/7lVjAKfQE7BaRffLf599kZgEp9uWN3xlEId5diUKdkBypeqZ/KFq05JGfV2D4Udw1UJAD8RGbBqTspZAdnMgbzvAofTW4RUsj+nAw1jflQd181S55GzdSCPwG1DExDMQ8V/VYe+YGPp/QsCSVQV4BTqonivoF61/TEhxs3PeTx/k38eNQnpd4bBadg9CoIlF54k1H62D23vXrrJe9y5TQW9H0B/YZVp99tnJj99tuZLx1UPGCypbugtDtliVP8bGaqj64SUH7Kv5dzCu8EfDWKhKrDQ2CN1j78eMQ3pCAAy1fgmsziO8e8XcOpqcC0HDHf/dqSUuIoz0wBU7fNfJ+JQn6dzk7RS+MhUs4pEqj/D06tT//Z959/dek7t79pDzpzQxWjXJaCWH/VVchYea/U1vdffdG7BaCXQ6iWfuHRL4zSTRtngSlA/ewT03vvzba1HVZDKV/Jevt6rho4Rkl/PpuqfxarT/IqqeBUNylzUZoqMfJ+rDjl4WgHNZJPAakz7idyqs/EKTGVm3Y7pt3b87Ac20x5fb5xmisoldhnBaWqfi0qUD3Rv8xAalVxWhl5aRqV/bdbLapzamZKSFGO4ikAzqLa+P6xdchaPfsCyvyR+78TiQAXQH0UO//9Pjs//61p62dG6ZfTcx+ws5hzyoOmqurNmvoxgzZ2lkp9OHPTUM4psDQwRWyBKgf8xiez/2C1xGE/3jFFyk/sRXwptHkvgn6JmBac5rnTdHF02VaRiFM9oC8Ul0WNNJcXJPufm6Fi5cn/hVPLToFTlky/+aaHfEKqadTnkPq/B+l8bJRy6xVXPXs55lHvoDxZBU4vf+grUDoHTF2zWz/77LMvv/58agOr6w1UKvDSMVaeZkGd7zzDn430I+6nmOocbfDp/klgSSpRFYLiFG2NqQxVp04qOZGSeJSb0ujopsR0LQdRdYPYlpxTicujcyt1dVFcMkBOl52Q+o8/P0qKfdCnP3rzvsetDhVu6pT6bik20e8z/Te99RiCPXagQLQHpSjlK+YADFPu6P89KHUVoE5Pf/37+NgGB8Wfc0YRMOWnnE8BGfyG9D0qm5/KR/toBp3kk0fdFqcgy2CVQ4aYW1VPQD1UtPXNlFJQTEzDTcui1/MIQydsb80gSrftq5JTp1SHjNLIn5pihXTZ+sCM+4vv7790B/Xvcbpza5Op8vr01z++aZze7jOitFKf6IeR3uRGeokxiv4oMT23wJTPRtm0+cO5lhZSSk7n57Z+/vv4KxuYaK/hlK9w1MxDs6AeDb5EdAzvNd/Fk6AUrJH1T0l1IvEDkTTh2s0Dj0m+NOK7FE9rLzoCySy/YzowNJB5XZZA7RSnCaQmnBJKhak/kNtFTg1TbonSunRmarVx+uSXn8NQ73sTZkpKUdhnkMJJAenVt15xA/bwAaP+xFObQCWl+LLXnU5MTu20uLg4n5DaMjc7ObZhAykVps5TjmF6kVft8S7aeknMnZL4uoYajc7UTQ0gNcmZJDv1FyI/joz8JsK8HKaK+bLTge6BocVsrJ/VSq8FbmAvKNWm57zWGJ8SpMLU/jKAU4C6uH3bkrtLrjZO7/pp5vOPMFn6p5kapRfeds9NP+DhEVc9et3ll94JPQz5Oml2Te3LoHTi/vU3bzjitSMXFoxUGWrLTlNjG1hSZ97iY/4Aq/iRwil1VMY0uc/rJGNwZJaSSjeTpJKwLykp5cD2EV0HzrklqmLWgz7vQsQ059RuClM3U/5ZMDR0bJaCzwf88+qeUuIw65qS0naJS668BLV7wNeePHH84q9L5aZWHafbtn7//aavHFLH9IpLXr163dV4eMQ1ZBRcGqhuqZhbNdFLX7z7stHDu4a5j8yRaxeAKij9+OPFDzac3HG04WDewoFU5p4a7wPJPLWvZt2ea8yrOvFUCiqP+EhNvhNXxYvyW3RMpquAK5EMLJ3cDFR4LdNa6h7QTYVpG9z0hC3MGC3TQXVO23NKJU5LyUmV5yel9HKAartLPoHnSdQH9e9xukdrk6nSum3rzMSLmJQykVMMmvDkszsV5FnLB0ptTT/HThbw3z6pf7C3vfTakMtzemvNWBcPG0YdWjcHK4SUypOnUr3HmXp6lF9Pp1wh+5j3JV7UDvLZOZVyUtucNGsoqMcJL4Oh4C4nF3IWTbqlKSi6KTAd+ouH5lRsRgqcUn5eo75pXowS5tpDLy2E3/gQLPX4hZ9WhNN9WptMldaft8zMTIxj+tSrUR5y0wSi3KfvXNRNMc6D0uuuwRssb9z4zDi8tL//8MOPGsYyXRPKzEtlyurg0w4gHDVPofIUSkiVlUaxnkK+XFnNlH8BGev3dScP/VIxjioaECn1lmTXOAakURxgZ2HKT/QZoj7ZWdZQOR9lYiOvmZLDAt6g1JJn/JdXq8R0pfz00KZLoLa+v31m5vvZcbNUq5kCoaZzo3ofcR6YYqGJl/3DSl98fr1TCnWVfBmEHVTsptw4REhxEGfpSD0f7y/FKY9pGaCoD4FGHTjMEqRCUzNQ1uAnRM2DfuGaukORXe8PMEd6hO6KU0LKjik5NbUNDSybf4+pU1hqYptUOKxmTTVnWiycZX6hVO32Z8kNPbHMYr4dVkshCkROAeqcgcp6FMNTmHpttFMKTD3v/8wF968/6SyjtJ2clqqkVPkZiqUdbqfyU9FF7qTgkW+hmn/OXkDaLVVDjmktl7XqSmMnnAWvwBOfdk6ILG5F91PCrVAfxQ75kOb1l61V27ZQNk4zMxWbyYYTUc/v6vAnHpbsP8DGYlzPWl87rKaBlHM6OzMzOzc+sfEN45SE4qUEFHfxueaaZ6967pkX160/G5T2AlNTe4cBWsavTIvYg1T2UQfMT2vBCiYDzBRdXkrx/QxQEst2xHxXcVUn28/ZU3FakCqfhbOW8OOyK2XyfVxf3GWEIKcR8gvMPcM/oK16lgf155Yqfl3Bqcr7gtdYG2VCCqKny8D1fVbK9iFAnV+RvBS0e2tzyTjdYpzOzk18CEM1O42ID4FSLkm1p/atsydJj8ZEXztdlJAWkqn2WZpP+VPxpXCvhh+i/lnkpnXUzqKypjwRTzXSR+8plZorr6Tq1pviGSO/mLdX1zXM1G91Em/ZqX1Mf5WdVmNrib8YS82/5klUKF/EL0q9RkqPu+hSrbSTTUyxP8D/hdPKti3kdBYlfm9cegdC/rkK+O6lNNONV5y57pKNZ1580nnnnR41E2XtVRdSqbD355g/lURZEs/znc10EQugw0zjvkkRniceyKlfiF75KBsSAQ1HlaJvKkulaJoQ+da4il8MTk1DWzCwaUAjI9tf0yPUCZ6JlEYhX8EovqOuq4uUloaqi++vUNzfq7W5VKm8N7sFlBLUTV+9o60myajmUa8/85TzT7ti0+YzwOl5MNTeIuyXiKj6WrGdrINKSxKiYjUL6QIzT5nqLUZ5rQvCySMlSw3hhk6CUw37MUUyNcb2ui8CkzES3wWmuCfKpU7vnTaG6c8LNWtK4hEna/Q4ypN9AZ/5J9FFQy7rBdOoRVmuL7zDakpMgdOdZrc6pwB181comSalqu3bhIKU68887YwzwOlzz6076XTo8F6SepQ5aVeXCNVG8gr8dKxOvKSsEIXSvfDZYodo9WeVPdVRn+gcjkpcHUyds9pUhXuemJTSZGpQF/6aUjrAd3dhprpHotkeGPq2daSh7tZPa91LtVgfh+LXd7LjeXIPXl1c58e0f1HhpzXSNkGLKf4lq7JWm5+OfLrjTltBqWkOoF6qTikg9SdKb77+glOAKTjF8yUvOPs4cuqxvwuYxr5y8WzjnqReWLAkCjp1UtCPDqpolhXrJAV+wjVUz0/zNCqRdWkcpQoVXnFyNRJsfndAbspbuMET22antkFfI5j+ekIyB+XNeJbpyZowZc0fU1OGaOxv6b9eJFBP/HVk5B/Nn0oHtTaZRt7faRiGSk0A1K8Y7Q1RQLoZQ3zDdP1TV572zCUXXbD+uNFR//1B7W6lsflhPIM7CoaTfFGe7T+hxk41eKKBFlIbjTrz+VkHlceANE3259NS6fhfYtDvS+CNvqrbpfMrSjnwT/44SsIxs7+2obBfwXa9zmGekJIin9qVqGbPqTIC/wkvz6MSpS6of5PTvVubTJUnZ9fsNDPjdjo7B0fdtKmAdDMgfebF5++/8ZxzzjjjKXCKbSjOPOekUTyRi4Gfy3bVucIhHiDD7ikkmrJAnRVE15OQjBsu3imwJHtxqAUz653mlCrx7wdKkOoWAUWbxwG6qbC1H2nAM3AD1cPgpw1xmuLY60IjrglplKJEeYrXo/jC0z4rrFj8eFvdUpS/yekBTTchVZnu+WBOgd+yU5s3k1FA+uL4/TcC0/XA9PwrTzvzzHXrbrysP+XUbTTzU2AqTulqCaj5DKgkm01Xl3AuPxvhsxEOmzIpQ7XP7ZTRKTZ11hvHfNzPG26lvDAG+SVLt/llktdybK2IcahcRf+0obi/Fj2mDFRJlObeyqS/RStWcHOXyWPqP+n0b3K6Z9NxOvLe8AdTDuqcvefGxycmXnSNP//888bp+vWG6ZVnrEMP4JzLzuqHrOPUroAPiVeFfU+M+2ClM1VNHE8opdJxlJbqZd9N8rByV3GqvwBom3TXj5mIajL8D/N0CVE5ZZtDOqBPrG3uCjAlXJtQBsUReAPlP/OvKXmamWqskk73RVujJ61CGhO0e3pl7U8rwOmuu7Q2lyoj2z7YseWVORmqgTr+vP0Ypfe/DTs1Tq+8Eg/Zt37q2TZn2u92SkQpjaM4iuL8jQqTC+eLuB11+OqT8q0H65p0yi6TAX50BGKhfl1lH2S8CsxcGj2RQrhlYGrXJDMZ69sXLPXeWP60Yqv5BGq+YR9+ltjLJ54iifQKXhA4HfkHOZWajVPUREy1/NQyBkedI6cgdXLyefxMvg2dA06BqXGKMf+VT8FPTcZpewZqRH1VTJGFzkwCsyYVpT5B9Ez1DozzKn7Cr+mpKJQONHUrI5PwQmlFv5STO4Cv4cv8FqmVufo92qtxWjJ7symiBjTS+i05jc17SGvaF0gqpmWhlJVMDw/bb7l6wrdLzPHvsKom+FEpPffBzz9NGaiQgzppIqY33g1MwanJjmdfVvip+k84s3svMxWnxBQKOqVoCVgor30GXvqY6MWHuIq7bMYsfxL16xmqAj6+lOb4TZ1iVAwKVHwUK/+dc3fQINn+JH78YTydsrdGSqZi1J+JiK7psnB/MlOqR0DK+5NflFBiJVb9edq/y+nBrU2mSmVrb8vPW8dumWTkdwnUu4np2Vfi5+yzL77sssusVgqYklMpxdS3ZghMO2leiXJsa6ZEA+NopJcyTuM4EvvCUpf2WUhOi3O2Xiq8s404dmdqY/YJH0kDEeXjO3TZkncXq9srDXGqWmlimUiIQmsiYqkohbT6DAAn+Zcsyt5hlSWmRn7e0Du7bfbmMcV9YBqcnrr+gQeeAqOXUScdB0plp/GEwxRTRX23LTGUCz3TbATPV0yg6pMo5+ObLEqkk4CylQb8NNJLMdjnKxeNlf1Ppp7QpLgskTdSdDv9A7dTzHx8e1ejnEI5pgr1tXvz12w12cHHs/f4nXL5hC1ProSfHtJsA34E/pbBNTNfTk5NTRmphQpOTz311AceEKYolnJOaae5mTLocwEcl8klJld3Tkro8aAiquiKLmWszqPOCvYR43Mz5SGkXJQOIc1Ghbm2yU4NTzdXQBl/xoEmvLBTcool0Y3F/chMJYy6ohbFpCeukldWqFjRdKnDfvPlxW0rMY46sPk4rcwcPrhmdnpm8sHJudRQp8ApQBWmgBSYjjqm+oWGmTKzx03shakr6IpjSJ4aH5E6KZvM0jg/LDXhEz86Rr6K7wDU5CzqLKcMDfAI29TJYNRNJ1aM+iedxLTMVctZIF5u0ak4LRiNkb4HeU1BWcsppbxlfyOOwJbZHSs23t+t6Qb8eNj2yYODh7dMb50aI6gmjqMMU3JKSo8Tp7JSYdojM9WqYVFiCsZUlJIpd012QHWxdMeWyGZ2jT9LYpcX475cMUPV+BPPwlhTpeG8RWLV/7f6ym6n5LTSSBTjeF+UBqTyUWEJ4fF+9uvF2fm1dtlJtc7GwtJ+uqqWnKKr9EFv7+DgLTOzr7wyqbA/Z346VXBKNyWm5DTPRvVwmC9KRQIl2OoyqnJpKaVWNzTE1x3jWFAKyWx9aZzz28qXGaciMVNnOhkK2Ykt9k6FsjoCuCh5DO4okdOG3OEEcspwj0NAipeeXenSjuqIVgDUivrZ7Og+8rBqff82TldVZZ9tILdTr4F6+itTASoDP+I+ORWmo/2Dhin4XJM8yrig1DB1TtMy+poQXdchY7ifZ/IpuTJF3lKzzUiMr9eMqfKZqCTwiz3ejsBvKOIsv8UV2vaPVUUfLw3evrL1J233fHLaUODnMIpTT+xMGaOQOIXY8m1Zy2Wc+3Buh4AqbKFcWru4/a4lOF1lianWkcpMu4EKUh8cA6gyVIBqnAJUjqBSO10Tw1GYKTnVCCohQsnLiOoxm5RCm+1jHrjmfVAZa/Rl2/JCaaHMU65gNdZL1YzzlY3CJQO7rBVvgzLUKUqhjqMg3z0f46gGK6W3lA1T/A5JqWbvJe/qE9WyIUoHxaQ+8OTwvwO5sOpC/b1XjNPVVdlnU/wbegnq6Hm3CFTDlOOoW8TpqNsphOlmTi9DEfOBKVQPjZxTMaZW3vmMqf0YFSXem+LLPkCYab3ZfElsxpifLQokSmBSJqv4jjd81AEWppRzbb1Tt9O+aoN5qUrl9XluMaHQ7yZaPBtIJx702AqTnZxYi/9dfW3V6rcr46f7tTad8HDYwwtQ+08nqJOuKXZQwamivuzUCCWl2kc5qoeDhRqLkwfGia3MQHmXnMp7iaquZLq6kZT1qal3wiWds4+o8maUSGeJfZ4IKmGUkWqwz04rhVapsFNwWsV604YK+herR5FShn5QTiRNPNo1L4SqtTu4XwuuMPLq6KuuRB0KdGhr02nkrpl2cto72D8KUCcR9Vt8IBV+SkwHnVPD1B1E8/lJcj/lQkHaG2oJOCGblkSHZ6rJQqh0OM/7QlbOWrxSXPXfkEv0ZjFfydOBuMXEFCGNMVOfiDbZfbfTLscUT+PZPlJpMH2KgBSYykpLLvHqDxA8gs1gtIR6busEHHV4O/bsna83kPrbnO7bdAlUBf4C1dGbX5mim3r/9EHjVFG/Pwr58eIyaHGqWs0ciXTco0/lgkI33XVXxajpDIAwJ5+Baz0zhdhYClH/MQWQkiadRKwV9fkFGuq+UvobxcX8XcQUELFSuoEqNRvtx/5R7pQUWmGosbsV4YQKULvtOdY9NnV6ZL0e6t/mdLfm49QebXA4Me332P/g1JRHfYz/jdObZaeDtNOunq4yKQ1MY817yonlSxMuSaUyAXFDyflc9FURGPn7IJzX+QSUiM3xZMNaCvW4l+Wi+PZhk/KlBqldhOK5A0zxE1MrXC4vvN5YGcrCUaIUZipEBWo0TSWhavug+NFB7evoOLoDoFZb6ozcyOlq2vscqoz8egQ5hXAYvXlsCnr7lbsLTs8roj5HURiAmtLtT/pKslOxGookZ+Aax4jeLOFnmxcmeabM1S4CUFGpShPdk2S5oaLqRD3VWAEdxSX2x3DEHTqq0lMmemt0TjljKjvtHqrOtzY2jPp1mJBCXqDvP6k6AtvCVkvEMw7lUlsJoLbVtXCgtqqWnKaGOmjicGrM3BSYPniLODWv9d6pnjFPL803X+rMvU2OylMw7Becz1dQL+pPcOGHKIlSiZTG/iSQIIrQED/Wd9KFeyTTm9ZySElumr33RqffxLVByYaLX+iU8Kd7fMKUnA5sATMNjQl+3WmY5SXxSzQxc5K6a23876YAaifWD5RsgmF4e2UFON2vCQO/VfUDwZTU824ZgxzTm7EJimNKTpXjK6e7f0ZIlDJwBFckiDTYCoaj/KQtf0WAF555L1QRX/CGlH9iW6ui8uUmuqGCE3ooEFVqnzP9RYHUnykHbD5d9j0LqhZSho7FLGaDWesnP9uxHbIcga90TTmFSlJwys1ZBWr1sM4SQO1oLy3B6WqrmPI8yXTXYHBqRPaffvMtEDE93cZQVPswn5aU7QQWE+BSTk8AJDRFT/AVChrJqQJ+oeBU4ueqT42Ob55DhQp2Y+NTSatKvIqfbZBIRCW/F0I3Eck57fTMPXobUmX/949Ecv8P8s6mR54pCuMSCwlLC4lEWAjC0lsN05Tq1oKKaRZVCwsREjsTsbCQ+AYsLLAgsTOzIjEbIkQsvCYkJEJkFiTeB4kv4DnnqWfOdVLdPZKRmHam+9at2zXT8//Pr59zz7kvVTc0QzBMqVNJq0A1kPvBEfTdDVjpMmluue7Hf8PvX/If7KDaeh3kphhMBamPP/TYY0+D0xLTG+eP1HNB2ienH4nJRFEk4Qu+QvXyaCo5I6ol4fopAlfUJ9Pl2RREaRKKQioZwydC2cYEKU+jlhcFpJLTmjrXdUf74nT9ypOv5giCuqbpJn1v/I30UnW/dVgTmsrfrOnb7W5eT+ZH/0ocdeF/bsYUQX39W4J6L76MUvf+dz3++EOglJj63J7r616Ueq0RpkyMS7qCKRZLGpfPmSoT+mX2Vd6epvaU5A+4M6R5CR+awmJBP+RU3oGqKq1tRanGTDGKOWDqoMbspfU79p0HNe1gILXYcG0AlF+KoUq/BUB9g37QfcMN81v6u8duyEtON2rPvmNQz7dsfymoLqpuw+QzFLf0hdWxhUgMPa5Y65nlj9IoOBXTR/o/1vwVsK+XULEa4h1wBqpa8FTiykGodpBTxvV+lNaWTt+HArQ7MdMd3YGW1a2P+H/ur593gxl9MoRIVYr1YXoPgtrYp6Xru+3JLfPTzvPLrr72P2k7u28CVGPRAJUJ19u0UcfWMaN9bL4Uy+AkVRkqHaMa5zEzn4BqyIkPtgZ7JeF+DGWOesjsmsmnsdkEilhgSmJZ4evstjqeAaonT0PqWjj+mdRtbcCP+VLktCV8Yb6LhCyaBep11jfF/wxAbSGoPzy3nNON2qQ/gxqk6hiYXl932pJflBZyFDORktRlusoovxgyDcL0UlAe7eOZ0pyUKlsjxS+L/U8breKLeB9QUj/RRh0lu0yxBqgef2MoSQBBTzt4/pMt5IP7mvetG/AWp2Fxrz/LAWgDdm0HXHfYoeumvl90t5y//+9wetl/MZDKoHovVYY2N4ui3uhojRWCVH/C7IrHY3/RpKe0MJaUEMFyZNRIFttxHWtZOuMsBXWkk3yqppn54RaYLG0lsJwSZVSyIbrSxBQcqQOB2KZru0Nxs3ZhdN8uFuRUm69mqzhDyhS2TEtZ6rTd3l60AB1bsIxzupmB1ADqt7cajxqaEqWxyVHddjLEqROS2mo9hrQ0kJnwMYLr2D4m2t1EnMbrzEuJT55KcZOYpjRDWHAKC431oi2cglyDontezYvAZ6gpZ4PUEUbaXZ0kqOv1dA5MySksMM0GVMvbrDb+WWkhpduLRdfd1I/uGEBON2yviTKY+urD6/NKXa2KNE67Y06dUaW/lcgJNGX5JBMrHAMrkqdj6G/mL6t0EJtGUnPuVNU4kLMoSSbhK9OnODNODRR7NIPaXadreuN08fNzJ+H0ucODA3FqJirH/X8091yL3c077BjXdjd1b/y5jNONWyJVgPrc5+dtiVTONdXN4szm7cEBSG07KzT7DRV26BKjY1ypYWmslfuW5eBTSWVOR9GWK2mjGI/oC8ZxC2jLxX7t1IpCTivHFArH6arktNVEu7Uj/L8ap3T7ASozU8sk1YN9lC1c/ry7c3uBP8QNvyzz+xu39KQEdef9b86da6MOUApMw+33C3AKg56ijPFulO34lL5swmXpdaGgUeZgX0q70rKIsrSTUMzIR8kY2uPJQKo0NEhKueGUInLJaUNO6fjXL+T79WBGTt1E5JikTkiqrsO7Gaj94s5tvN3R+0s53bA9UdJ/IDY9vO6RwbZ4x2Jh2+4dOKhd68Yta7ThUvbrPD+hic48KJAdvs4j/E+WM7bJ07PShE7mSf3h54srtOkwjKzaa6IUL/L/oe7t47s2NaWbR95zQEwLSllWI6A2pt1akW2cLuD5Z3cv7K6/pzyfX3b5tf9p29ndff3PozfM6jlvxSVS5wtwClBpRqiEx7UmC6ZIncYUpXGYorRASmxmaHMaP9qyjTB/nNRnhn9o5YZ7QlGsOoWRqyrolaA6MBx4Fzn4CeDUP8Mnifh39w/39uD3b8K7pGQpf242gkrrWgO1ny/uWHQr1+9v1iaoI87/za+25/N+blbsaNjPjFMTgUC1EJ+knpNcI8SEK5d6OKSaPTUqsfG6ZDVZTjPEGH7ak1chfZqHIiZpMceGM6bZQx3Yqop+btNDW71TdHSCzXp3f/z1AJxaIroes0qkKtJnckGgeqpg3t0x65atbz1nszuoIhULzbp5DyOp3Pmkne2ZCLSLAdKWksNJcFYkLpWpGiF2hRoKWJKY+wUqONB6kv6pwI27QhcWd+QNYCN8ivRqS4Q5+dSEmPpXdHDt1Dwy7xi91u1/ds/erA1MGz7FKMrEqVk93/LfB5ptoPb99qz9avl6042c2pdsFymqu/3O+rqRGYrZPc4pQSWlwxg4qoRStMrYFVxhI2GT5vBFY+Sr1hCul+PSmCAFqOjl2SxFjUHTsCGlyVaW9jO5ytTx5RC86GbOnwydqIO6+9vR3gLhaK9ZPbIgtoIlUGuAapkFGHuoi9n2qa/fD7v4vzoilVJUfx4ddF0fd9zr7siccodaO3jVLI/ym1IFtAmz6XCYLpfYabAXYlqSy2fe6VQiamymJYZsLzgVpdLOAlrWI/hnRsrltAKXGiIwTMUpCMLa6PXZ006UxgqT5Pir8PmyLQN1wNSGoxZILvxrnF5wFji1GZI/Hv66h+4oWHU7uI+cet5P3VMUWodZyqgKNk95ptMEoY4ZUBU5E0suWUn51vD10yZiOG0mFJSWHdZ8uxOdBcw8cFIfewoc1JeW4liXnCIEX7d+4o6ur3kLo4YungdJqpelTViij1pPyCms7w6WZKWM000ekUq56Nf/PDz8+eefD384Ojr69e5fnzVO9xzTQVM5q0iBf/nIa+fW2/QEDn1keGrp3fai7mcBZNlNRaOavQyAS+OqPoeSV5lPjuxxcf+zdgGE8h4l2XAXic43+Ot1L1+W+jkK/qvEKQ6Au7lJnHbYnn9/BaebuJZvSTi1vw8ftv/6m2++/9svPzxrmM4WZq3bTcUOoW1AanAQjGxS2XFQ0630Vob7o/VpnhWtjqnWmOBUWPBIpmVsk36yxY7+1PQUIeMX6jZ9iqLMDsDpmtxpS0qLjEI9/Fp+HDBVeoo00+DbJjeR01k3v/vP8S7G6XB66bVnxZBM3dlBAbviucM9t4UbIOUm4HSdbRGZsDqgMQIlW6Y8iLApnymqj1fHLPd2ddlkOp1MG3l1JzPA44MEEjpBWzDKCqlVksqRDGCshaPGwhRmALV0xqu8/ratOFGK3x913J4aJX1/hefwy/lBoPbO6cFir5sfLbtRJTjd+Ez/sn1Sj/aQSxGm4BR/JiX520iLEw3q1AAtAGoEaHGYLu+h5tYccWWNBZiOJ1mdUtIppSjwlW6+Jz5yokoTv1IywGo8ilRlVNHIUU2PF1u3boapIatXod9iq1Y9XyJ/L0yJ/QAritLt975EBYK6GPS0P9z/Nzm98AwkpkYGpB8ApzDH1EgloilbLgc7tIMcui38OYmZVa0m9ZOQjodXukwXk+1pUlEWBdaWR1Kk38RuEsEvDEVwGvqZTV6fEaPavJbkFHUmprrDFQH/DhbwzZ1n/44BU4mmnWnOCeiX1kfM31kX9Sb7A+zNuoOlmVpyuoGbosDWZaYRRklPYUOWn6ow6AxLetMhHDYyTebQJpRcYEMJw6KZqhiv4iS/ZqiGzPrr0mi8gWs60Yu1UGXn0rlYZtI2mtCnlcvAWzYwiGJGwLLwaXl0Tp3+Sky9V08rlpI29P141GZW8wLPrunxnADUbmFuf2/5+4jTjdtV+iQbIN9zj+npbOaU0khoRCFpWTzYHLTTzlEPEktInb0R4dRRryWG41xXESgeyZf8d8NSqkSEYxl/ia2OqqUbTonTgnvlpNjUdrbdxIogqusWUlOaPjeltjqejKfK2ac2Pb2BHgNU/C2WRlHidPN2l1w/IP3as+KUYVSx9zIlVfGJD/zQqutAqulnU3kXkgIrE6Ilh1FLOKuuMgycjsZcJNGUvEEhiwFUHlQN5ypi1B6JC3VOtURF2FNOB4ntwOEvuys+71BDl1P1HRREDSWp5LGG8WPQ4wyCih9OQd0Dp4f7yzA9JU4vOnMdVKzjffbZcT0lqAQUX86pHaieDokratWgtAq+RGdhgWTk870hWnWhrICb5u95DCk/IqjBAjarhKyqtFeHpgiWhGmsUVSD8gJF8K/l1MCpa5fugroDt98NqWetvtZbSU7ZQBWtPETDg9YDVFwz722mBYL9VZz+jzL9YTv7h+B0T5yyg5XvCBrmkkrKACnOjSGiSm1FS0bVuSOOEV6pOQmrXp96UVo1YUtlVxKvYFTqqWxPfLj8Qv7i0la3YFVCW4wiOPB1GhswTjuOnI7fe3/GGWeeP2AHV3CiLievY2123Aqv79b36J3+usLrg9P/Zwd197fvyWkhp752TQ6yjKIrogrZrBonctKIr6ZygAQcChClpmiE+SsRJBXNIlxNwhKmRpr6GN5LDg2N2NorEWkln89WmCCMLFVDWuXyaa1w7rof9ndXrIuSnPp3qMfBg7x+YNoIVA+lZO71lwdrxun/K9Mvt//LA8EpzLKnrdZiyB0OFFSgs0LN4DQuHdbK1G2AjGpaEShpYvjxSEbRirYANnqmuUcQ9FK8J01F1nzIvxn0CzV/ys0DhMBUdIpqYspq0VttjCI2ySh7Pfd8Gl8P7ZwS+JadptLrB67ilKD23kEdBLUFpyu3CDotTi+59mzZznOfPQtOA1OzGKopE3yOBa0yTCivVVV6+YqGtkQkJ5k4xEJOYEosR0Ms/5nHV9knwwwkoaokmbFmpxoms6aRdfN0xGpPw/2RRwiYGFIV4/x91/8aI1J5S+RZF1N4whoFUeyV1CWlmCFtoOKr64kpxmbvWSmn4PR07IwFUrtvfi9OJadtqyltUhoiOqRraufQlZPI0vsbsEJ1YDNI5EHiqJfisqBVUMfBf5zQLq1hQnXqB4vg1GdNwZQ1utB6i7Q166hyWWZVJUrl9jXRqd+O8cwspx27p/y2PP+lbv6uplbgMbf23qxzA6frVgue83/soO7s/PgaMBWnktMI9WEs6WPh2Wtjk6eOpSPjOBFVYlXCFngR2bCilypOK+EYXMdUQF4B7azMwGZjPQ48CZn3TY7xFJSK33kqTgvnH3Ua7/HiJuYGTntu/jC6meRBO2SlWjqjhKmTy2EDHBimQU5Rtd0nA9M1vdPgdPPuI7V6ho+6p8Q09DS6paLUNAloNEaLg0L51DOcflWkp8hY6eSzCfZw7wEtH1bQKr0xCld0E9EQwqm0MLl9cZktlvk1fqRV5UbabK2lp52m2ede/t1aqqvdqUu95oExlB9MoOX9J12hpuvk9NQ4vfLas2RYHSm3H/3TCJ/wkCfkweSKwZJLGg9OcUWXX1srHsmymAawYl1Mp+8h/3HmB7azlTRMTeenCvfYl5ZVwWlcoCorJdcVSZfj9/Z6sGb8Nnk78PrCFJSWeloHppGRKo/1vHdQxekaOQ1ON/D+PKvmSql7apCG5yqH9cu/NspBM3UkmzXrVhSySghViFI1CTyBWqqt6IzL07BARSNYzQQN3l/mL1ZgmHQ1Kyy+lRXS7mJqmId5U6wdmetmOckr6SOuhbq0csA0Oqd+yqP7fnAKs2AfcrpuqaA43dDteld3T2fRPVXvSkoqA4uUVd5BrprWJJGcwhp/NgJWfIkorwtkryZkI7ZiWZVJhMgJyPvbk2/ISA6s8sahmt5RNWnr0ZpNZA8dBrZeV+be/F9WKXElxuqwZn63Aqk0FMXxZu0BMMBafNCD1shMsY8671vDlJwyP7vKzvkfdlC9e0pOy6xUEa6Gr9T/L1EkmwUu8vjQNXEpGnXOJ6EUjqyI0RiSSn0CnbgC87uK36HR2/oHyfqr8vvU3JoVgxM4ezOLqRgamCbnZWTlbwIx3ZKg3kDBSyl+Ti43i7m4bZqMUpdq6tDrbggTpqWA6T3r5PT0OL3qDDl+656S0wLTGEzReLSUxs6EJUo6ezvz0g4k2FpCCzNueTw02nOkVUrwcBT6UxGKXw8N/Oy4uFYTz1MRvSqtRSqDQp2SocrMLw+8Bj9S+W6lA6cNR05TEPUGxsZwD/Tbr7/5/vu3qtiiDcZlgTEOxVLmu/V25BS907U3Txen/4NdUQrDTbjJKcf2JacMgmWVT+txEGpSiIMxKhUjS8S0EbYOU/hsr4SRPR4EaUa47Cqw0IkO+jUa45SnxiAunEg0KZvikW0s4iJ/VI5kjAeYhefYclCd2B/2d7LXPx87Id16+9MPvv3eq6++9PwzT9//wgv4vEXyy/R9GaYgGI6fUdQJ5FSc/i92RUndU2Ia/VN1TwtJqYXpUKOUUb9Y9Zq8f/A0/YfmQ1kSTTVRrokk4ecbh7gXfQ8OUeFMnNaqsqDuOqbqceOMrjj6AG78YIJSNxzwvfOjN3dSrH84vfXWm5/55ItPf/r999/f+unLL957EKgqFzH19O0xnxMedNd9X7oPRCmn63un5PR/NgcVc3we8HBfURQeEapqWq+8X0M+BWtNR88SIAlN1BTeZJePyyIvpbC+4FFRfpSBO9/QyLFWMephj/oeFNeJ0ma1S6Q9AmSmsAZqK2KrHXWib8C0ARk9xlSw3q0Ep7pO30xvv/HpT77+6a0XX3zllUcf/fjjj3//9KPnn37sBfwrOdVAzqlmF0ru3jdAA6a2zZrnpO5bf/Mfcfp/2RVlCAA+I6fK8sPg9TsFumYSLTcSSlipsuTzWOo0uF/gNVQinmJdFtIZIiwvL3PopaNCTteKJqk+0aNs8rdyWsWrSESNPxAX+5VUUmkuWgXp3zmtJz+TU/0XfjW98fGXv/vprbfA6YtPPvkKWf3pgwcfewGaqslmE/JplXD6Wxw67eH4DdM95mbXmDDb6H2l86C0h1Ghp3L7GonSPjNW8E/KFkLKL54IXgIkPOuIx5N4yryN7QJ6KGse7I0lsCGdzp+X+uXUL4mPEz16JAXIKYet6qJPy6vl6YUpHT4e/pThREtBtQjywxsff/7rn94xTJ8Epg+/4qQ+8fFP78H5+4huxalXoaZWC0xtoeliAU65Fnq1nSan11x7Ngzd0zQJBZQWOX56VQIgCASlt+qETytFpSIrRuSkqpDbENUgOAgNMQ3hTaMKGmXQ29YR39nrPA1ArQsQEdTghnkxipBp1B0hb97KXp+c1hzZ1Cf9vBsff/vLn94hp6+4nNLe/ePrpx5DPMV3I6ZMnw6YznFe26YUKBYL5KQ4JLvaTpPTy89IZgoJldfEaYT7tMLt16SSJkxDQMUvTBeLyoxYOGySqQa35PEjPmJNv0dcTWEtPX9N8sre6MCgS6gbw34YeVbnQG9jbYR9i4K6Jcf/F3nnFhvrFIZhiQsJlySuHBNuhBupdjK049BGEIcL3WGiyLix0Zo24sLxRgTZEtmoC2eJQyKaIHFMpVrUIRqyY9MICRIq2E0k4tL7fe//+tZ8GQx7RLd5/9P6DzNT5tnvt7611v/P2FjF6SR/mo8V/M+HznJMI+pfMU09Nf3+2mILoDqnEfS96JiOANNRIDsxilH87DHtQf3j9OB9pIJqrfy5eqrb4SR+lR6EBakIlVIDQKOai4bO6HaKOoEKyoOi5TV4xqRzURuWRett9c/FJBblrXpPIcmy3kwFlsWtLZVqtgBPxxQTK6j2w6MzapJ694LL19fWgGkV9qevuGL6KkzTV0zf8NT7Gwtw1OpfKPQ7ptXv/gjThnHa2y+oktPBGtt33jOeRsVgKfXtR6I/wiAI6TuNUF+06XNXTiuFpRLSWPkhuWIk84JMSApm8SuG4wj3Gaf5IjLa4fFBcINlkRxkBqG+kFEByg3EUmNSSOHJEsOtrzfWaKegFJACUxNKqKm+//pK21qo2FiroG+sElM8o88wbUzgrqjvkUT1oH5yesy+Efhnqlb+CPuTivrssNG3rMYozoV4krNAERFciHEoGlZL7MQQd7kONqMKrA3R5p42wkx/I/d1RvuBrEtbnZdqNhUySDFTDXtQP38aev9TP1hbewKY3gRMr4DMTK/CgiI4ffCp11d2IO2HHFMgKkxH3E3tln1gCk6/facnTPvK6eH7CKe4hU+cRu00hpySwQIDNdWgbGsl/JLKOkQSmZdrQpG7IpJoE0ftsAjjFbCSgj5RTx8rSnkZCRTZLAnLwDc4Fai1gtERIipOKexuOxujpf2W8vEd62anwLTi9KorHFNwCt1wA0B9/hYDlT/BOyI3nRgxI8U+MZ3AOCm4c08SZAP0vF6lURH2XerhE6euaPXWWlI57I+GxLZLNWISPDvAkl5YtNqLKJO2AlIUs6hrCXyYbaAsDEWml4PQ8FMsQrr4L+ywUluajmjTt7XGNvTD+9NOx7/ZWCOnN1ScMvBDzilAfWPBGlLxtkaoMG2cTkxhqdirTbxCh+5BJaf/1584z+n+z0qjFPYzp5DQ8RLJUgUu0KjJxXRIEpJhiTTU2AnauXReLDv2WoAishxWdIpI2TYVLVacg1lueC5HgKIFysN8s9YUp01ntV7H/sQ5eHAf4tH+L6+vlbVTB5RhH3rySYB601NrdxLUwBQjVZzQxugQMZ04u6ckCuovp4ftC2NRNKivelCfSwNP3UwbIXbMCJSU6iu6xpHInnLmo675As/TxKfCvsraBO8F/GKsMGJto91AcSCam4Qn56gcFAHfiwz3zSrkN5ty1PqocdqYwP3ReNzpgV8BU3BaRf1pIGqQYnJSndObHtx9dRucNkzE1KqlozUgSjdF3GfHfk/ar5/aJzjlLdEc1CdK/Xc2qTAdloiqz41wv0LOhw7WMm/EswbEFOqTatFIRWpsY2VWIeIqiUTps6kI92GfHcE+qCWc1W64qW8lVkubECmti9NJGOp573y5vntNmKLd1CA1yU5hqJfcBFDfutJqqD74hJiOIPIL0wY4fYVN/L0InA5Yy5TujYpO08lJ3baGOdpsZD0JlZr7D/DjNhS7pVPmwwJTJfKvK0NBvsDURHFHBTpl0cQkHCMy+NGAWzZbE6YBqQmEOqV1bAxTctowBzzvnQ/X1zY2yKljSslNDVPj9KY3rmsDVOfUMB0Bmt7SL0zhzr1i2mdOj9sHMn48YC6qp7RTA1Vd0Ir7EVMzElnBH8ssieaul9I78xtqP5aauAoFs438b6ioWKdqaW7gj79Y4SIorTgdqzuqddc4OAWoAOyk72bu/2h9DZyidvrUDQr6QNRmmqljCt1jkR+fmDD1pYa4j1+G/o84PWFf4FSPmFCrFDBVxA9UqyxKhIZEka1UyoaaDmWOs+smryxJ1UZn44rTkq06oYGo7DXjzSOiNexUmLI+2iSnUN3ddGiInMIavz/x1U8qO0UKRTudNUblpjc8eQlkmO68Z/WWpn0WMOU4KSwompuiwHtYe1OfOT3yEKQpW1wzP/kgafqpOJ1U2IfEapCk4cJCSZZJvwvIyqiesBLT5SuiENIFnMs3TQ6sa6hANPZpufEJuZkCEp+SvBRyTsfopkPiFFd8++rHqJ1ucNgpMZ1OdVNhunPnEw+1/F97jUYKOaaAFJj++E7vdtpnTg86ah/gFIP51WvqlVOIN+xK+krDAAtgNPsSECSuAmex9cd+mng9PXHL2kOAH8hF1C4vjjaIUK65yEYzp6QUszspFghuKk6hiQPefhtJlEd9uCkpnXU3vco5NUqvueama+4Bp/e+QUMloFwz6IPWH/5O1AenfdXRWz7wnwdOc+vppDqhBWpno40clYUwU667pzdYBGtXu4yiSiXgnILAyLzirZPh6laRDn59FYdyxUWsslC2lzqjxNQpBafAFPPoAR+q6dQ49brprGI+5GZ6DbRz50v3Pv7E7jvbxind1KwUM031JI5q6VH95vTIfYBTPVGy4jSaToko1wGNFQVkJ7HJYYOrzEXJZZAfp0Umj9OnE6GCL1UFBGxE/aiVJDKV1hfvbUXODiH5jJqpc9oakp36JeMHcpzUgxzKNzs7q2S/E9OXXnrp3nsfv/HG93Y0VTdlxbTClMOue1a/OT1oyz9YWk8+lZ9OngM77XyuQtlOLjqEZ3zbuSbJq0RgRpeHdGmy0dMLwKhUISbHLu51vLMOqucsjF/XiUcuPNhII04gNUUZojTTFuqmw87pmF81dPfXVdMpB0ZfVXHqbkpOAek9LxHTx2997K3LW2CUmNaEKTbfsnLas8jpAA3q1yPQVD21n/MwRm2R+I3XsEpVuJIRnREHgYVvkudqHS8L2EtkhXEoLtJ+QXCAV/or5vgYrXUqvDVBiqAfId9WDPrDw8Nup+an9dYH63BTYep+qrAvTM1MdwrTx3YvtMecUsgYtRI2vDmgd/Wd08O3+liUGXZHBaeGabRJeau0pyPxRXcqKAxrk1HyfK7NlozH4ZxeJfKwlkpyA9lw+QLFrKBbb58kUKNmSkSr1n3n1O0UJ2r1oUd37a4wfYqY0lAjhUIGJTM1TF97bWXHONv56abE9GQNk+pZwemAPGcKnKp6Gum+2k1JqcOaOmrSdyxj4jYTqdeFj8a2PEHpoN4wgVdcmZoaoIwp1ulY/ovjAFeYxyLqV6pT4yWm0FB7Zbcqp0Ypwj6W6cDU7FSU3njrY7ff/tprq48Yp51ueo5yqJ7Vf06P2OItU3gqUsHppEX9bRwjqQYUBinZI8uJ04BEXHClQg7Z0SiUUVbIDgjT8KUc8qWMc6j7kGfu+/EkMuokqsm0WW+hbjrack6ZROHUeGuRUV9uCkpniak4RdCXmd566+2333bbW2/Ot5ojwnSbZ/uTn6mBv3eB08HK+GeeEafKosBpVE49GxFKmUt92aIkmIzDydtUJY2enwxgJk3Ahi1mTiXbyTYe6ZyK6S+MMu8tSW6KDSltDo2OF5jWcHz47l0dmDqo1sjfFdPbgalxutgaqzCtEdNI9XuXOB2cwdLevR+cQqSUqjH85689K7tdEBBVTG6TCmZ8keINZd/Zt3vQX9RspeCabuoL+ISnklOqBU496nsOBVCHWivWJKWgD1n1VHba1U1vu+PNNxfa43i12k6BKgZb//2QK04H5nETmdPT7BdiCkq7cilzFELZuop2/gAwV0OhjGvUTjNE2THLj83vHN7dK8sk1GcYJYfxsc1UzVGt35OounktrqsPL+4WpqT0+lkaasKUlArT1WVLpDBNmIBp6i7tUf3n9IitHfjF6RnBqaf6qpyWgTK2YwFJs5aRTU2qkZKnOmmufWauch047XLO9ZHMr44WnxtTXMSzJNRYHWPUr5y0PoTeUkV9XGAaunvXhhpOr4dmRami/k3WINWJ6R1vrq4ugFMYgOw03Qfdq/rP6WFbnNNnOjj1NKoj6nePjloFDPkiKvVHkoieXS5T+5dXjaVzuZQ+v3NvzBH1NSFVyB+tj7aM01GL+sR0ZBRRH736galA5QD+yk4Tps+trj67sKPuD1Ilpmf//M/y7OB0QAZLK4/CI2OIaXBa45wrh1mZ1nDG7gQHrDkZk7pYoXY0S7piLA42oxjbKGdGOzpLjVDaKTB1tdBT2qKbwk+tcsoogqgPO90DSoEpdN/19wFTr53e8KQwfSlh+tzqs8ZpTZiiVz+l+r2KnA5Qxu/tp0UaheqpKA03LSOjLdoPApr6nqP5NDMhRxUeYjAF9+4kZUXYzoaaP3PMVvoTo7aQkyzUSm3VpApMEenRDdXCNORRn1cP340nSALTp66nptxQp91OhelOYnp7B6bPP7TDh0xNWLp//mcp1e9d+/VfWzrjR79p4tQzfLHaScIEJpuDlbGMSVbCsGtR/GR3Ljtk+Vn5Qo0O1YmokCQMozLtUqW62OfrOjBtYXIzBaTQnEV9fs5Q++uNDWD6vjMKXT8Vdhpuei8wfSwwfe5ZcLpocZ+Np+fkhtPeVXI6EHfz4bZocWqYyk+jdup9JxnG3DyZ4nF3/FgUczqdTkh5h81FsYcFqtY+64zKXCvx01z8oTxvJsrWqKbtjJU9UEMAVZjOmZ0CU1O99Y1h+r5hOkUx7GdMb6SbFpg+P98etwcLbNs2MYkB/P+4EyjwGownoPu4vnNT3Feyn/ppqo3qgk0UwlLD7rQqfM+V7VUvy8gGYaJRh4mgbSie5r7aPgPYDsaz2zfL0xptKrELyiaQOupeSjtt+n9Kc3geORTMdGlqijN0H+K+P1WCqT6CvqI+KA1MF25uDY2cMgFMt337zD/GNDgdmMHSM99d+jT0ItOobWg9FaUmhnq31LFARwuUMZZyh6pK4i2RpDkUVFb2KEUpGC2PZcgpsY5jHb1QjPVYRcRXF1TVGtXyabhlmDqnXjkFpvLS8FPaKTFV0L8t3NQ4fejKOfipY/rCsf8c05LTwXjOFO6PetrjPsO+/LRmS3JU0SrJxKCRKEh5jGfGR1dYUQccYGGZ4MuUdlqr3qWoEohKnovqQmmiTmhAGiGfdjo6DkZb5qWGqXFKTPdYzF9amtoOXUg79SHSv2NaNZyq2fRNYbo83x4ea2yDH3z76l646b/C6UFbuktq5qcfn/a4Tz+FRGlDuZO+W2HCAvdzmNYm26uoDAolvWmwWBhq0p+d4Cb2tSNkWUixX4hqq1tKgaWpBdVtBU7rvKw1d+WuTeT5wNQp3X7hhU4q7dTvgU5BH5w+t0pMLewP107D/2gOjP7HCk4HpUsK90Wbn55xDjlV5z4a+DpTqICjrq9fQGkb/AUmBFSHJIEZZAZwAr04EWczo5nTbL/051RRcBdVDqWwH2rVYaBzrVa73W615qxEXu0cjs6vb74/bSH/QlAKUoHphZWfsnJKTG/swLTidHnxyrmh2iuvANPz9grTktPB+OmTmRe+YL6f/BQr+akIdLQyHxFUqditxRUjAWX23aBMWCWq6mP/UMjgC3abwJOr+Btpo46tq43J0GzfPf/Byq+7dv26srx4+ZW3nDlXqdXeMf/1xtKS1UzNSCs/reK+dewDUwV9YfqmMF1B7fTmM4eHGq9MHriXbkpO+66jTty6sudLZU5VNw0zTaonVrloN8EWtpursGUyVlyuzT9RvXihSmx4kpfyuPJ7Z3UERmlyGNuPLHy9+5fNzc2lpaXNzT0ba7vec1qvfGR+YWX9lyXowikAiukyQGqcXoywzyTKMd3ZienqqnH63vMrzy/M33LW8Ohpkwf8tJeYZk4H4MdO8ZjZP/TTMNOQyCr3g7WcBslwI82Pw1rF2b6Kd9+DS8kMVCfKSP8A6pzty2GgK/jBx+X31jf2LCVt7vllY2Pjlz1AFzJGSSlrp6DUMMUdpobpNboVKmGKsL+8+MjcWcMTr/z43V5jWnI6GLed2g2nxumLwaljSkgNoonuFULZak7CBXGwaXMK73E60xlZeqhe726d+Uw2+2JwPohVxSPlTaB0x/La5tKnn35qFNr6fUyUCp/edddd125HYWqKlAJSiHbKJMr7Sx3Te1U3BaWGqUH63srK8kOXt89C2P9x7920g9MBue2UDahsPz1NYR+Eyk9r3RlJSrQWpklUE5RdEpxonMpK3AW8dVO1l5n2Yc7CNG7Ng7iW2nO3LG98+vDDwHD7tdeCRaLJddL2pQuXtk+xVipK3U8d0ycN053E9DG2SBHT1ffeM0wX5oHp8ND+383MnLiXypwOwm9JWcOUOJWfylLpelnZ44qMvzu7Gb+czXNRuTuhRNvYjM93SjlTLAlUWyrVtScpb0L+vnvp4YcBKWaH8XrMmBKg2w1QuKk3mV5mhnqhze6mwpRuyt7SwBSUmpuuLMzvOAucnv7zeX3A9F/i9NCtzOmr34pTYgpETak9SoB0RaIrz0Eo54C0N+WESmxiCbGMY+JV1xNLX/EO/CzP7S+6fNfmpyDUvRSoGqJoGrVpyhdOS1hAKGbIqqaI+57ww0wvnk2Yyk1VNzU3hZ0C0wsQ9vnM6L1VcDo4FVRP+INTJvusn2ISIlrkaIXko1nZbrnzly+tdTvhHys0s8gp1/EKIkpUM6ktz/Bvmd+159O7tsMrr1261kBF0Sh931aaiKusFNXTEDL9i9kiZZVTDjgVpmo3fU+Yts+64NSzht99G5XTPmi/f0fHn7hlhZF9JacNCoQKrYAgkOFuz8oZUzbd0gTjc3zFtbtlqdEoBr18jaitMC0IValluujKh97aswQLZVSvNHU9KOUiZ8WamE5BYNNIxTJllF58333I9OmmwlRu6piuktPlRcP01OHhA1/oh53+a5wetHWfN2E/eEJOzyGnNY6Uqtx0wr72TGZXU82S0WUl7B1BFX2KqwRrEg/kg9lurVlfaIpRNZIC0q/XNt1BjVHD1YqI78AS3U3UktZT0nYDFYQapqQ0Y+qpvjCVnX6z2L7gglOhsQ/P64edJk4Hou8UT5b0RKqzmT/8tCAl/C3zx0t1RmBrnSBOBOeSynFZSWPajpancrEz0huiv5F35rG1TVEYl4hIkPiDxBQzMfvHUFNKg6spRVVac8wt1RqqVa2ilFeCFi1iiHmuJ89cs8czz/P0aA0xkxZ5/vSt9Z1l7S5X1dDmuL4z7XPu7fOGn2/tvfZwGmsrT7vt3Duff+erFxDpn4AUU1zYVBJMW0RgFZ6K3XQQYDXtp9vQQWKmU2L6fBb1Lz0MmIoWf+bYfHO6Rn77TjHlVP20jqAapUnltFhdMHZKOX+h0ZOabfoL8kGsUtoPxuqoPo9oRiVVVF2v9DdC6aOVpx1z1fCCdx574Qlp3SOYp5LoDhaBqesFWOsLkVRgKscQIDUzTTG1oD/fKH3++U/ubc0wLfvw31keZ+Y4XTq/fafHZg2p1E9ppzgVd7PULK36aE+symlOOimOm+/qr5V4axq4vTiNeB/RtbyqBHo5W7Cv3ffUO+e/8zBsEiiatImE3Z8opjfj5bkio1VOnKt3EiwUO+SURkzneEJK9cln11QBU9Vzr++Rc04XWy+/gX+zH/eKnLJ6WgBm+DcvFLOtpOzB2RF0it1WEwOdNoKRx3iDSzkLIeSDUaNUjPSuBV/9AOCamg6UBclbSGmmF7C1GKUyFQ8vLrkZqKpAraF6gs4qVUIVUjfTP3bTTz558QJpQf27djqDnC63TF5XRNtjj++/u0cDv3Mqcb9AO41+Gq0vfZAEa/LrAduhLW6VPE1fRJSYlodfiKOcs4F4lfvedueCxwRSeQ1Z04EHYvjd4QAyA/MFbNRQy0mk9PAu1c1dJNWtFUtIUb54ZFz2xHtLNeZ/8slLxwuh1Et4G/S/o8jp/2IePyuo1h/FxQ4zTgsRrKgIbsQ1KIb4+KtMk0/Q6UWRXu1XJ6iolTL79OwrD998M9hs6rpJ1iM/UMY1tbgSEpsEU1JKUHkBsPbKHezKaLIoX8DUxp7QTT974DDH9LnX2Ij655pJTtffLK9Cpp8Nfm9HsSUFBdrK05sIoLejHEZrxk/bNbf/s6BPD+UVJZOB65NGxEpPfeqdr3744UpACvF04E1Iyh9uhBqMhwPFyZRe2XXllXJkn4taDs8YdUrdTd1OzU2B6QVVyJlWUPszJ/XvaLGZU277pDhkKon7gik53b5AbqbkKtYJPOkeU1VaTH9omrnR8hDtPea7/HuEtLX1NFgpJjI9/HD3zS1DQ01N2LVKCRgPV0wzILu79WqIOqYmfiqkUgz5adXUMV3ANpRiutT2NTVlxun+H17yr0X9GeV09c3yKnTxSwXVOCWo2A2u4iqfOvAHFa/nYjd6gyKZLg3zPJnMWfk9zeVXnvoUIOXQpytvRiO9BZyKH2Z+ClhBYnemAw/sog6EMlAPvLIbn8vhnkoJpaEFRUxpp8T007ff+PCyiho29Wsqtvr4X8R0RjldMb8tfgT+e6QhRUzNUHXWR+GPII2g2oOoaaaYPKz7E95ZjHdCeY5yTlv3Peaud37QAaXvisZvPgmcDsFTIUGsi/G9+8IL5TV5zQpq9g4dKdJPu11G8U2UvQ3S81Ee9c1NP3ztks1ufe3Dly7bGX5atv+Sb/+bmBbltPTX6kfgv+geTUwx7LOCanYacXJ0cEzTbxnsp2OY0TntQ+KJfSphyj2O1kPe/0EAlYN6QSAlpz+pE+qMO85fhoRVe8vT/fc3k0p67YV6vlLZvUl2hRSY3hQwnXc6G1FZN9THr+NvFQNN7/7y5Q8//PDjNx7c49/EdGY5XWuzvOrYZ74zTuutGcVWVCHlKOYveY4OO305hCz7U37g8R0HmZ1SfKtjWesvT7x79Lupjr4ZjI4j8N/U1ATEmkGZTF+WQXjUdddJeZ7o9IslwJPTC1VWMcCulAL06KbzUjtFbv/jZzQLuYeK183+RRXj9P+wFCoDvw2YIqXQH8GZIeMfOSqO7dQZevNI55QlD+x68bKnoYK20AM7nBQncNp41xPHJZBuJoYKRuGnaqcATGuWGHgPMufMueEGwInSHbfffvuZj99+nWCKJlb3ZE4l+CuspuYUU8Z9YDrXMaWI6r+MaVFO/weDpjAWZfeUU5CqcsICXyxDCOfmfo5WapDROt0XQ8vIaHUZyNx5CYD6jVCKHSqrOuDhcQXV9cThgDQL+x+AU0Fs9PR5N9xwB3QDdPvC/scXPn5f/x3NTFmBU2LqpEJCqZnpgYqpMKqYE1Pa6cecnT9zipz+fwL/3V8g8Bf3UwPQSImx2Bj0fLvJP+WdAyyydKxhGBrxAdhIKAvcceiZr8gtqzr52p/GA6ddQ0M/NWEDph8AscHB0XnzACkcFHq8f6J3on9iovfx61p0zBQ4Zdi/GBvExhRQDW5KTLOofwM4nSVMZ5jTFXO7xOQee7yacAoZp05hUATWb+1nSCHLU7eQ3C4d1ilFLHlVkVjaaVlVbWfzB5NBHe8SL/1JMf3g/ubB0VFQCkY7+/v7ewcGPh+YmBj4fOKGLswoMU5BqWQDSGoAlY2u6wRTiJyexag/K5hGTv9HhvrlXs6pd0a5DwY6A5su8mcMOoLpz8QM/XThRGveaqNOKY6dhU/elAmnVSfOW9T809Eppl0C6U8fQM2L7h8dBV1nndnf3iuMfj4AM+39vPcOUIoB/eAUXQCwU6H0MYAKTpsvbE5IbRZp1XSeaA7tFG39WcN0pjndILejUBH4tcFPTiOmU4fhqND4kXO0SivFcgQzfqo4kkjIPBSkYlNkyWlt9ejoIrFUUjre9QEw/UC0aNGoUnrD/CNvfOTGzyFQirB/H7xUh/dnmF75MDG9nqDCUSWzik0YtZiPX0btdM7p4qaG6SyMN5ppTldcKa9Nfgn8dRmnBXIKGWORqqkQi80pyqAt/tX4gIQWlzkn93JFVB9gI6cAtbL9rdFFi34aFxFQOS8CpT+/9RbqpT1HnlHbePYjyukEKqd3dHMuKWungunDFz4GSrGJ1FCzzVbeF0qhOaBU66aI+rOGKTidWW20RF4H9x375bfOKUH1TKb7219SGDqCLQD/53aq+NmtO6ic9KoFj/70U2jv3rHRn0cXQR8sAqGE9GdA+tbYWE/HASfXVlU1nqx+OjExMTbYNXTQ0QcfzHl8aO0LpuD0egig0lGJqLxNn2aKfBakgV/clJXTN1+fFUxnnNNN8hv4b/3CEv2W5vckf/nflHnxn/joFp4vjaDGe8Z4OXGzEneCWiWkVl6+EFD+/PPPIBWMElKhdGHvjXvXNgrL+winvRML5zV3tWR2+gSivtppRqmBer84quxGqXjpHbRTmKkE/dnEtAin/5/A/+Mu9wROoaKITr9+muDqxZhlsvPOwUmpmHoimxCDPeulxNSivoJa+8jEwrExZdUQBaQLq0+sFEjVc5XThfPuP7AJmKpOOklrpymmgxdrv+rFoBQB//6LDVMmXkmpYIqo/+nTl8wOpuB0hrVpXjmVvtOQmKKXThGWp4A0Eopr+GEnFJsXnNAMTVJKWQ4qMVUimkR92inUePbnEwsXglWIjPb33ng2Ar6p9saBgYH+GwYzTA+GmxqmFxLTU04hqffbxh4o6x8AqCiRUrHTt2+dJUxnntPlcrsI+rHoO9XA74l+H3AytRytyKv2VoVnLoczfkY6IS071ManOys22wVT1k91B6l73zgw0b9Q1T8x8EgKqTru5b1nnn5/1xAplTYUMc3s9BRgesr1g3RUxH6IowCUUiX1rDvuIKXDwPT9B48tGU7z+/YTDJr6NqmgioKdTgPWok32nXkfv+22KvzpwbJH+cREjUwiGfzUJYZKUumptWdfceKNN9544oknZ5VS/YiqvGLgcdRNh3StSLahmJIipdT1110/CAmjkIV8DAUApmfdcfs5Z545d27PsGD66WuzNgNuFjhdIbfD+iWFSk4LFveLh2kv8kKRJa+G+hf97ODxhidj1SA1TLVoUHo5uzFoy3mxsO+gGo+NKhScUquftt8w2Hy4cJpiqmZ6SqbrsA2amIwCpYophB6tnh5Qqpy+jBXOZklTcFr6w/oxP1oDP4dJk9Pog86Z+x5LPDt16fdDVxK/pmXTpGDPEw9ySEClHO3UrwRVMa3AXlXW6KgmkFb43RXtnac3dzUNKaae4M8wvfbaawkqZpUYpacrpdQ58FKllHr+U7b1Z0WzwenKee3kl/nRGvi9HaW+mPqh59h575ySPj7LylS0TduN1qSYXMkozm6nltL3xlN6KKbcVIplY0JqmVFaY2G/+ky0oWinxJRNKMP0FGynA1STpkyV0jNx4AxMO4eH+7AJpy/fPXuYTsVp6S8ujVGoGvgLAio5LRR10xQ3E1ChQh3AvDK4sXHN75JCltwjWXA7ZcEJTqA1GaUVQmWFc6m41uhWkZHaeMTceYOwU8e0RTC9mJRmwtLQtFSvmIJPHIz4nYAUukvs9I1LSozT3L6fb4890CfFBr8Nl4rhm6CF7kuWUlPkvVUD3CG5u3Xah2lE59XwtmflsW2vOkyfexOqlX5akRlqBUnFIXgSVhQY+k/unANMWzTqH3T0uGLaLZheD0xNwPR0hZSYAlAIJ1KqjN4FSu8a/vSTr28tMU7zu9TUHrd+dI+BujU4hZsWPNWesqe3jipR80KGpFGUXgkl6bYHZqepZeKICPvVYTW/LZOzR33YaYWCCipVBJTEqqXu3ffQYFI55Vi+Cy8MmAJU1TwJ+cQUYr1UIFVM7xJMF+e79GdLi82CNsmvoX6zi3LK2fvbElPzUgfLQjFZImR8ZiapsrL3KTnVcli8j+G+PL2xixM62VMJqLqp7taQgoCm4OqbinWB2rZrHVMfciqYEtE5EEAlpfMipeal1PPAtO6Lu0uN0+Vyu4QPO/k5FiXkpRKTKydJIVYbVY4ndgOWnPLijSQD0siM0d3uYqU1qizdKFZPzU4TQyWmjUeeMtjd1XQSMBWdxKjPJhQpfQiYziGnpDTFtLPTIQWmz794WeGe7x4sNU7zuwq6pqbIqQh+mjqqx3k9x+BbTo68VZ7yG2HkbUpfbCzx1sF1KnnE9H4kFaoo4qdsUJ37zsXdWjd1O5UB/BmmgFTF2XkM+YFSYJqRikXNH9i+vL7u2+9LjtM18hr4sTIKO/kLwU89l8STUxrtlGj5bhZp99EaA4osBncNlIYbZk3VVVsTQ+Xm9VPZLU11jGIqbkpQs6h/sbkpBTudM68IpTRTg/TRa87fubxQX7fLN3uUVP403ytObPb1LeQUYgUVtE5KnPIEpTCJUlRt94pA5Nd8N20hsf3OogsPA69lci2TexZj6HdVJH6KnRmqxkPfwZJSQ+OC6XFZI8oxZcwnpRHTHjPTTHiNyQWH4U+Bv6v6Pd+7pKT6o3LdyS+GCk4hHYkyeWSzN5uMrxDdnadgm34uL94icuYPC9XT4KF2F59MxnQLt9Myr50CUiZOH8JaUUPjSqll+BVT5RSUuoqH/DYz00fPby0DpYJpfd0XpdVvmus+KRmGupMFfshb/G6lRM291Al1Aw226efwZX90mBWdXifS7doelXnAlxM5bdU9NVSzUkv4K6YL0IKimR5HO20xO2XMd1KFUiihFBJKaaZXt5ZpNoOgfvdMyXG62Eb5NdS7v5DO0wJDf0Zp2p8ZQj13YGYPQ6+RQzqZwiQNxZ8OzatonyyHe2NV9nSz+ikDP1HFnWJ6wCldWT7qOMhqp44phVmkhumZBNUozTB98qknL8Dr9TJO68HpLl8eW0LjpfL++hPmUNMKqvd18urcOXvErCwx0qjYIb8tC/F5RNCvZf7cC3aJmKatKfVSnFR7Dz98cwvN1DE9XDCV1+eSU850RswnpTgSMyWnbU8+9eL5xHSLQuan2/24R8lxmt9OfuRQ0SmV+Cn2yeNDdg7AeEx3c42MBgXzhZz9sgBhBNfg5TkaaSsv1sev8oZ+46EPYYHz8aOJ6bs4yOmB3RdfLJiCTsweZQeUj4xyM+1oE4HSu57CC/ayxDAkflrY7etSGn+af0PFC6SlgkpZ1VR3d1RXhDZCGJtCqTVGWzYEo58KlDEhZV1QPGWQ6rlR4KWVcq8ynT38cEvTSZqOAqHvmp/CTpvVThVR64ECpZSaqVP6ZNudqJoecliZdbgVMu32Xglymt9Ofgyb+nqneghhX0AtJKTyZEkhwhPdMuXR6SOxIWZbMfSB7hyhpG9SKBiaId6nt8YoIVVWa5COurmlSYfxgU9QKhI77ToQmF4ndkrZND0MhsYWzBSgIuZL1ZR/GQQVfiqczlZDahqclv77pHQZ9HpvR+HwgU7BPp1UNz+WoiKj9lUnNXTXu136eL30sYPJVj4O2zzgJwP7a+987IWhoawLioz+ZqfAVOjUhVB9np6iCkqJaQYpYj5eqltRkdmp1E7pqPUl6ac5nn8i4/u+Uz+lnYrcSYtVF6OKh3C/Rjv1UvwJhnA9u7FOsbVaDRWkKqA82IB6wTpKAWjmppmdKqaklJhCv1Ha30dMj2xruxOgIua3YpyLBxiodNtROZ5/ot38OxXqvR2VjkCJeLmH6jVA6X7riq7Kc+SVaHLPbkNwb/19Ad8howYpDRWTo85YcPMLJ40bpnpmjv+Ew7uaufKeYJotbqaYYtHexzv7lVKP+aia6rt22NRn2CemhW+/L728FLRybltSMkf6o7r6FNR08JPTNaWdYjdIHeP0VNRRuTuZdEkUiCE3L2AnoKTVKAaqsrVydrRMMXllfBztJ5NjOtTS1Y05+XTTQVv8/AaBtB/qAKedMNP2NuoupKNAKeRNSxoqOH2w9PL8otz2SUGoolrkD31RssXA7ngZhpHi6dcMHFH3Sl5ILIvE00DGhRufNzJtqmrFUYtsFNZDI5oB0ybYKTG9TjFlU18h7egApVo5RchXIeg/elgN/mvRT8sl+nxXopzmOPBLcupbz6Fa5Mc2ZYozligHGAqnIogSUjslLkoQbfPnfEyarQ3ViotReuKzP4yPSyvf+QShkL4/X2qnxJRBn1YqTkpKh/s6jhRM6aaXtgJTiqDqX45gWrqcLpfflpT28+9aoNxPoxdGQ7Vi0W6kkKCfBLr/bKx/euyP5soS72iveoMiwz3PtUc8+9gLk72UhIrk9Xzaihq1CaWkFOpDvbRTMIWZupsegqqpyfy0gEMrqN9+U5LtKKzam9/UlFRR39uThuoVVGfVmYok2jnaaUhIQY56yEMlWyvPsb9Jzvywle5JRlstPWBxv/KY+Q//jtKT4KJNeKmuvZhcl4YeZcDXBj4p7RNKU0yfetIx3cIDPw7275dm/lSU31w/dOzdH+2WGKq3pCKHsceIrCRsGon+RScyZO/dNFm0UviAgCYfK6JsOWFrZcSvPHcBIv5kTMcR64GnvAkK79i5CRJOR7MpUGf+hqmE/J405iNteo1huoX7qVK6tQ3sK1FOc5zrR+RHW6rOHdUx9XQ+D0eVSDqM9gV+aAVnMuMXslaQPSWDspuDSpmlwG8rkdWjSs6W1z91/sPjwDLNRY2jfd8CSLnG/oEQMRVIPanf36+U9riZai/U1YapGyoDPwVO7y5RTnNdQ9WOfjfUKfzU005OoqEH2UfJQysbqiHga9l4iE0nRnoeTihpbTUrxWLRw9r9REzdTIXSbqyvrwKrpFTXNSOmlGHaxvQ+uvSBKZtQzikxldnjoBR++tElJcppjsf1QzLEb1dL93tiiootJZKUeKPdOXcOHE9+60aq9uko2LesmVTFW6eUIR94MtzbKn1VtUeecrO8gS9t5ss7o1uEUlkdEhrFpi87kwFR2YATYxQCpqIj1VITTCv4+yKnXAm7oNquVNtReX6hlAjNgh/3NEONdmqNd+8uinVP3kK82jM/YmrUvuA/nnpqxr5Fd1UrNy3ATLlBJ8/vGhKhapqBKm18tu6zvnxKxpg+DgmoHGRKTLFUJLug7hRM73wyw7QCmyvFtL5Q91HpzY+CqHU3y7WO3ezrDFR1VNmphE4DyYsGrYf5EMGJt1MZsbSrk6s+y24mgpkAWpVtomyU6SlNQind9CBsgDShdA77RSGwCUg7H+/hYjyGKdRnmN55552omx5VA0DTxr63+M1PS3Be9H9hGCqF7NRu1n3qXaY4uDt0CW52eFs8ZRF39qmVQrUvudhDRb3REvgJqhmetFNC2rhP38NDxNTz+aC0Kxu0P4dNJsFS+u+hTtqpYzrc2dHeISNPhFK46YvnA1NR2pASKalZ9fTb0ltn4r+SmoIwun8khn7SStEXqWiDDq9/zesEqXNOeuqXFONsABROYFJwxUkORbWxtbERiNbuc+IB7Z0PoWaqmHJDIuqEJmnjdyulZ91xjkZ4ifFZDz7tFNiSUgyKJqakVDCtqmDMj619cVP66Uj9t8+UMqfr57olxexUfYj8ZWm7KQbulLh4509DWKdCBdWf2bh8cVBiqqriiYxWnnxE2/xrsXzE4U3QUKIWo3TwFHm7o9VChVF24fd47VRqpjDTtr4+NVNIZ5gYoXa1fHC5bOqnIyPbfXNsya0z4Vout0tOqPgCtAIUU6hmhHQWpzRlzp8mC+uklIYvxgpqirj4aUYqW0yqRuxQ5RkHDL/TfTO5TDjVWunhgPRCqZdeO+cOUAq3TCRRv8fm6qn6DNMjNR8lI0/optjC/00+8WRkt91GSrkdhRf1bJZzHbvHj9sR1NiUIlFapkJkp6yHM8i9OLqs35iR4o6IEk/yiRO22trayhOPnH9Kd0vGpewGKq5qpc0a8VNK241SYipSTucO97Uj5vcdWQ07tZEn5DNWoTNp9rRhZM896zBOulTzp/ke10/JIn4c4kdD/d34UC84qjEDauVgq4mhOqWRaY591vxoVhd11daeXX3OYBcBNf0kgMrL9g+/iZQi4l8rEZ+Utre39wJGxRSRXqI+m/7AtLPDMNXW/lMYeTLZTZN6uU+PaqgfAagji89e5F9isVnX+pvlXDJouq4+GKpFfShxTj+FK1XUVVOyK6RoSLiqIHppBmfl3njdzok3PnLFeZ2nKKQJpQbpTegV7e5uFi8FpayXAtLq6gMOqBYY+xNKkaYCp1o1bcdS5keS0rannroGlAZ5D7GiCk63bhgBp9uhKfXlLGX6l1h2sVnX0jmvofL1EgQ1xH3nLAHzj+ufOEVnjXx7g0VPVdaA4pBnbS+dfeNAR+cd8wYvbm4eHB38iZBC+40PjauvAtKbAGkzBEg1E0VK+0Dp5eddPlDdwTF7QikwBaXkVDA9soOYirAwT02NmakxymK6ruv2DcrpltuMNCw14+/eX2L5NdfaYJ3111ls9rXOZrnWsQ9+tLu+oddHovrA55TRoqRGD/X74l+oiAUlFZBiA6QnVi+8YRQvKU9EEx23mN8kmAJSfS8ZhuuBUq2X/kYprBSAqs6kmc7hbH1iqr36HG1651HsK3VVJJTamq7bb01OR0YaCiMzudTEEsustNGm66w4fbD+V4YqK03egwVSdquzfn431GLcFUfSHTQ05CMH3LHRTrH72/X2PqDn9OYPqJ8MVtRG05CvVvoBRpRyppMS6JSeB0o7e+Zm+g1TnQh9JjEdFkw5E+p4d1O5uvinZ3fU9rBT4XQbcFpe+HCmXnqyxNqrb7DC3wSs5F+AAsmgqXvq7tmNoMbIn6Y7Y3s/trAiyV5wMI2GtAhISWn1gvsBqGPKDTVRY1Qgzax0VNkDfUIpMVVK+3rmnpNprryrTKqm83SI9O09qJu2OaZIm9ZU2G8DZ7/wz21LbQFTgiqcNszI1OhlVlp9nRUWy4Fyu16/zj/ZHXa62271AVTLiRqO8RSRNKT9vgJHsNPAbFZBVVCvmNsMOIuCCv1ERgXSQRkKBSO9A17J3tB+mikpPeussxactYCoglPFFKDe0dOPZFWKaaU1odLEqQUDauedd94+5XSLJf/dvlNWR9dYerGcKL/roEvYvwec1gHS+rrgqGVTkpqaq4uPCKIdcnI8/ULRTk98yAiNuumDm276AG17DibVgXocm58tYNYHSgcuv1woPWfBWZCSKpieeQ7aUIrpnDvETfuIqeipRyVtar2lvNBMuVPbPrc9OR3JOF3qXx3Rv8yam6y8WK6U317+PfbQ6imXRDVHdRmXU/qpF6M/sZTe2k5Ura1fI5gukh3SwqJFciy6f9H9zSK+cjybPnL7GEL6448z4nd0sF7a2XMOvPShs3iAUtRPcUb1dM4crZvCTbWpf5fNK3VVxH4yNVNcLmvIOCWp5c/9S0ugsj663GJ5U35rqFI/leopBEbNUX0kqldCp8if4nAYi6SfEj9NjdbiLl5KNv/iwdG3qJ9Fi0ZTnT56uq1iAhN9HINKwGk/66W96qWdGvAFUmwa9qUdNXfuOdIRpZRWdwzP1ab+XcD0kEYbbZr4vP9pTGUI+x730ZQq//Df6DtdYok1N8kfo3k31EvwZgkYKlfwG6kTTsNEqSJ+ajEyKKAajuCltiZ0RU1V2ykEEu2jt8bGxt56a54ie8PYmCY/BVB7wxOmNT9uY/T620HpQDW8lJg+BMFLhVEdL0WhYgpMgfIwV+HNxu7H3tJ0mheuXOnF/ZSGut0/XbsHKfx1V10st8qvocq8U2BKTg3UdIp0yJ+aHDsvk0B/ZI8jqf4MAqeV8webr/xB1dU9OrZwjLp9DKOcOWckW0BfBj33I/ME+BDxQenAQG97Byl9SLcFoFSNVqQ9/aLq6va+ubBTXXafmCZ+GqK+NaKgLS57TtNS2MVPt2so/KM1+xDt18tNo6m4Ntwsr0J/1Lf1AipJrTNHjbkpmk2odQZFy3RCPeo7sfYCqJrTHnrsYTD68GOi0bGJiYWqxxc+3s9uJZE4o6iDQuMJXgpK1UwpUDp/LmxTCW1rb8eYqGoKmIJTxzSO4vMmoGO6PdZub3iugYF/qxHN9Zcv9ffnnC6/0ro5azYV0co5NlS87rze/LQ+1lHjjBG5j5XQtAaacFg86vPk36gAp+88dso70EPQggVnTvRO9Kvuu+8+GU1CbzR37MXeWz1w+ecZpcAUzXzZjdKONgLqgufKJ/IOyCeP4siTCv4eUlInUyraefvnLts+qZ/uWdjyb3bxL7P26qvl3ErzPlMK0053F0pJqrT6dwCovmhvnCkSO0DDHUGMJd/9QzPUmtq73gGf0Py5zw6jaQQBUeAoaleBOwwwGYCHQudBl18OSvtgpvPnL1CB0vlzh/HjRNTVW31ke59w2gZM7zwNmEKJmTqkWrC8qXK682WXNVDqp1s2NPyNnlMk8tddPxeJ/P+0oaIltbu+WQIq1ANUJP0NVKp4AipaJDf/JLAZoOVjYFqhK5v0QVw6r/pQQDggUiKhG01yQ6mX9ksX6XwogxSU4ueB8wGgUy31qmqWOoTTvrannr8K2X1VGB5lbkpKhVOSusX2lzHws+t0y5HCF3+xxY9u+403WXGx/45y28uPN0rdcw/QhIRUCKB6HTWsIkHEiiBpB7fYfIp33IRScArV7n32yWecCF0BPSKSwtln48QHSqmYqbSdFNLOHmK6AAcghRP3ZZAeaRJMcYvcqfw/MPz8ua01NRbxizHqlLqhNnhqass9Rwp/sUtqmVzmSf+Lb+XHKujf1kHipLbXAVRv9ocx0s5m8NOAbPI0wup1U/ppa6NOJa2Vkaf7nK3aR6+PZIQqnxLDBVFIKAWmyimdlFYqkLaphFJwih0l/AwwvevUKmDqXh4c1TAlqKptUUo43WbPPRu2/CuDpZdYZa38N53+I4v4SNivYzvfSa0bwcUtNc4gjaHdT4HdEPJDbop+ivwph0afTSN1EVEBVGupHRRHl/YIp1QPIAWlQiQZ7cBBO6V03PRdV52mmFouItZNSSn2RLgXV9XQPwIh8DdMOzMFL930v1Ir/Q+8+gwzo2+5h019iBetrDYIqHRUWqofwUOjoYbwHnejFOJrSWvPfkRw7B0QTQx8bpLbzECl+qoyTEWEFBEdlAqkfSK8N79NoNXaKSVz9q66rZYtKA6SCvpttKmRSjuVOwUV4mDpka2nt2ofrHTd/AwwKYVcPzhFB79MjFYLdVMlqNacij34HuDDTbDNiKgjDWnttPYMDOBfSPVPiO6b6KXUREloj24QFoVMkqqaLEWiVKyUkKqzHiCqVlhB6VXnnnpUJc2UnMZB/JC/0jUVOSWoOwJUqaBOZx7/Mhuu89+qlU569VkuQZWOU2nucz0FnB3USbE/XenM86TRWKOheiEmp+io8g6IM8fG0EOK0SWW3Gc6/z76qC6tJzskpILLTtGwlpEsJaXwVBzqrMaoOiohbUwodTtNIz7tVAqRU9VvOdSG7f50LApqpf+lBv7vtE4uF/Hhi3lhqFyTthwiqNh8dh/l/7ygLBprbFzFxn5KMLcKxPzKI2/QISZjEEg9U0l9nMtEeG/Us9jmDvcMK6ZIm2ITRtVK6aVt4qQW8eUZddUxp1VWAVIaOBRGSLmdElIocgpI00GoIz9OzekSa27w34z3eTfUY5/57p4RMVStouFCZ7U0FUmNff2x0R/s1CmOnzqyohq8ORfjTwAqO/QXAtQzwelC7SW15aAA6fAwdmIK6YmMklIKjScwikFR0jEgM0qvunpfMFpD705ivotDThJSJwsPGn6rn26loE7ZxY+Av9pi/3mtnk9OUUFF+56g8lX8DP4M/+nY6WQmnyMZ7dSJ9OfRW7FxRF9lnyz2LJSKldJMcWQL73T24So2OixSFoFnBzuoVEppByltU0qhdoH3rjuPOa1VIaXo4DicUW6+llTa4JeS+muDJKaSUVOFKRpSy66e47FQ09fKuVwOVfpN6wBqw9aFbMa6nmVVepIaaqne6Hcwg52yHD6L0Kqf7t0zOA/dSWMLzsGIPaApAqJSEt+EGOIzRtsyQAcOEBHTDghw0ktxaZeHaN+LlVYkqnJDDZ2lHvaVU9zomagqpxT9tHimXwL+f6rfaSptmkdD5VS+unr8Q3C+KaEUUEkqrnxbLy21eBI18hlNNAXWv1uz7/BDKrAKUuGU93VEqV2SRLbkL7/80MsvzzpH27Osvt7wOxLwzz2qNlAawr6vy04nJZw4jFaTcGqYktPtii6Euvxa/8Vc6R9o6Y03y6H2kMwUOIWsE4q8mqGKPJUaJu1F03ReYyU1PBJqMARlwfx3FFPpVupsZy5KhGsbNpwFPmGU6aZDIVwUU4j4klJIa6WTA35VgDRM2SObZTsnmKq3cjCKcEpSLfAXNv8mcoqA/9/rd5pSq+Ux8v9a3rm03hSFYfy4TgyIiUsmopBQklD+GZBEhxSJCdKhzMwpQwNTJj4AEyUDDAxcQvkI5pR8B++7nv141nnscxyX2Oxn39bZZ7v1/3nWet912WUK/5Oo+PMNNMqYBpdGqkAVpd4IJa+Tg36dMuK/9qow+vzNmxzrdHSsd745H6Xi27NFUQipE1+YPszYCVko8CnVGVMgyvR+QKpACluKnM6F5KgxZGo84P9vmqW11u3onrKB+ihBFY4NksymQpqK6lP1awzdT91y61MG/OdevHz54sUL1NkAECKTX+/dJarNjYKwyC5e+iwS+vBSZ1SSkwrOOLjlTkyd01GuivLe3ne2atPgv1MXe/lzCdRHx47kj2AEHM1T9aZ+TZtySrGbn/KDgwwhkjp+9fT169cv377bKDjEDkhNIBVXqPDaNEuvXL7a1ixVxFdF+aJ0X3yCo7LbVCP7MBAlBEwLp9Xs6By2t+F/iZ66/u4zcHqs1GmjqPlDYDRVpVP3xUanreaftmLoXajmpwQapIYO33pR9ODBXangyCZAXfGfjz2VmILTjJ3uo8I3+VISNNMsUzDROKS9Bc4DDadoojLg19yTRVvW/+NJ/Ula0r3FUcRpgDq3ey6j+0KjrVFfrvxCpHpHk06TZ0fplzHUufr42bt3z57dDl25cuX2zWcJakDbVOmKpG6ev3n+/MXYBCr6nSLCb6X0sNavZHPlqr9BmIhKc1C4KkagQoXTBezhX7Rm6z/bi/99Q93RNeVMvpPoFAwVThVNyVTxInrNRfU2KtFs91TZqAp6PGfzNW/aK4ugXr166NDp09dDly9fvn//2pUr16D7oWvxMW/cv3Hj2s2jR29GB/71llapd5qB13qpNiKaF0M0vXSUbdMDOZVPzVMkpkocteg/DJ86bajD4evPOd90FELUsG/fAc2OEqsQbvuoVFb6UzyVUkkeKx0f1+FGlyhCfOjEiVi4//Ll66fLKBNSyoL+J+BEPK2JahnTsE8wyuCpnMshP93zcVjG7f0HPaT/1nCUYbyRN9NSu+dCB4PSbKvJTgWq/NRr/p1mnuapE/1Uh0vcuhzj2khZtnVWD9crDRqoVtODSGh3YRT34wNHonwa7li64d+YPvoLWtG5ufzDex8iLZVZ/lBCKkz1akiIIZYv6yMmp3uqt0+FMnZjlBdtQpRcSir7GhLWTTqelAKkNE7oTtnKrbiM9fCPTn3a/I9Mcv41beyaoQ5zJt8TxPqBKEmUxCm7qvR2Xoiocp/STp3RTyVQiT2372tXi/ROSzFa+Wi6JwjFEUIcRT+tKv7lg16oc4Y6fJqcNqAKUSMVXI7bqb3YRKBO9tR2P20XDFQX3m17joTm4a+Dqt6DydAJrVFCCsM8A1SJKCqWvWiu7q4SU9sH/dCmbhlqxlGPHiF/Gj8dggkRydwoy00RhjqjP91TuZXiBNFBuRmik2Xj9X1RU/aJUmiCgkPwCUKbtH9yCing3zboh5Z0y1AjLxWcPmryUvlDEqhCFSXIl/NzP201VcuZTpVMFKVJhPrdyqNFaf4lOVTPepvkpnE6A0RT5WEoHz0AjtnDv23eoB9a3ane08zzJ6YAFT8rgEdpQB+RdUOdNOVEJ/D5PUpJpur6GeWLXiiwz3p+n2VI6xQUPbSp5yGFWXlfPaf94rRbvafoj3oETgkqIARzIpWE2gtOefZhqLwqAA/hbCKYcRWsswp/NLP5TELRSTmPFJ4qUguZ0k4TbojTEVTq/fmDvmjNju5IfooYQqAWGamM9Cvpg+xUyDZlM1ODlCfV8jOrYbQWnF+eWvfiu9ghJbHWxxcBaXKNBCrq/WX94bRLy/dVnKJPSpGEalKRqm2X9fFPtFPC+jspBfjpnTx4ZoXPtorgMz7bJEIZTM2x4t/d+OmptwsHfVGXpkp95XQESgunDKeAnUgVqkap2ykP1vO6ukRpC4izJkkFKUG9ClDBHXZcabAqKRFgOMfdiKAOgFLNPVk86I06NGD6K6eniGlIUYVGizakyrEk5ZnMT/fjguLs+u7jQJN7nGwGKcsT3rjqhMZuIqiMtKoM6qhHnHbofefIS9FPAak4JakAB6ROXbE/N5Zlqb9T9E+KpPKO/bXksZqwL/ucpL2xxb5Tg6eUmOpLor9bIX9OOFUcdXDuAEMpB5WQyGMJLPHEro/QDJTO7Lr8rUlm7i7r168qANnnNM3xEoWdGodSMO0dp91J9o9zylyi5btJakoDOQ1Wa6GmplCa35HqGVW8+XBc8qj8VA0Ob62SUMRHs2ovII0jOIWdNmHUqG+cdmfuKet9Vfx76abilFB6DOOtVJ/HLyE15frRKp8bUGRZtrpTm1YydwPde2E6puqzop9mD/8o1asOfhhqV5bxCU4tf6owSp35TlYro26oKHMb+4xTXn5Ih5mNUhxFKVY6wDC/vQka/xHznMBO9NPcUe/fabpWRz3ldLC2I6FUlT+FyKmWXnBLlalKNpUERX+ApZ8SF/Vvf8uzDFRrR3xrkXsJqDHq4vfpp1Hrq0Oqf5wO1nXDUI1TgZqAamiUW6o8VTz6wj3tfioXRWF2pQ0nqXVGyqKkxklTzmg2O+N6gR38pjaoWe9/Dfd7NWCKhtqNd6Aoz19ALQYSnHq3TR071ZxV6X6v8N1PtQHmH6IUiNpveZheKlA1MMpfC5GMoghqp1tpIg1OlT4N9ZDTwdZODESNeF9+ClDVQFWd77J85ox+qmdCP0QqwM5wn01TOqkiegqImpUKPp3ahYxH7or3kZhCvN83Tldu6ULNPxzCT2GooDTkAT+RULjkqXfnEyW303wY2P1ojS83PVxd+A5WIgo/dVTJKwmcHudTive1FloPOR1s7EIopf4o81Or+T2+t3DI46dJc/WVVP0BUkHppN58ddWDTnPTC+VMX8XAEt7QU+ULjN6Hg8YGTjngP9VLP+1GboqcWhzVOGoejVoid4PJ1+wjTLBcXmb3U9EcYPIPFq9wUR6a+VTpAkY7IXoqGz2VpYKtFHBi4qn8dIQB/bDTfg2UplZ3IJTK+VHO6aj8QPfRT2N3Q2VdPz7/ox4HKCfdh6fwBYQbswBKtm3eEw9Z6j5yau1MArkXOJJOSv7JLGlVrTB/mkcPJ55I6/5+KGWcMtNPUtngg2tZconISfgW+HB8ffwyfieCZ6AUoVMo63xmozRg3zueDrTkohouKZRIJmv3M6NKd8o+l/t4f1Sf/XSwestwx1+SOH1q7VNYic9p86h/UgaUIFame+ECn/Il0HhxG002YwfpJltrd6yB6nF7jWUNaFzP5L8TYMYpt3r2ftTziqPyiFt/zk+/ALIz1XiH1XVbAAAAAElFTkSuQmCC);background-position:100% 100%;background-repeat:no-repeat}@media(max-width: 767px){.landing .select-service{height:100%;background-image:none}}.landing .select-service .header h1{min-width:55% !important}.landing .select-service .service-types{display:flex;flex-direction:column;max-width:55%}@media(max-width: 767px){.landing .select-service .service-types{max-width:100%}}.landing .select-service .service-types h2,.landing .select-service .service-types h3{color:#1d1d1d;font-size:24px}@media(max-width: 1099px){.landing .select-service .service-types h2,.landing .select-service .service-types h3{font-size:20px}}.landing .select-service .service-types h2{margin:15px 0 25px;font-weight:300;line-height:1.38}@media(max-width: 767px){.landing .select-service .service-types h2{font-size:19.5px;margin-bottom:40px}}.landing .select-service .service-types h3{font-weight:500;text-align:center}.landing .select-service .service-types .box{margin:20px 0;background-color:#fff;border-radius:12px;padding:25px;min-height:264px}@media(max-width: 1099px){.landing .select-service .service-types .box{min-height:242px}}@media(max-width: 767px){.landing .select-service .service-types .box{min-height:240px}}@media(max-width: 374px){.landing .select-service .service-types .box{padding:25px 20px;min-height:231px}}.landing .select-service .service-types .box .calendar-input .ant-picker{height:52px;border:solid 2px #1f5678;padding:2.5px 11px;margin-top:40px}@media(max-width: 1099px){.landing .select-service .service-types .box .calendar-input .ant-picker{margin-top:25px}}.landing .select-service .service-types .box .calendar-input .ant-picker .ant-picker-input{flex-direction:row-reverse}.landing .select-service .service-types .box .calendar-input .ant-picker .ant-picker-input .ant-picker-suffix{padding-right:10px}.landing .select-service .service-types .box button{margin-top:25px;width:100%;max-width:100%}.landing .select-service .service-types .toggles{display:flex;justify-content:center;font-size:20px}@media(max-width: 1099px){.landing .select-service .service-types .toggles{justify-content:space-between;font-size:18px}}@media(max-width: 374px){.landing .select-service .service-types .toggles{font-size:15px}}.landing .select-service .service-types .toggles label{cursor:pointer;position:relative;margin-right:20px}.landing .select-service .service-types .toggles label.active{font-weight:500;border-bottom:2px solid #000}.landing .select-service .service-types .toggles span{font-weight:500;margin-right:20px}.landing .select-service .service-types .toggles .new{margin-left:0;top:-7px;right:-17px}@media(max-width: 767px){.landing .select-service .service-types .toggles .new{font-size:10px;right:-9px}}@media(max-width: 767px){.landing .select-service .service-types .calendar-input input::placeholder{font-size:13px}}@media(max-width: 374px){.landing .select-service .service-types .calendar-input input::placeholder{font-size:10px}}.landing .select-service .service-types .category{margin:50px 0 35px;display:flex;justify-content:space-between}@media(max-width: 1099px){.landing .select-service .service-types .category{margin:40px 0 15px}}.landing .select-service .service-types .category .category-button{flex:1;border:solid 2.5px #429aef;border-radius:10px;padding:30px 12px;color:#fff;background-color:#429aef;font-size:20px;font-weight:500;text-align:center;cursor:pointer;text-decoration:none}.landing .select-service .service-types .category .category-button:hover{color:#429aef;background-color:#fff}@media(max-width: 1099px){.landing .select-service .service-types .category .category-button{line-height:1.25;padding:30px 15px;font-size:16px}}@media(max-width: 374px){.landing .select-service .service-types .category .category-button{padding:30px 10px;font-size:14px}}.landing .select-service .service-types .category .category-button:last-child{margin-left:28px}@media(max-width: 767px){.landing .select-service .service-types .category .category-button:last-child{margin-left:25px}}.landing .select-service .service-types .service-text{padding:20px;background-color:#e9dbeb;border-radius:12px;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}@media(max-width: 767px){.landing .select-service .service-types .service-text{padding:15px}}.landing .select-service .service-types .service-text h3{color:#000;text-align:left;font-size:16px;line-height:1.38}.landing .select-service .service-types .service-text p{margin-top:5px;font-size:16px;line-height:1.38}.landing .select-service .service-types .service-text a{color:#000}.landing .select-service .service-types .icon-link{justify-content:center;margin:25px 0 80px;color:#1d1d1d}@media(max-width: 767px){.landing .select-service .service-types .icon-link{margin-bottom:40px}}.landing .select-service h1{margin-top:40px}@media(max-width: 767px){.landing .select-service h1{margin-top:40px}}.landing .select-service .landing-video .box{min-height:unset;margin-bottom:100px}@media(max-width: 767px){.landing .select-service .landing-video .box{margin-bottom:60px}}.landing .select-service .landing-video .box .title{font-size:20px;font-weight:500;line-height:1.44;text-align:center}@media(max-width: 1099px){.landing .select-service .landing-video .box .title{font-size:18px}}@media(max-width: 767px){.landing .select-service .landing-video .box .title{font-size:17px}}@media(max-width: 374px){.landing .select-service .landing-video .box .title{font-size:14px}}.landing .select-service .landing-video .box .category{margin-top:40px}@media(max-width: 767px){.landing .select-service .landing-video .box .category{margin:25px 0 15px}}.landing .steps .title{margin-top:40px}.landing .steps .flex{display:flex}@media(max-width: 1099px){.landing .steps .flex{flex-direction:column-reverse}.landing .steps .flex.reverse{flex-direction:column}}.landing .steps img{margin-top:30px;width:340px}@media(max-width: 1099px){.landing .steps img{width:100%}}.landing .steps .info{display:flex;flex-direction:column;justify-content:center;width:600px;margin-left:auto}.landing .steps .info.reverse{margin-left:0;margin-right:auto}@media(max-width: 1099px){.landing .steps .info{width:100%;margin-top:40px}}.landing .steps .info .text{margin-top:25px;line-height:1.4}.landing .steps .info button{margin-left:0}.bottom{height:483px;background-size:cover;background-repeat:no-repeat;background-position:top}@media(max-width: 767px){.bottom{height:100%;padding:40px 0}}.bottom .button{font-size:28px;margin-top:25px;max-width:570px;box-shadow:0 0 10px 0 rgba(0,0,0,.3)}@media(max-width: 767px){.bottom .button{margin-top:15px !important;font-size:16px}}@media(max-width: 374px){.bottom .button{font-size:13px !important}}.bottom h3{color:#fff;text-align:center;line-height:1.25}@media(max-width: 767px){.bottom h3{font-size:20px;line-height:1.3}}.bottom h4{margin-top:15px;color:#fff;text-align:center}@media(max-width: 767px){.bottom h4{margin-top:10px;font-size:16px;line-height:1.43}}.video-featured{margin:60px 0 20px;display:flex;align-items:center;justify-content:space-between}.video-featured.is-logo{margin:30px 0;position:relative}.video-featured.is-logo .logo{width:110px;margin-top:-111px}@media(max-width: 767px){.video-featured.is-logo{margin:30px 0 40px}.video-featured.is-logo .logo{width:100px;position:absolute;left:0;top:-25px}}@media(max-width: 1099px){.video-featured{flex-direction:column;margin-bottom:40px}}.video-featured label{white-space:nowrap;font-size:20px;font-weight:500;line-height:1.6;margin-right:20px}.video-featured .images{width:100%;display:grid;align-items:center;justify-content:space-between;grid:"x x x x x x";grid-column-gap:40px;grid-row-gap:20px}@media(max-width: 1099px){.video-featured .images{margin-top:10px;grid:"x x x"}}@media(max-width: 374px){.video-featured .images{grid:"x x"}}.video-featured .images img{width:100%}.video-featured .images #brigitte{margin-top:15px;transform:scale(1.1)}@media(max-width: 1099px){.video-featured .images #brigitte{margin-top:30px}}@media(max-width: 767px){.video-featured .images #brigitte{margin-top:15px}}.landing-midwife-bottom{background-size:cover;background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/midwife-landing.jpg")}@media(max-width: 1099px){.landing-midwife-bottom{background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/midwife-landing-mobile.jpg")}}.landing-midwife-bottom .text{padding:130px 0;width:56%;margin-left:auto}@media(max-width: 1099px){.landing-midwife-bottom .text{width:100%;padding:70px 0 46px}.landing-midwife-bottom .text .button{margin-top:20px}}.landing-midwife-bottom .text h1{text-align:center;line-height:1.18}@media(max-width: 1099px){.landing-midwife-bottom .text h1{color:#fff;line-height:1.3;margin:0 45px}}@media(max-width: 374px){.landing-midwife-bottom .text h1{margin:0}}.landing .select-service.video-select-service-new{background-color:#1f5678;background-image:none}@media(max-width: 767px){.landing .select-service.video-select-service-new{background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/select-service-marketing-mobile.png");background-position:bottom;background-repeat:no-repeat;background-size:contain}}.landing .select-service.video-select-service-new .content{margin-top:40px;background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/select-service-marketing.png");background-size:contain;background-position:right;background-repeat:no-repeat}@media(max-width: 767px){.landing .select-service.video-select-service-new .content{margin-top:0;background:none}}.landing .select-service.video-select-service-new .content .header{margin-top:0;flex-direction:column;align-items:start;max-width:70%}@media(max-width: 767px){.landing .select-service.video-select-service-new .content .header{max-width:100%}}.landing .select-service.video-select-service-new .content .header svg{margin:12px 0 15px}.landing .select-service.video-select-service-new .content .header h2{color:#fff;font-weight:300;line-height:1.33;font-size:24px}@media(max-width: 767px){.landing .select-service.video-select-service-new .content .header h2{font-size:20px}}.landing .select-service.video-select-service-new .content .box{margin:30px 0 64px;padding:25px 40px 42px}@media(max-width: 767px){.landing .select-service.video-select-service-new .content .box{margin:35px 0 150px;padding:15px 25px 25px}}.landing .select-service.video-select-service-new .content .box .category{margin:25px 0 0}.landing .select-service.video-select-service-new .content .box .category .category-button{padding:15px 10px 22px}.landing .select-service.video-select-service-new .content .box .category .category-button div{line-height:1.4}.landing .select-service.video-select-service-new .content .box .category .category-button:hover svg g{stroke:#429aef}.landing .select-service.video-select-service-new .content .box .category .category-button:hover svg path{fill:#429aef;stroke:#429aef}.landing-regular.video-vimeo .header1{font-size:34px}@media(max-width: 767px){.landing-regular.video-vimeo .header1{font-size:24px;line-height:1.17}}.landing-regular.video-vimeo .video{width:100%;position:relative}.landing-regular.video-vimeo .video.mobile{margin:25px 0 40px;padding:56.25% 0 0 0}.landing-regular.video-vimeo .video.desktop{margin-left:40px}.landing-regular.video-vimeo .list li{font-size:18px !important}@media(max-width: 767px){.landing-regular.video-vimeo .list li{font-size:16px}}.landing-regular.video-vimeo .button{width:fit-content}@media(max-width: 767px){.landing-regular.video-vimeo .button{width:100%}}.landing{margin-top:-80px}.landing .select-service,.landing .register-midwife{padding-top:80px}.landing .select-service .header,.landing .register-midwife .header{display:flex;margin-top:40px}@media(max-width: 767px){.landing .select-service .header,.landing .register-midwife .header{margin-top:20px;align-items:end}}.landing .select-service .header h1,.landing .register-midwife .header h1{margin-top:0;color:#000;font-size:60px;min-width:50%}@media(max-width: 1099px){.landing .select-service .header h1,.landing .register-midwife .header h1{font-size:55px}}@media(max-width: 767px){.landing .select-service .header h1,.landing .register-midwife .header h1{margin-top:20px;font-size:40px;line-height:1.16}}@media(max-width: 374px){.landing .select-service .header h1,.landing .register-midwife .header h1{font-size:38px}}.landing .select-service .header picture,.landing .register-midwife .header picture{position:relative}.landing .select-service .header picture img,.landing .register-midwife .header picture img{margin-left:40px;position:absolute;height:140px}@media(max-width: 767px){.landing .select-service .header picture img,.landing .register-midwife .header picture img{margin-left:0;position:initial;height:120px}}.landing .icon-link{display:flex;align-items:center;color:#fff;margin:auto}.landing .icon-link svg{margin-right:10px}.landing .arrow-link{width:fit-content;margin:40px 0 0 auto}@media(max-width: 767px){.landing .arrow-link{margin-top:25px}}.landing .arrow-link a{display:flex;align-items:center;color:#000;font-size:28px;line-height:1.21;font-weight:500}@media(max-width: 767px){.landing .arrow-link a{font-size:18px}}.landing .arrow-link a span{margin-left:5px}.landing .button{margin:40px auto 0;width:fit-content;padding:0 30px}@media(max-width: 767px){.landing .button{width:100%;font-size:16px;padding:0}}@media(max-width: 374px){.landing .button{font-size:14px}}.dusk-blue{color:#1f5678}.blue-background{background-color:#c8e0fb}.seashell-background{background-color:#fff6ef}.linen-background{background-color:#fbf1eb}.landing-block{padding:50px 0}@media(max-width: 767px){.landing-block{padding:40px 0}}.landing-block.testimonials,.landing-block.landing-faqs{background-color:#fff6ef}.landing-faces .header1{margin-bottom:30px}.underlined{width:fit-content}.underlined::after{content:"";display:block;width:100%;margin-top:15px;border-bottom:10px solid #1f5678;border-radius:15px}@media(max-width: 767px){.underlined::after{border-bottom-width:5px}}.underlined.short::after{width:44%}.underlined.blue::after{border-bottom-color:#1f5678}.underlined.dusk-blue::after{width:36%;border-bottom-color:#1f5678}.landing-video-new .testimonials .large-font{font-size:18px !important}.landing-midwife-video .one .button{margin:40px 0 15px !important}@media(max-width: 767px){.landing-midwife-video .one .button{margin-top:25px !important}}.landing-midwife-video .one .text p{font-size:24px !important}@media(max-width: 767px){.landing-midwife-video .one .text p{font-size:16px !important}}.landing-midwife-video .one .register-note{margin-bottom:42px;line-height:1.38}@media(max-width: 767px){.landing-midwife-video .one .register-note{font-size:12px}}.landing-midwife-video .two .video{display:flex;align-items:center}.landing-midwife-video .two .chips{margin-top:25px !important;justify-content:center}.landing-midwife-video .five .register-button{margin-top:40px;display:flex;justify-content:center}.landing-midwife-video .five .bottom-remark{margin-top:25px !important;font-weight:500;text-align:center}@media(max-width: 767px){.landing-midwife-video .five .bottom-remark{text-align:start}}@media(max-width: 767px){.landing-midwife-video .register-button .button-link{font-size:18px !important}}@media(max-width: 374px){.landing-midwife-video .register-button .button-link{font-size:16px !important}}.step{display:flex;flex-direction:column;align-items:center}.step h1{text-align:center;font-weight:500}@media(max-width: 767px){.step h1{font-size:24px !important;line-height:1.27}}@media(max-width: 374px){.step h1{font-size:20px !important}}.step .step-content{max-width:630px;width:100%;margin-top:60px}@media(max-width: 767px){.step .step-content{margin-top:40px}}.step .step-content .line{width:100%}.step .step-content .line .input{margin-top:0}.step .error{margin-top:25px}.name-step .line{display:flex;justify-content:space-between;align-items:flex-start}.name-step .line .ant-form-item{width:48%}@media(max-width: 1099px){.name-step .line{flex-direction:column;height:100%;justify-content:center}.name-step .line .ant-form-item{width:100%}.name-step .line .ant-form-item:last-of-type .input{margin-top:20px}}.experience-step .line{display:flex}@media(min-width: 1100px){.experience-step .line{justify-content:center;align-items:center}.experience-step .line .input{width:293px}}@media(max-width: 1099px){.experience-step .line{flex-direction:column;height:100%;justify-content:center;align-items:center}.experience-step .line .input{width:100%;margin-top:15px}}.select-services-column{width:330px}@media(max-width: 1099px){.select-services-column{width:285px}}.select-services-column .category{display:flex;flex-direction:column;word-break:break-word}.select-services-column .category .big .ant-checkbox{display:none}.select-services-column .category .big span:nth-child(2){padding:0;font-size:20px;font-weight:300}.select-services-column .category .subcategories{display:flex;flex-direction:column;margin:10px}@media(max-width: 1099px){.select-services-column .category .subcategories{flex-direction:row;flex-wrap:wrap;justify-content:center}.select-services-column .category .subcategories .subcategory{margin:5px}}.services-step .note{margin-top:20px}.services-step .step-content{width:100%;max-width:100%}.services-step .step-content .line{display:flex}@media(min-width: 1100px){.services-step .step-content .line{align-items:flex-start;justify-content:space-evenly}}@media(max-width: 1099px){.services-step .step-content .line{flex-direction:column;height:100%;justify-content:center;align-items:center}.services-step .step-content .line.has-service-expanded{margin-top:15px}}@media(max-width: 1099px){.services-step .step-content .ant-checkbox{display:none}.services-step .step-content .ant-checkbox-wrapper{border-style:solid;border-width:2px;border-color:#d8d8d8;color:#d8d8d8;display:flex;justify-content:center}.services-step .step-content .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{color:#9adcd7;border-width:2.5px;border-color:#9adcd7}.services-step .step-content .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.big{background-color:#e5f7f5}.services-step .step-content .ant-checkbox-wrapper.regular{font-size:16px;border-radius:18px}.services-step .step-content .ant-checkbox-wrapper.big{font-size:22px;border-radius:18px;border-color:#9adcd7;color:#9adcd7}}@media(max-width: 767px){.step .address-search{min-height:100%}}.step .address-search h1{margin-top:0}.step .address-search .address-fields{max-width:520px;margin-top:20px}.step .address-search .address-fields .input{margin-top:20px}.step .address-search button{margin-bottom:25px}.step .zipcodes.edit-zipcodes .list{margin-top:40px}.step .zipcodes.add-zipcodes{font-size:16px}.workload-step .line{display:flex}@media(min-width: 1100px){.workload-step .line{justify-content:center;align-items:center}.workload-step .line .input{width:260px}}@media(max-width: 1099px){.workload-step .line{flex-direction:column;height:100%;justify-content:center;align-items:center}.workload-step .line .input{width:100%;margin-top:15px}}@media(max-width: 1099px){.workload-step .line .deliveries-per-month{margin-top:15px}}@media(min-width: 1100px){.workload-step .line .deliveries-per-month{margin-left:15px}}.email-and-password-step .step-content{max-width:630px}.email-and-password-step .step-content .line .input{margin:0 auto;width:413px}@media(max-width: 1099px){.email-and-password-step .step-content .line .input{width:100%}}.email-and-password-step .step-content #password .input{margin-top:20px}.email-and-password-step .step-content #agreeAmSGBMember{margin-top:30px}.email-and-password-step .step-content #agreeTermsAndConditions{margin-top:15px}@media(max-width: 1099px){.progress-bar{border-radius:50%;background-color:#fff}}@media(min-width: 1100px){.progress-bar{width:100%;max-width:485px}}.next-step-button{margin:40px auto}.next-step-button .next-link{margin-top:20px;padding:0 40px;font-size:20px;display:block;text-align:center;color:#1f5678}@media(max-width: 1099px){.next-step-button .next-link{font-size:16px}}.next-step-button button{width:fit-content}@media(max-width: 767px){.next-step-button button{width:100%}}.previous-step-button{position:absolute;z-index:2;left:-20px}@media(max-width: 1099px){.previous-step-button{top:-15px;left:20px}}@media(min-width: 1200px){.previous-step-button{top:72px;left:-50px}}.previous-step-button .anticon{font-size:30px;color:#1f5678}.previous-step-button .anticon:hover{cursor:pointer;color:rgba(31,86,120,.4)}.notes{display:flex;margin-bottom:40px}.notes .name-step-note{margin:0 40px}@media(max-width: 767px){.notes .name-step-note{margin:0}}.midwife-signup{display:flex;flex-direction:column;align-items:center;position:relative;margin-top:38.5px}.midwife-signup .friendly-lady{width:77px;height:auto;z-index:1}.midwife-signup .progress-bar-wrapper{width:100%;display:flex;justify-content:center}@media(max-width: 1099px){.midwife-signup .progress-bar-wrapper{margin-top:-98.5px;width:auto}}@media(min-width: 1100px){.midwife-signup .progress-bar-wrapper{margin-top:35px}}.midwife-signup .steps-wrapper{margin-top:35px}.midwife-signup .success h1{font-weight:500;text-align:center}.midwife-signup .success .button{width:fit-content;margin:100px auto 40px}@media(max-width: 767px){.midwife-signup .success .button{width:100%;margin-top:40px}}.request-categories{display:flex;flex-direction:column}.request-categories h1{margin:40px 0 25px}.request-categories h2{margin:25px 0 0;font-size:20px}.request-categories .checkbox{margin-top:15px}.request-categories .categories h3{margin:0;font-size:16px;font-weight:500}.request-categories .categories .group{margin-top:25px}.request-categories .categories .group:first-of-type{margin-top:15px}.request-categories .buttons{margin-top:auto}.request-categories .buttons button{margin-top:40px;font-size:24px}@media(max-width: 767px){.request-categories .buttons button{width:100%}}.request-categories .buttons .request-back{margin:15px 0 40px}.request-categories .buttons .request-back a{color:#000}.address-tag-line{margin-top:15px;display:flex}@media(max-width: 767px){.address-tag-line{flex-direction:column}}.address-tag-line .address-tag{display:flex;align-items:center;justify-content:center;height:38px;width:fit-content;border-style:solid;border-width:2px;border-color:#1f5678;background-color:#fff;border-radius:32px;padding:0 20px;margin-left:15px;color:#1f5678;font-size:16px;font-weight:500;cursor:pointer}@media(max-width: 767px){.address-tag-line .address-tag{font-size:14px;margin-top:10px;margin-left:0;height:auto;padding:7px 20px;justify-content:space-between}.address-tag-line .address-tag:first-of-type{margin-top:0}}.address-tag-line .address-tag:first-of-type{margin-left:0}.address-tag-line .address-tag svg{margin-left:12px}.request-form .congrats-screen h1{margin-top:40px}.request-form .congrats-screen p{margin-top:15px;line-height:1.4}@media(max-width: 767px){.request-form .congrats-screen p{margin-top:25px}}.request-form .congrats-screen .profile-card,.request-form .congrats-screen .course-card{margin-top:40px;width:530px}@media(max-width: 767px){.request-form .congrats-screen .profile-card,.request-form .congrats-screen .course-card{width:100%}}.request-form .congrats-screen .check-email hr{margin:40px 0 25px}@media(max-width: 767px){.request-form .congrats-screen .check-email p{margin-top:10px}}.request-form .congrats-screen .note{width:fit-content;margin:40px 0 0}.request-form .congrats-screen .button{margin:40px 0 0}.request-form{margin-bottom:40px}.request-form h1{margin-top:40px;line-height:1.15}.request-form h5{margin-top:40px}.request-form .form-login{margin-top:10px}.request-form .request-form-columns{display:flex}@media(max-width: 1099px){.request-form .request-form-columns{flex-direction:column-reverse}}@media(min-width: 1100px){.request-form .request-form-columns .request-form-column:first-child{width:60%;margin-left:0}}@media(min-width: 1100px){.request-form .request-form-columns .request-form-column{width:40%;margin-left:35px}}@media(max-width: 1099px){.request-form .request-form-columns .request-form-column:last-child .note,.request-form .request-form-columns .request-form-column:last-child .profile-card{margin-top:25px}}.request-form button{margin-top:40px;width:60%}@media(max-width: 1099px){.request-form button{width:100%;margin-top:30px}}.request-form button.loading{color:#fff;background-color:rgba(31,86,120,.4)}.request-form .ant-calendar-picker{height:40px !important;width:100%}.request-form .ant-calendar-picker .ant-input{border:solid 1px #c5c5c5 !important;height:40px;border-radius:5px;font-size:16px;font-weight:500;width:100%}.request-form .calendar-input{display:flex;flex-direction:column}.request-form .request-notice{margin-top:15px;width:60%}@media(max-width: 1099px){.request-form .request-notice{width:100%}}.request-form .request-login{cursor:pointer;text-decoration:underline;font-weight:500}.request-form .note{margin-top:40px}.request-form .checkbox{margin-top:40px}@media(max-width: 767px){.request-form .checkbox{margin-top:25px}}.request-form .profile-card{margin-top:40px;width:100%;min-height:111px;border:2px solid #1f5678}.request-form .profile-card .services{margin-bottom:15px}.request-form .course-card{height:fit-content;padding-bottom:15px}.request-form .course-card .starting{margin-bottom:15px}@media(max-width: 767px){.request-form .course-card .starting{margin-bottom:8px}}.request-form .error{margin-top:25px;text-align:left}.request-form .acute-comment{margin-top:15px}.request-form .acute-comment textarea+label{top:40px}@media(max-width: 767px){.request-form .acute-comment textarea+label{top:50px}}.form-address-fields .address-search{align-items:flex-start;max-width:100%;min-height:100%}.form-address-fields .address-search h1{font-size:16px;margin-top:40px;margin-bottom:0}.form-address-fields .address-search .address-fields{margin-top:0;width:100%;min-height:100%;align-items:flex-start}.form-address-fields .address-search .address-fields .input{max-width:100%}.mother-card{width:380px;min-height:490px;padding:34px 20px 25px;border-radius:20px;border:solid 2px #d8d8d8;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;box-shadow:0px 0px 10px 0px rgba(132,132,132,.5)}@media(max-width: 767px){.mother-card{padding-bottom:20px;box-shadow:0 0 10px 0 rgba(129,129,129,.5);border:none;width:100%;min-height:200px}}@media(max-width: 767px){.mother-card.overview .icons,.mother-card.overview .contacts,.mother-card.overview .categories,.mother-card.overview .action-buttons,.mother-card.overview .acute-comment,.mother-card.overview .withdraw-comment,.mother-card.overview .complete-request{display:none}}.mother-card.withdrawn{background-color:#ebebeb}.mother-card .acute-label{color:#f5a623;position:absolute;top:8px;font-weight:500;line-height:normal}.mother-card .status-created{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center}.mother-card .status-created .date{padding:8px 0 0 20px;color:#579ae8;font-weight:500;line-height:normal}.mother-card .status-created .date.acute{color:#f5a623}@media(max-width: 767px){.mother-card .status-created .date{font-size:14px}}.mother-card .name{font-size:20px;font-weight:500}@media(max-width: 767px){.mother-card .name{font-size:16px}}.mother-card .separators{margin-left:10px;margin-right:10px}.mother-card .separator{font-weight:500;color:#cbcbcb}.mother-card .gravida-ssw-para-et{display:flex;margin-top:10px}@media(max-width: 767px){.mother-card .gravida-ssw-para-et{margin-top:5px}}.mother-card .icons{margin-top:30px}@media(max-width: 767px){.mother-card .icons{margin-top:25px}}.mother-card .icons .mother-card-icon:first-of-type{margin-top:0}.mother-card .mother-card-icon{display:flex;align-items:center;margin-top:5px}.mother-card .mother-card-icon span{margin-left:7px}.mother-card .mother-card-icon .shield-icon{width:18px;margin:0 3px}.mother-card .mother-card-icon .birthdate-icon{margin:0 2.35px}.mother-card .mother-card-icon.birthday{margin-top:10px}.mother-card .contacts{margin-top:30px;line-height:1.5}@media(max-width: 767px){.mother-card .contacts{margin-top:25px}}.mother-card .categories{display:flex;flex-direction:column;margin-top:30px}@media(max-width: 767px){.mother-card .categories{margin-top:25px}}.mother-card .categories ul{margin:0;list-style:none;padding-left:1em}.mother-card .categories ul li:before{content:"-";text-indent:-1em;display:inline-block}.mother-card .popup-button{margin-top:25px}.mother-card .popup-button .button{width:100%}.mother-card .button.small{height:46px;font-size:16px}.mother-card .action-buttons{max-width:100%}.mother-card .action-buttons .buttons{margin-top:25px;display:flex;justify-content:space-around;gap:15px}.mother-card .action-buttons .buttons .button{min-width:100px;height:46px;font-size:16px}.mother-card .action-buttons .buttons.accept-reject{display:flex;flex-direction:column}.mother-card .action-buttons .buttons.accept-reject .choose-text{width:100%;text-align:center;font-weight:500;line-height:normal}.mother-card .action-buttons .buttons.accept-reject .choose-buttons{display:flex;margin-top:15px}.mother-card .action-buttons .buttons.accept-reject .choose-buttons .button-link{margin-left:15px}.mother-card-popup .popup-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.mother-card-popup .title{font-size:21px;font-weight:500;line-height:1.29;margin-bottom:15px}.mother-card-popup .action-buttons{max-width:100%}.mother-card-popup .action-buttons .buttons{margin-top:25px}.mother-card-popup .action-buttons .buttons .button{height:46px;font-size:16px}@media(max-width: 767px){.mother-card-popup .action-buttons .buttons>*:nth-of-type(2),.mother-card-popup .action-buttons .choose-buttons>*:nth-of-type(2){margin-top:10px}.mother-card-popup .action-buttons .buttons .button,.mother-card-popup .action-buttons .choose-buttons .button{width:100%}.mother-card-popup .action-buttons .choose-text{width:100%;text-align:center;font-weight:500;line-height:normal}.mother-card-popup .action-buttons .choose-buttons{margin-top:20px !important}.mother-card-popup .action-buttons .hide-request{display:none}}@media(max-width: 767px){.mother-card-popup .mother-card{margin-top:30px}}.action-link{margin-top:20px;text-align:center;text-decoration:underline;font-weight:500;cursor:pointer}.request-status{padding:5px 15px;border-radius:0px 20px 0px 20px;color:#fff;font-weight:500;line-height:normal;position:absolute;top:-2px;right:-2px}@media(max-width: 767px){.request-status{top:0;right:0}}@media(max-width: 374px){.request-status{font-size:14px}}.request-status.accepted{background-color:#3e945c}.request-status.invited{background-color:#3e945c}.request-status.created{background-color:#db84af}.request-status.created.acute{background-color:#f5a623}.request-status.rejected{background-color:#4a4a4a}.request-status.completed{background-color:#646363}.request-status.withdrawn{background-color:#4a4a4a}.card-comment .text{margin-top:10px;line-height:1.38}.card-comment.acute-comment{margin-top:20px}.card-comment.withdraw-comment{margin:5px 0 20px}@media(max-width: 767px){.card-comment.withdraw-comment{display:none}}.withdraw-comment{width:100%}.withdraw-comment .box{margin-top:15px;padding:20px 15px;border-radius:12px;box-shadow:0 0 10px 0 rgba(0,0,0,.4);border:solid 2px #2dbc8a}@media(max-width: 374px){.hide-request-popup button{font-size:16px}}.partner-request-card{width:380px;min-height:490px;display:flex;flex-direction:column;background-color:#d6e6f9;border-radius:24px}.partner-request-card .partner-request-text{flex:1}.partner-request-card .partner-request-text img{width:100%}.partner-request-card .partner-request-text .partner-rich-text{margin:10px 0}.partner-request-card .partner-search-mobile{display:none}.partner-request-card .partner-video{flex:1;padding:0 20px 0}@media(max-width: 767px){.partner-request-card{width:100%;min-height:200px;height:fit-content;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}.partner-request-card .partner-titles,.partner-request-card .partner-request-text{display:none}.partner-request-card .partner-video{flex:1;padding:10px 0 0}.partner-request-card .partner-search-mobile{padding:5px 20px 0;flex:1;display:flex;flex-direction:row}.partner-request-card .partner-search-mobile img{height:105px;margin-right:10px}.partner-request-card .partner-search-mobile .partner-title{font-size:16px}}.partner-request-card ::selection{background-color:#7b9ec7}.partner-request-card .partner-button{padding:0}.partner-request-card .partner-button .button.small{width:100%;height:46px;font-size:16px}.partner-request-card .partner-button a{text-decoration:none !important}.partner-request-card .partner-request-body{display:flex;flex-direction:column;padding:10px 20px 25px}@media(min-width: 768px){.partner-request-card .partner-request-body{flex:1}}.request-contacts{width:535px}@media(max-width: 767px){.request-contacts{width:100%}}.request-contacts hr:first-of-type{margin-top:40px}.request-contacts .text{padding-top:25px}.request-contacts .input{margin-top:25px}.request-contacts .checkbox{margin-top:15px}.request-contacts .center{margin:40px 25px 0}@media(max-width: 767px){.request-contacts .center{margin:30px 0 0}}.count-requests-card{border-radius:20px;overflow:hidden;display:flex}@media(max-width: 767px){.count-requests-card{width:fit-content;min-height:75px}}.count-requests-card:hover{cursor:pointer}.count-requests-card .icon{width:70px;flex-shrink:0;background:#1f5678}.count-requests-card .icon svg{max-height:80px}@media(max-width: 767px){.count-requests-card .icon{width:41px}.count-requests-card .icon svg{max-height:42px}}.count-requests-card .count{padding:25px 20px;color:#fff;background:#879caa}.count-requests-card .count .number{font-size:64px;font-weight:500;line-height:1}@media(max-width: 767px){.count-requests-card .count .number{font-size:25px}}.count-requests-card .count .text{margin-top:5px;font-size:18px;font-weight:500;line-height:1.1}@media(max-width: 767px){.count-requests-card .count .text{font-size:12px}}@media(max-width: 374px){.count-requests-card .count .text{font-size:10px}}@media(max-width: 767px){.count-requests-card .count{padding:10px 5px}}.count-requests-card.none .icon{display:none;background:#fff}.count-requests-card.none .count{color:#646363;background:#fff}.count-requests-card.none .count .text,.count-requests-card.none .count .number{color:#9b9b9b}@media(max-width: 767px){.count-requests-card.none .count{padding:15px}}.midwife-requests{padding:40px 0}.midwife-requests .count-requests{margin-top:30px;display:flex;gap:35px}@media(max-width: 767px){.midwife-requests .count-requests{margin-top:20px;gap:10px}}.midwife-requests .request-type{margin-top:50px}@media(max-width: 767px){.midwife-requests .request-type{margin-top:40px}}.midwife-requests .request-type .month{margin-top:40px}.midwife-requests .request-type .month:first-of-type{margin-top:30px}@media(max-width: 767px){.midwife-requests .request-type .month:first-of-type{margin-top:20px}}.midwife-requests .request-type p{margin-top:20px}@media(max-width: 767px){.midwife-requests .request-type p{margin-top:10px}}.midwife-requests .request-type .wefra-ad-parent{margin-top:30px;display:flex}.midwife-requests .request-type .wefra-ad-parent .cards{flex-grow:1;display:flex;flex-wrap:wrap;gap:40px}@media(max-width: 767px){.midwife-requests .request-type .wefra-ad-parent .cards{gap:30px}}.midwife-requests .request-type .empty-request-card{margin-top:30px;padding:30px;width:380px;height:417px;border-radius:20px;color:#9b9b9b;background:#ededed;font-size:20px;line-height:1.1}@media(max-width: 767px){.midwife-requests .request-type .empty-request-card{margin-top:20px;padding:20px;width:100%;height:200px;font-size:16px}}.midwife-requests .request-type .empty-request-card.course{width:100%;height:319px}@media(max-width: 767px){.midwife-requests .request-type .empty-request-card.course{height:200px}}.accepted-requests .request-type{margin-top:0}.acute-buttons{margin-top:25px}.acute-buttons .link{margin-top:15px;display:block;text-align:center}.midwife-request{padding:40px 0}@media(max-width: 767px){.midwife-request{padding:25px 0 40px}}.midwife-request .back-button{margin-bottom:0}.midwife-request p{margin-top:15px;font-size:20px}@media(max-width: 767px){.midwife-request p{font-size:16px}}.midwife-request .mother-card-container{margin-top:40px;display:flex;justify-content:center}@media(max-width: 767px){.midwife-request .mother-card-container{width:100%;margin-top:30px}}.midwife-request .reject-form{margin:15px 0 40px;width:100%;max-width:760px}.midwife-request .reject-form .ant-checkbox{margin-top:20px}@media(max-width: 767px){.midwife-request .reject-form{margin-bottom:30px}}.select-zipcode.zipcodes{display:flex;flex-direction:column;align-items:center}.select-zipcode.zipcodes h1{margin-top:40px;font-weight:500}.select-zipcode.zipcodes>div{margin-top:50px;width:620px}@media(max-width: 767px){.select-zipcode.zipcodes>div{width:100%}}.select-zipcode.zipcodes button{margin:40px 0}.select-type{display:flex;flex-direction:column;align-items:center;width:690px;overflow:auto}@media(max-width: 767px){.select-type{width:100%}}.select-type h1{margin-top:40px}@media(max-width: 767px){.select-type h1{line-height:1.15}}.select-type .note{margin-top:40px;width:620px}@media(max-width: 767px){.select-type .note{width:100%}}.select-type .buttons{width:625px;display:flex;justify-content:space-between;margin:40px 0}.select-type .buttons button{width:300px;font-size:20px}@media(max-width: 767px){.select-type .buttons button{margin:25px 0 0 0;width:100%}}@media(max-width: 767px){.select-type .buttons{width:100%;margin-top:15px;flex-direction:column;align-items:center}}.select-type .buttons .button.inverted{color:#1f5678;border-color:#1f5678}.select-filters h1{margin:40px 0}@media(max-width: 767px){.select-filters h1{margin-bottom:25px}}@media(max-width: 374px){.select-filters h1{font-size:32px}}.select-filters h2{margin:15px 0;display:flex;justify-content:space-between}.select-filters h3{margin-top:40px;font-size:16px}.select-filters .list{margin:0 0 13px}@media(max-width: 767px){.select-filters .list{margin:25px 0 0}}.select-filters .list .ant-checkbox-wrapper{margin-top:6px}.select-filters .list .ant-checkbox-wrapper .ant-checkbox{margin:7px 2px 7px 0}@media(max-width: 767px){.select-filters .select-popular h2{font-size:16px;font-weight:300}}@media(max-width: 767px){.select-filters .select-categories{margin-bottom:40px}.select-filters .select-categories h2{display:none}}.select-filters .select-categories .list{display:flex}@media(max-width: 767px){.select-filters .select-categories .list{flex-direction:column}}.select-filters .select-categories .list h3{margin-top:0;font-size:20px;font-weight:300;display:flex;justify-content:space-between}@media(max-width: 767px){.select-filters .select-categories .list h3{margin:15px 0;font-size:16px}}.select-filters .select-categories .list .group{flex:1}@media(max-width: 767px){.select-filters .select-categories .list .group .expanded{margin-bottom:18px}}@media(max-width: 767px){.select-filters .select-languages h2{display:none}}.select-filters .select-languages .expanded{margin:5px 0 40px}@media(max-width: 767px){.select-filters .select-languages .expanded{margin:0}}.select-filters .select-languages .expanded p{margin-bottom:15px}@media(max-width: 767px){.select-filters .select-languages .expanded p{font-weight:500}}.select-filters hr{margin:0}.select-filters button{margin-top:40px}.select-filters a{margin:15px 0 40px;color:#000;font-weight:500}.select-filters.acute h3{margin:25px 0 0 0}.select-filters.acute .list{margin:18px 0}.select-filters.acute button{margin-bottom:40px}@media(max-width: 767px){.select-filters.acute h2{display:none}.select-filters.acute .select-acute-categories{margin-bottom:40px}.select-filters.acute .list{margin-bottom:25px}}@media(min-width: 768px){.select-filters.course{max-width:610px !important}}.select-filters.course h1{margin:40px 0 0;text-align:center}@media(max-width: 767px){.select-filters.course h1{text-align:start}}.select-filters.course h2{font-size:20px;margin:25px 0}@media(max-width: 767px){.select-filters.course h2{font-size:16px}}.select-filters.course button{margin-bottom:40px}.select-filters.course .list{margin-bottom:0}.select-filters.course .list label:last-of-type .ant-checkbox{margin-bottom:0}.select-filters.course hr{margin-top:40px}.search-filters{position:static;margin:25px 0 0}.search-filters button{font-size:21px;font-weight:500;width:374px}.search-filters button span{margin-left:15px}@media(max-width: 767px){.search-filters button{width:100%}}.search-filters .selected-filters{margin-top:10px;display:flex;flex-wrap:wrap}.search-filters .selected-filters .filter{margin:10px 15px 0 0;border:2px solid #1f5678;color:#1f5678;background:#fff;border-radius:32px;display:flex;justify-content:center;align-items:center;padding:3px 15px;font-weight:500;font-size:14px;letter-spacing:.42px}@media(max-width: 767px){.search-filters .selected-filters .filter{margin-right:10px}}.search-filters .selected-filters .filter .anticon{margin-left:7px;cursor:pointer}.search-page{padding:40px 0}.search-page h1{margin-bottom:25px}.search-page h2{margin-bottom:25px;font-size:20px;font-weight:300;line-height:1.4}.search-page .search-cards{margin-top:25px;display:grid;grid-gap:40px;grid-template-columns:repeat(2, 530px)}@media(max-width: 1099px){.search-page .search-cards{grid-template-columns:100%}}.digital-checkbox{margin-top:20px}.private-costs-modal h2{margin-bottom:0;line-height:36px}.private-costs-modal b{font-weight:500}.private-costs-modal section{margin-top:15px}.private-costs-modal span[role=img]{color:#69c0ba}.private-costs-modal .list{margin-bottom:10px}.private-costs-modal .list-item{display:flex;margin-top:10px}.private-costs-modal .list-item span{padding-top:5px;margin-right:10px}.private-costs-modal button{margin-top:25px}.empty-card{display:flex;flex-direction:column;border-radius:20px;border:solid 2px #d8d8d8;background-color:#fff;padding:25px 20px;width:530px;height:360px}@media(max-width: 767px){.empty-card{width:100%;height:fit-content}}.empty-card h2{font-size:24px;line-height:31px;font-weight:500}.empty-card p{font-size:18px;line-height:22px;margin-top:15px}@media(max-width: 767px){.empty-card p{font-size:16px}}.empty-card p:last-of-type{flex-grow:1}.empty-card p a{color:#000}.empty-card .button{margin-top:40px}.video-ad-card{display:flex;border-radius:20px;background-color:#1f5678;width:530px;height:339px}@media(max-width: 767px){.video-ad-card{width:100%;height:100%;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}}.video-ad-card .text{width:60%;padding:25px 20px 40px;display:flex;flex-direction:column}@media(max-width: 767px){.video-ad-card .text{font-size:21px;padding:25px 15px}}@media(max-width: 374px){.video-ad-card .text{padding:20px 10px}.video-ad-card .text .button{font-size:12px}}.video-ad-card .text h3{line-height:1.23;color:#fff;font-size:30px}@media(max-width: 767px){.video-ad-card .text h3{font-size:20px}}@media(max-width: 374px){.video-ad-card .text h3{font-size:18px}}.video-ad-card .text p{color:#fff;line-height:1.35;margin:25px 0 40px}@media(max-width: 767px){.video-ad-card .text p{margin:15px 0 20px}}.video-ad-card .text .button{margin-top:auto}.video-ad-card .image{width:42%;background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/video-call-mobile.jpg");background-size:cover;background-position:60%;border-radius:0 20px 20px 0}.keleya-ad-card{background-color:#431e50}.keleya-ad-card ::selection{background-color:#7b9ec7}.keleya-ad-card .text h3{font-size:22px;line-height:1.45}@media(max-width: 767px){.keleya-ad-card .text h3{font-size:16px;line-height:1.29}}@media(max-width: 374px){.keleya-ad-card .text h3{font-size:14px}}.keleya-ad-card .text p{font-size:18px;line-height:1.33;margin:20px 0}@media(max-width: 767px){.keleya-ad-card .text p{font-size:16px;line-height:1.29;margin:15px 0}}@media(max-width: 374px){.keleya-ad-card .text p{font-size:14px}}.keleya-ad-card .text .button{background-color:#dcbff2;color:#000}.keleya-ad-card .image{background-position-x:0;background-position-y:0}.keleya-ad-card .image.desktop{background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/keleya-ad-card.jpg")}.keleya-ad-card .image.mobile{background-image:url("https://ammely-static-documents.s3.eu-central-1.amazonaws.com/content/keleya-ad-card-mobile.jpg");border-radius:20px 0 0 20px}.profile-card{width:530px;min-height:360px;padding-top:15px;background:#fff;border:2px solid #d8d8d8;border-radius:20px;box-shadow:0px 0px 10px 0px rgba(132,132,132,.5);display:flex;flex-direction:column;position:relative}@media(max-width: 767px){.profile-card{width:100%;min-height:290px;border:none;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}}.profile-card .midwife-info{padding:0 20px}.profile-card .services{margin-top:20px;padding:0 20px;flex-grow:1}.profile-card .services .category{display:flex;align-items:center;line-height:1.63}.profile-card .services .category svg{display:flex;flex-shrink:0;margin-right:10px}.profile-card .services .faded{opacity:.5}.profile-card .services .expand{padding:5px 0 0}.profile-card .services .hide{display:none}.profile-card .card-button{padding:20px;border-radius:0 0 18px 18px}@media(max-width: 767px){.profile-card .card-button{border-radius:0 0 20px 20px;padding:15px 20px}}.profile-card .card-button.accepted{margin-top:20px;background-color:#ffd9bc}.profile-card .card-button.accepted .text{color:#000}.profile-card .card-button.accepted .text a{color:#000}.profile-card .card-button.rejected{margin-top:20px;background-color:#646363}.profile-card .card-button.rejected .button{margin-top:15px}.profile-card .card-button .text{color:#fff;font-size:20px;line-height:1.35}@media(max-width: 767px){.profile-card .card-button .text{font-size:16px;line-height:1.38}}.profile-card .card-button .text a{color:#fff;display:block;font-weight:500}.profile-card .card-button .button.small{height:46px;font-size:20px}@media(max-width: 767px){.profile-card .card-button .button.small{font-size:16px}}.course-card .course-name{padding:0 20px;font-size:20px;font-weight:500;line-height:1.1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width: 767px){.course-card .course-name{font-size:16px}}.course-card .starting{padding:0 20px;margin-top:15px;font-weight:500;line-height:1.38}@media(max-width: 767px){.course-card .starting{margin-top:8px;font-size:14px}}.course-card .course-info{padding:15px 20px}.course-card .course-info div{line-height:1.19;margin-top:8px}.course-card .course-info div:first-child{margin-top:0}@media(max-width: 767px){.course-card .course-info{font-size:14px}}.course-card .course-mother-info{flex-grow:1}.course-card .card-button{display:flex;flex-direction:column;justify-content:end}.course-details h1{margin-top:40px}.course-details h2{margin:25px 0 15px;text-align:start !important;font-size:20px}.course-details h2:first-of-type{margin-top:20px}.course-details .chip{width:fit-content;padding:5px 10px;border-radius:8px;background-color:#e5f7f5;font-weight:500}.course-details .course-info{margin:15px 0 25px}.course-details .course-info div{line-height:1.19;margin-top:10px}.course-details .course-info div:first-child{margin-top:0}.course-details .header .title{font-size:16px}.course-details .header .title div:first-child{font-size:16px}.course-details .description{white-space:pre-line;max-width:695px}.course-details .button{margin:40px 0}.partner-offers{padding:40px 0}.partner-offers h1{margin-bottom:20px}.partner-offers .wefra-ad-parent{display:flex}.partner-offers .wefra-ad-parent .partner-offers-cards{flex-grow:1}.partner-offers .wefra-ad-parent .wefra{margin-top:25px}.partner-offers .offer-card{max-width:837px;display:flex;flex-direction:row;margin-top:25px;padding:20px 20px;border:2px solid #d6e6f9;background-color:#fff;border-radius:24px}@media(max-width: 767px){.partner-offers .offer-card{flex-direction:column;width:100%}}.partner-offers .offer-card ::selection{background-color:#7b9ec7}.partner-offers .offer-card .offer-image{flex:1;margin-right:20px}@media(max-width: 767px){.partner-offers .offer-card .offer-image{margin-right:0}}.partner-offers .offer-card .offer-image img{width:100%}@media(max-width: 767px){.partner-offers .offer-card .offer-image #portrait{display:none}}.partner-offers .offer-card .offer-image #landscape{padding-top:10px}@media(min-width: 768px){.partner-offers .offer-card .offer-image #landscape{display:none}}.partner-offers .offer-card .offer-body{flex:2;display:flex;flex-direction:column}.partner-offers .offer-card .offer-body .partner-title{margin-top:5px}.partner-offers .offer-card .offer-text,.partner-offers .offer-card .offer-video{flex:1;display:flex;padding:10px 0}@media(max-width: 767px){.partner-offers .offer-card .offer-video{padding-bottom:0}.partner-offers .offer-card .offer-video iframe{height:100%;width:100%}}.partner-offers .offer-card .offer-button{padding-top:10px}.partner-offers .offer-card .offer-button a{text-decoration:none !important}.partner-offers .offer-card .offer-button button{width:330px !important;background-color:#1f5678}@media(max-width: 767px){.partner-offers .offer-card .offer-button button{width:100% !important}}.partner-offers .offer-card .offer-button button:hover{background-color:#7b9ec7}.partner-offers .offer-card .offer-button button:focus{background-color:#1f5678}.partner-offers .offer-card .offer-header{display:flex;justify-content:space-between}.partner-offers .offer-card .offer-header-right{font-size:16px;font-weight:500;color:#579ae8}.partner-offers .offer-card .no-flex{flex:0}.partner-offers .empty-offer-card{display:flex;margin:25px 0;padding:14px;border:2px solid #d6e6f9;border-radius:20px;background-color:#fff;max-width:620px}.partner-offers .empty-offer-card img{width:92px;margin-right:15px}.partner-offers .empty-offer-card .title{font-size:20px;font-weight:500;line-height:1.35;margin:5px 0 17px}@media(max-width: 767px){.partner-offers .empty-offer-card .title{margin:0 0 13px}}@media(max-width: 374px){.partner-offers .empty-offer-card .title{font-size:16px}}.partner-offers .empty-offer-card .text{line-height:1.38}@media(max-width: 374px){.partner-offers .empty-offer-card .text{font-size:14px}}.zipcodes h1{margin:40px 0 0 30px;text-align:center;font-weight:500;line-height:normal}@media(max-width: 767px){.zipcodes h1{margin:5px 0 0;font-size:26px;line-height:1.31}}@media(max-width: 767px){.zipcodes button{margin-top:40px}}.zipcodes,.confirm-zipcodes{position:relative}.zipcodes .back,.confirm-zipcodes .back{color:#d8d8d8;align-self:flex-start;font-size:28px;position:absolute;top:57px}@media(max-width: 767px){.zipcodes .back,.confirm-zipcodes .back{margin-top:14px;font-size:21px;position:initial}}.zipcode-list{margin-top:20px;padding:0;column-count:2;list-style-type:none}@media(max-width: 767px){.zipcode-list{column-count:1;margin-top:5px;align-self:flex-start;flex-grow:1}}.zipcode-list .list-item{margin-top:20px;line-height:1.38}.zipcode-list .list-item svg{color:#4a4a4a}.zipcode-list .list-item span:last-child{margin-left:10px}@media(min-width: 768px){.zipcode-list .list-item:first-of-type{margin-top:0}}.confirm-zipcodes h1{margin:60px 0 0;font-size:28px;line-height:1.21;font-weight:500}@media(max-width: 767px){.confirm-zipcodes h1{margin:5px 0 0;font-size:26px;line-height:1.04;font-weight:500;text-align:center}.confirm-zipcodes h1 span{display:block}}.confirm-zipcodes h2{margin:15px 0 0;font-size:20px;line-height:1.35;font-weight:300;text-align:center;max-width:880px}@media(max-width: 767px){.confirm-zipcodes h2{font-size:16px;line-height:1.38}}.confirm-zipcodes h2 b{font-weight:500}.confirm-zipcodes .buttons{display:flex;flex-shrink:0;margin:60px 0}@media(max-width: 767px){.confirm-zipcodes .buttons{width:100%;flex-direction:column;margin:0 0 40px}}.confirm-zipcodes .buttons button{width:303px;font-size:16px}.confirm-zipcodes .buttons button:first-of-type{margin-right:25px}@media(max-width: 767px){.confirm-zipcodes .buttons button{margin-top:20px;width:100%}}.edit-zipcodes h1{margin:40px 0 40px 30px;text-align:center;font-weight:500;line-height:normal}@media(max-width: 767px){.edit-zipcodes h1{margin:5px 0 40px;font-size:26px;line-height:1.31}}.edit-zipcodes .zipcodes-edit{width:100%;max-width:811px;font-size:20px}@media(max-width: 767px){.edit-zipcodes .zipcodes-edit{flex-grow:1}}.edit-zipcodes .zipcodes-edit .grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 767px){.edit-zipcodes .zipcodes-edit .grid{grid:"x"}}@media(max-width: 374px){.edit-zipcodes .zipcodes-edit .grid .checkbox{font-size:15px}}.edit-zipcodes .zipcodes-edit .grid .parent-checkbox{display:flex;align-items:center}.edit-zipcodes .zipcodes-edit .grid .parent-checkbox .header{margin-top:5px;margin-left:8px;font-size:16px;display:flex;gap:10px;flex:1;cursor:pointer}.edit-zipcodes .zipcodes-edit .grid .parent-checkbox .header b{font-weight:500}@media(max-width: 767px){.edit-zipcodes .zipcodes-edit .grid .parent-checkbox .header{gap:10px;justify-content:space-between}}@media(max-width: 374px){.edit-zipcodes .zipcodes-edit .grid .parent-checkbox .header{font-size:15px}}.edit-zipcodes .zipcodes-edit .grid .expanded{margin-top:10px;margin-left:26px;display:flex;flex-direction:column;gap:10px}.edit-zipcodes .zipcodes-edit .add-button{margin:25px 0 0;width:fit-content;height:fit-content;padding:12.5px 15px;font-size:16px;font-weight:500}@media(max-width: 767px){.edit-zipcodes .zipcodes-edit .add-button{font-size:14px}}.edit-zipcodes .zipcodes-edit .add-button span:nth-child(2){margin-left:5px}.edit-zipcodes button{margin:40px 0}.add-zipcodes{justify-content:flex-start}.add-zipcodes .zipcodes-input{margin-top:80px;width:90%}@media(max-width: 767px){.add-zipcodes .zipcodes-input{margin-top:40px;margin-left:0;width:100%}}.add-zipcodes button{margin:80px 0 40px}@media(max-width: 767px){.add-zipcodes button{margin-top:40px}}.edit-radius .radius{height:222px;width:550px;justify-content:start}@media(max-width: 767px){.edit-radius .radius{height:100%;width:100%;flex-grow:1}}.edit-radius .radius .input{margin-top:60px;width:414px}@media(max-width: 767px){.edit-radius .radius .input{margin-top:40px;width:100%}}.edit-radius .buttons{margin-bottom:40px;display:flex;flex-shrink:0;flex-direction:column}@media(max-width: 767px){.edit-radius .buttons{width:100%}}.edit-radius .buttons button:nth-child(2){margin-top:25px}@media(max-width: 767px){.edit-radius .buttons button:nth-child(2){margin-top:15px}}.midwife-setup-availability{padding:40px 0}.midwife-setup-availability p{margin:15px 0 40px;line-height:1.3}@media(max-width: 767px){.midwife-setup-availability p{margin:20px 0 30px}}.midwife-setup-availability .midwife-schedule .midwife-schedule-cards{gap:15px}@media(max-width: 767px){.midwife-setup-availability .midwife-schedule .midwife-schedule-cards{gap:30px}}.midwife-setup-availability .midwife-schedule .center{width:100%}.midwife-setup-availability .midwife-schedule .center .button{margin:40px 0 25px}@media(max-width: 767px){.midwife-setup-availability .midwife-schedule .center .button{margin-top:30px}}.midwife-setup-availability a{display:block;text-align:center;line-height:1.1}.midwife-setup-courses{padding:40px 0}.midwife-setup-courses p{margin:15px 0 40px;line-height:1.3}@media(max-width: 767px){.midwife-setup-courses p{margin:20px 0 30px}}.midwife-setup-courses .button{width:400px;display:flex;justify-content:center;align-items:center}.midwife-setup-courses .button svg{margin-right:10px}@media(max-width: 767px){.midwife-setup-courses .button{width:100%}}.midwife-setup-courses .skip{margin-top:25px;line-height:1.1}.midwife-setup-languages{padding:40px 0}.midwife-setup-languages p{margin:15px 0 40px;line-height:1.3}@media(max-width: 767px){.midwife-setup-languages p{margin:20px 0 30px}}.midwife-setup-languages .button{margin-top:40px}@media(max-width: 767px){.midwife-setup-languages .button{margin-top:30px}}.midwife-setup-languages a{margin-top:25px;line-height:1.1}.midwife-setup-finish{padding:40px 0;text-align:center}.midwife-setup-finish h1{color:#9b9b9b}.midwife-setup-finish .icon{margin:30px 0;width:130px;height:130px;border-radius:64px;background-color:#cce0f8}.midwife-setup-finish .icon svg{width:80px;height:80px}.midwife-setup-finish .icon svg path{color:#579ae8}.midwife-setup-finish .button{margin-top:40px}@media(max-width: 767px){.midwife-setup-finish .button{margin-top:30px}}.faq-page{padding:40px 0}.faq-page h1{color:#1f5678;line-height:1.17}.static-page{position:static;padding:40px 0}.static-page h1{margin-bottom:40px;line-height:28px;color:#1f5678;font-weight:500}@media(max-width: 767px){.static-page h1{margin-bottom:25px}}.static-page h2{margin-bottom:20px;font-size:28px;line-height:32px;font-weight:500}@media(max-width: 767px){.static-page h2{font-size:18px;line-height:32px;margin-bottom:10px}}.static-page p,.static-page li{font-size:20px;line-height:32px;margin-bottom:10px}@media(max-width: 767px){.static-page p,.static-page li{font-size:16px;line-height:24px}}.static-page section{word-break:break-word;margin-top:40px}.static-page section:first-of-type{margin-top:0}.static-page ul{padding-left:40px}.error-page{color:#fff;background-color:#1f5678;min-height:calc(100vh - 80px - 40px)}.error-page svg{margin:0px 3px}.error-page h1{color:#fff;font-size:90px;font-weight:300}.error-page h2{font-size:40px;color:#fff;margin:20px 0 25px}.error-page p{max-width:620px;font-weight:500;font-size:20px;line-height:1.3}.error-page .button{margin:40px 0;width:300px;font-size:28px}@media(max-width: 767px){.error-page .button{width:100%;font-size:20px}}.about-us p{margin-bottom:30px}.about-us .logos{margin-top:40px;flex-direction:row;align-items:center;justify-content:flex-start}.about-us .logos a{margin-top:0;margin-left:30px}.about-us .logos a:first-of-type{margin-left:0}.password-reset{padding:40px 0}.password-reset h1{margin-bottom:15px}.password-reset form{width:414px}@media(max-width: 767px){.password-reset form{width:100%}}.password-reset form .input{margin-top:25px}.password-reset form button{margin-top:40px}.mother-requests .header h2{margin:40px 0 15px}@media(max-width: 767px){.mother-requests .header h2{margin-bottom:10px}}.mother-requests .header h3{font-size:21px;font-weight:300;line-height:1.33}.mother-requests .header h3 a{color:#000;font-weight:500}@media(max-width: 767px){.mother-requests .header h3{font-size:16px}}.mother-requests .header .tabs-switch{margin-top:45px;display:flex}@media(max-width: 767px){.mother-requests .header .tabs-switch{margin-top:40px;justify-content:center}}.mother-requests .header .tabs-switch a{width:132px;font-size:20px;text-decoration:none;line-height:1.4;color:#797777}@media(max-width: 767px){.mother-requests .header .tabs-switch a{width:fit-content}.mother-requests .header .tabs-switch a:last-of-type{margin-right:46px}}.mother-requests .header .tabs-switch a:first-of-type{margin-right:30px}@media(max-width: 767px){.mother-requests .header .tabs-switch a:first-of-type{margin-right:40px}}.mother-requests .header .tabs-switch a.selected{color:#000;font-weight:500}.mother-requests .header .tabs-switch a.underlined::after{border-radius:3px;border-bottom:6px solid #1f5678}@media(max-width: 767px){.mother-requests .header .tabs-switch a.underlined::after{border-radius:2px;border-bottom:3px solid #1f5678;width:40px;margin:2px auto 15px}}.mother-requests .tab{border-radius:40px;box-shadow:0 -18px 18px -18px rgba(129,129,129,.5)}.mother-requests .tab .empty-requests{margin:20px 0 40px;font-size:20px;line-height:1.35;color:#797777;max-width:530px}.mother-requests .tab .requests .filters{margin-top:25px;display:flex;flex-wrap:wrap;gap:15px}@media(max-width: 767px){.mother-requests .tab .requests .filters{gap:10px;font-size:14px}}.mother-requests .tab .requests .filters .filter{padding:8px 15px;color:#1f5678;background:#fff;border-radius:32px;border:solid 1.5px #1f5678;font-weight:500;line-height:normal;cursor:pointer}.mother-requests .tab .requests .filters .filter.selected{color:#fff;background-color:#1f5678}@media(max-width: 767px){.mother-requests .tab .requests .filters .filter{padding:5px 15px;border:solid 2px #1f5678}}.mother-requests .tab .requests .cards{margin:40px 0;display:grid;grid:"x x";grid-gap:40px;grid-template-columns:repeat(2, 530px)}@media(max-width: 1099px){.mother-requests .tab .requests .cards{margin-top:25px;grid:"x"}}.sent-requests{margin:40px 0;max-width:530px;color:#000;background-color:#fff;border-radius:20px;box-shadow:0 0 10px 0 rgba(129,129,129,.5);padding:15px;line-height:1.38}.sent-requests .tooltip-header{margin-top:0;display:flex;justify-content:space-between}.sent-requests .tooltip-header label{font-size:14px;font-weight:500;line-height:1.83}.sent-requests .tooltip-header .tooltip .text{color:#000}.sent-requests .tooltip-header .tooltip .icon{color:#000;border:solid 1px #000}.sent-requests h5{margin:2px 0 8px;color:#000;font-weight:500}.sent-requests .start-search{margin-top:13px;display:block;color:#000;font-weight:500;text-align:right}.request-timeline .ant-timeline{margin-top:40px}.request-timeline .ant-timeline .ant-timeline-item{padding-bottom:25px}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-tail{left:5.5px;border-left:2px solid #1f5678;height:calc(100% - 5px)}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content{margin-left:32px}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content h4{line-height:1.35;color:#797777}@media(max-width: 767px){.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content h4{font-size:16px}}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content h5,.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content label{margin-top:5px;line-height:1.38;color:#797777}@media(max-width: 767px){.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content h5,.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content label{font-size:14px}}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content a{color:#000;font-weight:500}@media(max-width: 767px){.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content a{font-size:14px}}.request-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-head{height:13px;width:13px;background-color:#1f5678}.request-timeline .ant-timeline .ant-timeline-item:first-of-type{padding-bottom:45px}@media(max-width: 767px){.request-timeline .ant-timeline .ant-timeline-item:first-of-type{padding-bottom:25px}}.request-timeline .ant-timeline .ant-timeline-item:first-of-type .ant-timeline-item-head{height:17px;width:17px;border:solid 1.5px #1f5678;background-color:#fff;left:-2px}.request-timeline .ant-timeline .ant-timeline-item:first-of-type .ant-timeline-item-content h4,.request-timeline .ant-timeline .ant-timeline-item:first-of-type .ant-timeline-item-content h5{color:#000}.mother-details{border-radius:20px;border:solid 2px #d8d8d8;background-color:#fff;padding:25px 20px}@media(max-width: 767px){.mother-details{padding:20px 15px}}.mother-details .due-date{margin:15px 0 25px;line-height:normal}@media(max-width: 767px){.mother-details .due-date{margin:10px 0 15px}}.mother-details .contacts{margin:5px 0 25px;line-height:1.63}@media(max-width: 767px){.mother-details .contacts{margin-bottom:15px}}.mother-details .insurance{display:flex;align-items:center}.mother-details .insurance svg{margin-right:10px}@media(max-width: 767px){.mother-details .insurance svg{margin-right:8px}}.mother-request{padding:40px 0}.mother-request .grid{margin-top:45px;display:grid;grid:"x x";grid-gap:70px 40px;grid-template-columns:repeat(2, minmax(0, 530px))}.mother-request .grid h4{margin-bottom:25px}@media(max-width: 767px){.mother-request .grid h4{margin-bottom:15px}}.mother-request .grid .button{display:none}.mother-request .grid .comment .card{border:2px solid #2dbc8a}.mother-request .grid .mother-midwife-request-card-item{display:flex;flex-direction:column}.mother-request .grid .mother-midwife-request-card-item .mother-midwife-request-card-parent{flex-grow:1}.mother-request .grid .mother-midwife-request-card-item .mother-midwife-request-card-parent .mother-midwife-request-card{height:100%;min-height:232px}.mother-request .grid .mother-midwife-request-card-item .mother-midwife-request-card-parent .mother-midwife-request-card .categories{display:block}.mother-request .grid .mother-midwife-request-card-item .mother-midwife-request-card-parent .mother-midwife-request-card.acute{height:initial}.mother-request .grid .course-details .chip{margin-top:25px;overflow-y:hidden}.mother-request .grid .course-request-card-item{grid-row:2}.mother-request .grid .course-request-card-item .course .course-info{display:block}.mother-request .grid .course-request-card-item .course .midwife-info{display:flex}.mother-request .grid .mother-details-item{display:flex;flex-direction:column}@media(max-width: 767px){.mother-request .grid{margin-top:15px;display:grid;grid:"x";grid-gap:40px}.mother-request .grid.mother-course-request .course-request-card-item{grid-row:1}.mother-request .grid.mother-course-request .course-details{grid-row:2}.mother-request .grid.mother-course-request .mother-details-item{grid-row:unset}}.mother-request .grid .grid-row-2{grid-row:2}@media(max-width: 767px){.mother-request .grid .grid-row-2{grid-row:initial}}.mother-request .withdrawn-link{margin-top:70px;text-align:center}.mother-request .withdrawn-link a{color:#000;font-weight:500;line-height:1.38}@media(max-width: 767px){.mother-request .withdrawn-link{margin-top:40px}}.withdraw-action .flex{display:flex;gap:40px}@media(max-width: 767px){.withdraw-action .flex{flex-direction:column}}.withdraw-action .flex .comment,.withdraw-action .flex .reason{max-width:530px}.withdraw-action .flex .comment h4,.withdraw-action .flex .reason h4{margin-bottom:25px;line-height:1.3}.withdraw-action .flex .reason .text{line-height:1.38}.withdraw-action .flex .reason .ant-radio-group{display:flex;flex-direction:column}.withdraw-action .flex .reason .ant-radio-group label{margin-top:20px;line-height:1.38}.withdraw-action .flex .reason .ant-radio-group label .ant-radio+span{padding-left:10px}.withdraw-action .center .button{margin:70px 0 25px}@media(max-width: 767px){.withdraw-action .center .button{margin:40px 0 15px}}@media(max-width: 374px){.withdraw-action .center .button{font-size:16px}}.withdraw-action .center .back{color:#000;font-weight:500;line-height:1.38}.mother-request-withdrawn{padding:40px 0}.mother-request-withdrawn .mother-midwife-request-card-parent,.mother-request-withdrawn .mother-midwife-request-card.course{margin:40px 0 70px}@media(max-width: 767px){.mother-request-withdrawn .mother-midwife-request-card-parent,.mother-request-withdrawn .mother-midwife-request-card.course{margin:25px 0}.mother-request-withdrawn .mother-midwife-request-card-parent .course-info,.mother-request-withdrawn .mother-midwife-request-card.course .course-info{display:block !important}.mother-request-withdrawn .mother-midwife-request-card-parent .midwife-info,.mother-request-withdrawn .mother-midwife-request-card.course .midwife-info{display:flex !important}.mother-request-withdrawn .mother-midwife-request-card-parent .categories,.mother-request-withdrawn .mother-midwife-request-card.course .categories{display:block}}.mother-request-withdrawn .mother-midwife-request-card-parent .button,.mother-request-withdrawn .mother-midwife-request-card.course .button{display:none}.mother-profile{max-width:588px;padding:40px 0}.mother-profile form h4{font-size:21px;margin-top:40px}@media(max-width: 767px){.mother-profile form h4{font-size:16px;line-height:1.38}}.mother-profile form .address-search .address-fields{margin-top:0}.mother-profile .button{margin:70px 0 25px;max-width:100%}@media(max-width: 767px){.mother-profile .button{margin:40px 0 15px}}.mother-profile h5{text-align:center;line-height:1.38;cursor:pointer;text-decoration:underline}.save-account-popup .alert-icon{display:flex;justify-content:center;margin-bottom:15px}.save-account-popup .alert-icon .alert{width:38px;height:38px;font-size:25px;font-weight:500}.mother-search{padding:40px 0;display:flex;flex-direction:column;align-items:center}.mother-search .box{text-align:center;margin-top:50px;width:634px;padding:25px;border-radius:12px;background-color:#fff;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}@media(max-width: 767px){.mother-search .box{width:100%}}.mother-search .box .toggle{display:flex;justify-content:center}.mother-search .box .toggle .service{flex:1;text-align:right}.mother-search .box .toggle .service:last-of-type{text-align:left}.mother-search .box .toggle .service a{font-size:20px;line-height:1.3;color:#000;text-decoration:none}.mother-search .box .toggle .service a.selected{font-weight:500;border-bottom:2px solid #000;padding-bottom:2px}.mother-search .box .toggle .separator{margin:0 40px;border:solid 1px #000}@media(max-width: 767px){.mother-search .box .toggle .separator{margin:0 20px}}@media(max-width: 767px){.mother-search .box .toggle.en a{font-size:18px}}@media(max-width: 374px){.mother-search .box .toggle.en a{font-size:16px}}@media(max-width: 374px){.mother-search .box .toggle.en .separator{margin:0 8px}}.mother-search .box .filters{text-align:left;margin:25px 0 40px;padding:20px 15px;border-radius:12px;background-color:#f1f1f1;line-height:1.38}.mother-search .box .filters .info{margin-top:10px}.mother-search .box .filters .info a{color:#1f5678;font-weight:500}.mother-search .box .button{margin:0 auto}.course-type-name .type{margin-bottom:10px;line-height:1.63;font-weight:500;color:#646363}@media(max-width: 767px){.course-type-name .type{font-size:12px;line-height:1.58}}.course-type-name h4{line-height:1.4}@media(max-width: 767px){.course-type-name h4{font-size:16px}}.midwife-course-card{margin-top:40px;padding-top:25px;border-radius:20px;border:solid 2px #d8d8d8;background-color:#fff}@media(max-width: 767px){.midwife-course-card{margin-top:30px;padding-top:20px;border:none;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}}.midwife-course-card.past{background:#ebebeb}.midwife-course-card .title{font-size:20px;font-weight:500;line-height:1.4}@media(max-width: 1099px){.midwife-course-card .title{margin-top:20px}}@media(max-width: 767px){.midwife-course-card .title{font-size:16px;line-height:1.38}}.midwife-course-card .text{line-height:1.63}@media(max-width: 767px){.midwife-course-card .text{line-height:1.19}}.midwife-course-card .header{padding:0 20px;display:flex;align-items:center;justify-content:space-between}.midwife-course-card .header .course-category{display:flex;align-items:center}@media(max-width: 767px){.midwife-course-card .header .course-category{flex:1}}.midwife-course-card .header .course-category .course-category-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.midwife-course-card .header .course-category .course-category-label{margin:0 20px;width:240px;line-height:1.4}@media(max-width: 767px){.midwife-course-card .header .course-category .course-category-label{margin:0 10px;width:100%;word-break:break-word}}.midwife-course-card .header .button{width:316px;font-size:20px}@media(max-width: 1099px){.midwife-course-card .header .button{width:unset;font-size:18px}}@media(max-width: 767px){.midwife-course-card .header .button{display:none}}.midwife-course-card hr{margin:20px 0;height:2px;background:#d8d8d8}@media(max-width: 767px){.midwife-course-card hr{margin:15px 0}}.midwife-course-card .course-info{display:flex;padding:0 20px 25px}@media(max-width: 1099px){.midwife-course-card .course-info{flex-direction:column}}@media(max-width: 767px){.midwife-course-card .course-info{padding-bottom:20px}}.midwife-course-card .course-info .course-type-name{width:336px}@media(max-width: 1099px){.midwife-course-card .course-info .course-type-name{width:100%}}.midwife-course-card .course-info .dates{margin:0 55px;flex-grow:1}@media(max-width: 1099px){.midwife-course-card .course-info .dates{margin:0;width:100%}}.midwife-course-card .course-info .dates .count{display:flex;align-items:center}.midwife-course-card .course-info .dates .count .calendar-small-icon{margin-right:10px}.midwife-course-card .course-info .dates .count .all{display:flex;flex:1;align-items:center;justify-content:space-between;cursor:pointer}.midwife-course-card .course-info .dates .next{margin-top:10px;line-height:1.38}@media(max-width: 374px){.midwife-course-card .course-info .dates .next{font-size:14px}}.midwife-course-card .course-info .dates .next label{font-weight:500}.midwife-course-card .course-info .dates .next .course-date{display:inline}.midwife-course-card .course-info .dates .next .course-date b{padding:0 6px}.midwife-course-card .course-info .capacity{width:316px}@media(max-width: 1099px){.midwife-course-card .course-info .capacity{width:100%}}.midwife-course-card .course-info .capacity .title{margin-bottom:10px}@media(max-width: 374px){.midwife-course-card .course-info .course-date{font-size:14px}.midwife-course-card .course-info .course-date .date{width:100px}}.midwife-course-card .course-info .button{margin-top:25px;font-size:16px}@media(min-width: 768px){.midwife-course-card .course-info .button{display:none}}.midwife-course-card .new-requests{margin-top:5px;padding:22px 20px;border-radius:0 0 18px 18px;background-color:#cce0f8;display:flex;justify-content:center;align-items:center}.midwife-course-card .new-requests svg{margin-right:10px}.midwife-course-card .new-requests a{color:#000}.midwife-courses{padding:40px 0}.midwife-courses .new-button{margin-top:30px;width:fit-content}.midwife-courses .new-button svg{margin-right:10px}@media(max-width: 767px){.midwife-courses .new-button{margin-top:20px;width:100%}}@media(max-width: 374px){.midwife-courses .new-button{font-size:18px}}.midwife-courses .no-courses{margin-top:30px;font-size:20px;line-height:1.3}@media(max-width: 767px){.midwife-courses .no-courses{margin-top:25px;font-size:16px;line-height:1.38}}.midwife-courses h2{margin-top:50px}@media(max-width: 767px){.midwife-courses h2{margin-top:30px}}.midwife-course{padding:40px 0}.midwife-course .back-button{margin:20px 0 0}.midwife-course .back-delete{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.midwife-course .back-delete .back-button{margin:0}@media(max-width: 767px){.midwife-course .back-delete .delete-button{border:none;padding:0}.midwife-course .back-delete .delete-button label{display:none}}.midwife-course .course-form{width:728px}@media(max-width: 1099px){.midwife-course .course-form{width:100%}}.midwife-course .course-form h4{margin-top:50px;font-weight:500}@media(max-width: 767px){.midwife-course .course-form h4{font-size:16px;font-weight:500;margin-top:40px}}.midwife-course .course-form h4:first-of-type{margin-top:25px}.midwife-course .course-form .input,.midwife-course .course-form .select-input{margin-top:25px}.midwife-course .course-form .capacity{display:flex;justify-content:space-around;gap:16px}@media(max-width: 767px){.midwife-course .course-form .capacity{display:block}}.midwife-course .course-form .capacity .ant-form-item{flex:1}.midwife-course .course-form .digital{margin:25px 0 5px}@media(max-width: 767px){.midwife-course .course-form .digital{margin-bottom:0}}.midwife-course .course-form .calendar-note{margin-top:20px}.midwife-course .course-form .calendar-time-picker{margin-top:30px}.midwife-course .submit{margin-top:50px}@media(max-width: 767px){.midwife-course .submit{margin-top:40px}}.midwife-course .cancel{margin-top:25px;color:#000;font-weight:500;line-height:1.38}.midwife-course-requests{padding:40px 0}.midwife-course-requests .back-button{margin:20px 0 40px}@media(max-width: 767px){.midwife-course-requests .back-button{margin:15px 0 25px}}.midwife-course-requests .capacity{margin:15px 0 30px;width:fit-content;padding:8px 10px;line-height:1.63;background-color:#e5f7f5}@media(max-width: 767px){.midwife-course-requests .capacity{margin-bottom:20px}}@media(max-width: 374px){.midwife-course-requests .capacity{font-size:14px}}.midwife-course-requests .course-requests-group{padding:5px 0 40px;display:grid;grid-template-columns:repeat(2, 380px);grid-gap:40px;overflow:scroll}@media(max-width: 767px){.midwife-course-requests .course-requests-group{padding-bottom:30px;grid-template:none;grid-gap:30px;overflow:visible}}.midwife-course-requests .mother-card{margin-left:0}.midwife-course-requests .mother-card .gravida-ssw-para-et{margin-top:10px}.midwife-course-requests .mother-card .withdraw-comment{display:block}.midwife-course-requests .mother-card .contacts-checkboxes{margin-top:30px;font-size:16px;line-height:1.63}.midwife-course-requests .mother-card .contacts-checkboxes div{display:flex;align-items:center}.midwife-course-requests .mother-card .contacts-checkboxes div svg{margin-right:10px}@media(max-width: 767px){.midwife-course-requests .mother-card .contacts-checkboxes{margin-top:25px;font-size:15px;line-height:1.83}}@media(max-width: 374px){.midwife-course-requests .mother-card .contacts-checkboxes{font-size:12px}}.midwife-course-requests .mother-card .buttons{display:flex;gap:15px}.midwife-course-requests .mother-card .buttons .button{width:100%;height:46px;font-size:16px}.midwife-course-requests .mother-card .buttons .button.accept::before{content:"Zulassen"}@media(max-width: 767px){.midwife-course-requests .mother-card .buttons .button.accept::before{content:"Kursteilnahme zulassen"}}@media(max-width: 767px){.midwife-course-requests .mother-card .buttons{margin-top:25px;flex-direction:column;gap:20px}}.midwife-course-requests .mother-card .action-link{margin-top:50px}.midwife-course-request-accept .mother-card{margin-top:40px}.midwife-course-request-accept .mother-card .buttons{display:none}.midwife-course-request-accept-success p{margin:20px 0 40px}@media(max-width: 767px){.midwife-course-request-accept-success p{margin:15px 0 25px}}.midwife-course-request-accept-success .mother-card{margin:40px 0}@media(max-width: 767px){.midwife-course-request-accept-success .button-link{font-size:18px}}.midwife-profile-account{width:520px}@media(max-width: 767px){.midwife-profile-account{width:100%}}.midwife-profile-account h2{margin-bottom:25px}.midwife-profile-account .first-last-name{margin-top:15px;display:flex;gap:15px}.midwife-profile-account .first-last-name .ant-form-item{width:100%}.midwife-profile-account .delete-account{margin:25px 0 40px;display:block;text-align:center;color:#000;font-weight:500;line-height:normal}.midwife-profile-address{width:520px}@media(max-width: 767px){.midwife-profile-address{width:100%}}.midwife-profile-address .address-search .address-fields{margin-top:0px}.midwife-profile-address .address-search button{margin-bottom:0}.midwife-profile-availability h2{margin-bottom:25px}@media(max-width: 767px){.midwife-profile-availability h2{margin-bottom:15px}.midwife-profile-availability h2:first-of-type{font-size:24px}}.midwife-profile-availability .note{margin-bottom:30px}.midwife-profile-availability .note .video-link{display:flex;align-items:center}.midwife-profile-availability .note .video-link svg{margin-left:5px}.midwife-profile-availability .midwife-schedule .midwife-schedule-cards{margin:25px 0 50px}@media(max-width: 767px){.midwife-profile-availability .midwife-schedule .midwife-schedule-cards{margin:20px 0 40px}}.midwife-profile-availability .switch{margin-top:25px;display:flex;align-items:center;gap:15px;position:relative;width:fit-content;cursor:pointer}@media(max-width: 767px){.midwife-profile-availability .switch{margin-top:20px;width:100%;flex-direction:row-reverse;justify-content:space-between}}.midwife-profile-availability .switch label{font-weight:500;line-height:1.38;cursor:pointer;display:flex;align-items:center}.midwife-profile-availability .switch label .tooltip{color:#000}.midwife-profile-availability .switch label .tooltip .icon{display:none}.midwife-profile-availability .switch label .tooltip .text{margin-top:20px;width:fit-content}.midwife-profile-services h2{margin-bottom:20px;line-height:1.25}@media(max-width: 767px){.midwife-profile-services h2{margin-bottom:15px}.midwife-profile-services h2:first-of-type{font-size:24px}}.midwife-profile-services h2:last-of-type{margin-top:40px}.midwife-profile-services .categories{margin:25px 0 40px;display:flex}@media(max-width: 767px){.midwife-profile-services .categories{margin-top:20px;flex-direction:column;gap:30px}}.midwife-profile-services .categories .category-group{flex:1}.midwife-profile-services .categories .category-group h4{line-height:1.4;font-weight:500;margin-bottom:10px}.midwife-profile-services .categories .category-group .checkbox .ant-checkbox{margin-top:10px}.midwife-profile-services .error-note{margin:20px 0}.midwife-profile-services h5{line-height:1.38}.midwife-profile-services .button{margin-top:40px}@media(max-width: 767px){.midwife-profile-services .button{margin-top:30px}}.midwife-profile-services .button.inverted{width:fit-content}@media(max-width: 767px){.midwife-profile-services .button.inverted{width:100%}}.midwife-profile-courses p{margin-top:20px}.midwife-profile-courses h4,.midwife-profile-courses h5{margin-top:25px}.midwife-profile-courses .radio-input .ant-radio-group{flex-direction:column;gap:10px}.midwife-profile-courses .input{max-width:520px}.midwife-profile-courses .button{margin-top:40px}.midwife-profile-languages{width:520px}@media(max-width: 767px){.midwife-profile-languages{width:100%}}.midwife-profile-languages .select-input{margin:25px 0 40px}.midwife-profile{padding:40px 0}.midwife-profile h1{margin-bottom:40px}@media(max-width: 767px){.midwife-profile h1{display:none}}.midwife-profile .midwife-profile-page{display:flex}.midwife-profile .midwife-profile-page .note{font-size:18px;line-height:1.39;color:#1f5678;background:#a5bec9}@media(max-width: 767px){.midwife-profile .midwife-profile-page .note{font-size:16px}}.midwife-profile .midwife-profile-page p{font-size:18px;line-height:1.44}@media(max-width: 767px){.midwife-profile .midwife-profile-page p{font-size:16px;line-height:1.38}}.midwife-profile .midwife-profile-page form .input{margin-top:25px}@media(max-width: 767px){.midwife-profile .midwife-profile-page .midwife-profile-menu{display:none}}.midwife-profile .midwife-profile-page .midwife-profile-back{margin-top:15px;display:block;text-align:center;color:#000;font-weight:500}@media(min-width: 768px){.midwife-profile .midwife-profile-page .midwife-profile-back{display:none}}.midwife-profile-mobile{padding:40px 0}.midwife-profile-mobile .midwife-profile-menu{margin-top:40px;width:100%;padding:0;border:none}.midwife-profile-menu{width:263px;height:fit-content;padding:40px 25px;border-radius:10px;border:solid 2px #1f5678;background-color:#fff;display:flex;flex-direction:column;gap:25px;margin-right:40px;flex-shrink:0}.midwife-profile-menu a{color:#000;text-decoration:none;font-size:20px;font-weight:500;line-height:1.4}.midwife-profile-menu a:hover{text-decoration:none}.midwife-profile-menu a.active{color:#1f5678;text-decoration:none}.tk-password-reset{max-width:485px;display:flex;flex-direction:column;margin:0 auto}.tk-password-reset .header{padding-top:100px;display:flex;align-items:center;justify-content:space-between;gap:55px}.tk-password-reset .header img{height:95px}@media(max-width: 767px){.tk-password-reset .header{flex-direction:column-reverse;padding-top:40px;gap:30px}.tk-password-reset .header img{height:80px}}.tk-password-reset .password-reset.content{max-width:100%}.tk-password-reset .password-reset h1{display:none}.tk-password-reset .password-reset form{width:100%}.tk-password-reset .password-reset form .ant-form-item:first-of-type .input{margin-top:10}@media(max-width: 767px){.tk-password-reset .password-reset form .ant-form-item:first-of-type .input{margin-top:0}}.tk-password-reset .password-reset form .button{background:#813f90}.tk-password-reset .password-reset form .button:hover{background:#4a2d5d}.tk-login{display:flex}.tk-login .tk-login-form{margin:0 auto;padding:120px 20px;max-width:525px;min-width:525px}@media(max-width: 767px){.tk-login .tk-login-form{padding:40px 20px;min-width:auto}}.tk-login .tk-login-form .text{line-height:1.63;padding:50px 0 10px}@media(max-width: 767px){.tk-login .tk-login-form .text{line-height:1.38;padding:40px 0 0}}.tk-login .tk-login-form .button{margin-top:40px}.tk-login .image img{height:100vh}@media(max-width: 1099px){.tk-login .image{display:none}}.tk-options{padding:120px 0}@media(max-width: 767px){.tk-options{padding:40px 0}}@media(max-width: 767px){.tk-options .tk-header{margin-bottom:40px}}.tk-options .text{line-height:1.63}@media(max-width: 767px){.tk-options .text{line-height:1.38}}.tk-options .blocks{margin-top:50px;display:flex;gap:130px}@media(max-width: 1099px){.tk-options .blocks{gap:50px}}@media(max-width: 767px){.tk-options .blocks{margin-top:25px;flex-direction:column-reverse;gap:15px}}.tk-options .blocks .options{max-width:485px}.tk-options .blocks .options .ant-radio-group{margin:10px 0 40px}.tk-options .blocks .options .ant-radio-group .ant-radio{margin-top:20px}@media(max-width: 767px){.tk-options .blocks .options .ant-radio-group .ant-radio{margin-top:15px;line-height:1.38}}.tk-options .blocks .options .ant-radio-group .ant-radio .ant-radio-inner{border-color:#813f90}.tk-options .blocks .options .ant-radio-group .ant-radio-checked .ant-radio-inner{border-color:#813f90}.tk-options .blocks .options .ant-radio-group .ant-radio-checked .ant-radio-inner:after{background-color:#813f90}.tk-options .blocks .tk-card .body{display:flex;flex-direction:column;gap:25px}.tk-options .blocks .tk-card .body .icon-row .icon{min-width:25px;height:25px;background:#f2ebf3}.tk-options .blocks .tk-card .body .icon-row .icon svg{width:16px}.tk-options .blocks .tk-card .body .icon-row .text{font-size:16px;line-height:1.38}.tk-signup{padding:40px 0;white-space:pre-line}@media(min-width: 768px){.tk-signup{max-width:700px !important}}.tk-signup .back-button{margin:25px 0 0;line-height:1.63}@media(max-width: 767px){.tk-signup .back-button{margin-top:15px}}.tk-signup .tk-header{max-width:100%}@media(max-width: 767px){.tk-signup .tk-header{gap:25px;align-items:start;flex-direction:column-reverse}.tk-signup .tk-header h1{font-size:23px;white-space:normal}}@media(max-width: 767px)and (max-width: 374px){.tk-signup .tk-header h1{font-size:19px}}@media(max-width: 767px){.tk-signup .tk-header picture{margin:0 auto}}.tk-signup .progress-steps .names .step-name{line-height:1.42}@media(max-width: 767px){.tk-signup .progress-steps .names .step-name span{display:none}.tk-signup .progress-steps .names .step-name.active span{display:inline}}.tk-signup .progress-steps .ant-progress .ant-progress-steps-item{background-color:#f2ebf3}.tk-signup .progress-steps .ant-progress .ant-progress-steps-item.ant-progress-steps-item-active{background-color:#813f90}.tk-signup .tk-signup-step{display:flex;flex-direction:column;gap:30px}.tk-signup .tk-signup-step h3{font-size:20px;font-weight:500;line-height:1.4}@media(max-width: 767px){.tk-signup .tk-signup-step h3{font-size:16px;font-weight:500;line-height:1.38}}.tk-signup .tk-signup-step .row{display:flex;gap:15px}@media(max-width: 767px){.tk-signup .tk-signup-step .row{flex-direction:column;gap:0}}.tk-signup .tk-signup-step .row .ant-row{flex:1}.tk-signup .tk-signup-step .note{margin-top:20px}.tk-signup .tk-signup-step .address-search .address-fields{margin-top:0;display:grid;column-gap:15px;grid:"x x"}.tk-signup .tk-signup-step .address-search .address-fields .error-note{width:100%;grid-column-start:1;grid-column-end:3}@media(max-width: 767px){.tk-signup .tk-signup-step .address-search .address-fields{display:flex}}.tk-signup .tk-signup-step button{margin:10px auto 0}.tk-signup .tk-signup-step .categories{display:flex}@media(max-width: 767px){.tk-signup .tk-signup-step .categories{flex-direction:column;gap:35px}}.tk-signup .tk-signup-step .categories .category-group{flex:1}.tk-signup .tk-signup-step .categories .category-group h4{margin-bottom:10px;font-weight:500;line-height:1.38}@media(max-width: 767px){.tk-signup .tk-signup-step .categories .category-group h4{font-size:16px}}.tk-signup .tk-signup-step .categories .category-group .checkbox{line-height:1.38}.tk-signup .tk-signup-step .categories .category-group .checkbox .ant-checkbox{margin-top:10px}.tk-signup .tk-signup-step .midwife-profile-courses p{font-size:16px}.tk-signup .tk-signup-step .zipcodes-edit{margin-top:20px}.tk-signup .tk-signup-step .add-zipcodes .zipcodes-input{margin:20px 0 40px;width:100%}.tk-signup .tk-signup-step.capacity .note{margin-top:30px}.tk-signup .tk-signup-step.email-password .checkboxes{display:flex;flex-direction:column;gap:10px}.tk-signup .tk-signup-step.email-password .checkboxes a{color:#813f90}.tk-signup .tk-signup-step.email-password .checkboxes a:hover{color:#4a2d5d}.tk-signup .tk-signup-step.email-password .note{margin-top:0}.tk-signup-success .tk-login-form{text-align:center;display:flex;flex-direction:column;align-items:center}.tk-signup-success .tk-login-form .icon{height:135px;width:135px;border-radius:50%;background:#ebebeb}@media(max-width: 767px){.tk-signup-success .tk-login-form .icon{height:130px;width:130px}}.tk-signup-success .tk-login-form h1{padding:50px 0 25px}@media(max-width: 767px){.tk-signup-success .tk-login-form h1{padding:45px 0 20px}}.tk-signup-success .tk-login-form .text{padding:0;font-size:20px;font-weight:500;line-height:1.6}@media(max-width: 767px){.tk-signup-success .tk-login-form .text{font-size:18px;font-weight:300;line-height:1.63}}@media(max-width: 767px)and (max-width: 374px){.tk-signup-success .tk-login-form .text{font-size:16px}}.tk-signup-success .tk-login-form .button{width:370px}@media(max-width: 767px){.tk-signup-success .tk-login-form .button{width:100%}}.tk-confirm .tk-header{flex-direction:row;align-items:center}@media(max-width: 767px){.tk-confirm .tk-header h1{font-size:24px;line-height:1.17}}.tk-confirm .text{font-size:20px;line-height:1.4}@media(max-width: 767px){.tk-confirm .text{font-size:16px;line-height:1.38}}.tk-confirm .radio-categories{max-width:400px}@media(max-width: 767px){.tk-confirm .radio-categories{max-width:100%}}@media(max-width: 767px)and (max-width: 374px){.tk-confirm .radio-categories .radio-input .radio-label{font-size:14px}.tk-confirm .radio-categories .radio-input .ant-radio-group{gap:0}.tk-confirm .radio-categories .radio-input .ant-radio-group label{font-size:14px}}.tk-confirm .tk-card .button{margin:20px auto 0}@media(max-width: 767px){.tk-confirm .account .radio-input{align-items:start;flex-direction:column}.tk-confirm .account .radio-input .radio-label{font-weight:500}.tk-confirm .account .radio-input .ant-radio-group{width:100%;gap:0}.tk-confirm .account .radio-input .ant-radio-group label{flex:1}}@media(max-width: 767px){.password-reset-popup .ant-modal-body{padding:40px 20px !important}}.password-reset-popup h2{white-space:break-spaces}.password-reset-popup form{margin:50px 0}.password-reset-popup form .input{margin-top:0}@media(max-width: 374px){.password-reset-popup .button{font-size:18px}}.password-reset-popup .password-reset-success .icon{margin:0 auto 30px;height:130px;width:130px;border-radius:50%;background:#ebebeb}.content-wrapper{display:flex;justify-content:center;height:100%}.content-wrapper .content{max-width:1100px;width:100%}@media(max-width: 1099px){.content-wrapper .content{max-width:calc(100% - 80px)}}@media(max-width: 767px){.content-wrapper .content{max-width:calc(100% - 40px)}}.content-wrapper.mothers-note,.content-wrapper.midwife-testimony{background-color:#e9dbeb}.footer{background-color:#fff;color:#000;padding:40px 0}.footer .grid{flex:1;display:grid;gap:35px;grid-auto-flow:column;grid-template-rows:repeat(4, 1fr);justify-content:space-evenly}@media(max-width: 767px){.footer .grid{gap:25px;grid-auto-flow:row;justify-content:start}}.footer .grid a{color:#000;text-decoration:none;font-size:18px;line-height:1.63}.footer .grid a:hover{color:#1f5678}@media(max-width: 767px){.footer .grid a{font-size:16px}}.small-footer{background:#fff;padding:10px 0}.small-footer .links{display:flex;align-items:center;justify-content:right;gap:40px}@media(max-width: 767px){.small-footer .links{justify-content:center;font-size:14px}}@media(max-width: 374px){.small-footer .links{gap:25px}}.small-footer .links a{color:#000;font-weight:500;line-height:20px;letter-spacing:.4px;text-decoration:none}.small-footer .links a:hover{color:#1f5678}.navbar{position:sticky;top:0;z-index:100}.navbar .logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.navbar .logo svg{width:100%;height:100%;max-width:70px;max-height:50px}.navbar .logo.logo-landing-video svg{max-width:100%;max-height:100%}.navbar .mobile-navbar{display:none}@media(max-width: 1099px){.navbar .mobile-navbar{display:flex}}.navbar .desktop-navbar{display:none}@media(min-width: 1100px){.navbar .desktop-navbar{display:flex}}.navbar .desktop-navbar .login-button{margin-left:50px}.navbar .desktop-navbar .dropdown-label{position:relative}.navbar .desktop-navbar .dropdown-label .new{right:-2px;top:-7px}.navbar .desktop-navbar .dropdown-label:hover{color:#1f5678}.navbar .navbar-menu-items{display:flex;flex:1;justify-content:flex-end;align-items:center}.navbar .navbar-menu-items a{margin-left:35px;font-size:16px;font-weight:500;color:inherit;text-decoration:none;letter-spacing:.455px}.navbar .navbar-menu-items .ant-dropdown-trigger{display:flex;justify-content:center;align-items:center}.navbar .navbar-menu-items .ant-dropdown-trigger .icon-arrow-down{margin-left:5px}.navbar .navbar-menu-items .menu-button.selected{margin-top:4px}.new{color:#2dbc8a;font-size:12px;font-weight:500;position:absolute;margin-left:1px}.language-switch{display:flex;align-items:center;margin-left:35px;cursor:pointer}@media(max-width: 1099px){.language-switch{margin-right:0}}.language-switch .anticon-global svg{width:20px;height:20px}.language-switch label{font-size:16px;font-weight:500;margin:0 5px;cursor:pointer}.language-switch:hover{color:#1f5678}.dropdown-menu ul{padding:7.5px 0}.dropdown-menu ul li{padding:7.5px 15px}.dropdown-menu ul li a{font-weight:300;text-decoration:none}.dropdown-menu ul li a.selected::after{border-bottom-width:1px}.navbar-drawer{position:static;list-style:none;padding:0 30px 40px;margin:0}.navbar-drawer a{font-size:18px;font-weight:500;padding:7.5px 0;line-height:normal;display:block;text-decoration:none;color:#000}.navbar-drawer a:hover,.navbar-drawer a:focus{color:#000}.navbar-drawer hr{margin:15px 0;border:none;height:1px;background-color:#efefef}.navbar-drawer .children-menu-items{list-style:none}.navbar-drawer .children-menu-items a{font-size:16px;font-weight:300}.navbar-drawer .parent-item{position:relative;font-size:18px;font-weight:500;padding:7.5px 0;line-height:normal}.navbar-drawer .login-button{margin-top:7.5px}.login-button.button{height:40px;padding:0 25px;width:fit-content;border-radius:25px;font-size:18px}a.menu-button.is-new,.footer a.is-new{margin-right:25px}a.menu-button.prefix-icon,.footer a.prefix-icon{display:flex;align-items:center}a.menu-button.prefix-icon svg,.footer a.prefix-icon svg{margin-right:7px}a.menu-button.suffix-icon,.footer a.suffix-icon{display:flex;align-items:center}a.menu-button.suffix-icon svg,.footer a.suffix-icon svg{margin-left:7px}a.menu-button:hover,.footer a:hover{color:#1f5678;text-decoration:none}a.menu-button.selected,.footer a.selected{display:block;width:fit-content}a.menu-button.selected:hover,.footer a.selected:hover{color:inherit}a.menu-button.selected::after,.footer a.selected::after{margin-top:2px;content:"";position:static;display:block;width:100%;border-bottom:2px solid;border-bottom-color:inherit}@media(max-width: 767px){a.menu-button.selected::after,.footer a.selected::after{border-bottom-width:1px}}.input,form .calendar-input{width:100%;display:flex;align-items:center;position:relative;margin-top:20px}@media(max-width: 767px){.input,form .calendar-input{margin-top:25px}}.input input,.input textarea,form .calendar-input input,form .calendar-input textarea{width:100%;padding:27px 20px 12px;border:1px solid #d8d8d8;border-radius:12px;font-size:16px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.input input:hover,.input textarea:hover,form .calendar-input input:hover,form .calendar-input textarea:hover{border-width:1px !important}.input input .ant-input-number-input-wrap,.input textarea .ant-input-number-input-wrap,form .calendar-input input .ant-input-number-input-wrap,form .calendar-input textarea .ant-input-number-input-wrap{width:100%}.input input .ant-input-number-handler-wrap,.input textarea .ant-input-number-handler-wrap,form .calendar-input input .ant-input-number-handler-wrap,form .calendar-input textarea .ant-input-number-handler-wrap{background:#ebebeb}.input label,form .calendar-input label{padding-left:20px;color:#9b9b9b;display:block;position:absolute;top:50%;transform:translateY(-50%);font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;transition:top 500ms}.input textarea+label,form .calendar-input textarea+label{top:30px}.input input:focus+label,.input input:valid+label,.input input:disabled+label,.input textarea:focus+label,.input textarea:valid+label,form .calendar-input input:focus+label,form .calendar-input input:valid+label,form .calendar-input input:disabled+label,form .calendar-input textarea:focus+label,form .calendar-input textarea:valid+label{font-size:12px;top:16px}.input input:disabled+label+svg:hover,form .calendar-input input:disabled+label+svg:hover{cursor:not-allowed}.input input+label+svg,.input input+label+span,form .calendar-input input+label+svg,form .calendar-input input+label+span{position:absolute;right:25px}@media(max-width: 767px){.input input+label+svg,.input input+label+span,form .calendar-input input+label+svg,form .calendar-input input+label+span{right:20px}}.input .password svg,form .calendar-input .password svg{opacity:.45;width:26px;height:26px}.input .password svg:hover,form .calendar-input .password svg:hover{opacity:1}.required input:invalid+label::after{content:" *";color:red}.input.regular{margin-top:5px}.input.regular input,.input.regular textarea{height:40px;padding:11px;border:solid 1px #c5c5c5;border-radius:12px;background-color:#fff !important}.input.regular input::placeholder,.input.regular textarea::placeholder{color:#9b9b9b}.button{display:flex;align-items:center;justify-content:center;width:100%;max-width:520px;height:60px;padding:0 40px;border-radius:30px;font-size:24px;font-weight:500;line-height:normal;color:#fff;background-color:#1f5678;border:none;box-shadow:none}.button:hover{color:#fff;background-color:rgba(31,86,120,.4)}.button:focus{color:#fff;background-color:rgba(31,86,120,.4)}.button:active{color:#fff;background-color:#1f5678}@media(max-width: 767px){.button{height:46px;padding:0 20px;border-radius:23px;font-size:20px;line-height:1.4}}.button.small{padding:0px 15px;font-size:16px;height:46px;width:unset}@media(max-width: 767px){.button.small{height:38px;font-size:14px}}@media(max-width: 374px){.button.small{padding:0px 5px}}.button.inverted{color:#1f5678;border-color:#1f5678;background-color:#fff;border-width:2px;border-style:solid}.button.inverted:hover:enabled{border-color:#a5bec9;color:#a5bec9}.button.tk{background:#813f90}.button.tk:hover{background:#4a2d5d}.button.tk.inverted{color:#813f90;border-color:#813f90;background-color:#fff}.button.tk.inverted:hover:enabled{color:#4a2d5d;border-color:#4a2d5d}.ant-btn[disabled],.ant-btn[disabled]:hover,.ant-btn[disabled]:focus,.ant-btn[disabled]:active{background:#d8d8d8;border-color:#d8d8d8}.ant-btn[disabled].tk,.ant-btn[disabled]:hover.tk,.ant-btn[disabled]:focus.tk,.ant-btn[disabled]:active.tk{background:#4e4e4b;border-color:#4e4e4b}.ant-btn[disabled] span,.ant-btn[disabled]:hover span,.ant-btn[disabled]:focus span,.ant-btn[disabled]:active span{color:#fff}.button-link{text-decoration:none}.button-link:hover,.button-link:focus{text-decoration:none}.button-link .arrow{flex-direction:row}.button-link .arrow .anticon{margin:auto 0 auto 5px}.checkbox{display:flex;font-size:16px;font-weight:300}.checkbox .ant-checkbox{margin-top:5px}.checkbox .ant-checkbox .ant-checkbox-inner{height:15px;width:15px;background-color:#fff;border-color:#1f5678;border-radius:4px;border-width:1px}.checkbox .ant-checkbox-checked::after{border:none}.checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#1f5678;border-color:#1f5678}.checkbox .ant-checkbox-checked .ant-checkbox-inner::after{top:6px;left:2px;border-color:#fff}.checkbox.tk .ant-checkbox .ant-checkbox-inner{border-color:#813f90}.checkbox.tk .ant-checkbox-checked .ant-checkbox-inner{background-color:#813f90;border-color:#813f90}.calendar-input .ant-picker{padding:0;width:100%;border:none;border-radius:12px}.calendar-input .ant-picker .ant-picker-input input{color:#000}.calendar-input .ant-picker .ant-picker-input input[disabled]{color:#9b9b9b}.calendar-input .ant-picker .ant-picker-input .calendar-icon{height:32px;width:32px}.avatar{position:relative;width:85px;height:85px;cursor:pointer}.avatar .avatar-image{width:85px;height:85px;border-radius:50%;border:2px solid #979797;display:flex;justify-content:center;align-items:center}.avatar .avatar-image img{position:absolute;width:100%;height:100%;border-radius:50%}.avatar .plus{position:absolute;bottom:0;right:0}.avatar-popup .ant-modal-body{padding:40px 0 !important}.avatar-popup .cancel{text-align:right;padding:10px 30px 20px}.avatar-popup .image{flex:1;min-height:400px;background:#f1f1f1;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;justify-content:center;align-items:center;position:relative}.avatar-popup .buttons{display:flex;padding:10px}.avatar-popup .buttons div{flex:1;text-align:center;display:flex;justify-content:center;align-items:center;padding:10px}@media(max-width: 767px){.avatar-popup .buttons{flex-direction:column}}.avatar-popup .buttons .upload input{display:none}.avatar-popup a{color:#000;text-decoration:none}.avatar-popup a.disabled{pointer-events:none}.crop img{height:400px}@media(max-width: 767px){.crop img{width:100%;height:auto}}.select-input{position:relative}.select-input .lock-icon{position:absolute;top:16px;right:25px}@media(max-width: 767px){.select-input .lock-icon{right:20px}}.select-input.locked{cursor:not-allowed}.select-input.locked .select div{color:#9b9b9b !important}.select-input.locked .select svg{display:none}@media(max-width: 767px){.popup .ant-modal{max-width:100vw;top:0;margin:0 !important;padding:0}}.popup .ant-modal-content{border-radius:30px}@media(max-width: 767px){.popup .ant-modal-content{margin:100px 20px 0}}.popup .ant-modal-content .ant-modal-body{width:100%;padding:40px}.popup .popup-content{display:flex;flex-direction:column;width:100%;color:#000}.popup h2{margin-bottom:0;text-align:center;line-height:1.25}@media(max-width: 767px){.popup h2{font-size:20px;line-height:1.38}}.popup p{margin:40px 0;text-align:center;line-height:1.25}@media(max-width: 767px){.popup p{margin:25px 0;line-height:1.38}}.popup u{color:#000;font-weight:500;cursor:pointer}.popup .close-popup{color:#000;font-size:16px;font-weight:500;text-align:center;margin-top:15px;text-decoration:underline;cursor:pointer}@media(max-width: 767px){.popup.fullscreen .ant-modal{display:flex}.popup.fullscreen .ant-modal .ant-modal-content{margin:0;border-radius:0;width:100%}}.popup.confirm .ant-modal-content .ant-modal-body{padding:40px 20px 25px}@media(max-width: 767px){.popup.confirm .ant-modal-content .ant-modal-body{padding-top:25px}}.popup.confirm .ant-modal-content .ant-modal-body p{margin:25px 0 40px;text-align:center;line-height:1.38}.popup.confirm .ant-modal-content .button{font-size:20px;max-width:330px;align-self:center}@media(max-width: 767px){.popup.confirm .ant-modal-content .button{font-size:16px;width:100%}}.popup.inverted .button{width:280px !important;font-size:16px !important}.popup.inverted .button:last-of-type{margin-top:15px}@media(max-width: 767px){.popup.inverted .button{width:100% !important;height:45px !important}}.login-popup h2{white-space:break-spaces}@media(max-width: 767px){.login-popup h2{font-size:28px !important}}@media(max-width: 374px){.login-popup h2{font-size:24px !important}}.login-popup .login-form{margin-top:80px}.login-popup .button{margin-top:60px;width:100%}.login-popup .forgot-password{display:block;font-size:16px;font-weight:500;text-align:center;margin-top:15px;color:#1f5678;text-decoration:underline;cursor:pointer}.login-popup .error{margin-top:10px}.login-popup .success{text-align:center;width:100%}.login-popup .check-mark{height:128px;margin:32px;display:flex;justify-content:center;align-items:center}.login-popup .check-mark>div{width:128px;height:128px;border-radius:64px;background-color:#cce0f8;display:flex;justify-content:center;align-items:center}.login-popup .check-mark>div svg{width:81px;height:81px}.login-popup .check-mark>div svg path{color:#579ae8}.error-note{width:fit-content;margin-top:20px;padding:10px;border-radius:8px;border:solid 2px #f5a623;background:#fff;display:flex;font-size:16px;line-height:22px}.error-note .anticon{padding-right:10px}.error-note .anticon svg{height:23px;width:23px;color:#f5a623}.error-note a{color:#000}.address-search{display:flex;flex-direction:column;align-items:center;overflow:auto}@media(max-width: 767px){.address-search{align-items:start}}.address-search h1{margin:20px 0 0 0;font-size:40px}.address-search .address-fields{width:100%;margin-top:40px;display:flex;flex-direction:column}@media(max-width: 767px){.address-search .address-fields{height:auto;margin-top:0;flex-grow:1}}.address-search .address-fields .form-item,.address-search .address-fields .ant-form-item{width:100%}.address-search .address-fields .input{max-width:620px}.address-search .address-fields .zipcode-hint{font-size:12px;margin:5px 0 0 16px}.address-search .address-fields .ant-input-affix-wrapper{border:none;border-radius:12px;background-color:#ebebeb}.address-search button{margin:40px 0;width:100%}.header-notes{background:#f5a623;padding:10px 0 25px 0;box-shadow:0 3px 10px 0 rgba(0,0,0,.5)}@media(max-width: 767px){.header-notes{padding:0 0 15px 0}}.header-notes .box{margin-top:15px;display:flex;background:#fff;padding:15px;border-radius:12px;font-size:20px;font-weight:300;line-height:1.35}@media(max-width: 767px){.header-notes .box{font-size:16px;padding:15px 30px 15px 10px}}.header-notes .box .text{margin-left:10px}.header-notes .box .text a{color:#000;font-weight:500}.note{background-color:#e5f7f5;padding:15px 25px;border-radius:12px;font-weight:300}.note u{color:#1f5678;text-decoration:underline;font-weight:500}.note.midwife-notes{background-color:#a5bec9;color:#fff}.note.midwife-notes u{color:#fff}.note.warning{background-color:#fff;border-width:1px;border-style:solid;border-color:#f5a623;font-size:18px;color:#000}@media(max-width: 1099px){.note.warning{text-align:left}}.note.warning u{color:#f5a623}.note.grey{background-color:#f1f1f1}.note.grey u{color:#1f5678}.note.white{background-color:#fff}.note.white u{color:#1f5678}.note.tk{padding:15px 20px;background-color:#f2ebf3;font-size:16px;line-height:1.38}.note.tk u{color:#813f90}.note a{font-weight:500;color:#1f5678}.error{margin-top:40px;color:red;text-align:center;font-weight:500;line-height:normal}.loading{padding:20px}.back-button{cursor:pointer;font-weight:500;margin:15px 0 25px;width:fit-content}.alert{width:22px;height:22px;font-size:16px;line-height:normal;color:#fff;background:#f5a623;border-radius:50%;flex-shrink:0;padding-top:1px}.dot{width:12px;height:12px;border-radius:50%}.icon-row{margin-top:28px;display:flex;align-items:center}.icon-row:first-of-type{margin-top:0}.icon-row .icon{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:50%;background-color:#fff;flex-shrink:0}@media(max-width: 767px){.icon-row .icon{min-width:30px;height:30px}}.icon-row .icon span{font-size:26px;font-weight:500;line-height:normal}@media(max-width: 1099px){.icon-row .icon span{font-size:20px}}@media(max-width: 1099px){.icon-row .icon svg{width:17px;height:15px}}.icon-row .text{display:block;margin-left:15px;line-height:1.6;font-size:20px}@media(max-width: 767px){.icon-row .text{font-size:16px}}.icon-row.small{margin-top:0;align-items:center}.icon-row.small .icon{height:auto;min-width:auto}.icon-row.small .icon svg{width:17px;height:15px}.icon-row.small .text{margin-left:10px}.icon-column{max-width:346px;display:flex;flex-direction:column;font-size:20px}@media(max-width: 1099px){.icon-column{margin-top:25px;max-width:100%;font-size:16px}}.icon-column .icon-circle{height:100px;width:100px;border-radius:50%;background-color:#fff}@media(max-width: 1099px){.icon-column .icon-circle{height:70px;width:70px}}.icon-column .icon-circle svg{height:55px;width:55px}@media(max-width: 1099px){.icon-column .icon-circle svg{height:38px;width:38px}}.icon-column .header{display:flex;align-items:center;margin-top:25px}@media(max-width: 1099px){.icon-column .header{margin-top:15px}}.icon-column .header h3{font-size:20px}@media(max-width: 1099px){.icon-column .header h3{font-size:16px}}.icon-column .text{margin-top:15px}@media(max-width: 1099px){.icon-column .text{margin-top:10px}}@media(max-width: 1099px){.icon-column>.center{align-items:flex-start}}.faq{cursor:pointer}.faq .question{margin:25px 0 0;display:flex;align-items:center;justify-content:space-between}.faq .question .icon-header{display:flex;align-items:center}.faq .question .icon-header svg{margin-right:25px}.faq .question .icon-header h3{font-size:20px;line-height:1.6}@media(max-width: 767px){.faq .question .icon-header h3{font-size:16px;line-height:1.38}}@media(max-width: 374px){.faq .question .icon-header h3{font-size:14px}}.faq .answer{margin-top:7px;font-size:20px;line-height:1.6;white-space:pre-line}@media(max-width: 767px){.faq .answer{font-size:16px;margin-top:15px;line-height:1.5}}.faq hr{margin:25px 0 0}.faq .button{margin-left:0;margin-top:15px;width:fit-content;padding:0 30px}@media(max-width: 767px){.faq .button{margin-top:25px;width:100%;font-size:16px;padding:0}}@media(max-width: 374px){.faq .button{font-size:14px}}.faq .links a{margin-top:25px;display:block;font-size:20px;font-weight:500;line-height:1.5}@media(max-width: 767px){.faq .links a{font-size:16px;margin-top:15px}.faq .links a:first-child{margin-top:25px}}.tooltip{margin-left:8px}.tooltip .icon{cursor:pointer;width:16px;height:16px;padding-top:1px;flex-shrink:0;font-size:14px;font-weight:500;color:#727272;border:solid 1px #727272;border-radius:50%}.tooltip .text{visibility:hidden;font-size:14px;font-weight:300;line-height:1.5;background-color:#e5f7f5;padding:15px;border-radius:10px;position:absolute;z-index:1;width:calc(100% - 20px);margin-top:10px;left:0}.tooltip:hover .text{visibility:visible}@media(min-width: 768px){.cookie-consent-popup.edit{top:24px}}.cookie-consent-popup .cookie-consent p{margin-top:25px}@media(max-width: 374px){.cookie-consent-popup .cookie-consent .button{font-size:18px}}.cookie-consent-popup .cookie-consent a{display:block;text-align:center;margin-top:15px}.cookie-consent-popup .cookie-consent-edit .back-button{margin:0;font-size:14px}.cookie-consent-popup .cookie-consent-edit .header{font-size:20px;font-weight:500;line-height:normal;margin:15px 0 30px}@media(max-width: 767px){.cookie-consent-popup .cookie-consent-edit .header{margin-bottom:20px}}.cookie-consent-popup .cookie-consent-edit .switch{display:flex;align-items:center;justify-content:space-between}.cookie-consent-popup .cookie-consent-edit .switch label{font-weight:500}.cookie-consent-popup .cookie-consent-edit .text{margin-top:20px;line-height:1.38}@media(max-width: 767px){.cookie-consent-popup .cookie-consent-edit .text{margin-top:15px}}.cookie-consent-popup .cookie-consent-edit hr{margin:25px 0}.cookie-consent-popup .cookie-consent-edit .button{margin-top:40px}@media(max-width: 767px){.cookie-consent-popup .cookie-consent-edit .button{margin-top:20px}}.cookie-consent-popup .cookie-consent-edit .cookie-consent-footer{margin-top:25px;font-size:14px;line-height:1.38}.shared-contacts{padding:15px 0 25px;cursor:pointer}@media(max-width: 767px){.shared-contacts{padding:15px 0 15px}}.shared-contacts h3{display:flex;justify-content:space-between}@media(max-width: 767px){.shared-contacts h3{line-height:1.38}}.shared-contacts .rectangle{margin-top:15px;padding:5px 10px;border-radius:4px;background-color:#d6d6d6;width:fit-content;line-height:1.38}@media(max-width: 767px){.shared-contacts .rectangle{margin-top:10px;font-size:12px;line-height:1.83}}.shared-contacts .rectangle.selected{color:#fff;background-color:#2dbc8a}.shared-contacts .expanded{cursor:default;margin-bottom:15px}@media(max-width: 767px){.shared-contacts .expanded{margin-bottom:10px}}.progress-steps{width:100%}.progress-steps .ant-progress{width:100%}.progress-steps .ant-progress .ant-progress-steps-item{flex:1;z-index:0;margin-left:-14px;border:solid 1.8px #fff;height:18px !important;border-radius:10px;background-color:#cce0f8}.progress-steps .ant-progress .ant-progress-steps-item.ant-progress-steps-item-active{background-color:#579ae8}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(1){margin-left:0;z-index:6}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(2){z-index:5}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(3){z-index:4}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(4){z-index:3}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(5){z-index:2}.progress-steps .ant-progress .ant-progress-steps-item:nth-child(6){z-index:1}.progress-steps .names{display:flex}.progress-steps .names .step-name{flex:1;text-align:center;font-size:12px;line-height:1.83}.progress-steps .names .step-name.active{font-weight:500}.tooltip-header{margin-top:40px;width:100%;position:relative;display:flex;align-items:center}.tooltip-header .required-field{margin-left:auto;font-weight:300}.tooltip-header .required-field::before{content:"* ";color:red;font-weight:500}@media(max-width: 374px){.tooltip-header{font-size:14px}}.faces{display:flex;justify-content:space-between}@media(max-width: 1099px){.faces{flex-direction:column}}.faces .face{max-width:240px}@media(max-width: 1099px){.faces .face{margin-top:25px;display:flex;max-width:100%;align-items:center}.faces .face:first-of-type{margin-top:0}}@media(min-width: 1100px){.faces .face{text-align:center}}.faces .face .photo{height:200px}.faces .face .photo img{width:200px;height:200px;object-fit:contain}@media(max-width: 1099px){.faces .face .photo{width:100px;height:100px}.faces .face .photo img{width:100px;height:100px;object-fit:contain}}.faces .face .about-person{margin-top:20px;display:flex;flex-direction:column}@media(max-width: 1099px){.faces .face .about-person{margin-left:22px;margin-top:0}}.faces .face .about-person .name{font-size:20px;font-weight:500;border-bottom:5px solid;border-color:#1f5678;padding-bottom:5px;width:fit-content}@media(max-width: 1099px){.faces .face .about-person .name{font-size:16px}}@media(min-width: 1100px){.faces .face .about-person .name{width:100%}}.faces .face .about-person .position{margin-top:10px;font-size:18px;font-weight:300}@media(max-width: 1099px){.faces .face .about-person .position{font-size:16px}}.mother-midwife-request-card{max-width:530px;padding:35px 20px 25px;border-radius:20px;border:solid 2px #d8d8d8;background-color:#fff;position:relative}.mother-midwife-request-card.rejected{background-color:#d8d8d8}.mother-midwife-request-card.rejected .avatar,.mother-midwife-request-card.rejected .rate{opacity:.7}@media(max-width: 767px){.mother-midwife-request-card{padding:30px 16px 20px;border:none;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}}.mother-midwife-request-card .acute-label{position:absolute;line-height:normal;top:11px;color:#f5a623;font-weight:500;letter-spacing:normal}@media(max-width: 767px){.mother-midwife-request-card .acute-label{top:7px}}.mother-midwife-request-card .categories{margin-top:20px}@media(max-width: 767px){.mother-midwife-request-card .categories{display:none}}.mother-midwife-request-card .categories h5{margin-bottom:10px}.mother-midwife-request-card .categories .category{display:flex;align-items:center;line-height:1.63}.mother-midwife-request-card .categories .category svg{display:flex;flex-shrink:0;margin-right:10px}.mother-midwife-request-card .button{margin-top:40px}@media(max-width: 767px){.mother-midwife-request-card .button{margin-top:30px;font-size:16px !important}}@media(max-width: 767px){.mother-midwife-request-card.course{padding-top:39px}.mother-midwife-request-card.course h4{font-size:16px}.mother-midwife-request-card.course .midwife-info{display:none}.mother-midwife-request-card.course .button{margin-top:40px}}.mother-midwife-request-card.course .header h5{margin-top:8px}@media(max-width: 767px){.mother-midwife-request-card.course .header h5{font-size:14px}}.mother-midwife-request-card.course .course-info{margin:25px 0;line-height:1.63}@media(max-width: 767px){.mother-midwife-request-card.course .course-info{display:none;font-size:14px}}.mother-midwife-request-card.course .button{margin-top:25px}.mother-midwife-request-card-parent .acute-note{margin-top:20px;max-width:532px;text-align:center;line-height:1.42;font-size:12px;font-weight:500;color:#727272}.show-more .text{max-height:66px;line-height:1.38;white-space:pre-line;overflow:hidden}.show-more .text.expanded{max-height:unset}.show-more a{color:#000;margin-top:15px;font-weight:500;display:flex;align-items:center}.show-more a svg{margin-left:10px}.midwife-info{display:flex;align-items:center}.midwife-info .avatar{width:77px;height:77px;border-radius:50%;margin-right:15px;background:#fff;background-size:contain;flex-shrink:0}@media(max-width: 767px){.midwife-info .avatar{margin-right:10px}}.midwife-info .border{border:2px solid #979797}.midwife-info .name{font-size:20px;font-weight:500;line-height:normal}@media(max-width: 767px){.midwife-info .name{font-size:16px}}.midwife-info .graduation{line-height:normal}.midwife-info .rate{margin-top:8px;padding:5px 10px;width:fit-content;border-radius:4px;background-color:#ffd9bc;line-height:1.19}@media(max-width: 767px){.midwife-info .rate{font-size:12px}}.midwife-info.course .name{font-size:16px}.mother-partner-card{padding:0;border:none;background-color:#d6e6f9;height:fit-content}.mother-partner-card ::selection{background-color:#7b9ec7}.mother-partner-card a,.mother-partner-card a:hover{text-decoration:none}.partner-header{display:flex;justify-content:space-between;align-items:center;font-size:16px;line-height:normal}.partner-header-left{color:#579ae8;padding:10px 0 0 20px;font-weight:500}@media(max-width: 767px){.partner-header-left{font-size:14px;padding-top:5px}}.partner-header-right{display:flex;align-items:center;color:#fff;background:#579ae8;border-radius:0px 20px 0px 20px;padding:5px 15px;font-weight:500}@media(max-width: 374px){.partner-header-right{font-size:14px}}.partner-titles{padding:5px 20px 0 20px}.partner-title{font-size:19px;font-weight:500}.partner-subtitle{display:flex;flex-direction:row;width:100%;align-items:center}.partner-subtitle span{display:flex;align-items:center}.partner-subtitle .partner-logo{margin-left:5px;max-height:32px;max-width:105px}.partner-body{flex:1;display:flex;flex-direction:column;padding:10px 20px 0px}.partner-text{flex:1;display:flex;flex-direction:row}@media(max-width: 767px){.partner-text{flex-direction:column}}.partner-search-image{height:180px;margin-right:20px}@media(max-width: 767px){.partner-search-image{height:100%;margin-right:0;margin-bottom:10px}}.partner-search-image #portrait{height:100%}@media(max-width: 767px){.partner-search-image #portrait{display:none}}.partner-search-image #landscape{width:100%}@media(min-width: 768px){.partner-search-image #landscape{display:none}}.partner-video{flex:1;display:flex;justify-content:center;padding-bottom:6px}.partner-video iframe{height:100%;width:100%}.partner-button{padding:20px 0 25px}.partner-button .button.small{width:100%;height:46px;font-size:16px;background-color:#1f5678}.partner-button .button.small:hover{background-color:#7b9ec7}.partner-button .button.small:focus{background-color:#1f5678}.partner-button .button.small::selection{background-color:#1f5678}@media(max-width: 374px){.partner-button .button.small{font-size:12px !important}}.offer-text a,.partner-rich-text a{color:#1f5678}.offer-text a:hover,.partner-rich-text a:hover{color:#7b9ec7}.offer-text p,.partner-rich-text p{font-size:16px}.offer-text ul,.partner-rich-text ul{margin:0;padding-inline-start:20px}.partner-html{height:0;width:0;display:none;visibility:hidden}.wefra.desktop{width:160px;height:600px}@media(max-width: 1099px){.wefra.desktop{display:none}}.wefra.mobile{width:300px}@media(max-width: 374px){.wefra.mobile{width:280px}}@media(max-width: 1099px){.wefra.mobile{display:flex}}@media(max-width: 767px){.wefra.mobile{margin:0 auto;justify-content:center}}.course-date{margin-top:10px;line-height:1.38;display:flex}.course-date .date{width:113px}.course-date b{font-weight:300;padding:0 8px}.calendar-time-picker .calendar{border:1.5px solid #d8d8d8;border-radius:12px;width:350px}@media(max-width: 767px){.calendar-time-picker .calendar{width:100%}}.calendar-time-picker .calendar td{border:1px solid #d8d8d8 !important}.calendar-time-picker .calendar .ant-fullcalendar-calendar-body{padding:0}.calendar-time-picker .calendar .ant-picker-cell::before{position:static}.calendar-time-picker .calendar .ant-picker-calendar-header{justify-content:center}.calendar-time-picker .calendar .ant-picker-calendar-mini{border-radius:12px}.calendar-time-picker .calendar .ant-picker-panel{border-radius:0 0 12px 12px}.calendar-time-picker .calendar .date{display:flex;justify-content:center;align-items:center;cursor:pointer;height:100%;width:100%;border:1px solid rgba(0,0,0,0)}.calendar-time-picker .calendar .date:hover{border:1px solid #7b9ec7}.calendar-time-picker .calendar .date.selected{background:#7b9ec7;border:1px solid #1f5678}.calendar-time-picker .dates .date{margin-top:30px}.calendar-time-picker .dates .date h5{font-weight:500}.calendar-time-picker .dates .date .close-icon{margin-left:10px;cursor:pointer}.calendar-time-picker .dates .date .close-icon svg path{fill:#69c0ba}.calendar-time-picker .dates .date .time{display:flex;align-items:center;padding-top:15px}.calendar-time-picker .dates .date .time span{margin:0 10px}.calendar-time-picker .dates .date .time .time-picker{height:40px;width:192px;background-color:#ebebeb;border:none !important;border-radius:8px;padding:0 15px}@media(max-width: 767px){.calendar-time-picker .dates .date .time .time-picker{width:100%}}.calendar-time-picker .dates .date .time .time-picker .ant-picker-input{display:flex;justify-content:space-between}.calendar-time-picker .dates .date .time .time-picker .ant-picker-input input{border:none !important}.calendar-time-picker .dates .date .time .time-picker .ant-picker-input input::placeholder{line-height:1.38;color:#9b9b9b}@media(max-width: 767px){.calendar-time-picker .dates .date .time .time-picker .ant-picker-input input::placeholder{font-size:12px}}.calendar-time-picker .dates .date .time .time-picker .ant-picker-input .ant-picker-suffix{margin:0}.calendar-time-picker .dates .date .time .time-picker .ant-picker-input .ant-picker-suffix span{margin:0}.calendar-time-picker .dates .date .ant-checkbox{margin-top:20px}.typeform-note{margin-top:40px;max-width:728px;padding:15px 20px;border-radius:10px;background-color:#1f5678;display:flex;align-items:center;justify-content:space-between}@media(max-width: 767px){.typeform-note{margin-top:30px;padding:20px;flex-direction:column}}.typeform-note h3{color:#fff;margin-bottom:10px;line-height:1.17}@media(max-width: 767px){.typeform-note h3{font-size:20px;line-height:1.4;margin-bottom:15px}}.typeform-note .text{color:#fff;line-height:1.63}@media(max-width: 767px){.typeform-note .text{line-height:1.38}}.typeform-note .button.small{width:166px;font-size:16px}@media(max-width: 767px){.typeform-note .button.small{margin-top:15px;width:100%}}.accordion hr{height:2px;background:#d8d8d8}.accordion .header{padding:25px 0;display:flex;justify-content:space-between;font-size:20px;line-height:1.4;font-weight:500;cursor:pointer}@media(max-width: 767px){.accordion .header{font-size:16px;line-height:1.5}}.accordion .header .title{display:flex;align-items:center}.accordion .header .title .icon{margin-right:10px}.delete-button{height:46px;padding:10px 20px;display:flex;align-items:center;justify-content:center;border-radius:23px;border:solid 2px #d9002e;background-color:#fff}.delete-button label{margin-left:14px;font-size:20px;font-weight:500;line-height:1.1;color:#d9002e}.delete-button label:hover{cursor:pointer}@media(max-width: 767px){.delete-button label{font-size:18px}}@media(max-width: 374px){.delete-button label{font-size:14px}}.delete-button:hover{cursor:pointer;background-color:rgba(239,152,170,.35)}.delete-button .loading{padding:0}.delete-button .loading svg{color:#d9002e}.delete-button.fixed{margin:0 auto;width:330px}@media(max-width: 767px){.delete-button.fixed{width:100%}}.midwife-schedule .preferred-count{margin:30px 0}.midwife-schedule .preferred-count .input{width:162px}.midwife-schedule .preferred-count .checkbox{margin:20px 0 25px}.midwife-schedule .preferred-count .button{width:312px;height:46px;font-size:20px}@media(max-width: 767px){.midwife-schedule .preferred-count .button{width:100%}}.midwife-schedule .midwife-schedule-cards{display:flex;flex-wrap:wrap;gap:25px}@media(max-width: 767px){.midwife-schedule .midwife-schedule-cards{gap:30px}}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card{padding:15px 20px 20px;border-radius:36.5px;border:solid 1.5px #d8d8d8;background-color:#fff;height:fit-content;width:355px;box-shadow:0 0 10px 0 rgba(129,129,129,.5);cursor:pointer}@media(max-width: 767px){.midwife-schedule .midwife-schedule-cards .midwife-schedule-card{padding:20px 20px 25px;width:100%}}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .header{display:flex;justify-content:space-between;font-size:28px;color:#1f5678;line-height:normal}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .header h2{margin-bottom:0;color:#1f5678}@media(max-width: 767px){.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .header{font-size:21px}}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .input{margin-top:20px}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .button{margin-top:20px;width:100%;height:46px;font-size:20px}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body:not(.selected){display:none}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .internal{position:relative}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .internal .tooltip .icon{display:none}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .internal .tooltip .text{margin-top:0;top:-119px}.midwife-schedule .midwife-schedule-cards .midwife-schedule-card .body .internal:hover .text{visibility:visible}.tk-header{max-width:485px;display:flex;align-items:center;justify-content:space-between;gap:30px}@media(max-width: 374px){.tk-header{gap:10px}}.tk-header img{height:95px}@media(max-width: 767px){.tk-header img{height:80px}}.radio-input{margin-top:20px;display:flex;align-items:center;gap:15px}.radio-input .radio-label{flex:1;font-size:16px;line-height:1.75}.radio-input .ant-radio-group{flex:1;display:flex;gap:25px}.radio-input .ant-radio-group.tk .ant-radio .ant-radio-inner{border-color:#813f90}.radio-input .ant-radio-group.tk .ant-radio-checked .ant-radio-inner{border-color:#813f90}.radio-input .ant-radio-group.tk .ant-radio-checked .ant-radio-inner::after{background-color:#813f90}.tk-card{border-radius:15px;box-shadow:0 0 10px 0 rgba(129,129,129,.5)}.tk-card .header{padding:15px 25px;background:#f2ebf3;font-size:22px;font-weight:500;line-height:1.27}@media(max-width: 767px){.tk-card .header{padding:15px 20px;font-size:16px;line-height:1.75}}.tk-card .body{padding:25px}@media(max-width: 767px){.tk-card .body{padding:20px}}html,body{color:#000;font-weight:300;font-family:"Poppins",serif}html *,body *{margin:0;padding:0;box-sizing:border-box}#root{display:flex;flex-direction:column}#root .page{position:relative;z-index:0;flex-grow:1;background-color:#eee4dd;overflow:hidden}#root .page::before{content:"";position:absolute;top:100px;left:42%;width:100%;height:800px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:contain;background-position:center;z-index:-1;pointer-events:none}@media(max-width: 767px){#root .page::before{display:none}}a{font-weight:normal;color:#1f5678;text-decoration:underline}a:hover,a:focus,a:active{color:rgba(31,86,120,.4);text-decoration:underline}p{font-size:20px;font-weight:300}@media(max-width: 767px){p{font-size:16px}}h1,.header1{font-size:40px;line-height:normal;font-weight:500}@media(max-width: 767px){h1,.header1{font-size:24px}}h2,.header2{font-size:28px;line-height:normal;font-weight:500}@media(max-width: 767px){h2,.header2{font-size:21px}}h3,.header3{font-size:24px;line-height:normal;font-weight:500}@media(max-width: 767px){h3,.header3{font-size:16px}}h4{font-size:20px;line-height:normal;font-weight:500}h5{font-size:16px;line-height:normal;font-weight:500}hr{margin:0;border:0;height:1px;background:#979797}b,.bold{font-weight:500}.mobile{display:none}@media(max-width: 767px){.mobile{display:block}}.desktop{display:block}@media(max-width: 767px){.desktop{display:none}}.tablet{display:none}@media(max-width: 1099px){.tablet{display:block}}.mobile-inline{display:none}@media(max-width: 767px){.mobile-inline{display:inline}}.desktop-inline{display:inline}@media(max-width: 767px){.desktop-inline{display:none}}.collapsed{display:none}.expanded{display:block}.center{display:flex;flex-direction:column;align-items:center;justify-content:center}.disabled{color:#9b9b9b !important;cursor:not-allowed !important}.ant-input:hover{border-right-width:2px !important}.ant-btn-primary{text-shadow:none}.ant-fullcalendar-header .ant-select{width:auto !important}.ant-input-affix-wrapper{font-size:23px;height:auto;padding:0 15px 0 0;border-radius:5px}.ant-input-affix-wrapper>input.ant-input{padding:0 15px;border:none !important;height:auto;border-radius:0}.login-form .ant-input-affix-wrapper,.midwife-signup .ant-input-affix-wrapper{border-radius:12px;border:solid 1px #adadad !important;height:55px;font-size:23px;width:100%}.login-form .ant-input-affix-wrapper input,.midwife-signup .ant-input-affix-wrapper input{border-radius:12px;height:100%;font-size:23px;box-sizing:border-box}.ant-picker-time-panel-column{overflow:auto !important}.ant-picker-now-btn{display:none}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0}.ant-picker-footer{display:none}.ant-radio-inner{width:18px;height:18px;border-color:#1f5678}.ant-radio-inner::after{margin:0;top:2px;left:2px;width:12px;height:12px;background-color:#1f5678}.ant-radio-checked .ant-radio-inner::after{transform:scale(1)}.ant-dropdown-menu{border-radius:8px}.ant-dropdown-menu .ant-dropdown-menu-item{font-weight:300}.ant-dropdown-menu .ant-dropdown-menu-item hr{background-color:#efefef}.dropdown-menu .ant-dropdown-menu-item-divider{padding:0 1px;background-color:#efefef;margin:7.5px 15px}.ant-drawer-header{padding:25px 25px 11px}.ant-drawer-header .ant-drawer-header-title{flex-direction:row-reverse}.ant-drawer-header .ant-drawer-header-title button{margin-right:0}.ant-drawer-header .ant-drawer-header-title button svg{height:22px;width:22px;color:#000}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.ant-form-item{margin-bottom:0}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.ant-switch{min-width:51px;height:31px;line-height:31px}.ant-switch .ant-switch-handle{width:27px;height:27px}.ant-switch .ant-switch-handle::before{border-radius:16px}.ant-switch-checked{background-color:#f5a623}.ant-switch-checked .ant-switch-handle{left:calc(100% - 29px)}.is-error{border:solid 1.5px red !important}.is-corrected{border:solid 1.5px #3e945c !important}.select.required div[id$=-placeholder]::after{content:" *";color:red}form .ant-form-item-has-error input,form .ant-form-item-has-error textarea,form .ant-form-item-has-error .ant-picker,form .ant-form-item-has-error .ant-picker-calendar,form .ant-form-item-has-error label:not(.same-time) .ant-checkbox .ant-checkbox-inner,form .ant-form-item-has-error .select>div{border:solid 1.5px red !important}form .ant-form-item-has-error .ant-input-password{outline:solid 1.5px red !important}form .ant-form-item-has-error .select input,form .ant-form-item-has-error input[name=birthday],form .ant-form-item-has-error input[name=birthdayChild]{border:none !important;outline:none !important}form .ant-form-item-explain-error{margin-top:10px;color:red;font-size:12px;font-weight:500;line-height:1.42}form .select{margin-top:15px}@media(max-width: 767px){form .select{margin-top:25px}}form .email-hint{margin-top:5px;color:#727272;padding-left:15px;font-size:12px;font-weight:500;line-height:1.42}form .email-hint a{color:#727272;font-weight:500}ul.check-mark-list{list-style:none;padding-inline-start:25px}ul.check-mark-list li::before{content:"✔";display:inline-block;margin-left:-25px;width:25px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:0 0 0 30px #ebebeb inset !important}.ant-switch{background-image:none;background-color:rgba(31,86,120,.4)}.ant-switch-checked{background-color:#2dbc8a}.ant-switch-disabled{opacity:1;background-color:#e5e5e5}button:focus{outline:0}.tk-link{margin:20px auto 0;display:block;width:fit-content;text-align:center;font-size:16px;font-weight:500;line-height:1.38;color:#813f90}.tk-link.abort{margin-top:25px;color:#000}.tk-link:hover{color:#4a2d5d}.banner{width:100vw;max-height:fit-content;background-color:#b67cad;color:#000;display:flex;justify-content:center;align-items:center;padding:10px 20px;font-size:18px;font-weight:500;text-align:center}
